@charset "UTF-8";
/*--------------------------------------------

topoカップ2025
https://www.khb-tv.co.jp/event/topocup2025/index.html

  [00] 基本設定
  [01] メインビジュアル
  [02] ABOUT
  [03] 開催概要
  [04] 講演内容
  [05] 参加申し込み
  [06] フッター
  [99] 標準機能

---------------------------------------------*/
/*--------------------------------------------
  [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: #33312b;
}
body.js-no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

a {
  transition: 0.6s;
  color: #32a54f;
  text-decoration-line: underline;
}
a:hover {
  transition: 0.6s;
  opacity: 0.7;
}

::-moz-selection {
  background: #32a54f;
  color: #ffffff;
}

::selection {
  background: #32a54f;
  color: #ffffff;
}

h1, h2, h3, h4, h5, th {
  font-weight: 700;
}

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

main {
  width: 100%;
}

/*セクション設定-------------------------*/
.bg-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.jpg");
  background-position: left 35% bottom 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  z-index: -1;
}

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

main {
  width: 100%;
}

section {
  padding: 50px 0;
}

section > .w_limit_1440 {
  padding-top: 50px;
  padding-bottom: 50px;
  /*
   background-color: #ffffff;
  margin-bottom: 100px;
  border-style: solid;
  border-width: 3px;
  border-top-color: $yellow;
  border-right-color: $blue;
  border-bottom-color: $green_d;
  border-left-color: $green_l;*/
}

.w_limit_sp {
  width: 92%;
}

.w_limit_1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.w_limit_1280 {
  max-width: 1280px;
  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;
  position: relative;
  margin-bottom: 40px;
  display: block;
  font-size: 3.2rem;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  padding-bottom: 80px;
  /*
   &::after {
     content: '';
     height: 5px;
     width: 50px;
     background: $theme-color_02;
     display: block;
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;

     margin: auto;
   }*/
}
h2 span {
  z-index: 1;
}
h2::before {
  content: "";
  height: 50px;
  text-align: center;
  width: 160px;
  background-repeat: no-repeat;
  background-image: url("../images/icon_h2.svg");
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1230px) {
  section {
    padding-left: 15px;
    padding-right: 15px;
  }
  h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1000px) {
  section {
    padding: 25px inherit;
  }
  section > .w_limit_1440 {
    padding: 70px 15px;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 25px 0;
  }
  section > .w_limit_1440 {
    padding: 70px 0px;
  }
  body {
    font-size: 1.6rem;
  }
}
/*--------------------------------------------
  [01] メインビジュアル
---------------------------------------------*/
#Mainvisual {
  padding: 50px 15px 25px;
  /*background-image: url("../images/bg_mv.jpg");*/
  background-repeat: no-repeat;
  background-size: contain;
}
#Mainvisual .w_limit_1440 {
  padding: 0;
}

.MV-pc {
  display: block;
}

.MV-sp {
  display: none;
}

.MV-pc > .w_limit_1440 {
  position: relative;
}

.about_wrap {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 50px;
  text-align: center;
  margin: auto;
}

.about_container {
  display: flex;
  max-width: 1080px;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  margin-top: 15px;
  text-align: center;
}
.about_container figure img {
  border-radius: 25px;
}
.about_container figcaption {
  margin-top: 3px;
  margin-right: 1em;
  line-height: 1;
  font-size: clamp(1rem, 0.8vw, 1.4rem);
}
.about_container .image_02 {
  padding-bottom: 4;
}
.about_container .about_read {
  padding: 0 25px;
}

.about_read {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
}

@media screen and (max-width: 1100px) {
  #Mainvisual {
    padding: 50px 0px 25px;
  }
  .about_read {
    text-align: left;
    font-size: 1.6rem;
  }
  .about_container .image_01 {
    order: 2;
  }
  .about_container .image_02 {
    order: 3;
  }
  .about_container .about_read {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  #Mainvisual {
    padding: 50px 0px 25px;
  }
  .about_container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about_container .image_01 {
    order: 2;
    margin-right: 4%;
    width: 48%;
  }
  .about_container .image_02 {
    order: 3;
    margin-bottom: 15px;
    width: 48%;
  }
  .about_container .about_read {
    order: 1;
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
    line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
  .MV-pc {
    display: block;
  }
  .MV-sp {
    display: block;
  }
}
/*
  youtube埋め込み
---------------------------------------------*/
section#youtube {
  background: rgba(255, 255, 255, 0);
}
section#youtube .w_limit_1440 {
  padding: 15px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  section#youtube {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  section#youtube .w_limit_1440 {
    padding: 0px;
  }
}
#top-to-Form {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
#top-to-Form .toForm-box {
  /*    max-width: 720px;*/
  margin: 0 auto;
  /*
     border: solid 10px $theme-color_02;
  border-top-color: #1d9fcb;
  border-right-color: #de342a;
  border-bottom-color: #f29635;
  border-left-color: #32a54f;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 15px;*/
}

/*--------------------------------------------
  [02] ABOUT
---------------------------------------------*/
#About > .w_limit_1440 {
  padding-top: 35px;
  padding-bottom: 60px;
}
#About h2 {
  margin-bottom: 15px;
}
#About h2 span.h2-about {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 9.2rem;
  font-style: italic;
  color: #5cb531;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  padding-left: 25px;
  background: #ffffff;
}
#About p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.about_description {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}

.btn-box {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 25px auto;
}
.btn-box a.Btn {
  display: block;
  height: auto;
  padding: 15px 50px 15px 25px;
  line-height: 1.2;
  max-width: 100%;
  width: 45%;
  font-size: 2.4rem;
}
.btn-box a.Btn .day {
  background-color: #14bd6a;
  color: #ffffff;
  font-size: 1.7rem;
  border-radius: 50px;
  padding: 1px 10px;
  margin-right: 5px;
}
.btn-box a.Btn:first-of-type {
  border-color: #6ac24c;
}
.btn-box a.Btn:first-of-type::after {
  border-color: #6ac24c;
}
.btn-box a.Btn:first-of-type:hover {
  background-color: #6ac24c;
  color: #ffffff;
}
.btn-box a.Btn:first-of-type .day {
  background-color: #6ac24c;
}
.btn-box a.Btn:nth-of-type(2):hover {
  background-color: #14bd6a;
  color: #ffffff;
}

.day {
  color: #ffffff;
  font-size: 1.8rem;
  border-radius: 50px;
  padding: 1px 10px;
  margin-right: 10px;
}

.day_01 {
  background-color: #6ac24c;
}

.day_02 {
  background-color: #14bd6a;
}

@media screen and (max-width: 768px) {
  .about_description {
    font-size: 2.4rem;
  }
  .about_read {
    text-align: center;
  }
  .btn-box {
    flex-direction: column;
  }
  .btn-box a.Btn {
    width: 100%;
    max-width: 480px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  section#About > .w_limit_1440 {
    padding: 0px inherit;
  }
}
/*--------------------------------------------
  [03] 開催概要
---------------------------------------------*/
#Date table, table.default-table {
  background: #ffffff;
  margin: 0 auto;
  font-size: 2.1rem;
  line-height: 1.5;
  width: 100%;
}
#Date table th, table.default-table th {
  width: 20%;
  background: #5cb531;
  padding: 20px 30px;
  text-align: center;
  border-bottom: solid 1px #ffffff;
  /*    border-right: dashed 1px $theme-color;*/
  z-index: 3;
  color: #ffffff;
  vertical-align: middle;
}
#Date table td, table.default-table td {
  width: 80%;
  padding: 20px 30px;
  vertical-align: middle;
  border-bottom: solid 1px #5cb531;
}
#Date table td p, table.default-table td p {
  margin-top: 5px;
  font-size: 1.8rem;
}
#Date table td span.disp-pc-only, table.default-table td span.disp-pc-only {
  display: inline;
}
#Date table td .date-kome, table.default-table td .date-kome {
  font-size: 1.6rem;
  text-align: left;
}
#Date table tr:last-of-type th, #Date table tr:last-of-type td, table.default-table tr:last-of-type th, table.default-table tr:last-of-type td {
  border-bottom: none;
}

.bullet-info,
.bullet-caution {
  position: relative;
  padding-left: 1em;
  text-indent: -0.6em;
}
.bullet-info::before,
.bullet-caution::before {
  content: "・";
  display: inline-block;
  margin-right: 0.2em;
  font-weight: bold;
}

.bullet-info::before {
  color: #14bd6a;
}

.bullet-caution::before {
  color: #6ac24c;
}

.caution-list li {
  margin: 15px 0;
}

.to-googlemap-wrap {
  margin: 15px 0;
}

.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: #1a1a1e;
  border: solid 2px #1a1a1e;
  text-align: center;
}
.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: #1a1a1e;
}
.toform-Btn img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(5px 5px 5px rgba(104, 69, 18, 0.3));
}

#PD table.default-table {
  margin-top: 25px;
  font-size: 1.6rem;
  max-width: 100%;
}
#PD table.default-table th {
  font-size: 1.8rem;
  padding: 20px 10px;
}
#PD table.default-table td {
  padding: 20px;
}
#PD table.default-table td p {
  margin-top: 5px;
}
#PD table.default-table td ul li {
  margin-bottom: 15px;
  padding-left: 1em;
  position: relative;
}
#PD table.default-table td ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #EA6000;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 10px;
}

@media screen and (max-width: 767px) {
  #Date table, table.default-table {
    font-size: 1.8rem;
  }
  #Date table,
  table.default-table {
    border: none;
  }
  #Date table th, #Date table td,
  table.default-table th,
  table.default-table td {
    display: block;
    width: 100%;
  }
  #Date table th,
  table.default-table th {
    margin-top: 35px;
    border-right: none;
    border-bottom: none;
    padding: 5px 0px;
  }
  #Date table th:first-of-type,
  table.default-table th:first-of-type {
    margin-top: 0;
  }
  #Date table td,
  table.default-table td {
    border-bottom: none;
    border-top: none;
    text-align: center;
    padding: 15px 15px 30px;
  }
  .to-googlemap.Btn {
    margin: 25px auto 0;
  }
  .caution-list li {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  #Date table td span.disp-pc-only,
  table.default-table td span.disp-pc-only {
    display: none;
  }
}
/*--------------------------------------------
  [04] 講演内容
---------------------------------------------*/
.kouen-wrap {
  position: relative;
  /*
    &::after {
      content: "";
      background-image: linear-gradient(to right, #fc9c37, #fc9c37 3px, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 10px);
      background-size: 10px 3px;
      background-repeat: repeat-x;
      height: 3px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none;
    }*/
}

.kouen-subtitle {
  color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 30px;
  line-height: 1.5;
  border-top-right-radius: 50px;
  display: flex;
  align-items: center;
}

.bgc-green {
  background-color: #32a54f;
}

.bgc-red {
  background-color: #de342a;
}

.bgc-orange {
  background-color: #fc9c37;
}

.bgc-pink {
  background-color: #e5207c;
}

.bgc-blue {
  background-color: #1d9fcb;
}

#Kouen .toform-Btn {
  margin-top: 40px;
}

.kouen-container {
  display: flex;
  justify-content: space-between;
}

.kouen_number .num {
  display: block;
  text-align: center;
  font-size: 3.6rem;
}

.kouen-box {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 45px;
  position: relative;
}
.kouen-box:first-of-type {
  padding-top: 20px;
}
.kouen-box > figure {
  width: 30%;
}
.kouen-box > figure img {
  border-radius: 25px;
}
.kouen-box > div {
  width: 65%;
}

.logo-name-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

h3.kouen-title {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 15px;
}

.speaker-name {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  display: block;
}
.speaker-name span {
  margin-left: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .kouen-container {
    flex-direction: column;
  }
  .kouen-box {
    flex-direction: column;
    width: 100%;
  }
  .kouen-box > figure, .kouen-box > div {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .bio {
    text-align: left;
  }
  h3.kouen-title {
    font-size: 2.4rem;
    text-align: center;
  }
  .speaker-info {
    margin: auto;
  }
  .speaker-name {
    margin-left: 0rem;
    margin: auto;
    display: block;
  }
  .logo-name-box {
    margin: auto;
    margin-top: 15px;
    text-align: center;
  }
}
/*--------------------------------------------
  体験・ポイント
---------------------------------------------*/
.list_point {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  font-size: 2.1rem;
  flex-direction: column;
  margin: auto;
}
.list_point li {
  margin-right: 2rem;
  text-align: center;
}

.list_point_wrap {
  margin: auto;
  text-align: center;
}

.taiken_box {
  margin: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.taiken_box .flex_cal2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  /*		border-right: solid 2px $green_l;*/
  width: 31.6666666667%;
  margin-right: 2.5%;
}
.taiken_box .flex_cal2:last-of-type {
  border-right: none;
}
.taiken_box .flex_cal2 > div {
  margin-bottom: 15px;
}
.taiken_box .flex_cal2 > div p:nth-of-type(1) {
  font-size: 2.1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .taiken_box {
    flex-direction: column;
  }
  .taiken_box .flex_cal2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
/*--------------------------------------------
  [05] 参加申し込み
---------------------------------------------*/
section#toForm {
  padding-top: 100px 0;
}
section#toForm > .w_limit_1440 {
  background-color: rgba(255, 255, 255, 0.75);
  padding-top: 100px;
  padding-bottom: 100px;
  border-style: solid;
  border-width: 5px;
  border-top-color: #14bd6a;
  border-right-color: #6ac24c;
  border-bottom-color: #14bd6a;
  border-left-color: #6ac24c;
}

.toForm-box {
  padding: 0px 15px;
}
.toForm-box h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: center;
}
.toForm-box p {
  max-width: 650px;
  margin: 0 auto;
}

/*--------------------------------------------
  [06] フッター
---------------------------------------------*/
footer {
  background: #5cb531;
  padding: 100px 0;
  z-index: 5;
  /*  border-top: solid 10px $yellow;*/
  box-shadow: rgba(0, 0, 0, 0.7) -15px 15px 5px;
}

/* スポンサー
---------------------------------------------*/
#Sponsor {
  margin-bottom: 50px;
}
#Sponsor .w_limit_1440 {
  position: relative;
}
#Sponsor dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 25px;
  position: relative;
  color: #ffffff;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
#Sponsor dl dt {
  width: 25%;
  text-align: center;
}
#Sponsor dl dd {
  width: 75%;
  align-self: center;
}
#Sponsor dl dd.kyosan-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle;
}

.kyosan-flex div:first-of-type {
  line-height: 0;
}

@media screen and (max-width: 767px) {
  #Sponsor dl {
    padding: 25px 15px;
  }
  #Sponsor dl dt {
    margin-right: 5%;
  }
  #Sponsor dl dd {
    width: 70%;
    text-align: center;
  }
  #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: 480px) {
  #Sponsor dl dd {
    text-align: left;
  }
}
.footer-logo {
  text-align: center;
  padding-bottom: 50px;
}
.footer-logo img {
  width: 465px;
  height: 39px;
}

.contact-box {
  /*  border: solid 1px #372163;*/
  max-width: 1440px;
  padding: 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  align-items: center;
  margin: 100px auto 100px;
  border: solid 5px #ffffff;
}

.contact-title {
  display: block;
  width: 24%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #33312b;
  text-align: center;
  font-weight: 600;
  padding-right: 25px;
}

h2.contact-title::after {
  display: none;
}

.contact-txt {
  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.8rem;
  font-weight: 600;
}
.contact-add .tel-link a {
  text-decoration: none;
  color: inherit;
}

.contactBtn-box .contact-title {
  display: block;
  width: 40%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #33312b;
  text-align: center;
  font-weight: 600;
  padding-right: 25px;
}
.contactBtn-box .contact-txt {
  width: 60%;
}
.contactBtn-box .contact-txt .toform-Btn {
  margin: auto;
}

small {
  display: block;
  text-align: center;
}

.PageTop {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 60px;
  height: 60px;
  background: #14bd6a;
  border: solid 2px #ffffff;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: 0.3s;
}
.PageTop a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.PageTop::before {
  content: "";
  border-style: solid;
  border-width: 3px 3px 0px 0px;
  border-color: #ffffff;
  transform: rotate(315deg);
  position: absolute;
  margin: auto;
  top: 7px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
}
.PageTop:hover {
  background: #ffffff;
  border: solid 2px #14bd6a;
  transition: 0.3s;
}
.PageTop:hover::before {
  border-color: #14bd6a;
}

@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-right: 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: 50px;
  }
}
/*--------------------------------------------
  [07] 参加申し込み_fixed
---------------------------------------------*/
.sticky_ticket {
  z-index: 5;
  position: fixed;
  top: 50px;
  right: 0;
  width: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 60px;
  height: 304px;
}
.sticky_ticket img {
  width: 60px;
  height: 304px;
}

@media screen and (max-width: 480px) {
  .sticky_ticket {
    top: auto;
    bottom: 0;
    left: auto;
    right: auto;
    margin: auto;
    width: auto;
    height: auto;
    width: 100%;
    background-color: #32a54f;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .sticky_ticket img {
    height: 60px;
    width: 304px;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  #PageTop {
    display: none !important;
  }
}
/*--------------------------------------------
  [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-28 {
  font-size: 2.8rem;
}

.fz-32 {
  font-size: 3.2rem;
}

@media screen and (max-width: 600px) {
  /*
  .fz-18 {
    font-size: calc(1.8rem * 0.8);
  }
  .fz-21 {
    font-size: calc(2.1rem * 0.8);
  }
  */
  .fz-28 {
    font-size: 2.24rem;
  }
  .fz-32 {
    font-size: 2.56rem;
  }
}
.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fc-normal {
  color: #33312b;
}

.fc-white {
  color: #ffffff;
}

.fc-red {
  color: #ba1c20;
}

.fc-blue {
  color: #036eb7;
}

.fc-green {
  color: #32a54f;
}

.fc-green_l {
  color: #6ac24c;
}

.fc-green_d {
  color: #14bd6a;
}

.fc-orange {
  color: #e65420;
}

.fc-yellow {
  color: #FCCF00;
}

.fc-orange {
  color: #f7711e;
}

.pdt-0 {
  padding-top: 0 !important;
}

.mgt-10 {
  margin-top: 10px;
}

.mgt-15 {
  margin-top: 15px;
}

.mgt-20 {
  margin-top: 20px !important;
}

.mgt-30 {
  margin-top: 30px;
}

.mgt-40 {
  margin-top: 40px;
}

.mgt-50 {
  margin-top: 50px;
}

.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-50 {
  margin-bottom: 50px;
}

.mglr_auto {
  margin-left: auto;
  margin-right: auto;
}

.lh-12 {
  line-height: 1.2;
}

.lh-15 {
  line-height: 1.5;
}

.lh-20 {
  line-height: 2;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.indent-kome {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .ta-center_sp {
    text-align: center;
  }
  .ta-right_sp {
    text-align: right;
  }
  .ta-left_sp {
    text-align: left;
  }
}
/*レスポンシブ改行
-------------------------------*/
.br_480, .br_768, .br_1200 {
  display: none;
}

@media screen and (max-width: 1200px) {
  .br_1200 {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .br_768 {
    display: inline;
  }
  .br_pconly {
    display: none;
  }
  .block-768 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .block-600 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .br_480 {
    display: inline;
  }
  .br_480_none {
    display: none;
  }
}
/*
  背景パターン
---------------------------------------------*/
.bg-white {
  background: #ffffff;
}

.bg-gray {
  background: #ffffff;
}

.bg-shasen {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, rgb(245, 245, 245) 5px, rgb(245, 245, 245) 10px);
}

.bg-shasen-bold {
  background-size: auto auto;
  background-color: rgb(191, 98, 88);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgb(184, 80, 69) 15px, rgb(184, 80, 69) 30px);
}

.bg-hougan {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 14px, rgb(231, 231, 231) 16px), linear-gradient(90deg, rgba(255, 255, 255, 0) 14px, rgb(231, 231, 231) 16px);
  background-size: 16px 16px;
}

.bg-dot-naname {
  background-color: #ffffff;
  background-image: radial-gradient(rgb(255, 212, 212) 12%, rgba(255, 255, 255, 0) 32%), radial-gradient(rgb(255, 212, 212) 12%, rgba(255, 255, 255, 0) 32%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
}

.bg-dot-hougan {
  background-color: #ffffff;
  background-image: radial-gradient(rgb(161, 230, 164) 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 12px 12px;
}

.bg-gradation {
  background: #14bd6a;
  background: linear-gradient(45deg, #6ac24c 0%, #14bd6a 100%);
}

.bg-stripe {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 15px, rgb(235, 202, 14) 15px, rgb(235, 202, 14) 30px);
}

/*
  ボタン
---------------------------------------------*/
/*#2fa14d*/
/*#2fa14d*/
a.Btn {
  font-size: 21px;
  font-weight: 700;
  text-decoration-line: none;
  max-width: 400px;
  height: 80px;
  line-height: 72px;
  border-radius: 80px;
  background: #ffffff;
  color: #1a1a1e;
  vertical-align: middle;
  position: relative;
  display: block;
  margin: auto;
  border: solid 5px #14bd6a;
  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: #14bd6a;
  transform: rotate(45deg);
  transition: 0.6s;
}
a.Btn:hover {
  background: #14bd6a;
  color: #ffffff;
  border: solid 5px #ffffff;
  opacity: 1;
}
a.Btn:hover::after {
  border-color: #ffffff;
  transition: 0.6s;
}

.btn_shadow {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 768px) {
  a.Btn {
    font-size: 18px;
  }
}
/*
  スクロールアニメーション
    (スクロールしたら表示してほしいところに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);
}/*# sourceMappingURL=style.css.map */