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

.fadeup {
    animation-name: fadeup;
    animation-duration: 3s;
}

@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(24px);
}

to {
    opacity: 1;
    transform: translateY(0);
}
}

body {
    margin: 0px;
}

.main {
    width: 100%;
    height: 100%;
    margin-bottom: 100px;
}

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

.mainimg {
    width: 100%;
    margin: auto;
    text-align: center;
}

.mainimg img {
    max-width: 100%;
    height: auto;
}

.summary {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #4a4a4a;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, YuGothic, "游ゴシック sans-serif";
}

.summary h3 {
    margin: auto;
    text-align: center;
    margin-top: 60px;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 2em;
    border-bottom: solid 2px #ff0096;
}

.summary p {
    width: 95%;
    margin: auto;
    text-align: left;
    display: inline-block;
    padding-top: 50px;
    line-height: 1.5em;
    font-size: 1.2em;
    word-wrap: break-word;
}

.summary p a {
    color: #4a4a4a;
}

.summary dl {
    width: 95%;
    margin: auto;
    text-align: center;
    display: inline-block;
}

.summary dt {
    text-align: left;
    padding-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.7em;
    font-weight: lighter;
    color: #4a4a4a;
    /* font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, YuGothic, "游ゴシック sans-serif"; */
}

.contents {
    width: 98%;
    margin: 15px auto;
    margin-bottom: 25px;
    text-align: center;
    list-style: none;
}

.contents ul{
    padding-bottom: 20px;
  	display: flex;
  	flex-wrap: wrap;
    justify-content: space-around;

}

.contents li{
    width: 100%;
    margin-top: 15px;
    list-style: none;
}

.lineup p {
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
}

.liner {
	  background:linear-gradient(transparent 60%, #fff600 60%);
}

/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
    background: #fff;
    color: #808080;
    text-decoration: none;
    border: solid 1px #808080;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}
