@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: url(../images/bg01.png) 0 0 repeat;
  background-size: 25px;
}

@media screen and (min-width: 768px) {
  body {
    background-size: 50px;
  }
}
img {
  width: 100%;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

ul, ol, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
/* ==========================================================================
   header
========================================================================== */
.header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 13.33vw;
  background-color: #fff;
  border-bottom: 2px solid #D3C481;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.header--logo {
  width: 20.93vw;
  line-height: 0;
}

.header--nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .header {
    height: 70px;
  }

  .header__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1310px;
    padding: 0 15px;
  }

  .header--logo {
    width: 120px;
    margin-right: 60px;
  }

  .header--nav {
    display: block;
  }

  .header--nav__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .header--nav__item {
    margin-right: 75px;
  }

  .header--nav__item__link {
    text-decoration: none;
    color: #000;
  }

  .header--nav__item__link:hover {
    text-decoration: underline;
  }
}
/* ==========================================================================
   main
========================================================================== */
.main {
  padding: 6.66vw 0 24vw;
  background: url(../images/bg01.png) 0 0 repeat;
  background-size: 25px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  position: relative;
}

.main__inner {
  width: 92vw;
  margin: 0 auto;
}

.main-box {
  margin-bottom: 8vw;
}

.main-box .main-box__inner {
  width: 100%;
  height: 58.6vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.main-box.-akasaka .main-box__inner {
  background-image: url(../images/akasaka_sp.jpg);
}

.main-box.-azabu .main-box__inner {
  background-image: url(../images/azabu_sp.jpg);
}

.main-box__bg {
  display: none;
}

.main-box--title {
  letter-spacing: 0.1em;
  font-size: 4.26vw;
  font-weight: normal;
  text-shadow: 0.845px 1.813px 0px rgba(0, 51, 51, 0.004);
  color: #fff;
  position: absolute;
  top: 16.6vw;
  left: 4.6vw;
  z-index: 2;
}

.main-box--list {
  position: absolute;
  top: 25vw;
  left: 4.6vw;
  z-index: 2;
}

.main-box--item {
  margin-bottom: 0.3em;
}

.main-box--item__link {
  display: inline-block;
  padding-left: 2vw;
  background: url(../images/arrow02_white.svg) 0 center no-repeat;
  background-size: 0.6vw auto;
  letter-spacing: 0.075em;
  text-decoration: none;
  font-size: 3.2vw;
  color: #fff;
}

.main-box--link-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.main-box--btn {
  margin: 3.2vw 0 0;
  text-align: center;
}

.main-box--btn__link {
  display: inline-block;
  padding-right: 2em;
  background: url(../images/arrow01_black.svg) right center no-repeat;
  background-size: 1em auto;
  text-decoration: none;
  font-size: 3.46vw;
  color: #000;
}

@media screen and (min-width: 768px) {
  .main {
    padding: 50px 0 120px;
    background: url(../images/bg02.png) left bottom no-repeat, url(../images/bg01.png) 0 0 repeat;
    background-size: auto;
  }

  .main__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1310px;
    padding: 0 15px;
  }

  .main-box {
    width: 49.2%;
    margin-bottom: 0;
    height: auto;
    padding: 0;
    position: relative;
  }

  .main-box .main-box__inner {
    height: auto;
    padding: 0;
    position: static;
  }

  .main-box.-akasaka .main-box__inner {
    background-image: none;
  }

  .main-box.-azabu .main-box__inner {
    background-image: none;
  }

  .main-box__bg {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 0;
  }

  .main-box--title {
    margin: 0;
    font-size: 24px;
    position: absolute;
    left: 4.76%;
    top: 24%;
    z-index: 2;
  }

  .main-box--list {
    position: absolute;
    top: 39%;
    left: 4.76%;
    z-index: 2;
  }

  .main-box--item {
    margin-bottom: 0.3em;
  }

  .main-box--item__link {
    padding-left: 7px;
    background-size: 3px auto;
    font-size: 14px;
  }

  .main-box--item__link:hover {
    text-decoration: underline;
  }

  .main-box--link-wrap:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .main-box--btn {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 5%;
    right: 0;
    left: 0;
    z-index: 2;
  }

  .main-box--btn__link {
    display: block;
    height: 50px;
    padding: 0;
    background: none;
    border: 2px solid #fff;
    line-height: 46px;
    font-size: 14px;
    color: #fff;
  }

  .main-box--btn__link:hover {
    background-color: #fff;
    color: #000;
  }

  .main-box--btn__link:hover span {
    background-image: url(../images/arrow01_black.svg);
  }

  .main-box--btn__link span {
    display: inline-block;
    padding: 0 3em 0 0;
    background: url(../images/arrow01_white.svg) right center no-repeat;
    background-size: 2em auto;
  }

  .main--about-btn {
    display: none;
  }
}
/* ==========================================================================
   pagetop
========================================================================== */
.pagetop {
  width: 10vw;
  height: 10vw;
  position: absolute;
  right: 2.6vw;
  bottom: 0;
  opacity: 0;
  transition: opacity .4s;
}

.pagetop.is-visible {
  opacity: 1;
  position: fixed;
  right: 2.6vw;
  bottom: 2.6vw;
}

@media screen and (min-width: 768px) {
  .pagetop {
    width: 50px;
    height: 50px;
  }
}
/* ==========================================================================
   main
========================================================================== */
.footer {
  padding: 6.53vw 0 0;
  background-color: #1F1715;
}

.footer--logo {
  width: 30.6vw;
  margin: 0 auto 4vw;
}

.footer--nav__list {
  padding-bottom: 1em;
}

.footer--nav__item {
  margin-bottom: 1em;
  text-align: center;
}

.footer--nav__item__link {
  display: inline-block;
  text-decoration: none;
  font-size: 3.2vw;
  color: #fff;
}

.footer--copyright {
  padding: 1.5em 0;
  background-color: #000;
  text-align: center;
  font-size: 2.13vw;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer {
    width: 100%;
    padding: 0;
    background-color: #1F1715;
  }

  .footer__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1310px;
    height: 100px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .footer--logo {
    width: 106px;
    margin: 0 45px 0 0;
  }

  .footer--nav__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }

  .footer--nav__item {
    margin: 0 35px 0 0;
    text-align: left;
  }

  .footer--nav__item__link {
    font-size: 12px;
  }

  .footer--nav__item__link:hover {
    text-decoration: underline;
  }

  .footer--copyright {
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 10px;
  }
}
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
