@charset "UTF-8";
/* ============================== */
/* MARUNOUCHI AUTUMN COLLECTION 2020 */
/* V1.0 | 20200827 */
/* ============================== */
/* CSS RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

.bgc--maru {
  background-color: #0064BE;
}

.bgc--shinmaru {
  background-color: #BE003C;
}

.bgc--oazo {
  background-color: #0ABEDC;
}

.bgc--brick {
  background-color: #6E5028;
}

.bgc--iiyo {
  background-color: #009006;
}

.bgc--tokia {
  background-color: #E63296;
}

.bgc--nijubashi {
  background-color: #A0916A;
}

.bgc--terrace {
  background-color: #9BBE28;
}

.bgc--aream {
  background-color: #FF7600;
}

.bgc--areay {
  background-color: #FF7600;
}

.bgc--tokiwabashi {
  background-color: #c59600;
}

.bgc--otemachi {
  background-color: #0c3388;
}

/* 初期設定 */
html, body {
  font-size: 62.5%;
  font-family: 'メイリオ',Meiryo,'ＭＳＰゴシック','ヒラギノ角ゴPro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

* {
  box-sizing: border-box;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

@media (max-width: 425px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 425px) {
  .sp {
    display: block;
  }
}

/* MODULES */
.banner {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .banner {
    margin-top: 2rem;
  }
}

.banner__link {
  transition: 0.3s ease all;
}

.banner__link:hover {
  opacity: 0.6;
}

.building {
  margin-top: 2.3rem;
}

@media (max-width: 768px) {
  .building-pc {
    display: none;
  }
}

.building-pc__list {
  display: flex;
  flex-wrap: wrap;
}

.building-pc__item {
  width: 100%;
  max-width: 19.04%;
  margin-bottom: 0.8rem;
}

.building-pc__item:not(:nth-child(5n)) {
  margin-right: 1.2%;
}

.building-pc__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5.8rem;
  background-color: #969696;
  border-style: solid;
  border-width: 0.4rem;
  border-color: transparent;
  border-radius: 0.5rem;
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  transition: 0.3s ease all;
}

@media (max-width: 840px) {
  .building-pc__link {
    font-size: 1.6rem;
  }
}

.building-pc__link:hover {
  background-color: #FFF !important;
}

.building-pc__link--maru:hover {
  color: #0064BE !important;
  border-color: #0064BE;
}

.building-pc__link--shinmaru:hover {
  color: #BE003C !important;
  border-color: #BE003C;
}

.building-pc__link--oazo:hover {
  color: #0ABEDC !important;
  border-color: #0ABEDC;
}

.building-pc__link--brick:hover {
  color: #6E5028 !important;
  border-color: #6E5028;
}

.building-pc__link--iiyo:hover {
  color: #009006 !important;
  border-color: #009006;
}

.building-pc__link--tokia:hover {
  color: #E63296 !important;
  border-color: #E63296;
}

.building-pc__link--nijubashi:hover {
  color: #A0916A !important;
  border-color: #A0916A;
}

.building-pc__link--terrace:hover {
  color: #9BBE28 !important;
  border-color: #9BBE28;
}

.building-pc__link--tokiwabashi:hover {
  color: #c59600 !important;
  border-color: #c59600;
}

.building-pc__link--aream:hover {
  color: #FF7600 !important;
  border-color: #FF7600;
}

.building-pc__link--areay:hover {
  color: #FF7600 !important;
  border-color: #FF7600;
}

.building-pc__link--otemachi:hover {
  color: #0c3388 !important;
  border-color: #0c3388;
}

.building-pc__link--active.building-pc__link--maru {
  background-color: #0064BE;
  border-color: #0064BE;
}

.building-pc__link--active.building-pc__link--shinmaru {
  background-color: #BE003C;
  border-color: #BE003C;
}

.building-pc__link--active.building-pc__link--oazo {
  background-color: #0ABEDC;
  border-color: #0ABEDC;
}

.building-pc__link--active.building-pc__link--brick {
  background-color: #6E5028;
  border-color: #6E5028;
}

.building-pc__link--active.building-pc__link--iiyo {
  background-color: #009006;
  border-color: #009006;
}

.building-pc__link--active.building-pc__link--tokia {
  background-color: #E63296;
  border-color: #E63296;
}

.building-pc__link--active.building-pc__link--nijubashi {
  background-color: #A0916A;
  border-color: #A0916A;
}

.building-pc__link--active.building-pc__link--terrace {
  background-color: #9BBE28;
  border-color: #9BBE28;
}

.building-pc__link--active.building-pc__link--tokiwabashi {
  background-color: #c59600;
  border-color: #c59600;
}

.building-pc__link--active.building-pc__link--aream {
  background-color: #FF7600;
  border-color: #FF7600;
}

.building-pc__link--active.building-pc__link--areay {
  background-color: #FF7600;
  border-color: #FF7600;
}

.building-pc__link--active.building-pc__link--otemachi {
  background-color: #0c3388;
  border-color: #0c3388;
}

.building-sp {
  display: none;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .building-sp {
    display: block;
  }
}

.building-sp #building-sp__menu {
  display: none;
}

.building-sp #building-sp__menu:checked ~ .building-sp__menu--list .building-sp__menu--item {
  height: 4.6rem;
  transition: 0.3s ease all;
}

.building-sp #building-sp__menu:checked ~ .building-sp__menu::after {
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
  transition: 0.3s ease all;
}

.building-sp__menu {
  display: block;
  width: 100%;
  font-size: 2rem;
  padding: 1.5rem 3rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.building-sp__menu::after {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  bottom: 50%;
  right: 2rem;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(50%) rotate(135deg);
  transform: translateY(50%) rotate(135deg);
  transition: 0.3s ease all;
}

.building-sp__menu--maru {
  background-color: #0064BE;
}

.building-sp__menu--shinmaru {
  background-color: #BE003C;
}

.building-sp__menu--oazo {
  background-color: #0ABEDC;
}

.building-sp__menu--brick {
  background-color: #6E5028;
}

.building-sp__menu--iiyo {
  background-color: #009006;
}

.building-sp__menu--tokia {
  background-color: #E63296;
}

.building-sp__menu--nijubashi {
  background-color: #A0916A;
}

.building-sp__menu--tokiwabashi {
  background-color: #c59600;
}

.building-sp__menu--terrace {
  background-color: #9BBE28;
}

.building-sp__menu--aream {
  background-color: #FF7600;
}

.building-sp__menu--areay {
  background-color: #FF7600;
}

.building-sp__menu--otemachi {
  background-color: #0c3388;
}

.building-sp__menu--item {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease all;
}

.building-sp__menu--link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #646464;
  padding: 1rem;
  transition: 0.3s ease all;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
}

.building-sp__menu--link:hover {
  color: #FFF;
}

.building-sp__menu--link--maru:hover {
  background-color: #0064BE;
}

.building-sp__menu--link--shinmaru:hover {
  background-color: #BE003C;
}

.building-sp__menu--link--oazo:hover {
  background-color: #0ABEDC;
}

.building-sp__menu--link--brick:hover {
  background-color: #6E5028;
}

.building-sp__menu--link--iiyo:hover {
  background-color: #009006;
}

.building-sp__menu--link--tokia:hover {
  background-color: #E63296;
}

.building-sp__menu--link--nijubashi:hover {
  background-color: #A0916A;
}

.building-sp__menu--link--tokiwabashi:hover {
  background-color: #0c3388;
}

.building-sp__menu--link--terrace:hover {
  background-color: #9BBE28;
}

.building-sp__menu--link--aream:hover {
  background-color: #FF7600;
}

.building-sp__menu--link--areay:hover {
  background-color: #FF7600;
}

.building-sp__menu--link--otemachi:hover {
  background-color: #0c3388;
}

.category--off {
  color: #FF2D16;
}

.category--presents {
  color: #FF5872;
}

.category--service {
  color: #FF7D23;
}

.category--point {
  color: #0073C0;
}

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container__wrap {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  margin-top: 5rem;
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .footer {
    margin-top: 2rem;
  }
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .footer__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__text-area {
  flex: 1;
  margin-right: 2rem;
}

.footer__btn {
  width: 100%;
  max-width: 25rem;
}

@media (max-width: 768px) {
  .footer__btn {
    max-width: inherit;
    text-align: center;
    margin-top: 2rem;
  }
}

.footer__btn--link {
  font-size: 1.6rem;
  color: #FF2896;
  transition: 0.3s ease all;
}

.footer__btn--link:hover {
  opacity: 0.6;
}

.footer-note__item {
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer-note__item::before {
  content: "※";
}

.footer-contact {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .footer-contact {
    font-size: 1.4rem;
  }
}

.footer__copyright {
  margin-top: 3rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
}

.hero {
  opacity: 0;
  padding: 2.5rem 2.5rem 0;
  text-align: center;
}

@media (max-width: 768px) {
  .hero {
    padding: 1rem 1.5rem 0;
  }
}

@media (max-width: 425px) {
  .hero__ttl--pc {
    display: none;
  }
}

.hero__ttl--sp {
  display: none;
}

@media (max-width: 425px) {
  .hero__ttl--sp {
    display: inline-block;
  }
}

.hero-shop {
  opacity: 0;
  padding: 3.5rem 2.5rem 0;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-shop {
    padding: 1rem 1.5rem 0;
  }
}

@media (max-width: 425px) {
  .hero-shop__ttl--pc {
    display: none;
  }
}

.hero-shop__ttl--sp {
  display: none;
}

@media (max-width: 425px) {
  .hero-shop__ttl--sp {
    display: inline-block;
  }
}

.lead-area {
  opacity: 0;
  padding-top: 1.8rem;
}

.lead-text {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #646464;
}

@media (max-width: 425px) {
  .lead-text {
    font-size: 0.75rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
}

.pagetop__link {
  transition: 0.3s ease all;
}

.pagetop__link:hover {
  opacity: 0.6;
}

.sale-btn-area {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.sale-btn-area__list {
  display: flex;
  justify-content: space-between;
}

.sale-btn-area__item {
  width: 100%;
  max-width: 48%;
}

.sale-btn-area__link {
  display: block;
  text-align: center;
  padding: 3.2rem;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
}

.sale-btn-area__link::after {
  display: block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 50%;
  right: 3rem;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.sale-btn-area__link--pre {
  border: 3px solid #E8442D;
  color: #E8442D;
}

.sale-btn-area__link--pre::after {
  background-image: url("../img/icon-arrow--01.svg");
}

.sale-btn-area__link--shop {
  border: 3px solid #8F56A3;
  color: #8F56A3;
}

.sale-btn-area__link--shop::after {
  background-image: url("../img/icon-arrow--02.svg");
}

.sale-btn-area__link--catch {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  color: inherit;
}

.sale-btn-area__link--sub-catch {
  margin-top: 1rem;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: inherit;
}

.sale-btn-area__link--ttl {
  margin-top: 1rem;
  display: block;
  font-size: 4.4rem;
  font-weight: bold;
  color: inherit;
}

.sale-shop {
  padding-top: 3.5rem;
}

.sale-shop__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .sale-shop__header {
    flex-direction: column;
  }
}

.sale-shop__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #646464;
}

.sale-shop__body {
  margin-top: 6rem;
}

.sale-shop__building-name {
  color: #FFF;
  font-size: 2rem;
  padding: 1rem 1rem 0.6rem;
  margin-top: 3rem;
  border-radius: 1rem 1rem 0 0;
}

.sale-shop__building-name--maru {
  background-color: #0064BE;
}

.sale-shop__building-name--shinmaru {
  background-color: #BE003C;
}

.sale-shop__building-name--oazo {
  background-color: #0ABEDC;
}

.sale-shop__building-name--brick {
  background-color: #6E5028;
}

.sale-shop__building-name--iiyo {
  background-color: #009006;
}

.sale-shop__building-name--tokia {
  background-color: #E63296;
}

.sale-shop__building-name--nijubashi {
  background-color: #A0916A;
}

.sale-shop__building-name--terrace {
  background-color: #9BBE28;
}

.sale-shop__building-name--tokiwabashi {
  background-color: #000;
}

.sale-shop__building-name--aream {
  background-color: #FF7600;
}

.sale-shop__building-name--areay {
  background-color: #FF7600;
}

.sale-shop__building-name--otemachi {
  background-color: #000;
}

.sale-shop__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.sale-shop__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 47%;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  list-style: none;
  border-bottom: 1px solid #969696;
}

.sale-shop__item:not(:nth-child(2n)) {
  margin-right: 6%;
}

@media (max-width: 768px) {
  .sale-shop__item {
    max-width: initial;
  }
  .sale-shop__item:not(:nth-child(2n)) {
    margin-right: auto;
  }
}

.sale-shop__link {
  display: flex;
  flex-direction: column;
  transition: 0.3s ease all;
}

.sale-shop__link:hover {
  opacity: 0.6;
}

.sale-shop__header-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.sale-shop__shopname {
  display: block;
  font-size: inherit;
  line-height: inherit;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #646464;
  position: relative;
  padding-left: 2.5rem;
}

.sale-shop__shopname::before {
  display: block;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/icon-arrow--03.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.3rem;
  left: 0;
}

.sale-shop__icon-list {
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
}

.sale-shop__icon-item:not(:first-child) {
  margin-top: 0.5rem;
}

.sale-shop__icon-type {
  display: inline-block;
  font-size: 1.2rem;
  color: #FFF;
  border-radius: 0.2rem;
  padding: 0.5rem;
  white-space: nowrap;
  min-width: 11rem;
  text-align: center;
}

.sale-shop__icon-type--off {
  background-color: #FF2D16;
}

.sale-shop__icon-type--presents {
  background-color: #FF5872;
}

.sale-shop__icon-type--service {
  background-color: #FF7D23;
}

.sale-shop__icon-type--point {
  background-color: #0073C0;
}

.sale-shop__icon-type--presale {
  background-color: #9A51A8;
}

.sale-shop__icon-type--presale2 {
  background-color: #009006;
}

.sale-shop__category {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #646464;
  margin-top: 1rem;
}

.sale-shop__block {
  margin-top: 1.5rem;
}

.sale-shop__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #646464;
}

.sale-shop__date {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #646464;
}

.sale-shop__text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #646464;
}

.sale-shop__text strong {
  font-size: 2.4rem;
}

.sale-shop__text--pre strong {
  color: #9A51A8;
}

.sale-shop__text--pre2 strong {
  color: #009006;
}

.sale-shop__note {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 0.5rem;
  color: #646464;
}

/* PAGE */
/* LAYOUT */
