@charset "UTF-8";
/*
* alpen_adidas_lookbook
* main.css
*
*/
/* ------------------------
	Foundation
------------------------ */
html,
body {
	height: 100%;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

pre,
textarea {
	overflow: auto;
}

[hidden],
audio:not([controls]),
template {
	display: none;
}

details,
main,
summary {
	display: block;
}

input[type=number] {
	width: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

progress {
	display: inline-block;
}

small {
	font-size: 75%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline; 
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	border: 0; 
	max-width: 100%;
	height: auto;
}

button,
input,
select,
textarea {
	min-height: 1.5em;
	color: inherit;
	font-family: inherit; 
	font-weight: inherit;
	font-style: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; 

	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0; 
	border: 0;
}

input {
	line-height: normal;
}

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
}

ol,
ul {
	list-style: none;
}

select {
	   -moz-appearance: none;
	-webkit-appearance: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

fieldset {
	border: 0;
}

/* ------------------------
	Base Settings
------------------------ */
html {
	font-size: 14px;
}

body {
	background-color: #fff;
	word-wrap: break-word; 
	color: #333;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Mar Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;

	-webkit-font-smoothing: antialiased;
	        font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none; 
	color: #5f5f5f;
}
a:visited {
	color: #5f5f5f;
}
a:hover {
	text-decoration: none; 
	color: #5f5f5f;
}
a:active {
	text-decoration: none; 
	color: #5f5f5f;
}
a[href^="tel:"] {
	cursor: text; 
	text-decoration: none;
}

::-moz-selection {
	background-color: #036eb8;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #036eb8;
	color: #fff;
	text-shadow: none;
}

/* ------------------------
	utilities Classes
------------------------ */
.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	overflow: hidden;
	clip: rect(0 0 0 0);
	position: absolute;
	margin: -1px;
	padding: 0;
	border: 0;
	width: 1px; 
	height: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	overflow: visible;
	clip: auto;
	position: static;
	margin: 0;
	width: auto; 
	height: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* ------------------------
	余白 調整用class
------------------------ */
.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

/* ------------------------
	text-align 調整用class
------------------------ */
.align-center {
	text-align: center !important;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

/* ------------------------
  Components
------------------------ */
@media screen and (min-width: 768px) {
	header a,
	footer a {
		transition: opacity 0.25s cubic-bezier(0, 0, 0.58, 1);
	}
	header a:hover,
	footer a:hover {
		opacity: 0.5;
	}
}

header {
	height: 60px;
	background: #000;
}

header .inner {
	overflow: hidden;
	position: relative;
	margin: 0 auto; 
	width: 960px;
}

header .btn_logo_adidas {
	float: left;
	width: 60px;
}

header .btn_logo_adidas img {
	width: 60px;
	height: auto;
	vertical-align: top;
}

header .sns_area img,
header .sns_area li {
	width: 36px;
	height: 36px;
	vertical-align: top;
}

header .sns_area {
	float: right;
}

header .sns_area ul {
	overflow: hidden;
	margin-top: 12px;
}

header .sns_area li {
	float: left;
	margin: 0 5px 0 0;
}

header .sns_area li:last-child {
	margin-right: 0;
}

header .presented_area {
	float: right;
}

header .presented_area ul {
	overflow: hidden;
	margin-top: 12px;
	margin-right: 5px;
}

header .presented_area li {
	float: left;
	margin: 0 5px 0 0;
}

header .presented_area img {
	width: auto;
	height: 36px;
	vertical-align: top;
}

header .presented_area a,
header .sns_area a {
	display: block;
}

@media screen and (max-width: 767px) {
	header .inner {
		margin: 0 2%; 
		width: auto;
	}
	header .inner .presented_area,
	header .inner .sns_area {
		margin-top: 7px;
	}
	header .inner .sns_area img,
	header .inner .sns_area li {
		width: 24px;
		height: 24px;
	}
	header .inner .presented_area img {
		width: auto;
		height: 24px;
	}
}

footer {
	padding: 1em;
	background: #e3e3e3;
	text-align: right;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;

	-webkit-font-smoothing: auto;
}

footer a {
	color: #5f5f5f; 
	font-size: 12px;
}

footer small {
	margin-left: 1em; 
	color: #000;
	font-size: 11px;
}

@media screen and (max-width: 767px) {
	footer {
		text-align: center;
	}
	footer small {
		display: block;
		margin-top: 0.5em;
	}
}

/* ------------------------
	Print Styles
------------------------ */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}