<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
body {
  font-family: 'Lato', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'HiraKakuPro-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, verdana, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background-image: url(../images/common/bg.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
          background-size: cover;
}

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

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

/* -----
 * tag setting
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 1.3em 0 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

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

p {
  font-size: 14px;
  line-height: 1.8em;
  text-align: justify;
}

.fluid img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

/* -----
 * common-variant
----------------------------------------------------------------------------- */
.-fluid img {
  width: 100%;
  height: auto;
}

.-left {
  float: left;
}

.-right {
  float: right;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

/* -----
 * #Header
----------------------------------------------------------------------------- */
#Header {
  padding: 25px 0 30px;
}

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

/* -----
 * #Keyvisual
----------------------------------------------------------------------------- */
#Keyvisual {
  background-image: url(../image/common/keyvisual-bg.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top;
  position: relative;
  padding-top: 55px;
  height: 715px;
  -webkit-transition: 2.0s ease-out;
  transition: 2.0s ease-out;
}

#Keyvisual.show {
  -webkit-transition: 2.0s ease-out;
  transition: 2.0s ease-out;
}

#Keyvisual .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(19, 25, 61, 0.35);
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

#Keyvisual .overlay.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
}

#Keyvisual .visual-blk {
  position: relative;
  z-index: 10;
  width: 967px;
  margin: 0 auto;
  padding: 200px 0 105px;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#Keyvisual .visual-blk .logo {
  width: 857px;
  margin: 0 auto;
  -webkit-transition: 0.4s cubic-bezier(0.08, 0.76, 0.3, 0.94);
  transition: 0.4s cubic-bezier(0.08, 0.76, 0.3, 0.94);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#Keyvisual .visual-blk .logo.show {
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#Keyvisual .visual-blk .ph-link {
  position: absolute;
  display: block;
  bottom: -80px;
  left: -80px;
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  z-index: 20;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#Keyvisual .visual-blk .ph-link:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 164px;
  height: 164px;
  top: 15px;
  left: 15px;
  border: 3px solid #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#Keyvisual .visual-blk .ph-link:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #000;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#Keyvisual .visual-blk .ph-link:hover:before {
  top: 100px;
  left: 100px;
  width: 0;
  height: 0;
  border: 3px solid #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#Keyvisual .visual-blk:before, #Keyvisual .visual-blk:after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  left: 0;
  -webkit-transition: 0.9s cubic-bezier(0.08, 0.76, 0.3, 0.94);
  transition: 0.9s cubic-bezier(0.08, 0.76, 0.3, 0.94);
}

#Keyvisual .visual-blk.show {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#Keyvisual .visual-blk.show:before, #Keyvisual .visual-blk.show:after {
  -webkit-transition: 0.9s cubic-bezier(0.08, 0.76, 0.3, 0.94);
  transition: 0.9s cubic-bezier(0.08, 0.76, 0.3, 0.94);
  width: 100%;
}

#Keyvisual .visual-blk:before {
  height: 104px;
  top: 0;
  background-image: url(../image/pc/keyvisual-deco01.png);
  background-repeat: no-repeat;
}

#Keyvisual .visual-blk:after {
  height: 16px;
  bottom: 0;
  background-image: url(../image/pc/keyvisual-deco02.png);
  background-repeat: no-repeat;
}

/* -----
 * #Sponsored
----------------------------------------------------------------------------- */
#Sponsored {
  padding: 40px 0;
}

#Sponsored .logo {
  display: block;
  width: 54px;
  margin: 0 auto;
}

#Sponsored .name {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/* -----
 * #Lead
----------------------------------------------------------------------------- */
#Lead {
  background-image: url(../image/common/lead-bg.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  padding: 90px 0 145px;
}

#Lead .text-blk {
  width: 565px;
  margin: 0 auto;
  font-weight: bold;
}

#Lead .text-blk .label {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}

#Lead .text-blk .label:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  bottom: 10px;
  left: 0;
}

#Lead .text-blk p {
  font-size: 17px;
  line-height: 2em;
  margin-top: 15px;
}

/* -----
 * .content-01
----------------------------------------------------------------------------- */
.content-01 {
  width: 814px;
  margin: 110px auto;
}

.content-01 .blk {
  width: 344px;
}

.content-01 .caption {
  font-size: 20px;
  line-height: 1.8em;
  text-align: center;
  margin-top: 80px;
}

.content-01 .caption .small {
  display: block;
  font-size: 15px;
  line-height: 1.8em;
}

.content-01 .caption.-shift {
  margin-top: 51px;
}

.content-01 p {
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  margin-top: 25px;
}

.content-01 .btn {
  display: block;
  border: 2px solid #cebc4d;
  color: #cebc4d;
  text-align: center;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  padding: 15px;
  margin-top: 35px;
  background-image: url(../image/pc/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: bottom 15px right 10px;
}

/* -----
 * .content-02
----------------------------------------------------------------------------- */
.content-02 .inner {
  width: 1050px;
  margin: 80px auto;
}

.content-02 .inner .thumbnail {
  display: block;
  float: left;
  width: 350px;
  border: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.content-02 .inner .thumbnail img {
  width: 100%;
}

/* -----
 * #Shoulder
----------------------------------------------------------------------------- */
#Shoulder {
  position: relative;
  background-image: url(../image/common/keyvisual-bg.jpg);
  -webkit-background-size: cover;
          background-size: cover;
}

#Shoulder .image {
  float: right;
  display: block;
  width: 180px;
  position: relative;
  z-index: 10;
  padding: 20px 20px 20px 30px;
  background: rgba(0, 0, 0, 0.5);
}

#Shoulder .image img {
  width: 100%;
}

#Shoulder .ttl {
  float: left;
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1em;
  z-index: 10;
  padding: 40px;
}

#Shoulder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(19, 25, 61, 0.35);
  top: 0;
  left: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* -----
 * #Footer
----------------------------------------------------------------------------- */
#Footer {
  position: relative;
  border-top: 1px solid #f2f2f2;
}

#Footer .backtop {
  position: absolute;
  width: 92px;
  height: 92px;
  background: #cebc4d;
  right: 0px;
  bottom: 0px;
}

#Footer .backtop img {
  display: block;
  width: 30px;
  margin: 37px auto 0;
}

#Footer .backtop img.sp {
  display: none;
}

#Footer .copy {
  margin: 0;
  padding: 40px 0;
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

/* -----
 * #Modal
----------------------------------------------------------------------------- */
#Modal, #Modal-info {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -210px;
  margin-left: -545px;
  width: 1090px;
  height: 420px;
  z-index: 999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#Modal.show, #Modal-info.show {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#Modal &gt; .inner, #Modal-info &gt; .inner {
  position: absolute;
  width: 1090px;
  height: 420px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  top: 50%;
  left: 50%;
  margin-top: -210px;
  margin-left: -545px;
}

#Modal &gt; .inner .label, #Modal-info &gt; .inner .label {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 47px;
  left: -55px;
}

#Modal &gt; .inner .label &gt; img, #Modal-info &gt; .inner .label &gt; img {
  width: 100%;
  height: auto;
}

#Modal &gt; .inner .left, #Modal-info &gt; .inner .left {
  float: left;
  width: 500px;
}

#Modal &gt; .inner .left &gt; .inner, #Modal-info &gt; .inner .left &gt; .inner {
  padding: 45px 0 0 80px;
}

#Modal &gt; .inner .left &gt; .inner &gt; span, #Modal-info &gt; .inner .left &gt; .inner &gt; span {
  display: block;
}

#Modal &gt; .inner .left &gt; .inner .ttl, #Modal-info &gt; .inner .left &gt; .inner .ttl {
  margin-top: -10px;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

#Modal &gt; .inner .left &gt; .inner .ttl .indent, #Modal-info &gt; .inner .left &gt; .inner .ttl .indent {
  font-size: 40px;
  display: inline-block;
  text-indent: -0.5em;
}

#Modal &gt; .inner .left &gt; .inner .ttl .small, #Modal-info &gt; .inner .left &gt; .inner .ttl .small {
  font-size: 20px;
}

#Modal &gt; .inner .left &gt; .inner .supported, #Modal-info &gt; .inner .left &gt; .inner .supported {
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #878787;
  padding-bottom: 30px;
  margin-top: 15px;
  border-bottom: 1px solid #dedede;
}

#Modal &gt; .inner .left &gt; .inner .catch, #Modal-info &gt; .inner .left &gt; .inner .catch {
  font-size: 18px;
  line-height: 1em;
  margin-top: 15px;
  font-weight: bold;
}

#Modal &gt; .inner .left &gt; .inner .date, #Modal-info &gt; .inner .left &gt; .inner .date {
  font-size: 20px;
  line-height: 1em;
  font-weight: bold;
  color: #e4007f;
  letter-spacing: 0.05em;
  margin-top: 25px;
}

#Modal &gt; .inner .left &gt; .inner .date .small, #Modal-info &gt; .inner .left &gt; .inner .date .small {
  font-size: 13px;
}

#Modal &gt; .inner .right, #Modal-info &gt; .inner .right {
  float: right;
  width: 545px;
  height: 100%;
  background: #f2f2f2;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}

#Modal &gt; .inner .right &gt; .inner, #Modal-info &gt; .inner .right &gt; .inner {
  padding: 45px;
}

#Modal &gt; .inner .right &gt; .inner .caption, #Modal-info &gt; .inner .right &gt; .inner .caption {
  font-weight: normal;
  font-size: 19px;
  line-height: 36px;
}

#Modal &gt; .inner .right &gt; .inner p, #Modal-info &gt; .inner .right &gt; .inner p {
  font-size: 14px;
  line-height: 30px;
}

#Modal &gt; .inner .close, #Modal-info &gt; .inner .close {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 545px;
  border-top: 1px solid #f2f2f2;
}

#Modal &gt; .inner .close &gt; span, #Modal-info &gt; .inner .close &gt; span {
  display: block;
  color: #999;
  text-align: center;
  padding: 30px;
  border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
}

#Modal &gt; .inner .close &gt; span:hover, #Modal-info &gt; .inner .close &gt; span:hover {
  cursor: pointer;
}

#Modal-info {
  position: static;
  top: auto;
  left: auto;
  margin: 0;
  width: 100%;
  padding: 50px 0;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 900;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#Modal-info &gt; .inner {
  position: relative;
  width: 1090px;
  height: 390px;
  top: auto;
  left: auto;
  margin: 0 auto;
}

#Modal-color {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 998;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#Modal-color.show {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* -----
 *
 *
 *
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * .content-01
  ----------------------------------------------------------------------------- */
  .content-01 .btn {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .content-01 .btn:hover {
    border-color: #c70026;
    background-color: #c70026;
    color: #fff;
    background-position: bottom 15px right 0px;
  }
  /* -----
 * #Modal
----------------------------------------------------------------------------- */
  #Modal &gt; .inner .close &gt; span {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #Modal &gt; .inner .close &gt; span:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #ababab;
    color: #fff;
    cursor: pointer;
  }
  /* -----
   * #Footer
  ----------------------------------------------------------------------------- */
  #Footer .backtop {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  #Footer .backtop img {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  #Footer .backtop:hover {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    background: #c70026;
  }
  #Footer .backtop:hover img {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    margin: 28px auto 0;
  }
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a:link, a:visited, a:active {
    transition: color 0.3s linear 0s;
    -moz-transition: color 0.3s linear 0s;
    -webkit-transition: color 0.3s linear 0s;
    -o-transition: color 0.3s linear 0s;
    -ms-transition: color 0.3s linear 0s;
  }
  a:hover {
    color: #f60;
  }
  a img {
    transition: opacity 0.3s linear 0s;
    -moz-transition: opacity 0.3s linear 0s;
    -webkit-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    -ms-transition: opacity 0.3s 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 */
  body {
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* -----
 * #Header
----------------------------------------------------------------------------- */
  #Header {
    padding: 25px 0 30px;
  }
  #Header .tfm {
    display: block;
    width: 173px;
    margin: 0 auto;
  }
  /* -----
   * #Keyvisual
  ----------------------------------------------------------------------------- */
  #Keyvisual {
    background-image: url(../image/common/keyvisual-bg.jpg);
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 55px;
    height: 470px;
  }
  #Keyvisual .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(19, 25, 61, 0.35);
    top: 0;
    left: 0;
  }
  #Keyvisual .visual-blk {
    position: relative;
    z-index: 10;
    width: auto;
    margin: 0 auto;
    padding: 150px 0 75px;
  }
  #Keyvisual .visual-blk .logo {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  #Keyvisual .visual-blk .logo img {
    width: 100%;
  }
  #Keyvisual .visual-blk .ph-link {
    position: relative;
    display: block;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 30px 20px 0;
    padding: 20px 0;
    z-index: 20;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
  }
  #Keyvisual .visual-blk .ph-link img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  #Keyvisual .visual-blk .ph-link:before {
    display: none;
  }
  #Keyvisual .visual-blk .ph-link:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #Keyvisual .visual-blk:before, #Keyvisual .visual-blk:after {
    content: "";
    display: block;
    position: absolute;
  }
  #Keyvisual .visual-blk:before {
    height: 104px;
    top: 0;
    background-image: url(../image/sp/keyvisual-deco01.png);
    background-repeat: no-repeat;
    -webkit-background-size: 967px 104px;
            background-size: 967px 104px;
    background-position: center;
  }
  #Keyvisual .visual-blk:after {
    height: 16px;
    bottom: 0;
    background-image: url(../image/sp/keyvisual-deco02.png);
    background-repeat: no-repeat;
    -webkit-background-size: 967px 16px;
            background-size: 967px 16px;
    background-position: center;
  }
  /* -----
   * #Sponsored
  ----------------------------------------------------------------------------- */
  #Sponsored {
    padding: 40px 0;
  }
  #Sponsored .logo img {
    width: 100%;
  }
  #Sponsored .name {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  /* -----
   * #Lead
  ----------------------------------------------------------------------------- */
  #Lead {
    background-image: url(../image/common/lead-bg.jpg);
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    padding: 90px 25px;
  }
  #Lead .text-blk {
    width: auto;
    margin: 0 auto;
    font-weight: bold;
  }
  #Lead .text-blk .label {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
  }
  #Lead .text-blk .label:after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    background: #000;
    bottom: 10px;
    left: 0;
  }
  #Lead .text-blk p {
    font-size: 16px;
    line-height: 2em;
    margin-top: 15px;
  }
  /* -----
   * .content-01
  ----------------------------------------------------------------------------- */
  .content-01 {
    width: auto;
    margin: 50px auto;
    padding: 0 25px;
  }
  .content-01 .blk {
    width: auto;
    margin-top: 50px;
  }
  .content-01 .blk .-left {
    float: none;
  }
  .content-01 .blk .-right {
    float: none;
  }
  .content-01 .image {
    width: 250px;
    margin: 0 auto;
  }
  .content-01 .image img {
    width: 100%;
  }
  .content-01 .caption {
    font-size: 18px;
    line-height: 1.8em;
    text-align: center;
    margin-top: 20px;
  }
  .content-01 .caption .small {
    display: block;
    font-size: 14px;
    line-height: 1.8em;
  }
  .content-01 .caption.-shift {
    margin-top: 20px;
  }
  .content-01 p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    margin-top: 25px;
  }
  .content-01 .btn {
    display: block;
    border: 2px solid #cebc4d;
    color: #cebc4d;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    padding: 15px;
    margin-top: 35px;
    background-image: url(../image/sp/btn-arrow.png);
    -webkit-background-size: 9px 16px;
            background-size: 9px 16px;
    background-repeat: no-repeat;
    background-position: bottom 15px right 10px;
  }
  /* -----
   * .content-02
  ----------------------------------------------------------------------------- */
  .content-02 .inner {
    width: auto;
    margin: 1px auto 0;
  }
  .content-02 .inner .thumbnail {
    display: block;
    float: left;
    width: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .content-02 .inner .thumbnail img {
    width: 100%;
  }
  /* -----
   * #Shoulder
  ----------------------------------------------------------------------------- */
  #Shoulder {
    position: relative;
    background-image: url(../image/common/keyvisual-bg.jpg);
    -webkit-background-size: cover;
            background-size: cover;
  }
  #Shoulder .image {
    float: none;
    display: block;
    width: auto;
    position: relative;
    z-index: 10;
    padding: 20px 20px 20px 30px;
    background: rgba(0, 0, 0, 0.5);
  }
  #Shoulder .image img {
    width: 180px;
    margin: 0 auto;
  }
  #Shoulder .ttl {
    float: none;
    position: relative;
    text-align: center;
  }
  /* -----
   * #Footer
  ----------------------------------------------------------------------------- */
  #Footer {
    position: static;
  }
  #Footer .backtop {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    padding: 25px 0;
    background: #cebc4d;
    right: auto;
    bottom: auto;
  }
  #Footer .backtop img {
    display: block;
    width: 30px;
    margin: 0 auto;
  }
  #Footer .backtop img.pc {
    display: none;
  }
  #Footer .backtop img.sp {
    display: block;
  }
  #Footer .copy {
    margin: 0;
    padding: 25px;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
  }
  /* -----
 * #Modal
----------------------------------------------------------------------------- */
  #Modal, #Modal-info {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    top: 0;
    left: 0;
    margin: 0;
  }
  #Modal &gt; .inner, #Modal-info &gt; .inner {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    margin: 80px 20px;
  }
  #Modal &gt; .inner .label, #Modal-info &gt; .inner .label {
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 50%;
    margin-left: -55px;
  }
  #Modal &gt; .inner .label &gt; img, #Modal-info &gt; .inner .label &gt; img {
    width: 100%;
    height: auto;
  }
  #Modal &gt; .inner .left, #Modal-info &gt; .inner .left {
    float: none;
    width: auto;
  }
  #Modal &gt; .inner .left &gt; .inner, #Modal-info &gt; .inner .left &gt; .inner {
    padding: 70px 30px 30px;
  }
  #Modal &gt; .inner .left &gt; .inner &gt; span, #Modal-info &gt; .inner .left &gt; .inner &gt; span {
    display: block;
  }
  #Modal &gt; .inner .left &gt; .inner .ttl, #Modal-info &gt; .inner .left &gt; .inner .ttl {
    font-size: 23px;
    line-height: 37px;
    text-align: center;
  }
  #Modal &gt; .inner .left &gt; .inner .ttl .small, #Modal-info &gt; .inner .left &gt; .inner .ttl .small {
    font-size: 15px;
  }
  #Modal &gt; .inner .left &gt; .inner .ttl .indent, #Modal-info &gt; .inner .left &gt; .inner .ttl .indent {
    font-size: 28px;
    line-height: 37px;
    text-indent: 0em;
  }
  #Modal &gt; .inner .left &gt; .inner .catch, #Modal-info &gt; .inner .left &gt; .inner .catch {
    font-size: 13px;
  }
  #Modal &gt; .inner .left &gt; .inner .date, #Modal-info &gt; .inner .left &gt; .inner .date {
    font-size: 18px;
    line-height: 1.3em;
  }
  #Modal &gt; .inner .left &gt; .inner .date .small, #Modal-info &gt; .inner .left &gt; .inner .date .small {
    font-size: 13px;
  }
  #Modal &gt; .inner .right, #Modal-info &gt; .inner .right {
    float: none;
    width: auto;
    height: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  #Modal &gt; .inner .right &gt; .inner, #Modal-info &gt; .inner .right &gt; .inner {
    padding: 30px;
  }
  #Modal &gt; .inner .right &gt; .inner .caption, #Modal-info &gt; .inner .right &gt; .inner .caption {
    font-weight: normal;
    font-size: 19px;
    line-height: 36px;
  }
  #Modal &gt; .inner .right &gt; .inner p, #Modal-info &gt; .inner .right &gt; .inner p {
    font-size: 14px;
    line-height: 30px;
  }
  #Modal &gt; .inner .close, #Modal-info &gt; .inner .close {
    position: static;
    left: auto;
    bottom: auto;
    width: auto;
    border-top: 1px solid #f2f2f2;
  }
  #Modal &gt; .inner .close &gt; span, #Modal-info &gt; .inner .close &gt; span {
    display: block;
    color: #999;
    text-align: center;
    padding: 30px;
    border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
  }
  #Modal &gt; .inner .close &gt; span:hover, #Modal-info &gt; .inner .close &gt; span:hover {
    cursor: pointer;
  }
  #Modal-info {
    position: static;
    top: auto;
    left: auto;
    margin: 0;
    width: 100%;
    padding: 80px 0;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 900;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #Modal-info &gt; .inner {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    margin: 0 20px;
  }
  /* -----
   * br setting
  ----------------------------------------------------------------------------- */
  .spbr {
    display: none;
  }
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: auto;
    text-decoration: underline;
  }
}
</pre></body></html>