@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/***********************************************************************
preset
**********************************************************************/
/***********************************************************************
base style
**********************************************************************/
html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  color: #333;
  font-family: 'Garamond', 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'メイリオ', Meiryo, serif;
  line-height: 1.7;
  font-size: 13px;
  font-size: 1.3rem; }

a {
  text-decoration: none;
  color: #333; }

img {
  vertical-align: top; }

.wrapper {
  overflow: hidden; }

.mainVis {
  width: 1084px;
  height: 420px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative; }
  .mainVis h2 {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 3px;
    line-height: 1;
    position: absolute;
    left: 20px;
    bottom: 40px; }
  .mainVis .english {
    letter-spacing: 1px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    left: 20px;
    bottom: 18px; }

.mainCopy {
  padding-left: 20px;
  width: 1064px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 20px; }

.block {
  width: 1084px;
  margin: 0 auto 40px;
  border-top: 1px solid #CCC;
  padding: 100px 0; }
  .block h2 {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 60px;
    font-weight: bold; }

.tags {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  display: inline-block;
  margin-right: 15px;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0 4px;
  min-width: 100px;
  text-align: center;
  border-radius: 25px;
  color: #FFF;
  vertical-align: text-bottom; }

.tag-press {
  background: #1d2080; }

.tag-update {
  background: #aab000; }

.tag-item {
  background: #2e80b0; }

.tag-media {
  background: #ff627f; }

.tag-shops {
  background: #808078; }

.notfound {
  margin-top: 20px;
  padding-top: 70px; }
  .notfound p {
    text-align: center; }

@media only screen and (min-width: 751px) {
  .spHeader,
  .drawer-menu-contents {
    display: none; }

  .pcHeader h1 {
    text-align: center;
    padding: 40px 0; }
  .pcHeader ul {
    width: 1084px;
    margin: 0 auto;
    text-align: center; }
    .pcHeader ul li {
      letter-spacing: 1px;
      display: inline-block;
      font-size: 20px;
      font-size: 2rem;
      padding-left: 117px; }
      .pcHeader ul li a {
        text-decoration: none;
        color: #999a9a; }
    .pcHeader ul li:first-child {
      padding-left: 0; }
    .pcHeader ul li:last-child {
      font-size: 18px;
      font-size: 1.8rem; }
.pcHeader .sns-area{
	max-width: 1084px;
	width: 100%;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: flex;
	justify-content: flex-end;
}
.pcHeader .sns-area a{
	margin-left: 15px;
}
.pcHeader .sns-area a img{
	width: 22px;
	height: auto;
}
  .footer {
    width: 100%;
    background: #f3f3f3; }

  .footerInner {
    position: relative;
    width: 1084px;
    min-height: 338px;
    padding: 50px 0;
    margin: 0 auto; }
    .footerInner::after {
      content: "";
      display: block;
      clear: both; }
    .footerInner ul {
      width: 240px;
      float: left;
      margin-right: 30px; }
      .footerInner ul li {
        font-size: 14px;
        font-size: 1.4rem;
        border-bottom: 1px solid #FFF;
        margin-bottom: 15px;
        padding-bottom: 3px; }
        .footerInner ul li a {
          text-decoration: none;
          color: #999; }
    .footerInner h1 {
      position: absolute;
      right: 0;
      bottom: 130px; }
    .footerInner .copyright {
      position: absolute;
      right: 0;
      bottom: 100px;
      color: #999;
      font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 2px; }
    .footerInner .subNav {
      float: none;
      width: 400px;
      position: absolute;
      right: 0;
      bottom: 50px;
      margin-right: 0;
      text-align: right;
      font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; }
      .footerInner .subNav li {
        display: inline-block;
        border-bottom: none;
        margin-bottom: 0;
        margin-left: 20px;
        font-size: 12px;
        font-size: 1.2rem;
        padding-bottom: 0; }
        .footerInner .subNav li a {
          color: #999; }

  .spFotter {
    display: none; } }
@media only screen and (max-width: 750px) {
  .pcHeader,
  .drawer-menu-contents {
    display: none; }

  .spHeader {
    height: 60px;
    border-bottom: 1px solid #EEE;
    position: fixed;
    width: 100%;
    background: #FFF;
    z-index: 100; }
    .spHeader a {
      text-decoration: none;
      display: inline-block; }
    .spHeader h1 {
      position: absolute;
      left: 0;
      top: 21px;
      height: 18px;
      margin-left: 18px; }
.spHeader .sns-area{
	width: 20px;
	position: absolute;
	top: 17px;
	right: 60px;
	display: flex;
	justify-content: flex-end;
}
.spHeader .sns-area a{
	margin-left: 15px;
}
.spHeader .sns-area a img{
	width: 25px;
	height: auto;
}

  .drawer-menu-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px; }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box; }

  .menu-trigger {
    position: relative;
    width: 25px;
    height: 20px;
    top: 20px;
    left: 18px; }
    .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #999a9a;
      border-radius: 4px; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 9px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0; }
    .menu-trigger span:nth-of-type(2)::after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background-color: #999a9a;
      border-radius: 4px;
      transition: all .3s; }

  .spHeader.on .menu-trigger span:nth-of-type(1) {
    transform: translate(50%) scale(0); }
  .spHeader.on .menu-trigger span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .spHeader.on .menu-trigger span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .spHeader.on .menu-trigger span:nth-of-type(3) {
    transform: translate(-50%) scale(0); }

  .drawer-menu-contents {
    width: 100%;
    background: #FFF;
    text-align: center;
    padding-top: 90px;
    position: absolute;
    z-index: 90; }
    .drawer-menu-contents ul li {
      text-align: center;
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 25px; }
      .drawer-menu-contents ul li a {
        text-decoration: none; }

  .footer {
    display: none; }

  .spFotter {
    width: 100%;
    background: #f3f3f3;
    text-align: center;
    padding: 20px 0; }

  .mainVis {
    height: 210px;
    width: 100%;
    margin-top: 60px; }
    .mainVis h2 {
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 3px;
      line-height: 1;
      position: absolute;
      left: 4%; }
    .mainVis .english {
      letter-spacing: 1px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1;
      position: absolute;
      left: 4%; }

  .mainCopy {
    padding-left: 4%;
    padding-right: 4%;
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px; }

  .block {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    margin-bottom: 0; }
    .block h2 {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 20px; }

  .notfound {
    padding-top: 70px; }
    .notfound p {
      width: 92%;
      padding-left: 4%;
      padding-right: 4%; } }

.news .london_boots{
	margin: auto;
}
.news .london_boots img{
	width: 100%;
	height: auto;
}