@charset "UTF-8";

/* zoomslider */
#topimage{
position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
overflow: hidden; /* to bound the empty top space created by inner element's top margin */
width: 100%;
min-height: 500px;
background-color: transparent;
}
#topimage h1 img{
    width:95%;
}
.inner-content {
position: relative; /* if position is not set, the script will set it to 'relative'. */
z-index: 2; /* if z-index is not set, the script will set it to '2'. */
margin: 150px auto;
padding: 0;
max-width: 600px;
text-align: center;
}
.arrow {
display: block;
width: 18px;
height: 18px;
text-align:center;
border-top: 4px solid #fff;
border-right: 4px solid #fff;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
margin:0 auto 0;
position:relative;
top:3em;
}
@media all and (min-width:1000px) {
/* base1048 */
#topimage{
width:  100%;
margin:0 auto;
}
#topimage h1 img{
    width:100%;
}
.inner-content {
padding: 40px;
}
.arrow {
top:8em;
}
}

/* contents_top */
.topsection{
margin:2em 0;
}

/* +++ top01 top02 top03 +++ */
#top01-tokuishi,#top02-lineup,#top03-profile{
display:flex;
flex-direction:column;
margin:0 auto;
padding:0 0 2em;
width:90vw;
border-bottom:1px solid #cccccc;
text-align:center;
}
#top01-img,#top02-img,#top03-img{
margin-bottom:1em;
}
#top01-img img,#top02-img img,#top03-img img{
width:90vw;
}
#top01-copy,#top02-copy,#top03-copy{
margin:0.5em auto;
}
#top01-copy h3,#top02-copy h3,#top03-copy h3{
font-size:1.3em;
text-align:center;
}

@media all and (min-width:1000px) {
/* base1048 */
#top01-tokuishi,#top02-lineup,#top03-profile{
flex-direction:row;
justify-content:space-between;
width:1000px;
padding:3em 0;
}
#top02-lineup{
flex-direction:row-reverse;
}
#top01-img img,#top02-img img,#top03-img img{
width:500px;
}
#top01-copy,#top02-copy,#top03-copy{
width:400px;
margin:0 auto 2em;
}
}

.whatsnew{
width:90vw;
margin:auto;
text-align:center;
}
.whatsnew h4{
background:#a73547;
height:2em;
padding:0.5em 0.5em 2em;
font-size:1.2em;
font-weight:bold;
color:#ffffff;
border-radius:0.3em;
}

@media all and (min-width:1000px) {
/* base1048 */
.whatsnew{
width:500px;
margin:auto;
text-align:center;
}
}