div#detail
{
}

div#top
{
background: #08aea1;
color: #fff;
padding: 0;
}

div#top div.block
{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}

div#top div.block div
{
/*outline: solid 1px red;*/
}

div#top div.block div.text
{
width: 55%;
flex-grow: 1;
flex-shrink: 0;
font-size: 1.125rem;
}

div#top div.block div.text h1
{
font-size: 2rem;
font-weight: 400;
line-height: 120%;
}

div#top div.block div.text p
{
font-size: inherit;
line-height: 120%;
}

div#top div.block div.text ul
{
margin-left: 1.5rem;
margin-top: 1.5rem;
font-size: inherit;
}

div#top div.block div.text a.feedback
{
display: block;
width: 35%;
margin-top: 2rem;
font-size: inherit;
font-weight: 800;
height: 4rem;
line-height: 3.75rem;
color: #fff;
background: transparent;
border: solid 2px #fff;
text-decoration: none;
text-align: center;
transition: all ease 0.25s;
}

div#top div.block div.text a.feedback:hover
{
background: #fff;
color: #08aea1;
}

div#top div.block div.thumb
{
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

div#top div.block div.thumb.desktop
{
width: 40%;
flex-grow: 0;
flex-shrink: 0;
margin-left: 3rem;
}

div#top div.block div.thumb:before
{
content: '\20';
display: block;
width: 100%;
padding-top: 100%;
}

div#top div.block div.thumb.mobile
{
display: none;
width: 100%;
margin-top: 1rem;
}

div#top div.block div.thumb.mobile:before
{
padding-top: 45%;
}

div#product div.section.last
{
padding-bottom: 0;
}

div#detail div.section.product
{
padding-top: 0;
}

@media (max-width: 800px)
{
div#top div.block div.text { width: 100%; }
div#top div.block div.text a.feedback { width: 100%; }
div#top div.block div.thumb.desktop { display: none; }
div#top div.block div.thumb.mobile { display: block; }
}

@media (max-width: 480px)
{
div#top div.block div.thumb.mobile:before { padding-top: 75%; }
}
