@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

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

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

  .sp {
    display: block !important; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #edeaea;
  font-size: 1.6em;
  color: #121212;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

a {
  color: #121212; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #121212;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: #980029;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 72px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  border-top: 4px solid #980029;
  background: #fff; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .txt {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem;
    color: #7b4a3b; }
    @media only screen and (max-width: 768px) {
      .header .txt {
        font-size: 19px;
        font-size: 1.9rem; } }

.fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .fv {
      background: none; } }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    height: 310px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        height: auto; } }
  .fv .fv_txt {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 860px; }
    @media only screen and (max-width: 768px) {
      .fv .fv_txt {
        width: 100%;
        position: static; } }

.cta_wrap {
  margin-top: 40px;
  background: #f3f3df;
  padding: 35px 0; }
  @media only screen and (max-width: 768px) {
    .cta_wrap {
      padding: 15px;
      margin-top: 20px; } }

.cta {
  text-align: center; }
  .cta .cta_txt {
    font-size: 23px;
    font-size: 2.3rem;
    color: #980029;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .cta .cta_txt {
        font-size: 3.8vw; } }
  .cta .cta_btn {
    margin: 5px auto 0;
    width: 700px; }
    @media only screen and (max-width: 768px) {
      .cta .cta_btn {
        width: 100%; } }
    .cta .cta_btn a {
      display: block;
      text-decoration: none;
      color: #fff;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      background: #980029;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      -webkit-box-shadow: 0 5px 0 #510217;
      -moz-box-shadow: 0 5px 0 #510217;
      box-shadow: 0 5px 0 #510217;
      padding: 18px 0; }
      @media only screen and (min-width: 769px) {
        .cta .cta_btn a:hover {
          filter: alpha(opacity=75);
          -moz-opacity: 0.75;
          opacity: 0.75; } }
      @media only screen and (max-width: 768px) {
        .cta .cta_btn a {
          font-size: 19px;
          font-size: 1.9rem;
          padding: 16px 0;
          box-shadow: 0 3px 0 #510217; } }

.marker {
  background: linear-gradient(transparent 50%, #ecfe26 50%);
  font-weight: 700; }

.red {
  font-weight: 700;
  color: #980029; }

.common_txt {
  width: 700px;
  margin: 30px auto 0; }
  @media only screen and (max-width: 768px) {
    .common_txt {
      width: 100%;
      margin-top: 20px;
      padding: 0 20px;
      font-size: 18px;
      font-size: 1.8rem; } }

.point_ttl {
  background: #000;
  text-align: center; }
  .point_ttl .ttl_inner {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem;
    padding: 14px 0;
    line-height: 1.4;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .point_ttl .ttl_inner {
        display: block;
        font-size: 4.3vw; } }
    .point_ttl .ttl_inner::before, .point_ttl .ttl_inner::after {
      content: "";
      position: absolute;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      top: 0;
      pointer-events: none; }
    .point_ttl .ttl_inner::before {
      width: 155px;
      left: -188px; }
      @media only screen and (max-width: 768px) {
        .point_ttl .ttl_inner::before {
          left: 10px;
          width: 15.33%; } }
    .point_ttl .ttl_inner::after {
      background-image: url("img/point_ttl.png");
      width: 54px;
      right: -125px; }
      @media only screen and (max-width: 768px) {
        .point_ttl .ttl_inner::after {
          width: 8.66%;
          right: 10px; } }
    .point_ttl .ttl_inner .min {
      font-size: 23px;
      font-size: 2.3rem; }
      @media only screen and (max-width: 768px) {
        .point_ttl .ttl_inner .min {
          font-size: 3.7vw; } }
  .point_ttl.point_01 .ttl_inner::before {
    background-image: url("img/point_ttl_01.png"); }
    @media only screen and (max-width: 768px) {
      .point_ttl.point_01 .ttl_inner::before {
        background-image: url("img/point_ttl_01_sp.png"); } }
  .point_ttl.point_02 .ttl_inner::before {
    background-image: url("img/point_ttl_02.png"); }
    @media only screen and (max-width: 768px) {
      .point_ttl.point_02 .ttl_inner::before {
        background-image: url("img/point_ttl_02_sp.png"); } }
  .point_ttl.point_03 .ttl_inner::before {
    background-image: url("img/point_ttl_03.png"); }
    @media only screen and (max-width: 768px) {
      .point_ttl.point_03 .ttl_inner::before {
        background-image: url("img/point_ttl_03_sp.png"); } }

.section01 .top_heading {
  background: #1b1819;
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 28px 0;
  font-size: 26px;
  font-size: 2.6rem; }
  @media only screen and (max-width: 768px) {
    .section01 .top_heading {
      display: none; } }
.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 50px 70px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      padding: 0 20px 30px; } }
.section01 .author {
  text-align: right;
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .section01 .author {
      margin-left: -20px;
      margin-right: -20px;
      background: #060606;
      color: #fff;
      padding: 5px 10px;
      font-size: 14px;
      font-size: 1.4rem; } }
.section01 h2 {
  margin-top: 30px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700; }
  @media only screen and (max-width: 768px) {
    .section01 h2 {
      font-size: 4.5vw; } }
  .section01 h2 span {
    background: linear-gradient(transparent 50%, #ecfe26 50%); }
.section01 .image {
  margin-top: 50px;
  text-align: center; }
  @media only screen and (min-width: 769px) {
    .section01 .image {
      width: 584px;
      margin: 50px auto; } }
  @media only screen and (max-width: 768px) {
    .section01 .image {
      margin-top: 5px; } }
.section01 .cta {
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .section01 .cta {
      margin-top: 10px; } }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 50px 70px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      padding: 20px 20px 30px; } }
.section02 h3 {
  text-align: center;
  color: #980029;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem; }
  @media only screen and (max-width: 768px) {
    .section02 h3 {
      font-size: 4.5vw; } }
  .section02 h3 span {
    color: #000; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 50px 70px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      padding: 20px 20px 30px; } }
.section03 .image {
  text-align: center; }
.section03 .remarks {
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 15px;
  padding-right: 100px; }
  @media only screen and (max-width: 768px) {
    .section03 .remarks {
      padding-right: 0; } }
.section03 .txt2 {
  margin-top: 30px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section03 .txt2 {
      text-align: left;
      margin-top: 20px; } }
  .section03 .txt2 span {
    display: inline-block;
    background: #f3f3df;
    font-size: 20px;
    font-size: 2rem;
    padding: 20px 30px;
    line-height: 1.4;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .section03 .txt2 span {
        display: block;
        padding: 15px;
        font-size: 18px;
        font-size: 1.8rem; } }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 50px 80px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      padding: 20px 20px 0; } }
.section04 .items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .section04 .items {
      width: 100%; } }
  .section04 .items .item {
    width: 200px; }
    @media only screen and (max-width: 768px) {
      .section04 .items .item {
        width: 31%; } }
    .section04 .items .item .heading {
      text-align: center;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .section04 .items .item .heading {
          font-size: 3.3vw;
          line-height: 1.4; } }
    .section04 .items .item .image {
      margin-top: 20px; }
      @media only screen and (max-width: 768px) {
        .section04 .items .item .image {
          margin-top: 10px; } }
.section04 .image2 {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .section04 .image2 {
      margin-top: 30px;
      margin-left: -20px;
      margin-right: -20px; } }
.section04 .twitter {
  margin-top: 40px;
  background: #fff;
  padding: 10px 15px; }
  @media only screen and (max-width: 768px) {
    .section04 .twitter {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 40px;
      padding-right: 40px; } }
  .section04 .twitter ul li {
    padding: 0 10px; }
    @media only screen and (max-width: 768px) {
      .section04 .twitter ul li {
        padding: 0; } }
.section04 .slick-prev,
.section04 .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  background: rgba(152, 0, 41, 0.8);
  z-index: 5; }
  @media only screen and (max-width: 768px) {
    .section04 .slick-prev,
    .section04 .slick-next {
      width: 26px;
      height: 26px; } }
  .section04 .slick-prev.slick-disabled,
  .section04 .slick-next.slick-disabled {
    background: rgba(152, 0, 41, 0.4); }
.section04 .slick-prev:before,
.section04 .slick-next:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -5px;
  margin-right: -2px;
  opacity: 1; }
  @media only screen and (max-width: 768px) {
    .section04 .slick-prev:before,
    .section04 .slick-next:before {
      width: 8px;
      height: 8px;
      margin-top: -4px; } }
.section04 .slick-prev {
  left: -35px; }
  @media only screen and (max-width: 768px) {
    .section04 .slick-prev {
      left: -30px; } }
  .section04 .slick-prev::before {
    right: auto;
    left: 50%;
    margin-left: -2px;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
.section04 .slick-next {
  right: -35px; }
  @media only screen and (max-width: 768px) {
    .section04 .slick-next {
      right: -30px; } }

.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 50px 80px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      padding: 20px 20px 30px; } }
.section05 .image {
  text-align: center; }
  @media only screen and (min-width: 769px) {
    .section05 .image {
      width: 525px;
      margin: 0 auto; } }
.section05 .remarks {
  margin-top: 20px;
  font-size: 11px;
  font-size: 1.1rem;
  padding-left: 100px; }
  @media only screen and (max-width: 768px) {
    .section05 .remarks {
      padding-left: 0;
      margin-top: 15px; } }
.section05 .author {
  width: 550px;
  background: #fff;
  margin: 70px auto 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 20px 35px; }
  @media only screen and (max-width: 768px) {
    .section05 .author {
      width: 100%;
      margin-top: 30px; } }
  .section05 .author .name {
    text-align: center;
    color: #980029;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #cbc7c7; }
    .section05 .author .name span {
      display: inline-block;
      margin-right: 15px;
      font-size: 12px;
      font-size: 1.2rem; }
      @media only screen and (max-width: 768px) {
        .section05 .author .name span {
          display: block;
          margin: 0; } }
  .section05 .author .wrap {
    margin-top: 10px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    @media only screen and (max-width: 768px) {
      .section05 .author .wrap {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; } }
    .section05 .author .wrap .avatar {
      width: 130px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .section05 .author .wrap .avatar {
          width: 100px;
          padding: 0 15px; } }
    .section05 .author .wrap .txt {
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem;
      padding-right: 10px; }
      @media only screen and (max-width: 768px) {
        .section05 .author .wrap .txt {
          width: calc(100%); } }

.fixed_cta {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 10;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9); }
  @media only screen and (max-width: 768px) {
    .fixed_cta {
      background-image: url("img/fixed_cta_bg.jpg");
      background-repeat: no-repeat;
      background-position: left center;
      background-size: auto 100%; } }
  .fixed_cta .inner {
    width: 1000px;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 100px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        height: auto;
        display: block;
        padding-left: 55%;
        padding-right: 7px; }
        .fixed_cta .inner .txt {
          display: none; } }
    .fixed_cta .inner .btn {
      width: 280px;
      margin-left: 25px; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .inner .btn {
          padding: 7px 0;
          width: 100%;
          margin-left: 0; } }
      .fixed_cta .inner .btn a {
        display: block;
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        background: #980029;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        padding: 16px 0; }
        @media only screen and (min-width: 769px) {
          .fixed_cta .inner .btn a:hover {
            filter: alpha(opacity=75);
            -moz-opacity: 0.75;
            opacity: 0.75; } }
        @media only screen and (max-width: 768px) {
          .fixed_cta .inner .btn a {
            width: 100%;
            padding: 12px 0;
            font-size: 3.3vw; } }

.footer {
  background: #000; }
  .footer .inner {
    padding: 15px 0;
    text-align: center;
    color: #fff; }
    .footer .inner a {
      color: #fff;
      text-decoration: none; }
      @media only screen and (min-width: 769px) {
        .footer .inner a:hover {
          text-decoration: underline; } }
  .footer .ttl {
    font-size: 24px;
    font-size: 2.4rem; }
    .footer .ttl a {
      font-weight: 500; }
  .footer .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    font-size: 13px;
    font-size: 1.3rem; }
    @media only screen and (max-width: 768px) {
      .footer .wrap {
        display: block;
        font-size: 15px;
        font-size: 1.5rem; } }
    .footer .wrap .link {
      margin-left: 10px;
      padding-left: 10px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .footer .wrap .link {
          margin: 0;
          padding: 0; } }
      .footer .wrap .link::before {
        content: "|";
        position: absolute;
        top: 0;
        left: -2px;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          .footer .wrap .link::before {
            display: none; } }
