@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
body {
  font-family: Helvetica, Arial, verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #221815;
  line-height: 1.85;
  letter-spacing: 0.035em;
  background-color: #243764;
}

/* -----
 * font family
----------------------------------------------------------------------------- */
.font-serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font-pt {
  font-family: 'PT Sans', sans-serif;
}

.font-pt.__italic {
  font-style: italic;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a:link, a:visited, a:active {
  outline: 0px none #000;
}

a img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
p, ul, ol, table {
  margin: 1em 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

/* -----
 * br setting
----------------------------------------------------------------------------- */
.br-sp {
  display: none;
}

/* -----
 * Modules
----------------------------------------------------------------------------- */
.logo-blk {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
}

.logo-blk > * {
  display: block;
}

.logo-blk > * img {
  vertical-align: top;
}

.logo-blk > .tfm {
  width: 112px;
  height: 30px;
}

.logo-blk > .hermes {
  width: 61px;
  height: 35px;
}

.logo-blk .cross {
  width: 15px;
  height: 15px;
}

.common-btn {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0;
  width: 330px;
  height: 65px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-shadow: 3px 3px 0 #fc671a;
          box-shadow: 3px 3px 0 #fc671a;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: rgba(26, 33, 37, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.common-btn:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 0 #fc671a;
          box-shadow: 0 0 0 #fc671a;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}

.common-btn > .font-pt {
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
  margin-top: 8px;
}

.common-btn > .small {
  font-size: 15px;
}

.animate-element {
  position: absolute;
  width: 100vw;
  background-repeat: repeat-x;
  left: 0;
}

.animate-element.__twinkle01 {
  height: 301px;
  background-image: url(../images/visual-twinkle01.png);
  -webkit-background-size: 306px 301px;
          background-size: 306px 301px;
  background-position: bottom 0 right 0;
  bottom: 140px;
}

.animate-element.__twinkle02 {
  height: 144px;
  background-image: url(../images/visual-twinkle02.png);
  -webkit-background-size: 588px 144px;
          background-size: 588px 144px;
  background-position: bottom 0 right 0;
  bottom: 160px;
}

.animate-element.__building {
  height: 158px;
  background-image: url(../images/visual-building.png);
  -webkit-background-size: 907px 158px;
          background-size: 907px 158px;
  background-position: bottom 0 left 0;
  bottom: 0;
}

.animate-element.__tree {
  height: 53px;
  background-image: url(../images/visual-tree.png);
  -webkit-background-size: 89px 53px;
          background-size: 89px 53px;
  background-position: bottom 0 left 0;
  bottom: 0;
}

#Header {
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

#Header .tfm {
  display: block;
  width: 145px;
  margin: 0 auto;
}

#Contents {
  color: #fff;
}

#Contents #Keyvisual > .visual {
  position: relative;
  background-image: url(../images/visual-bg.png);
  height: 388px;
  background-position: bottom;
  overflow: hidden;
}

#Contents #Keyvisual > .ttl-blk {
  background-color: #1a2125;
  padding-bottom: 80px;
}

#Contents #Keyvisual > .ttl-blk > .content-inner > .ttl {
  display: block;
  position: relative;
  width: 438px;
  margin: 0 auto;
  z-index: 50;
}

#Contents #Keyvisual > .ttl-blk > .content-inner > .ttl img {
  margin-top: -270px;
}

#Contents #Keyvisual > .ttl-blk > .content-inner > .credit {
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
}

#Contents #Keyvisual.__form {
  height: 260px;
}

#Contents #Keyvisual.__form > .visual {
  position: relative;
  background-image: url(../images/visual-bg.png);
  height: 250px;
  background-position: bottom;
  overflow: hidden;
}

#Contents #Keyvisual.__form > .ttl-blk {
  background-color: #1a2125;
  padding-bottom: 120px;
}

#Contents #Keyvisual.__form > .ttl-blk > .content-inner > .ttl {
  width: 200px;
}

#Contents #Keyvisual.__form > .ttl-blk > .content-inner > .ttl img {
  margin-top: -125px;
}

#Contents #Keyvisual.__form > .ttl-blk > .content-inner > .credit {
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
}

#Contents .content-01 {
  position: relative;
  background-color: #243764;
  padding: 90px 0;
  overflow: hidden;
}

#Contents .content-01 .content-inner {
  text-align: left;
  position: relative;
  z-index: 10;
  width: 1050px;
  margin: 0 auto;

  /**--**/
  /**--**/
}

#Contents .content-01 .content-inner > .text{
  float: left;
}

#Contents .content-01 .content-inner > .text .label {
  position: relative;
  display: inline-block;
  line-height: 1.2em;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#Contents .content-01 .content-inner > .text .label:after {
  content: '';
  display: block;
  width: 15px;
  position: absolute;
  left: 0px;
  bottom: -6px;
  height: 2px;
  background: #fff;
}

#Contents .content-01 .content-inner > .text .cap {
  font-size: 24px;
  font-weight: bold;
}

#Contents .content-01 .content-inner > .text .text {
  font-size: 16px;
  margin-top: 30px;
  line-height: 2.5em;
}

#Contents .content-01 .content-inner > .spotify {
    float: right;
    margin: 0 auto 0;
    width: auto;
  }

#Contents .content-02 {
  position: relative;
  padding: 90px 0;
  background-image: url(../images/visual-bg.png);
  background-repeat: repeat-x;
  background-color: #304371;
  background-position: bottom;
  overflow: hidden;
}

#Contents .content-02 > .content-inner {
  position: relative;
  z-index: 10;
}

#Contents .content-02 > .content-inner > .cap {
  width: 204px;
  height: 104px;
  margin: 0 auto;
}

#Contents .content-02 > .content-inner > .text {
  text-align: center;
  margin-top: 30px;
}

#Footer {
  background-color: #fff;
}

#Footer > .head {
  padding: 30px 0;
  border-bottom: 1px solid #e9ecef;
}

#Footer > .bottom {
  padding: 20px 0;
}

#Footer > .bottom .copy {
  text-align: center;
  font-size: 11px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a img {
    transition: opacity 0.1s linear 0s;
    -moz-transition: opacity 0.1s linear 0s;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    -ms-transition: opacity 0.1s linear 0s;
  }
  a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  .common-btn {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  #Contents #Keyvisual > .visual {
    height: 310px;
  }
  #Contents #Keyvisual > .ttl-blk {
    padding-bottom: 0px;
  }
  #Contents #Keyvisual > .ttl-blk > .content-inner {
    padding: 35px;
  }
  #Contents #Keyvisual > .ttl-blk > .content-inner > .ttl {
    width: 100%;
    max-width: 438px;
    margin: 0 auto;
  }
  #Contents #Keyvisual > .ttl-blk > .content-inner > .ttl img {
    margin-top: -210px;
  }
  #Contents #Keyvisual > .ttl-blk > .content-inner > .credit {
    font-size: 13px;
  }
  #Contents #Keyvisual.__form {
    height: auto;
  }
  #Contents #Keyvisual.__form > .visual {
    position: relative;
    background-image: url(../images/visual-bg.png);
    height: 150px;
    background-position: bottom;
    overflow: hidden;
  }
  #Contents #Keyvisual.__form > .ttl-blk {
    background-color: #1a2125;
    padding-bottom: 0px;
  }
  #Contents #Keyvisual.__form > .ttl-blk > .content-inner > .ttl {
    width: 120px;
  }
  #Contents #Keyvisual.__form > .ttl-blk > .content-inner > .ttl img {
    margin-top: -100px;
  }
  #Contents #Keyvisual.__form > .ttl-blk > .content-inner > .credit {
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
  }
  #Contents .content-01 {
    padding: 60px 0;
  }
  #Contents .content-01 .content-inner {
    padding: 0 15px;
    text-align: justify;
    /**--**/
    width: auto;
    /**--**/
  }

  #Contents .content-01 .content-inner > .text{
    float: none
  }
  #Contents .content-01 .content-inner > .text .label {
    font-size: 14px;
  }
  #Contents .content-01 .content-inner > .text .label:after {
    left: 0px;
    margin-left: 0px;
  }
  #Contents .content-01 .content-inner > .text .cap {
    font-size: 20px;
  }
  #Contents .content-01 .content-inner > .text .text {
    font-size: 15px;
  }
  #Contents .content-01 .content-inner > .cap {
    float: none;
  }
  #Contents .content-01 .content-inner > .text {
    float: none;
  }
  #Contents .content-01 .content-inner > .spotify {
    float: none;
    margin: 40px auto 0;
    width: 300px;
  }
  #Contents .content-02 {
    padding: 60px 0;
  }
  #Contents .content-02 > .content-inner {
    padding: 0 15px;
  }
  #Contents .content-02 > .content-inner > .text {
    text-align: justify;
  }
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: auto;
  }
  /* -----
   * br setting
  ----------------------------------------------------------------------------- */
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
