@charset "UTF-8";
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

/*リセット
--------------------------------------------*/
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;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*変数
---------------------------------------------*/

/*全体
---------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
  font-feature-settings: "palt";
  font-family: 'noto-sans', sans-serif;
  overflow-x: hidden;
}
img {
  display: block;
  width: 100%;
}
/*--------hover--------*/
a {
	opacity: 1;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.6pt;
}
a:hover {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
/*--------flexBox--------*/
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* contents */
#mainArea {
  width: 100%;
  height: 100vh;
  background: url(../images/cover.jpg) no-repeat 30% center;
  background-size: cover;
  position: relative;
}
#mainArea div {
  max-width: 500px;
  width: 42.5%;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 17.5%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#mainArea h1 {
  font-size: 30px;
  line-height: 0.8;
}
#mainArea h1 span {
  line-height: 1.1;
}
#mainArea p {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 40px;
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#intro {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 100px;
}
#intro h2 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#intro p {
  font-size: 18px;
}
/*#contents {
  max-width: 980px;
  margin: 0 auto;
}*/
#contents > .flexBox {
  align-items: flex-end;
}
#contents > .flexBox:nth-child(even) {
  flex-direction: row-reverse;
}
#contents .flexBox:last-child {
}
#contents .flexBox > p {
  width: 50%;
}
#contents .flexBox ul {
  width: 50%;
  padding: 5% 2.5%;
  box-sizing: border-box;
}
#contents .flexBox ul li {
  font-size: 18px;
  line-height: 1.2;
  margin: 10px 0 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#contents .flexBox ul li br {
  display: none;
}
#contents .flexBox ul li p {
  text-align: left;
  width: 70%;
}
#contents .flexBox ul li p span {
  font-size: 14px;
  margin-left: 5px;
}
#contents .flexBox ul li a {
  font-size: 14px;
  text-align: center;
  width: 100px;
  padding: 5px 0;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
}
#contents .flexBox ul li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  background: #000;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
#contents .flexBox ul li a.shop {
  color: #fff;
  background: #999;
  border: 1px solid #999;
  box-sizing: border-box;
}

/* brandTop */
#brandBtn {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 16px;
  padding: 100px 0;
}
#brandBtn div:nth-child(1) {
  margin-bottom: 20px;
}
div.brandTopBtn a {
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  width: 100%;
  border: 1px solid #000;
}
div.brandTopBtn a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

/* footer */
footer {
  border-top: 1px solid #000;
  padding: 10px 0;
}


/* PC
--------------------------------------*/

@media screen and (min-width: 481px) {
  /* credit area */
  .copyright p {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }
  /* display: none; */
  .pcNone {
    display: none;
  }
  .spNone {
    display: block;
  }
  div.brandTopBtn a {
    padding: 20px 0;
  }
  div.brandTopBtn a:hover {
    background: #000;
    color: #fff;
  }
}

/*tablet
--------------------------------------*/
@media screen and (max-width: 768px) {
  #contents .flexBox ul li br {
    display: inherit;
  }
 } 
/* SP
--------------------------------------*/

@media screen and (max-width: 480px) {
  /* contents */
  #mainArea {
    height: 500px;
  }
  #mainArea div {
    width: 50%;
    right: 7.5%;
  }
  #mainArea h1 {
    font-size: 20px;
  }
  #mainArea p {
    font-size: 14px;
  }
  #intro h2 {
    font-size: 20px;
  }
  #intro p {
    font-size: 14px;
  }
  #contents .flexBox p,
  #contents .flexBox ul {
    width: 100%;
  }
  #contents .flexBox ul {
    padding: 20px 5% 60px;
  }
  #contents .flexBox ul li {
    font-size: 14px;
    width: 100%;
  }
  #contents .flexBox ul li p span {
  font-size: 12px;
  margin-left: 5px;
}
  #contents .flexBox ul li br {
    display: inherit;
  }

  /* copyright */
  .copyright p {
    text-align: center;
    padding: 5px 0;
    width: 100%;
  }
  /* display: none; */
  .pcNone {
    display: inherit;
  }
  .spNone {
    display: none;
  }
  /* brandTop */
  div.brandTopBtn {
    width: 80%;
    margin: 0 auto;
  }
  div.brandTopBtn a {
    padding: 15px 0;
  }
  div.brandTopBtn a:hover {
    background: #000;
    color: #fff;
  }
}
