@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

input, select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

@media screen and (max-width: 960px) and (min-width: 561px) {
  html {
    font-size: 78.125%;
  }
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  background: #fff;
  overflow: hidden;
  color: #000;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.85px;
  letter-spacing: .085rem;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ' . ';
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

button, input, select, textarea {
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=' tel '] {
  display: inline-block;
  color: inherit;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none !important;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
  .pc-inline {
    display: inline-block;
  }
  .sp-inline {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none !important;
  }
  .is-sp-inline {
    display: inline-block;
  }
  .is-pc-inline {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .sp-inline {
    display: inline-block;
  }
  .pc-inline {
    display: none !important;
  }
}

@media screen and (orientation: landscape) {
  .is-land {
    display: block;
  }
  .is-port {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
  .is-port {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .is-wide {
    display: block;
  }
  .is-tab {
    display: none !important;
  }
}

@media screen and (min-width: 561px) {
  .is-wide {
    display: none !important;
  }
  .is-tab {
    display: block;
  }
}

.is-narrow {
  display: none !important;
}

.is-narrow-inline {
  display: none !important;
}

@media screen and (max-width: 374px) {
  .is-narrow {
    display: block !important;
  }
  .is-narrow-inline {
    display: inline-block !important;
  }
  .is-non-narrow {
    display: none !important;
  }
  .is-non-narrow-inline {
    display: none !important;
  }
}

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

/* ====================
Layout
 ==================== */
.l-wrap {
  position: relative;
  margin: 0 auto;
  background: url("../img/bg.jpg") repeat left top;
  background-size: auto;
  width: 100%;
  min-height: 100vh;
  font-weight: 500;
}

.l-wrap__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 1s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1);
  width: 100%;
  height: 200%;
}

.l-wrap__bg::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background: url("../img/bg_deco_pc.png") repeat center top;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .l-wrap__bg::before {
    background: url("../img/bg_deco_sp.png") repeat center top;
    background-size: 100% auto;
  }
}

.is-load .l-wrap__bg::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 1.6s cubic-bezier(0.65, 0, 0.35, 1);
}

.l-wrap__container {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.is-load .l-wrap__container {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.l-footer {
  position: relative;
  margin: 0 auto;
  background: #715f99;
  padding: 50px 0 46px;
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .l-footer {
    padding: 40px 0 46px;
  }
}

.l-footer__container {
  position: relative;
  margin: 0 auto;
  width: 92%;
}

@media screen and (min-width: 961px) {
  .l-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer__bnr {
  display: block;
  position: relative;
  margin-right: 50px;
}

@media screen and (min-width: 961px) {
  .l-footer__bnr {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}

@media screen and (max-width: 960px) {
  .l-footer__bnr {
    position: relative;
    margin: 0 auto 28px;
    width: 58%;
  }
}

.l-footer__bnr-item {
  display: block;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  width: 260px;
}

@media screen and (max-width: 960px) {
  .l-footer__bnr-item {
    width: 100%;
  }
}

[data-ua="pc"] .l-footer__bnr-item:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
}

.l-footer__inner {
  position: relative;
  width: 560px;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .l-footer__inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}

.l-footer__share {
  margin-bottom: 22px;
}

.l-footer__link {
  margin-bottom: 5px;
}

@media screen and (max-width: 960px) {
  .l-footer__link {
    margin-bottom: 15px;
  }
}

.l-footer__copy {
  color: #fff;
  font-size: 10px;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .l-footer__copy {
    line-height: 1.2;
    text-align: center;
  }
}

.p-f-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (orientation: portrait) {
  .p-f-share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-f-share__cap {
  display: block;
  position: relative;
  margin-right: 22px;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 960px) {
  .p-f-share__cap {
    margin-right: 18px;
    font-size: 18px;
  }
}

.p-f-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-f-share__item {
  display: block;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  width: 40px;
}

@media screen and (max-width: 960px) {
  .p-f-share__item {
    width: 34px;
  }
}

[data-ua="pc"] .p-f-share__item:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
}

.p-f-share__item + .p-f-share__item {
  margin-left: 6px;
}

@media screen and (max-width: 960px) {
  .p-f-share__item + .p-f-share__item {
    margin-left: 5px;
  }
}

.p-f-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (orientation: portrait) {
  .p-f-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-f-link__item {
  display: block;
  position: relative;
}

.p-f-link__item + .p-f-link__item {
  margin-left: 8px;
  padding-left: 8px;
}

.p-f-link__item + .p-f-link__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 1px;
  height: 100%;
  content: "";
}

.p-f-link__text {
  display: block;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  color: #fff;
  font-size: 10px;
}

@media screen and (max-width: 960px) {
  .p-f-link__text {
    font-size: 10px;
  }
}

[data-ua="pc"] .p-f-link__text:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
}

/* ====================
Project
 ==================== */
.p-hero {
  position: relative;
  margin: 0 auto;
  background: #fff;
  width: 100%;
}

.p-hero::before {
  display: block;
  position: absolute;
  bottom: -17px;
  left: 0;
  z-index: 1;
  border-top: 9px solid #715f99;
  border-bottom: 5px solid #715f99;
  width: 100%;
  height: 17px;
  pointer-events: none;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-hero::before {
    bottom: -8px;
    border-top: 4px solid #715f99;
    border-bottom: 2px solid #715f99;
    height: 8px;
  }
}

.p-hero__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .p-hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-hero__inner img {
  width: 100%;
}

.p-hero__img {
  display: block;
  position: relative;
  width: 50%;
}

@media screen and (max-width: 960px) {
  .p-hero__img {
    width: 100%;
  }
}

.p-hero__text {
  display: block;
  position: relative;
  width: 50%;
}

@media screen and (max-width: 960px) {
  .p-hero__text {
    margin-top: -20%;
    width: 100%;
  }
}

.p-about {
  position: relative;
  margin: 0 auto;
  padding: 115px 0 150px;
  width: 90%;
}

@media screen and (max-width: 960px) {
  .p-about {
    padding: 68px 0 100px;
    width: 89%;
  }
}

.p-about__header {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-about__data {
  position: relative;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 670px;
}

@media screen and (max-width: 960px) {
  .p-about__data {
    width: 100%;
  }
}

.is-active .p-about__data {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
}

.is-active .p-about__data:nth-child(1) {
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}

.is-active .p-about__data:nth-child(2) {
  -webkit-transition-delay: 0.1s, 0.1s;
          transition-delay: 0.1s, 0.1s;
}

.is-active .p-about__data:nth-child(3) {
  -webkit-transition-delay: 0.2s, 0.2s;
          transition-delay: 0.2s, 0.2s;
}

.is-active .p-about__data:nth-child(4) {
  -webkit-transition-delay: 0.3s, 0.3s;
          transition-delay: 0.3s, 0.3s;
}

.is-active .p-about__data:nth-child(5) {
  -webkit-transition-delay: 0.4s, 0.4s;
          transition-delay: 0.4s, 0.4s;
}

.is-active .p-about__data:nth-child(6) {
  -webkit-transition-delay: 0.5s, 0.5s;
          transition-delay: 0.5s, 0.5s;
}

.is-active .p-about__data:nth-child(7) {
  -webkit-transition-delay: 0.6s, 0.6s;
          transition-delay: 0.6s, 0.6s;
}

.is-active .p-about__data:nth-child(8) {
  -webkit-transition-delay: 0.7s, 0.7s;
          transition-delay: 0.7s, 0.7s;
}

.is-active .p-about__data:nth-child(9) {
  -webkit-transition-delay: 0.8s, 0.8s;
          transition-delay: 0.8s, 0.8s;
}

.is-active .p-about__data:nth-child(10) {
  -webkit-transition-delay: 0.9s, 0.9s;
          transition-delay: 0.9s, 0.9s;
}

.p-about__data + .p-about__data {
  margin-top: 7px;
}

@media screen and (max-width: 960px) {
  .p-about__data + .p-about__data {
    margin-top: 4px;
  }
}

.p-about__data-bg {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-about__data-bg img {
  width: 100%;
}

.p-about__data-cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18.947%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
}

@media (-ms-high-contrast: none) {
  .p-about__data-cap {
    height: 110%;
  }
}

@media screen and (max-width: 960px) {
  .p-about__data-cap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 14px;
    width: 100%;
    height: 50%;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.p-about__data-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 22px;
  width: 81.955%;
  height: 100%;
  font-size: 22px;
  letter-spacing: 3px;
}

@media (-ms-high-contrast: none) {
  .p-about__data-text {
    height: 110%;
  }
}

@media screen and (min-width: 961px) {
  .p-about__data-text {
    top: 0;
  }
}

@media screen and (max-width: 960px) {
  .p-about__data-text {
    bottom: 0;
    padding: 0 14px;
    width: 100%;
    height: 60%;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.p-about__data-text a {
  display: block;
  position: relative;
  border-bottom: 1px solid #000;
  padding: 2px 0;
}

[data-ua="pc"] .p-about__data-text a:hover {
  border-bottom: 1px solid transparent;
  color: #715f99;
}

.p-about__text {
  position: relative;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 108px auto 0;
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-about__text {
    margin-top: 54px;
    font-size: 13px;
    line-height: 1.8;
  }
}

.p-about__text strong {
  color: #715f99;
  font-size: 1.1em;
  font-weight: 700;
}

.p-about__text small {
  display: inline-block;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.8);
  font-size: .8em;
  font-weight: 700;
  line-height: 1.5;
}

.is-active .p-about__text {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-about__movie {
  position: relative;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 114px auto 0;
  width: 100%;
  max-width: 900px;
}

@media screen and (max-width: 960px) {
  .p-about__movie {
    margin-top: 60px;
  }
}

.is-active .p-about__movie {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}

.p-about__movie-player {
  position: relative;
  margin: 0 auto;
  padding-top: 56.25%;
  width: 100%;
}

.p-about__movie-player iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ====================
COMPONENT
 ==================== */
