@charset "UTF-8";
/* -----------------------------------------------------
variables
----------------------------------------------------- */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, li, div, a {
  margin: 0;
  padding: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 74, 148, 0.47)), to(rgba(199, 105, 142, 0.47)));
  background: linear-gradient(to bottom, rgba(38, 74, 148, 0.47), rgba(199, 105, 142, 0.47));
  color: #333;
}

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

li {
  list-style: none;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 160px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding: 110px 0 0;
  }
}

.inner {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}

/*------------------------------------------------------------
contents
------------------------------------------------------------*/
.foot1, .foot2 {
  margin-top: 30px;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 110px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn1 {
  width: 90%;
  margin: 50px auto 0 auto;
}
.btn1 a, .btn1 p {
  max-width: 425px;
}

.ft1 {
  color: #C7698E;
  font-size: clamp(2.5rem, 1.538rem + 2.05vw, 4rem);
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ft1 {
    margin-bottom: 6.5104166667vw;
  }
}
.ft1 span {
  margin-left: 15px;
}

.btn_cm {
  display: block;
  width: 100%;
  font-size: clamp(2.5rem, 2.179rem + 0.68vw, 3rem);
  text-decoration: none;
  margin: 0 auto;
  padding: 13px 10px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-radius: 10px;
  color: white;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#D87FA2), color-stop(50%, #ABADCB), color-stop(50%, #ABADCB), color-stop(60%, #C7698E), to(#C7698E));
  background: linear-gradient(90deg, #D87FA2 0%, #ABADCB 50%, #ABADCB 50%, #C7698E 60%, #C7698E 100%);
  background-size: 300% auto;
  background-position: right center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.btn_cm:hover {
  background-position: left center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_dis {
  background: #ccc;
}

.sp_btn {
  display: none;
}

.bx2c {
  max-width: 670px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bx2c img {
  width: 100%;
}
.bx2c a {
  display: block;
  width: 44%;
}
.bx2c a:nth-of-type(1) {
  border: 1px solid #264A94;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
150th_move contents
------------------------------------------------------------*/
.youtube {
  max-width: 560px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
@media all and (max-width: 750px) {
  .youtube {
    max-width: 100%;
  }
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------
media
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .inner {
    width: 89%;
  }
}
@media all and (max-width: 750px) {
  body {
    line-height: 1.6;
    font-size: 1.5rem;
  }
  .inner {
    width: 89%;
  }
  #wrapper {
    width: 100%;
    overflow: hidden;
  }
  .head .inner {
    width: 100%;
  }
  .head .inner img {
    height: 50px;
  }
}
/*--media_end--*/