@charset "UTF-8";
/* Scss Document */
/* 2024color #6B1686 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  vertical-align: baseline; }

img {
  vertical-align: bottom; }

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

:focus {
  outline: none; }

a:not([class]),
a:not([class]):link,
a:not([class]):visited,
a:not([class]):hover,
a:not([class]):active {
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  vertical-align: baseline;
  cursor: pointer; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left; }

fieldset {
  border: none; }

select, textarea {
  font-family: inherit;
  font-size: 100%; }

input {
  font-family: inherit;
  font-size: 100%;
  vertical-align: middle; }
  input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    border: 1px solid #CCC; }
  input[type=radio], input.radio, input[type=checkbox], input.checkbox {
    position: relative;
    top: -0.1em;
    margin-top: 0;
    margin-bottom: 0; }
  input.txt01 {
    width: 100%; }
  input.txt02 {
    width: 400px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  vertical-align: middle;
  border: 1px solid #CCC; }

@media screen and (max-width: 480px) {
  input.txt02 {
    width: 100%; } }
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  overflow: auto;
  border: 1px solid #CCC; }

label, button {
  cursor: pointer; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

del {
  text-decoration: line-through; }

ins {
  background-color: #FFFFBB;
  color: #000000;
  text-decoration: none; }

mark {
  background-color: #FFFFBB;
  color: #000000;
  text-decoration: none; }

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #CCC; }

main {
  display: block; }

body:not(.index) #main {
  border-top: 5px solid #FFF100;
  padding: 60px 0 120px;
  min-height: 80vh;
  background: none !important; }

html {
  height: 100%;
  font-size: 62.5%; }

body {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #fefefe;
  color: #171717;
  font-family: "Noto Sans JP", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN", "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4; }

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body.is-navOpen {
  height: 100%;
  overflow: hidden; }

body.is-loading {
  height: 100%;
  overflow: hidden; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 100px; }

.mb120 {
  margin-bottom: 120px; }

.mb125 {
  margin-bottom: 125px; }

.mb130 {
  margin-bottom: 130px; }

.mb140 {
  margin-bottom: 140px; }

.mb150 {
  margin-bottom: 150px; }

.mb180 {
  margin-bottom: 180px; }

.mb05em {
  margin-bottom: 0.5em; }

.mb10em {
  margin-bottom: 1em; }

.mb15em {
  margin-bottom: 1.5em; }

.mb20em {
  margin-bottom: 2em; }

.mb25em {
  margin-bottom: 2.5em; }

.mb30em {
  margin-bottom: 3em; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.pt60 {
  padding-top: 60px; }

.pt70 {
  padding-top: 70px; }

.pt80 {
  padding-top: 80px; }

.pt100 {
  padding-top: 100px; }

.pt120 {
  padding-top: 120px; }

.pt150 {
  padding-top: 150px; }

.pt05em {
  padding-top: 0.5em; }

.pt10em {
  padding-top: 1em; }

.pt15em {
  padding-top: 1.5em; }

.pt20em {
  padding-top: 2em; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

body span {
  font-weight: inherit; }

.fw900 {
  font-weight: 900; }

.strong,
.fwBold {
  font-weight: 700; }

.fwXbold,
.fw600 {
  font-weight: 600; }

.fwNormal {
  font-weight: normal; }

.italic {
  font-style: italic; }

.sans-serif {
  font-family: "Noto Sans JP", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN", "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif; }

.fcMain {
  color: #541b86; }

.fcSub {
  color: #99eeff; }

.fcTxt {
  color: #171717; }

.fcLink {
  color: #c5239c; }

.fcWhite {
  color: #FFF; }

.fcBlack {
  color: #000; }

.fcGray {
  color: #efecf1; }

.fs0 {
  font-size: 0; }

.fs10 {
  font-size: 10px;
  font-size: 1rem; }

.fs11 {
  font-size: 11px;
  font-size: 1.1rem; }

.fs12 {
  font-size: 12px;
  font-size: 1.2rem; }

.fs13 {
  font-size: 13px;
  font-size: 1.3rem; }

.fs14 {
  font-size: 14px;
  font-size: 1.4rem; }

.fs15 {
  font-size: 15px;
  font-size: 1.5rem; }

.fs16 {
  font-size: 16px;
  font-size: 1.6rem; }

.fs18 {
  font-size: 18px;
  font-size: 1.8rem; }

.fs20 {
  font-size: 20px;
  font-size: 2rem; }

.fs22 {
  font-size: 22px;
  font-size: 2.2rem; }

.fs23 {
  font-size: 23px;
  font-size: 2.3rem; }

.fs24 {
  font-size: 24px;
  font-size: 2.4rem; }

.fs25 {
  font-size: 25px;
  font-size: 2.5rem; }

.fs26 {
  font-size: 26px;
  font-size: 2.6rem; }

.fs28 {
  font-size: 28px;
  font-size: 2.8rem; }

.fs30 {
  font-size: 30px;
  font-size: 3rem; }

.fs31 {
  font-size: 31px;
  font-size: 3.1rem; }

.fs32 {
  font-size: 32px;
  font-size: 3.2rem; }

.fs36 {
  font-size: 36px;
  font-size: 3.6rem; }

.fs37 {
  font-size: 37px;
  font-size: 3.7rem; }

.fs38 {
  font-size: 38px;
  font-size: 3.8rem; }

.fs40 {
  font-size: 40px;
  font-size: 4rem; }

.fs48 {
  font-size: 40px;
  font-size: 4.8rem; }

.fs60 {
  font-size: 60px;
  font-size: 6rem; }

.fs64 {
  font-size: 64px;
  font-size: 6.4rem; }

.fs76 {
  font-size: 76px;
  font-size: 7.6rem; }

.fs50per {
  font-size: 50%; }

.fs60per {
  font-size: 60%; }

.fs70per {
  font-size: 70%; }

.fs75per {
  font-size: 75%; }

.fs80per {
  font-size: 80%; }

.fs85per {
  font-size: 85%; }

.fs90per {
  font-size: 90%; }

.fs110per {
  font-size: 110%; }

.fs120per {
  font-size: 120%; }

.fs130per {
  font-size: 130%; }

.fs140per {
  font-size: 140%; }

.fs150per {
  font-size: 150%; }

.fs160per {
  font-size: 160%; }

.lh10 {
  line-height: 1; }

.lh12 {
  line-height: 1.2; }

.lh14 {
  line-height: 1.4; }

.lh16 {
  line-height: 1.6; }

.lh18 {
  line-height: 1.8; }

.lh20 {
  line-height: 2; }

.lh22 {
  line-height: 2.2; }

.ls03 {
  letter-spacing: 0.03em; }

.ls05 {
  letter-spacing: 0.05em; }

.ls10 {
  letter-spacing: 0.1em; }

.ls12 {
  letter-spacing: 0.12em; }

.ls15 {
  letter-spacing: 0.15em; }

.ls20 {
  letter-spacing: 0.2em; }

.ls-05 {
  letter-spacing: -0.05em; }

.ls-10 {
  letter-spacing: -0.1em; }

.ls-20 {
  letter-spacing: -0.2em; }

.kerningLeft-05 {
  margin-left: -0.5em; }

.kerningLeft-025 {
  margin-left: -0.25em; }

.kerningLeft-1 {
  margin-left: -1em; }

.wordWrapBreak {
  word-wrap: break-word; }

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

img.w100per {
  width: 100%; }

a:not([class]) {
  color: inherit; }

a:link, a:visited, a:hover, a:active {
  outline: none;
  color: inherit;
  text-decoration: none; }
a.noUnderline {
  text-decoration: none; }
a.txtLink {
  text-decoration: underline; }

.no-touch .alpha {
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }
  .no-touch .alpha:hover {
    opacity: 0.6; }
.no-touch .txtLink {
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }
.no-touch .txtLink:hover {
  opacity: 0.6; }

ul li {
  list-style-type: none; }

ol li {
  list-style-type: none; }

ul.disc {
  list-style-type: none; }
  ul.disc li {
    position: relative;
    padding-left: 1.2em; }
    ul.disc li:not(:last-child) {
      margin-bottom: 5px; }
      ul.disc li:not(:last-child).mb10em {
        margin-bottom: 1em; }
    ul.disc li::before {
      display: inline-block;
      position: absolute;
      top: 4px;
      left: 0;
      color: #541b86;
      font-size: 1rem;
      content: "\25CF"; }

table {
  width: 100%;
  border-collapse: collapse; }

th {
  font-weight: bold; }

hr {
  clear: both; }
  hr.dot {
    border-top: 1px #000 dotted; }

.displayInlineBlock {
  display: inline-block; }

.displayInline {
  display: inline; }

.displayBlock {
  display: block; }

.displayNone {
  display: none; }

.displaySp {
  display: none; }

.displayXNarrow {
  display: none; }

.displayPc {
  display: inline; }

.display2col {
  display: inline; }

.displayNot2col {
  display: none; }

.posRelative {
  position: relative; }

.posAbsolute {
  position: absolute; }

.posFixed {
  position: fixed; }

.posStatic {
  position: static; }

.txtLeft {
  text-align: left; }

.txtCenter {
  text-align: center; }

.txtRight {
  text-align: right; }

.verticalTop {
  vertical-align: top; }

.verticalMiddle {
  vertical-align: middle; }

.verticalBottom {
  vertical-align: bottom; }

.clearfix:after,
.cf:after {
  display: block;
  clear: both;
  content: ""; }

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */
/**
 * CSS Information
 * ===============================================================
 *
 * File name: layout.css
 * Summary:   レイアウト用スタイル
 * Author:    CrEa Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    structures
 *       =1-1    header
 *       =1-2    contents
 *       =1-3    footer
 *     =2    breakpoint checker (for javascript)
 *
 * ===============================================================
*/
/** =1
 * ========================================
 * structures
 * ========================================
 */
.l-container {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

.l-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto; }

/** =1-1
* header
* ----------------------------------
*/
.l-header {
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  transition: all 0.3s ease-in-out; }

/** =1-2
 * contents
 * ----------------------------------
 */
.l-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px; }

.l-main {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7; }

.l-side {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 10px;
  background: #f4f1f1; }

body:not(.index) .l-side {
  border-top: 5px solid #FFF100; }

/** =1-3
  * footer
  * ----------------------------------
  */
.l-footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 20px; }

/** =1
 * ========================================
 * top
 * ========================================
 */
.l-main {
  background: url(../img/home/bg_footprints.png) no-repeat;
  background-position: left top 280px;
  background-size: contain; }

.sectionTtl {
  font-family: arial;
  line-height: 1;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto; }

.icon {
  width: 30px;
  vertical-align: middle; }

.linkBtnWrap {
  width: 100%;
  max-width: 290px;
  margin: auto;
  background: #FFF;
  line-height: 3.5; }

.linkBtn {
  width: 100%;
  display: block;
  position: relative;
  color: #171717;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .linkBtn::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 18px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/arrow_right.svg) no-repeat;
    background-size: 18px;
    content: "";
    z-index: 2; }

input.linkBtn {
  padding: 1em 2em;
  background: #FFF; }

.headerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: bottom;
  -ms-flex-align: bottom;
  align-items: bottom;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 110px;
  padding: 0 20px; }
  .headerWrap .logo {
    padding-top: 10px; }
    .headerWrap .logo img {
      width: 300px; }

.gNavList a .icon {
  display: block;
  margin: 0 auto; }

.gNavListLink {
  display: inline-block;
  position: relative; }

.gNavListDropDownWrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  width: 100%;
  padding: 40px 20px;
  background: #f1e9f7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.gNavListDropDown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gNavListDropDown .gNavListItemDropDown {
    margin: 0 4% 30px 0;
    border-bottom: 1px solid #541b86; }
    .gNavListDropDown .gNavListItemDropDown:nth-child(4) {
      margin-right: 0; }
    .gNavListDropDown .gNavListItemDropDown a {
      display: block;
      position: relative;
      padding: 0 18px 15px 0; }
      .gNavListDropDown .gNavListItemDropDown a:after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 18px;
        height: 18px;
        padding-bottom: 15px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../img/common/arrow_right_purple.svg) no-repeat;
        background-size: 18px;
        content: ""; }

.navOther {
  margin: 0;
  position: relative; }
  .navOther.display2col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    .navOther.display2col .changeLanguage {
      font-weight: 700; }

.navOtherWrapper {
  margin: 0 0 0 20px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column; }

@media screen and (max-width: 1100px) {
  .navOtherWrapper {
    margin: 20px 0 0; } }
.entryBtn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column; }
  .entryBtn p {
    width: 120px;
    height: 30px;
    padding: 0;
    line-height: 1.0;
    font-weight: 700; }
    .entryBtn p a {
      width: 100%;
      height: 100%;
      padding: 5px 0;
      color: #541B86;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #FFF;
      border: 1px solid #541B86;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      transition: 0.1s linear; }
      .entryBtn p a:hover {
        color: #FFF;
        background-color: #541B86; }

@media screen and (max-width: 1100px) {
  .entryBtn {
    margin: 0 0 10px;
    flex-direction: row; }
    .entryBtn p:first-of-type {
      margin: 0 10px 0 0; } }
.changeLanguage {
  margin: 0 0 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .changeLanguage .LanguageJp::after {
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 5px;
    background: #171717;
    content: ""; }

.snsLink {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  .snsLink li {
    margin-right: 8px; }
    .snsLink li:last-child {
      margin-right: 0; }
    .snsLink li .snsIcon {
      width: 25px; }

#footer {
  background: url(../img/common/bg_footer.jpg) no-repeat;
  background-size: cover; }

.fNavList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto; }
  .fNavList .fNavListItem::after {
    display: inline-block;
    width: 1px;
    height: 15px;
    margin: 0 10px;
    background: #FFF;
    vertical-align: bottom;
    content: ""; }
  .fNavList .fNavListItem:nth-child(4)::after, .fNavList .fNavListItem:last-child::after {
    content: none; }
  .fNavList .fNavListItem a {
    color: #FFF; }

.l-side aside {
  max-width: 160px;
  margin: 0 auto; }
.l-side .sideBnr {
  margin-bottom: 20px; }
  .l-side .sideBnr .sideBnrTtl {
    position: relative; }
    .l-side .sideBnr .sideBnrTtl:before {
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      width: 100%;
      height: 1px;
      background: #171717;
      content: ""; }
    .l-side .sideBnr .sideBnrTtl span {
      position: relative;
      padding: 0 1em;
      background: #f4f1f1; }
  .l-side .sideBnr.extra .sideBnrTtl:before {
    content: none; }

/* メインヴィジュアル */
.mvWrap {
  height: auto; }

.mainvisual {
  position: relative;
  height: auto; }
  .mainvisual:before {
    content: '';
    display: block;
    padding-top: 52.3%; }
  .mainvisual.displayPc {
    display: block; }
  .mainvisual.displaySp {
    display: none; }
  .mainvisual .mvTxt {
    z-index: 2;
    position: absolute;
    top: 40%;
    left: 0;
    width: 45%;
    margin: auto;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .mainvisual .mvImg {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 75%; }
    .mainvisual .mvImg div {
      width: 100%;
      height: 100%; }

@media screen and (max-width: 600px) {
  .mainvisual:before {
    padding-top: 75%; }
  .mainvisual.displayPc {
    display: none; }
  .mainvisual.displaySp {
    display: block; } }
/* トップイベント（スライドバナー） */
.topEvent {
  height: auto;
  margin: -100px 0 0;
  padding: 70px 0;
  background-color: rgba(255, 241, 0, 0.8); }

.topEventInner {
  position: relative; }

.eventSlide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .eventSlide .eventSlideList {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .eventSlide .eventSlideList a {
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-align-items: center;
      align-items: center;
      background-color: #FFF;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .eventSlide .eventSlideList a::before {
        content: '';
        border-top: 40px solid #541b86;
        border-left: 40px solid transparent;
        position: absolute;
        top: 0;
        right: 0; }
      .eventSlide .eventSlideList a:hover {
        -webkit-animation: scale-up-center 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: scale-up-center 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) both; }
      .eventSlide .eventSlideList a picture {
        width: 100%; }
  .eventSlide .eventSlideThum {
    width: 240px;
    min-height: 180px;
    margin: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
  .eventSlide .eventSlideTxt {
    width: calc(100% - 300px);
    margin: 20px 20px 20px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .eventSlide .eventSlideTtl {
    color: #541b86; }

@media screen and (max-width: 720px) {
  .eventSlide .eventSlideList a::before {
    border-top: 20px solid #541b86;
    border-left: 20px solid transparent; }
  .eventSlide .eventSlideThum {
    width: 180px;
    min-height: 135px; }
  .eventSlide .eventSlideTxt {
    width: calc(100% - 240px); }
  .eventSlide .eventSlideTtl {
    word-break: break-all;
    font-size: 2rem; }
  .eventSlide .eventSlidedate {
    font-size: 1.6rem; } }
@media screen and (max-width: 500px) {
  .topEvent {
    margin: -50px 0 0;
    padding: 40px 0; }

  .eventSlide .eventSlideThum {
    width: 120px;
    min-height: 90px; }
  .eventSlide .eventSlideTxt {
    width: calc(100% - 180px); } }
/* トップメッセージ */
.topMessage {
  padding: 50px 0;
  text-align: center; }
  .topMessage .l-inner {
    padding: 30px;
    background: rgba(255, 255, 255, 0.8); }

@media screen and (max-width: 600px) {
  .topMessage p.title {
    font-size: 18px; } }
@media screen and (max-width: 500px) {
  .topMessage {
    padding: 20px 0; }
    .topMessage .l-inner {
      padding: 30px 20px; } }
/* NEWS */
.topNews {
  padding: 80px 0;
  background: rgba(238, 228, 245, 0.8); }

.tabNewsWrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 20px;
  overflow: hidden;
  background: #FFF; }

.tabNewsLabel {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: 12px 0;
  border: 1px solid #541b86;
  border-left: none;
  color: #541b86;
  line-height: 1.8;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .tabNewsLabel:first-of-type {
    border-left: 1px solid #541b86; }
  .tabNewsLabel:hover {
    background: rgba(84, 27, 134, 0.3); }
  .tabNewsLabel::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    vertical-align: bottom;
    content: ""; }
  .tabNewsLabel.tabNewsTable::before {
    background: url(../img/home/icon_table.png) no-repeat;
    background-size: 30px; }
  .tabNewsLabel.tabNewsRunner::before {
    background: url(../img/common/icon_runner.png) no-repeat;
    background-size: 30px; }
  .tabNewsLabel.tabNewsVolunteer::before {
    background: url(../img/common/icon_volunteer.png) no-repeat;
    background-size: 30px; }
  .tabNewsLabel.tabNewsCompany::before {
    background: url(../img/home/icon_company.png) no-repeat;
    background-size: 30px; }
  .tabNewsLabel.tabNewsEvent::before {
    background: url(../img/home/icon_event.png) no-repeat;
    background-size: 30px; }
  .tabNewsLabel.tabNewsYomusikanai::before {
    background: url(../img/home/icon_yomusika.png) no-repeat;
    background-size: 30px; }
  .tabNewsLabel.tabNewsEtc::before {
    background: url(../img/home/icon_etc.png) no-repeat;
    background-size: 30px; }

.tabNewsSwitch:checked + .tabNewsLabel {
  background: #541b86;
  color: #FFF; }

.tabNewsSwitch:checked + .tabNewsLabel::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: bottom;
  content: ""; }

.tabNewsSwitch:checked + .tabNewsLabel::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #541b86;
  content: ""; }

.tabNewsSwitch:checked + .tabNewsLabel.tabNewsTable::before {
  background: url(../img/home/icon_table_wh.png) no-repeat;
  background-size: 30px; }

.tabNewsSwitch:checked + .tabNewsLabel.tabNewsRunner::before {
  background: url(../img/home/icon_runner_wh.png) no-repeat;
  background-size: 30px; }

.tabNewsSwitch:checked + .tabNewsLabel.tabNewsVolunteer::before {
  background: url(../img/home/icon_volunteer_wh.png) no-repeat;
  background-size: 30px; }

.tabNewsSwitch:checked + .tabNewsLabel.tabNewsCompany::before {
  background: url(../img/home/icon_company_wh.png) no-repeat;
  background-size: 30px; }

.tabNewsSwitch:checked + .tabNewsLabel.tabNewsEvent::before {
  background: url(../img/home/icon_event_wh.png) no-repeat;
  background-size: 30px; }

.tabNewsSwitch:checked + .tabNewsLabel.tabNewsYomusikanai::before {
  background: url(../img/home/icon_yomusika_wh.png) no-repeat;
  background-size: 30px; }

.tabNewsSwitch:checked + .tabNewsLabel.tabNewsEtc::before {
  background: url(../img/home/icon_etc_wh.png) no-repeat;
  background-size: 30px; }

.tabNewsContent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 0;
  padding: 0 40px;
  overflow: hidden;
  pointer-events: none; }

.tabNewsSwitch:checked + .tabNewsLabel + .tabNewsContent {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: auto;
  pointer-events: auto; }

.tabNewsWrap::after {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
  height: 40px;
  content: ""; }

.tabNewsContent {
  position: -webkit-sticky;
  position: sticky;
  left: 0; }

.tabNewsSwitch {
  display: none; }

.linkBtn.purpleBtn {
  border: 1px solid #541b86;
  color: #541b86; }
  .linkBtn.purpleBtn:after {
    background: url(../img/common/arrow_right_purple.svg) no-repeat;
    background-size: 18px; }

.linkBtn.grayBtn {
  border: 1px solid #666;
  color: #666; }
  .linkBtn.grayBtn:after {
    background: url(../img/common/arrow_right_purple.svg) no-repeat;
    background-size: 18px; }

.linkBtn.greenBtn {
  border: 1px solid #2D5E1C;
  color: #2D5E1C; }
  .linkBtn.greenBtn:after {
    background: url(../img/common/arrow_right_green.svg) no-repeat;
    background-size: 18px; }

.linkBtn.backBtn {
  border: 1px solid #666;
  color: #666; }
  .linkBtn.backBtn:after {
    right: inherit;
    top: 20px;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/arrow_right.svg) no-repeat;
    background-size: 18px;
    transform: rotateZ(180deg); }

.tabNewsContentList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.tabNewsContentListItem {
  width: 32%;
  margin: 0 2% 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #efecf1;
  position: relative; }
  .tabNewsContentListItem:nth-child(3n) {
    margin-right: 0; }
  .tabNewsContentListItem a {
    display: block;
    transition: 0.5s linear; }
    .tabNewsContentListItem a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: alpha(opacity=70);
      -webkit-animation: scale-up-center 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) both;
      animation: scale-up-center 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) both; }
  .tabNewsContentListItem.important img {
    border-collapse: collapse;
    border: 3px solid #ff0000; }
  .tabNewsContentListItem.important::after {
    content: "重要";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #ff0000;
    color: #FFF;
    padding: 0.5em 1em;
    font-size: 0.8em;
    line-height: 1;
    z-index: 999; }
  .tabNewsContentListItem .genre {
    color: #541b86; }
    .tabNewsContentListItem .genre::before {
      display: inline-block;
      width: 30px;
      height: 30px;
      vertical-align: middle;
      content: ""; }
    .tabNewsContentListItem .genre.iconRunner::before {
      background: url(../img/common/icon_runner.png) no-repeat;
      background-size: 30px; }
    .tabNewsContentListItem .genre.iconVolunteer::before {
      background: url(../img/common/icon_volunteer.png) no-repeat;
      background-size: 30px; }
    .tabNewsContentListItem .genre.iconCompany::before {
      background: url(../img/home/icon_company.png) no-repeat;
      background-size: 30px; }
    .tabNewsContentListItem .genre.iconEvent::before {
      background: url(../img/home/icon_event.png) no-repeat;
      background-size: 30px; }
    .tabNewsContentListItem .genre.iconYomusika::before {
      background: url(../img/home/icon_yomusika.png) no-repeat;
      background-size: 30px; }
    .tabNewsContentListItem .genre.iconEtc::before {
      background: url(../img/home/icon_etc.png) no-repeat;
      background-size: 30px; }

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.linkToArticle a {
  color: #541b86; }
  .linkToArticle a:after {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background: url(../img/common/arrow_right_purple.svg) no-repeat;
    background-size: 14px;
    vertical-align: middle;
    content: ""; }

.linkBnrList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .linkBnrList .linkBnrListItem {
    margin-right: 5%;
    text-align: center; }
    .linkBnrList .linkBnrListItem:last-child {
      margin-right: 0; }
    .linkBnrList .linkBnrListItem img {
      width: 100%;
      max-width: 290px; }

.linkAreaWrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0;
  background: url(../img/home/bg_guideline.jpg) no-repeat;
  background-position: center;
  background-size: cover; }
  .linkAreaWrap .linkAreaVertical {
    margin-right: 5%; }
    .linkAreaWrap .linkAreaVertical:last-of-type {
      margin-right: 0; }
    .linkAreaWrap .linkAreaVertical img {
      width: 100%;
      max-width: 290px; }

.linkAreaListItem {
  text-align: center; }

.linkAreaTtl {
  color: #FFF;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); }

.linkAreaTtlSub {
  position: relative; }
  .linkAreaTtlSub::before {
    margin-right: 10px;
    content: "\FF3C"; }
  .linkAreaTtlSub::after {
    margin-left: 10px;
    content: "\FF0F"; }

.expoBnrWrap {
  position: relative;
  padding: 60px 0;
  background: url(../img/home/bg_expo.jpg) no-repeat;
  background-size: cover; }
  .expoBnrWrap::before {
    position: absolute;
    top: 0;
    right: 0;
    border-top: 60px solid #541b86;
    border-left: 60px solid transparent;
    content: ""; }
  .expoBnrWrap::after {
    position: absolute;
    bottom: 0;
    left: 0;
    border-right: 60px solid transparent;
    border-bottom: 60px solid #541b86;
    content: ""; }

.expoBnrInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 890px;
  margin: 0 auto;
  padding: 40px 30px;
  background: #FFF; }
  .expoBnrInner .expoBnrTxt {
    margin-right: 10%;
    text-align: center; }
  .expoBnrInner .expoTtl {
    width: 100%;
    max-width: 300px; }
  .expoBnrInner .expoBnr {
    width: 100%;
    max-width: 345px; }

.movieList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .movieList .movieListItem {
    position: relative;
    width: 49%;
    max-width: 500px;
    height: 0;
    padding-bottom: 28.125%;
    overflow: hidden; }
    .movieList .movieListItem iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.topSns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.snsContents {
  width: 49%;
  max-width: 500px;
  margin-bottom: 2%; }

.facebookWrap {
  max-width: 500px;
  margin-right: 2%; }

.blogWrap {
  position: relative;
  max-width: 500px;
  height: 650px;
  padding: 16px 16px 0;
  background: #efecf1; }
  .blogWrap .blogTtlWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
    margin-bottom: 20px; }
    .blogWrap .blogTtlWrap .sectionTtl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 150px; }
    .blogWrap .blogTtlWrap .logoMark {
      width: 170px;
      margin: 0 -60px 36px 0; }
  .blogWrap .linkToArticle a {
    color: #07519a; }
    .blogWrap .linkToArticle a:after {
      background: url(../img/common/arrow_right_blue.svg) no-repeat;
      background-size: 14px; }

.linkToBlog a {
  color: #07519a; }
  .linkToBlog a:after {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/common/arrow_right_blue.svg) no-repeat;
    background-size: 14px;
    vertical-align: middle;
    content: ""; }

.blogContentWrap iframe {
  width: 100%;
  height: 534px; }

.linkBnrLine {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-start; }
  .linkBnrLine .linkBnrLineItem {
    margin: 0 2% 2% 0; }
    .linkBnrLine .linkBnrLineItem:last-child {
      margin-right: 0; }

.naraInfo {
  padding: 6% 10px !important;
  background: #efecf1; }

.btnToLastYearWrap {
  width: 100%;
  max-width: 240px;
  background: #541b86; }
  .btnToLastYearWrap.btnToLastYear {
    display: block;
    height: 100%;
    padding: 12px;
    color: #FFF; }

.organizerUpper:after {
  display: block;
  width: 30%;
  height: 1px;
  margin: 20px auto 40px;
  background: #efecf1;
  content: ""; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: ""; }

.swiper-button-next {
  right: -20px; }

.swiper-button-prev {
  left: -20px; }

.swiper-button-next,
.swiper-button-prev {
  z-index: 1;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 50%;
  background: #541b86;
  opacity: 0.9; }

.swiper-button-next i,
.swiper-button-prev i {
  position: absolute;
  right: 10px;
  color: #FFF;
  font-size: 2rem;
  line-height: 40px; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  background: rgba(84, 27, 134, 0.6); }
  .swiper-button-next.swiper-button-disabled i,
  .swiper-button-prev.swiper-button-disabled i {
    color: rgba(255, 255, 255, 0.6); }

.swiper-pagination {
  z-index: 1;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background: #541b86;
  opacity: 0.4; }

.swiper-pagination-bullet-active {
  background-color: #541b86;
  opacity: 1; }

@media screen and (max-width: 899px) {
  html {
    font-size: 53.125%; }

  .spMb0 {
    margin-bottom: 0; }

  .spMb5 {
    margin-bottom: 5px; }

  .spMb10 {
    margin-bottom: 10px; }

  .spMb15 {
    margin-bottom: 15px; }

  .spMb20 {
    margin-bottom: 20px; }

  .spMb25 {
    margin-bottom: 25px; }

  .spMb30 {
    margin-bottom: 30px; }

  .spMb40 {
    margin-bottom: 40px; }

  .spMb45 {
    margin-bottom: 45px; }

  .spMb50 {
    margin-bottom: 50px; }

  .spMb60 {
    margin-bottom: 60px; }

  .spMb70 {
    margin-bottom: 70px; }

  .spMb80 {
    margin-bottom: 80px; }

  .spMb90 {
    margin-bottom: 90px; }

  .spMb100 {
    margin-bottom: 100px; }

  .spMb110 {
    margin-bottom: 110px; }

  .spMb120 {
    margin-bottom: 120px; }

  .spMb150 {
    margin-bottom: 150px; }

  .spFs10 {
    font-size: 10px;
    font-size: 1rem; }

  .spFs11 {
    font-size: 11px;
    font-size: 1.1rem; }

  .spFs12 {
    font-size: 12px;
    font-size: 1.2rem; }

  .spFs13 {
    font-size: 13px;
    font-size: 1.3rem; }

  .spFs14 {
    font-size: 14px;
    font-size: 1.4rem; }

  .spFs15 {
    font-size: 15px;
    font-size: 1.5rem; }

  .spFs16 {
    font-size: 16px;
    font-size: 1.6rem; }

  .spFs17 {
    font-size: 17px;
    font-size: 1.7rem; }

  .spFs18 {
    font-size: 18px;
    font-size: 1.8rem; }

  .spFs20 {
    font-size: 20px;
    font-size: 2rem; }

  .spFs22 {
    font-size: 22px;
    font-size: 2.2rem; }

  .spFs23 {
    font-size: 23px;
    font-size: 2.3rem; }

  .spFs24 {
    font-size: 24px;
    font-size: 2.4rem; }

  .spFs25 {
    font-size: 25px;
    font-size: 2.5rem; }

  .spFs26 {
    font-size: 26px;
    font-size: 2.6rem; }

  .spFs28 {
    font-size: 28px;
    font-size: 2.8rem; }

  .spFs30 {
    font-size: 30px;
    font-size: 3rem; }

  .spFs31 {
    font-size: 31px;
    font-size: 3.1rem; }

  .spFs32 {
    font-size: 32px;
    font-size: 3.2rem; }

  .spFs36 {
    font-size: 36px;
    font-size: 3.6rem; }

  .spFs37 {
    font-size: 37px;
    font-size: 3.7rem; }

  .spFs38 {
    font-size: 38px;
    font-size: 3.8rem; }

  .spFs40 {
    font-size: 40px;
    font-size: 4rem; }

  .spFs48 {
    font-size: 40px;
    font-size: 4.8rem; }

  .spFs60 {
    font-size: 60px;
    font-size: 6rem; }

  .spFs64 {
    font-size: 64px;
    font-size: 6.4rem; }

  .spFs76 {
    font-size: 76px;
    font-size: 7.6rem; }

  ul.disc li::before {
    top: 3px; }

  .txtLeftNarrow {
    text-align: left; }

  .topSns {
    display: block; }

  .snsContents {
    width: 100%;
    margin: 0 auto 40px; } }
@media screen and (max-width: 449px) {
  .xnarrowLh12 {
    line-height: 1.2; }

  .displayXNarrow {
    display: inherit; } }
@media screen and (max-width: 599px) {
  .l-main {
    background: url(../img/home/bg_footprints_sp.png) no-repeat;
    background-position: left 0 top 80px;
    background-size: 120%; }

  .eventSubTtl {
    font-size: 1.6rem; }

  .topNews {
    padding: 40px 0; }

  .tabNewsContentList {
    display: block; }

  .tabNewsContentListItem {
    width: 100%;
    margin-right: 0; }
    .tabNewsContentListItem:nth-child(n+10) {
      display: none; }

  .linkBnrList {
    display: block; }
    .linkBnrList .linkBnrListItem {
      margin: 0 auto 20px; }

  .linkAreaWrap {
    padding: 45px 0;
    display: block; }
    .linkAreaWrap .linkAreaVertical {
      margin: 0 auto 40px; }

  .expoBnrInner {
    display: block; }
    .expoBnrInner .expoBnrTxt {
      margin: 0 0 10px 0; }

  .movieList {
    display: block; }
    .movieList .movieListItem {
      width: 100%;
      margin: 0 auto 20px;
      padding-bottom: 56.25%; }

  .linkBnrLine {
    max-width: 490px;
    margin: 0 auto; }
    .linkBnrLine .linkBnrLineItem:nth-child(2n) {
      margin-right: 0; }

  .naraInfo .linkBnrLine {
    display: block; }
    .naraInfo .linkBnrLine .linkBnrLineItem {
      margin: 0 auto 20px; }
      .naraInfo .linkBnrLine .linkBnrLineItem:nth-child(2n) {
        margin-right: auto !important; }

  .organizerUpper:after {
    margin: 20px auto 24px; }

  .swiper-button-next {
    right: 5px !important; }

  .swiper-button-prev {
    left: 5px !important; }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px; }
    .swiper-button-next i,
    .swiper-button-prev i {
      right: 7px;
      line-height: 30px; }

  .swiper-pagination {
    bottom: -20px; }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 5px; } }
@media screen and (max-width: 1400px) {
  .navOther div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; }
    .navOther div img {
      width: 120px; } }
@media screen and (max-width: 1099px) {
  .navOther.display2col {
    display: none; }

  .displayNot2col {
    display: inline; }
    .displayNot2col p {
      text-align: center; }

  .l-2col {
    padding-top: 60px !important; }

  .headerWrap .logo img {
    width: 130px; }

  .l-header {
    height: 60px; }

  .headerWrap {
    padding-right: 0; }

  #gNav {
    z-index: 9999;
    position: fixed;
    top: 60px;
    right: -200vh;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 40px 0 140px;
    overflow-y: auto;
    background-color: #FFF;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    #gNav.is-menuopened {
      right: 0;
      opacity: 1; }

  #spNavTrigger {
    display: block;
    z-index: 300;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #541b86;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s; }
    #spNavTrigger span {
      display: block;
      position: absolute;
      right: 0;
      left: 0;
      width: 30px;
      height: 2px;
      margin: auto;
      border-radius: 4px;
      background-color: #FFF;
      -webkit-transition: 1s;
      transition: 1s; }
      #spNavTrigger span:first-of-type {
        top: 20px; }
      #spNavTrigger span:nth-of-type(2) {
        top: 30px; }
      #spNavTrigger span:nth-of-type(3) {
        bottom: 20px; }

  .gNavList {
    max-width: 769px;
    margin: 0 auto;
    padding: 0 2%; }
    .gNavList .gNavListItem {
      position: relative; }
      .gNavList .gNavListItem .gNavListLink .icon {
        margin-right: 5px;
        display: inline-block; }
      .gNavList .gNavListItem.china {
        margin-bottom: 36px;
        border-bottom: 1px solid; }
        .gNavList .gNavListItem.china a {
          width: 100%;
          height: 100%;
          padding: 0 0 15px;
          display: block;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .gNavList .gNavListItem.china a br {
            display: none; }
          .gNavList .gNavListItem.china a .icon {
            margin-right: 5px;
            display: inline-block; }

  .gNavListItemLink {
    position: absolute;
    top: 4px; }

  .dropDownToggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 10;
    width: 100%;
    height: 48px;
    border: none;
    border-bottom: 1px solid;
    background: transparent; }
    .dropDownToggle::before {
      position: absolute;
      top: 12px;
      right: 5%;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\F067"; }

  .gNavDropDownTtl {
    display: none; }

  .gNavListDropDownWrap {
    height: 0;
    margin-bottom: 36px;
    padding: 0;
    opacity: 0; }
    .gNavListDropDownWrap.is-dropdown {
      height: 100%;
      padding: 8% 2%;
      opacity: 1; }

  .gNavListDropDown .gNavListItemDropDown {
    width: 48%;
    border-bottom: 1px solid #541b86; }
    .gNavListDropDown .gNavListItemDropDown:nth-child(2n) {
      margin-right: 0; }

  .topNews .l-inner {
    padding: 0; }

  .tabNewsConntainer,
  .tabNewsContent {
    max-width: calc(100vw - 20px * 2); }

  .tabNewsWrap {
    width: 1000px;
    overflow: visible; }
    .tabNewsWrap:before {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      height: 0;
      content: ""; }

  .tabNewsConntainer {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: hidden;
    overflow-x: auto; }
    .tabNewsConntainer::-webkit-scrollbar {
      display: none; }

  .naraInfo .linkBnrLine {
    max-width: 700px;
    margin: 0 auto; }
    .naraInfo .linkBnrLine .linkBnrLineItem {
      width: 100%;
      max-width: 240px;
      margin-bottom: 20px; }
      .naraInfo .linkBnrLine .linkBnrLineItem:nth-child(2n) {
        margin-right: 0; } }
@media screen and (max-width: 900px) {
  .displaynotNarrow {
    display: none; }

  .displayNarrow {
    display: inherit; }

  .displayBlockNarrow {
    display: block; } }
@media screen and (min-width: 900px) {
  .displaynotNarrow {
    display: inherit; }

  .displayNarrow {
    display: none; } }
@media screen and (max-width: 1439px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px; }

  .linkToBlog {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 100%;
    text-align: right; }

  .swiper-button-next {
    right: 0px; }

  .swiper-button-prev {
    left: 0px; } }
@media screen and (max-width: 1349px) {
  .l-2col {
    display: block; }

  .l-side {
    background: #FFF; }
    .l-side aside {
      max-width: initial;
      max-width: 1080px; }
    .l-side .sideBnr {
      margin-bottom: 60px; }
      .l-side .sideBnr .sideBnrTtl:before {
        content: none; }
      .l-side .sideBnr .sideBnrTtl span {
        background: transparent; }

  .sideBnrList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sideBnrList .sideBnrListItem {
      margin-right: 2%; }
      .sideBnrList .sideBnrListItem:last-child {
        margin-right: 0; }

  .sponsorship {
    max-width: 700px;
    margin: 0 auto; }
    .sponsorship .sideBnrListItem:nth-child(4n) {
      margin-right: 0; } }
@media screen and (min-width: 1100px) {
  #spNavTrigger {
    display: none; }

  #gNav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }

  .gNavList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .gNavList .gNavListItem {
      margin-right: 3rem;
      text-align: center; }
      .gNavList .gNavListItem:last-child {
        margin-right: 0; }

  .gNavListLink {
    display: inline-block;
    position: relative;
    width: 12rem;
    max-width: 110px;
    padding-bottom: 10px;
    color: #171717; }
    .gNavListLink .icon {
      display: block;
      margin: 0 auto; }
    .gNavListLink:after {
      z-index: 10;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: right top;
      transform-origin: right top;
      background: #541b86;
      content: "";
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .gNavListLink:hover:after {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transform-origin: left top;
      transform-origin: left top; }

  .dropDownToggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
    width: 50px;
    min-height: 50px;
    border: 0; }

  .gNavListDropDownWrap {
    visibility: hidden;
    position: absolute;
    top: 110px;
    left: 0;
    opacity: 0; }

  .gNavListItem:hover .gNavListDropDownWrap {
    visibility: visible;
    top: 110px;
    opacity: 1; }

  .gNavListDropDown .gNavListItemDropDown {
    width: 22%;
    border-bottom: 1px solid #541b86; }
    .gNavListDropDown .gNavListItemDropDown:nth-child(4) {
      margin-right: 0; }
    .gNavListDropDown .gNavListItemDropDown a {
      display: block;
      position: relative;
      padding-bottom: 15px; }
      .gNavListDropDown .gNavListItemDropDown a:after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 18px;
        height: 18px;
        padding-bottom: 15px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../img/common/arrow_right_purple.svg) no-repeat;
        background-size: 18px;
        content: ""; } }
@media screen and (max-width: 1349px) and (max-width: 599px) {
  .l-side .sideBnr {
    margin-bottom: 30px; } }
@media screen and (max-width: 1349px) and (max-width: 899px) {
  .sideBnrList {
    max-width: 400px;
    margin: 0 auto; }

  .sponsorship {
    max-width: 400px; }
    .sponsorship .sideBnrListItem:nth-child(4n) {
      margin-right: 2%; } }
@media screen and (max-width: 1349px) and (max-width: 349px) {
  .sideBnrList .sideBnrListItem {
    width: 48%; } }
@media screen and (max-width: 349px) {
  .blogWrap .blogTtlWrap {
    top: -10px; }
    .blogWrap .blogTtlWrap .sectionTtl {
      height: 80px; }
    .blogWrap .blogTtlWrap .logoMark {
      width: 100px;
      margin: 0 -20px 0 0; }

  .linkBnrLine .linkBnrLineItem {
    width: 48%; } }
@media screen and (max-width: 1439px) and (max-width: 349px) {
  .linkToBlog {
    bottom: -8px; } }
/* 複数ページ共通 */
.red {
  color: #ff0000 !important; }

.blue {
  color: #0000ff !important; }

.green {
  color: #008000 !important; }

.underline {
  text-decoration: underline !important; }

.nowrap span {
  white-space: nowrap; }

table, tr, th, td {
  font-style: normal;
  font-weight: normal;
  border-collapse: collapse;
  vertical-align: top; }

table.sp_table {
  width: 100%;
  margin: 2em 0; }
  table.sp_table th {
    text-align: left;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #FFF;
    background: #e8e8e8;
    color: #333333; }
    table.sp_table th.extra {
      font-size: 16px;
      background: #CCC;
      white-space: normal; }
    table.sp_table th.horizontal {
      color: #FFF;
      font-size: 1.2em;
      background: #666;
      white-space: normal; }
      table.sp_table th.horizontal span {
        font-size: 0.8em; }
    table.sp_table th span.hyphen {
      margin: 5px 0 0;
      display: inline-block;
      color: #FFF;
      background-color: #ff0000;
      font-size: 0.8em; }
  table.sp_table td {
    width: 60%;
    border: 1px solid #e8e8e8;
    padding: 1em;
    background: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    table.sp_table td .volunteerType {
      margin: 15px 0 0; }
    table.sp_table td label.ads {
      margin-bottom: 10px;
      display: block; }
      table.sp_table td label.ads:last-of-type {
        margin-bottom: 0; }
    table.sp_table td strong {
      padding: 0 0 0 18px;
      display: block;
      position: relative; }
      table.sp_table td strong::before {
        content: '';
        border-top: 10px solid #171717;
        border-right: 7px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 7px solid transparent;
        position: absolute;
        top: 8px;
        left: 0; }
      table.sp_table td strong:not(:first-of-type) {
        margin: 10px 0 0; }
  table.sp_table.volunteer td strong {
    padding: 5px 10px;
    display: inline-block; }
    table.sp_table.volunteer td strong::before {
      content: none; }
    table.sp_table.volunteer td strong.green {
      color: #FFF !important;
      background-color: #008000; }
    table.sp_table.volunteer td strong.blue {
      color: #FFF !important;
      background-color: #0000ff; }
    table.sp_table.volunteer td strong.red {
      color: #FFF !important;
      background-color: #ff0000; }
  table.sp_table tr:nth-of-type(3) th {
    white-space: normal; }
  table.sp_table em {
    padding: 0 7px;
    margin-left: 1em;
    font-size: 0.8em;
    color: #FFF;
    font-style: normal;
    background-color: #ff0000; }
    table.sp_table em.require {
      font-weight: 700; }
  table.sp_table small {
    display: block;
    color: #9d9d9d; }

.competitionRules {
  margin: 0;
  padding: 0; }
  .competitionRules li {
    margin: 0 0 10px 20px;
    list-style-type: disc; }
    .competitionRules li:last-of-type {
      margin: 0 0 0 20px; }
    .competitionRules li table {
      margin: 10px 0;
      border-collapse: collapse; }
      .competitionRules li table td {
        vertical-align: middle;
        border: 1px solid #000; }
        .competitionRules li table td.bg {
          background-color: #e8e8e8; }
    .competitionRules li a {
      color: #0000FF;
      text-decoration: underline; }

@media screen and (max-width: 899px) {
  table.sp_table td strong {
    padding: 0 0 0 15px; }
    table.sp_table td strong::before {
      content: '';
      border-top: 8px solid #171717;
      border-right: 6px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 6px solid transparent;
      top: 5px; } }
@media screen and (max-width: 769px) {
  table.sp_table {
    border: 1px solid #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    table.sp_table tr,
    table.sp_table th,
    table.sp_table td,
    table.sp_table thead,
    table.sp_table tbody {
      display: block; }
    table.sp_table th {
      width: 100%;
      border: none; }
    table.sp_table thead {
      display: none; }
    table.sp_table td {
      width: 100%;
      border-left: none;
      border-right: none;
      border-top: none;
      border-bottom: 1px solid #e8e8e8; }
    table.sp_table td[data-title]::before {
      color: #999;
      font-size: 12px;
      content: attr(data-title) " :";
      font-weight: bold;
      padding: 0 10px 0 0;
      display: inline; }

  .competitionRules li table tr:first-of-type td:first-of-type {
    color: #FFF;
    background-color: #000; }
  .competitionRules li table td.bg {
    border-top: none;
    border-bottom: none; } }
.format1 p {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em; }
.format1 .att_box {
  width: 100%;
  box-sizing: border-box; }

.table-x {
  width: 100%;
  overflow-x: auto;
  position: relative; }
  .table-x table {
    width: 100%;
    /*	margin-bottom: 2em;*/ }
    .table-x table th {
      text-align: left;
      padding: 0.5em 1em;
      box-sizing: border-box;
      white-space: nowrap;
      border: 1px solid #FFF;
      background: #FFF100; }
    .table-x table td {
      border: 1px solid #FFF100;
      padding: 0.5em 1em;
      background: #FFF; }

h3.title {
  border-bottom: 3px solid #FFF100;
  font-size: 1.4em;
  padding: 0.5em 0;
  margin-bottom: 1em; }
  h3.title::before {
    content: "■";
    color: #FFF100;
    margin-right: 0.5em; }

h4.title {
  display: inline-block;
  padding: 0.5em 1em;
  background: #FFF100;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  color: #222; }

ul.txtList li {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative; }
  ul.txtList li:before {
    content: "●";
    position: absolute;
    left: 0; }

.pdf_imgdownloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .pdf_imgdownloads li {
    text-align: center;
    margin-bottom: 2em; }
    .pdf_imgdownloads li a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: alpha(opacity=70); }
    .pdf_imgdownloads li:last-of-type a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center; }
    .pdf_imgdownloads li p {
      background: url(../img/common/pdf.jpg) no-repeat left center;
      padding: 7px 0px 3px 32px !important; }

@media screen and (min-width: 769px) {
  .pdf_imgdownloads li {
    width: 50%;
    padding: 0 2em;
    box-sizing: border-box; }

  .pdf_imgdownloads.entry li {
    width: 16.666%;
    padding: 0 2em;
    box-sizing: border-box; }
    .pdf_imgdownloads.entry li:last-child {
      width: 100%; } }
@media screen and (max-width: 768px) {
  .pdf_imgdownloads li {
    width: 100%; }

  .pdf_imgdownloads.entry li {
    width: 33.333%; }
    .pdf_imgdownloads.entry li:last-child {
      width: 100%; } }
p.download {
  margin-bottom: 1em;
  border-bottom: 1px dotted #CCC;
  padding: 0 0 0.5em 0; }
  p.download a {
    background: url(../img/common/file.jpg) no-repeat left center;
    display: block;
    border-bottom: 1px dashed #CCC;
    margin-bottom: 1em;
    padding: 7px 0px 3px 32px !important;
    font-size: 0.9em; }

a[href$=".pdf"] {
  background: url(../img/common/pdf.jpg) no-repeat left center;
  padding: 7px 0px 3px 32px !important;
  /*font-size: 0.9em;*/
  display: block;
  /*border-bottom: 1px dashed $color03;*/
  margin-bottom: 1em; }

a.noicon[href$=".pdf"] {
  background: none;
  padding: 0 !important;
  /*font-size: 0.9em;*/ }

a.extraNoIcon[href$=".pdf"] {
  background: none;
  padding: 0 18px 15px 0 !important;
  margin-bottom: 0; }

a[href$=".doc"],
a[href$=".docx"] {
  background: url(../img/common/word.png) no-repeat left center;
  padding: 7px 0px 3px 32px !important;
  /*font-size: 0.9em;*/
  display: block;
  /*border-bottom: 1px dashed $color03;*/
  margin-bottom: 1em; }

a[href$=".xls"],
a[href$=".xlsx"] {
  background: url("../img/common/excel.png") no-repeat left center;
  padding: 7px 0px 3px 32px !important;
  /*font-size: 0.9em;*/
  display: block;
  /*border-bottom: 1px dashed $color03;*/
  margin-bottom: 1em; }

.tips {
  border: 3px solid #541b86;
  padding: 2em;
  width: 80%;
  margin: 0 auto 1em; }

@media screen and (max-width: 768px) {
  .tips {
    width: 100%; } }
/* 新着情報・見るシカない！ */
.NewsContentList li {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dashed #CCC; }
  .NewsContentList li time {
    color: #666;
    display: inline-block;
    margin-right: 1em; }
  .NewsContentList li .end {
    background: #666;
    color: #FFF;
    display: inline-block;
    padding: 0.2em 0.5em;
    border-radius: 3px;
    line-height: 1;
    margin-left: 1em; }

#youtube_movies {
  margin-bottom: 4em; }
  #youtube_movies ul {
    display: flex;
    justify-content: space-between; }
    #youtube_movies ul li {
      width: 33%; }

@media screen and (max-width: 768px) {
  #youtube_movies ul li {
    width: 100%; } }
/* 当サイトへのリンク */
pre {
  display: block;
  background: #e8e8e8;
  border: 1px solid #CCC;
  word-break: break-all;
  padding: 1em;
  margin: 1em 0;
  overflow: scroll; }

/* コース紹介 */
.googlemap {
  width: 100%;
  height: 50vh; }
  .googlemap.course {
    width: 100%;
    height: 80vh; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.att_box {
  background: #e8e8e8;
  padding: 2em; }

.highschoolVolunteer {
  margin: 20px 0 0;
  color: #FF0000;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  text-indent: 0 !important; }
  .highschoolVolunteer a span {
    text-decoration: underline; }
  .highschoolVolunteer a:hover span {
    text-decoration: none; }

/* 開催要項 */
table.event_table {
  min-width: 1000px; }
  table.event_table th {
    padding: 0.5em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    border: 1px solid #FFF;
    text-align: center;
    vertical-align: middle; }
  table.event_table thead th {
    background: #541b86;
    color: #FFF; }
  table.event_table tbody th {
    background: #f1e9f7; }
  table.event_table td {
    border: 1px solid #f1e9f7;
    padding: 0.5em 1em;
    background: #FFF;
    vertical-align: middle; }

/* ボランティア */
.downloads li {
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 0.5em; }

.sp_box {
  border: 1px solid #CCC;
  padding: 2em; }

/* ボランティアエントリー */
.openclose {
  display: none; }

.btn {
  display: inline-block;
  background: #541b86;
  padding: 0.5em 1em;
  color: #FFF;
  cursor: pointer; }
  .btn::after {
    display: inline-block;
    content: "▶";
    color: #FFF;
    font-size: 12px;
    transform: rotate(90deg);
    margin-left: 0.7em; }

/* Ｑ＆Ａ */
.l-2col {
  padding-top: 110px; }

.l-2col .l-inner {
  /*	
  	padding-top: 100px;
  	margin-top:-100px;
  */ }

.index_list {
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid #CCC;
  text-align: left; }
  .index_list li {
    margin-bottom: 1em;
    list-style: disc inside; }

.qa_list ol li {
  list-style: decimal outside;
  padding: 0;
  margin: 0 0 1em 1em;
  width: calc(100% - 1em);
  font-size: 1.2em; }
  .qa_list ol li h4 {
    margin-bottom: 0.5em;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: 0.1s linear; }
    .qa_list ol li h4:hover {
      position: relative;
      top: 2px;
      left: 2px; }
      .qa_list ol li h4:hover::after {
        width: 100%;
        /*hover時に100%で広がる*/ }
    .qa_list ol li h4::after {
      content: "";
      width: 0%;
      /*最初はwidth:0にする*/
      height: 100%;
      background: #f3f3f3;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      transition: all .3s;
      /*アニメーションの長さ*/ }
  .qa_list ol li div {
    background: #f1e9f7;
    padding: 1em;
    margin-bottom: 2em;
    font-size: 1.6rem; }

@media print {
  .l-header {
    position: relative; }

  #gNav {
    display: none; } }
/* 協賛 */
.link_banner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .link_banner li {
    display: inline-block;
    margin: 0 1em 1em 0; }
    .link_banner li a {
      text-decoration: underline !important; }
      .link_banner li a:hover {
        text-decoration: none !important; }

/* ゲスト */
.guest .photo_sg {
  float: left;
  width: 340px; }
.guest .photo_g {
  float: left;
  width: 240px; }
.guest .info_sg {
  margin: 20px 0 0;
  float: right;
  width: calc(100% - 360px); }
  .guest .info_sg h5.title {
    font-size: 1.6em;
    line-height: 1;
    font-weight: bold; }
    .guest .info_sg h5.title span.honorific {
      margin: 0 0 0 5px;
      font-size: 16px; }
.guest .info_g {
  margin: 20px 0 0;
  float: right;
  width: calc(100% - 260px); }
  .guest .info_g h5.title {
    font-size: 1.4em;
    line-height: 1;
    font-weight: bold; }
    .guest .info_g h5.title span.intro {
      margin: 0 0 10px;
      font-size: 14px;
      display: block; }
    .guest .info_g h5.title span.honorific {
      margin: 0 0 0 5px;
      font-size: 16px; }
.guest .invited {
  display: flex;
  flex-wrap: wrap; }
  .guest .invited li {
    width: calc((100% - 30px)/4);
    margin: 0 10px 10px 0;
    padding-bottom: 1em;
    box-sizing: border-box;
    border: 1px solid #CCC; }
    .guest .invited li:nth-of-type(4n) {
      margin: 0 0 10px; }
    .guest .invited li h5.title {
      font-size: 1.2em;
      line-height: 2;
      font-weight: bold;
      text-align: center; }
    .guest .invited li p.txtCenter {
      background: #e8e8e8;
      line-height: 2;
      font-size: 0.9em; }
    .guest .invited li p.best {
      margin: 10px 0 0;
      padding: 0 0.5em;
      font-size: 0.9em; }
      .guest .invited li p.best span {
        margin: 0 5px 0 0;
        padding: 0.2em;
        font-size: 0.8em;
        border: 1px solid #222; }
    .guest .invited li p.prize {
      margin: 10px 0 0;
      padding: 0 0.5em;
      font-size: 0.9em; }

@media screen and (max-width: 1080px) {
  .guest .invited li p.prize {
    text-align: left; } }
@media screen and (max-width: 900px) {
  .guest .photo_sg {
    float: none;
    margin-bottom: 1em; }
  .guest .info_sg {
    float: none;
    width: 100%;
    margin: 0; } }
@media screen and (max-width: 640px) {
  .guest .invited li {
    width: calc((100% - 10px)/2); }
    .guest .invited li:nth-of-type(2n) {
      margin: 0 0 10px; }
  .guest .photo_g {
    float: none;
    margin-bottom: 1em; }
  .guest .info_g {
    float: none;
    width: 100%;
    margin: 0; } }
@media screen and (max-width: 420px) {
  .guest .photo_sg {
    width: 100%; } }
/* イベント詳細ページ、終了 */
p.finish {
  margin: 0 0 50px;
  font-size: 30px;
  font-weight: 700;
  color: #FF0000;
  text-align: center; }

/* ------------------------------
|||||||||||||||||||||||||||||||||
EXPOページ(expo.html) 
|||||||||||||||||||||||||||||||||
-------------------------------*/
img.expoMainImage {
  margin: 0 auto 50px;
  display: block; }

/* 出店のご案内 */
#guidance {
  width: 1080px;
  margin: 0 auto 60px; }
  #guidance dl {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    #guidance dl dt {
      width: 120px;
      margin: 0 0 20px;
      padding: 0 0 20px;
      font-weight: bold;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      border-bottom: 1px solid #CCC; }
    #guidance dl dd {
      width: calc(100% - 120px);
      margin: 0 0 20px;
      padding: 0 0 20px;
      border-bottom: 1px solid #CCC; }
  #guidance ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #guidance ul li {
      margin: 0;
      padding: 0;
      color: #FF0000; }
  #guidance .attention {
    padding: 20px;
    background-color: #f1ebf5;
    border: 1px solid #FF0000; }
    #guidance .attention p:not(:last-of-type) {
      margin: 0 0 15px; }

@media screen and (max-width: 1439px) {
  #guidance {
    width: calc(100% - 40px);
    margin: 0 20px 60px; } }
/* 出展要項 */
#guideline {
  width: 1080px;
  margin: 0 auto 60px;
  padding: 0; }
  #guideline p.full {
    margin: 0;
    padding: 20px;
    font-weight: bold;
    background-color: #D7D7D7; }
    #guideline p.full a {
      color: #0000FF;
      font-weight: normal; }
      #guideline p.full a:hover {
        color: #FF0000;
        text-decoration: underline; }
  #guideline .requirements {
    margin: 20px 0 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #CCC; }
    #guideline .requirements dt {
      width: 240px;
      margin: 0;
      padding: 20px;
      font-weight: bold;
      background-color: #f3f3f3;
      border-bottom: 1px solid #CCC;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #guideline .requirements dd {
      width: calc(100% - 240px);
      margin: 0;
      padding: 20px;
      border-bottom: 1px solid #CCC;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  #guideline .pr_txt {
    margin: 20px 0 0;
    padding: 20px; }
    #guideline .pr_txt dt {
      margin: 0 0 15px;
      padding: 0 0 10px;
      font-size: 18px;
      font-weight: 700;
      border-bottom: 1px solid #333; }
    #guideline .pr_txt dd {
      margin: 0;
      padding: 0; }

@media screen and (max-width: 1439px) {
  #guideline {
    width: calc(100% - 40px);
    margin: 0 20px 60px; } }
@media screen and (max-width: 500px) {
  #guideline dl dt {
    width: 100%;
    border-bottom: none; }
  #guideline dl dd {
    width: 100%; } }
/* 出展ジャンル */
#genre {
  width: 1080px;
  margin: 0 auto 60px;
  padding: 0; }
  #genre dl {
    margin: 20px 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #CCC; }
    #genre dl dt {
      width: 240px;
      margin: 0;
      padding: 20px;
      font-weight: bold;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      background-color: #f3f3f3;
      border-bottom: 1px solid #CCC;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #genre dl dd {
      width: calc(100% - 240px);
      margin: 0;
      padding: 20px;
      border-bottom: 1px solid #CCC;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #genre dl dd ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        #genre dl dd ul li {
          margin: 0 0 7px;
          padding: 0 0 0 20px;
          position: relative; }
          #genre dl dd ul li:last-of-type {
            margin: 0; }
          #genre dl dd ul li::before {
            content: '▶';
            position: absolute;
            top: 6px;
            left: 0;
            font-size: 10px; }
          #genre dl dd ul li span {
            display: block; }

@media screen and (max-width: 1439px) {
  #genre {
    width: calc(100% - 40px);
    margin: 0 20px 60px; } }
@media screen and (max-width: 500px) {
  #genre dl dt {
    width: 100%;
    border-bottom: none; }
  #genre dl dd {
    width: 100%; } }
/* 出展申込方法 */
#apply {
  width: 1080px;
  margin: 0 auto 60px;
  padding: 0; }

.pdf_group {
  margin: 20px 0 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .pdf_group li {
    margin: 0 30px 0 0;
    padding: 0; }
    .pdf_group li:last-child {
      margin: 0; }
    .pdf_group li img {
      margin: 0 0 10px;
      display: block;
      background-color: #FFF;
      border: 1px solid #CCC; }
    .pdf_group li a:hover {
      text-decoration: underline;
      color: #FF0000; }
    .pdf_group li span.pdf,
    .pdf_group li span.word,
    .pdf_group li span.excel {
      display: block;
      padding: 0; }

.pr_txt {
  margin: 20px 0 0;
  padding: 20px;
  display: inline-block;
  background-color: #F1EBF5;
  border: 1px solid #FF0000; }

@media screen and (max-width: 1439px) {
  #apply {
    width: calc(100% - 40px);
    margin: 0 20px 60px; } }
@media screen and (max-width: 500px) {
  .pdf_group {
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block; }
    .pdf_group li {
      width: 100%;
      margin: 0 0 30px;
      padding: 20px;
      background-color: #f3f3f3;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
/* 出展申込締切 */
#deadline {
  width: 1080px;
  margin: 0 auto 60px;
  padding: 0; }
  #deadline p.txt strong {
    font-size: 30px;
    font-weight: 700;
    display: block; }
  #deadline p.txt span {
    margin: 0 0 15px;
    color: #FF0000;
    font-weight: 700;
    display: block; }

@media screen and (max-width: 1439px) {
  #deadline {
    width: calc(100% - 40px);
    margin: 0 20px 60px; } }
/* 問い合わせ・お申し込み先 */
#contact {
  width: 1080px;
  margin: 0 auto 60px;
  padding: 0; }
  #contact p.txt strong {
    margin: 0 0 7px;
    font-size: 18px;
    font-weight: 700;
    display: block; }
  #contact p.txt a {
    color: #0000FF; }
    #contact p.txt a:hover {
      text-decoration: underline;
      color: #FF0000; }

@media screen and (max-width: 1439px) {
  #contact {
    width: calc(100% - 40px);
    margin: 0 20px 60px; } }
/* 昨年の様子 */
#lastYear {
  width: 1080px;
  margin: 0 auto 60px;
  padding: 0; }

/* 行政アンケート */
.questionnaire {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 700px) {
  .questionnaire {
    max-width: 100%; }
    .questionnaire iframe {
      width: 100%; } }
/* 交通アクセス（access.html） */
.accessLink {
  margin: 0;
  padding: 0; }
  .accessLink dt {
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    position: relative; }
    .accessLink dt::before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #171717;
      position: absolute;
      top: 50%;
      left: 0;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .accessLink dd {
    margin: 0 0 20px 20px;
    padding: 0; }
    .accessLink dd:last-of-type {
      margin: 0 0 0 20px; }
    .accessLink dd a {
      color: #003399;
      text-decoration: underline !important; }
      .accessLink dd a:hover {
        text-decoration: none; }

/* ペースランナーについて（guest.html） */
.aboutPaceRunner {
  margin: 40px 0 0;
  padding: 0; }
  .aboutPaceRunner dt {
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #CCC; }
  .aboutPaceRunner dd {
    margin: 0;
    padding: 0; }
    .aboutPaceRunner dd ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .aboutPaceRunner dd ul li {
        margin: 0 0 5px;
        padding: 0 0 0 20px;
        position: relative; }
        .aboutPaceRunner dd ul li:last-of-type {
          margin: 0; }
        .aboutPaceRunner dd ul li::before {
          content: '';
          width: 10px;
          height: 10px;
          position: absolute;
          top: 6px;
          left: 0;
          background-color: #333; }

/* ペースランナーからのコメント（guest.html） */
.paceRunnerComment {
  margin: 40px 0 0;
  padding: 0; }
  .paceRunnerComment dt {
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #CCC; }
  .paceRunnerComment dd {
    margin: 0;
    padding: 0; }
    .paceRunnerComment dd ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .paceRunnerComment dd ul li {
        margin: 0 0 10px;
        padding: 20px;
        position: relative;
        background-color: #f3f3f3; }
        .paceRunnerComment dd ul li:last-of-type {
          margin: 0; }
        .paceRunnerComment dd ul li p:first-of-type {
          margin: 0 0 10px;
          padding: 0 0 0 15px;
          font-size: 1.2em;
          font-weight: bold;
          position: relative; }
          .paceRunnerComment dd ul li p:first-of-type::before {
            content: '';
            width: 10px;
            height: 10px;
            position: absolute;
            top: 8px;
            left: 0;
            background-color: #333;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%; }

/* 重複エントリー禁止（entry.html） */
.duplicateEntry {
  margin: 0 0 15px;
  padding: 0;
  border: 1px solid #333; }
  .duplicateEntry dt {
    margin: 0;
    padding: 10px;
    color: #FFF;
    font-weight: 700;
    display: inline-block;
    background-color: #333; }
  .duplicateEntry dd {
    margin: 15px 20px;
    padding: 0; }

/* ランネットエントリー（index.html） */
.runnetEntry {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center; }
  .runnetEntry p:first-of-type {
    margin: 5px 0; }
  .runnetEntry p img {
    width: 160px;
    height: auto; }

@media screen and (max-width: 1100px) {
  .runnetEntry p img {
    width: auto; } }
/* エントリーページ、エントリー締切の文言（entry.html） */
.entryClosed {
  margin: 0 auto 50px;
  padding: 20px;
  color: #e60012;
  background-color: #f3f3f3;
  border: 1px solid #e60012; }
  .entryClosed span {
    margin: 0 0 20px;
    padding: 0 0 20px;
    color: #222;
    font-weight: 700;
    text-align: center;
    line-height: 1.0;
    display: block;
    border-bottom: 1px solid #222; }

/* フォームページのヘッダー設定 (application.html / message.html / runcli.html / volunteer.html) */
.headerInner {
  width: 100%;
  height: 110px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box; }
  .headerInner__logo img {
    width: 200px; }

@media screen and (max-width: 1099px) {
  .headerInner {
    height: 60px; }
    .headerInner__logo img {
      width: 130px; } }
/* ボランティアページのボタン部分 (volunteer.html) */
.entryFormBtns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.entryFormBtns p.linkBtnWrap {
  width: 400px;
  height: 60px;
  margin: 0 20px 20px;
  line-height: 1.5;
  background-color: #FFF; }

.entryFormBtns p.linkBtnWrap a {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box; }

.topBnr {
  margin: 0;
  padding: 20px 0;
  display: none; }
  .topBnr .slick01 {
    width: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .topBnr .slick01 li {
      margin-bottom: 0 !important; }
    .topBnr .slick01 img {
      margin: 0 auto; }
  .topBnr .slick02 {
    width: 50%;
    margin: 0;
    padding: 0; }
    .topBnr .slick02 .wrap {
      margin: 0;
      padding: 0;
      list-style: none; }
      .topBnr .slick02 .wrap li:not(:last-of-type) {
        margin: 0 0 10px; }
      .topBnr .slick02 .wrap img {
        margin: 0 auto; }

@media screen and (max-width: 1100px) {
  .topBnr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; } }
@media screen and (max-width: 360px) {
  .topBnr .slick01 {
    padding: 0 0 0 10px; }
    .topBnr .slick01 img {
      width: 100%;
      height: auto; }
  .topBnr .slick02 .wrap {
    margin: 0 10px; }
    .topBnr .slick02 .wrap img {
      width: 100%;
      height: auto; } }
.extra {
  margin: 0;
  padding: 20px 10px 10px;
  color: #e60012;
  font-size: 13px;
  text-align: left;
  border: 1px solid #e60012;
  position: relative; }
  .extra img {
    position: absolute;
    top: -10px;
    left: -10px; }

.price {
  margin: 0;
  padding: 0;
  list-style: none; }
  .price li {
    margin: 0;
    padding: 0; }
    .price li:not(:first-of-type) {
      margin: 15px 0 0; }
    .price li dl {
      margin: 0;
      padding: 0; }
      .price li dl dt {
        margin: 0;
        padding: 0 10px;
        color: #FFF;
        font-size: 14px;
        display: inline-block;
        background-color: #222; }
      .price li dl dd {
        margin: 0;
        padding: 0; }

.btnFurusato {
  width: 360px;
  height: 70px;
  margin: 0;
  padding: 0; }
  .btnFurusato a {
    width: 100%;
    height: 100%;
    padding: 0 20px !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background-color: #E60012;
    border: 1px solid #E60012;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .btnFurusato a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 8px solid #FFF; }
    .btnFurusato a:hover {
      text-decoration: none;
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: alpha(opacity=70); }

@media screen and (max-width: 900px) {
  .btnFurusato a {
    padding: 0 40px 0 20px !important; } }
@media screen and (max-width: 420px) {
  .btnFurusato {
    width: 100%; } }
.scroll-hint {
  width: 220px;
  padding: 2px 8px;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(34, 34, 34, 0.7);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 2;
  opacity: 0;
  display: none; }
  .scroll-hint.show {
    animation: scrollHintFadeOut 4s ease-out forwards; }

@keyframes scrollHintFadeOut {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }
@media screen and (max-width: 1000px) {
  .scroll-hint {
    display: block; } }
table.closureTime th,
table.closureTime td {
  width: auto; }

.furusatoNotice {
  margin: 20px 0 0;
  padding: 30px;
  border: 1px solid #000; }
  .furusatoNotice__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .furusatoNotice__item {
    margin: 0 0 20px;
    padding: 0; }
    .furusatoNotice__item:last-of-type {
      margin: 0; }
    .furusatoNotice__item--strong {
      margin: 0 0 7px;
      padding: 0 0 0 18px;
      font-weight: 700;
      position: relative; }
      .furusatoNotice__item--strong::before {
        content: '';
        width: 8px;
        height: 8px;
        background-color: #000;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 9px;
        left: 0; }
    .furusatoNotice__item--normal {
      padding: 0 0 0 18px; }
  .furusatoNotice__txt {
    margin: 20px 0 0;
    padding: 20px;
    background-color: #f3f3f3; }

.furusatoHowToApply {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .furusatoHowToApply__item {
    margin: 20px 30px 0 0; }
    .furusatoHowToApply__item p:first-of-type {
      margin: 0 0 10px;
      font-size: 20px;
      text-align: center; }
    .furusatoHowToApply__item p:last-of-type {
      width: 260px;
      height: 50px; }
      .furusatoHowToApply__item p:last-of-type a {
        width: 100%;
        height: 100%;
        color: #FFF;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        transition: 0.1s linear; }
        .furusatoHowToApply__item p:last-of-type a:hover {
          color: #000;
          background-color: #fff;
          border: 1px solid #000; }
    .furusatoHowToApply__item:nth-of-type(1) p a {
      background-color: #d86ecc; }
    .furusatoHowToApply__item:nth-of-type(2) p a {
      background-color: #e97132; }
    .furusatoHowToApply__item:nth-of-type(3) p a {
      background-color: #8ed973; }

.furusatoWarning {
  margin: 0;
  padding: 0; }
  .furusatoWarning__title {
    padding: 0 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    position: relative; }
    .furusatoWarning__title::before {
      content: '';
      width: 10px;
      height: 10px;
      background-color: #000;
      position: absolute;
      top: 10px;
      left: 0; }
  .furusatoWarning__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .furusatoWarning__item {
    margin: 10px 0 0;
    padding: 0 0 0 15px;
    position: relative; }
    .furusatoWarning__item::before {
      content: '';
      width: 6px;
      height: 6px;
      background-color: #000;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      top: 10px;
      left: 0; }

.furusatoInquiry {
  margin: 0;
  padding: 0; }
  .furusatoInquiry__title {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    position: relative; }
    .furusatoInquiry__title::before {
      content: '';
      width: 10px;
      height: 10px;
      background-color: #000;
      position: absolute;
      top: 10px;
      left: 0; }
  .furusatoInquiry__wrapper {
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }

.furusatoContact {
  width: 450px;
  margin: 0;
  padding: 0; }
  .furusatoContact:last-of-type {
    margin: 0 0 0 30px; }
  .furusatoContact__title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700; }
  .furusatoContact__list {
    margin: 0;
    padding: 0; }
  .furusatoContact__item {
    margin: 0;
    padding: 0 0 10px;
    border: 1px solid #000; }
    .furusatoContact__item:not(:first-of-type) {
      border-top: none; }
    .furusatoContact__item--name {
      margin: 0 0 10px;
      padding: 10px; }
    .furusatoContact__item--dept, .furusatoContact__item--num, .furusatoContact__item--mail {
      padding: 0 10px;
      word-break: break-all; }
    .furusatoContact__item:nth-of-type(1) .furusatoContact__item--name {
      background-color: #d86ecc; }
    .furusatoContact__item:nth-of-type(2) .furusatoContact__item--name {
      background-color: #e97132; }
    .furusatoContact__item:nth-of-type(3) .furusatoContact__item--name {
      background-color: #8ed973; }

@media screen and (max-width: 1060px) {
  table.returnGift {
    min-width: auto; } }
@media screen and (max-width: 900px) {
  .furusatoNotice {
    padding: 10px; } }
@media screen and (max-width: 760px) {
  table.returnGift thead {
    display: none; }
  table.returnGift tbody th {
    white-space: normal;
    background-color: #FFF;
    border-left: 1px solid #f1e9f7;
    border-right: 1px solid #f1e9f7; }
  table.returnGift tbody td {
    white-space: normal;
    border-top: none;
    border-bottom: none; }
    table.returnGift tbody td:last-of-type {
      border-bottom: 1px solid #f1e9f7; }
  table.returnGift th,
  table.returnGift td {
    padding: 0;
    display: block;
    position: relative; }
    table.returnGift th::before,
    table.returnGift td::before {
      content: attr(data-label);
      padding: 10px;
      display: block;
      color: #FFF;
      background-color: #541b86; }
    table.returnGift th div,
    table.returnGift td div {
      padding: 10px; }

  .furusatoInquiry__wrapper {
    flex-direction: column; }

  .furusatoContact {
    width: 100%; }
    .furusatoContact:last-of-type {
      margin: 20px 0 0; } }
.btnHeaderFurusato {
  width: 200px;
  height: 36px;
  margin: 0 20px 0 0; }
  .btnHeaderFurusato a {
    width: 100%;
    height: 100%;
    padding: 0 10px !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    background-color: #e60012;
    transition: 0.1s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .btnHeaderFurusato a span {
      min-height: 18px;
      padding: 0 0 0 20px;
      display: flex;
      align-items: center;
      background-image: url("../img/common/01.png");
      background-position: left;
      background-repeat: no-repeat; }
    .btnHeaderFurusato a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: alpha(opacity=70); }

@media screen and (max-width: 1400px) {
  .btnHeaderFurusato {
    width: auto; }
    .btnHeaderFurusato a {
      font-size: 12px;
      letter-spacing: 0.005em; }
      .btnHeaderFurusato a span {
        padding: 0 0 0 14px;
        background-size: 14px 13px; } }
@media screen and (max-width: 1100px) {
  .btnHeaderFurusato {
    width: 200px;
    height: 36px;
    margin: 0 auto 20px; } }
.strikethrough {
  text-decoration: none; }
  .strikethrough p,
  .strikethrough strong {
    text-decoration-line: line-through;
    text-decoration-color: #F00;
    text-decoration-style: double; }

.DGB {
  width: 300px;
  height: 90px;
  margin: 0 20px 0 0; }
  .DGB__title {
    width: 100%;
    height: 22px;
    margin: 0 0 1px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #37218a; }
    .DGB__title span {
      padding: 0 0 0 20px;
      display: flex;
      align-items: center;
      background-image: url("../img/common/02.svg");
      background-position: left;
      background-repeat: no-repeat;
      background-size: 14px 10px; }
  .DGB__data {
    width: 100%;
    height: 68px;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .DGB__data--btn {
      width: 115px;
      height: 100%;
      margin: 0 1px 0 0;
      padding: 0; }
      .DGB__data--btn a {
        width: 100%;
        height: 100%;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFF;
        border: 1px solid #37218a;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: 0.1s linear; }
        .DGB__data--btn a:hover {
          color: #541b86;
          background-color: #cbbada; }
    .DGB__data--dl {
      width: 184px;
      height: 100%;
      margin: 0;
      padding: 0; }
      .DGB__data--dl dt {
        height: 16px;
        padding: 0 5px;
        color: #FFF;
        font-size: 12px;
        line-height: 1.0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        background-color: #37218a; }
        .DGB__data--dl dt span {
          padding: 0 0 0 12px;
          position: relative; }
          .DGB__data--dl dt span::before {
            content: '';
            border-top: 9px solid #FFF;
            border-right: 5px solid transparent;
            border-bottom: 9px solid transparent;
            border-left: 5px solid transparent;
            position: absolute;
            top: 3px;
            left: 0; }
      .DGB__data--dl dd {
        margin: 0;
        padding: 0; }
        .DGB__data--dl dd ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          .DGB__data--dl dd ul li {
            width: 100%;
            height: 17px;
            margin: 0;
            padding: 0; }
            .DGB__data--dl dd ul li a {
              width: 100%;
              height: 100%;
              padding: 0 5px !important;
              font-size: 11px;
              line-height: 1.0;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background-color: #FFF;
              border-right: 1px solid #37218a;
              border-bottom: 1px solid #37218a;
              border-left: 1px solid #37218a;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              transition: 0.1s linear; }
              .DGB__data--dl dd ul li a:hover {
                color: #541b86;
                background-color: #cbbada; }

@media screen and (max-width: 1100px) {
  .DGB {
    width: 500px;
    height: 140px;
    margin: 0 auto; }
    .DGB__title {
      height: 32px;
      font-size: 16px; }
    .DGB__data {
      height: 107px; }
      .DGB__data--btn {
        width: 38%; }
        .DGB__data--btn a {
          font-size: 16px; }
      .DGB__data--dl {
        width: 62%; }
        .DGB__data--dl dt {
          height: 26px;
          font-size: 14px; }
        .DGB__data--dl dd ul li {
          height: 27px; }
          .DGB__data--dl dd ul li a {
            font-size: 14px; } }
@media screen and (max-width: 520px) {
  .DGB {
    width: calc(100% - 10px);
    margin: 0 5px; }
    .DGB__title {
      font-size: 14px; }
    .DGB__data--btn a {
      font-size: 14px; }
    .DGB__data--dl dt {
      font-size: 12px; }
    .DGB__data--dl dd ul li a {
      font-size: 12px; } }
.btnHeaderDGB {
  width: 280px;
  height: 50px;
  margin: 0 20px 0 0; }
  .btnHeaderDGB a {
    width: 100%;
    height: 100%;
    padding: 0 10px !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background-color: #37218a;
    border: 1px solid #37218a;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    transition: 0.1s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.1s linear; }
    .btnHeaderDGB a span {
      padding: 0 0 0 20px;
      display: flex;
      align-items: center;
      background-image: url("../img/common/02.svg");
      background-position: left;
      background-repeat: no-repeat;
      background-size: 14px 10px; }
    .btnHeaderDGB a:hover {
      color: #541b86;
      background-color: #FFF; }
      .btnHeaderDGB a:hover span {
        background-image: url("../img/common/02_purple.svg"); }

@media screen and (max-width: 1400px) {
  .btnHeaderDGB {
    width: auto; }
    .btnHeaderDGB a {
      font-size: 12px; } }
@media screen and (max-width: 1100px) {
  .btnHeaderDGB {
    width: 280px;
    margin: 0 auto 20px; } }
