@media only screen and (min-width: 950px) {
  .u-pc-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 950px) {
  .u-sp-hide {
    display: none !important;
  }
}

.br-sp {
  display: none;
}
@media only screen and (max-width: 950px) {
  .br-sp {
    display: block;
  }
}

html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  outline: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  width: 100%;
  min-width: 100%;
  color: #000;
  font-family: "HonMinSink-Book JIS2004", serif;
  font-size: 14px;
  line-height: 1.2;
  word-wrap: break-word;
  background: white;
}

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

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

ul {
  list-style: none;
}

label {
  position: relative;
}

.o-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 40px 25px 45px;
  background: #1a1a1a;
}
.o-footer__content__link {
  display: flex;
  justify-content: flex-end;
}
.o-footer__content__link__list {
  padding-left: 13px;
}
.o-footer__content__link__list:first-child {
  position: relative;
  padding-right: 13px;
}
.o-footer__content__link__list:first-child::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 1px;
  height: 13px;
  background: #fffefe;
  opacity: 0.5;
}
.o-footer__content__link__list a {
  font-size: 14px;
  line-height: 1;
  color: #fffefe;
}
.o-footer__content__link__list a:hover {
  opacity: 0.5;
}
.o-footer__content__copyright {
  margin-top: 12px;
  font-size: 10px;
  line-height: 1;
  color: white;
  opacity: 0.2;
}
@media only screen and (max-width: 950px) {
  .o-footer {
    display: block;
    padding: 25px 25px 105px;
  }
  .o-footer__content__logo img {
    width: 105px;
  }
  .o-footer__content__link {
    display: block;
    margin-top: 25px;
  }
  .o-footer__content__link__list {
    padding: 0;
  }
  .o-footer__content__link__list::after {
    display: none;
  }
  .o-footer__content__link__list:not(:first-child) {
    margin-top: 12px;
  }
  .o-footer__content__link__list a {
    font-size: 10px;
    color: #fffefe;
    opacity: 0.5;
  }
  .o-footer__content__copyright {
    margin-top: 22px;
    line-height: 1.55;
  }
}

.o-header {
  position: relative;
  z-index: 100;
}
.o-header__logo {
  position: absolute;
  top: calc(55.8vw - 160px);
  left: 40px;
}
.o-header__logo img {
  width: 27px;
}
.o-header__logo.-sp {
  display: none;
}
.o-header__return {
  position: absolute;
  top: 35px;
  left: 40px;
}
.o-header__return::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 2px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  transform: translate(0, -1px) rotate(45deg);
}
.o-header__return a {
  color: black;
}
.o-header__return:hover::before {
  border-color: #b30000;
}
.o-header__return:hover a {
  color: #b30000;
}
@media only screen and (max-width: 950px) {
  .o-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    background: black;
  }
  .o-header__logo.-pc {
    display: none;
  }
  .o-header__logo.-sp {
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }
  .o-header__logo.-sp img {
    width: 35vw;
  }
  .o-header__return {
    position: relative;
    top: auto;
    left: auto;
  }
  .o-header__return::before {
    display: none;
  }
  .o-header__return::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    margin-left: 3px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(45deg);
  }
  .o-header__return a {
    font-size: 3vw;
    color: white;
  }
}

.o-main {
  position: relative;
  display: block;
}

.m-about {
  padding: 50px 0 115px;
  background: #fce5ce;
}
.m-about__wrapper {
  width: 56.4vw;
  max-width: 800px;
  margin: 0 auto;
}
.m-about__wrapper__heading {
  font-size: 30px;
  line-height: 2;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid black;
}
.m-about__wrapper__description {
  margin-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 2.3;
}
.m-about__wrapper__sub {
  font-size: 14px;
  line-height: 2;
}
.m-about__wrapper__sub span {
  font-size: 16px;
}
.m-about__wrapper__content {
  position: relative;
  margin-top: 30px;
  padding: 30px 40px;
  background: white;
  border-radius: 10px;
}
.m-about__wrapper__content::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 40px;
  width: 7.2vw;
  max-width: 112px;
  height: 3.1vw;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAAAxCAMAAAA1Ot2wAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAC+lBMVEUAAAAODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODysODyoODyoODysODysODysODioODysODysODysNDikODyoODysNDikNDigODyoODysODysODysODysODysODysODysODysODysODysODysODysJCh0AAAB/LK6yAAAA+3RSTlMAj8CxFmW+sKuSZyUSmqWgr1dQz8tYAigB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);
  background-size: 100%;
  background-repeat: no-repeat;
}
.m-about__wrapper__content__heading {
  font-size: 16px;
}
.m-about__wrapper__content__paragraph {
  margin-top: 23px;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 950px) {
  .m-about {
    padding: 20px 26px;
  }
  .m-about__wrapper {
    width: 100%;
    padding: 0;
  }
  .m-about__wrapper__heading {
    font-size: 5.6vw;
    line-height: 1.72;
  }
  .m-about__wrapper__description {
    margin-top: 10px;
    padding-bottom: 20px;
    font-size: 3.6vw;
    line-height: 1.85;
  }
  .m-about__wrapper__sub {
    margin-top: 20px;
    font-size: 3vw;
    line-height: 1.8;
  }
  .m-about__wrapper__sub span {
    font-size: 3.4vw;
  }
  .m-about__wrapper__content {
    margin-top: 20px;
    padding: 17px;
    border-radius: 5px;
  }
  .m-about__wrapper__content::before {
    width: 22vw;
    height: 9.7vw;
    top: 17.5vw;
    right: auto;
    left: 50%;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
  }
  .m-about__wrapper__content__heading {
    font-size: 3.5vw;
    text-align: center;
  }
  .m-about__wrapper__content__paragraph {
    margin-top: 18.7vw;
    font-size: 2.9vw;
    line-height: 1.8;
  }
}

.m-active {
  padding: 60px 0 120px;
}
.m-active__heading {
  font-size: 62px;
  line-height: 1;
  text-align: center;
}
.m-active__heading.-border {
  position: relative;
  margin-top: 56px;
  padding-top: 132px;
}
.m-active__heading.-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 80px;
  background: black;
}
.m-active__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 1032px;
  margin: 60px auto 0;
}
.m-active__content__list {
  width: 498px;
}
.m-active__content__list:nth-of-type(n+3) {
  margin-top: 10px;
}
.m-active__content__list__image {
  display: block;
}
.m-active__content__list__illust {
  width: 498px;
  height: 332px;
  background-repeat: no-repeat;
  background-position: center center;
}
.m-active__content__list__wrapper__heading {
  font-size: 30px;
  line-height: 1.86;
}
.m-active__content__list__wrapper__paragraph {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.77;
}
.m-active__content__list__wrapper__paragraph a {
  text-decoration: underline;
}
.m-active__content__list__wrapper__paragraph a:hover {
  color: #b30000;
}
.m-active__content__list__wrapper__sub {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1;
}
.m-active__content__list__caption {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.833;
}
.m-active__content__list.-about {
  display: flex;
  align-items: center;
  height: 332px;
}
.m-active__about {
  margin-top: 50px;
}
.m-active__about__heading {
  font-size: 30px;
  line-height: 1.86;
  text-align: center;
}
.m-active__about__paragraph {
  max-width: 800px;
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 1.77;
}
.m-active__about__paragraph.-center {
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .m-active {
    padding: 30px 0 20px;
  }
  .m-active__heading {
    font-size: 38px;
  }
  .m-active__heading.-border {
    margin-top: 35px;
    padding-top: 75px;
  }
  .m-active__heading.-border::before {
    height: 45px;
  }
  .m-active__content {
    width: 100%;
    margin-top: 0;
    padding: 0 26px;
  }
  .m-active__content__list {
    width: 100%;
  }
  .m-active__content__list:nth-of-type(n+1) {
    margin-top: 20px;
  }
  .m-active__content__list__image {
    width: 100%;
  }
  .m-active__content__list__illust {
    width: 100%;
    height: 50vw;
    background-size: 70vw;
  }
  .m-active__content__list__wrapper__heading {
    font-size: 22px;
    line-height: 1.72;
  }
  .m-active__content__list__wrapper__paragraph {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.85;
  }
  .m-active__content__list__wrapper__sub {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.81;
  }
  .m-active__content__list__caption {
    font-size: 11px;
    line-height: 1.81;
  }
  .m-active__content__list.-about {
    order: -1;
    height: auto;
    min-height: auto;
  }
  .m-active__about {
    margin-top: 20px;
    padding: 0 26px;
  }
  .m-active__about__heading {
    font-size: 22px;
    line-height: 1.72;
    text-align: left;
  }
  .m-active__about__paragraph {
    margin-top: 15px;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.85;
  }
  .m-active__about__paragraph.-center {
    text-align: left;
  }
}

.m-customer {
  padding: 60px 0;
  background: #fce5ce;
}
.m-customer__wrapper {
  width: 62.5vw;
  max-width: 800px;
  margin: 0 auto;
}
.m-customer__wrapper__note {
  margin-top: 50px;
}
.m-customer__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 62.5vw;
  max-width: 800px;
  margin: 0 auto 0;
}
.m-customer__list__image {
  display: block;
  width: calc(50% - 20px);
  height: auto;
  margin-top: -70px;
}
.m-customer__list__content {
  width: calc(50% - 20px);
  padding-right: 20px;
}
.m-customer__list__content__name {
  font-size: 30px;
  line-height: 1;
}
.m-customer__list__content__name span {
  font-size: 18px;
}
.m-customer__list__content__description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
.m-customer__list:nth-of-type(1) .m-customer__list__image {
  margin-top: -100px;
}
.m-customer__list:nth-of-type(2) {
  margin-top: 135px;
}
.m-customer__list:nth-of-type(2) .m-customer__list__image {
  order: 2;
}
.m-customer__list:nth-of-type(2) .m-customer__list__content {
  order: 1;
  padding-right: 0;
  padding-left: 20px;
}
.m-customer__list:nth-of-type(3) {
  margin-top: 150px;
}
@media only screen and (max-width: 950px) {
  .m-customer {
    padding: 26px;
  }
  .m-customer__wrapper {
    width: 100%;
    padding: 0;
  }
  .m-customer__list {
    display: block;
    width: 100%;
  }
  .m-customer__list__image {
    width: 100%;
    height: auto;
    margin: 0 !important;
  }
  .m-customer__list__content {
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }
  .m-customer__list__content__name {
    font-size: 6vw;
  }
  .m-customer__list__content__name span {
    font-size: 3.5vw;
  }
  .m-customer__list__content__description {
    margin-top: 15px;
    font-size: 3.5vw;
    line-height: 1.7;
  }
  .m-customer__list:nth-of-type(2) {
    margin-top: 15px;
  }
  .m-customer__list:nth-of-type(2) .m-customer__list__content {
    padding: 0;
  }
  .m-customer__list:nth-of-type(3) {
    margin-top: 15px;
  }
}

.m-flow {
  display: block;
  padding: 22px 0px;
  background: black;
}
.m-flow__content {
  font-size: 16px;
  line-height: 1;
  color: white;
  text-align: center;
}
.m-flow__content span {
  text-decoration: underline;
}
.m-flow.-foot {
  padding: 28px 0px;
  background: #fce5ce;
}
.m-flow.-foot .m-flow__content {
  width: 810px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2.1;
  text-align: left;
  color: black;
}
@media only screen and (max-width: 950px) {
  .m-flow {
    padding: 10px 0px;
  }
  .m-flow__content {
    font-size: 11px;
    line-height: 1.63;
  }
  .m-flow.-foot {
    padding: 21px 26px;
  }
  .m-flow.-foot .m-flow__content {
    width: auto;
    font-size: 14px;
    line-height: 1.85;
  }
}

.m-head {
  padding: 95px 0;
  text-align: center;
  background: #fce5ce;
}
.m-head__heading {
  font-size: 46px;
  line-height: 1;
}
.m-head__paragraph {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2.1;
}
@media only screen and (max-width: 950px) {
  .m-head {
    padding: 33px 0;
  }
  .m-head__heading {
    font-size: 27px;
  }
  .m-head__paragraph {
    margin-top: 25px;
    padding: 0 26px;
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }
}

.m-info {
  padding: 50px 0 0px;
}
.m-info__heading {
  width: 872px;
  margin: 0 auto 60px;
  font-size: 25px;
  line-height: 1.93;
  text-align: center;
}
.m-info__image {
  display: block;
  margin: 40px auto 0;
  padding-right: 50px;
}
.m-info__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 872px;
  margin: 70px auto 0;
}
.m-info__wrapper__name {
  width: 50%;
  font-size: 30px;
  padding-left: 120px;
}
.m-info__wrapper__name span {
  font-size: 18px;
}
.m-info__wrapper__description {
  width: 355px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2.3;
}
.m-info__wrapper__price {
  width: 50%;
  margin-top: 20px;
  font-size: 22px;
  line-height: 38px;
  padding-left: 120px;
}
.m-info__wrapper__sub {
  width: 355px;
  margin-top: 20px;
  padding-left: 15px;
  font-size: 16px;
}
.m-info__wrapper__sub span {
  display: inline-block;
  margin-right: 18px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 38px;
  border: 1px solid black;
}
.m-info__button {
  display: block;
  width: 330px;
  margin: 55px auto 0;
  line-height: 64px;
  font-size: 20px;
  text-align: center;
  color: white;
  background: #b30000;
  border: 1px solid #b30000;
  border-radius: 10px;
}
.m-info__button:hover {
  color: #b30000;
  background: white;
}
.m-info__flex__item {
  width: 50%;
  padding: 0;
}
@media only screen and (max-width: 950px) {
  .m-info {
    padding: 26px;
  }
  .m-info__heading {
    width: 100%;
    font-size: 3.8vw;
    line-height: 1.6;
    margin: 0 auto 50px;
  }
  .m-info__image {
    width: 100%;
    margin-top: 20px;
    padding-right: 20px;
  }
  .m-info__wrapper {
    width: 100%;
    margin-top: 15px;
  }
  .m-info__wrapper__name {
    width: 100%;
    order: 1;
    font-size: 6vw;
    padding-left: 0px;
  }
  .m-info__wrapper__name span {
    font-size: 4.2vw;
  }
  .m-info__wrapper__description {
    order: 3;
    margin-top: 15px;
    padding: 0;
    font-size: 3vw;
    line-height: 1.9;
  }
  .m-info__wrapper__price {
    width: 100%;
    order: 2;
    margin-top: 4.3vw;
    font-size: 16px;
    padding-left: 0px;
  }
  .m-info__wrapper__sub {
    order: 4;
    margin-top: 25px;
    padding: 0;
    font-size: 3.5vw;
  }
  .m-info__wrapper__sub span {
    margin-right: 5px;
    padding: 0 5px;
    font-size: 3vw;
    line-height: 20px;
  }
  .m-info__button {
    width: 100%;
    margin-top: 30px;
    font-size: 4.3vw;
    line-height: 13vw;
  }
  .m-info__flex__item {
    width: 100%;
    padding: 0 5vw;
  }
  .m-info__flex__item img {
    width: 100%;
  }
}

.m-info2 {
  padding: 50px 0 120px;
  background-color: #fce5ce;
}
.m-info2__button {
  display: block;
  width: 330px;
  margin: 0 auto 0;
  line-height: 64px;
  font-size: 20px;
  text-align: center;
  color: white;
  background: #b30000;
  border: 1px solid #b30000;
  border-radius: 10px;
}
.m-info2__button:hover {
  color: #b30000;
  background: white;
}
@media only screen and (max-width: 950px) {
  .m-info2 {
    padding: 26px;
  }
  .m-info2__button {
    width: 100%;
    margin: 30px 0;
    font-size: 4.3vw;
    line-height: 13vw;
  }
}

.m-maker {
  position: relative;
  padding: 50px 0 120px;
}
.m-maker__image {
  position: absolute;
  top: -52px;
  left: 0;
  width: 30vw;
  max-width: 451px;
  height: auto;
}
.m-maker__content {
  width: 56vw;
  max-width: 800px;
  margin-left: 35vw;
}
.m-maker__content__heading {
  font-size: 30px;
  line-height: 1.93;
}
.m-maker__content__name {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.8;
}
.m-maker__content__name span {
  font-size: 30px;
}
.m-maker__content__description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2.25;
}
@media only screen and (max-width: 950px) {
  .m-maker {
    padding: 26px;
  }
  .m-maker__image {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
  }
  .m-maker__content {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding: 0;
  }
  .m-maker__content__heading {
    font-size: 5.9vw;
    line-height: 1.72;
  }
  .m-maker__content__name {
    margin-top: 20px;
    font-size: 3.4vw;
    line-height: 1.5;
  }
  .m-maker__content__name span {
    font-size: 6vw;
  }
  .m-maker__content__description {
    margin-top: 20px;
    font-size: 3.4vw;
    line-height: 1.7;
  }
}

.m-sns {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 40px;
  right: 45px;
  height: 24px;
}
.m-sns.-head {
  position: absolute;
  top: 31px;
  right: 40px;
}
@media only screen and (max-width: 950px) {
  .m-sns {
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 11px 25px;
    width: 100vw;
    height: 60px;
    background: white;
    z-index: 1000;
  }
}

.m-sns__text {
  font-size: 14px;
}

.m-sns__list {
  align-items: center;
  column-gap: 20px;
  display: flex;
  margin-left: 20px;
}
@media only screen and (max-width: 950px) {
  .m-sns__list {
    column-gap: 30px;
  }
}

.m-sns__item a {
  display: block;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) {
  .m-sns__item a:hover {
    opacity: 0.5;
  }
}

.m-sns__icon {
  width: 24px;
  height: 24px;
}
.m-sns__icon.is-x {
  width: 20px;
  height: 20px;
}

.m-sub {
  position: relative;
  padding: 70px 0;
}
.m-sub__description {
  font-size: 20px;
  line-height: 2.9;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .m-sub {
    padding: 24px 0 40px;
  }
  .m-sub__description {
    font-size: 4.3vw;
    line-height: 2;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.m-title {
  position: relative;
  width: 100%;
  height: 55.2vw;
}
.m-title__button {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  padding-top: 25px;
  font-size: 18px;
  line-height: 1.555;
  text-align: center;
  color: white;
  background: #b30000;
  border: 1px solid #b30000;
  border-radius: 50%;
}
.m-title__button:hover {
  color: #b30000;
  background: white;
}
.m-title__content {
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  animation: fadeIn 0.8s;
  animation-fill-mode: forwards;
}
.m-title__content.-phase1 {
  width: 100%;
  height: 100%;
  background-image: url(../img/title1.jpg);
  animation: none;
}
.m-title__content.-phase2 {
  position: absolute;
  top: calc(50% - 21vw);
  left: calc(20% + 5vw);
  width: 9.5vw;
  height: 11.5vw;
  background-image: url(data:image/png;base64,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);
  opacity: 0;
  animation-delay: 0.8s;
}
.m-title__content.-phase3 {
  position: absolute;
  top: calc(50% + 18vw);
  left: 50%;
  width: 16vw;
  height: 10vw;
  background-image: url(../img/title3.svg);
  transform: translate(-50%, 0);
  opacity: 0;
  animation-delay: 1.5s;
  animation-duration: 1s;
}
.m-title__content.-sp {
  display: none;
}
@media only screen and (max-width: 950px) {
  .m-title {
    width: 100%;
    height: 98vw;
  }
  .m-title__button {
    display: none;
  }
  .m-title__content.-phase1, .m-title__content.-phase2, .m-title__content.-phase3 {
    display: none;
  }
  .m-title__content.-sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/title_sp.jpg);
  }
}