@charset "UTF-8";
/*--------------------------------------------

topo（トポ）-東北総合ポータル
https://www.khb-tv.co.jp/khb/topo/

---------------------------------------------*/
/*--------------------------------------------
   [00] 基本設定
---------------------------------------------*/
* {
  font-family: 'Noto Sans JP', sans-serif; }

html {
  font-size: 62.5%;
  /*1rem=10px*/ }

body {
  font-size: 1.8rem;
  /*本文サイズ 1.8rem=18px*/
  line-height: 2;
  color: #1a1a1e; }

img {
  max-width: 100%;
  height: auto;
  text-align: center; }

a {
  transition: 0.4s;
  color: #0084DB;
  text-decoration-line: underline; }
  a:hover {
    transition: 0.4s;
    opacity: 0.7; }

::selection {
  background: #090f36;
  color: #ffffff; }

h1, h2, h3, h4, h5, th {
  font-weight: 700; }

main {
  width: 100%;
  overflow: hidden; }

.wrap {
  overflow: hidden; }

/*セクション設定-------------------------*/
.bg-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.jpg");
  z-index: -1; }

section {
  /*  padding: 75px 0;*/ }
  section > .w_limit_1280 {
    /*	background-color: #ffffff;*/
    padding: 70px 15px; }

.w_limit_sp {
  width: 94%; }

.w_limit_1280 {
  max-width: 1280px;
  margin: 0 auto; }

.w_limit_1100 {
  max-width: 1100px;
  margin: 0 auto; }

.w_limit_1000 {
  max-width: 1000px;
  margin: 0 auto; }

.w_90per {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.w_limit_900 {
  max-width: 900px;
  margin: 0 auto; }

h2 {
  line-height: 1.2;
  position: relative;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 40px;
  display: block;
  font-size: 3.2rem;
  text-align: center;
  vertical-align: middle;
  z-index: 1; }
  h2::after {
    content: '';
    height: 9px;
    width: 80px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    z-index: -1;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-image: url("../images/icon_h2.svg");
    width: 90px;
    height: 26px;
    /*background: #0077c1;transform: skewX(-30deg);*/
    border-radius: 9px; }

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.8rem; }

  section {
    padding: 0; } }
@media screen and (max-width: 600px) {
  body {
    font-size: 1.6rem; } }
/*--------------------------------------------
[01] メインビジュアル
---------------------------------------------*/
h1.title_h1 {
  text-align: center;
  font-size: 4.0rem;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 15px;
  text-shadow: 4px  4px 2px #ffffff, -4px  4px 2px #ffffff, 4px -4px 2px #ffffff, -4px -4px 2px #ffffff, 4px  0px 2px #ffffff, 0px  4px 2px #ffffff, -4px  0px 2px #ffffff, 0px -4px 2px #ffffff; }

#Mainvisual {
  padding: 0;
  z-index: 15;
  position: relative;
  padding-bottom: 0 !important;
  text-align: center; }
  #Mainvisual > .w_limit_1280 {
    background: transparent;
    padding-top: 0px; }
  #Mainvisual .mv_txt {
    padding: 0 15px;
    margin: auto; }
    #Mainvisual .mv_txt .mv_logo {
      width: 300px;
      text-align: center;
      margin: 25px auto; }

@media screen and (min-width: 900px) {
  .mv_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .mv_flex .mv_img {
      width: 45%; }
    .mv_flex .mv_txt {
      width: 50%; }
      .mv_flex .mv_txt .mv_logo {
        width: 300px;
        text-align: center;
        margin: auto;
        margin-bottom: 75px;
        margin-top: 25px; } }
.main_logo {
  text-align: center; }
  .main_logo img {
    width: 480px; }

@media screen and (max-width: 768px) {
  #Mainvisual {
    padding-top: 0;
    padding-bottom: 110px;
    height: auto; }
    #Mainvisual .w_limit_sp {
      padding: 0;
      width: 100%; }
    #Mainvisual img {
      width: 100%;
      height: auto; }

  .pc_only {
    display: none; } }
@media screen and (max-width: 480px) {
  h1.title_h1 {
    font-size: 3.2rem; } }
/*--------------------------------------------
[03] ABOUT
---------------------------------------------*/
#About .w_limit_1280 {
  padding: 50px 5%; }
  #About .w_limit_1280 > p {
    text-align: center; }

.about-catch {
  color: #1a1a1e;
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  #About .w_limit_1280 {
    padding: 35px 5%; }

  .about-catch {
    font-size: 2.8rem; } }
@media screen and (max-width: 600px) {
  .about-catch {
    font-size: 6.5vw; } }
/*--------------------------------------------
[04] 参加概要
---------------------------------------------*/
#Date {
  z-index: 0;
  position: relative; }

#Date table {
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.5;
  width: 100%;
  max-width: 1100px; }
  #Date table tr {
    position: relative; }
  #Date table th, #Date table td {
    padding: 20px 30px; }
  #Date table th {
    font-size: 2.1rem;
    width: 30%;
    text-align: center;
    z-index: 3;
    color: #ffffff; }
    #Date table th > div {
      background: #a7161b;
      background: linear-gradient(135deg, #9c151b 0%, #df4318 52.4%, #edb95d 100%);
      color: #ffffff;
      height: 40px;
      line-height: 40px;
      transform: skewX(-15deg);
      width: 100%; }
      #Date table th > div span {
        display: block;
        transform: skewX(15deg); }
    #Date table th div.caution {
      background: #a7161b;
      color: #ffffff;
      border: solid 2px #ffffff;
      line-height: 36px; }
  #Date table td {
    width: 70%;
    vertical-align: middle; }
    #Date table td p {
      line-height: 2; }
    #Date table td span.disp-pc-only {
      display: inline; }
    #Date table td .date-kome {
      font-size: 1.6rem;
      text-align: left; }

#Date tr::before {
  content: "";
  background-image: linear-gradient(to right, #bdbdbd, #bdbdbd 3px, rgba(189, 189, 189, 0) 3px, rgba(189, 189, 189, 0) 10px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  bottom: 0;
  top: auto;
  margin: auto; }

.to-googlemap.Btn {
  margin-left: 0rem;
  margin-top: 15px;
  position: relative;
  font-size: 16px;
  height: 50px;
  line-height: 46px;
  max-width: 280px;
  background-color: #ffffff;
  color: #200305;
  border: solid 2px #200305;
  text-align: center;
  border-radius: 0; }
  .to-googlemap.Btn::before {
    content: '';
    background-image: url("../images/icon-mappin.svg");
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 15px;
    height: 22px; }
  .to-googlemap.Btn::after {
    border-color: #200305; }
  .to-googlemap.Btn:hover::after {
    border-color: #a7161b; }

.toform-Btn img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(5px 5px 5px rgba(104, 69, 18, 0.3)); }

@media screen and (max-width: 767px) {
  #Date .w_limit_1280 {
    padding: 75px 0px 50px; }

  #Date table {
    border: none;
    font-size: 1.8rem; }
    #Date table th, #Date table td {
      display: block;
      width: 100%; }
    #Date table th {
      margin-top: 25px !important;
      border-right: none;
      border-bottom: none;
      padding: 5px 0px; }
      #Date table th:first-of-type {
        margin-top: 0; }
    #Date table td {
      border-bottom: none;
      border-top: none;
      text-align: center;
      padding: 15px 15px 30px; }
    #Date table .to-googlemap.Btn {
      margin: 15px auto 0; } }
h3 {
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 15px 0px 15px;
  margin-bottom: 15px;
  margin-top: 25px;
  position: relative; }
  h3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #4fb233 0%, #54b431 14%, #64b92b 31.62%, #7ec122 51.16%, #a1cd15 72.11%, #cfdc05 93.94%, #dde100 100%);
    left: 0;
    bottom: 0; }

h4 {
  font-size: 1.8rem;
  line-height: 1.2;
  background-color: #eeeeee;
  padding: 5px 10px;
  margin-top: 25px;
  margin-bottom: 10px; }

table.default-table {
  margin: auto;
  margin-top: 15px;
  font-size: 1.6rem;
  width: 100%;
  line-height: 1.2;
  border: solid 1px #cccccc; }
  table.default-table tr:first-of-type {
    border: solid 1px #cccccc; }
  table.default-table tr th {
    padding: 15px;
    width: 35%;
    text-align: center;
    border: solid 1px #cccccc;
    vertical-align: middle;
    background-color: #1a1a1e;
    color: #ffffff; }
  table.default-table tr td {
    padding: 15px;
    width: 65%;
    border: solid 1px #cccccc;
    vertical-align: middle;
    background-color: #eeeeee; }

/*--------------------------------------------
  [04] 販売期間(チケット)
---------------------------------------------*/
#Ticket .w_limit_1200 {
  background-color: #e8f4f4; }

#Ticket article {
  max-width: 1000px;
  margin: 0 auto; }

.ticketBox {
  background: #ffffff;
  padding: 50px;
  border-radius: 15px; }

.ticketBox h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  border-left: solid 13px #0084db;
  border-bottom: solid 1px #cfcfcf;
  padding: 5px 15px; }

.ticketBox p.ticket-date {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 25px; }

.ticketBox.web {
  margin-bottom: 25px; }

.ticketBox.ippan h3 {
  border-left-color: #e86766; }

ul.ticket-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 800px;
  justify-content: center;
  margin: 25px auto; }

ul.ticket-link li:first-of-type {
  margin-right: 25px; }

.lo-tk > div img {
  width: 128px;
  height: 50px; }

.pia-tk > div img {
  width: 73px;
  height: 70px; }

.playguide {
  background: #ffffff;
  /*  border: solid 1px #C7C6C4;*/
  border-radius: 10px;
  padding: 25px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 30px;
  font-size: 1.6rem; }

.playguide > div:nth-of-type(1) {
  width: 20%;
  text-align: center;
  align-self: center;
  margin-right: 5%; }

.playguide > div:nth-of-type(2) {
  width: 75%; }

.playguide-code {
  font-size: 2.1rem;
  font-weight: 600; }

.playguide-code span {
  color: #E94736; }

.ticketBtn a.Btn {
  margin: 15px 0 0;
  max-width: 400px;
  height: 60px;
  line-height: 54px;
  font-size: 1.8rem; }

@media screen and (max-width: 767px) {
  .ticketBox {
    background: #ffffff;
    padding: 25px 10px; }

  .ticketBox h3 {
    font-size: 2.1rem;
    line-height: 1.5;
    border-left: solid 8px #0084db;
    border-bottom: solid 1px #cfcfcf;
    padding: 5px 15px; }

  .ticketBox.web {
    margin-bottom: 25px; }

  ul.ticket-link {
    text-align: center;
    margin: 25px auto;
    flex-direction: column; }

  ul.ticket-link li:first-of-type {
    margin-right: 0px;
    margin-bottom: 15px; }

  .playguide {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; }

  .playguide > div:nth-of-type(1), .playguide > div:nth-of-type(2) {
    width: 100%; }

  .playguide > div:nth-of-type(1) {
    margin-bottom: 25px; } }
.ticketBtn a.Btn {
  margin: 15px 0 0;
  max-width: 400px;
  height: 60px;
  line-height: 54px;
  font-size: 1.8rem; }

.fc-yellow-grad {
  background: linear-gradient(45deg, #fbba00 0%, white 52.4%, #fbd909 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media screen and (max-width: 600px) {
  .ticketBtn a.Btn {
    margin: 15px auto; } }
/*--------------------------------------------
[98] フッター
---------------------------------------------*/
footer {
  padding: 100px 0;
  position: relative;
  background-color: #d9365d; }

.sponsor_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2; }
  .sponsor_list li {
    width: calc(96%/6);
    margin-right: calc(4%/5);
    margin-bottom: 25px; }
    .sponsor_list li:nth-of-type(6n) {
      margin-right: 0; }
    .sponsor_list li img {
      border: solid 1px #cccccc; }

.lone {
  justify-content: center;
  /*1本掲載用*/ }

.sns {
  text-align: center;
  margin-bottom: 50px; }

@media screen and (max-width: 640px) {
  .lone_spOnly {
    justify-content: center;
    /*1本掲載用*/ }

  .sponsor_list {
    flex-wrap: wrap;
    margin: auto;
    width: 92%; }
    .sponsor_list li {
      width: calc(96%/2);
      margin-right: calc(4%/1);
      margin-bottom: 15px; }
      .sponsor_list li:nth-of-type(2n) {
        margin-right: 0; } }
/* スポンサー
---------------------------------------------*/
#Sponsor {
  margin-bottom: 50px; }
  #Sponsor .w_limit_1280 {
    position: relative; }

.logo-khb {
  width: 220px;
  height: auto; }

.contactBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  .contactBox > div {
    width: 70%; }
  .contactBox figure {
    width: 25%; }

.kyosan-flex div:first-of-type {
  line-height: 0; }

@media screen and (max-width: 767px) {
  #Sponsor dl dd {
    width: 100%; }
    #Sponsor dl dd.kyosan-flex {
      flex-direction: column; }
      #Sponsor dl dd.kyosan-flex p {
        margin-bottom: 40px; }
        #Sponsor dl dd.kyosan-flex p:last-of-type {
          margin-bottom: 0; } }
@media screen and (max-width: 600px) {
  .contactBox {
    flex-direction: column; }
    .contactBox > div {
      width: 100%;
      margin-bottom: 25px; }
    .contactBox figure {
      width: 100%; } }
.footer-logo {
  text-align: center;
  padding-bottom: 50px; }
  .footer-logo img {
    width: 465px;
    height: 39px; }

.contact-box {
  /*  border: solid 1px #372163;*/
  max-width: 1000px;
  padding: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto 100px;
  border: solid 5px #c7ba9a; }

.contact-title {
  display: block;
  width: 24%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #1a1a1e;
  text-align: center;
  font-weight: 600;
  padding-right: 25px; }

h2.contact-title::after {
  display: none; }

.contact-txt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  width: 70%; }

.contact-add {
  text-align: left;
  margin-left: 25px; }
  .contact-add p.contact-email span {
    color: #0083da;
    font-size: 2.1rem; }
  .contact-add .tel-link {
    font-size: 2.4rem; }
    .contact-add .tel-link a {
      font-size: 2.4rem; }

small {
  display: block;
  text-align: center;
  margin-top: 75px; }

#sticky_ticket {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 55;
  width: 180px;
  height: 180px;
  filter: drop-shadow(5px 5px 5px rgba(104, 69, 18, 0.3)); }
  #sticky_ticket a {
    transform: scale(1, 1);
    transition: 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/sticky_ticket.svg");
    opacity: 1; }
    #sticky_ticket a:hover {
      transition: 0.5s;
      opacity: 1;
      background: url("../images/sticky_ticket_hover.svg"); }

@media screen and (max-width: 1000px) {
  .contact-txt {
    flex-direction: column;
    align-items: flex-start; }

  .contact-add {
    margin-left: 0px !important;
    margin-top: 15px; } }
@media screen and (max-width: 767px) {
  .contact-box {
    flex-direction: column;
    padding: 25px; }

  .contact-title {
    display: block;
    width: 100%;
    font-size: 2.8rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: solid 1px #050403; }

  .contact-txt {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 0;
    align-items: center;
    margin-top: 15px; }
    .contact-txt .contact-add {
      align-items: center;
      text-align: center; }

  footer {
    padding-bottom: 220px; }

  #sticky_ticket {
    bottom: 15px;
    right: 15px;
    width: 120px;
    height: 120px; } }
/*--------------------------------------------
 [99] 標準機能
---------------------------------------------*/
/*
  微調整用
---------------------------------------------*/
.fz-12 {
  font-size: 1.2rem; }

.fz-14 {
  font-size: 1.4rem; }

.fz-15 {
  font-size: 1.5rem; }

.fz-16 {
  font-size: 1.6rem; }

.fz-18 {
  font-size: 1.8rem; }

.fz-21 {
  font-size: 2.1rem; }

.fz-24 {
  font-size: 2.4rem; }

.fz-26 {
  font-size: 2.6rem; }

.fz-28 {
  font-size: 2.8rem; }

.fz-32 {
  font-size: 3.2rem !important; }

.fz-36 {
  font-size: 3.6rem !important; }

.fz-40 {
  font-size: 4rem !important; }

@media screen and (max-width: 600px) {
  /**/
  .fz-18 {
    font-size: calc(1.8rem * 0.9); }

  .fz-21 {
    font-size: calc(2.1rem * 0.9); }

  .fz-28 {
    font-size: calc(2.8rem * 0.8); }

  .fz-32 {
    font-size: calc(3.2rem * 0.8); }

  .fz-40 {
    font-size: calc(4.0rem * 0.8); }

  .fz-28_sp {
    font-size: 2.8rem !important; }

  .fz-32_sp {
    font-size: 3.2rem !important; } }
.fw-400 {
  font-weight: 400; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.fw-900 {
  font-weight: 900; }

.lh-12 {
  line-height: 1.2; }

.lh-15 {
  line-height: 1.5; }

.fc-normal {
  color: #1a1a1e; }

.fc-white {
  color: #ffffff; }

.fc-white a {
  color: #ffffff; }

.fc-red {
  color: #ba1c20; }

.fc-yellow {
  color: #FCCF00; }

.mgl-1em {
  margin-left: 1em; }

.mgr-1em {
  margin-right: 1em; }

.mgt-0 {
  margin-top: 0 !important; }

.mgt-15 {
  margin-top: 15px; }

.mgt-20 {
  margin-top: 20px; }

.mgt-30 {
  margin-top: 30px; }

.mgt-40 {
  margin-top: 40px; }

.mgt-50 {
  margin-top: 50px; }

.mgt-75 {
  margin-top: 75px; }

.mgt-100 {
  margin-top: 100px; }

.mgb-0 {
  margin-bottom: 0 !important; }

.mgb-10 {
  margin-bottom: 10px; }

.mgb-15 {
  margin-bottom: 15px; }

.mgb-20 {
  margin-bottom: 20px; }

.mgb-30 {
  margin-bottom: 30px; }

.mgb-40 {
  margin-bottom: 40px; }

.mgb-50 {
  margin-bottom: 50px; }

.mgb-75 {
  margin-bottom: 75px; }

.mgb-100 {
  margin-bottom: 100px; }

.ta-center {
  text-align: center; }

.ta-right {
  text-align: right; }

.ta-left {
  text-align: left; }

/*padding*/
.pdt-5 {
  padding-top: 5px; }

.pdb-5 {
  padding-bottom: 5px; }

.indent-kome {
  padding-left: 1em;
  text-indent: -1em; }

@media screen and (max-width: 600px) {
  .ta-center-600 {
    text-align: center !important; }

  .ta-center_sp {
    text-align: center; }

  .ta-right_sp {
    text-align: right; }

  .ta-left_sp {
    text-align: left; }

  .mgt-50_sp {
    margin-top: 50px; } }
/*レスポンシブ改行
-------------------------------*/
.br_480, .br_600, .br_768, .br_767, .br_1280 {
  display: none; }

@media screen and (max-width: 1280px) {
  .br_1280 {
    display: inline; }

  .br_pconly {
    display: none; } }
@media screen and (max-width: 768px) {
  .br_768 {
    display: inline; }

  .block-768 {
    display: block; } }
@media screen and (max-width: 767px) {
  .br_767 {
    display: inline; }

  .block-767 {
    display: block; } }
@media screen and (max-width: 600px) {
  .block-600 {
    display: block; }

  .br_600 {
    display: inline; } }
@media screen and (max-width: 480px) {
  .br_480 {
    display: inline; } }
/*
  背景パターン
---------------------------------------------*/
.bg-white {
  background: #ffffff; }

.bg-gray {
  background: #eaeaea; }

.bg-yellow-grad {
  background: linear-gradient(0deg, #f5ba3a 0%, #f6e76e 100%); }

.bg-red-grad {
  background: linear-gradient(0deg, #9c151b 0%, #df4318 52.4%, #edb95d 100%); }

.bg-color {
  background: #fbd7c5;
  background: linear-gradient(45deg, #fbd7c5 0%, white 52.4%, #fbe4ce 100%); }

.bg-shasen {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, whitesmoke 5px, whitesmoke 10px); }

.bg-shasen_02 {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #f7f7f9 10px, #f7f7f9 14px); }

.bg-shasen-bold {
  background-size: auto auto;
  background-color: #0056a9;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, #004ba0 15px, #004ba0 30px); }

.bg-hougan {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 14px, #e7e7e7 16px), linear-gradient(90deg, rgba(255, 255, 255, 0) 14px, #e7e7e7 16px);
  background-size: 16px 16px; }

/*rgba(218, 250, 227, 0.6)*/
.bg-dot-naname {
  background-color: #ffffff;
  background-image: radial-gradient(rgba(186, 226, 248, 0.2) 22%, rgba(255, 255, 255, 0) 22%), radial-gradient(rgba(186, 226, 248, 0.2) 22%, rgba(255, 255, 255, 0) 22%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px; }

.bg-dot-hougan {
  background-color: #ffffff;
  background-image: radial-gradient(#e6e6e6 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 12px 12px; }

.bg-gradation {
  background: #6ca861;
  background: linear-gradient(45deg, #6ca861 0%, #379e8e 100%); }

.bg-stripe {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 15px, #ebca0e 15px, #ebca0e 30px); }

/*
  ボタン
---------------------------------------------*/
a.Btn {
  font-size: 24px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 480px;
  height: 90px;
  line-height: 86px;
  border-radius: 90px;
  background: #0077c2;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  border: solid 2px #0077c2;
  margin: auto;
  text-align: center; }
  a.Btn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    width: 11px;
    height: 11px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #ffffff;
    transform: rotate(45deg);
    transition: 0.6s; }
  a.Btn:hover {
    background-color: #ffffff;
    color: #1a1a1e;
    border: solid 2px #0077c2;
    opacity: 1; }
    a.Btn:hover::after, a.Btn:hover::before {
      border-color: #0077c2;
      transition: 0.6s; }

/*
  スクロールアニメーション
    (スクロールしたら表示してほしいところにjs-animationをつける)
---------------------------------------------*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s; }
  .js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .js-animation.js-ani-nomove {
    transform: translateY(0px);
    transition: all 1.2s; }
    .js-animation.js-ani-nomove.is-show {
      transform: translateY(0px); }
