@charset "UTF-8";
/*
#overview
base
*/
/*
#colors
@$color1 #a64a97
@$color2 #050505
@$textColor #000
*/
/*******************************
Default Mixin
*******************************/
/*----------------------
フォントサイズ「rem」の使用
----------------------*/
/*******************************
Customized Mixin
*******************************/
/*********************************************
RESET
*********************************************/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: inherit;
}

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

html {
  overflow-y: scroll;
}

img {
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a {
  text-decoration: none;
}

button {
  border: none;
  background-color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

/*********************************************
DEFAULT
*********************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  -webkit-text-size-adjust: 100%;
}

a img {
  transition-property: opacity;
  transition-duration: .2s;
  backface-visibility: hidden;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: .8;
}

iframe[name=google_conversion_frame] {
  position: absolute;
  top: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*********************************************
Customize
*********************************************/
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

a {
  color: #000;
}

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

.m-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1300px) {
  .m-wrapper {
    max-width: 92.1875%;
  }
}

.m-telLink {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .m-telLink {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.mp0 {
  margin: 0px;
  padding: 0px;
}

.p0 {
  padding: 0px !important;
}

.m0 {
  margin: 0px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pB60 {
  padding-bottom: 60px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL50 {
  padding-left: 50px !important;
}

.pL60 {
  padding-left: 60px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR30 {
  padding-right: 35px !important;
}

.pR40 {
  padding-right: 20px !important;
}

.pR50 {
  padding-right: 55px !important;
}

.pR60 {
  padding-right: 55px !important;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

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

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

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

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

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

.mB60 {
  margin-bottom: 60px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR40 {
  margin-right: 40px !important;
}

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

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

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

.fLeft {
  float: left !important;
}

.fRight {
  float: right !important;
}

/*******************************
Style Start
*******************************/
.is-pc-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-pc-hidden {
    display: inline-block;
  }
}

.is-sp-hidden {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .is-sp-hidden {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  br.sp {
    display: inline-block;
  }
}

br.pcs {
  display: inline-block;
}

@media screen and (max-width: 1300px) {
  br.pcs {
    display: none;
  }
}

br.pc {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  br.pc {
    display: none;
  }
}

/*******************************
Style
*******************************/
.l-header {
  position: relative;
}

.l-header-glnv {
  position: absolute;
  z-index: 999;
  top: 25px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .l-header-glnv {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 55px;
    height: 55px;
  }
}

.l-header-glnv span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .l-header-glnv span {
    width: 35px;
    height: 2px;
  }
}

.l-header-glnv span::before, .l-header-glnv span::after {
  transition: all 300ms;
  content: '';
  position: absolute;
  left: 17%;
  width: 40px;
  height: 4px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .l-header-glnv span::before, .l-header-glnv span::after {
    width: 35px;
    height: 2px;
    left: 18%;
  }
}

.l-header-glnv span::before {
  top: 12px;
}

.l-header-glnv span::after {
  bottom: 12px;
}

.l-header-glnv.open span {
  width: 0;
  height: 0;
  margin-top: 0;
  background-color: transparent;
}

.l-header-glnv.open span::before {
  top: 12px;
  transform: translateY(14px) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .l-header-glnv.open span::before {
    top: 0;
    transform: translateY(26px) rotate(-45deg);
  }
}

.l-header-glnv.open span::after {
  bottom: 16px;
  transform: translateY(-14px) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .l-header-glnv.open span::after {
    bottom: 0;
    transform: translateY(-27px) rotate(45deg);
  }
}

.l-header-nav {
  display: none;
  position: absolute;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #a64a97;
}

@media screen and (max-width: 768px) {
  .l-header-nav {
    position: fixed;
  }
}

.l-header-nav.open {
  display: block;
}

.l-header-nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15%;
  padding-bottom: 15%;
}

@media screen and (max-width: 1300px) {
  .l-header-nav-inner {
    flex-wrap: wrap;
    padding-top: 20%;
    padding-bottom: 25%;
  }
}

.l-header-nav-inner-logo {
  width: 60%;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .l-header-nav-inner-logo {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .l-header-nav-inner-logo {
    margin-bottom: 5%;
  }
}

.l-header-nav-inner-logo img {
  width: 75%;
  max-width: 850px;
}

@media screen and (max-width: 1300px) {
  .l-header-nav-inner-logo img {
    max-width: 650px;
  }
}

.l-header-nav-inner-list {
  width: 40%;
  padding-left: 3%;
}

@media screen and (max-width: 1300px) {
  .l-header-nav-inner-list {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.l-header-nav-inner-list li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.9em;
}

@media screen and (max-width: 1300px) {
  .l-header-nav-inner-list li {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 640px) {
  .l-header-nav-inner-list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.l-header-nav-inner-list li a {
  color: #fff;
}

.l-header-nav-inner-list li a:hover {
  text-decoration: none;
}

.l-header-nav-inner-list li.border a {
  display: inline;
  border-bottom: 1px solid #fff;
}

.l-header-mv {
  width: 100%;
  height: auto;
  background-size: 100%;
  background-image: url(../img/mv_bg.jpg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .l-header-mv {
    background-image: url(../img/sp/mv_bg.jpg);
  }
}

.l-header-mv:before {
  display: block;
  content: "";
  padding-top: 69.25%;
}

@media screen and (max-width: 640px) {
  .l-header-mv:before {
    padding-top: 135%;
  }
}

.l-header-phone {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: -25%;
  left: 3%;
}

@media screen and (max-width: 2000px) {
  .l-header-phone {
    bottom: -10%;
    left: 3%;
    width: 15%;
  }
}

@media screen and (max-width: 640px) {
  .l-header-phone {
    position: static;
  }
}

.l-header-link {
  display: none !important;
  position: fixed;
  z-index: 2;
  bottom: 5%;
  right: 0;
}

@media screen and (max-width: 640px) {
  .l-header-link {
    display: none !important;
  }
}

.l-header-linkSp {
  display: none;
}

.l-header-nav::-webkit-scrollbar {
  display: none;
}

.l-main #important {
  background-color: #a64a97;
  padding-top: 40px;
  padding-bottom: 20px;
}

.l-main #important .important-notes {
  background-color: #fff;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  color: #a64a97;
  letter-spacing: 0.7em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .l-main #important .important-notes {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.l-main #important .important-date {
  text-align: right;
  color: #fff;
  padding-top: 15px;
}

@media screen and (max-width: 640px) {
  .l-main #important .important-date {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}

.l-main #important .important-ttl {
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

@media screen and (max-width: 1300px) {
  .l-main #important .important-ttl {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 640px) {
  .l-main #important .important-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 425px) {
  .l-main #important .important-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.l-main #important .important-text {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.2;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .l-main #important .important-text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .l-main #important .important-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.l-main #important .important-btn {
  transition: all .3s;
  display: block;
  width: 270px;
  margin: 20px auto;
  padding: 5px 15px;
  border: 1px solid #a64a97;
  background-color: #fff;
  color: #a64a97;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .l-main #important .important-btn {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.l-main #important .important-btn:hover {
  background-color: #a64a97;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.l-main #important .important-image {
  display: inline-block;
  margin: 20px auto;
}

.l-main #meeting {
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}

.l-main #meeting::before {
  content: "";
  background-image: url(../img/right1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 226px;
  height: 449px;
  position: absolute;
  top: 0px;
  right: 0px;
}

@media screen and (max-width: 1200px) {
  .l-main #meeting::before {
    display: none;
  }
}

.l-main #meeting::after {
  content: "";
  background-image: url(../img/left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19%;
  height: 780px;
  position: absolute;
  top: 20%;
  left: 0px;
}

@media screen and (max-width: 1200px) {
  .l-main #meeting::after {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .l-main #meeting {
    padding-top: 35px;
    padding-bottom: 0px;
  }
}

.l-main #meeting .meeting-ttl {
  padding-bottom: 60px;
  position: relative;
  z-index: 100;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .l-main #meeting .meeting-ttl {
    padding-bottom: 30px;
  }
}

.l-main #meeting .meeting-subttl {
  padding-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .l-main #meeting .meeting-subttl {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .l-main #meeting .meeting-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-main #meeting .meeting-text .meeting-text-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
}

@media screen and (max-width: 640px) {
  .l-main #meeting .meeting-text .meeting-text-list {
    border-bottom: none;
  }
}

.l-main #meeting .meeting-text .meeting-text-list .ttl {
  display: flex;
  align-items: center;
  width: 15%;
  color: #a64a97;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .l-main #meeting .meeting-text .meeting-text-list .ttl {
    width: 100%;
    justify-content: center;
    padding-bottom: 5px;
  }
}

.l-main #meeting .meeting-text .meeting-text-list .text {
  position: relative;
  width: 80%;
}

@media screen and (max-width: 640px) {
  .l-main #meeting .meeting-text .meeting-text-list .text {
    width: 100%;
    margin-left: 10px;
  }
}

.l-main #meeting .meeting-text .meeting-text-list .text::before {
  content: '';
  position: absolute;
  top: 0;
  left: -4%;
  width: 1px;
  height: 100%;
  background-color: #000;
}

@media screen and (max-width: 640px) {
  .l-main #meeting .meeting-text .meeting-text-list .text::before {
    content: none;
  }
}

.l-main #meeting .meeting-text .meeting-text-list .text li {
  position: relative;
  line-height: 1.6;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 640px) {
  .l-main #meeting .meeting-text .meeting-text-list .text li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.l-main #meeting .meeting-text .meeting-text-list .text li::before {
  content: "";
  background-color: #a64a97;
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 10px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .l-main #meeting .meeting-text .meeting-text-list .text li::before {
    top: 12px;
  }
}

.l-main #meeting .meeting-text-box {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.1;
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .l-main #meeting .meeting-text-box {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
    padding-bottom: 50px;
  }
}

.l-main #schedule {
  background-image: url(../img/bg_schedule.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .l-main #schedule {
    background-image: url(../img/sp/bg_schedule.png);
  }
}

.l-main #schedule::before {
  content: "";
  background-image: url(../img/right2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 221px;
  height: 572px;
  position: absolute;
  top: -56px;
  right: 0px;
}

@media screen and (max-width: 1200px) {
  .l-main #schedule::before {
    display: none;
  }
}

.l-main #schedule .sec-ttl {
  padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .l-main #schedule {
    padding-top: 45px;
    padding-bottom: 25px;
  }
}

.l-main #schedule .schedule-title {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.l-main #schedule .schedule-title-main {
  display: block;
  font-size: 44px;
  font-size: 4.4rem;
}

@media screen and (max-width: 1300px) {
  .l-main #schedule .schedule-title-main {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 640px) {
  .l-main #schedule .schedule-title-main {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 425px) {
  .l-main #schedule .schedule-title-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.l-main #schedule .schedule-title-sub {
  font-size: 23px;
  font-size: 2.3rem;
}

@media screen and (max-width: 1300px) {
  .l-main #schedule .schedule-title-sub {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .l-main #schedule .schedule-title-sub {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 425px) {
  .l-main #schedule .schedule-title-sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.l-main #schedule .schedule-text {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .l-main #schedule .schedule-text {
    margin-bottom: 25px;
  }
}

.l-main #schedule .schedule-notes {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 19%;
}

@media screen and (max-width: 640px) {
  .l-main #schedule .schedule-notes {
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 0px;
    line-height: 1.5;
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.l-main #mayor {
  display: flex;
}

@media screen and (max-width: 1300px) {
  .l-main #mayor {
    flex-wrap: wrap;
  }
}

.l-main #mayor .mayor-image {
  width: 50%;
  background-image: url(../img/img_mayor.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  .l-main #mayor .mayor-image {
    width: 100%;
    padding-bottom: 65%;
  }
}

@media screen and (max-width: 640px) {
  .l-main #mayor .mayor-image {
    padding-bottom: 100%;
  }
}

.l-main #mayor .mayor-textarea {
  width: 50%;
  padding: 70px 50px 60px;
  background-color: #eeeeee;
}

@media screen and (max-width: 1300px) {
  .l-main #mayor .mayor-textarea {
    width: 100%;
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media screen and (max-width: 640px) {
  .l-main #mayor .mayor-textarea {
    padding: 40px 4.375% 35px;
  }
}

.l-main #mayor .mayor-textarea-title {
  margin-bottom: 25px;
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: 700;
}

@media screen and (max-width: 1300px) {
  .l-main #mayor .mayor-textarea-title {
    margin-bottom: 20px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 640px) {
  .l-main #mayor .mayor-textarea-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.l-main #finalist {
  padding-top: 80px;
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .l-main #finalist {
    padding-top: 45px;
    padding-bottom: 25px;
  }
}

.l-main #finalist .sec-ttl {
  display: none;
}

.l-main #finalist .sec-ttl.is-active {
  display: block;
}

.l-main #finalist .finalist-box {
  padding-top: 30px;
}

.l-main #finalist .finalist-ttl {
  padding-bottom: 45px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-ttl {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-main #finalist .finalist-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-tab {
    padding-bottom: 10px;
  }
}

.l-main #finalist .finalist-tab .finalist-2019,
.l-main #finalist .finalist-tab .finalist-2020 {
  margin: 0px 20px;
}

.l-main #finalist .finalist-tab .finalist-2019:hover,
.l-main #finalist .finalist-tab .finalist-2020:hover {
  opacity: 0.75;
  cursor: pointer;
}

.l-main #finalist .finalist-tab .finalist-2019 .no-active,
.l-main #finalist .finalist-tab .finalist-2020 .no-active {
  display: block;
}

.l-main #finalist .finalist-tab .finalist-2019 .active,
.l-main #finalist .finalist-tab .finalist-2020 .active {
  display: none;
}

.l-main #finalist .finalist-tab .finalist-2019.is-active .no-active,
.l-main #finalist .finalist-tab .finalist-2020.is-active .no-active {
  display: none;
}

.l-main #finalist .finalist-tab .finalist-2019.is-active .active,
.l-main #finalist .finalist-tab .finalist-2020.is-active .active {
  display: block;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-tab .finalist-2019,
  .l-main #finalist .finalist-tab .finalist-2020 {
    width: 40%;
    margin: 0px 3%;
  }
}

.l-main #finalist .finalist-popupText {
  padding-bottom: 80px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-popupText {
    padding-bottom: 30px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.l-main #finalist .finalist-tab-notes {
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  display: block;
  padding-bottom: 25px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-tab-notes {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 35px;
  }
}

.l-main #finalist .finalist-list {
  display: none;
}

.l-main #finalist .finalist-list#finalist-member2020-box {
  display: block;
}

.l-main #finalist .finalist-list#finalist-member2020-box.is-active {
  display: block;
}

.l-main #finalist .finalist-list.is-active {
  display: block;
}

.l-main #finalist .finalist-list .list {
  width: calc((100% / 4) * 3);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 2000px;
  margin-bottom: 85px;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .l-main #finalist .finalist-list .list {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list {
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

.l-main #finalist .finalist-list .list:nth-child(odd) {
  margin-left: auto;
  margin-right: 0px;
  justify-content: flex-start;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list:nth-child(odd) {
    justify-content: center;
  }
}

.l-main #finalist .finalist-list .list:nth-child(odd) .name::before {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 65px;
  height: 17px;
  background-color: #fff;
  background-image: url(../img/border_parts_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list:nth-child(odd) .name::before {
    bottom: -25px;
    width: 52px;
    height: 16px;
  }
}

.l-main #finalist .finalist-list .list:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list:nth-child(even) {
    justify-content: center;
  }
}

.l-main #finalist .finalist-list .list:nth-child(even) .text {
  margin-right: 4%;
  margin-left: 0;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list:nth-child(even) .text {
    margin-right: 0px;
    text-align: left;
  }
}

.l-main #finalist .finalist-list .list:nth-child(even) .text .img {
  margin-right: 0px;
  margin-left: auto;
}

.l-main #finalist .finalist-list .list:nth-child(even) .name::before {
  content: '';
  position: absolute;
  bottom: -9px;
  right: 0;
  width: 65px;
  height: 17px;
  background-color: #fff;
  background-image: url(../img/border_parts_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list:nth-child(even) .name::before {
    bottom: -25px;
    width: 52px;
    height: 16px;
    right: auto;
    left: 0;
    background-image: url(../img/border_parts_left.svg);
  }
}

.l-main #finalist .finalist-list .list .text {
  margin-left: 4%;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list .text {
    margin-left: 0px;
  }
}

.l-main #finalist .finalist-list .list .text .img {
  padding-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list .text .img {
    position: absolute;
    top: 0px;
    right: 15px;
    left: auto;
    max-width: 25%;
  }
}

.l-main #finalist .finalist-list .list .text .name {
  position: relative;
  font-size: 28px;
  font-size: 2.8rem;
  border-bottom: 1px solid #a64a97;
  padding-bottom: 20px;
  margin-bottom: 15px;
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list .text .name {
    font-size: 21px;
    font-size: 2.1rem;
    max-width: 70%;
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

.l-main #finalist .finalist-list .list .text .name .notes {
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list .text .name .notes {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.l-main #finalist .finalist-list .list .text .name .brackets {
  font-size: 23px;
  font-size: 2.3rem;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list .text .name .brackets {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list .text .business-box {
    border-top: 2px solid #bfbfbf;
    padding-top: 30px;
    margin-top: 15px;
  }
}

.l-main #finalist .finalist-list .list .text .business-box .business-name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: -5px;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list .text .business-box .business-name {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 3px;
  }
}

.l-main #finalist .finalist-list .list .text .business-box .ttl {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list .text .business-box .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.l-main #finalist .finalist-list .list .text .business-box .ttl .sub {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list .text .business-box .ttl .sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.l-main #finalist .finalist-list .list .img {
  width: 35%;
  padding-bottom: 15px;
  max-width: 500px;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list .img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-main #finalist .finalist-list .list .text {
  width: 61%;
}

@media screen and (max-width: 640px) {
  .l-main #finalist .finalist-list .list .text {
    width: 100%;
    padding-right: 4.375%;
    padding-left: 4.375%;
  }
}

.l-main #phone .phone-entry {
  display: block;
  background-image: url(../img/img_phone.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 640px) {
  .l-main #phone .phone-entry {
    width: 91.25%;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/sp/img_phone.jpg);
  }
}

.l-main #phone .phone-entry:before {
  content: "";
  display: block;
  padding-top: 82%;
}

@media screen and (max-width: 640px) {
  .l-main #phone .phone-entry:before {
    padding-top: 210%;
  }
}

.l-main #phone .phone-live {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-top: 90px;
}

@media screen and (max-width: 640px) {
  .l-main #phone .phone-live {
    margin-top: 60px;
  }
}

.l-main #phone .phone-live iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-main #supporter {
  background-color: #EEEEEE;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .l-main #supporter {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.l-main #supporter .sec-ttl {
  text-align: center;
  padding-bottom: 30px;
}

.l-main #supporter .sec-ttl .ttl {
  color: #a64a97;
}

@media screen and (max-width: 640px) {
  .l-main #supporter .sec-ttl {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
}

.l-main #supporter .supporter-text01 {
  text-align: center;
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .l-main #supporter .supporter-text01 {
    text-align: left;
  }
}

.l-main #supporter .supporter-text01 .text {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .l-main #supporter .supporter-text01 .text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.l-main #supporter .supporter-text01 .text span {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  width: 100%;
  letter-spacing: normal;
}

@media screen and (max-width: 640px) {
  .l-main #supporter .supporter-text01 .text span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  .l-main #supporter .supporter-text01 {
    padding-bottom: 40px;
  }
}

.l-main #supporter .supporter-text02 {
  padding-bottom: 65px;
}

.l-main #supporter .supporter-text02 .supporter-table {
  width: 100%;
}

.l-main #supporter .supporter-text02 .supporter-table tr {
  border-top: 1px solid #231815;
}

@media screen and (max-width: 640px) {
  .l-main #supporter .supporter-text02 .supporter-table tr:last-child {
    border-bottom: 1px solid #231815;
  }
}

.l-main #supporter .supporter-text02 .supporter-table tr:last-child {
  border-bottom: 1px solid #231815;
}

.l-main #supporter .supporter-text02 .supporter-table th {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  width: 16%;
  vertical-align: middle;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .l-main #supporter .supporter-text02 .supporter-table th {
    width: 25%;
    padding-right: 5%;
    padding-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
  .l-main #supporter .supporter-text02 .supporter-table th {
    width: 35%;
  }
}

@media screen and (max-width: 640px) {
  .l-main #supporter .supporter-text02 .supporter-table th::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 1px;
    height: 90%;
    background-color: #000;
  }
}

.l-main #supporter .supporter-text02 .supporter-table td {
  width: 83%;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .l-main #supporter .supporter-text02 .supporter-table td {
    width: 70%;
    padding-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 425px) {
  .l-main #supporter .supporter-text02 .supporter-table td {
    width: 60%;
  }
}

.l-main #supporter .supporter-text02 .supporter-table td .text {
  line-height: 1.4;
}

.l-main #supporter .supporter-text02 .supporter-table td .list_01 {
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .l-main #supporter .supporter-text02 .supporter-table td .list_01 li {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.l-main #supporter .supporter-text02 .supporter-table td .list_02 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .l-main #supporter .supporter-text02 .supporter-table td .list_02 li {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
    padding-bottom: 5px;
  }
}

.l-main #supporter .supporter-text02 .supporter-table td .list_02 li .parenthesis {
  position: relative;
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
  margin-top: 13px;
  margin-bottom: 10px;
}

.l-main #supporter .supporter-text02 .supporter-table td .list_02 li .parenthesis::before, .l-main #supporter .supporter-text02 .supporter-table td .list_02 li .parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 11px;
  height: 100%;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  box-sizing: border-box;
}

.l-main #supporter .supporter-text02 .supporter-table td .list_02 li .parenthesis::before {
  left: 0;
  border-left: 1px solid #231815;
}

.l-main #supporter .supporter-text02 .supporter-table td .list_02 li .parenthesis::after {
  right: 53%;
  border-right: 1px solid #231815;
}

@media screen and (max-width: 1300px) {
  .l-main #supporter .supporter-text02 .supporter-table td .list_02 li .parenthesis::after {
    right: 0px;
  }
}

.l-main #supporter .supporter-text02 .supporter-table td .list_02 li .parenthesis .parenthesis-list {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 640px) {
  .l-main #supporter .supporter-text02 .supporter-table td .list_02 li .parenthesis .parenthesis-list {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.l-main #supporter .supporter-text02 .supporter-table td .list_02 li .parenthesis .parenthesis-list .parenthesis-notes {
  display: inline;
  padding-left: 0px;
}

.l-main #supporter .supporter-text02 .supporter-table td .list_02 li .parenthesis .parenthesis-notes {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 10px;
  display: block;
}

@media screen and (max-width: 640px) {
  .l-main #supporter .supporter-text02 .supporter-table td .list_02 li .parenthesis .parenthesis-notes {
    text-indent: -1em;
  }
}

.l-main #supporter .supporter-text02 .supporter-table td .list_02 img {
  padding-top: 15px;
}

@media screen and (max-width: 640px) {
  .l-main #supporter .supporter-text02 .supporter-table td .list_02 img {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.l-main #supporter .supporter-text02 .supporter-table td .notes {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  display: inline-block;
  padding-top: 10px;
}

.l-main #supporter .supporter-text02 .supporter-table td .notes.left-p {
  padding-left: 15px;
}

@media screen and (max-width: 640px) {
  .l-main #supporter .supporter-text02 {
    padding-bottom: 25px;
  }
}

.l-main #supporter .supporter-btn {
  text-align: center;
}

.l-main #supporter .supporter-btn a {
  display: block;
  max-width: 494px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .l-main #supporter .supporter-btn a {
    max-width: 300px;
  }
}

.l-main #access {
  padding-top: 60px;
}

@media screen and (max-width: 640px) {
  .l-main #access {
    padding-top: 45px;
  }
}

.l-main #access .sec-ttl {
  padding-bottom: 45px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .l-main #access .sec-ttl {
    max-width: 36%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
}

.l-main #access .access-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 60px;
  text-align: center;
}

.l-main #access .access-text > div {
  padding-bottom: 30px;
}

.l-main #access .access-text div:nth-child(2) {
  padding-left: 30px;
}

@media screen and (max-width: 640px) {
  .l-main #access .access-text div:nth-child(2) {
    padding-left: 0px;
  }
}

@media screen and (max-width: 640px) {
  .l-main #access .access-text {
    padding-bottom: 30px;
  }
}

.l-main #access .map {
  height: 600px;
}

@media screen and (max-width: 640px) {
  .l-main #access .map {
    height: 400px;
  }
}

.l-main #access .map iframe {
  height: 600px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .l-main #access .map iframe {
    height: 400px;
  }
}

.l-main #entry {
  background-color: #a64a97;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .l-main #entry {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}

.l-main #entry .sec-ttl {
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .l-main #entry .sec-ttl {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
}

.l-main #entry .entry-text01 {
  text-align: center;
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .l-main #entry .entry-text01 {
    text-align: left;
  }
}

.l-main #entry .entry-text01 .text {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

@media screen and (max-width: 640px) {
  .l-main #entry .entry-text01 .text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.l-main #entry .entry-text01 .text span {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  width: 100%;
  letter-spacing: normal;
}

@media screen and (max-width: 640px) {
  .l-main #entry .entry-text01 .text span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  .l-main #entry .entry-text01 {
    padding-bottom: 40px;
  }
}

.l-main #entry .entry-text02 {
  padding-bottom: 45px;
}

.l-main #entry .entry-text02 .entry-table tr {
  border-top: 1px solid #d3a5cb;
}

@media screen and (max-width: 640px) {
  .l-main #entry .entry-text02 .entry-table tr:last-child {
    border-bottom: 1px solid #d3a5cb;
  }
}

.l-main #entry .entry-text02 .entry-table th {
  color: #fff;
  width: 16%;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .l-main #entry .entry-text02 .entry-table th {
    width: 100%;
    display: block;
    padding-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-main #entry .entry-text02 .entry-table th::before {
    content: "【";
    display: inline;
  }
  .l-main #entry .entry-text02 .entry-table th::after {
    content: "】";
    display: inline;
  }
}

.l-main #entry .entry-text02 .entry-table td {
  color: #fff;
  width: 83%;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .l-main #entry .entry-text02 .entry-table td {
    width: 100%;
    display: block;
    padding-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.l-main #entry .entry-text02 .entry-table td .list_01 {
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .l-main #entry .entry-text02 .entry-table td .list_01 li {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.l-main #entry .entry-text02 .entry-table td .list_02 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .l-main #entry .entry-text02 .entry-table td .list_02 li {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
    padding-bottom: 5px;
  }
}

.l-main #entry .entry-text02 .entry-table td .list_02 li .parenthesis {
  position: relative;
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
}

.l-main #entry .entry-text02 .entry-table td .list_02 li .parenthesis::before, .l-main #entry .entry-text02 .entry-table td .list_02 li .parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 11px;
  height: 100%;
  border-top: 1px solid #d3a5cb;
  border-bottom: 1px solid #d3a5cb;
  box-sizing: border-box;
}

.l-main #entry .entry-text02 .entry-table td .list_02 li .parenthesis::before {
  left: 0;
  border-left: 1px solid #d3a5cb;
}

.l-main #entry .entry-text02 .entry-table td .list_02 li .parenthesis::after {
  right: 0;
  border-right: 1px solid #d3a5cb;
}

.l-main #entry .entry-text02 .entry-table td .list_02 li .parenthesis .parenthesis-list {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 640px) {
  .l-main #entry .entry-text02 .entry-table td .list_02 li .parenthesis .parenthesis-list {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.l-main #entry .entry-text02 .entry-table td .list_02 li .parenthesis .parenthesis-list:first-child {
  padding-bottom: 7px;
}

.l-main #entry .entry-text02 .entry-table td .list_02 li .parenthesis .parenthesis-list .parenthesis-notes {
  display: inline;
  padding-left: 0px;
}

.l-main #entry .entry-text02 .entry-table td .list_02 li .parenthesis .parenthesis-notes {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 10px;
  display: block;
}

@media screen and (max-width: 640px) {
  .l-main #entry .entry-text02 .entry-table td .list_02 li .parenthesis .parenthesis-notes {
    text-indent: -1em;
  }
}

.l-main #entry .entry-text02 .entry-table td .list_02 img {
  padding-top: 15px;
}

@media screen and (max-width: 640px) {
  .l-main #entry .entry-text02 .entry-table td .list_02 img {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.l-main #entry .entry-text02 .entry-table td .notes {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  display: inline-block;
  padding-top: 10px;
}

.l-main #entry .entry-text02 .entry-table td .notes.left-p {
  padding-left: 15px;
}

@media screen and (max-width: 640px) {
  .l-main #entry .entry-text02 {
    padding-bottom: 25px;
  }
}

.l-main #entry .entry-btn {
  text-align: center;
}

.l-main #entry .entry-btn a {
  display: block;
  max-width: 494px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .l-main #entry .entry-btn a {
    max-width: 300px;
  }
}

.l-main #suppper {
  padding-top: 80px;
  padding-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .l-main #suppper {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}

.l-main #suppper .sec-ttl {
  text-align: center;
  padding-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .l-main #suppper .sec-ttl {
    padding-bottom: 35px;
  }
}

.l-main #suppper .sec-ttl .ttl {
  color: #a64a97;
}

@media screen and (max-width: 640px) {
  .l-main #suppper .sec-ttl {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
}

.l-main #suppper .supper-ttl {
  text-align: center;
  margin-bottom: 25px;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 1300px) {
  .l-main #suppper .supper-ttl {
    padding-right: 4.375%;
    padding-left: 4.375%;
  }
}

@media screen and (max-width: 640px) {
  .l-main #suppper .supper-ttl {
    margin-bottom: 20px;
  }
}

.l-main #suppper .topsupportlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 3rem auto 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .l-main #suppper .topsupportlist {
    width: 95%;
    margin: 0 auto;
  }
}

.l-main #suppper .topsupportlist li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 110px;
  margin: 13px;
  padding: 3px 38px;
  border: 1px solid #ccc;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .l-main #suppper .topsupportlist li {
    height: 80px;
    padding: 3px 12px;
    margin: 7px;
    background: #fff;
    position: relative;
  }
}

.l-main #suppper .topsupportlist li img {
  width: 100px;
  height: auto;
  vertical-align: bottom;
  padding: 0px 0;
}

@media screen and (max-width: 768px) {
  .l-main #suppper .topsupportlist li img {
    width: 70px;
  }
}

.l-main #suppper .bigthanks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 91.25%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.l-main #suppper .bigthanks-list li {
  position: relative;
  margin: 13px;
  padding: 3px 44px;
}

@media screen and (max-width: 768px) {
  .l-main #suppper .bigthanks-list li {
    margin: 5px;
    padding: 3px 16px;
  }
}

@media screen and (max-width: 640px) {
  .l-main #suppper .bigthanks-list li {
    width: 46%;
    text-align: center;
  }
}

.l-main #suppper .bigthanks-list li a {
  display: block;
}

.l-main #suppper .bigthanks-list li img {
  width: 250px;
  height: auto;
  padding: 0;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .l-main #suppper .bigthanks-list li img {
    width: 190px;
  }
}

@media screen and (max-width: 425px) {
  .l-main #suppper .bigthanks-list li img {
    width: 145px;
  }
}

.l-main #suppper .suppper-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 91.25%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .l-main #suppper .suppper-list {
    padding-bottom: 50px;
  }
}

.l-main #suppper .suppper-list li {
  position: relative;
  margin: 13px;
  padding: 3px 44px;
}

@media screen and (max-width: 768px) {
  .l-main #suppper .suppper-list li {
    margin: 5px;
    padding: 3px 16px;
  }
}

@media screen and (max-width: 640px) {
  .l-main #suppper .suppper-list li {
    width: 29%;
    text-align: center;
  }
}

.l-main #suppper .suppper-list li a {
  display: block;
  width: 130px;
  height: 100px;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .l-main #suppper .suppper-list li a {
    width: 70px;
    height: 70px;
  }
}

.l-main #suppper .suppper-list li img {
  width: 100px;
  height: auto;
  padding: 0;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .l-main #suppper .suppper-list li img {
    width: 70px;
  }
}

.l-main #suppper .partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 91.25%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.l-main #suppper .partner-list li {
  position: relative;
  margin: 0 4px;
  padding: 8px 8px;
  font-size: 13px;
  font-size: 1.3rem;
}

.l-main #suppper .partner-list li::after {
  position: absolute;
  content: "/";
  right: -7px;
}

.l-main #suppper .partner-list li a {
  color: #000;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1300px;
  padding: 40px;
  background-color: #fff;
}

@media screen and (max-width: 1300px) {
  .modal__content {
    width: 85%;
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .modal__content {
    padding: 65px 4.375% 45px;
  }
}

.modal__content__inner {
  overflow-y: scroll;
  height: 100%;
  max-height: 600px;
}

@media screen and (max-width: 640px) {
  .modal__content__inner {
    max-height: 475px;
  }
}

.modal__content__inner::-webkit-scrollbar {
  display: none;
}

.modal__content__head {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 25px;
}

@media screen and (max-width: 1300px) {
  .modal__content__head {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .modal__content__head {
    flex-wrap: wrap;
  }
}

.modal__content__head .image {
  width: 42.5%;
  padding-right: 2.5%;
}

@media screen and (max-width: 1300px) {
  .modal__content__head .image {
    width: 45%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 768px) {
  .modal__content__head .image {
    width: 100%;
    padding-right: 0;
  }
}

.modal__content__head .textarea {
  width: 55%;
}

@media screen and (max-width: 1300px) {
  .modal__content__head .textarea {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .modal__content__head .textarea {
    width: 100%;
  }
}

.modal__content__head .textarea__title {
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 1300px) {
  .modal__content__head .textarea__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .modal__content__head .textarea__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.modal__content__head .textarea__title .small {
  padding-left: 5px;
  font-size: 23px;
  font-size: 2.3rem;
}

@media screen and (max-width: 1300px) {
  .modal__content__head .textarea__title .small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .modal__content__head .textarea__title .small {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.modal__content__head .textarea__subwrap {
  margin-top: 30px;
}

@media screen and (max-width: 1300px) {
  .modal__content__head .textarea__subwrap {
    margin-top: 15px;
  }
}

.modal__content__head .textarea__subwrap__category {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1300px) {
  .modal__content__head .textarea__subwrap__category {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .modal__content__head .textarea__subwrap__category {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.modal__content__head .textarea__subwrap__title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3em;
}

@media screen and (max-width: 1300px) {
  .modal__content__head .textarea__subwrap__title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 640px) {
  .modal__content__head .textarea__subwrap__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.modal__content__text .category {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1300px) {
  .modal__content__text .category {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .modal__content__text .category {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1300px) {
  .modal__content__text .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .modal__content__text .text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.modal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1300px) {
  .modal__close {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 640px) {
  .modal__close {
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
  }
}

.l-footer {
  position: relative;
}

.l-footer .visit-box a {
  display: block;
  position: fixed;
  top: 70%;
  right: 0px;
  transform: translateY(-50%);
  transition: all 0.7s ease;
  z-index: 10001;
  max-width: 300px;
}

@media screen and (max-width: 1350px) {
  .l-footer .visit-box a {
    width: 250px;
  }
}

@media screen and (max-width: 1300px) {
  .l-footer .visit-box a {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer .visit-box a {
    position: fixed;
    bottom: 0px;
    top: auto;
    width: 100%;
    z-index: 10001;
    max-width: none;
    transform: translateY(0);
  }
}

.l-footer .visit-box a .visit-box-text {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  width: 100%;
  background-color: rgba(142, 3, 119, 0.7);
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 1300px) {
  .l-footer {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.l-footer #pagetop {
  position: absolute;
  top: -80px;
  right: 10px;
}

.l-footer #pagetop a {
  display: block;
}

.l-footer .ministry-box {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 25px;
  line-height: 1.4;
  padding-top: 20px;
}

@media screen and (max-width: 1500px) {
  .l-footer .ministry-box {
    padding-left: 4.375%;
    padding-right: 4.375%;
  }
  .l-footer .ministry-box .img {
    padding-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .l-footer .ministry-box {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.l-footer .l-footer_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #a64a97;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 10px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .l-footer .l-footer_box {
    flex-direction: column;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .l-footer .l-footer_box {
    flex-direction: column;
    text-align: center;
    padding-right: 4.375%;
    padding-left: 4.375%;
    padding-bottom: 70px;
  }
}

.l-footer .l-footer_box .l-footer_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-strat;
}

@media screen and (max-width: 1200px) {
  .l-footer .l-footer_box .l-footer_left {
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .l-footer .l-footer_box .l-footer_left {
    text-align: left;
  }
}

.l-footer .l-footer_box .l-footer_left .l-logo {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1300px) {
  .l-footer .l-footer_box .l-footer_left .l-logo {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .l-footer .l-footer_box .l-footer_left .l-logo img {
    max-width: 170px;
  }
}

.l-footer .l-footer_box .l-footer_left .l-foot-text {
  margin-left: 30px;
}

@media screen and (max-width: 1200px) {
  .l-footer .l-footer_box .l-footer_left .l-foot-text {
    margin-left: 0px;
  }
}

.l-footer .l-footer_box .l-footer_left .l-ttl {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .l-footer .l-footer_box .l-footer_left .l-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.l-footer .l-footer_box .l-footer_left .l-profile {
  line-height: 1.5;
  color: #fff;
}

.l-footer .l-footer_box .l-footer_left .l-profile a {
  color: #fff;
}

.l-footer .l-footer_box .l-footer_left .l-profile span {
  margin-left: 14px;
}

.l-footer .l-footer_box .l-footer_left .l-profile span.tel {
  margin-left: 0px;
}

@media screen and (max-width: 640px) {
  .l-footer .l-footer_box .l-footer_left .l-profile span.mail {
    margin-left: 0px;
  }
  .l-footer .l-footer_box .l-footer_left .l-profile span.mail.m-l {
    margin-left: 14px;
  }
}

.l-footer .l-footer_box .l-footer_left .l-profile span img {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

@media screen and (max-width: 1300px) {
  .l-footer .l-footer_box .l-footer_left .l-profile {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .l-footer .l-footer_box .l-footer_left .l-profile {
    margin-left: 0px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.l-footer .l-footer_box .l-footer_right {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 1700px) {
  .l-footer .l-footer_box .l-footer_right {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 25px;
  }
}

@media screen and (max-width: 1300px) {
  .l-footer .l-footer_box .l-footer_right {
    padding-top: 0px;
  }
}

.l-footer .l-footer_box .l-footer_right .copy {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .l-footer .l-footer_box .l-footer_right .copy {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.l-footer .l-footer-topbtn {
  position: absolute;
  z-index: 99;
  top: 35px;
  right: 25px;
}

@media screen and (max-width: 640px) {
  .l-footer .l-footer-topbtn {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 640px) {
  .l-footer .l-footer-topbtn img {
    width: 30px;
    height: 51px;
  }
}

.sec-ttl {
  padding-bottom: 10px;
  text-align: center;
}

.sec-ttl.color1 .ttl {
  color: #a64a97;
}

.sec-ttl img {
  text-align: center;
}

.sec-ttl .ttl {
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-size: 4.2rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec-ttl .ttl {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 640px) {
  .sec-ttl .ttl {
    font-size: 27px;
    font-size: 2.7rem;
    width: 100%;
    line-height: 1.4;
  }
}

.small {
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 640px) {
  .small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.testLink {
  color: #a64a97;
}
/*# sourceMappingURL=style.css.map */