@charset "UTF-8";
/*reset */
* {
  box-sizing: border-box; }

:after, :before {
  box-sizing: inherit; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0; }

main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0; }

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

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: bottom; }

embed, iframe, object {
  border: 0;
  vertical-align: bottom; }

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

[type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled], button[disabled] {
  cursor: default; }

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset, option {
  padding: 0; }

fieldset {
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

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

caption {
  text-align: left; }

td, th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: 700; }

[hidden], template {
  display: none; }

* {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99); }

body {
  color: #111;
  font-family: "DM Sans", sans-serif;
  line-height: 190%;
  font-size: 15px;
  overflow-x: hidden;
  word-break: break-all; }

a {
  color: #000; }

a:hover {
  color: #000; }

/* =================================================================

    共通

================================================================= */
.cf:after {
  content: "";
  clear: both;
  display: block; }

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(50px); }

.fadein.animated {
  opacity: 1;
  transform: translatey(0px); }

img {
  width: 100%;
  height: auto; }

/* =================================================================

    ヘッダー

================================================================= */
.head_wrap {
  height: 100vh;
  padding: 58px 100px 0 75px; }
  .head_wrap header .in_head {
    display: flex; }
    .head_wrap header .in_head .logo {
      width: 130px; }
    .head_wrap header .in_head .pc-only {
      width: calc(100% - 130px); }
      .head_wrap header .in_head .pc-only ul {
        display: flex;
        justify-content: flex-end;
        gap: 60px; }
        .head_wrap header .in_head .pc-only ul li a {
          line-height: 100%; }
  .head_wrap .hero {
    position: relative;
    /*スクロールダウン全体の場所*/
    /*Scrollテキストの描写*/
    /* 線の描写 */
    /*高さ・位置・透過が変化して線が上から下に動く*/ }
    .head_wrap .hero .visual {
      margin: -68px 0 0 205px; }
      .head_wrap .hero .visual img {
        object-fit: cover;
        width: 100%;
        height: calc(100vh - 120px); }
    .head_wrap .hero .h_txt {
      position: absolute;
      top: 30%;
      left: 40px;
      width: 18px; }
    .head_wrap .hero .scrolldown1 {
      /*描画位置※位置は適宜調整してください*/
      position: absolute;
      left: 45px;
      bottom: 0px;
      /*全体の高さ*/
      height: 180px; }
    .head_wrap .hero .scrolldown1 span {
      /*描画位置*/
      position: absolute;
      left: -26px;
      top: -62px;
      /*テキストの形状*/
      color: #000;
      font-size: 0.7rem;
      letter-spacing: 0.05em;
      transform: rotate(90deg);
      word-break: normal; }
    .head_wrap .hero .scrolldown1::after {
      content: "";
      /*描画位置*/
      position: absolute;
      top: 0;
      left: 5px;
      /*線の形状*/
      width: 1px;
      height: 180px;
      background: #C7B480;
      /*線の動き1.4秒かけて動く。永遠にループ*/
      animation: pathmove 1.4s ease-in-out infinite;
      opacity: 0; }
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 80px;
    opacity: 1; }
  100% {
    height: 0;
    top: 180px;
    opacity: 0; } }
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #999;
  /*動き*/
  transition: all 0.3s; }

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999; }

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#g-nav.panelactive ul {
  display: block; }

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center; }

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold; }

.openbtn1 {
  display: none; }

@media screen and (max-width: 768px) {
  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    display: block;
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px; }

  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%; }

  .openbtn1 span:nth-of-type(1) {
    top: 15px; }

  .openbtn1 span:nth-of-type(2) {
    top: 23px; }

  .openbtn1 span:nth-of-type(3) {
    top: 31px; }

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%; }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0; }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%; } }
.sec01 .inner {
  width: 1115px;
  margin: auto; }
  .sec01 .inner h2 {
    color: #C7B480;
    font-weight: bold;
    padding: 140px 0 115px;
    text-align: center;
    font-size: 42px; }
  .sec01 .inner .base {
    display: flex;
    gap: 70px; }
    .sec01 .inner .base .blk {
      width: 50%;
      order: 1; }
      .sec01 .inner .base .blk.txt {
        order: 2;
        padding-top: 40px; }
.sec01 .scroll-infinity {
  padding: 140px 0; }
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.sec01 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden; }
.sec01 .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0; }
.sec01 .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both; }
.sec01 .scroll-infinity__item {
  width: calc(100vw / 4);
  margin: 0 24px; }
.sec01 .scroll-infinity__item > img {
  width: 100%; }

.sec02 {
  background: #C7B480 url("../images/SVG/sec2_bg.svg") no-repeat calc(100% - 20%) 170px;
  color: #fff; }
  .sec02 .inner {
    width: 1100px;
    margin: auto; }
    .sec02 .inner h2 {
      font-weight: bold;
      padding: 115px 0 78px;
      text-align: center;
      font-size: 42px; }
    .sec02 .inner .base {
      display: flex;
      gap: 50px; }
      .sec02 .inner .base .blk {
        width: 50%;
        padding-bottom: 60px; }
        .sec02 .inner .base .blk p {
          padding: 24px 0 24px;
          text-align: center;
          font-size: 23px; }
        .sec02 .inner .base .blk ul li {
          margin: 0 0 10px 0; }
          .sec02 .inner .base .blk ul li a {
            display: block;
            text-align: center;
            width: 360px;
            margin: auto;
            padding: 8px;
            border: #ddd2b6 solid 1px;
            border-radius: 100px;
            color: #fff; }
            .sec02 .inner .base .blk ul li a:hover {
              background: #ddd2b6;
              color: #BBA66D; }

.sec03 {
  padding-bottom: 120px; }
  .sec03 .inner {
    width: 1100px;
    margin: auto; }
    .sec03 .inner h2 {
      font-weight: bold;
      padding: 115px 0 78px;
      text-align: center;
      font-size: 42px;
      color: #C7B480; }
    .sec03 .inner .base {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%;
      gap: 40px; }
      .sec03 .inner .base .blk:nth-child(1) {
        width: 153px; }
      .sec03 .inner .base .blk:nth-child(2) {
        width: 147px; }
      .sec03 .inner .base .blk:nth-child(3) {
        width: 133px; }
      .sec03 .inner .base .blk:nth-child(4) {
        width: 94px; }
      .sec03 .inner .base .blk:nth-child(5) {
        width: 242px; }

#modelcourse .ttl_base {
  padding: 140px 0 76px;
  position: relative; }
  #modelcourse .ttl_base h2 {
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #C7B480; }
  #modelcourse .ttl_base .il {
    position: absolute;
    bottom: -50px;
    right: 30vw;
    width: 180px; }
    #modelcourse .ttl_base .il.affordable {
      width: 110px;
      bottom: -80px; }
    #modelcourse .ttl_base .il.valuable {
      bottom: -20px; }
#modelcourse .bgbase {
  background: #f8f6f0;
  padding: 126px 0 0; }
  #modelcourse .bgbase .body {
    display: flex;
    gap: 78px;
    padding-bottom: 126px; }
    #modelcourse .bgbase .body .detail {
      width: 626px; }
    #modelcourse .bgbase .body .photo {
      width: 380px;
      padding-top: 40px; }

footer {
  border-top: #DCDDDD solid 1px;
  padding: 100px 0 80px; }
  footer .inner {
    width: 1100px;
    margin: auto; }
    footer .inner .base {
      display: flex; }
      footer .inner .base .logo {
        width: 130px;
        padding-bottom: 100px;
        margin-right: 80px; }
      footer .inner .base .nav ul {
        display: flex;
        gap: 50px;
        padding-top: 40px; }
        footer .inner .base .nav ul li a {
          display: block;
          font-weight: bold; }
    footer .inner .copy {
      display: flex;
      justify-content: space-between; }
      footer .inner .copy .left {
        width: 50%;
        padding-bottom: 100px;
        margin-right: 80px;
        font-size: 12px; }
      footer .inner .copy .right {
        width: 70px; }
        footer .inner .copy .right:hover {
          opacity: .5; }

/* =================================================================

    

================================================================= */
@media screen and (max-width: 768px) {
  .head_wrap {
    height: 114vw;
    padding: 24px 0 0 0; }
    .head_wrap header {
      position: relative;
      z-index: 9; }
      .head_wrap header .in_head {
        display: flex;
        padding: 0 0 0 24px; }
        .head_wrap header .in_head .logo {
          width: 70px; }
    .head_wrap .hero {
      position: relative;
      /*スクロールダウン全体の場所*/
      /*Scrollテキストの描写*/
      /* 線の描写 */
      /*高さ・位置・透過が変化して線が上から下に動く*/ }
      .head_wrap .hero .visual {
        margin: 80px 0 0 24px; }
        .head_wrap .hero .visual img {
          object-fit: cover;
          width: 100%;
          height: calc(75vw - 0px); }
      .head_wrap .hero .h_txt {
        position: absolute;
        top: -100px;
        left: 80px;
        width: 12px;
        transform: rotate(-90deg); }
      .head_wrap .hero .scrolldown1 {
        display: none; }
      .head_wrap .hero .scrolldown1 span {
        /*描画位置*/
        position: absolute;
        left: -26px;
        top: -62px;
        /*テキストの形状*/
        color: #000;
        font-size: 0.7rem;
        letter-spacing: 0.05em;
        transform: rotate(90deg);
        word-break: normal; }
      .head_wrap .hero .scrolldown1::after {
        content: "";
        /*描画位置*/
        position: absolute;
        top: 0;
        left: 5px;
        /*線の形状*/
        width: 1px;
        height: 90px;
        background: #C7B480;
        /*線の動き1.4秒かけて動く。永遠にループ*/
        animation: pathmove 1.4s ease-in-out infinite;
        opacity: 0; }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0; }
    30% {
      height: 40px;
      opacity: 1; }
    100% {
      height: 0;
      top: 90px;
      opacity: 0; } }
  #g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #fff;
    /*動き*/
    transition: all 0.3s; }

  /*アクティブクラスがついたら透過なしにして最前面へ*/
  #g-nav.panelactive {
    opacity: 1;
    z-index: 999; }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

  /*ナビゲーション*/
  #g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }

  #g-nav.panelactive ul {
    display: block; }

  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: center; }

  #g-nav li a {
    color: #000;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold; }

  .openbtn1 {
    display: none; } }
@media screen and (max-width: 768px) and (max-width: 768px) {
  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    display: block;
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 24px;
    right: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #C7B480; }

  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%; }

  .openbtn1 span:nth-of-type(1) {
    top: 15px; }

  .openbtn1 span:nth-of-type(2) {
    top: 23px; }

  .openbtn1 span:nth-of-type(3) {
    top: 31px; }

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%; }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0; }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%; } }
@media screen and (max-width: 768px) {
  .sec01 .inner {
    padding: 0 24px;
    width: auto;
    margin: auto; }
    .sec01 .inner h2 {
      color: #C7B480;
      font-weight: bold;
      padding: 100px 0 65px;
      text-align: center;
      font-size: 24px; }
    .sec01 .inner .base {
      display: block; }
      .sec01 .inner .base .blk {
        width: 100%;
        order: 2; }
        .sec01 .inner .base .blk.txt {
          order: 1;
          padding-top: 0; }
  .sec01 .scroll-infinity {
    padding: 60px 0 90px; }
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0); }
    to {
      transform: translateX(-100%); } }
  .sec01 .scroll-infinity__wrap {
    display: flex;
    overflow: hidden; }
  .sec01 .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0; }
  .sec01 .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both; }
  .sec01 .scroll-infinity__item {
    width: calc(100vw / 2);
    margin: 0 24px; }
  .sec01 .scroll-infinity__item > img {
    width: 100%; }

  .sec02 {
    background: #C7B480 url("../images/SVG/sec2_bg.svg") no-repeat calc(100% - 20%) 170px;
    color: #fff; }
    .sec02 .inner {
      padding: 0 24px;
      width: auto; }
      .sec02 .inner h2 {
        font-weight: bold;
        padding: 60px 0 48px;
        text-align: center;
        font-size: 24px; }
      .sec02 .inner .base {
        display: block; }
        .sec02 .inner .base .blk {
          width: 100%;
          padding-bottom: 40px; }
          .sec02 .inner .base .blk p {
            padding-top: 14px;
            text-align: center;
            font-size: 18px; }
          .sec02 .inner .base .blk ul li {
            margin: 0 0 10px 0; }
            .sec02 .inner .base .blk ul li a {
              display: block;
              text-align: center;
              width: 70%;
              margin: auto;
              padding: 2px;
              border: #ddd2b6 solid 1px;
              border-radius: 100px;
              font-size: 13px;
              color: #fff; }
              .sec02 .inner .base .blk ul li a:hover {
                background: #ddd2b6;
                color: #BBA66D; }

  .sec03 {
    padding-bottom: 120px; }
    .sec03 .inner {
      padding: 0 24px;
      width: auto; }
      .sec03 .inner h2 {
        font-weight: bold;
        padding: 60px 0 40px;
        text-align: center;
        font-size: 24px; }
      .sec03 .inner .base {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px; }
        .sec03 .inner .base .blk:nth-child(1) {
          width: calc(30% - 20px); }
        .sec03 .inner .base .blk:nth-child(2) {
          width: calc(30% - 20px); }
        .sec03 .inner .base .blk:nth-child(3) {
          width: calc(30% - 20px); }
        .sec03 .inner .base .blk:nth-child(4) {
          width: calc(30% - 20px);
          text-align: center; }
          .sec03 .inner .base .blk:nth-child(4) img {
            width: auto;
            height: 50px; }
        .sec03 .inner .base .blk:nth-child(5) {
          width: calc(40% - 20px); }

  #modelcourse .ttl_base {
    padding: 70px 0 40px; }
    #modelcourse .ttl_base h2 {
      font-size: 24px; }
    #modelcourse .ttl_base .il {
      position: absolute;
      bottom: -16px;
      right: 10vw;
      width: 64px; }
  #modelcourse .bgbase {
    padding: 64px 0 0; }
    #modelcourse .bgbase .body {
      display: block;
      padding-bottom: 24px; }
      #modelcourse .bgbase .body .detail {
        width: 100%;
        padding-left: 16px; }
      #modelcourse .bgbase .body .photo {
        width: 100%;
        padding: 40px 16px; }

  footer {
    border-top: #DCDDDD solid 1px;
    padding: 60px 0 40px; }
    footer .inner {
      padding: 0 24px;
      width: auto; }
      footer .inner .base {
        display: block; }
        footer .inner .base .logo {
          width: 80px;
          padding-bottom: 40px;
          margin: auto; }
        footer .inner .base .nav ul {
          display: block;
          gap: 50px;
          padding-top: 0;
          text-align: center; }
          footer .inner .base .nav ul li a {
            display: block;
            font-weight: bold; }
      footer .inner .copy {
        display: flex;
        justify-content: space-between;
        padding-top: 80px; }
        footer .inner .copy .left {
          width: 100%;
          padding-bottom: 0;
          text-align: center;
          margin-right: 0;
          font-size: 10px; }
        footer .inner .copy .right {
          display: none; } }
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #942D2F;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s; }

#page-top a:hover {
  background: #777; }

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px); }

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards; }

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
/* =================================================================

    その他

================================================================= */
.pc-only {
  display: block; }

.sp-only {
  display: none; }

@media screen and (max-width: 768px) {
  .pc-only {
    display: none; }

  .sp-only {
    display: block; } }
br.is-sp-only {
  display: none; }
