@charset "utf-8";

/* USUAL
--------------------------------------------------- */
section#mm_top {
	letter-spacing: 0.05em;
	color: #1a1a1a;
}
section#mm_top img {
	max-width: 100%;
	height: auto;
}
section#mm_top a img {
	transition: 0.5s;
}
section#mm_top a img:hover {
	opacity: 0.7;
}

/* HEAD
--------------------------------------------------- */
section#mm_top {
    margin: 0;
    padding: 4em 0;
    background-color: #ed4b59;
    text-align: center;
}
section#mm_top h3 {
    margin: 0 0 1.5em;
}
section#mm_top h3 img {
    width: 810px;
}
section#mm_top ul.otoku {
    list-style: none;
    margin: 0 auto 3em;
    padding: 0;
    display: flex;
}
section#mm_top ul.otoku li {
    box-sizing: border-box;
    padding: 0 2%;
}
section#mm_top div.download {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: row-reverse;
    padding: 2em 3em 0;
}
section#mm_top div.download dl {
    margin: 0;
    padding: 2.5em 3em 0;
}
section#mm_top div.download dl dt {
    margin-bottom: 2em;
}
section#mm_top div.download dl dd {
}
section#mm_top div.download dl dd ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
section#mm_top div.download dl dd ul li {
    width: 48%;
}


/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 979px) {
    section#mm_top div.download { padding:3% 3% 0; }
    section#mm_top div.download dl { padding:4% 5% 0; }
    section#mm_top div.download dl dt { margin-bottom:5%; }
    section#mm_top div.download dl dd img { width:90%; }
    section#mm_top div.download .pcNone { display:block; }
    section#mm_top div.download .spNone { display:none !important; }
}

/* Less than SP-LANDSCAPE
----------------------------------------------------------------- */
@media screen and (max-width:568px) {
    section#mm_top { padding:3em 0; }
    section#mm_top ul.otoku { flex-wrap:wrap; }
    section#mm_top ul.otoku li { padding:0 4%; width:50%; }
    section#mm_top ul.otoku li:nth-child(1),
    section#mm_top ul.otoku li:nth-child(2) { margin-bottom:2em; }
}

/* ==============================================================
 Less than SP-PORTRAIT
================================================================= */
@media screen and (max-width:480px) {
}

/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
}
