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

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  width: 100%;
}

body {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  div.spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  div.spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  div.pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div.pcNone {
    display: block;
  }
}

div.all {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div.all {
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  div.all {
    width: 100%;
  }
}

h1.header {
  text-align: center;
}
@media screen and (min-width: 769px) {
  h1.header {
    padding-left: 30px;
    margin: 100px auto 75px;
    font-size: 36px;
    letter-spacing: 0.03em;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  h1.header {
    margin: 100px auto 75px;
    width: 80%;
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 35px;
  }
}
@media screen and (min-width: 769px) {
  h1.header span {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  h1.header span {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  h1.header p.title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  h1.header p.title {
    font-size: 18px;
  }
}

div.body {
  width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.body {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  div.spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  div.spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  div.pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div.pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  div.block {
    width: 1200px;
    display: flex;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  div.block {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  div.i_block {
    margin-bottom: 150px;
  }
}

a {
  text-decoration: underline;
  color: black;
  text-align: left;
}

div.itemAria {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.itemAria {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  div.itemAria {
    width: 1260px;
  }
}
div.itemAria div.item_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  div.itemAria div.item_img {
    width: calc(100% / 4);
    padding: 25px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  div.itemAria div.item_img {
    width: calc(100% / 2);
    padding: 15px;
    box-sizing: border-box;
  }
}
div.itemAria div.item_img img {
  transform: scale(1);
  transition: 1s;
}

.item01 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

/* 1 */
.item01::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "WOMENS ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item01:hover::after {
  opacity: 1;
}

/* 2 */
.item02 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

.item02::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "WOMENS ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item02:hover::after {
  opacity: 1;
}

/* 3 */
.item03 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

.item03::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "UNISEX ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item03:hover::after {
  opacity: 1;
}

/* 4 */
.item04 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

.item04::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "WOMENS ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item04:hover::after {
  opacity: 1;
}

/* 5 */
.item05 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

.item05::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "UNISEX ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item05:hover::after {
  opacity: 1;
}

/* 6 */
.item06 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

.item06::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "MENS ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item06:hover::after {
  opacity: 1;
}

/* 7 */
.item07 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

.item07::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "WOMENS ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item07:hover::after {
  opacity: 1;
}

/* 8 */
.item08 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

.item08::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "UNISEX ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item08:hover::after {
  opacity: 1;
}

/* 9 */
.item09 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

.item09::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "WOMENS ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item09:hover::after {
  opacity: 1;
}

/* 10 */
.item10 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

.item10::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "WOMENS ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item10:hover::after {
  opacity: 1;
}

/* 11 */
.item11 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

.item11::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "WOMENS ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item11:hover::after {
  opacity: 1;
}

/* 12 */
.item12 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

.item12::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "WOMENS ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item12:hover::after {
  opacity: 1;
}

/* 13 */
.item13 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

.item13::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "MENS ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item13:hover::after {
  opacity: 1;
}

/* 14 */
.item14 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

.item14::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "UNISEX ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item14:hover::after {
  opacity: 1;
}

/* 15 */
.item15 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

.item15::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "MENS ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item15:hover::after {
  opacity: 1;
}

/* 16 */
.item16 {
  display: block;
  position: relative;
  color: #000;
  overflow: hidden;
}

.item16::after {
  /* 概要1にあたる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 概要2にあたる */
  content: "MENS ITEM";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* 概要3にあたる */
  opacity: 0;
  box-shadow: inset 0 0 30px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.item16:hover::after {
  opacity: 1;
}

div.ciaopanic {
  margin: 200px auto 100px;
}
@media screen and (max-width: 768px) {
  div.ciaopanic {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  div.ciaopanic {
    width: 200px;
  }
}

p.copy {
  margin: 50px;
  text-align: center;
  font-size: 10px;
}

.modal div.innerModal {
  line-height: 1.8;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal div.innerModal {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .modal div.innerModal {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
  }
}
.modal div.innerModal a.close {
  position: absolute;
  top: -56px;
  right: 0px;
  font-size: 48px;
  color: black;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */