<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "UTF-8";
/*clearfix*/
/*flex*/
/*flex*/
html {
  font-size: 0.625em;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  -webkit-text-size-adjust: none;
  color: #3E3A39;
}
@media screen and (max-width: 644px) {
  body {
    font-size: 13px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 1s;
  color: inherit;
}

a[href]:hover {
  opacity: 0.8;
}

figure {
  position: relative;
}

#siteWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#siteWrap #siteHeader {
  width: 100%;
  order: 1;
}
#siteWrap .pageContents {
  width: 100%;
  order: 2;
}
#siteWrap h1 {
  width: 100%;
  order: 3;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 0px 50px;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #siteWrap h1 {
    padding: 15px 0px 25px;
    font-size: 12px;
  }
}
#siteWrap #siteFooter {
  width: 100%;
  order: 4;
  background: #fff;
}
@media screen and (max-width: 644px) {
  #siteWrap #siteFooter {
    padding-bottom: 80px;
  }
}

#siteHeader.bk {
  color: #162E44;
  background: rgba(255, 255, 255, 0.85);
}
#siteHeader.bk.scrollin {
  background: rgba(255, 255, 255, 0.85);
}
#siteHeader.bk.scrollin .sp_sub_nav {
  background: rgba(255, 255, 255, 0.85);
}
#siteHeader.bk .sp_sub_nav {
  background: rgba(255, 255, 255, 0.85);
}
#siteHeader.bk .sp_sub_nav li a {
  border-color: #162E44;
}
#siteHeader.bk #firstNavWrap .menu_btn_wrap .menu_btn span {
  background: #162E44;
}
#siteHeader.bk #firstNavWrap .menu_btn_wrap .menu_btn span::before, #siteHeader.bk #firstNavWrap .menu_btn_wrap .menu_btn span::after {
  border-color: #162E44;
}
#siteHeader.bk #gNav {
  background: rgb(255, 255, 255);
}
#siteHeader.bk #gNav .gNav_in .nav_list {
  border-color: #162E44;
}
#siteHeader.bk .menu_btn_wrap .menu_btn span::before, #siteHeader.bk .menu_btn_wrap .menu_btn span::after {
  border-color: #162E44;
}

.siteName_logo {
  max-width: 60%;
}
@media screen and (max-width: 644px) {
  .siteName_logo {
    max-width: 80%;
  }
}
.siteName_logo a {
  width: 100%;
}
.siteName_logo span {
  display: block;
  width: 100%;
  max-width: 195px;
  line-height: 1;
}

#siteHeader {
  top: 0px;
  left: 0px;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  position: fixed;
  z-index: 99;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 800px) {
  #siteHeader {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#siteHeader.scrollin {
  background: rgba(51, 51, 51, 0.85);
}
#siteHeader.scrollin .sp_sub_nav {
  background: rgba(51, 51, 51, 0.85);
}
#siteHeader .sp_sub_nav {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0px;
  box-sizing: border-box;
  padding: 0px 10px 10px;
}
@media screen and (max-width: 644px) {
  #siteHeader .sp_sub_nav {
    display: block;
  }
}
#siteHeader .sp_sub_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#siteHeader .sp_sub_nav ul li {
  width: 49%;
}
#siteHeader .sp_sub_nav ul li a {
  font-size: 10px;
  display: block;
  box-sizing: border-box;
  padding: 10px 5px;
  text-align: center;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.07);
}
#siteHeader #firstNavWrap {
  display: flex;
  width: 88.88%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #siteHeader #firstNavWrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 800px) {
  #siteHeader #firstNavWrap {
    padding: 0px 10px;
  }
}
#siteHeader.wh {
  color: #fff;
}
#siteHeader.wh a {
  color: #fff;
}

.menu_btn_wrap {
  margin-left: auto;
  margin-right: 0px;
}
.menu_btn_wrap .menu_btn {
  cursor: pointer;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 15px;
  letter-spacing: 0.25em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .menu_btn_wrap .menu_btn {
    display: block;
    font-size: 11px;
    text-indent: 0.25em;
  }
}
.menu_btn_wrap .menu_btn span {
  display: block;
  width: 23px;
  height: 1px;
  background: #fff;
  box-sizing: border-box;
  margin-left: 5px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .menu_btn_wrap .menu_btn span {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.menu_btn_wrap .menu_btn span::before, .menu_btn_wrap .menu_btn span::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 1px #fff;
  position: absolute;
}
.menu_btn_wrap .menu_btn span::before {
  top: -7px;
  left: 0px;
}
.menu_btn_wrap .menu_btn span::after {
  bottom: -7px;
  left: 0px;
}
.menu_btn_wrap .menu_btn.close {
  position: absolute;
  top: 30px;
  right: 55px;
}
@media screen and (max-width: 1280px) {
  .menu_btn_wrap .menu_btn.close {
    right: 15px;
  }
}
@media screen and (max-width: 800px) {
  .menu_btn_wrap .menu_btn.close {
    top: 15px;
  }
}
@media screen and (max-width: 644px) {
  .menu_btn_wrap .menu_btn.close {
    top: 5px;
  }
}
.menu_btn_wrap .menu_btn.close span {
  background: none;
}
.menu_btn_wrap .menu_btn.close span::before {
  top: 0px;
  transform: rotate(45deg);
}
.menu_btn_wrap .menu_btn.close span::after {
  bottom: 0px;
  transform: rotate(-45deg);
}

#gNav {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  max-height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  box-sizing: border-box;
  padding: 30px 0px 60px;
  overflow-y: scroll;
}
@media screen and (max-width: 644px) {
  #gNav {
    padding: 30px 0px 80px;
  }
}
#gNav.open {
  display: block;
}
#gNav .gNav_in {
  width: 84.02%;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  #gNav .gNav_in {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 644px) {
  #gNav .gNav_in {
    padding-bottom: 60px;
  }
}
#gNav .gNav_in .siteName_logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  #gNav .gNav_in .siteName_logo {
    margin-bottom: 20px;
  }
}
#gNav .gNav_in .nav_list {
  box-sizing: border-box;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 70px 0px 0px;
  margin-bottom: 35px;
}
@media screen and (max-width: 800px) {
  #gNav .gNav_in .nav_list {
    padding: 35px 0px 0px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 644px) {
  #gNav .gNav_in .nav_list {
    padding-top: 15px;
  }
}
#gNav .gNav_in ul {
  width: 100%;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 644px) {
  #gNav .gNav_in ul {
    display: block;
  }
}
#gNav .gNav_in ul li {
  width: 50%;
  margin-bottom: 45px;
}
@media screen and (max-width: 800px) {
  #gNav .gNav_in ul li {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 644px) {
  #gNav .gNav_in ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
#gNav .gNav_in ul li.soon {
  opacity: 0.5;
}
#gNav .gNav_in ul li.new {
  display: flex;
  align-items: center;
}
#gNav .gNav_in ul li.new::after {
  content: "NEW";
  display: block;
  box-sizing: border-box;
  border: solid 1px #fff;
  padding: 5px 10px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  #gNav .gNav_in ul li.new::after {
    font-size: 12px;
  }
}
@media screen and (max-width: 644px) {
  #gNav .gNav_in ul li.new::after {
    margin-left: 10px;
  }
}
#gNav .gNav_in ul li .eng {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 0.16em;
  display: block;
}
@media screen and (max-width: 800px) {
  #gNav .gNav_in ul li .eng {
    font-size: 16px;
  }
}
#gNav .gNav_in ul li a[href]:hover {
  color: #8A7F4D;
}
#gNav .gNav_in .nav_contact_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #gNav .gNav_in .nav_contact_area {
    display: block;
  }
}
#gNav .gNav_in .nav_contact_area .action_menu {
  width: 47.1%;
  margin-right: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  #gNav .gNav_in .nav_contact_area .action_menu {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  #gNav .gNav_in .nav_contact_area .action_menu {
    margin-right: 0px;
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 644px) {
  #gNav .gNav_in .nav_contact_area .action_menu {
    margin-bottom: 10px;
  }
}
#gNav .gNav_in .nav_contact_area .action_menu a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  text-align: center;
  box-sizing: border-box;
  width: 48.24%;
  color: #fff;
  height: 76px;
  padding: 5px;
}
@media screen and (max-width: 1024px) {
  #gNav .gNav_in .nav_contact_area .action_menu a {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #gNav .gNav_in .nav_contact_area .action_menu a {
    font-size: 14px;
    height: 55px;
  }
}
#gNav .gNav_in .nav_contact_area .action_menu a.res {
  background: #162E44;
  margin-right: 2.27%;
}
@media screen and (max-width: 1024px) {
  #gNav .gNav_in .nav_contact_area .action_menu a.res {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
#gNav .gNav_in .nav_contact_area .action_menu a.entry {
  background: #6F1936;
}
#gNav .gNav_in .nav_contact_area .tel_box {
  width: 32.23%;
}
@media screen and (max-width: 1280px) {
  #gNav .gNav_in .nav_contact_area .tel_box {
    width: 47%;
  }
}
@media screen and (max-width: 800px) {
  #gNav .gNav_in .nav_contact_area .tel_box {
    width: 100%;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
}
#gNav .gNav_in .nav_contact_area .tel_box .txt01 {
  font-size: 16px;
  line-height: 1.87;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  #gNav .gNav_in .nav_contact_area .tel_box .txt01 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#gNav .gNav_in .nav_contact_area .tel_box .addressTelNum {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  #gNav .gNav_in .nav_contact_area .tel_box .addressTelNum {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#gNav .gNav_in .nav_contact_area .tel_box .addressTelNum i {
  display: inline-block;
  width: 33px;
  margin-right: 5px;
}
@media screen and (max-width: 800px) {
  #gNav .gNav_in .nav_contact_area .tel_box .addressTelNum i {
    width: 20px;
  }
}
#gNav .gNav_in .nav_contact_area .tel_box .addressTelNum i svg {
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 800px) {
  #gNav .gNav_in .nav_contact_area .tel_box .addressTelNum i svg {
    width: 20px;
    height: 20px;
  }
}
#gNav .gNav_in .nav_contact_area .tel_box .txt02 {
  font-size: 10px;
}

#contactWrap {
  background: #fff;
  padding-top: 50px;
}
#contactWrap #contact {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  #contactWrap #contact {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding: 0px 20px;
    margin-bottom: 10px;
  }
}
#contactWrap #contact strong {
  display: block;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px #B6B6B6;
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  #contactWrap #contact strong {
    font-size: 14px;
  }
}
#contactWrap #contact .addressTelNum {
  font-size: 56px;
  color: #7e0f27;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #contactWrap #contact .addressTelNum {
    font-size: 32px;
  }
}
#contactWrap #contact .addressTelNum i {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.3em;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  #contactWrap #contact .addressTelNum i {
    margin-right: 5px;
  }
}
#contactWrap #contact .addressOpen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  #contactWrap #contact .addressOpen {
    margin-bottom: 10px;
  }
}
#contactWrap #contact .addressOpen li {
  font-size: 12px;
  margin: 0px 20px;
}
@media screen and (max-width: 800px) {
  #contactWrap #contact .addressOpen li {
    font-size: 11px;
    margin: 0px 10px;
  }
}
#contactWrap #contact small {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.58;
}
@media screen and (max-width: 800px) {
  #contactWrap #contact small {
    font-size: 11px;
  }
}
#contactWrap .corpList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
#contactWrap .corpList .daikyo_new {
  width: 220px;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 480px) {
  #contactWrap .corpList .daikyo_new {
    margin-bottom: 10px;
  }
}
#contactWrap .corpList .daikyo_new02 {
  width: 324px;
  margin-bottom: 10px;
}
#contactWrap .corpList .tuchiya {
  width: 242px;
  margin-bottom: 10px;
}

#fNavWrap {
  background: #F4F4F4;
  padding: 15px 0px;
}
@media screen and (max-width: 800px) {
  #fNavWrap {
    padding: 0px;
  }
}
#fNavWrap .fNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #fNavWrap .fNav {
    border-top: solid 1px #D2D2D2;
  }
}
#fNavWrap .fNav li {
  font-size: 11px;
  box-sizing: border-box;
  padding: 0px 5px;
  border-left: solid 1px #000;
}
@media screen and (max-width: 800px) {
  #fNavWrap .fNav li {
    width: 50%;
    padding: 0px;
    border-bottom: solid 1px #D2D2D2;
    border-left: none;
  }
}
#fNavWrap .fNav li:nth-child(1) {
  border-left: none;
}
@media screen and (max-width: 800px) {
  #fNavWrap .fNav li.sp_bdl {
    border-left: solid 1px #D2D2D2;
  }
}
#fNavWrap .fNav li.soon a {
  opacity: 0.5;
}
@media screen and (max-width: 800px) {
  #fNavWrap .fNav li.w100 {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #fNavWrap .fNav li a {
    box-sizing: border-box;
    padding: 14px 0px;
    text-align: center;
    display: block;
  }
}

.more_contents {
  padding: 30px 0px;
}
@media screen and (max-width: 800px) {
  .more_contents {
    padding: 15px 0px;
  }
}
.more_contents .more_tit01 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  font-weight: 400;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  .more_contents .more_tit01 {
    font-size: 20px;
  }
}
.more_contents .swiper-wrapper {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .more_contents .swiper-wrapper {
    margin-bottom: 20px;
  }
}
.more_contents .swiper-slide figure {
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .more_contents .swiper-slide figure {
    margin-bottom: 10px;
  }
}
.more_contents .swiper-slide figure.soon::after {
  content: "coming soon";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  background: rgb(0, 0, 0);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  padding-top: 20%;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.more_contents .swiper-slide figure img {
  width: 100%;
}
.more_contents .swiper-slide figure.movie {
  position: relative;
  overflow: hidden;
}
.more_contents .swiper-slide figure.movie img {
  position: relative;
  z-index: 1;
}
.more_contents .swiper-slide figure.movie .imgcap {
  z-index: 2;
}
.more_contents .swiper-slide figure.movie iframe {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 127% !important;
}
.more_contents .swiper-slide .tit01 {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .more_contents .swiper-slide .tit01 {
    font-size: 15px;
  }
}

.caption_area {
  width: 100%;
  text-align: left;
  padding: 50px 0px;
  background: #fff;
}
.caption_area .caption_area_in {
  max-width: 1110px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  line-height: 1.45;
  color: #4D4D4D;
}
.caption_area.wh .caption_area_in {
  color: #fff;
}

.panel_area ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.panel_area ul li {
  width: 33.33%;
  box-sizing: border-box;
  position: relative;
  background: #0B0B0B;
  overflow: hidden;
  aspect-ratio: 480/320;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .panel_area ul li {
    width: 100%;
  }
}
.panel_area ul li img {
  width: 100%;
}
.panel_area ul li .tit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 11, 0.5);
  color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.42vw;
  gap: 2.25em 0px;
}
@media screen and (max-width: 800px) {
  .panel_area ul li .tit {
    font-size: 4vw;
  }
}
.panel_area ul li .tit span {
  display: block;
  width: 100%;
  text-align: center;
}
.panel_area ul li .tit span.eng {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.panel_area ul li .tit span.jp {
  font-size: 1.2em;
}
.panel_area ul li .bg_img {
  transition: transform 1s ease;
  position: absolute;
  display: block;
  width: 100%;
  top: 0px;
  left: 0px;
}
.panel_area ul li a {
  height: 100%;
}
.panel_area ul li > span {
  height: 100%;
  display: block;
}
.panel_area ul li .bg_panel_movie {
  transition: transform 1s ease;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
.panel_area ul li .bg_panel_movie img {
  opacity: 0;
}
.panel_area ul li .bg_panel_movie span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.panel_area ul li .bg_panel_movie iframe {
  position: absolute;
  max-width: none !important;
  height: 100% !important;
  width: 130% !important;
  min-width: 100%;
  left: 50%;
  top: 0px;
  transform: translate(-50%);
}
.panel_area ul li a:hover .bg_img, .panel_area ul li a:hover .bg_panel_movie {
  transform: translateY(-100%);
}
.panel_area ul li.new::after {
  display: block;
  position: absolute;
  content: "NEW";
  background: #fff;
  font-size: 12px;
  top: 0px;
  left: 0px;
  z-index: 3;
  padding: 5px 10px;
  line-height: 1;
  color: #162E44;
}

.js-checktel {
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 644px) {
  .js-checktel {
    pointer-events: auto;
  }
}

.foot_action_menu {
  padding: 70px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 644px) {
  .foot_action_menu {
    padding-bottom: 35px;
    display: block;
  }
}
.foot_action_menu a {
  display: block;
  width: 100%;
  max-width: 345px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0px 15px;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  padding: 25px 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .foot_action_menu a {
    font-size: 14px;
    padding: 15px 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 90%;
  }
}
@media screen and (max-width: 644px) {
  .foot_action_menu a {
    font-size: 3.73vw;
    max-width: none;
  }
}
.foot_action_menu a.res {
  background: #162E44;
}
.foot_action_menu a.entry {
  background: #6F1936;
}

.imgcapParent {
  position: relative;
}

.imgcap, .imgcapkeep, .pic_cap {
  font-size: 11px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: right;
  display: block;
  box-sizing: border-box;
  padding: 5px;
}
@media screen and (max-width: 644px) {
  .imgcap, .imgcapkeep, .pic_cap {
    font-size: 10px;
  }
}
.imgcap.wh, .imgcapkeep.wh, .pic_cap.wh {
  color: #fff;
}

.imgcap {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 800px) {
  .imgcap {
    position: static;
  }
}
.imgcap.cap_l {
  right: auto;
  left: 0px;
}
.imgcap.static {
  position: static;
  text-align: right;
}

.imgcapkeep {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.imgcapkeep.cap_l {
  right: auto;
  left: 10px;
}

.pic_cap {
  position: absolute;
  bottom: 0px;
  right: 0px;
  box-sizing: border-box;
  padding: 3px 5px;
  color: #fff;
  background: rgba(21, 21, 21, 0.6);
}
.pic_cap.cap_l {
  right: auto;
  left: 0px;
}

.tr {
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .PC {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .PCTB {
    display: none;
  }
}

.TB {
  display: none;
}
@media screen and (max-width: 1024px) {
  .TB {
    display: inherit;
  }
}
@media screen and (max-width: 800px) {
  .TB {
    display: none;
  }
}

.TBSP {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .TBSP {
    display: inherit !important;
  }
}

.SP {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .SP {
    display: inherit !important;
  }
}

@media screen and (max-width: 800px) {
  .pc, .pc_inline {
    display: none;
  }
}

@media screen and (max-width: 644px) {
  .pctab, .pctab_inline {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab {
    display: block;
  }
}
@media screen and (max-width: 644px) {
  .tab {
    display: none;
  }
}

.tab_inline {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_inline {
    display: inline-block;
  }
}
@media screen and (max-width: 644px) {
  .tab_inline {
    display: none;
  }
}

.tabsp {
  display: none;
}
@media screen and (max-width: 800px) {
  .tabsp {
    display: block;
  }
}

.tabsp_inline {
  display: none;
}
@media screen and (max-width: 800px) {
  .tabsp_inline {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 644px) {
  .sp {
    display: block;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 644px) {
  .sp_inline {
    display: inline-block;
  }
}

.inbl {
  display: inline-block;
}

/*fadeinアニメーション*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all cubic-bezier(0.56, 0.72, 0.69, 0.99) 1s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #402021;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/* =============================================================================
animation
========================================================================== */
.flash_bnr,
.flash_bnr2,
.flash_bnr3,
.flash_bnr4,
.flash_bnr_side {
  position: relative;
  display: block;
  overflow: hidden;
}
.flash_bnr::before,
.flash_bnr2::before,
.flash_bnr3::before,
.flash_bnr4::before,
.flash_bnr_side::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.flash_bnr::before {
  transform: skewX(-25deg);
  animation: shine 2s infinite;
}

.flash_bnr2::before {
  transform: skewX(-30deg);
  animation: shine 4s infinite;
}

.flash_bnr3::before {
  transform: skewX(-25deg);
  animation: shine 4s infinite;
}

.flash_bnr4::before {
  transform: skewX(-25deg);
  animation: shine2 4s infinite;
}

.flash_bnr_side::before {
  transform: skewX(-25deg);
  animation: shineside 2s infinite;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  40% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes shine2 {
  0% {
    left: -225%;
  }
  40% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes shineside {
  0% {
    left: -150%;
  }
  50% {
    left: 300%;
  }
  100% {
    left: 300%;
  }
}