@charset "UTF-8";
/* COLOR設定*/
/* FONT SIZE設定*/
/* LINE HEIGHT設定*/
/* MIN-WIDTH設定_for PC*/
/* mixinの定義 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", arial, "Lucida Sans", "メイリオ", Meiryo, "Osaka", sans-serif;
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  text-decoration: underline;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

li {
  list-style: none;
}

b, strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
}

sup {
  font-size: 0.8rem;
}

.sp {
  display: none;
}

.pc {
  display: inline-block;
}

/* ===============================================
MARGIN STYLE
=============================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt1e {
  margin-top: 1em !important;
}

.mt2e {
  margin-top: 2em !important;
}

.mt3e {
  margin-top: 3em !important;
}

.mt4e {
  margin-top: 4em !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL25 {
  margin-left: 25px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL35 {
  margin-left: 35px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL45 {
  margin-left: 45px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mL55 {
  margin-left: 55px !important;
}

.mL60 {
  margin-left: 60px !important;
}

.ml2e {
  margin-left: 2em !important;
}

.p10 {
  padding: 10px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}

/* ===============================================
TEXT INDENT STYLE
=============================================== */
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.page-content > .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
.page-content.-corporate {
  margin: 0 auto;
  padding-top: 150px;
}

/*タイトル*/
.c-pagetitle {
  margin-bottom: 50px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #50874b;
  text-align: center;
}
.c-pagetitle span {
  display: block;
  margin-top: -2px;
  font-weight: normal;
  font-size: 1.6rem;
}

.c-hl-2 {
  margin-bottom: 30px;
  padding: 0 8px 12px;
  line-height: 1;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 3px solid #50874b;
}

.c-hl-3 {
  padding: 4px 10px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000000;
  background-color: #D9EFD1;
  line-height: 1;
}

.c-hl-4 {
  padding: 0 8px 12px;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 2px solid #a0a0a0;
  position: relative;
}
.c-hl-4::after {
  content: "";
  width: 245px;
  height: 2px;
  background-color: #50874b;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.c-hl-5 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #50874b;
}

/*リスト*/
.c-list-a {
  padding-left: 15px;
  position: relative;
  display: inline-block;
}
.c-list-a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-style: solid;
  border-width: 2.5px;
  border-color: transparent transparent #50874b #50874b;
  transform: rotate(-135deg);
  position: absolute;
  left: 0;
  top: 0.45em;
}

.c-list-b {
  padding-left: 15px;
  position: relative;
}
.c-list-b::before {
  content: "";
  width: 4px;
  height: 4px;
  border-style: solid;
  border-width: 2.5px;
  border-color: transparent transparent #50874b #50874b;
  transform: rotate(-135deg);
  position: absolute;
  left: 0;
  top: 0.45em;
}

.c-list-c {
  margin-bottom: 0.3em;
}
.c-list-c::before {
  content: "●";
  padding-right: 0.3em;
  color: #50874b;
}

.c-order-a {
  list-style-type: decimal;
  list-style-position: inside;
}

.c-order-b {
  list-style-position: inside;
  counter-increment: cnt;
}
.c-order-b::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

/*テーブル*/
.c-table-a {
  width: 100%;
  border: 1px solid #dee3e7;
}
.c-table-a th {
  padding: 12px 12px 12px 18px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
  background-color: #50874b;
  border-bottom: 1px solid #dee3e7;
}
.c-table-a td {
  padding: 12px 20px;
  line-height: 1.2;
  vertical-align: middle;
  border-bottom: 1px solid #dee3e7;
}
.c-table-a td a {
  color: #3b81c0;
}

.c-table-b {
  width: 100%;
  border: 1px solid #dee3e7;
}
.c-table-b tr:nth-child(2n) td {
  background-color: #f9f9f9;
}
.c-table-b th {
  padding: 12px 12px 12px 18px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
  background-color: #50874b;
  border-bottom: 1px solid #dee3e7;
}
.c-table-b td {
  padding: 12px 20px;
  line-height: 1.2;
  vertical-align: middle;
  border-bottom: 1px solid #dee3e7;
}
.c-table-b td a {
  color: #3b81c0;
}

/*ボタン*/
.c-btn-0 a {
  display: block;
  padding: 15px 35px;
  text-decoration: none;
  font-size: 1.5rem;
  color: #50874b;
  background-color: #fff;
  border: 1px solid #50874b;
  border-radius: 30px;
  position: relative;
  transition: all 0.3s;
}
.c-btn-0 a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1.5px;
  border-color: transparent transparent #50874b #50874b;
  transform: rotate(-135deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.c-btn-0 a:hover {
  color: #ffffff;
  background-color: #50874b;
}
.c-btn-0 a:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
}

/*テキストカラー*/
.c-color-gr {
  color: #50874b;
}

/*おすすめ番組バナー*/
section.recommend a img {
  border: 1px solid #ccc;
}

.site-header {
  min-width: 1100px;
  position: relative;
}
.site-header > .site-inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: initial;
}
.site-header > .site-inner > .logo {
  padding: 20px 0;
}
.site-header > .site-inner .header-navi {
  margin-right: 0;
}
.site-header > .site-inner .header-navi li {
  margin-right: 35px;
}
.site-header > .site-inner .header-navi li:last-child {
  margin-right: 0;
}
.site-header > .site-inner .header-navi > .program {
  margin-right: 0;
}
.site-header > .site-inner .header-navi > .program .svg {
  width: 24px;
  height: 20px;
  margin: 0 auto;
}
.site-header > .site-inner .header-navi > .app {
  margin-left: 35px;
}
.site-header > .site-inner .header-navi > .app .svg {
  width: 13px;
  height: 22px;
  margin: 0 auto;
}
.site-header > .drawer-hamburger {
  width: 65.5px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.site-header > .drawer-hamburger .box {
  position: relative;
  top: -33px;
}
.site-header > .drawer-hamburger .icon {
  display: block;
  position: absolute;
  width: 33px;
  height: 2px;
  left: 15px;
  background: #ffffff;
  transition: 0.3s ease-in-out;
}
.site-header > .drawer-hamburger .icon:nth-child(1) {
  top: 21px;
}
.site-header > .drawer-hamburger .icon:nth-child(2) {
  top: 32px;
}
.site-header > .drawer-hamburger .icon:nth-child(3) {
  width: 18px;
  top: 44px;
  left: 30px;
}
.site-header > .drawer-hamburger.active .box .icon:nth-child(3) {
  width: 0px;
}
.site-header > .drawer-hamburger.active .box .icon:nth-child(1), .site-header > .drawer-hamburger.active .box .icon:nth-child(2) {
  transition-delay: 0.3s;
}
.site-header > .drawer-hamburger.active .box .icon:nth-child(1) {
  transform: translate(0px, -5px) rotate(-45deg);
  top: 35px;
  left: 17px;
}
.site-header > .drawer-hamburger.active .box .icon:nth-child(2) {
  transform: translateY(-16px) rotate(45deg);
  top: 46px;
  left: 17px;
}

.site-footer {
  padding-top: 80px;
}
.site-footer > .site-inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0 10px 45px;
  box-sizing: border-box;
}
.site-footer > .site-inner > .flex-box {
  padding-bottom: 23px;
}
.site-footer > .site-inner > .flex-box > .sns-box a {
  padding: 10px 25px;
}
.site-footer > .site-inner > .flex-box > .sns-box a > .logo {
  padding-left: 20px;
}
.site-footer > .site-inner .footer-navi {
  margin-top: 43px;
}
.site-footer > .site-inner .footer-navi > .item {
  margin-top: 7px;
}
.site-footer > .site-inner .footer-navi > .item .parent {
  padding: 10px 0 8px;
}
.site-footer > .site-inner .footer-navi > .item .child a {
  margin: 6px 4px 0;
  padding: 4px 16px;
}
.site-footer > .site-inner > .copyright {
  margin-top: 60px;
  padding-top: 50px;
}

/* ---------- マージンの消去 ---------- */
._nomt {
  margin-top: 0 !important;
}

._nomb {
  margin-bottom: 0 !important;
}

._noml {
  margin-left: 0 !important;
}

._nomr {
  margin-right: 0 !important;
}

._nopa {
  padding: 0 !important;
}

/* ===============================================
FLOAT STYLE
=============================================== */
._right {
  float: right !important;
  display: inline;
}

._left {
  float: left !important;
  display: inline;
}

._nofloat {
  float: none !important;
}

._clear {
  clear: both !important;
}

/* ===============================================
TEXT ALIGN STYLE
=============================================== */
._txtright {
  text-align: right !important;
}

._txtleft {
  text-align: left !important;
}

._txtcenter {
  text-align: center !important;
}

:root {
  --HeaderHeight: 95px;
  scroll-padding: calc(var(--HeaderHeight) + 35px);
  scroll-behavior: smooth;
}

main::before {
  content: "";
  display: block;
  height: calc(var(--HeaderHeight) - 65px);
}

.site-spbnr {
  text-align: center;
  background-color: #f7f7f7;
  border-bottom: 1px solid #E2E2E2;
}

body.-alert > .site-header .emergency {
  width: 100%;
  display: block;
  background-color: #e62e2e;
}
body.-alert > .site-header .emergency .inner {
  display: flex;
  align-items: center;
  width: 1100px;
  margin: 0 auto;
  padding: 10px 10px;
  color: #fff;
  box-sizing: border-box;
}
body.-alert > .site-header .emergency .inner .icon {
  width: 32px;
  max-height: 37px;
}
body.-alert > .site-header .emergency .inner .label {
  padding-left: 10px;
  font-weight: bold;
  font-size: 2.1rem;
}
body.-alert > .site-header .emergency .inner .list {
  margin-left: 26px;
  padding-left: 26px;
  border-left: 1px solid #fff;
}
body.-alert > .site-header .emergency .inner .list li {
  padding-bottom: 5px;
}
body.-alert > .site-header .emergency .inner .list li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #fff;
}
body.-alert > .site-header .emergency .inner .list a {
  color: #fff;
}
body.-alert > .site-header > .drawer-hamburger {
  height: 64.1px;
  top: initial;
  bottom: 0;
  display: none !important;
}

.site-header .emergency {
  display: none;
}

.site-header {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #E2E2E2;
  position: fixed;
  top: 0;
  transition: 0.5s;
  z-index: 10;
}
.site-header.header_spbnr {
  top: 81px;
}
.site-header.j-hide {
  transform: translateY(-100%);
  top: 0;
}
.site-header.j-hide-sp {
  top: 0;
}
.site-header.type1 > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  background: url(/asset/img/common/ico_ny1.svg) no-repeat;
  background-size: 47px 47px;
  position: absolute;
  right: -66px;
  top: 50%;
  margin-top: -24px;
}
.site-header.type2 > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(/asset/img/common/ico_ny2.svg) no-repeat;
  background-size: 34px 34px;
  position: absolute;
  right: -54px;
  top: 50%;
  margin-top: -17px;
}
.site-header.type2 > .site-inner .logo.-typefull::after {
  background: url(/asset/img/common/ico_ny2_w.svg) no-repeat;
}
.site-header.type-setsubun > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  background: url(/asset/img/common/ico_setsubun.svg) no-repeat;
  background-size: 47px 47px;
  position: absolute;
  right: -66px;
  top: 50%;
  margin-top: -24px;
}
.site-header.type-valentain > .site-inner .logo::after {
  transform-origin: center top;
  animation: swing linear 4s 5;
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  background: url(/asset/img/common/ico_vt.svg) no-repeat;
  background-size: 47px 47px;
  position: absolute;
  right: -66px;
  top: 0;
  margin-top: -1px;
}
.site-header.type-cat > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 60px;
  background: url(/asset/img/common/ico_cat.gif) no-repeat;
  background-size: 75px 60px;
  position: absolute;
  right: -90px;
  bottom: 0;
  margin-top: 0;
}
.site-header.type-hinamatsuri > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(/asset/img/common/ico_hina.svg) no-repeat;
  background-size: 46px 46px;
  position: absolute;
  right: -66px;
  top: 50%;
  margin-top: -24px;
}
.site-header.type-sakura > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 48px;
  background: url(/asset/img/common/ico_sakura_2.svg) no-repeat;
  background-size: 46px 48px;
  position: absolute;
  right: -66px;
  bottom: 0;
  margin-top: 0;
}
.site-header.type-sakura2 > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 48px;
  background: url(/asset/img/common/ico_sakura_3.svg) no-repeat;
  background-size: 46px 48px;
  position: absolute;
  right: -66px;
  top: 50%;
  margin-top: -26px;
}
.site-header.type-traffic > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 65px;
  height: 51px;
  background: url(/asset/img/common/ico_traffic.gif) no-repeat;
  background-size: 65px 51px;
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -26px;
}
.site-header.type-boysfes > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 46px;
  background: url(/asset/img/common/ico_boysfes.png) no-repeat;
  background-size: 38px 46px;
  position: absolute;
  right: -58px;
  top: 50%;
  margin-top: -24px;
}
.site-header.type-rainy > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 58px;
  height: 46px;
  background: url(/asset/img/common/ico_rainy.png) no-repeat;
  background-size: 58px 46px;
  position: absolute;
  right: -78px;
  top: 50%;
  margin-top: -24px;
}
.site-header.type-bousai > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 65px;
  height: 51px;
  background: url(/asset/img/common/ico_bousai.gif) no-repeat;
  background-size: 65px 51px;
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -26px;
}
.site-header.type-halloween > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 58px;
  height: 46px;
  background: url(/asset/img/common/ico_halloween.png) no-repeat;
  background-size: 58px 46px;
  position: absolute;
  right: -78px;
  top: 50%;
  margin-top: -24px;
}
.site-header.type-christmas > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(/asset/img/common/ico_christmas22.png) no-repeat;
  background-size: 46px 46px;
  position: absolute;
  right: -58px;
  top: 50%;
  margin-top: -24px;
}
.site-header.type-christmas[data-type=sizeL] > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/asset/img/common/ico_christmas22.png) no-repeat;
  background-size: 60px 60px;
  position: absolute;
  right: -75px;
  top: 50%;
  margin-top: -30px;
}
.site-header.type-newyear > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 58px;
  height: 46px;
  background: url(/asset/img/common/ico_newyear_01.png) no-repeat;
  background-size: 58px 46px;
  position: absolute;
  right: -78px;
  top: 50%;
  margin-top: -24px;
}
.site-header.type-newyear[data-number="01"] > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 58px;
  height: 46px;
  background: url(/asset/img/common/ico_newyear_01.png) no-repeat;
  background-size: 58px 46px;
  position: absolute;
  right: -78px;
  top: 50%;
  margin-top: -24px;
}
.site-header.type-newyear[data-number="02"] > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 58px;
  height: 46px;
  background: url(/asset/img/common/ico_newyear_02.png) no-repeat;
  background-size: 58px 46px;
  position: absolute;
  right: -78px;
  top: 50%;
  margin-top: -24px;
}
.site-header.type-newyear[data-number="03"] > .site-inner .logo::after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(/asset/img/common/ico_newyear_03.png) no-repeat;
  background-size: 46px 46px;
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -24px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .site-header.type-cat > .site-inner .logo::after, .site-header.type-christmas > .site-inner .logo::after, .site-header.type-halloween > .site-inner .logo::after, .site-header.type-bousai > .site-inner .logo::after, .site-header.type-rainy > .site-inner .logo::after, .site-header.type-boysfes > .site-inner .logo::after, .site-header.type-traffic > .site-inner .logo::after, .site-header.type-sakura > .site-inner .logo::after, .site-header.type-sakura2 > .site-inner .logo::after, .site-header.type-hinamatsuri > .site-inner .logo::after, .site-header.type-valentain > .site-inner .logo::after, .site-header.type-setsubun > .site-inner .logo::after, .site-header.type-setsubun2 > .site-inner .logo::after, .site-header.type-newyear > .site-inner .logo::after, .site-header.type1 > .site-inner .logo::after, .site-header.type2 > .site-inner .logo::after, .site-header.type2 > .site-inner .logo.-typefull::after {
    display: none;
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.site-header > .site-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: var(--HeaderHeight);
}
.site-header > .site-inner > .logo {
  width: 170px;
  position: relative;
  line-height: 0;
}
.site-header > .site-inner > .logo[data-type="55th"] {
  padding: 0;
  /*width: 182px;*/
  width: 172px;
}
.site-header > .site-inner nav {
  display: flex;
  align-items: center;
}
.site-header > .site-inner .header-navi {
  display: flex;
  height: 100%;
  font-weight: bold;
  font-size: 1.4rem;
}
.site-header > .site-inner .header-navi > li {
  display: flex;
  margin-right: 25px !important;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.site-header > .site-inner .header-navi > li.recruit {
  margin-left: 20px;
}
.site-header > .site-inner .header-navi > li.app {
  margin: 0 !important;
}
.site-header > .site-inner .header-navi > li.is-open, .site-header > .site-inner .header-navi > li:hover {
  border-bottom: 2px solid #50874b;
}
.site-header > .site-inner .header-navi a {
  color: #232325;
  text-decoration: none;
  vertical-align: middle;
}
.site-header > .site-inner .header-navi .txt-bold {
  margin-top: 20px;
  color: #50874b;
  margin-bottom: 10px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
}
.site-header > .site-inner .header-navi > .program {
  font-size: 1.2rem;
}
.site-header > .site-inner .header-navi > .program .svg {
  display: block;
  padding-bottom: 2px;
}
.site-header > .site-inner .header-navi > .program .svg .cls-1 {
  fill: none;
  stroke: #50874b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.63px;
}
.site-header > .site-inner .header-navi > .program a {
  color: #50874b;
}
.site-header > .site-inner .header-navi > .app {
  font-size: 1.2rem;
}
.site-header > .site-inner .header-navi > .app .svg {
  display: block;
}
.site-header > .site-inner .header-navi > .app .svg .cls-1 {
  fill: none;
  stroke: #50874b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.63px;
}
.site-header > .site-inner .header-navi > .app a {
  color: #50874b;
}
.site-header > .site-inner .header-navi > .recruit {
  font-size: 1.2rem;
  margin-right: 28px;
}
.site-header > .site-inner .header-navi > .recruit .svg {
  display: block;
  width: 14px;
  height: 22px;
  margin: 0 auto;
}
.site-header > .site-inner .header-navi > .recruit .svg .cls-1 {
  fill: none;
  stroke: #50874b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.63px;
}
.site-header > .site-inner .header-navi > .recruit a {
  color: #50874b;
}
.site-header > .site-inner .header-navi__detail {
  display: none;
  position: absolute;
  top: var(--HeaderHeight);
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #E2E2E2;
  z-index: 2;
}
.site-header > .site-inner .header-navi__detail img {
  max-width: 100%;
  height: auto;
}
.site-header > .site-inner .header-navi__detail::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -3px;
  background-color: #E2E2E2;
}
.site-header > .site-inner .header-navi__detail .inner {
  display: flex;
  align-items: center;
  min-width: 1100px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 10px 40px;
  box-sizing: content-box !important; /* add */
}
.site-header > .site-inner .header-navi__detail .inner > div:nth-child(1) {
  flex-basis: 15%;
  padding-right: 30px;
  box-sizing: border-box;
}
.site-header > .site-inner .header-navi__detail .inner > div:nth-child(1).pickup {
  text-align: center;
}
.site-header > .site-inner .header-navi__detail .inner > div:nth-child(2) {
  flex-basis: 85%;
  padding: 0 30px;
  border-left: 1px solid #E2E2E2;
}
.site-header > .site-inner .header-navi__detail .inner > div:nth-child(2) ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.site-header > .site-inner .header-navi__detail .inner > div:nth-child(2) ul::before {
  order: 1;
  content: "";
  display: block;
  width: calc((100% - 20px) / 2);
}
.site-header > .site-inner .header-navi__detail .inner > div:nth-child(2) ul li {
  flex-basis: 150px;
  margin-right: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: left;
  line-height: 1.4;
}
.site-header > .site-inner .header-navi__detail .inner > div:nth-child(2) ul li a .thumb {
  border-radius: 3px;
  border: 2px solid transparent;
  overflow: hidden;
  transition: all 0.3s;
}
.site-header > .site-inner .header-navi__detail .inner > div:nth-child(2) ul li a .thumb img {
  max-width: calc(100% - 2px);
  border-radius: 3px;
  border: 1px solid #E2E2E2;
  transition: all 0.3s;
}
.site-header > .site-inner .header-navi__detail .inner > div:nth-child(2) ul li a:hover .thumb {
  border: 2px solid #50874b;
}
.site-header > .site-inner .header-navi__detail .inner > div:nth-child(2) ul li a:hover .thumb img {
  transform: scale(1.1, 1.1);
  border: 1px solid transparent;
}
.site-header > .site-inner .header-navi__detail .inner > div:nth-child(3) {
  flex-basis: 15%;
  padding-left: 20px;
  border-left: 1px solid #E2E2E2;
}
.site-header > .site-inner .header-navi__detail .inner .arrow {
  display: inline-block;
  margin-top: 6px;
  padding-left: 15px;
  line-height: 1.4;
  font-size: 1.3rem;
  font-weight: normal;
  color: #50874b;
  position: relative;
}
.site-header > .site-inner .header-navi__detail .inner .arrow::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-style: solid;
  border-width: 2.5px;
  border-color: transparent transparent #50874b #50874b;
  transform: rotate(-135deg);
  position: absolute;
  left: 0;
  top: 0.4em;
  box-sizing: content-box !important; /* add */
}
.site-header > .site-inner .header-navi__detail .inner a .btn {
  display: block;
  margin-top: 20px;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 1.4rem;
  color: #50874b;
  background-color: #fff;
  border: 1px solid #50874b;
  border-radius: 30px;
  position: relative;
  transition: all 0.3s;
}
.site-header > .site-inner .header-navi__detail .inner a .btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1.5px;
  border-color: transparent transparent #50874b #50874b;
  transform: rotate(-135deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.site-header > .site-inner .header-navi__detail .inner a:hover .btn {
  color: #ffffff;
  background-color: #50874b;
}
.site-header > .site-inner .header-navi__detail .inner a:hover .btn::after {
  border-color: transparent transparent #ffffff #ffffff;
}
.site-header > .site-inner .header-navi__detail.cat-news .inner > div:nth-child(1) {
  flex-basis: 60%;
  box-sizing: border-box;
}
.site-header > .site-inner .header-navi__detail.cat-news .inner > div:nth-child(1) ul {
  display: flex;
  align-items: center;
}
.site-header > .site-inner .header-navi__detail.cat-news .inner > div:nth-child(1) ul li {
  flex-basis: 170px;
  text-align: left;
}
.site-header > .site-inner .header-navi__detail.cat-news .inner > div:nth-child(1) li a .thumb {
  overflow: hidden;
}
.site-header > .site-inner .header-navi__detail.cat-news .inner > div:nth-child(1) li a .thumb img {
  width: 100%;
  transition: all 0.3s;
}
.site-header > .site-inner .header-navi__detail.cat-news .inner > div:nth-child(1) li a:hover img {
  transform: scale(1.1, 1.1);
}
.site-header > .site-inner .header-navi__detail.cat-news .inner > div:nth-child(2) {
  flex-basis: 40%;
}
.site-header > .site-inner .header-navi__detail.cat-news .inner > div:nth-child(2) p {
  text-align: left;
}
.site-header > .site-inner .header-navi__detail.cat-news .inner > div:nth-child(2) ul {
  margin-top: 10px;
}
.site-header > .site-inner .header-navi__detail.cat-news .inner > div:nth-child(2) ul li {
  flex-basis: 170px;
  text-align: left;
}
.site-header > .site-inner .header-navi__detail.cat-news .inner > div:nth-child(2) ul li a img {
  opacity: 1;
  transition: all 0.3s;
}
.site-header > .site-inner .header-navi__detail.cat-news .inner > div:nth-child(2) ul li a:hover img {
  opacity: 0.7;
}
.site-header > .site-inner .header-navi__detail.cat-lineup .inner .lineup-list {
  display: flex;
  justify-content: flex-start;
  margin-top: 12px;
  padding: 20px 0 0;
  border-top: 1px solid #E2E2E2;
}
.site-header > .site-inner .header-navi__detail.cat-lineup .inner .lineup-list li {
  flex-basis: auto;
  margin-right: 30px;
}
.site-header > .site-inner .header-navi__detail.cat-announcer .inner .pickup {
  flex-basis: 30%;
  box-sizing: border-box;
}
.site-header > .site-inner .header-navi__detail.cat-announcer .inner div:nth-child(2) {
  flex-basis: 70%;
  padding: 0 0 0 30px;
}
.site-header > .site-inner .header-navi__detail.cat-announcer .inner .ana-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -15px;
}
.site-header > .site-inner .header-navi__detail.cat-announcer .inner .ana-list::after {
  display: block;
  content: "";
  flex-basis: 110px;
}
.site-header > .site-inner .header-navi__detail.cat-announcer .inner .ana-list li {
  flex-basis: 110px;
  margin-right: 35px;
  text-align: center;
}
.site-header > .site-inner .header-navi__detail.cat-announcer .inner .ana-list li a .thumb {
  width: 110px;
  height: 110px;
  margin: 15px auto 0;
  border-radius: 50%;
  border: 2px solid #50874b;
}
.site-header > .site-inner .header-navi__detail.cat-announcer .inner .ana-list li a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  border-radius: 50%;
  transition: none;
}
.site-header > .site-inner .header-navi__detail.cat-announcer .inner .ana-list li a:hover .thumb {
  border: 2px solid #50874b;
}
.site-header > .site-inner .header-navi__detail.cat-announcer .inner .ana-list li a:hover .thumb img {
  transform: none;
}
.site-header > .site-inner .header-navi__detail.cat-announcer .inner .ana-list li .arrow {
  font-size: 1.5rem;
}
.site-header > .site-inner .header-navi__detail.cat-wakuwaku .inner > div:nth-child(1) {
  flex-basis: 30%;
  box-sizing: border-box;
}
.site-header > .site-inner .header-navi__detail.cat-wakuwaku .inner > div:nth-child(1) .thumb img {
  width: 100%;
}
.site-header > .site-inner .header-navi__detail.cat-wakuwaku .inner > div:nth-child(2) {
  flex-basis: 85%;
  padding: 0 0 0 30px;
  box-sizing: border-box;
}
.site-header > .site-inner .header-navi__detail.cat-wakuwaku .inner > div:nth-child(2) ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.site-header > .site-inner .header-navi__detail.cat-wakuwaku .inner > div:nth-child(2) ul::before {
  order: 1;
  content: "";
  display: block;
  width: calc((100% - 20px) / 2);
}
.site-header > .site-inner .header-navi__detail.cat-wakuwaku .inner > div:nth-child(2) ul li {
  flex-basis: 180px;
  margin-right: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: left;
}
.site-header > .site-inner .header-navi__detail.cat-wakuwaku .inner > div:nth-child(2) ul li:nth-child(4n) {
  margin-right: 0;
}
.site-header > .site-inner .header-navi__detail.cat-wakuwaku .inner > div:nth-child(2) ul li a .thumb {
  border-radius: 3px;
  border: 2px solid transparent;
  overflow: hidden;
  transition: all 0.3s;
}
.site-header > .site-inner .header-navi__detail.cat-wakuwaku .inner > div:nth-child(2) ul li a .thumb img {
  max-width: calc(100% - 2px);
  border-radius: 3px;
  border: 1px solid #E2E2E2;
  transition: all 0.3s;
}
.site-header > .site-inner .header-navi__detail.cat-wakuwaku .inner > div:nth-child(2) ul li a:hover .thumb {
  border: 2px solid #50874b;
}
.site-header > .site-inner .header-navi__detail.cat-wakuwaku .inner > div:nth-child(2) ul li a:hover .thumb img {
  transform: scale(1.1, 1.1);
  border: 1px solid transparent;
}
.site-header > .site-inner .header-navi__detail.cat-contents .inner > div:nth-child(1) {
  flex-basis: 470px;
}
.site-header > .site-inner .header-navi__detail.cat-contents .inner > div:nth-child(1) .movie p {
  color: #50874b;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.site-header > .site-inner .header-navi__detail.cat-contents .inner > div:nth-child(1) video, .site-header > .site-inner .header-navi__detail.cat-contents .inner > div:nth-child(1) img {
  width: 470px;
  height: 264px;
  max-width: initial;
  border: 3px solid #50874b;
  box-shadow: 3px 3px 6px #ccc;
}
.site-header > .site-inner .header-navi__detail.cat-contents .inner > div:nth-child(2) {
  padding-right: 0;
}
.site-header > .site-inner .header-navi__detail.cat-contents .inner > div:nth-child(2) ul {
  justify-content: flex-start;
}
.site-header > .site-inner .header-navi__detail.cat-contents .inner > div:nth-child(2) ul li {
  flex-basis: 170px;
}
.site-header > .site-inner .header-navi__detail.cat-contents .inner > div:nth-child(2) ul li:nth-child(3n) {
  margin-right: 0;
}
.site-header > .site-inner .header-navi__detail.cat-company .inner > div:nth-child(1) {
  flex-basis: 300px;
}
.site-header > .site-inner .header-navi__detail.cat-company .inner > div:nth-child(1) .recruit {
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}
.site-header > .site-inner .header-navi__detail.cat-company .inner > div:nth-child(1) .recruit .thumb {
  display: flex;
  width: 100%;
  height: 80px;
  justify-content: space-between;
  margin: 0 auto;
}
.site-header > .site-inner .header-navi__detail.cat-company .inner > div:nth-child(1) .recruit .thumb img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  border-radius: 50%;
}
.site-header > .site-inner .header-navi__detail.cat-company .inner > div:nth-child(2) {
  flex-basis: 480px;
}
.site-header > .site-inner .header-navi__detail.cat-company .inner > div:nth-child(2) .movie p {
  color: #50874b;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.site-header > .site-inner .header-navi__detail.cat-company .inner > div:nth-child(2) video, .site-header > .site-inner .header-navi__detail.cat-company .inner > div:nth-child(2) img {
  width: 480px;
  height: 270px;
  max-width: initial;
  border: 3px solid #50874b;
  box-shadow: 3px 3px 6px #ccc;
}
.site-header > .site-inner .header-navi__detail.cat-company .inner > div:nth-child(3) {
  flex-basis: auto;
}
.site-header > .site-inner .header-navi__detail.cat-company .inner > div:nth-child(3) ul li {
  flex-basis: 50%;
  margin-right: 0;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 1.6rem;
  text-align: left;
}
.site-header > .site-inner .header-navi__detail.cat-company .inner > div:nth-child(3) ul li a:hover .arrow {
  text-decoration: underline;
}
.site-header > .drawer-hamburger {
  display: none !important;
  cursor: pointer;
  padding: 0;
  border: 0;
  background-color: #50874b;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}
.site-header > .drawer-hamburger:focus {
  outline: 0;
}
.site-header > .drawer-hamburger.active + .drawer-navi.j-active .inner {
  transform: translateX(0%);
}
.site-header > .drawer-navi-bg {
  width: 0;
  height: 100vh;
  background-color: transparent;
  z-index: -2;
  transition: background-color 0.7s;
  position: absolute;
  top: 0;
  right: 0;
}
.site-header > .drawer-navi-bg.j-active {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.site-header > .drawer-navi {
  display: none !important;
  width: 280px;
  height: 100vh;
  padding: 150px 50px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  color: #000;
  text-align: center;
  background: #50874b;
  transform: translateX(100%);
  transition: transform 0.5s, z-index 0.1s;
  transition-delay: 0.1s;
  box-sizing: initial;
}
.site-header > .drawer-navi.j-active {
  padding-bottom: 70px;
  z-index: 101;
  transform: translateX(0);
}
.site-header > .drawer-navi ul {
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
}
.site-header > .drawer-navi ul li {
  margin-bottom: 25px;
}
.site-header > .drawer-navi .contact {
  margin-top: 60px;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.site-header > .drawer-navi .contact a {
  display: block;
  padding: 12px 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  position: relative;
}
.site-header > .drawer-navi .contact a .icon {
  width: 30px;
  vertical-align: middle;
  position: absolute;
  top: 17px;
  left: 35px;
}
.site-header > .drawer-navi .contact a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent transparent #ffffff #ffffff;
  transform: rotate(-135deg);
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
}
.site-header > .drawer-navi a {
  color: #fff;
  text-decoration: none;
}
.site-header > .drawer-navi .sns-box {
  margin-top: 60px;
}
.site-header > .drawer-navi .sns-box .logo {
  width: 240px;
  margin-top: 10px;
  fill: #ffffff;
}

.site-footer {
  width: 100%;
  min-width: 1100px;
  position: relative;
  background-color: #F3F3F3;
  /*ページTOP*/
}
.site-footer > .site-inner.-sakura {
  position: relative;
}
.site-footer > .site-inner.-sakura::before {
  content: "";
  display: inline-block;
  width: 400px;
  height: 195px;
  position: absolute;
  top: -154px;
  right: 0;
  background: url(/asset/img/common/img_sakura.gif) no-repeat left top;
  background-size: contain;
}
.site-footer > .site-inner > .flex-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #E2E2E2;
}
.site-footer > .site-inner > .flex-box > .logo {
  width: 158px;
  margin-right: auto;
}
.site-footer > .site-inner > .flex-box .sns-box {
  margin-left: 20px;
}
.site-footer > .site-inner > .flex-box .sns-box a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 26px 10px 45px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  box-sizing: initial;
}
.site-footer > .site-inner > .flex-box .sns-box a::before, .site-footer > .site-inner > .flex-box .sns-box a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  box-sizing: initial;
}
.site-footer > .site-inner > .flex-box .sns-box a::before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.3rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.site-footer > .site-inner > .flex-box .sns-box a::after {
  left: 0;
  background: #50874b;
  z-index: 1;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.site-footer > .site-inner > .flex-box .sns-box a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
  box-sizing: initial;
}
.site-footer > .site-inner > .flex-box .sns-box a:hover span {
  color: #fff;
}
.site-footer > .site-inner > .flex-box .sns-box a:hover::before {
  left: 2rem;
}
.site-footer > .site-inner > .flex-box .sns-box a:hover::after {
  right: 0;
  width: 100%;
}
.site-footer > .site-inner > .flex-box .sns-box.-setsubn a {
  padding: 15px 25px 15px 50px;
  border-radius: 0;
  background: url(/asset/img/common/sushiroll.png) no-repeat left top, url(/asset/img/common/sushiroll_on.png) no-repeat left top;
  background-size: contain;
}
.site-footer > .site-inner > .flex-box .sns-box.-setsubn a:hover {
  color: #fff;
  background: url(/asset/img/common/sushiroll_on.png) no-repeat left top;
  background-size: contain;
}
.site-footer > .site-inner > .flex-box .sns-box.-setsubn a:hover > .logo {
  fill: #ffffff;
}
.site-footer > .site-inner > .flex-box .sns-box.-setsubn a:hover > .logo .cls-1 {
  fill: #ffffff;
}
.site-footer > .site-inner > .flex-box .sns-box.-hinamatsuri {
  position: relative;
}
.site-footer > .site-inner > .flex-box .sns-box.-hinamatsuri a:hover {
  color: #fff;
  background-color: #efa0a0;
}
.site-footer > .site-inner > .flex-box .sns-box.-hinamatsuri a:hover > .logo {
  fill: #fff;
}
.site-footer > .site-inner > .flex-box .sns-box.-hinamatsuri::before {
  content: "";
  display: inline-block;
  width: 228px;
  height: 84px;
  position: absolute;
  top: -75px;
  left: 32px;
  background: url(/asset/img/common/ico_hina.png) no-repeat left top;
  background-size: contain;
}
.site-footer > .site-inner > .flex-box .sns-box.-hinamatsuri:hover::before {
  background: url(/asset/img/common/ico_hina_on.png) no-repeat left top;
  background-size: contain;
}
.site-footer > .site-inner .footer-navi {
  font-size: 1.4rem;
}
.site-footer > .site-inner .footer-navi > .item {
  display: flex;
}
.site-footer > .site-inner .footer-navi > .item .parent {
  font-weight: bold;
  flex: 0 0 11%;
}
.site-footer > .site-inner .footer-navi > .item .child ul {
  overflow: hidden;
}
.site-footer > .site-inner .footer-navi > .item .child ul li {
  float: left;
}
.site-footer > .site-inner .footer-navi > .item .child ul li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  margin: 0 2px;
  border-right: 1px solid #A0A0A0;
  position: relative;
  top: 2px;
}
.site-footer > .site-inner .footer-navi > .item .child ul li:last-child::after {
  display: none;
}
.site-footer > .site-inner .footer-navi > .item .child ul li a {
  display: inline-block;
  text-decoration: none;
  color: #232325;
}
.site-footer > .site-inner .footer-navi > .item .child ul li a:hover {
  text-decoration: underline;
}
.site-footer > .site-inner > .copyright {
  color: #232325;
  font-size: 1.4rem;
  text-align: center;
  border-top: 1px solid #E2E2E2;
}
.site-footer > .page-top {
  position: fixed;
  display: none;
  width: 100px;
  height: 156px;
  right: 15px;
  bottom: 45px;
  font-size: 50px;
  font-weight: bold;
  z-index: 2;
  cursor: pointer;
}
.site-footer > .page-top img {
  width: 100px;
  height: auto;
}
.site-footer > .page-top.-newspa {
  display: none;
  width: 350px;
  height: 185px;
}
.site-footer > .page-top.-newspa img {
  width: 350px;
}
.site-footer > .page-top.-christmas {
  width: 130px;
  bottom: 25px;
  /**/
}
.site-footer > .page-top.-christmas img {
  width: 100%;
}
.site-footer > .page-top.-setsubun {
  width: 120px;
  height: 165px;
}
.site-footer > .page-top.-setsubun img {
  width: 120px;
}
.site-footer > .page-top.-setsubun2 {
  width: 120px;
  height: 173px;
  bottom: 25px;
}
.site-footer > .page-top.-setsubun2 img {
  width: 120px;
}
.site-footer > .page-top.-traffic {
  width: 115px;
  height: 182px;
}
.site-footer > .page-top.-traffic img {
  width: 115px;
}
.site-footer > .page-top.-movie a {
  position: absolute;
  width: 347px;
  height: 168px;
  left: -245px;
  top: 0;
  z-index: 3;
}
.site-footer > .page-top.-movie .spa {
  z-index: 2;
  width: 105px;
  position: relative;
}
.site-footer > .page-top.-movie .inmovie {
  position: absolute;
  left: -245px;
  top: 27px;
}
.site-footer > .page-top.-movie .inmovie iframe {
  border: 3px solid #50874b;
  border-radius: 12px;
}
.site-footer > .page-top.-movie .text img {
  width: 245px;
  max-width: 245px;
  position: absolute;
  left: -245px;
  top: 0;
}

/*----- #footer-bnr -----*/
#footer-bnr {
  width: 400px;
  position: relative;
  margin: 0 auto;
  display: none;
  z-index: 9999;
}
#footer-bnr .bnr_box {
  width: 400px;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  padding: 5px;
  background: #fff;
}
#footer-bnr .bnr_box p.close {
  position: absolute;
  right: 7px;
  top: 7px;
}
#footer-bnr .bnr_box p.close a {
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
#footer-bnr .bnr_box p.close a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#footer-bnr .bnr_box p.close a span i {
  font-size: 20px;
  z-index: 888;
  color: #222;
}
#footer-bnr .bnr_img {
  box-sizing: border-box;
  padding: 0px;
  background-color: #ffffff;
  text-align: center;
}
#footer-bnr .bnr_img a {
  display: block;
}
#footer-bnr .bnr_img img {
  max-width: 100%;
}

/* =============================================== */
.feature-box2.type-common {
  margin: 140px auto 0;
  padding: 50px 0 50px;
  background-color: #E5EDE4;
  box-shadow: 0 -1px 12px #b4bfb3;
}
.feature-box2.type-common .inner {
  width: 1100px;
  margin: 0 auto;
}
.feature-box2.type-common .contenttitle {
  display: block;
  position: relative;
  margin: 0 auto 40px;
  text-align: center;
  color: #50874b;
}
.feature-box2.type-common .contenttitle span {
  padding: 0 30px;
  font-size: 3.8rem;
  font-family: "Josefin Sans", sans-serif;
  background-color: #E5EDE4;
  position: relative;
  z-index: 2;
}
.feature-box2.type-common .contenttitle span img {
  width: 242px;
  height: auto;
  vertical-align: baseline;
}
.feature-box2.type-common .contenttitle::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #50874b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.feature-box2.type-common .contenttitle::after {
  display: none;
}
.feature-box2.type-common .item-list {
  margin: 30px 0 0;
  padding-bottom: 0.65em;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.feature-box2.type-common .item-list li {
  display: flex;
  width: calc(25% - 20px);
  padding-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 3px 3px 0 #769974;
  transition: all 0.3s;
}
.feature-box2.type-common .item-list li.is-hidden {
  display: none;
}
.feature-box2.type-common .item-list li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  width: 100%;
}
.feature-box2.type-common .item-list li a:hover .thumb img {
  opacity: 0.8;
}
.feature-box2.type-common .item-list li .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #f9f9f9;
  position: relative;
}
.feature-box2.type-common .item-list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
  position: absolute;
  top: 0;
}
.feature-box2.type-common .item-list li .title {
  margin: 10px 5px auto;
  font-size: 1.4rem;
}
.feature-box2.type-common .item-list li .metabox {
  display: flex;
  justify-content: space-between;
  padding: 10px 5px 0;
}
.feature-box2.type-common .item-list li .cat {
  color: #A0A0A0;
  font-size: 1.3rem;
}
.feature-box2.type-common .item-list li time {
  color: #A0A0A0;
  font-size: 1.3rem;
}
.feature-box2.type-common .more {
  width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.feature-box2.type-common .more .btn {
  display: block;
  padding: 15px 35px;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #50874b;
  border: 1px solid #50874b;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.feature-box2.type-common .more .btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1.5px;
  border-color: transparent transparent #50874b #50874b;
  transform: rotate(-45deg);
  transition: all 0.3s;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
}
.feature-box2.type-common .more .btn:hover {
  color: #fff;
  background-color: #50874b;
}
.feature-box2.type-common .more .btn:hover::after {
  border-color: transparent transparent #fff #fff;
}

summary {
  list-style: none !important;
}

summary::-webkit-details-marker {
  display: none !important;
}

.page-content {
  min-width: 1100px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pc2 {
  display: inline !important;
}

.sp2 {
  display: none !important;
}

.sp3 {
  display: none !important;
}

.pc_clear {
  clear: both;
}

.sp_clear {
  clear: none;
}

.hidden {
  display: none !important;
}

.paddent {
  padding-left: 1em;
  text-indent: -1em;
}

br.compact {
  display: block;
  content: "";
  margin-top: 20px;
}

br.compact2 {
  display: block;
  content: "";
  margin-top: 10px;
}

.palt {
  font-feature-settings: "palt";
}/*# sourceMappingURL=common.css.map */


html[data-wg-translated] .only_ja {
	display: none!important;
}