.std {
  margin: auto;
  max-width: 1440px;
}

/*ie11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie10up{property:value;}
  .block-mythiques .repetto-mysthics-p,
  .repetto-cms-content .repetto-mysthics-p,
  .block-mythiques-module .repetto-mysthics-p {
    max-width: 770px;
    width: 100%;
  }
}
.repetto-mythics-banner {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
}

.repetto-mythics-banner img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  min-height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
  height: auto;
  max-height: none;
}

.repetto-mythics-h2 {
  font-family: Bellina, Georgia, serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  text-transform: none;
  font-size: 32px;
  margin-bottom: 16px;
  text-align: center;
}

.repetto-mysthics-p {
  font-family: 'Campton', "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono", sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  font-style: normal;
  text-align: center;
  margin-bottom: 20px;
}

.block-mythiques-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 800px;
  margin: 24px auto 16px;
  padding: 0 15px;
}

.repetto-mythiques-ul {
  margin: 0 -10px 0;
  padding: 0 15px;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  width: 100%;
  overflow-y: hidden;
  margin-bottom: 0;
}

.repetto-mythiques-ul .repetto-mythiques-li {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 10px 1.5rem;
  vertical-align: top;
  text-align: center;
}

.repetto-mythiques-link {
  width: 100%;
  color: #222;
  font-family: Campton-b, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.repetto-mythiques-li-image {
  margin-bottom: 35px;
}

.block-mythiques-module {
  display: flex;
  justify-content: space-between;
  background: #222;
  margin: 0;
}

.block-mythiques-image {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.block-mythiques-image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
  height: auto;
  max-height: none;
}

.block-mythiques-module .block-mythiques-content {
  width: 40%;
  margin: 48px auto;
  color: #fff;
}

.block-mythiques-module .block-mythiques-content .repetto-mysthics-p {
  opacity: 0.75;
}

.block-mythiques-module .block-mythiques-content .repetto-mythiques-link a {
  color: #fff;
  opacity: 0.6;
}


/*---------------
  20181031 add 
---------------*/

/* TOPヘッダー部分 */
.top-title {
  text-align: center;
  margin-top: 2%;
  padding: 1%;
  font-size: 36px;
  line-height: 5rem;
  font-family: Mrs Eaves, Georgia, serif;
}

.main-image {
  margin-bottom: -5%;
}

.main-image p {
  display: flex;
  max-width: 48rem;
  margin: auto;
  padding: 2% 3%;
  text-align: center;
  background: #ffffff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(-4rem);
}

.item-list {
  padding: 15px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  overflow-y: hidden;
}

.item-list.grid {
  white-space: normal;
}

.item-list li {
  display: inline-block;
  width: calc(100% / 4 - 6%);
  height: auto;
  margin: 0 3% 5%;
  padding: 0 10px 1.5rem;
}

.item-list li a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
}

.item-list li a img {
  display: block;
}

/* .content-box style */

/*---------------
  ▼ レスポンシブ対応 
---------------*/

@media screen and (max-width: 1200px) {
  .item-list li {
    width: calc(100% / 3 - 6%);
  }
}

@media screen and (max-width: 1024px) {
  .item-list li {
    width: calc(100% / 2 - 6%);
  }
}

@media screen and (max-width: 768px) {
  .main-image p {
    padding: 3%;
    transform: none;
  }
}


@media screen and (max-width: 700px) {
  .item-list li a {
    font-size: 13px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 425px) {
}
