@charset "UTF-8";
/*============================
これはmodule.scss
============================*/
/*============================
これは_reset.scss
============================*/
/* =Reset
-----------------------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
  line-height: 1.2;
}

html,
body {
  height: 100%;
}

html,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

a:active,
a:hover {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
embed,
object,
iframe,
audio,
video,
canvas,
progress,
meter,
output,
textarea {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* To prevent some browsers from inserting quotes on q and p */
blockquote,
q {
  quotes: none;
}

blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* Table reset */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  vertical-align: top;
}

thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

/* Image inside */
a img,
th img,
td img {
  vertical-align: top;
}

button,
input,
select,
textarea {
  margin: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Normalize buttons in IE */
button {
  width: auto;
  overflow: visible;
}

/* Hand cursor on clickable controls */
input[type=reset],
input[type=submit],
input[type=file],
input[type=radio],
input[type=checkbox],
select,
button {
  cursor: pointer;
}

/* Trick with vertical align for radio and checkbox  */
input[type=radio],
input[type=checkbox] {
  font-size: 110%;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

/* Normalize search fields */
input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* Normalize horizontal line */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}

/* Responsive media */
img,
video,
audio,
embed,
object {
  max-width: 100%;
}

img,
video,
embed,
object {
  height: auto;
}

embed,
object {
  height: 100%;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

.clearfix:after {
  content: url(../images/clearfix.gif);
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.hidden {
  position: absolute;
  left: -9999px;
}

.visible-hidden {
  visibility: hidden;
}

/* Assets */
/*-----------------------------
padding
-----------------------------*/
.pTop00 {
  padding-top: 0px !important;
}

.pTop1em {
  padding-top: 1em !important;
}

.pTop2em {
  padding-top: 2em !important;
}

.pTop3em {
  padding-top: 3em !important;
}

.pTop4em {
  padding-top: 4em !important;
}

.pTop5em {
  padding-top: 5em !important;
}

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

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

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

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

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

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

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

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

.pTop80 {
  padding-top: 80px !important;
}

.pTop200sp100 {
  padding-top: 200px !important;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  .pTop200sp100 {
    padding-top: 100px !important;
  }
}

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

.pRight05 {
  padding-right: 5px !important;
}

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

.pRight12 {
  padding-right: 12px !important;
}

.pRight15 {
  padding-right: 15px !important;
}

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

.pRight30 {
  padding-right: 30px !important;
}

.pleft00 {
  padding-left: 0px !important;
}

.pleft02 {
  padding-left: 2px !important;
}

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

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

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

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

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

.pleft80 {
  padding-left: 80px !important;
}

.pBottom00 {
  padding-bottom: 0px !important;
}

.pBottom1em {
  padding-bottom: 1em !important;
}

.pBottom2em {
  padding-bottom: 2em !important;
}

.pBottom3em {
  padding-bottom: 3em !important;
}

.pBottom4em {
  padding-bottom: 4em !important;
}

.pBottom5em {
  padding-bottom: 5em !important;
}

.pBottom02 {
  padding-bottom: 2px !important;
}

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

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

.pBottom15 {
  padding-bottom: 15px !important;
}

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

.pBottom25 {
  padding-bottom: 25px !important;
}

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

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

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

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

.pBottom70 {
  padding-bottom: 70px !important;
}

.pBottom80 {
  padding-bottom: 80px !important;
}

.pBottom90 {
  padding-bottom: 90px !important;
}

.pBottom100 {
  padding-bottom: 100px !important;
}

.pBottom110 {
  padding-bottom: 110px !important;
}

.pBottom140 {
  padding-bottom: 140px !important;
}

/*-----------------------------
margin
-----------------------------*/
.mTop-20 {
  margin-top: -20px !important;
}

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

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

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

.mTop1em {
  margin-top: 1em !important;
}

.mTop2em {
  margin-top: 2em !important;
}

.mTop3em {
  margin-top: 3em !important;
}

.mTop4em {
  margin-top: 4em !important;
}

.mTop5em {
  margin-top: 5em !important;
}

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

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

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

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

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

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

.mRight07 {
  margin-right: 7px !important;
}

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

.mRight15 {
  margin-right: 15px !important;
}

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

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

.mleft02 {
  margin-left: 2px !important;
}

.mleft05 {
  margin-left: 5px !important;
}

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

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

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

.mleft80 {
  margin-left: 80px !important;
}

.mBottom1em {
  margin-bottom: 1em !important;
}

.mBottom2em {
  margin-bottom: 2em !important;
}

.mBottom3em {
  margin-bottom: 3em !important;
}

.mBottom4em {
  margin-bottom: 4em !important;
}

.mBottom5em {
  margin-bottom: 5em !important;
}

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

.mBottom05 {
  margin-bottom: 5px !important;
}

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

.mBottom15 {
  margin-bottom: 15px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ws0pRight05 {
  padding-right: 5px !important;
}

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

.ws10pBottom00 {
  padding-Bottom: 0px !important;
}

.ws0pBottom20 {
  padding-Bottom: 20px !important;
}

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

@media (max-width: 35.5em) {
  .ws0pRight10 {
    padding-right: 0px !important;
  }
  .ws0pRight20 {
    padding-right: 0px !important;
  }
  .ws0pTop50 {
    padding-top: 0px !important;
  }
  .ws0pTop40 {
    padding-top: 0px !important;
  }
  .ws0pBottom00 {
    padding-bottom: 0px !important;
  }
  .ws0pRight05 {
    padding-right: 0px !important;
  }
  .ws0pleft05 {
    padding-left: 0px !important;
  }
  .ws0pleft10 {
    padding-left: 0px !important;
  }
  .ws10pBottom00 {
    padding-bottom: 10px !important;
  }
  .ws0mRight10 {
    margin-right: 0px !important;
  }
  .ws0pBottom20 {
    padding-bottom: 0px !important;
  }
}
.ws10mdpBottom00 {
  padding-bottom: 0px !important;
}

@media (max-width: 63em) {
  .ws10mdpBottom00 {
    padding-Bottom: 10px !important;
  }
}
input,
select {
  vertical-align: middle;
}

.clear-both {
  clear: both;
}

.test-line {
  border: 1px solid red;
}

/*============================
これは_typography.scss
============================*/
@font-face {
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-R.woff2") format("woff2"), url("..//font/NotoSansJP-R.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Abel";
  src: url("../font/Abel-Regular.woff2") format("woff2"), url("../font/Abel-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Abel_bold";
  src: url("../font/Abel-Pro-Bold.woff2") format("woff2"), url("../font/Abel-Pro-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat.woff2") format("woff2"), url("../font/Montserrat.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat_Italic";
  src: url("../font/Montserrat-Italic.woff2") format("woff2"), url("../font/Montserrat-Italic.woff") format("woff");
  font-display: swap;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-display: swap;
}
body.ja .pagemaincont .contwp_l p {
  line-height: 1.5;
}
body.ja .pagemaincont .contwp_l dt {
  font-weight: 500;
}

body.en {
  font-family: "Abel", sans-serif;
  font-display: swap;
}
body.en article#pagecont h2 {
  font-family: "Montserrat", sans-serif !important;
}
body.en article#pagecont .pagemaincont {
  font-family: "Montserrat", sans-serif !important;
}
body.en article#pagecont .pagemaincont h3 {
  font-family: "Montserrat", sans-serif;
}
body.en article#pagecont .pagemaincont p {
  font-family: "Montserrat", sans-serif;
}
body.en article#pagecont .pagemaincont ul li {
  font-family: "Montserrat", sans-serif;
}
body.en article#pagecont .pagemaincont ol li {
  font-family: "Montserrat", sans-serif;
}
body.en article#pagecont .pagemaincont dl dt {
  font-family: "Montserrat", sans-serif;
}
body.en article#pagecont .pagemaincont dl dd h3 {
  font-family: "Montserrat", sans-serif;
}
body.en article#pagecont .pagemaincont dl dd p {
  font-family: "Montserrat", sans-serif;
}
body.en article#pagecont .pagemaincont dl dd span {
  font-family: "Montserrat", sans-serif;
}
body.en div.prof_meta h5 {
  font-family: "Montserrat", sans-serif;
}

body.ja article#pagecont h2 {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont p {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont ul li {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont ol li {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont dl dt {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont dl dd h3 {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont dl dd p {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont dl dd p span {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}
body.ja article#pagecont .pagemaincont dl dd span {
  font-family: "ヒラギノ角ゴ　ProN", "メイリオ", "Meiryo", sans-serif !important;
}

body.ja div.infocnt_cont strong {
  font-weight: 500;
}
body.ja p strong {
  font-weight: 500;
}

body.en h1,
body.en h2,
body.en h3,
body.en h4,
body.en h5,
body.en h6,
body.en dt,
body.en .optile,
body.en .h1,
body.en .h2,
body.en .h3 {
  font-family: "Abel", sans-serif;
}
body.en dd,
body.en li,
body.en p {
  font-family: "Abel", sans-serif;
}
body.en dd strong,
body.en li strong,
body.en p strong {
  font-family: "Abel_bold", sans-serif;
}
body.en div.infocnt_cont strong {
  font-family: "Abel_bold", sans-serif;
}

body.ja h1,
body.ja h2,
body.ja h3,
body.ja h4,
body.ja h5,
body.ja h6,
body.ja dt,
body.ja .h1,
body.ja .h2,
body.ja .h3 {
  font-weight: 500;
}
body.ja dd,
body.ja li,
body.ja p {
  font-weight: 300;
}

.en_txt {
  font-family: "Abel", sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  color: #000;
  letter-spacing: 0.05em;
}

.GothicB {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}

.Mincho {
  font-family: serif;
}

.buttons {
  letter-spacing: -0.1em;
}

h4.w-names_en {
  font-family: "Montserrat_Italic", sans-serif !important;
  font-style: italic !important;
}

/*============================
これは_base.scss
============================*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
[指定したいタグ] {
  -webkit-background-size: 320px auto;
  -moz-background-size: 320px auto;
  -ms-background-size: 320px auto;
  -o-background-size: 320px auto;
  background-size: 320px auto;
  background-position: left top;
}

body {
  background-color: #ffffff;
}

/*============================
.wrapper コンテナ
============================*/
.wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

main {
  padding-top: 0px;
}
@media only screen and (max-width: 768px) {
  main {
    padding-top: 0px;
  }
}

.contwp_l {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contwp_l {
    width: 98%;
  }
}
@media only screen and (max-width: 575px) {
  .contwp_l {
    width: 96%;
  }
}

.container-gr {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}

.contwph {
  width: 96%;
  margin: 0 auto;
  max-width: 1800px;
}

.contwp-gr {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}

.contwp {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

@media (min-width: 981px) and (max-width: 1200px) {
  .container-gr,
  .contwp {
    margin: 0 auto;
  }
  .contwph {
    width: 96%;
    margin: 0 auto;
  }
  .contwp-gr {
    width: 94%;
    margin: 0 auto;
  }
}
@media (min-width: 766px) and (max-width: 1090px) {
  .container-gr,
  .contwp-gr,
  .contwph {
    width: 96%;
  }
}
@media only screen and (max-width: 768px) {
  .contwp {
    width: 90%;
    margin: 0 auto;
  }
  .container-gr,
  .contwp-gr,
  .contwph {
    width: 94%;
    margin: 0 auto;
  }
}
/*============================
カラム
============================*/
@media only screen and (max-width: 768px) {
  main {
    padding-bottom: 0px;
  }
}
main article {
  margin: 0;
  padding: 0;
}

.main_img {
  padding-bottom: 2em;
}
.main_img img {
  width: 100%;
  height: auto;
}

/*============================
グリッド
============================*/
div.grid {
  margin-bottom: 40px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
div.grid.borderred, div.grid.bordergrey {
  border: 1px solid #666;
  padding: 1em !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  div.grid.borderred, div.grid.bordergrey {
    display: block;
  }
}
div.grid.borderred {
  border: 1px solid red;
}
@media only screen and (max-width: 768px) {
  div.grid {
    display: block;
  }
}
div.grid div.grid67 {
  width: 67%;
}
@media only screen and (max-width: 1350px) {
  div.grid div.grid67.W1350grid50 {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  div.grid div.grid67 {
    width: 100% !important;
  }
}
div.grid div.grid30 {
  width: 30%;
}
@media only screen and (max-width: 1350px) {
  div.grid div.grid30.W1350grid50 {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  div.grid div.grid30 {
    width: 100% !important;
    text-align: center;
  }
}
div.grid img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  div.grid img {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  div.grid img {
    width: 100%;
    margin: 0 auto;
  }
}
div.grid .grid50 {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  div.grid .grid50 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  div.grid .grid50:last-of-type {
    padding-top: 1em;
  }
}

/*============================
リード
============================*/
.lede_txt01 {
  line-height: 1.3 !important;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  padding: 0px 0px 0px 0px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 19px;
}
@media only screen and (max-width: 992px) {
  .lede_txt01 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .lede_txt01 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 575px) {
  .lede_txt01 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 320px) {
  .lede_txt01 {
    font-size: 16px;
  }
}
.lede_txt01 small {
  font-weight: normal;
  font-size: 80%;
}

.lede_txt02 {
  line-height: 1.3 !important;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  padding: 0px 0px 0px 1.2em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .lede_txt02 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lede_txt02 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .lede_txt02 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .lede_txt02 {
    font-size: 14px;
  }
}
.lede_txt02 span.titlehic {
  display: inline-block;
  font-size: 80%;
  margin-left: -1.2em;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

.lede_txt03 {
  line-height: 1.3 !important;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  padding: 0px 0px 0px 1.2em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .lede_txt03 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lede_txt03 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .lede_txt03 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .lede_txt03 {
    font-size: 14px;
  }
}
.lede_txt03 span.titlehic {
  display: inline-block;
  font-size: 80%;
  margin-left: -1.2em;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

.head_ictxt00 {
  position: relative;
  line-height: 1.3 !important;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  padding: 0px 0px 0px 1.1em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
}
.head_ictxt00 span.titlehic {
  position: absolute;
  font-size: 100%;
  top: 0;
  left: 0;
  margin-right: 0px;
}

.head_ictxt01 {
  line-height: 1.3 !important;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  padding: 0px 0px 0px 1.2em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .head_ictxt01 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .head_ictxt01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .head_ictxt01 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .head_ictxt01 {
    font-size: 14px;
  }
}
.head_ictxt01 span.titlehic {
  display: inline-block;
  font-size: 80%;
  margin-left: -1.2em;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

ul.head_ictxt001 {
  padding-top: 0.2em;
  width: 100%;
  padding-left: 1em;
}
ul.head_ictxt001 li {
  line-height: 1.3 !important;
  margin-bottom: 5px;
  display: block;
  padding: 0px 0px 0px 1.2em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  ul.head_ictxt001 li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  ul.head_ictxt001 li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  ul.head_ictxt001 li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  ul.head_ictxt001 li {
    font-size: 14px;
  }
}
ul.head_ictxt001 li span.titlehic {
  display: inline-block;
  font-size: 80%;
  margin-left: -1.2em;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

ul.head_ic_list {
  width: 100%;
}
ul.head_ic_list li {
  line-height: 1.3 !important;
  margin-bottom: 5px;
  display: block;
  padding: 0px 0px 0px 1.2em;
  padding-bottom: 5px !important;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  ul.head_ic_list li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  ul.head_ic_list li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  ul.head_ic_list li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  ul.head_ic_list li {
    font-size: 14px;
  }
}
ul.head_ic_list li span.titlehic {
  display: inline-block;
  font-size: 80%;
  margin-left: -1.2em;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}
ul.head_ic_list li a {
  color: rgb(22.3657024793, 153.8760330579, 194.1342975207);
  padding-bottom: 0.3em;
  background: linear-gradient(rgba(25, 172, 217, 0.1), rgba(25, 172, 217, 0.1)) 0 100%/0 40% no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}
ul.head_ic_list li a.reverse {
  background-position: 100% 100%;
}
ul.head_ic_list li a:hover {
  background-size: 100% 40%;
}

/*============================
リボンNEW
============================*/
.ribbonnew {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 10px;
  margin: 0;
  z-index: 2;
  text-align: center;
  color: #e2db42;
  background: #053752;
  border-radius: 2px 0 0 0;
  font-family: "Abel", sans-serif;
  width: 40px;
  font-size: 10px;
  padding: 10px 0 7px;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .ribbonnew {
    width: 30px;
    font-size: 8px;
    padding: 7px 0 5px;
  }
}
@media only screen and (max-width: 320px) {
  .ribbonnew {
    width: 26px;
    font-size: 6px;
    padding: 7px 0 5px;
  }
}
.ribbonnew:before {
  position: absolute;
  content: "";
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px rgb(0.6034482759, 6.6379310345, 9.8965517241);
  border-right: solid 5px transparent;
}
.ribbonnew:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #053752;
}
@media only screen and (max-width: 575px) {
  .ribbonnew:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #053752;
  }
}
@media only screen and (max-width: 320px) {
  .ribbonnew:after {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 10px solid #053752;
  }
}

/*============================
テキスト色
============================*/
.txt_blue {
  color: #19acd9 !important;
}

.txt_yellow {
  color: #ffff2e !important;
}

.txt_green {
  color: #48ae8d !important;
}

.txt_ygree {
  color: #89a536 !important;
}

.txt_orange {
  color: #ed9a1d !important;
}

.txt_pink {
  color: #ee4d84 !important;
}

.txt_red {
  color: red !important;
}

.txt_gray {
  color: #666666 !important;
}

.txt_fwn {
  font-weight: normal !important;
}

.txt_fwb {
  font-weight: bold !important;
}

/*============================
細かい指定
============================*/
.mTop5em {
  margin-top: 5em !important;
}

.mTop4em {
  margin-top: 4em;
}
@media only screen and (max-width: 768px) {
  .mTop4em {
    margin-top: 3em !important;
  }
}

.mTop3em {
  margin-top: 3em;
}

.mTop2em {
  margin-top: 2em;
}

.mTop1em {
  margin-top: 1em;
}

@media only screen and (max-width: 768px) {
  .md_mTop2em {
    margin-top: 2em !important;
  }
}

@media only screen and (max-width: 768px) {
  .md_mTop1em {
    margin-top: 1em !important;
  }
}

.contsdline {
  background: #fff;
  padding: 15px;
  transform: translateZ(0);
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  border: 1px solid #aeaeae;
}
@media only screen and (max-width: 575px) {
  .contsdline {
    padding: 10px;
  }
}

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

.line_height13 {
  line-height: 1.3 !important;
}

@media only screen and (max-width: 768px) {
  .mb_txt_left {
    text-align: left !important;
  }
}

.imgw100p img {
  width: 100%;
  height: auto;
}

small {
  font-size: 80% !important;
}

.txt_center {
  text-align: center;
  margin: 0 auto;
}

.imgbos1pg img {
  border: 1px solid #aeaeae;
}

.fs_115b {
  font-size: 115% !important;
  font-weight: bold !important;
}

.fs_115 {
  font-size: 115% !important;
}

.fs_105b {
  font-size: 105% !important;
  font-weight: bold !important;
  color: #666;
}

@media only screen and (max-width: 768px) {
  .display_pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .display_mb {
    display: none;
  }
}

/*============================
ページカラム
============================*/
@media only screen and (min-width: 769px) {
  #page_column {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
  }
  #main_column {
    flex-basis: 70%;
  }
  #sideNav {
    flex-basis: 22.5%;
  }
}
@media only screen and (max-width: 992px) {
  #page_column {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
  }
  #main_column {
    flex-basis: 70%;
  }
  #sideNav {
    flex-basis: 22.5%;
  }
}
@media only screen and (max-width: 768px) {
  #page_column {
    display: block;
    padding-top: 4%;
  }
  #page_column div {
    min-height: 0%;
  }
  #main_column {
    flex-basis: 100%;
    margin-right: 0%;
  }
}
div.ggmap {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 49.89%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  div.ggmap {
    padding-top: 76.717%;
  }
}
div.ggmap iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
}

div.youmov {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 70%;
  overflow: hidden;
}
div.youmov iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
}

div.youmov169 {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
div.youmov169 iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
}

/*============================
チェックボックス階層化など
============================*/
ul.search_check {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-content: space-between;
}
ul.search_check li.fc_li {
  position: relative;
  padding-left: 30px;
  flex-basis: 48%;
  padding-bottom: 2%;
  box-sizing: border-box;
  max-width: 48%;
  font-size: 13px;
  line-height: 13px;
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li {
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li {
    flex-basis: 100%;
    max-width: 100%;
  }
}
ul.search_check li.fc_li input.form-check-input {
  display: inline-block;
  vertical-align: top;
}
ul.search_check li.fc_li label.form-check-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px;
}
ul.search_check li.fc_li.list_parents {
  flex-basis: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
ul.search_check li.fc_li.list_parents label.form-check-label {
  color: #19acd9;
}
ul.search_check li.fc_li.list_parents ul.ul_children {
  flex-basis: 100%;
  padding-top: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li.list_parents ul.ul_children {
    padding-top: 4%;
  }
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li {
  flex-basis: 48%;
  box-sizing: border-box;
  max-width: 48%;
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li {
    flex-basis: 100%;
    max-width: 100%;
  }
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li label.form-check-label {
  color: #000 !important;
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub {
  padding-top: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub {
    padding-top: 4%;
  }
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub li.fc_li {
  flex-basis: 48%;
  box-sizing: border-box;
  max-width: 48%;
}
@media only screen and (max-width: 768px) {
  ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub li.fc_li {
    flex-basis: 100%;
    max-width: 100%;
  }
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li ul.ul_children_sub li.fc_li label.form-check-label {
  color: #000 !important;
}
ul.search_check li.fc_li.list_parents ul.ul_children li.fc_li.list_parents_sub {
  flex-basis: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
/*IE用ハック*/
@media all and (-ms-high-contrast: none) {
  /* IE10 */
  /*IEラベルの位置調整*/
  ul.search_check li.fc_li label.form-check-label {
    position: relative;
    top: 5px;
  }
} /*IE用ハック*/
.hover-marker {
  padding-bottom: 0.3em;
  background: linear-gradient(rgba(25, 172, 217, 0.3), rgba(25, 172, 217, 0.3)) 0 100%/0 40% no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}

.hover-marker.reverse {
  background-position: 100% 100%;
}

.hover-marker:hover {
  background-size: 100% 40%;
}

.hover-marker-ｇ {
  padding-bottom: 0.1em;
  background: linear-gradient(rgba(150, 150, 150, 0.3), rgba(150, 150, 150, 0.3)) 0 100%/0 40% no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}

.hover-marker-ｇ.reverse {
  background-position: 100% 100%;
}

.hover-marker-ｇ:hover {
  background-size: 100% 40%;
}

.hover-marker-w {
  padding-bottom: 0.1em;
  background: linear-gradient(rgba(250, 250, 250, 0.3), rgba(250, 250, 250, 0.3)) 0 100%/0 40% no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}

.hover-marker-w.reverse {
  background-position: 100% 100%;
}

.hover-marker-w:hover {
  background-size: 100% 40%;
}

/* ふわっと  */
.effect-fade {
  　opacity: 0 !important;
  transform: translateY(30%);
  -moz-transform: translateY(30%);
  -webkit-transform: translateY(30%);
  -o-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -webkit-transition: transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}

.effect-fade.effect-scroll {
  　opacity: 1 !important;
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
}

@media only screen and (min-width: 769px) {
  .effect-fade_pc {
    　opacity: 0 !important;
    transform: translateY(30%);
    -moz-transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -webkit-transition: transform 0.8s;
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
  }
}

@media only screen and (max-width: 768px) {
  .effect-fadeT1_sp {
    animation-name: fade-in1;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
  }
}

.home_ef-fademv01 {
  transform: translateZ(0);
  animation-name: fade-in4;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.home_ef-fademv02 {
  transform: translateZ(0);
  animation-name: fade-in1;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.headbgani01 {
  transform: translateZ(0);
  animation-name: headbgkf;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.headbgani02 {
  transform: translateZ(0);
  animation-name: headbgkf02;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.home_ef-fadeT1 {
  transform: translateZ(0);
  animation-name: fade-in1;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.home_ef-fadeT2 {
  transform: translateZ(0);
  animation-name: fade-in1;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.home_ef-fadeT3 {
  transform: translateZ(0);
  animation-name: fade-in1;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.home_ef-fadeT4 {
  animation-name: fade-in1;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.effect-fadeT1 {
  animation-name: fade-in1;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes fade-in1 {
  0% {
    opacity: 0;
    transform: translateY(20%);
    -moz-transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
  }
  80% {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}
.effect-fadeT2 {
  animation-name: fade-in2;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes fade-in2 {
  0% {
    opacity: 0;
    transform: translateY(20%);
    -moz-transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
  }
  30% {
    opacity: 0;
    transform: translateY(20%);
    -moz-transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}
.effect-fadeT3 {
  animation-name: fade-in3;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 768px) {
  .effect-fadeT3 {
    animation-name: fade-in2;
  }
}

@keyframes fade-in3 {
  0% {
    opacity: 0;
    transform: translateX(20%);
    -moz-transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -o-transform: translateX(20%);
    -ms-transform: translateX(20%);
  }
  30% {
    opacity: 0;
    transform: translateX(20%);
    -moz-transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -o-transform: translateX(20%);
    -ms-transform: translateX(20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}
@keyframes fade-in4 {
  0% {
    opacity: 0;
    transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
  }
  30% {
    opacity: 0;
    transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}
@keyframes headbgkf {
  0% {
    opacity: 0;
    transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
  }
  30% {
    opacity: 0;
    transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}
@keyframes headbgkf02 {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }
  30% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
}
/* ブルブル  */
.shaking {
  -webkit-animation: shake 1.5s ease-in-out infinite alternate;
  -moz-animation: shake 1.5s ease-in-out infinite alternate;
  animation: shake 1.5s ease-in-out infinite alternate;
}

.shaking:hover {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  opacity: 0.9 !important;
}

@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotate(-5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(5deg);
  }
}
@-webkit-keyframes shake {
  0% {
    transform: translate(0px, 0px) rotate(-5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(5deg);
  }
}
@-moz-keyframes shake {
  0% {
    transform: translate(0px, 0px) rotate(-5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(5deg);
  }
}
.effect_hnb01 {
  animation-name: anihnb01;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.effect_hnb02 {
  animation-name: anihnb01;
  animation-duration: 7s;
  animation-timing-function: ease;
  animation-delay: 3s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.effect_hnb03 {
  animation-name: anihnb01;
  animation-duration: 8s;
  animation-timing-function: ease;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.effect_hnb04 {
  animation-name: anihnb01;
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.effect_hnb05 {
  animation-name: anihnb01;
  animation-duration: 9s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

@keyframes anihnb01 {
  0% {
    opacity: 0;
    transform: translateY(20%) scale(0);
    -moz-transform: translateY(20%) scale(0);
    -webkit-transform: translateY(20%) scale(0);
    -o-transform: translateY(20%) scale(0);
    -ms-transform: translateY(20%) scale(0);
  }
  10% {
    opacity: 1;
    transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -webkit-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
  }
  30% {
    opacity: 0;
    transform: translateY(20%) scale(0);
    -moz-transform: translateY(20%) scale(0);
    -webkit-transform: translateY(20%) scale(0);
    -o-transform: translateY(20%) scale(0);
    -ms-transform: translateY(20%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20%) scale(0);
    -moz-transform: translateY(20%) scale(0);
    -webkit-transform: translateY(20%) scale(0);
    -o-transform: translateY(20%) scale(0);
    -ms-transform: translateY(20%) scale(0);
  }
}
/* バウンド  */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: bounce 1.5s ease-in-out infinite;
  -moz-animation: bounce 1.5s ease-in-out infinite;
  animation: bounce 1.5s ease-in-out infinite;
}
.bounce:hover {
  animation-play-state: paused;
}

/*============================
レスポンシブテーブル
============================*/
table.table_res01 {
  width: 100%;
  border-right: #e5e5e5 solid 1px;
  border-collapse: collapse;
}
table.table_res01 thead th {
  background: #e5e5e5;
  color: #000;
  font-weight: normal;
  padding: 10px 15px;
  border-right: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
  font-weight: normal;
}
table.table_res01 thead th:last-child {
  border-right: #e5e5e5 solid 1px;
}
table.table_res01 tbody {
  border-top: #e5e5e5 solid 1px;
}
table.table_res01 tbody th {
  background: #e5e5e5;
  color: #000;
  font-weight: normal;
  padding: 10px 15px;
  border-bottom: #fff solid 1px;
  vertical-align: top;
  font-weight: normal;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  table.table_res01 tbody th {
    padding: 10px 5px;
  }
}
table.table_res01 tbody tr:last-child th {
  border-bottom: #e5e5e5 solid 1px;
}
table.table_res01 tbody td {
  background: #fff;
  padding: 10px 15px;
  border-left: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
  vertical-align: top;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  table.table_res01 tbody td {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 640px) {
  table.table_res01 thead {
    display: none;
  }
  table.table_res01 tbody th {
    display: block;
  }
  table.table_res01 tbody td {
    display: block;
  }
  table.table_res01 tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }
  table.table_res01 tbody td p {
    padding-left: 6em;
  }
}
/*============================
改行
============================*/
@media only screen and (max-width: 768px) {
  br.pcbr {
    display: none;
  }
}
br.mdpcbr {
  display: none;
}

@media (min-width: 576px) {
  br.mdpcbr {
    display: block;
  }
}
@media (min-width: 1300px) {
  br.wp1300br {
    display: none;
  }
}
@media (min-width: 1150px) {
  br.wpbr {
    display: none;
  }
}
@media (max-width: 992px) {
  br.wpbrpc {
    display: none;
  }
}
@media (min-width: 769px) {
  br.mdbr {
    display: none;
  }
}
@media (min-width: 575px) {
  br.spbr {
    display: none;
  }
}
br.xsbr {
  display: none;
}

@media only screen and (max-width: 320px) {
  br.xsbr {
    display: block;
  }
}
/*============================
リンク無効





============================*/
.no-links {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/*============================
レスポンシブムービー用
============================*/
.cboth {
  clear: both;
  padding-top: 3em;
}

.move-responsive {
  display: block;
  position: relative;
  width: 100% !important;
  padding-top: 56.25%;
}

.move-responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.no_link {
  pointer-events: none;
}

.pure-g {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .pure-g {
    display: block;
  }
}

/*============================
ツールチップ
============================*/
a.closedbt {
  position: relative;
  z-index: 100;
}
a.closedbt span.closedbttxt {
  z-index: 1000;
  position: absolute;
  display: none;
  transform: translateZ(0);
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  width: 180px;
  text-align: center;
  color: #09549f !important;
  font-weight: bold;
  display: none !important;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.34, rgb(250, 250, 250)), color-stop(1, rgb(224, 224, 224)), color-stop(1, rgb(237, 234, 237)));
}
a.closedbt span.closedbttxt {
  font-size: clamp(16.15px, 4.5333333333vw, 17px);
}
a.closedbt span.closedbttxt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #fefefe;
  margin-left: -15px;
}
a.closedbt:hover span.closedbttxt {
  display: inline-block !important;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}

.head_lem01 {
  position: relative;
  padding-left: 1em;
}
.head_lem01 span {
  position: absolute;
  top: 0px;
  left: 0px;
}

.head_lem02 {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.5em;
}
.head_lem02 span {
  position: absolute;
  top: 0px;
  left: 0px;
}

.head_lem03 {
  position: relative;
  padding-left: 2em;
}
.head_lem03 span {
  position: absolute;
  top: 0px;
  left: 0px;
}

.head_lem05 {
  position: relative;
  padding-left: 2.5em;
}
.head_lem05 span {
  position: absolute;
  top: 0px;
  left: 0px;
}

.head_lem04 {
  position: relative;
  padding-left: 3.5em;
}
.head_lem04 span {
  position: absolute;
  top: 0px;
  left: 0px;
}

/*============================
全体影響
============================*/
.pagemaincont.contwp p {
  margin-bottom: 0.5em;
}

a.link_red {
  color: #ec1c24 !important;
}

a.link_underline {
  text-decoration: underline;
}

h5.nomal_h5 {
  font-weight: bold !important;
  padding-bottom: 1em;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  h5.nomal_h5 {
    font-size: 3.8vw;
  }
}

@media only screen and (max-width: 768px) {
  img.spmax200p {
    width: 60%;
    max-width: 200px;
  }
}

/*============================
モーダルウインドウ
============================*/
.modal_open {
  cursor: pointer;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200 !important;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal_box {
  z-index: 300 !important;
  position: fixed;
  display: none;
  width: 80%;
  max-width: 600px;
  margin: 0;
  padding: 60px 2vw 40px;
  border: 2px solid #aaa;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
}

.modal_close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .modal_close {
    width: 40px;
  }
}
.modal_close a {
  display: block;
  background: #ccc;
  padding: 5px;
}
.modal_close a img {
  width: 100%;
  height: auto;
}

.fsize36 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
  font-weight: bold !important;
  border-bottom: none;
}
.fsize36 {
  font-size: clamp(28.8px, 9.6vw, 36px);
}
.fsize25 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
  font-weight: bold !important;
  border-bottom: none;
}
.fsize25 {
  font-size: clamp(20px, 6.6666666667vw, 25px);
}
.fsize18 {
  padding: 0px 0px 40px 0px;
  margin: 0px 0px 5px 0px;
  font-weight: 300;
  border-bottom: none;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.fsize18 {
  font-size: clamp(14.4px, 4.8vw, 18px);
}
.fsize18 strong {
  background: -moz-linear-gradient(transparent 50%, #fae2ed 0%);
  background: -webkit-linear-gradient(transparent 50%, #fae2ed 0%);
  background: -o-linear-gradient(transparent 50%, #fae2ed 0%);
  background: -ms-linear-gradient(transparent 50%, #fae2ed 0%);
  background: linear-gradient(transparent 50%, #fae2ed 0%);
  background: linear-gradient(transparent 50%, #fae2ed 0%);
}
.fsize18 strong.yellowline {
  background: -moz-linear-gradient(transparent 50%, #f3eeb0 0%);
  background: -webkit-linear-gradient(transparent 50%, #f3eeb0 0%);
  background: -o-linear-gradient(transparent 50%, #f3eeb0 0%);
  background: -ms-linear-gradient(transparent 50%, #f3eeb0 0%);
  background: linear-gradient(transparent 50%, #f3eeb0 0%);
  background: linear-gradient(transparent 50%, #f3eeb0 0%);
}
.fsize18 strong.blueline {
  background: -moz-linear-gradient(transparent 50%, #C7E5DF 0%);
  background: -webkit-linear-gradient(transparent 50%, #C7E5DF 0%);
  background: -o-linear-gradient(transparent 50%, #C7E5DF 0%);
  background: -ms-linear-gradient(transparent 50%, #C7E5DF 0%);
  background: linear-gradient(transparent 50%, #C7E5DF 0%);
  background: linear-gradient(transparent 50%, #C7E5DF 0%);
}
.fsize18 strong.bluegline {
  font-size: 110%;
  color: #00b9ef;
  font-weight: bold;
  background: none;
  background: none;
  background: none;
  background: none;
  background: none;
  background: none;
}

.stline {
  background: -moz-linear-gradient(transparent 50%, #f8d2e3 0%);
  background: -webkit-linear-gradient(transparent 50%, #f8d2e3 0%);
  background: -o-linear-gradient(transparent 50%, #f8d2e3 0%);
  background: -ms-linear-gradient(transparent 50%, #f8d2e3 0%);
  background: linear-gradient(transparent 50%, #f8d2e3 0%);
  background: linear-gradient(transparent 50%, #f8d2e3 0%);
}

/*============================
これは_base.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_header.scss
============================*/
/*============================
#top-head
============================*/
header#top-head {
  padding-top: 1em;
  padding-bottom: 1em;
  z-index: 100;
  transition: 0.3s;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  header#top-head {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 768px) {
  header#top-head {
    padding-top: 0;
    margin-bottom: 0;
    height: 90px;
  }
}
@media only screen and (max-width: 575px) {
  header#top-head {
    height: 70px;
  }
}
header#top-head .site-branding {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
header#top-head .site-branding div.site-title,
header#top-head .site-branding h1.site-title {
  width: 20%;
  min-width: 180px;
}
@media only screen and (max-width: 992px) {
  header#top-head .site-branding div.site-title,
  header#top-head .site-branding h1.site-title {
    width: 48%;
    min-width: auto;
  }
}
@media only screen and (max-width: 575px) {
  header#top-head .site-branding div.site-title,
  header#top-head .site-branding h1.site-title {
    width: 48%;
  }
}
header#top-head .site-branding div.site-title a,
header#top-head .site-branding h1.site-title a {
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  header#top-head .site-branding div.site-title a,
  header#top-head .site-branding h1.site-title a {
    height: 90px;
  }
}
@media only screen and (max-width: 575px) {
  header#top-head .site-branding div.site-title a,
  header#top-head .site-branding h1.site-title a {
    height: 70px;
  }
}
header#top-head .site-branding div.site-title a img,
header#top-head .site-branding h1.site-title a img {
  width: 100%;
  height: auto; /* 比率維持 */
  aspect-ratio: 610/168; /* 5.57:1 の比率キープ */
  display: block;
}
header#top-head .site-branding .gg_head_txt {
  width: 20%;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: right;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  header#top-head .site-branding .gg_head_txt {
    width: 48%;
    min-width: auto;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  header#top-head .site-branding .gg_head_txt {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  header#top-head .site-branding .gg_head_txt {
    width: 46%;
    padding-right: 40px;
  }
}
header#top-head .site-branding .gg_head_txt span {
  width: 100%;
  display: inline-block;
  padding-top: 1em;
  padding-bottom: 1em;
}
header#top-head .site-branding .gg_head_txt span img {
  width: auto;
  height: 65%; /* 比率維持 */
  aspect-ratio: 500/93; /* 5.57:1 の比率キープ */
  display: block;
}
@media only screen and (max-width: 992px) {
  header#top-head .site-branding .gg_head_txt span img {
    height: auto;
  }
}

/*============================
fixed
============================*/
body:not(.single-guest_guide) header#top-head.fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  transform: translateZ(0);
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  height: 70px;
  padding-top: 0;
}
body:not(.single-guest_guide) header#top-head.fixed .site-branding div.site-title,
body:not(.single-guest_guide) header#top-head.fixed .site-branding h1.site-title {
  min-width: 180px;
}
@media only screen and (max-width: 992px) {
  body:not(.single-guest_guide) header#top-head.fixed .site-branding div.site-title,
  body:not(.single-guest_guide) header#top-head.fixed .site-branding h1.site-title {
    width: 48%;
    min-width: auto;
  }
}
body:not(.single-guest_guide) header#top-head.fixed .site-branding div.site-title a,
body:not(.single-guest_guide) header#top-head.fixed .site-branding h1.site-title a {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
}
body:not(.single-guest_guide) header#top-head.fixed .site-branding div.site-title a img,
body:not(.single-guest_guide) header#top-head.fixed .site-branding h1.site-title a img {
  width: auto;
  height: 65px;
}
body:not(.single-guest_guide) header#top-head.fixed .site-branding .gg_head_txt {
  height: 70px;
}
@media only screen and (max-width: 1200px) {
  body:not(.single-guest_guide) header#top-head.fixed .site-branding .gg_head_txt {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 992px) {
  body:not(.single-guest_guide) header#top-head.fixed .site-branding .gg_head_txt {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.single-guest_guide) header#top-head.fixed .site-branding .gg_head_txt {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  body:not(.single-guest_guide) header#top-head.fixed .site-branding .gg_head_txt {
    padding-right: 40px;
  }
}
body:not(.single-guest_guide) header#top-head.fixed .site-branding .gg_head_txt span {
  display: inline-block;
}
body:not(.single-guest_guide) header#top-head.fixed .site-branding .gg_head_txt span img {
  width: auto;
  height: 30px;
}

.sheet-toolbar {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(180%) blur(6px);
  border-bottom: 1px solid #eee;
}

.sheet-toolbar.fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  transform: translateZ(0);
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  height: auto;
  min-height: 50px;
  padding: 1em 0em 0em 0em;
  width: 100%;
  top: 0;
}

/*============================
これは_base.scss
============================*/
/*============================
これは_footer.scss
============================*/
/*============================
#フッター
============================*/
aside.footsitemapabout,
aside.footsitemap {
  background-color: #e5e5e5;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  aside.footsitemapabout,
  aside.footsitemap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
aside.footsitemapabout div.contwp h2.homecont_titles,
aside.footsitemap div.contwp h2.homecont_titles {
  font-family: "Abel", sans-serif;
  color: #000;
}
aside.footsitemapabout div.contwp ul.sitemapcont,
aside.footsitemap div.contwp ul.sitemapcont {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
aside.footsitemapabout div.contwp ul.sitemapcont li.columns,
aside.footsitemap div.contwp ul.sitemapcont li.columns {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  aside.footsitemapabout div.contwp ul.sitemapcont li.columns,
  aside.footsitemap div.contwp ul.sitemapcont li.columns {
    width: 45%;
    padding-bottom: 2em;
  }
}
aside.footsitemapabout div.contwp ul.sitemapcont li.columns ul.smlist,
aside.footsitemap div.contwp ul.sitemapcont li.columns ul.smlist {
  padding-top: 0.5em;
}
aside.footsitemapabout div.contwp ul.sitemapcont li.columns ul.smlist li.sml_a,
aside.footsitemap div.contwp ul.sitemapcont li.columns ul.smlist li.sml_a {
  padding-bottom: 0.8em;
}
aside.footsitemapabout div.contwp ul.sitemapcont li.columns ul.smlist li.sml_a a,
aside.footsitemap div.contwp ul.sitemapcont li.columns ul.smlist li.sml_a a {
  padding-left: 15px;
  display: block;
  background-image: url(../images/common/arrow_r_b.svg);
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: 0em 0.4em;
  color: #000;
  position: relative;
  transition: 0.3s;
  left: 0px;
}
aside.footsitemapabout div.contwp ul.sitemapcont li.columns ul.smlist li.sml_a a,
aside.footsitemap div.contwp ul.sitemapcont li.columns ul.smlist li.sml_a a {
  font-size: clamp(12px, 4vw, 15px);
}
aside.footsitemapabout div.contwp ul.sitemapcont li.columns ul.smlist li.sml_a a:hover,
aside.footsitemap div.contwp ul.sitemapcont li.columns ul.smlist li.sml_a a:hover {
  left: 10px;
}
aside.footsitemapabout div.contwp ul.sitemapcont li.columns p.sml_b,
aside.footsitemap div.contwp ul.sitemapcont li.columns p.sml_b {
  display: block;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
aside.footsitemapabout div.contwp ul.sitemapcont li.columns p.sml_b::before,
aside.footsitemap div.contwp ul.sitemapcont li.columns p.sml_b::before {
  width: 100%;
  height: 1px;
  content: "";
  background-image: linear-gradient(to right, #666, #666 1px, transparent 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
aside.footsitemapabout div.contwp ul.sitemapcont li.columns p.sml_b span,
aside.footsitemapabout div.contwp ul.sitemapcont li.columns p.sml_b a,
aside.footsitemap div.contwp ul.sitemapcont li.columns p.sml_b span,
aside.footsitemap div.contwp ul.sitemapcont li.columns p.sml_b a {
  color: #000;
}
aside.footsitemapabout div.contwp ul.sitemapcont li.columns p.sml_b span,
aside.footsitemapabout div.contwp ul.sitemapcont li.columns p.sml_b a,
aside.footsitemap div.contwp ul.sitemapcont li.columns p.sml_b span,
aside.footsitemap div.contwp ul.sitemapcont li.columns p.sml_b a {
  font-size: clamp(12px, 4vw, 15px);
}
aside.footsitemapabout div.contwp ul.sitemapcont li.columns p.sml_b a,
aside.footsitemap div.contwp ul.sitemapcont li.columns p.sml_b a {
  padding-left: 15px;
  display: block;
  background-image: url(../images/common/arrow_r_b.svg);
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: 0em 0.4em;
  color: #000;
  position: relative;
  transition: 0.3s;
  left: 0px;
}
aside.footsitemapabout div.contwp ul.sitemapcont li.columns p.sml_b a:hover,
aside.footsitemap div.contwp ul.sitemapcont li.columns p.sml_b a:hover {
  left: 10px;
}
footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #7ba1cb;
}
footer div {
  text-align: center;
}
footer div h1.footlogo {
  font-weight: normal;
  color: #000;
  padding-bottom: 1em;
  font-size: clamp(14px, 2.0161290323vw, 18px);
}
footer div div {
  display: inline-block;
}
footer div div dl.footcommitteetxt {
  padding-bottom: 1em;
  color: #000;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  font-size: clamp(11px, 1.814516129vw, 16px);
  letter-spacing: 0.1;
}
footer div div dl.footcommitteetxt dt {
  width: 3em;
  white-space: nowrap;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
footer div div dl.footcommitteetxt dd {
  width: calc(100% - 3.3em);
  text-align: left;
  white-space: nowrap;
}
footer div p.copyright {
  font-weight: normal;
  color: #000;
  font-size: clamp(9px, 1.6129032258vw, 14px);
}

.backtotop {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 10px;
  bottom: -100px !important;
  transition: 0.5s;
  z-index: 101;
}
.backtotop.active {
  bottom: 20px !important;
}
@media only screen and (max-width: 768px) {
  .backtotop.active {
    bottom: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  aside.footsitemap.directory {
    padding-left: 0em;
  }
}
aside.footsitemap.directory div.contwp {
  width: 96%;
  max-width: 1300px;
}
footer.directory {
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  footer.directory {
    padding-left: 0em;
  }
}
footer.directory .contwp {
  width: 96%;
  max-width: 1300px;
}
span.bunka_txt {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  span.bunka_txt {
    font-size: 1.8vw;
  }
}

/*============================
これは_base.scss
============================*/
/*============================
これは_nav.scss
============================*/
/*
共通
____________________________*/
/* 固定 */
/*========================================================================================
サイドメニュー
========================================================================================*/
.body_bg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.body_bg.open_side_menu {
  display: block;
  z-index: 200;
}

#leftmenu_content {
  background: #262626;
}

#leftmenu .has-children:after, #leftmenu .has-children:before {
  background: #ffffff;
}
#leftmenu .has-children.active:after {
  background: #0092af;
}

#leftmenu {
  font-family: "Abel", sans-serif;
}

#leftmenu_button {
  display: none;
}

#leftmenu .has-children > a {
  display: none;
}

#leftmenu_content {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  transform: translate(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
#leftmenu_content.open {
  transform: translate(0);
}

.zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 60px;
  height: 60px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  padding-top: 3px;
  right: 0px;
  transition: 0.8s;
  top: 6px;
  z-index: 1001;
  text-align: center;
  outline: none;
}
.zdo_drawer_button.fixed {
  top: 3px;
}
.zdo_drawer_button span.zdo_drawer_close {
  display: none;
}
.zdo_drawer_button span.zdo_txt {
  top: -10px;
  position: relative;
  font-weight: bold;
  width: 30px;
  font-size: 8px;
  color: #000;
}
.zdo_drawer_button.active .zdo_drawer_bar {
  border: 2px solid #fff;
  width: 36px;
}
.zdo_drawer_button.active .zdo_drawer_bar1 {
  margin: 2px 0px 7px 18px !important;
  transform: rotate(45deg);
}
.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}
.zdo_drawer_button.active .zdo_drawer_bar3 {
  margin: 11px 0px 7px 15px !important;
  transform: rotate(-45deg);
}
.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}
.zdo_drawer_button.active span.zdo_drawer_close {
  display: block;
}
.zdo_drawer_button.active span.zdo_txt {
  color: #fff !important;
  top: -5px;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  width: 30px;
  font-size: 8px;
  letter-spacing: 0.05em;
}

.zdo_drawer_bar {
  width: 30px;
  display: block;
  height: 2px;
  border: 2px solid #000;
  border-radius: 3px;
  margin: 7px auto;
  transition: all 0.2s;
  transform-origin: 0 0;
}

nav.modal_menu {
  width: 90%;
  height: 100vh;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
nav.modal_menu .modal_menu_inner {
  width: 100%;
}
nav.modal_menu .modal_menu_inner ul.mnbt_head_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px; /* gapもGridと同じにする */
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  nav.modal_menu .modal_menu_inner ul.mnbt_head_ul {
    margin-bottom: 30px;
  }
}
nav.modal_menu .modal_menu_inner ul.mnbt_head_ul li {
  flex: 1; /* 同じ比率で2アイテム */
  max-width: calc((100% - 20px) / 3); /* archive-itemと同じ幅に合わせる */
}
@media only screen and (max-width: 768px) {
  nav.modal_menu .modal_menu_inner ul.mnbt_head_ul li {
    max-width: 50%; /* archive-itemと同じ幅に合わせる */
  }
}
nav.modal_menu .modal_menu_inner ul.mnbt_head_ul li a {
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  transition: 0.3s;
}
nav.modal_menu .modal_menu_inner ul.mnbt_head_ul li a span {
  font-weight: bold;
  color: #000;
  font-size: clamp(14px, 2.0161290323vw, 18px);
  font-family: "Abel_bold", sans-serif;
}
nav.modal_menu .modal_menu_inner ul.mnbt_head_ul li a:hover {
  background-color: #CCC;
}
nav.modal_menu .modal_menu_inner ul.mnbt_head_ul li a:hover span {
  color: #333;
}
nav.modal_menu .modal_menu_inner ul.mnbt_head_ul li.mnbt_h002 a {
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #d6e85b;
  transition: 0.3s;
}
nav.modal_menu .modal_menu_inner ul.mnbt_head_ul li.mnbt_h002 a span {
  font-weight: bold;
  color: #000;
  font-size: clamp(14px, 2.0161290323vw, 18px);
  font-family: "Abel_bold", sans-serif;
}
nav.modal_menu .modal_menu_inner ul.mnbt_head_ul li.mnbt_h002 a:hover {
  background-color: #bfc200;
}
nav.modal_menu .modal_menu_inner ul.mnbt_head_ul li.mnbt_h002 a:hover span {
  color: #333;
}
nav.modal_menu .modal_menu_inner .custom_search {
  background-color: #6c6c6c;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  nav.modal_menu .modal_menu_inner .custom_search {
    margin-bottom: 30px;
  }
}
nav.modal_menu .modal_menu_inner ul.mnbt_body_ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  nav.modal_menu .modal_menu_inner ul.mnbt_body_ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
nav.modal_menu .modal_menu_inner ul.mnbt_body_ul li.mnbt_b00 a {
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  transition: 0.3s;
}
nav.modal_menu .modal_menu_inner ul.mnbt_body_ul li.mnbt_b00 a span {
  font-weight: bold;
  color: #000;
  font-size: clamp(14px, 2.0161290323vw, 18px);
  font-family: "Abel_bold", sans-serif;
}
nav.modal_menu .modal_menu_inner ul.mnbt_body_ul li.mnbt_b00 a:hover {
  background-color: #CCC;
}
nav.modal_menu .modal_menu_inner ul.mnbt_body_ul li.mnbt_b00 a:hover span {
  color: #333;
}

/*============================
これは_base.scss
============================*/
/*============================
これは_button.scss
============================*/
.ppnkbutton-c50 {
  width: 50%;
  padding-top: 1em;
}
@media only screen and (max-width: 768px) {
  .ppnkbutton-c50 {
    width: 100%;
    margin: 0 auto;
  }
}
.ppnkbutton-c50 a {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background-color: #ec1c24;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ppnkbutton-c50 a {
    padding: 10px;
  }
}
.ppnkbutton-c50 a {
  transition: 0.3s;
  opacity: 1;
  position: relative;
  top: 0px;
}
.ppnkbutton-c50 a:hover {
  top: -10px;
  opacity: 0.7;
}
.ppnkbutton-c50 a span {
  color: #fff;
  font-weight: bold;
}
.ppnkbutton-c50 a span small {
  padding-top: 5px;
  display: block;
}

.ppnkbutton-Vimeo {
  width: 50%;
  padding-top: 1em;
}
@media only screen and (max-width: 768px) {
  .ppnkbutton-Vimeo {
    width: 100%;
    margin: 0 auto;
  }
}
.ppnkbutton-Vimeo a {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background-color: #1ab7ea;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ppnkbutton-Vimeo a {
    padding: 10px;
  }
}
.ppnkbutton-Vimeo a {
  transition: 0.3s;
  opacity: 1;
  position: relative;
  top: 0px;
}
.ppnkbutton-Vimeo a:hover {
  top: -10px;
  opacity: 0.7;
}
.ppnkbutton-Vimeo a span {
  color: rgb(26, 46, 59);
  font-weight: bold;
}
.ppnkbutton-Vimeo a span small {
  padding-top: 5px;
  display: block;
}

p.bluegreen_bt {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 2em auto;
}
p.bluegreen_bt a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #0092af;
  transition: 0.3s;
}
p.bluegreen_bt a:hover {
  background: rgb(0, 124.7257142857, 149.5);
}
p.bluegreen_bt a span {
  color: #fff;
}
p.bluegreen_bt a span {
  font-size: clamp(20px, 6.6666666667vw, 25px);
}
p.liveyellow_bt {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 2em auto;
}
p.liveyellow_bt a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #d4db21;
  transition: 0.3s;
}
p.liveyellow_bt a:hover {
  background: rgb(190.5476190476, 196.8392857143, 29.6607142857);
}
p.liveyellow_bt a span {
  color: #000;
}
p.liveyellow_bt a span {
  font-size: clamp(20px, 6.6666666667vw, 25px);
}
p.nc30s_bt p.smaa_bt {
  width: 100%;
  max-width: 700px;
  margin: 1em auto 2em auto;
}
p.nc30s_bt p.smaa_bt a {
  overflow: hidden;
  position: relative;
  padding: 10px 5px;
  height: auto;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
}
p.nc30s_bt p.smaa_bt a {
  background: linear-gradient(90deg, rgb(240, 227, 28) 0%, rgb(69, 225, 0) 100%);
}
p.nc30s_bt p.smaa_bt a::after {
  background: #f2e422; /*背景色*/
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /*色や形状*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
p.nc30s_bt p.smaa_bt a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
p.nc30s_bt p.smaa_bt a span {
  position: relative;
  z-index: 2;
  color: #000;
  font-weight: bold;
}
p.nc30s_bt p.smaa_bt a span {
  font-size: clamp(16px, 5.3333333333vw, 20px);
}
/*============================
これは_tab.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_breadcrumb.scss
============================*/
/*============================
#パンくず
============================*/
div#breadcrumb {
  width: 100%;
  padding: 7px 0px;
}
div#breadcrumb ul {
  vertical-align: top;
  text-align: left;
}
div#breadcrumb ul li {
  display: inline-block;
  color: #000;
  padding-right: 0.5em;
  font-size: clamp(14px, 2.0161290323vw, 18px);
}
div#breadcrumb ul li br {
  display: none;
}
div#breadcrumb ul li a {
  color: #000;
  font-size: clamp(14px, 2.0161290323vw, 18px);
}
div#breadcrumb ul li a br {
  display: none;
}
div#breadcrumb ul li a:hover {
  color: #0092af;
  text-decoration: underline;
}
div.snscont {
  padding-right: 10px;
  width: 40%;
}
@media only screen and (max-width: 768px) {
  div.snscont {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
  }
}
div.snscont ul.snsharebts {
  padding-top: 2px;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  list-style: none;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  div.snscont ul.snsharebts {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
div.snscont ul.snsharebts li {
  margin-left: 5px;
}
div.snscont ul.snsharebts li.snsh_fb a {
  background: #1877f2;
}
div.snscont ul.snsharebts li.snsh_tw a {
  background: #000;
}
div.snscont ul.snsharebts li.snsh_hate a {
  background: #008fde;
}
div.snscont ul.snsharebts li.snsh_pocke a {
  background: #ee4056;
}
div.snscont ul.snsharebts li.snsh_line a {
  background: #00c300;
}
div.snscont ul.snsharebts li a {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  padding: 0px 10px 0px 10px;
  color: #fff;
  background: #ccc;
  border-radius: 10px;
}
div.snscont ul.snsharebts li a {
  transition: 0.3s;
  opacity: 1;
}
div.snscont ul.snsharebts li a:hover {
  opacity: 0.7;
}
div.snscont ul.snsharebts li a {
  font-size: clamp(9.6px, 3.2vw, 12px);
}
div.snscont ul.snsharebts li a span {
  display: inline-block;
  font-family: "Abel_bold", sans-serif;
  position: relative;
  top: -3px;
}
div.snscont ul.snsharebts li a span:nth-of-type(2) {
  position: relative;
  top: 1px;
}
div.snscont ul.snsharebts li a img {
  margin: 0px 3px;
  display: block;
  width: 15px;
  position: relative;
  top: 0.2em;
  height: auto;
}

/*============================
これは_base.scss
============================*/
/*============================
これは_home.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_home.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_home.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_home.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_home.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_home.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_home.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_home.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_home.scss
============================*/
div.cg_arts_cont {
  border: 1px solid #CCC;
  margin-top: 3em;
  padding: 3em 3em 1em 3em;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  div.cg_arts_cont {
    padding: 1em 1em 0em 1em;
  }
}
div.cg_arts_cont dl.cg_arts_txt {
  width: 100%;
  display: block;
  padding-bottom: 2em;
}
div.cg_arts_cont dl.cg_arts_txt dt {
  display: block;
  padding-left: 1em;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}
div.cg_arts_cont dl.cg_arts_txt dt span.headno {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 110%;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  div.cg_arts_cont dl.cg_arts_txt dt {
    font-size: 3vw;
  }
}
div.cg_arts_cont dl.cg_arts_txt dt span.speacker {
  display: inline-block;
  font-weight: 700;
  font-size: 110%;
  padding-bottom: 0.5em;
}
div.cg_arts_cont dl.cg_arts_txt dd {
  padding-left: 1em;
  display: block;
  padding-top: 0.5em;
  line-height: 1.5;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  div.cg_arts_cont dl.cg_arts_txt dd {
    font-size: 2.5vw;
  }
}

/*============================
これは_base.scss
============================*/
/*============================
これは_home.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_home.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_home.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_home.scss
============================*/
/*============================
これは_base.scss
============================*/
/*============================
これは_home.scss
============================*/
@media print {
  .site-header,
  .site-footer,
  .sheet-toolbar {
    display: none !important;
  }
  body {
    background: #fff !important;
  }
  .wrap {
    max-width: 100% !important;
    margin: 0 !important;
  }
  .card {
    page-break-inside: avoid;
  }
  a[href]:after {
    content: "";
  }
}
.guest-guide-single .card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 1.5em 1.5em 0em 1.5em;
  margin-bottom: 2em;
}

.sec-ttl {
  margin: 0 0 1em;
}

.highlight {
  background: #fff0a6;
  padding: 0.2em 0.5em;
  border-radius: 0.2em;
}

.badge {
  display: inline-block;
  padding: 0.2em 0.5em;
  border-radius: 0.2em;
  background: #fff0a6;
}

ul.kv {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.kv li {
  display: flex;
  gap: 0.8em;
  padding: 0.2em 0;
}
ul.kv li span:first-child {
  width: 7em;
  color: #666;
}

.list-dot {
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.list-dot li {
  list-style: disc;
  margin: 0.25em 0;
}
.list-dot li a {
  color: #0071bc;
}

.grid.two-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 800px) {
  .grid.two-inner {
    grid-template-columns: 1fr;
  }
}
.page-break {
  page-break-before: always;
}

div.guest-item div div ul.list_meta {
  list-style: disc;
  padding-left: 1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
div.guest-item div div ul.list_meta li {
  padding-bottom: 0.7em;
  line-height: 1.5;
}
div.guest-item div div ul.list_meta li a {
  color: #0071bc;
}
div.guest-item div div ul.list_meta li dl {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
div.guest-item div div ul.list_meta li dl dt {
  width: 4em;
  font-weight: normal;
}
div.guest-item div div ul.list_meta li dl dd {
  width: calc(100% - 4em);
}
div.guest-item div div.list_name {
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  font-size: clamp(14px, 2.5201612903vw, 20px);
}
div.guest-item div div.list_name_en {
  padding-top: 0.5em;
  font-weight: bold;
}
div.guest-item div div.list_link_bts a {
  width: 100%;
  text-align: center;
}
div.guest-item div div.list_link_bts button.cpy {
  width: 100%;
}
div.guest-item div div.list_link_bts button.btn-edit-billing {
  width: 100%;
}
div.guest-item details summary {
  border-radius: 3px;
  padding: 0.5em;
  font-size: clamp(14px, 2.0161290323vw, 18px);
  background: #ffeecd;
}
.emailcsvtable {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.emailcsvtable th,
.emailcsvtable td {
  padding: 1em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/*============================
#contentRoot
============================*/
main#contentRoot {
  /*============================
  #invitation
  ============================*/
  /*============================
  #schedule
  ============================*/
  /*============================
  #official
  ============================*/
  /*============================
  #ticket
  ============================*/
  /*============================
  #other
  ============================*/
  /*============================
  #contact
  ============================*/
}
main#contentRoot section div.wrap div.yourname {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0em;
  margin-bottom: 2em;
}
main#contentRoot section div.wrap div.yourname p span.head_name {
  font-weight: bold;
  font-size: 150%;
}
main#contentRoot section div.wrap h2 {
  margin-bottom: 1em;
}
main#contentRoot section div.wrap div.card a {
  color: #0071bc;
}
main#contentRoot section div.wrap div.card h4 {
  margin-bottom: 1em;
}
main#contentRoot section div.wrap div.grid.two-inner div.card h4 span.badge {
  font-size: 130% !important;
}
main#contentRoot p.daihon {
  padding-top: 0.5em;
}
main#contentRoot p.daihon a {
  color: #000;
  display: inline-block;
  padding: 0.2em 0.5em;
  border-radius: 0.2em;
  background: rgb(178.5, 212.4, 234.9);
  border: 1px solid rgb(178.5, 212.4, 234.9);
  transition: 0.3s;
}
main#contentRoot p.daihon a:after {
  content: none !important;
}
main#contentRoot p.daihon a:hover {
  background: rgb(204, 226.6, 241.6);
}
main#contentRoot section#schedule.sec.page-break div.wrap div.schedule-list article.sched.card h4 {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
main#contentRoot h3.sec-ttl {
  font-size: 150%;
}
main#contentRoot section#official.sec.alt div.wrap div.timeline div.tl-item.card h4 {
  padding-bottom: 0.5em;
}
main#contentRoot section#official.sec.alt div.wrap div.timeline div.tl-item.card ul.kv li a {
  color: #0071bc;
}
@media only screen and (max-width: 992px) {
  .wrap {
    width: 96%;
    margin: 0 auto;
  }
}

div.home_body_txt {
  height: 50vh;
  width: 96%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
div.home_body_txt span {
  line-height: 1.8;
}

.gs-nav::-webkit-scrollbar {
  display: none;
}

nav.gs-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}
nav.gs-nav a {
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  color: #111;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1;
}
nav.gs-nav a:hover {
  background: #eee;
}
nav.gs-nav a.is-active {
  background: #111;
  color: #fff;
  border-color: #111;
}

@media print {
  .gs-nav {
    display: none !important;
  }
}
/*============================
共通
============================*/
body.single-guest_guide h2 {
  font-size: clamp(16px, 3.0241935484vw, 23px);
  margin-bottom: 1em;
}
body.single-guest_guide h3 {
  font-size: clamp(16px, 3.0241935484vw, 23px);
  margin-bottom: 1em;
}
body.single-guest_guide h4 {
  font-size: clamp(14px, 2.5201612903vw, 20px);
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
body.single-guest_guide .info_business {
  background: #ffffee;
  border: 1px solid #fff0a6;
  padding: 0.7em 0.7em 0em 0.7em;
  border-radius: 10px;
  margin-bottom: 2em;
}
body.single-guest_guide .info_business h4 {
  padding-top: 0.3em;
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
}
body.single-guest_guide p {
  font-size: clamp(14px, 2.5201612903vw, 20px);
  margin-bottom: 1em;
}
body.single-guest_guide p.small {
  font-size: clamp(11px, 1.814516129vw, 16px);
}
body.single-guest_guide p.daihon {
  font-size: clamp(11px, 1.814516129vw, 16px);
}
body.single-guest_guide strong {
  font-weight: bold;
}
body.single-guest_guide strong.red_txt {
  color: red;
}
body.single-guest_guide li {
  font-size: clamp(14px, 2.0161290323vw, 18px);
  margin-bottom: 0.5em;
}
body.single-guest_guide li:last-of-type {
  margin-bottom: 1em;
}
body.single-guest_guide .sanka {
  padding-left: 1.2em;
  position: relative;
}
body.single-guest_guide .sanka::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.guest_index_h1 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: clamp(22px, 3.8306451613vw, 32px);
}
.guest_index_h1 small {
  font-size: clamp(11px, 1.814516129vw, 16px) !important;
}

.gi-card {
  border: 1px solid #cfd6e0;
  border-radius: 12px;
  padding: 16px 16px 10px;
  margin: 18px 0;
  background: #fff;
}

.gi-head {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #2c3440;
  padding-bottom: 8px;
}

.gi-title {
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.gi-pmeta {
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}

.gi-headmeta {
  font-size: 12px;
  color: #444;
  display: flex;
  gap: 16px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 992px) {
  .gi-headmeta {
    position: relative;
    top: auto;
    right: auto;
  }
}

.gi-toolbar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 1em 0 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.gi-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 18px;
}

@media (max-width: 880px) {
  .gi-grid {
    grid-template-columns: 1fr;
  }
}
.gi-list ul {
  margin: 0;
  padding-left: 1em;
}

.gi-note-wrap {
  margin: 0 0 1em 0;
}

.gi-note-wrap h4 {
  margin: 0 0 0.1em 0;
  font-weight: 700;
}

.gi-note-box {
  background: #ededed;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  min-height: 60px;
  padding: 8px;
  white-space: pre-wrap;
  line-height: 1.5;
}

.gi-kvline {
  border: 1px solid #d4d4d4;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: #333;
  padding: 0.8em;
  margin-top: 1em;
}
.gi-kvline a {
  color: #008edd;
}

.gi-kvline form {
  display: inline;
}

.gi-footer {
  border-top: 1px solid #d4d4d4;
  margin-top: 1em;
  padding: 0.8em 0em 0.2em 0em;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  color: #222;
}

.gi-small {
  font-size: 12px;
  color: #555;
}

.front-staff-toolbar {
  margin-bottom: 5em;
  width: 100%;
  text-align: center;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.front-staff-toolbar a.button {
  display: inline-block;
  padding: 0.5em 2em;
  border-radius: 8px;
  text-decoration: none;
  background: #7ba1cb;
  color: #fff;
  border: 1px solid #006799;
  font-size: clamp(16px, 3.0241935484vw, 23px);
}

figure.ttall {
  width: 100%;
  margin-bottom: 3em;
}

figure.ttkids {
  width: 60%;
  margin-bottom: 3em;
}
@media only screen and (max-width: 992px) {
  figure.ttkids {
    width: 70%;
  }
}
figure.ttkids a {
  width: 100%;
}
figure.ttkids a img {
  width: 100%;
  height: auto;
}

div.companion_cont {
  margin-top: 1em;
  margin-bottom: 1.5em;
  border: 1px solid #d4d4d4;
  padding: 0.2em 1em 0.2em 1em;
}
div.companion_cont ul.companion_cont_ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
div.companion_cont ul.companion_cont_ul li {
  margin-bottom: 0;
  border-top: 1px dotted #d4d4d4;
  padding: 0.8em 0.5em 0.8em 0.5em;
}
div.companion_cont ul.companion_cont_ul li dl.doukou {
  width: 100%;
  line-height: 1.9;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  div.companion_cont ul.companion_cont_ul li dl.doukou {
    flex-wrap: wrap;
  }
}
div.companion_cont ul.companion_cont_ul li dl.doukou.en dt {
  width: 7.5em;
}
@media only screen and (max-width: 992px) {
  div.companion_cont ul.companion_cont_ul li dl.doukou.en dt {
    width: 7em;
  }
}
@media only screen and (max-width: 768px) {
  div.companion_cont ul.companion_cont_ul li dl.doukou.en dt {
    padding-bottom: 0.5em;
    width: 100%;
  }
}
div.companion_cont ul.companion_cont_ul li dl.doukou.en dd {
  line-height: 1.9;
  width: calc(100% - 7.8em);
}
@media only screen and (max-width: 992px) {
  div.companion_cont ul.companion_cont_ul li dl.doukou.en dd {
    width: calc(100% - 7.5em);
  }
}
@media only screen and (max-width: 768px) {
  div.companion_cont ul.companion_cont_ul li dl.doukou.en dd {
    width: 100%;
  }
}
div.companion_cont ul.companion_cont_ul li dl.doukou dt {
  font-weight: normal;
  width: 6.5em;
}
@media only screen and (max-width: 992px) {
  div.companion_cont ul.companion_cont_ul li dl.doukou dt {
    width: 6em;
  }
}
@media only screen and (max-width: 768px) {
  div.companion_cont ul.companion_cont_ul li dl.doukou dt {
    padding-bottom: 0.5em;
    width: 100%;
  }
}
div.companion_cont ul.companion_cont_ul li dl.doukou dd {
  line-height: 1.9;
  width: calc(100% - 6.8em);
}
@media only screen and (max-width: 992px) {
  div.companion_cont ul.companion_cont_ul li dl.doukou dd {
    width: calc(100% - 6.5em);
  }
}
@media only screen and (max-width: 768px) {
  div.companion_cont ul.companion_cont_ul li dl.doukou dd {
    width: 100%;
  }
}
div.companion_cont ul.companion_cont_ul li:first-of-type {
  border-top: none;
}
div.compe_cont {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
}
div.compe_cont p.competxt {
  margin-bottom: 0.5em;
  font-size: clamp(9px, 1.6129032258vw, 14px);
}
div.compe_cont p.filmname {
  font-weight: bold;
  font-style: italic;
  font-size: clamp(14px, 2.5201612903vw, 20px);
}

.fee_txt {
  line-height: 1.9;
}

/*============================
これは_base.scss
============================*/
/*============================
これは_common.scss
============================*/
/*----------------------------------------------------------------------
共通
----------------------------------------------------------------------*/
/* ---------------------------- */
/* --- スプラッシュ画面 --- */
/* ---------------------------- */
.WelcomeLayer {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 10000;
}

.Welcome {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  text-align: center;
}
.Welcome svg {
  width: 150px;
  height: auto;
}

.Welcome-Logo {
  margin-left: auto;
  margin-right: auto;
  width: 180px; /*最大幅指定*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*============================
#pagecont
============================*/
article.pagecont,
article#pagecont {
  padding-top: 2em;
  padding-bottom: 5em;
  transform: translateZ(0);
  border-top: none;
}
@media only screen and (max-width: 768px) {
  article.pagecont,
  article#pagecont {
    padding-top: 1em;
    padding-bottom: 3em;
  }
}
article.pagecont header.page_header,
article#pagecont header.page_header {
  padding-top: 0.5em;
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  article.pagecont header.page_header,
  article#pagecont header.page_header {
    margin-bottom: 1.5em;
  }
}
article.pagecont header.page_header div.page_title_yeartop,
article#pagecont header.page_header div.page_title_yeartop {
  width: 100%;
}
article.pagecont header.page_header div.page_title_yeartop h1,
article#pagecont header.page_header div.page_title_yeartop h1 {
  position: relative;
  width: 100%;
  background: #464749;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
article.pagecont header.page_header div.page_title_yeartop h1 span,
article#pagecont header.page_header div.page_title_yeartop h1 span {
  padding-left: 20px;
  order: 1;
  color: #fff;
  font-weight: bold;
  font-family: "Abel_bold", sans-serif;
  font-size: clamp(28px, 5.5443548387vw, 60px);
  letter-spacing: 0.1em;
  margin-bottom: -0.1em;
}
@media only screen and (max-width: 575px) {
  article.pagecont header.page_header div.page_title_yeartop h1 span,
  article#pagecont header.page_header div.page_title_yeartop h1 span {
    padding-left: 10px;
    font-size: 6.5vw;
  }
}
article.pagecont header.page_header div.page_title_yeartop h1 span span.date,
article#pagecont header.page_header div.page_title_yeartop h1 span span.date {
  padding-top: 0.5em;
  padding-left: 0;
  display: block;
  font-size: 40%;
}
@media only screen and (max-width: 768px) {
  article.pagecont header.page_header div.page_title_yeartop h1 span span.date,
  article#pagecont header.page_header div.page_title_yeartop h1 span span.date {
    padding-top: 0.2em;
    font-size: 50%;
  }
}
article.pagecont header.page_header div.page_title_yeartop h1 figure,
article#pagecont header.page_header div.page_title_yeartop h1 figure {
  order: 0;
  width: 25%;
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  article.pagecont header.page_header div.page_title_yeartop h1 figure,
  article#pagecont header.page_header div.page_title_yeartop h1 figure {
    width: 20%;
  }
}
article.pagecont header.page_header div.page_title_yeartop h1 figure img,
article#pagecont header.page_header div.page_title_yeartop h1 figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 500/707; /* 5.57:1 の比率キープ */
}
article.pagecont header.page_header div.page_title_yearcont,
article#pagecont header.page_header div.page_title_yearcont {
  width: 100%;
  margin-bottom: 4em;
}
@media only screen and (max-width: 768px) {
  article.pagecont header.page_header div.page_title_yearcont,
  article#pagecont header.page_header div.page_title_yearcont {
    margin-bottom: 2em;
  }
}
article.pagecont header.page_header div.page_title_yearcont div.year_name,
article#pagecont header.page_header div.page_title_yearcont div.year_name {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #464749;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 120px;
}
@media only screen and (max-width: 992px) {
  article.pagecont header.page_header div.page_title_yearcont div.year_name,
  article#pagecont header.page_header div.page_title_yearcont div.year_name {
    height: 90px;
  }
}
@media only screen and (max-width: 575px) {
  article.pagecont header.page_header div.page_title_yearcont div.year_name,
  article#pagecont header.page_header div.page_title_yearcont div.year_name {
    height: 70px;
  }
}
article.pagecont header.page_header div.page_title_yearcont div.year_name span,
article#pagecont header.page_header div.page_title_yearcont div.year_name span {
  padding-left: 20px;
  order: 0;
  color: #fff;
  font-weight: bold;
  font-family: "Abel_bold", sans-serif;
  font-size: clamp(25px, 4.5362903226vw, 50px);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: -0.1em;
}
article.pagecont header.page_header div.page_title_yearcont div.year_name figure,
article#pagecont header.page_header div.page_title_yearcont div.year_name figure {
  order: 1;
  width: 20%;
  max-width: 150px;
}
@media only screen and (max-width: 992px) {
  article.pagecont header.page_header div.page_title_yearcont div.year_name figure,
  article#pagecont header.page_header div.page_title_yearcont div.year_name figure {
    width: 25%;
  }
}
@media only screen and (max-width: 575px) {
  article.pagecont header.page_header div.page_title_yearcont div.year_name figure,
  article#pagecont header.page_header div.page_title_yearcont div.year_name figure {
    width: 22%;
  }
}
article.pagecont header.page_header div.page_title_yearcont div.year_name figure img,
article#pagecont header.page_header div.page_title_yearcont div.year_name figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 500/707; /* 5.57:1 の比率キープ */
}
article.pagecont header.page_header div.page_title_yearcont div.head_title_txt,
article.pagecont header.page_header div.page_title_yearcont h1,
article#pagecont header.page_header div.page_title_yearcont div.head_title_txt,
article#pagecont header.page_header div.page_title_yearcont h1 {
  padding-top: 1em;
}
article.pagecont header.page_header div.page_title_yearcont div.head_title_txt span,
article.pagecont header.page_header div.page_title_yearcont h1 span,
article#pagecont header.page_header div.page_title_yearcont div.head_title_txt span,
article#pagecont header.page_header div.page_title_yearcont h1 span {
  font-size: clamp(25px, 4.5362903226vw, 50px);
}
article.pagecont header.page_header div.page_title_yearcont div.head_title_txt.moji03 span,
article.pagecont header.page_header div.page_title_yearcont h1.moji03 span,
article#pagecont header.page_header div.page_title_yearcont div.head_title_txt.moji03 span,
article#pagecont header.page_header div.page_title_yearcont h1.moji03 span {
  font-size: clamp(22px, 4.0322580645vw, 35px);
}
article.pagecont header.page_header div.page_title_yearcont div.head_title_txt.moji04 span,
article.pagecont header.page_header div.page_title_yearcont h1.moji04 span,
article#pagecont header.page_header div.page_title_yearcont div.head_title_txt.moji04 span,
article#pagecont header.page_header div.page_title_yearcont h1.moji04 span {
  font-size: clamp(16px, 3.0241935484vw, 23px);
}
article.pagecont header.page_header div.page_title_yearcont div.head_title_txt,
article#pagecont header.page_header div.page_title_yearcont div.head_title_txt {
  background: #e5e5e5;
  padding: 0.7em 0.5em 0.5em 0.5em;
}
article.pagecont header.page_header div.page_title_yearcont div.head_title_txt span,
article#pagecont header.page_header div.page_title_yearcont div.head_title_txt span {
  font-family: "Abel_bold", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 3.0241935484vw, 23px);
}

body.single .page_title_yearcont {
  margin-bottom: 2em !important;
}
@media only screen and (max-width: 768px) {
  body.single .page_title_yearcont {
    margin-bottom: 1em !important;
  }
}
body.single .item_cont_border.single_main_post {
  padding-bottom: 0em !important;
}

section {
  padding-bottom: 3em;
}
section header.item_title,
section header.sect_title {
  position: relative;
}
section header.item_title.underline,
section header.sect_title.underline {
  border-bottom: 1px solid #464749;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
section header.item_title.underline h2.item_titleh2,
section header.item_title.underline h1,
section header.sect_title.underline h2.item_titleh2,
section header.sect_title.underline h1 {
  margin-bottom: 0px;
}
section header.item_title h2.item_titleh2,
section header.item_title h1,
section header.sect_title h2.item_titleh2,
section header.sect_title h1 {
  font-size: clamp(25px, 4.5362903226vw, 50px);
  margin-bottom: 1em;
}
section header.item_title h2.item_titleh2.moji03 span,
section header.item_title h1.moji03 span,
section header.sect_title h2.item_titleh2.moji03 span,
section header.sect_title h1.moji03 span {
  font-size: clamp(22px, 4.0322580645vw, 35px);
}
section header.item_title h2.item_titleh2.moji03 span span.en,
section header.item_title h1.moji03 span span.en,
section header.sect_title h2.item_titleh2.moji03 span span.en,
section header.sect_title h1.moji03 span span.en {
  display: block;
  padding-top: 0.5em;
  font-weight: bold;
  font-size: clamp(16px, 3.0241935484vw, 23px);
}
section header.item_title h2,
section header.sect_title h2 {
  font-size: clamp(22px, 4.0322580645vw, 35px);
  margin-bottom: 0.2em;
}
section header.item_title div.right_link_bt,
section header.sect_title div.right_link_bt {
  position: absolute;
  width: 10em;
  bottom: 0.3em;
  right: 0px;
}
section header.item_title div.right_link_bt a,
section header.sect_title div.right_link_bt a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  line-height: 1.2;
  color: #333;
  font-family: "Abel", sans-serif;
  border: 1px solid #333;
  transition: 0.3s;
}
section header.item_title div.right_link_bt a span,
section header.sect_title div.right_link_bt a span {
  color: #333;
  margin: 0;
  transition: 0.3s;
}
section header.item_title div.right_link_bt a:hover span,
section header.sect_title div.right_link_bt a:hover span {
  margin-right: -30px;
}
section p {
  font-size: clamp(14px, 2.5201612903vw, 20px);
  line-height: 1.5;
  margin-bottom: 1em;
}
section p strong {
  font-weight: bold;
}
section p a {
  color: #0092af;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
section p a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0092af;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
section p a:hover:after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
section div.index_item_div {
  width: 100%;
  padding-bottom: 3em;
}
section div.index_item_div:last-of-type {
  padding-bottom: 0em;
}
section div.index_item_div div.no_linkdiv {
  border: 1px solid #e5e5e5;
  padding: 1.5em;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
}
@media only screen and (max-width: 1500px) {
  section div.index_item_div div.no_linkdiv {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media only screen and (max-width: 992px) {
  section div.index_item_div div.no_linkdiv {
    grid-template-columns: 1fr;
  }
}
section div.index_item_div div.no_linkdiv figure.film_img img {
  width: 100%;
  height: auto;
}
section div.index_item_div div.no_linkdiv div.index_film_info p.awa_year {
  background: #ccc;
  font-size: clamp(14px, 2.5201612903vw, 20px);
  color: #000;
  margin-bottom: 0.5em;
  padding-bottom: 0em;
}
section div.index_item_div div.no_linkdiv div.index_film_info h3 {
  font-size: clamp(14px, 2.5201612903vw, 20px);
  color: #000;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #6c6c6c;
}
section div.index_item_div div.no_linkdiv div.index_film_info h3.font_size_m {
  font-size: clamp(16px, 3.0241935484vw, 23px);
}
section div.index_item_div div.no_linkdiv div.index_film_info p.meta_txt {
  font-size: clamp(14px, 2.0161290323vw, 18px);
  color: #000;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
section div.index_item_div div.no_linkdiv div.index_film_info p.meta_synopsis {
  font-size: clamp(14px, 2.0161290323vw, 18px);
}
section div.index_item_div div.no_linkdiv div.index_film_info p.meta_synopsis a {
  color: #0092af;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
section div.index_item_div div.no_linkdiv div.index_film_info p.meta_synopsis a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0092af;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
section div.index_item_div div.no_linkdiv div.index_film_info p.meta_synopsis a:hover:after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
section div.index_item_div div.no_linkdiv div.index_film_info figure.director_img {
  padding-top: 1em;
  width: 100%;
  background-image: url(../images/dot_line.svg);
  background-size: 3px 3px;
  background-repeat: repeat-x;
  background-position: 0 top;
  gap: 10px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  section div.index_item_div div.no_linkdiv div.index_film_info figure.director_img {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  section div.index_item_div div.no_linkdiv div.index_film_info figure.director_img {
    display: flex;
  }
}
section div.index_item_div div.no_linkdiv div.index_film_info figure.director_img img {
  width: 40%;
  height: auto;
  max-width: 180px;
  aspect-ratio: 100/100;
}
@media only screen and (max-width: 992px) {
  section div.index_item_div div.no_linkdiv div.index_film_info figure.director_img img {
    width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  section div.index_item_div div.no_linkdiv div.index_film_info figure.director_img img {
    width: 100px;
  }
}
section div.index_item_div div.no_linkdiv div.index_film_info figure.director_img figcaption {
  padding-top: 0.5em;
  font-size: clamp(14px, 2.0161290323vw, 18px);
  color: #000;
}
section .block_index {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: stretch;
}
@media only screen and (max-width: 575px) {
  section .block_index {
    grid-template-columns: 1fr;
  }
}
section .block_index .index_item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
}
section .block_index .index_item.index_item-jury a .index_film_info {
  display: flex;
  flex-direction: column;
}
section .block_index .index_item.index_item-jury a .index_film_info h3 {
  font-size: 110% !important;
  border-bottom: none;
  /* 余ったスペースを上に伸ばして下に寄せる */
  margin-top: auto;
  margin-bottom: 0em;
  padding-bottom: 0em;
}
section .block_index .index_item.index_item-jury a .index_film_info p.meta_txt {
  display: none;
}
section .block_index .index_item a {
  height: 100%;
}
section .block_index .index_item a .index_film_info p.awa_year {
  font-size: 90% !important;
}
section .block_index .index_item a .index_film_info h3 {
  font-size: 94% !important;
}
section .block_index .index_item a .index_film_info p.meta_txt {
  font-size: 94% !important;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
section .block_index .index_item a .index_film_info p.meta_txt:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
section .block_index .index_item a .index_film_info p.meta_txt.awa_title {
  font-size: 105% !important;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
section .block_index .index_item a .index_film_info p.meta_synopsis {
  font-size: 94% !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
section div.index_item {
  width: 100%;
  padding-bottom: 3em;
}
section div.index_item:last-of-type {
  padding-bottom: 0em;
}
section div.index_item a {
  border: 1px solid #e5e5e5;
  padding: 1.5em;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
}
@media only screen and (max-width: 1500px) {
  section div.index_item a {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media only screen and (max-width: 992px) {
  section div.index_item a {
    grid-template-columns: 1fr;
  }
}
section div.index_item a figure.film_img img {
  width: 100%;
  height: auto;
}
section div.index_item a div.index_film_info p.awa_year {
  background: #eee;
  padding: 0.1em 0.5em;
  font-size: clamp(14px, 2.5201612903vw, 20px);
  color: #000;
  margin-bottom: 0.5em;
}
section div.index_item a div.index_film_info h3 {
  font-size: clamp(14px, 2.5201612903vw, 20px);
  color: #000;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #6c6c6c;
}
section div.index_item a div.index_film_info h3 span.en {
  margin-top: 0.5em;
  display: block;
  font-weight: bold;
}
section div.index_item a div.index_film_info p.meta_txt {
  font-size: clamp(14px, 2.0161290323vw, 18px);
  color: #000;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
section div.index_item a div.index_film_info p.meta_synopsis {
  font-size: clamp(14px, 2.0161290323vw, 18px);
}
section div.index_item a div.index_film_info figure.director_img {
  padding-top: 1em;
  width: 100%;
  background-image: url(../images/dot_line.svg);
  background-size: 3px 3px;
  background-repeat: repeat-x;
  background-position: 0 top;
  gap: 10px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  section div.index_item a div.index_film_info figure.director_img {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  section div.index_item a div.index_film_info figure.director_img {
    display: flex;
  }
}
section div.index_item a div.index_film_info figure.director_img img {
  width: 40%;
  height: auto;
  max-width: 180px;
  aspect-ratio: 100/100;
}
@media only screen and (max-width: 992px) {
  section div.index_item a div.index_film_info figure.director_img img {
    width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  section div.index_item a div.index_film_info figure.director_img img {
    width: 100px;
  }
}
section div.index_item a div.index_film_info figure.director_img figcaption {
  padding-top: 0.5em;
  font-size: clamp(14px, 2.0161290323vw, 18px);
  color: #000;
}
section div.index_item a {
  transition: 0.3s;
  opacity: 1;
  position: relative;
  top: 0px;
}
section div.index_item a:hover {
  top: -10px;
  opacity: 0.7;
}
section div.index_item a:hover {
  background-color: rgb(246.85, 246.85, 246.85);
}

div.item_cont_border {
  padding: 1.5em;
  border: 1px solid #6c6c6c;
  margin-bottom: 2em;
}

dl.home_newsindex_dl {
  margin-bottom: 1em;
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  dl.home_newsindex_dl {
    display: block;
  }
}
dl.home_newsindex_dl:last-of-type {
  margin-bottom: 0;
}
dl.home_newsindex_dl dt {
  width: 6em;
  font-size: clamp(14px, 2.0161290323vw, 18px);
}
@media only screen and (max-width: 768px) {
  dl.home_newsindex_dl dt {
    padding-bottom: 0.2em;
    width: 100%;
  }
}
dl.home_newsindex_dl dd {
  width: calc(100% - 7em);
  font-size: clamp(14px, 2.0161290323vw, 18px);
}
@media only screen and (max-width: 768px) {
  dl.home_newsindex_dl dd {
    width: 100%;
  }
}
dl.home_newsindex_dl dd a {
  color: #000;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
dl.home_newsindex_dl dd a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #6c6c6c;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
dl.home_newsindex_dl dd a:hover:after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

ul.index_link_ul {
  width: 100%;
}
ul.index_link_ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  margin-top: 1em;
  font-size: clamp(16px, 3.0241935484vw, 23px);
}
ul.index_link_ul li:first-of-type {
  margin-top: 0em;
}
ul.index_link_ul li::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 0.28em;
  left: 0;
  background-image: url(../images/head_ic_sq.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
ul.index_link_ul li a {
  font-weight: bold;
  color: #000;
  font-size: clamp(16px, 3.0241935484vw, 23px);
}

h1.item_heading,
h2.item_heading,
h3.item_heading,
h4.item_heading,
h5.item_heading,
h6.item_heading {
  font-size: clamp(25px, 4.5362903226vw, 50px);
  margin-bottom: 1em;
  margin-top: 1em;
  font-weight: bold;
}
h1.symp_cont_title, h1.heading_bg,
h2.symp_cont_title,
h2.heading_bg,
h3.symp_cont_title,
h3.heading_bg,
h4.symp_cont_title,
h4.heading_bg,
h5.symp_cont_title,
h5.heading_bg,
h6.symp_cont_title,
h6.heading_bg {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 3px 3px 3px 10px;
  min-height: 45px;
  background: #e5e5e5;
  font-size: clamp(16px, 3.0241935484vw, 23px);
  margin-bottom: 1em;
  margin-top: 1em;
}
h1.symp_cont_title.jurytitle, h1.heading_bg.jurytitle,
h2.symp_cont_title.jurytitle,
h2.heading_bg.jurytitle,
h3.symp_cont_title.jurytitle,
h3.heading_bg.jurytitle,
h4.symp_cont_title.jurytitle,
h4.heading_bg.jurytitle,
h5.symp_cont_title.jurytitle,
h5.heading_bg.jurytitle,
h6.symp_cont_title.jurytitle,
h6.heading_bg.jurytitle {
  display: block;
  padding: 10px 3px 10px 10px;
  scroll-margin-top: 80px; /* ← ヘッダーの高さと合わせる */
}
h1.symp_cont_title.jurytitle span, h1.heading_bg.jurytitle span,
h2.symp_cont_title.jurytitle span,
h2.heading_bg.jurytitle span,
h3.symp_cont_title.jurytitle span,
h3.heading_bg.jurytitle span,
h4.symp_cont_title.jurytitle span,
h4.heading_bg.jurytitle span,
h5.symp_cont_title.jurytitle span,
h5.heading_bg.jurytitle span,
h6.symp_cont_title.jurytitle span,
h6.heading_bg.jurytitle span {
  margin-top: 0.2em;
  display: block;
  font-size: clamp(14px, 2.0161290323vw, 18px);
}
h1.symp_cont_title.awatitle, h1.heading_bg.awatitle,
h2.symp_cont_title.awatitle,
h2.heading_bg.awatitle,
h3.symp_cont_title.awatitle,
h3.heading_bg.awatitle,
h4.symp_cont_title.awatitle,
h4.heading_bg.awatitle,
h5.symp_cont_title.awatitle,
h5.heading_bg.awatitle,
h6.symp_cont_title.awatitle,
h6.heading_bg.awatitle {
  background-image: url(../images/aw_ic_04.svg);
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 10px 3px 10px 85px;
  scroll-margin-top: 80px; /* ← ヘッダーの高さと合わせる */
}
h1.symp_cont_title.aw-grandprix-ff, h1.symp_cont_title.aw-grandprix-s, h1.heading_bg.aw-grandprix-ff, h1.heading_bg.aw-grandprix-s,
h2.symp_cont_title.aw-grandprix-ff,
h2.symp_cont_title.aw-grandprix-s,
h2.heading_bg.aw-grandprix-ff,
h2.heading_bg.aw-grandprix-s,
h3.symp_cont_title.aw-grandprix-ff,
h3.symp_cont_title.aw-grandprix-s,
h3.heading_bg.aw-grandprix-ff,
h3.heading_bg.aw-grandprix-s,
h4.symp_cont_title.aw-grandprix-ff,
h4.symp_cont_title.aw-grandprix-s,
h4.heading_bg.aw-grandprix-ff,
h4.heading_bg.aw-grandprix-s,
h5.symp_cont_title.aw-grandprix-ff,
h5.symp_cont_title.aw-grandprix-s,
h5.heading_bg.aw-grandprix-ff,
h5.heading_bg.aw-grandprix-s,
h6.symp_cont_title.aw-grandprix-ff,
h6.symp_cont_title.aw-grandprix-s,
h6.heading_bg.aw-grandprix-ff,
h6.heading_bg.aw-grandprix-s {
  background-image: url(../images/aw_ic_01.svg);
}
h1.symp_cont_title.aw-japan, h1.heading_bg.aw-japan,
h2.symp_cont_title.aw-japan,
h2.heading_bg.aw-japan,
h3.symp_cont_title.aw-japan,
h3.heading_bg.aw-japan,
h4.symp_cont_title.aw-japan,
h4.heading_bg.aw-japan,
h5.symp_cont_title.aw-japan,
h5.heading_bg.aw-japan,
h6.symp_cont_title.aw-japan,
h6.heading_bg.aw-japan {
  background-image: url(../images/aw_ic_02.svg);
}
h1.symp_cont_title.aw-stu, h1.symp_cont_title.aw-new, h1.heading_bg.aw-stu, h1.heading_bg.aw-new,
h2.symp_cont_title.aw-stu,
h2.symp_cont_title.aw-new,
h2.heading_bg.aw-stu,
h2.heading_bg.aw-new,
h3.symp_cont_title.aw-stu,
h3.symp_cont_title.aw-new,
h3.heading_bg.aw-stu,
h3.heading_bg.aw-new,
h4.symp_cont_title.aw-stu,
h4.symp_cont_title.aw-new,
h4.heading_bg.aw-stu,
h4.heading_bg.aw-new,
h5.symp_cont_title.aw-stu,
h5.symp_cont_title.aw-new,
h5.heading_bg.aw-stu,
h5.heading_bg.aw-new,
h6.symp_cont_title.aw-stu,
h6.symp_cont_title.aw-new,
h6.heading_bg.aw-stu,
h6.heading_bg.aw-new {
  background-image: url(../images/aw_ic_03.svg);
}
h1.midashih4, h1.heading_sq,
h2.midashih4,
h2.heading_sq,
h3.midashih4,
h3.heading_sq,
h4.midashih4,
h4.heading_sq,
h5.midashih4,
h5.heading_sq,
h6.midashih4,
h6.heading_sq {
  position: relative;
  padding-left: 1em;
  font-size: clamp(16px, 3.0241935484vw, 23px);
  margin-bottom: 0.5em;
  margin-top: 1em;
}
h1.midashih4::before, h1.heading_sq::before,
h2.midashih4::before,
h2.heading_sq::before,
h3.midashih4::before,
h3.heading_sq::before,
h4.midashih4::before,
h4.heading_sq::before,
h5.midashih4::before,
h5.heading_sq::before,
h6.midashih4::before,
h6.heading_sq::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 0.28em;
  left: 0;
  background-image: url(../images/head_ic_sq.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
h1.symp_mem_title, h1.h3_lede, h1.komidashi, h1.heading_underl,
h2.symp_mem_title,
h2.h3_lede,
h2.komidashi,
h2.heading_underl,
h3.symp_mem_title,
h3.h3_lede,
h3.komidashi,
h3.heading_underl,
h4.symp_mem_title,
h4.h3_lede,
h4.komidashi,
h4.heading_underl,
h5.symp_mem_title,
h5.h3_lede,
h5.komidashi,
h5.heading_underl,
h6.symp_mem_title,
h6.h3_lede,
h6.komidashi,
h6.heading_underl {
  font-size: clamp(16px, 3.0241935484vw, 23px);
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #6c6c6c;
  margin-top: 1em;
}
h1.komidashi,
h2.komidashi,
h3.komidashi,
h4.komidashi,
h5.komidashi,
h6.komidashi {
  margin-top: 2em;
}
h1.heading_dotl,
h2.heading_dotl,
h3.heading_dotl,
h4.heading_dotl,
h5.heading_dotl,
h6.heading_dotl {
  font-size: clamp(14px, 2.0161290323vw, 18px);
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  margin-top: 1em;
  background-image: url(../images/dot_line.svg);
  background-size: 3px 3px;
  background-repeat: repeat-x;
  background-position: 0 bottom;
}
h1.bg_g,
h2.bg_g,
h3.bg_g,
h4.bg_g,
h5.bg_g,
h6.bg_g {
  font-size: clamp(14px, 2.0161290323vw, 18px);
  margin-bottom: 1em;
  padding: 0.5em;
  margin-top: 4em;
  background: #efefef;
}
h1.bg_g:first-of-type,
h2.bg_g:first-of-type,
h3.bg_g:first-of-type,
h4.bg_g:first-of-type,
h5.bg_g:first-of-type,
h6.bg_g:first-of-type {
  margin-top: 1em;
}
h1.fsxs,
h2.fsxs,
h3.fsxs,
h4.fsxs,
h5.fsxs,
h6.fsxs {
  font-size: clamp(11px, 1.814516129vw, 16px);
  margin-bottom: 0.5em;
}
h1.heading_cir,
h2.heading_cir,
h3.heading_cir,
h4.heading_cir,
h5.heading_cir,
h6.heading_cir {
  position: relative;
  padding-left: 1em;
  font-size: clamp(14px, 2.0161290323vw, 18px);
  margin-bottom: 0.5em;
  margin-top: 1em;
}
h1.heading_cir::before,
h2.heading_cir::before,
h3.heading_cir::before,
h4.heading_cir::before,
h5.heading_cir::before,
h6.heading_cir::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 0.25em;
  left: 0;
  background-image: url(../images/head_ic_cr.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
h1.heading_tri,
h2.heading_tri,
h3.heading_tri,
h4.heading_tri,
h5.heading_tri,
h6.heading_tri {
  position: relative;
  padding-left: 1em;
  font-size: clamp(11px, 1.814516129vw, 16px);
  margin-bottom: 0.5em;
  margin-top: 1em;
}
h1.heading_tri::before,
h2.heading_tri::before,
h3.heading_tri::before,
h4.heading_tri::before,
h5.heading_tri::before,
h6.heading_tri::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 0.25em;
  left: 0;
  background-image: url(../images/head_ic_tr.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
h1.heading_bold,
h2.heading_bold,
h3.heading_bold,
h4.heading_bold,
h5.heading_bold,
h6.heading_bold {
  font-size: clamp(14px, 2.0161290323vw, 18px);
  margin-bottom: 0.5em;
  margin-top: 1em;
  font-weight: bold;
}

p.text a {
  color: #0092af;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
p.text a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0092af;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
p.text a:hover:after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

p.item_p.item_head {
  position: relative;
  padding-left: 1em;
}
p.item_p.item_head span {
  font-size: 90%;
  position: absolute;
  top: 0.05em;
  left: 0;
}

ul.cont_index_ph {
  margin-bottom: 1em;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1500px) {
  ul.cont_index_ph {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  ul.cont_index_ph {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  ul.cont_index_ph {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.cont_index_ph li {
  background: #e5e5e5;
}
ul.cont_index_ph li a {
  width: 100%;
  display: block;
}
ul.cont_index_ph li a {
  transition: 0.3s;
  opacity: 1;
  position: relative;
  top: 0px;
}
ul.cont_index_ph li a:hover {
  top: -10px;
  opacity: 0.7;
}
ul.cont_index_ph li a figure {
  width: 100%;
  height: auto; /* 比率維持 */
  aspect-ratio: 1920/1080; /* 比率キープ */
}
ul.cont_index_ph li a figure img {
  width: 100%;
  height: auto; /* 比率維持 */
  aspect-ratio: 1920/1080; /* 比率キープ */
  display: block;
}
ul.cont_index_ph li a figure figcaption {
  display: block;
  width: 100%;
  padding: 5px;
  font-size: clamp(14px, 2.0161290323vw, 18px);
  line-height: 1.5;
  color: #000;
}

div.prof_cont:last-of-type dl.prof_cont dd {
  padding-bottom: 0;
}
div.prof_cont div.prof_cont_inn {
  margin-bottom: 1em;
}
div.prof_cont div.prof_cont_inn h3.prof_name,
div.prof_cont div.prof_cont_inn h4.prof_name,
div.prof_cont div.prof_cont_inn h5.prof_name {
  width: 100%;
  position: relative;
  font-size: clamp(14px, 2.5201612903vw, 20px);
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  background-image: url(../images/dot_line.svg);
  background-size: 3px 3px;
  background-repeat: repeat-x;
  background-position: 0 bottom;
}
div.prof_cont div.prof_cont_inn h3.prof_name small,
div.prof_cont div.prof_cont_inn h4.prof_name small,
div.prof_cont div.prof_cont_inn h5.prof_name small {
  font-size: clamp(14px, 2.5201612903vw, 20px) !important;
  margin-left: 1em;
}
div.prof_cont div.prof_cont_inn h3.prof_name span.from,
div.prof_cont div.prof_cont_inn h4.prof_name span.from,
div.prof_cont div.prof_cont_inn h5.prof_name span.from {
  position: absolute;
  display: inline-block;
  padding: 0px 0px 0px 10px;
  border-left: 1px solid #000;
  bottom: 0.5em;
  right: 0;
  font-size: clamp(11px, 1.814516129vw, 16px) !important;
}
div.prof_cont div.prof_cont_inn p {
  font-size: clamp(14px, 2.0161290323vw, 18px);
}
div.prof_cont div.prof_cont_inn p a {
  color: #0092af;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
div.prof_cont div.prof_cont_inn p a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0092af;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
div.prof_cont div.prof_cont_inn p a:hover:after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
div.prof_cont dl.prof_cont {
  margin-bottom: 1em;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 6fr;
  gap: 20px;
}
@media only screen and (max-width: 1500px) {
  div.prof_cont dl.prof_cont {
    grid-template-columns: 1fr 5fr;
  }
}
@media only screen and (max-width: 992px) {
  div.prof_cont dl.prof_cont {
    grid-template-columns: 1fr 4fr;
  }
}
@media only screen and (max-width: 768px) {
  div.prof_cont dl.prof_cont {
    grid-template-columns: 1fr 3fr;
  }
}
@media only screen and (max-width: 575px) {
  div.prof_cont dl.prof_cont {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 575px) {
  div.prof_cont dl.prof_cont dt {
    width: 30%;
  }
}
div.prof_cont dl.prof_cont dt img {
  width: 100%;
  height: auto;
}
div.prof_cont dl.prof_cont dd {
  padding-bottom: 1.5em;
}
div.prof_cont dl.prof_cont dd h3.prof_name,
div.prof_cont dl.prof_cont dd h4.prof_name,
div.prof_cont dl.prof_cont dd h5.prof_name {
  width: 100%;
  position: relative;
  font-size: clamp(14px, 2.5201612903vw, 20px);
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  background-image: url(../images/dot_line.svg);
  background-size: 3px 3px;
  background-repeat: repeat-x;
  background-position: 0 bottom;
}
div.prof_cont dl.prof_cont dd h3.prof_name small,
div.prof_cont dl.prof_cont dd h4.prof_name small,
div.prof_cont dl.prof_cont dd h5.prof_name small {
  font-size: clamp(14px, 2.5201612903vw, 20px) !important;
  margin-left: 1em;
}
div.prof_cont dl.prof_cont dd h3.prof_name span.from,
div.prof_cont dl.prof_cont dd h4.prof_name span.from,
div.prof_cont dl.prof_cont dd h5.prof_name span.from {
  position: absolute;
  display: inline-block;
  padding: 0px 0px 0px 10px;
  border-left: 1px solid #000;
  bottom: 0.5em;
  right: 0;
  font-size: clamp(11px, 1.814516129vw, 16px) !important;
}
div.prof_cont dl.prof_cont dd p {
  font-size: clamp(14px, 2.0161290323vw, 18px);
}
div.prof_cont dl.prof_cont dd p a {
  color: #0092af;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
div.prof_cont dl.prof_cont dd p a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0092af;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
div.prof_cont dl.prof_cont dd p a:hover:after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

p.moji01,
p.moji02,
p.moji03,
p.moji04,
p.moji05,
p.moji06,
p.moji07 {
  padding-top: 0em;
  padding-bottom: 1em;
}

p.moji01 {
  font-size: clamp(28px, 5.5443548387vw, 60px);
}

p.moji02 {
  font-size: clamp(25px, 4.5362903226vw, 50px);
}

p.moji03 {
  font-size: clamp(22px, 4.0322580645vw, 35px);
}

p.moji04 {
  font-size: clamp(16px, 3.0241935484vw, 23px);
}

p.moji05 {
  font-size: clamp(14px, 2.0161290323vw, 18px);
}

p.moji06 {
  font-size: clamp(11px, 1.814516129vw, 16px);
}

p.moji07 {
  font-size: clamp(9px, 1.6129032258vw, 14px);
}

.ph_grid30 {
  margin-bottom: 1em;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .ph_grid30 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .ph_grid30 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ph_grid50 {
  margin-bottom: 1em;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 575px) {
  .ph_grid50 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ph_grid25 {
  margin-bottom: 1em;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 992px) {
  .ph_grid25 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .ph_grid25 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .ph_grid25 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pagination {
  margin-top: 2rem;
  text-align: center;
}
.pagination a {
  color: #333;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 0.5em 0.8em;
  border: 1px solid #6c6c6c;
  border-radius: 4px;
  text-decoration: none;
}

.pagination .current {
  background: #6c6c6c;
  color: white;
  border-color: #6c6c6c;
}

.km-filter-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.km-filter-form input {
  grid-column: 1/-1; /* 全カラムを占める（動的対応） */
}

.km-filter-form select,
.km-filter-form input[type=search] {
  width: 100%;
  padding: 0.5em;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.km-filter-form .button-submit {
  grid-column: 1/-1; /* 全カラムを占める（動的対応） */
  padding: 0.6em 1.2em;
  background-color: #6c6c6c;
  color: white;
  border: none;
  height: 50px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

.km-filter-form .button-submit:hover {
  background-color: #005177;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
}

.select2-selection--single {
  min-height: 37px !important;
}

.single_main_post figure {
  display: inline-block;
  padding-bottom: 1em;
}
.single_main_post figure figcaption.alt_frame {
  padding-top: 0.5em;
}
.single_main_post figure figcaption.alt_frame div.alt {
  text-align: center;
}

/* jQuery UI Autocomplete のドロップダウンスタイル */
.ui-autocomplete {
  background-color: #fff; /* 背景を白に */
  border: 1px solid #ccc; /* 薄い枠線 */
  font-size: 14px;
  max-height: 300px; /* 高さ制限（必要に応じて） */
  overflow-y: auto; /* スクロール可能に */
  z-index: 10000; /* 重なり順を上に */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 200px;
}

/* サジェスト項目 */
.ui-menu-item {
  padding: 8px 12px;
  cursor: pointer;
}

/* ホバー or 選択状態の強調 */
.ui-menu-item-wrapper.ui-state-active {
  background-color: #f0f0f0;
  font-weight: bold;
}

.count_no {
  margin-right: 2em;
}

dl.award-comment {
  width: 100%;
}
dl.award-comment dt {
  font-size: clamp(16px, 3.0241935484vw, 23px);
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #6c6c6c;
  margin-top: 1em;
}
dl.award-comment dd p {
  font-size: clamp(14px, 2.0161290323vw, 18px);
}

.ph_poster {
  float: right;
  padding: 0px 0px 2em 10px;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .ph_poster {
    width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .ph_poster {
    padding: 0px 0px 10px 0px;
    float: none;
    display: block;
    width: 80%;
    margin: auto;
  }
}

.single_txt_cont {
  position: relative;
  width: 100%;
  padding-bottom: 4em;
}
@media only screen and (max-width: 768px) {
  .single_txt_cont {
    padding-bottom: 2em;
  }
}

.clear_b {
  clear: both;
}

ul.film_award_list li {
  padding-bottom: 1.5em;
}
ul.film_award_list li a {
  font-size: clamp(14px, 2.5201612903vw, 20px);
  color: #000;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
ul.film_award_list li a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #6c6c6c;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
ul.film_award_list li a:hover:after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

ul.film_simple_links li {
  padding-bottom: 0.7em;
}
ul.film_simple_links li a {
  font-size: clamp(14px, 2.5201612903vw, 20px);
  color: #000;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
ul.film_simple_links li a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #6c6c6c;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
ul.film_simple_links li a:hover:after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.pbottom4_2 {
  padding-bottom: 4em;
}
@media only screen and (max-width: 768px) {
  .pbottom4_2 {
    padding-bottom: 2em;
  }
}

.pbottom3_15 {
  padding-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .pbottom3_15 {
    padding-bottom: 1.5em;
  }
}

.mbottom4_2 {
  margin-bottom: 4em !important;
}
@media only screen and (max-width: 768px) {
  .mbottom4_2 {
    margin-bottom: 2em !important;
  }
}

.pcopy {
  font-size: clamp(11px, 1.814516129vw, 16px);
}

p.caption_txt {
  padding-top: 0.5em !important;
  line-height: 1.4;
  font-size: 14px !important;
}
@media only screen and (max-width: 768px) {
  p.caption_txt {
    font-size: 3vw !important;
  }
}
p.caption_txt.a_right {
  text-align: right;
  padding-top: 0.3em !important;
}

/* センタープラザタイトル背景あり */
div.ex_title {
  width: 100%;
  background: #e5e5e5;
  padding: 1em;
  margin-bottom: 2em;
}
div.ex_title h2 {
  padding-bottom: 0.5em;
}
div.ex_title h2 span {
  font-size: clamp(22px, 3.8306451613vw, 32px);
}
div.ex_title p.item_p {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* JURYタイトル */
aside.jury_cate_name {
  font-size: clamp(16px, 3.0241935484vw, 23px);
  line-height: 1.1;
  padding-left: 1em;
  border-left: 2px solid #6c6c6c;
  margin-bottom: 1em;
  font-weight: bold;
}
aside.jury_cate_name span {
  padding-top: 0.3em;
  display: block;
  font-size: clamp(14px, 2.0161290323vw, 18px);
}

/* 人全般 */
dl.person_page_item {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  dl.person_page_item {
    flex-wrap: wrap;
  }
}
dl.person_page_item dt.thumb {
  width: 30%;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  dl.person_page_item dt.thumb {
    width: 40%;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 768px) {
  dl.person_page_item dt.thumb {
    width: 50%;
  }
}
dl.person_page_item dd {
  width: 68%;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  dl.person_page_item dd {
    width: 100%;
  }
}
dl.person_page_item dd h1.moji03 {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #6c6c6c;
}
@media only screen and (max-width: 992px) {
  dl.person_page_item dd h1.moji03 {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}
dl.person_page_item dd h1.moji03 span {
  font-size: clamp(22px, 4.0322580645vw, 35px);
}
dl.person_page_item dd h1.moji03 span span.en {
  padding-top: 0.3em;
  display: block;
  font-size: clamp(16px, 3.0241935484vw, 23px);
  font-weight: bold;
}
figure.img_50p350 {
  width: 50%;
  max-width: 350px;
  padding-bottom: 1em;
}
span.ph_right {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 50%;
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  span.ph_right {
    max-width: 150px;
  }
}
ul.news_heindent,
ul.screen_ind {
  width: 100%;
  padding-bottom: 2em;
}
ul.news_heindent li,
ul.screen_ind li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  margin-top: 1em;
  font-size: clamp(14px, 2.5201612903vw, 20px);
  line-height: 1.5;
}
ul.news_heindent li:first-of-type,
ul.screen_ind li:first-of-type {
  margin-top: 0em;
}
ul.news_heindent li::before,
ul.screen_ind li::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 0.39em;
  left: 0;
  background: #ccc;
  border-radius: 50%;
}

ul.symp_mem_ul {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  /*3カラム*/
}
@media only screen and (max-width: 992px) {
  ul.symp_mem_ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 992px) {
  ul.symp_mem_ul:after {
    content: "";
    display: block;
    width: 33.3%;
    height: 0;
  }
}
ul.symp_mem_ul li {
  width: 20%;
  font-size: clamp(11px, 1.814516129vw, 16px);
}
@media only screen and (max-width: 992px) {
  ul.symp_mem_ul li {
    width: 33.3%;
  }
}
@media only screen and (max-width: 768px) {
  ul.symp_mem_ul li {
    width: 50%;
  }
}
ul.symp_mem_ul li p.symp_mem_mata {
  font-size: clamp(9px, 1.6129032258vw, 14px);
  margin-bottom: 0.5em;
}
ul.symp_mem_ul li p.symp_mem_name {
  font-size: clamp(9px, 1.6129032258vw, 14px);
}

dl.symp_dl {
  padding-bottom: 2em;
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
dl.symp_dl dt {
  width: 4em;
}
dl.symp_dl dt span {
  font-size: clamp(14px, 2.5201612903vw, 20px);
}
dl.symp_dl dd {
  width: calc(100% - 5em);
}
dl.symp_dl dd p {
  font-size: clamp(14px, 2.5201612903vw, 20px);
}

.talk_theme {
  font-size: clamp(16px, 3.0241935484vw, 23px);
  padding-bottom: 1em;
}

div.program-dropdown {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid #e5e5e5;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px; /* アイテム間の隙間 */
}
@media only screen and (max-width: 768px) {
  div.program-dropdown {
    gap: 10px; /* アイテム間の隙間 */
    flex-wrap: wrap;
  }
}
div.program-dropdown p.dropdown-label {
  min-width: 320px;
  font-size: clamp(14px, 2.0161290323vw, 18px);
}
@media only screen and (max-width: 768px) {
  div.program-dropdown p.dropdown-label {
    min-width: 100%;
  }
}
div.program-dropdown p.dropdown-label span.en-label {
  padding-top: 0.3em;
  display: block;
  font-size: clamp(11px, 1.814516129vw, 16px);
}
div.program-dropdown select {
  min-height: 40px;
  max-width: calc(100% - 340px);
}
@media only screen and (max-width: 768px) {
  div.program-dropdown select {
    max-width: 100%;
    width: 100%;
    min-height: 30px;
  }
}
dl.directors_comment {
  width: 100%;
  padding-bottom: 3em;
}
dl.directors_comment dt {
  font-family: serif;
  font-size: clamp(14px, 2.5201612903vw, 20px);
  padding-bottom: 1em;
}
dl.directors_comment dd {
  text-align: right;
  font-size: clamp(14px, 2.0161290323vw, 18px);
}

dl.support_logo {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
dl.support_logo dt {
  width: 120px;
}
dl.support_logo dd {
  width: calc(100% - 130px);
  font-size: 16px;
  font-size: clamp(11px, 1.814516129vw, 16px);
}
dl.support_logo dd span {
  display: inline-block;
  padding-top: 0.5em;
}

.badge-rerun {
  display: inline-block;
  background-color: #fceabb;
  color: #b36b00;
  font-size: 0.7em;
  padding: 0.2em 0.5em;
  margin-left: 6px;
  border-radius: 3px;
}

/*============================
これは_slick.scss
============================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
