@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%;
    
}

/* POINT
--------------------------------------------------- */
section#point {
	background: url("/img/common/33/bg_stripe.png") repeat center top / 16px auto;
	text-align: center;
	padding-top: 7%;
}
section#point div.w940 {
	background: url("/member/mm/img/bg_point.png") no-repeat center bottom / 100% auto;
	padding-bottom: 12%;
}
section#point p {
	font-size: 250%;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 1em;
}
section#point p span {
	font-size: 120%;
}
section#point figure {
}
section#point figure img {
	width: 80%;
}

/* HOW TO REGISTRY
--------------------------------------------------- */
section#registry {
	background: #e94d59;
	padding: 7% 0;
}
section#registry h2 {
	text-align: center;
	color: #fff;
	font-size: 300%;
	font-weight: 200;
	margin: 0 0 1em;
	letter-spacing: 0.1em;
}
/* tab */
section#registry ul.tab {
    list-style: none;
	display: table;
	width: 100%;
	border-bottom: 2px solid #fff;
	padding: 0 0.5em;
}
section#registry ul.tab li {
    padding: 1em 0;
    background-color: #e94d59;
    cursor: pointer;
	text-align: center;
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	vertical-align: middle;
	font-size: 131%;
	line-height: 130%;
	font-weight: 400;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	color: #fff;
}
section#registry ul.tab li:hover,
section#registry ul.tab li.active {
    background-color: #fff;
    color: #e94d59;
	border: 2px solid #fff;
}
section#registry ul.tab li br {
	display: none;
}
section#registry div.tabContent {
    display: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	color: #fff;
}
section#registry div.tabContent a {
	color: #fff;
	text-decoration: underline;
}
section#registry div.active {
    display: block;
}
section#registry div.tabContent ol {
	list-style: none;
	margin: 2em 0;
	padding: 0;
}
section#registry div.tabContent ol li {
	display: inline-block;
	width: 32.0%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 2%;
}
section#registry div.tabContent ol li dl {
}
section#registry div.tabContent ol li dl dt {
	margin-bottom: 0.5em;
	padding: 5px 0 5px 55px;
	font-size: 106%;
	font-weight: 200;
    min-height: 45px;
}
	section#registry div.tabContent ol li:nth-of-type(1) dl dt { background:url("/member/mm/img/step_number01.png") no-repeat left / 45px auto; }
	section#registry div.tabContent ol li:nth-of-type(2) dl dt { background:url("/member/mm/img/step_number02.png") no-repeat left / 45px auto; }
	section#registry div.tabContent ol li:nth-of-type(3) dl dt { background:url("/member/mm/img/step_number03.png") no-repeat left / 45px auto; }
	section#registry div.tabContent ol li:nth-of-type(4) dl dt { background:url("/member/mm/img/step_number04.png") no-repeat left / 45px auto; }
	section#registry div.tabContent ol li:nth-of-type(5) dl dt { background:url("/member/mm/img/step_number05.png") no-repeat left / 45px auto; }
	section#registry div.tabContent ol li:nth-of-type(6) dl dt { background:url("/member/mm/img/step_number06.png") no-repeat left / 45px auto; }
	
section#registry div.tabContent ol li dl dd {
	padding: 0 4%;
	text-align: center;
}
section#registry div.tabContent ol li:nth-of-type(1) dl dd div:nth-of-type(1) img { max-width:90%; }

section#registry div.tabContent ul.attentionNote {
	border-top: 1px solid #fff;
	padding-top: 2.5em;
}
section#registry div.tabContent p#browserLead {
	text-align: center;
	border-bottom: 1px solid #fff;
	width: 96%;
	margin: 0 auto;
	padding: 2em 0;
	font-size: 131%;
	line-height: 150%;
	font-weight: 400;
}


/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 979px) {
	section#registry ul.tab li br { display:block; }
	section#registry div.tabContent ol li { width: 49%; }

    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; }
    
    section#point div.w940 { width:100%; }
}

/* Less than SP-LANDSCAPE
----------------------------------------------------------------- */
@media screen and (max-width:568px) {
	section#registry { padding:3.5em 0; }
	section#registry div.w940 { width:96%; }
	section#registry h2 { font-size:10vw; }
	section#registry ul.tab li { font-size:3.5vw; font-weight:600; }
	section#registry div.tabContent ol li dl dt { background-size:15% auto !important; background-position:left top 15% !important; padding-left:20%; font-size:3.7vw; }
	section#registry div.tabContent ul.attentionNote { width:92%; margin:0 auto; }
    
    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; }
    
	section#point div.w940 { background-size:125%; padding-bottom:17%; }
	section#point figure img { width:95%; }
	section#point p { font-size:5.5vw; margin-bottom:0.5em; }
}

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

/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
	section#registry div.tabContent p#browserLead { font-size:5vw; }
}
