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

【仙台会場】ハイキュー!! 全国遠征ポップアップストア｜khb東日本放送
https://www.khb-tv.co.jp/event/haikyu2024/index.html

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

---------------------------------------------*/
/*--------------------------------------------
  [00] 基本設定
---------------------------------------------*/
* {
  font-family: "Hannari", serif;
}

html {
  font-size: 62.5%;
  /*1rem=10px*/
  scroll-behavior: smooth;
}

body {
  font-size: 1.8rem;
  /*本文サイズ 1.8rem=18px*/
  line-height: 2;
  color: #1a1a1e;
}
body.js-no-scroll {
  overflow: hidden;
}

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

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

::-moz-selection {
  background: #93be46;
  color: #ffffff;
}

::selection {
  background: #93be46;
  color: #ffffff;
}

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

h1 {
  font-size: 3.8rem;
}

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

main {
  width: 100%;
}

/*セクション設定-------------------------*/
.bg-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  /*	background : linear-gradient(90deg, rgba(252, 53, 44, 1) 0%, rgba(255, 111, 114, 1) 50%, rgba(252, 53, 44, 1) 100%);*/
  background: #ffffff;
  background: url("../images/bg.jpg");
  background-position: bottom 0 center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  /*
  &::before,&::after{
  	content: '';
  	height: 100%;
  	width: 2%;
  	background : linear-gradient(180deg, rgba(252, 156, 10, 1) 0%, rgba(255, 235, 30, 1) 50%, rgba(255, 251, 36, 1) 100%);
  	top: 0;
  	left: 0;
  	position: absolute;
  }
  &::after{
  	left: auto;
  	right: 0px;
  	background : linear-gradient(0deg, rgba(252, 156, 10, 1) 0%, rgba(255, 235, 30, 1) 50%, rgba(255, 251, 36, 1) 100%);
  }*/
}

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

main {
  width: 100%;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pd-0 {
  padding: 0 !important;
}

.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;
}

.w_limit_sp {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  position: relative;
  margin-bottom: 30px;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  vertical-align: middle;
  z-index: 1;
  padding-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
h2::before {
  content: "";
  height: 4px;
  border-radius: 50px;
  width: 200px;
  background-repeat: no-repeat;
  background: linear-gradient(90deg, rgb(147, 190, 70) 0%, rgb(220, 225, 113) 100%);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}

h3.default_h3 {
  font-size: 2.4rem;
  background-color: #fff;
  padding: 20px 15px;
  margin-bottom: 10px;
  line-height: 1.2;
  background: linear-gradient(90deg, rgb(250, 250, 250) 80%, #d4da62 100%);
  position: relative;
}
h3.default_h3::before {
  content: "";
  display: block;
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  border: 1px solid #93be46;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.flex_cal2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex_cal2 > figure {
  width: 45%;
}
.flex_cal2 > div {
  width: 50%;
}

.flex_cal2_even {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.flex_cal2_even > div {
  width: 47%;
}

.flex_cal3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.flex_cal3 > div {
  width: 32%;
  margin-right: 2%;
}
.flex_cal3 > div:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1230px) {
  section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.6rem;
  }
  .bg-fixed {
    background-size: 100% 100%;
  }
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section > .w_limit_1280,
  section > .w_limit_1440 {
    padding: 25px 0px;
  }
  section > .w_limit_1280,
  section > .w_limit_1440 {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
  body {
    font-size: 1.6rem;
  }
  .flex_cal3 {
    flex-direction: column;
  }
  .flex_cal3 > div {
    width: 100%;
  }
  .flex_cal2 {
    flex-direction: column;
  }
  .flex_cal2 > figure {
    width: 100%;
    margin: 15px 0;
  }
  .flex_cal2 > div {
    width: 100%;
  }
  .flex_cal2_even {
    flex-direction: column;
  }
  .flex_cal2_even > div {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  h3.default_h3 {
    text-align: left;
    font-size: 2.1rem;
    line-height: 1.5;
    padding: 10px 15px;
  }
}
/*--------------------------------------------
  [01] メインビジュアル
---------------------------------------------*/
#Mainvisual {
  /*	padding: 50px 15px 50px;*/
  text-align: center;
  height: 100%;
}
#Mainvisual .w_limit_1280 {
  padding: 0;
}

/* 画像をフィルタ対象に */
.mainvisual {
  position: relative;
  height: 100%;
}

.mv-picture,
.mv-picture img {
  display: block;
  width: 100%;
  height: auto;
}

.mv-picture img {
  will-change: filter, transform, opacity;
  transform: translateZ(0);
  transition: filter 0.15s linear, opacity 0.2s ease;
}

.MV-pc {
  display: block;
}

.MV-sp {
  display: none;
}

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

.scroll_down {
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 40px;
  position: absolute;
  z-index: 5;
}
.scroll_down p {
  letter-spacing: 0.1vw;
}
.scroll_down a {
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
  font-weight: normal;
  color: #215d9e;
  letter-spacing: 2px;
  text-decoration: none;
}
.scroll_down .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  border: 2px solid #215d9e;
  border-radius: 23px;
}
.scroll_down .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #215d9e;
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite;
}

@keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 70%;
  }
  40% {
    opacity: 0;
    top: 30%;
  }
  70% {
    opacity: 1;
    top: 30%;
  }
  100% {
    opacity: 1;
    top: 70%;
  }
}
@media screen and (max-width: 1080px) {
  h1 {
    font-size: 2.8rem;
  }
  .scroll_down {
    transform: scale(0.8);
    color: #70a931;
  }
  .scroll_down a {
    color: #70a931;
  }
  .scroll_down .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 10px;
    box-sizing: border-box;
    border: 2px solid #70a931;
    border-radius: 23px;
  }
  .scroll_down .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #70a931;
    border-radius: 50%;
    animation: ani-mouse 2.5s linear infinite;
  }
}
@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_1280 {
  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_1280 {
    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;*/
}

/*--------------------------------------------
  [03] 開催概要
---------------------------------------------*/
section#Date {
  z-index: 4;
  position: relative;
  /*  margin-top: 150px;*/
  padding-top: 100px;
}
section#Date::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

table.default-table {
  background: #ffffff;
  border: 3px solid #d4da62;
  border-collapse: separate;
  margin: 0 auto;
  font-size: 2.1rem;
  line-height: 1.5;
  width: 100%;
  /*  max-width: 900px;*/
}
table.default-table tr {
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}
table.default-table tr:first-of-type th {
  border-top: none;
}
table.default-table tr:first-of-type td {
  border-top: none;
}
table.default-table tr:last-of-type th {
  border-bottom: none !important;
}
table.default-table tr:last-of-type td {
  border-bottom: none;
}
table.default-table th {
  font-size: 1.8rem;
  width: 20%;
  text-align: center;
  /*    border-right: dashed 1px $theme-color;*/
  z-index: 3;
  vertical-align: middle;
  border-bottom: solid 2px #ffffff !important;
  color: #1a1a1e;
  background-color: #d4da62;
}
table.default-table td {
  width: 80%;
  padding: 20px 30px 25px;
  vertical-align: middle;
  border-top: solid 2px #d4da62;
}
table.default-table td p {
  margin-top: 5px;
}
table.default-table td span.disp-pc-only {
  display: inline;
}
table.default-table td .date-kome {
  font-size: 1.6rem;
  text-align: left;
}

table.default-table_mini {
  background: #ffffff;
  border: 3px solid #93be46;
  border-collapse: separate;
  margin: 0 auto;
  line-height: 1.5;
  width: 100%;
  /*  max-width: 900px;*/
}
table.default-table_mini tr {
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}
table.default-table_mini tr:first-of-type th {
  border-top: none;
}
table.default-table_mini tr:first-of-type td {
  border-top: none;
}
table.default-table_mini tr:last-of-type th {
  border-bottom: none !important;
}
table.default-table_mini tr:last-of-type td {
  border-bottom: none;
}
table.default-table_mini th {
  font-size: 1.8rem;
  width: 20%;
  text-align: center;
  /*    border-right: dashed 1px $theme-color;*/
  z-index: 3;
  vertical-align: middle;
  border-bottom: solid 2px #ffffff !important;
  color: #1a1a1e;
  background-color: #93be46;
}
table.default-table_mini td {
  width: 80%;
  padding: 20px 15px 25px;
  vertical-align: middle;
  border-top: solid 2px #93be46;
  font-size: 1.6rem;
}
table.default-table_mini td p {
  margin-top: 5px;
}
table.default-table_mini td span.disp-pc-only {
  display: inline;
}
table.default-table_mini td .date-kome {
  font-size: 1.6rem;
  text-align: left;
}

#Date table th {
  width: 20%;
  background: #d4da62;
  padding: 20px 30px;
  text-align: center;
  border-bottom: solid 1px #d4da62;
  /*    border-right: dashed 1px $theme-color;*/
  z-index: 3;
  vertical-align: middle;
}

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

.to-googlemap_Btn {
  display: block;
  text-decoration: none;
  font-weight: 600;
  margin-left: 0rem;
  margin-top: 15px;
  position: relative;
  font-size: 16px;
  height: 50px;
  line-height: 46px;
  max-width: 280px;
  border: solid 2px #1a1a1e;
  text-align: center;
  border-radius: 50px;
  background-color: #1a1a1e;
  color: #ffffff;
}
.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;
}
.to-googlemap_Btn:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #1a1a1e;
}

#map {
  position: relative;
}

#map iframe {
  width: 100%;
  height: 400px;
  margin: 20px 0 0px;
  vertical-align: bottom;
}

.place.flex_cal2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.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 table,
  table.default-table {
    display: block !important;
    border-collapse: separate;
    background-color: transparent;
    border: none;
  }
  #Date table tr,
  table.default-table tr {
    display: block;
    border: 3px solid #d4da62;
    margin-bottom: 25px;
    background-color: #fff;
  }
  #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 {
    border-right: none;
    border-bottom: none;
    padding: 15px 0px;
    font-size: 2.1rem;
    text-align: left;
    padding-left: 1em;
  }
  #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;
    margin-bottom: 15px;
    display: block;
  }
  .to-googlemap.Btn {
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 480px) {
  #Date table td span.disp-pc-only,
  table.default-table td span.disp-pc-only {
    display: none;
  }
  table.default-table td {
    text-align: center;
  }
  .place.flex_cal2 {
    flex-direction: column;
  }
  .place.flex_cal2 figure {
    margin-top: 15px;
  }
}
ul.default_list li {
  padding-left: 15px;
  margin-left: 5px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5;
}
ul.default_list li:last-of-type {
  margin-bottom: 0;
}
ul.default_list li::before {
  content: "";
  background-color: #93be46;
  width: 5px;
  height: 5px;
  border-radius: 7px;
  position: absolute;
  top: 15px;
  left: 0;
}

ul.default_list.row {
  display: flex;
  flex-wrap: wrap;
}
ul.default_list.row li {
  padding-left: 15px;
  margin-top: 10px;
  margin-left: 2em;
  padding-left: 2rem;
  position: relative;
  font-size: 2.1rem;
}
ul.default_list.row li:last-of-type {
  margin-bottom: 0;
}
ul.default_list.row li::before {
  content: "";
  background-color: #70a931;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-radius: 0;
  position: absolute;
  top: 0.6em;
  left: 0;
}

@media screen and (max-width: 767px) {
  ul.default_list li {
    text-align: left;
  }
  ul.default_list.row {
    display: flex;
    flex-wrap: wrap;
  }
  ul.default_list.row li {
    margin-left: 1em;
  }
}
/*--------------------------------------------
  [04] 体験
---------------------------------------------*/
section#Taiken {
  z-index: 4;
  position: relative;
  /*  margin-top: 150px;*/
  padding-top: 100px;
}
section#Taiken::after {
  content: "";
  background: linear-gradient(90deg, rgba(176, 207, 40, 0.5) 0%, rgba(164, 211, 56, 0.5) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta_container {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 40px 20px;
  text-align: center;
  margin: 40px auto 0;
}

/*--------------------------------------------
  [05] チケットプレイガイド
---------------------------------------------*/
.playguide {
  background: #ffffff;
  border: solid 1px #c7c6c4;
  border-radius: 10px;
  padding: 20px;
  display: -ms-flex;
  display: flex;
  margin-top: 30px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .ticketBox {
    background: #ffffff;
    padding: 25px 10px;
  }
  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;
  }
}
/*--------------------------------------------
  [06] フッター
---------------------------------------------*/
footer {
  background: #93be46;
  color: #1a1a1e;
  padding: 50px 0 100px;
  z-index: 5;
}

/* スポンサー
---------------------------------------------*/
#Sponsor {
  margin-bottom: 50px;
}
#Sponsor dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 25px;
  position: relative;
  color: #1a1a1e;
  border-top: solid 1px #93be46;
  background-color: #ffffff;
  border-radius: 15px;
}
#Sponsor dl:last-of-type {
  border-bottom: solid 1px #93be46;
}
#Sponsor dl dt {
  width: 25%;
  text-align: center;
}
#Sponsor dl dd {
  width: 75%;
  align-self: center;
  padding-left: 15px;
  padding-right: 15px;
}
#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: 0;
    display: block;
  }
  #Sponsor dl dt {
    padding: 15px;
    margin-right: 0%;
    width: 100%;
  }
  #Sponsor dl dd {
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  #Sponsor dl dd.kyosan-flex {
    flex-direction: column;
  }
  #Sponsor dl dd.kyosan-flex p {
    margin-bottom: 40px;
    text-align: center;
  }
  #Sponsor dl dd.kyosan-flex p:last-of-type {
    margin-bottom: 0;
  }
}
.contact-box {
  padding: 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  align-items: center;
  margin: 50px auto;
  border: solid 5px #ffffff;
}

.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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  width: 70%;
}

.contact-add {
  text-align: left;
}
.contact-add p.contact-email span {
  color: #0083da;
  font-size: 2.1rem;
}
.contact-add .tel-link {
  font-size: 2.4rem;
  font-weight: 600;
}
.contact-add .tel-link a {
  font-size: 2.4rem;
}

.contactBtn-box .contact-title {
  display: block;
  width: 40%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #1a1a1e;
  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 {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  background: #d4da62;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.1));
  transition: 0.3s;
  z-index: 10;
}
#PageTop a {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
}
#PageTop.is-show {
  opacity: 1;
  pointer-events: auto;
}
#PageTop:before {
  content: "";
  border-style: solid;
  border-width: 0 0 3px 3px;
  border-color: #93be46;
  width: 13px;
  height: 13px;
  position: absolute;
  inset: 0;
  margin: auto;
  transform: rotate(90deg);
}
#PageTop:after {
  content: "";
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  border: 1px solid #93be46;
  position: absolute;
  inset: 0;
  margin: auto;
}
#PageTop:hover {
  bottom: 7%;
  background-color: #93be46;
}
#PageTop:hover:before, #PageTop:hover:after {
  border-color: #fff;
}

@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;
  }
  .PageTop {
    bottom: 15px;
    right: 15px;
  }
  footer {
    padding-bottom: 50px;
  }
}
/*--------------------------------------------
  [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 !important;
}

.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;
  }
  .fz-28_sp {
    font-size: 2.8rem;
  }
  .fz-24_sp {
    font-size: 2.4rem;
  }
  .fz-21_sp {
    font-size: 2.1rem;
  }
  .fz-18_sp {
    font-size: 1.8rem;
  }
  .fz-16_sp {
    font-size: 1.6rem;
  }
}
.fw-400 {
  font-weight: 400;
}

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

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

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

.fc-normal {
  color: #1a1a1e;
}

.fc-white {
  color: #ffffff;
}

.fc-red {
  color: #ba1c20;
}

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

.fc-yellow {
  color: #fccf00;
}

.fc-orange {
  color: #f7711e;
}

.fc-themecolor {
  color: #93be46;
}

.fc-themecolor_02 {
  color: #47add5;
}

.fc-themecolor_03 {
  color: #d4da62;
}

.fc-king-red {
  color: #e50012;
}

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

.pdb-0 {
  padding-bottom: 0 !important;
}

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

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

.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 !important;
}

.mgb-50 {
  margin-bottom: 50px !important;
}

.mgb-50 {
  margin-bottom: 50px;
}

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

.mgl-0 {
  margin-left: 0 !important;
}

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

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

.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;
  line-height: 1.5;
}

/*演出など*/
.dropshadow {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}

@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_pconly {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .br_1200 {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .br_768 {
    display: inline;
  }
  .block-768 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .block-600 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .br_480 {
    display: inline;
  }
}
/*
  背景パターン
---------------------------------------------*/
.bg-white {
  background: #ffffff;
}

.bg-white_half {
  background: rgba(255, 255, 255, 0.5);
}

.bg-lightblue {
  background-color: #99d5f4;
}

.bg-orange {
  background-color: #ec6c00;
}

.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: rgb(108, 168, 97);
  background: linear-gradient(45deg, rgb(108, 168, 97) 0%, rgb(55, 158, 142) 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: 24px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 480px;
  background: #93be46;
  color: #ffffff;
  border: solid 4px #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  border: solid 4px #93be46;
  margin: auto;
  text-align: center;
  padding: 25px 15px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
}
a.Btn > span {
  display: block;
}
a.Btn::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 2px solid #70a931;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
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: #d4da62;
  transform: rotate(45deg);
  transition: 0.6s;
}
a.Btn:hover {
  background: #ffffff;
  color: #93be46;
  border: solid 4px transparent;
  opacity: 1;
}
a.Btn:hover::before {
  border-color: #d4da62;
}
a.Btn:hover::after {
  border-color: #93be46;
  transition: 0.6s;
}

a.Btn.btn_mini {
  font-size: 18px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 400px;
  height: 80px;
  line-height: 72px;
  border-radius: 80px;
  background: #93be46;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  border: solid 2px #ffffff;
  margin: auto;
  text-align: center;
  margin-left: 0rem;
  position: relative;
  font-size: 16px;
  height: 60px;
  line-height: 56px;
  max-width: 280px;
  text-align: center;
}
a.Btn.btn_mini::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.btn_mini:hover {
  background: #ffffff;
  color: #93be46;
  border: solid 2px #93be46;
  opacity: 1;
}
a.Btn.btn_mini:hover::after {
  border-color: #93be46;
  transition: 0.6s;
}

a.Btn.btn_color_hanten {
  background: #ffffff;
  color: #93be46;
  border: solid 2px #93be46;
}
a.Btn.btn_color_hanten::after {
  border-color: #93be46;
}
a.Btn.btn_color_hanten:hover {
  background: #93be46;
  color: #ffffff;
  border: solid 2px #93be46;
  opacity: 1;
}
a.Btn.btn_color_hanten:hover::after {
  border-color: #ffffff;
}

.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);
}

.js-animation.is-show {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */