@charset "utf-8";

/* =======================================

	 CSS BrowserReset BaseElements

======================================= */
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 24px;
  -webkit-text-size-adjust: 100%;
}

@media all and (-ms-high-contrast: none)  {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

select,
input,
button,
textarea,
button {
  font: 99% -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
}

strong {
  font-weight: bold;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

option {
  padding-right: 10px;
}

img {
  border: 0;
}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,
article,
aside,
section,
footer,
nav,
menu,
details,
hgroup,
summary {
  display: block;
}

/* =======================================

	テンプレートモジュール

======================================= */
/* pc or device
--------------------------- */
.pc.sp {
  display: block;
}

.sp {
  display: none;
}

/* fonts
--------------------------- */
.red-txt {
  color: #f00;
}

.white-txt {
  color: #fff;
}

.gray-txt {
  color: #777;
}

.x-large-txt {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.6;
}

.large-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
}

.normal-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.small-txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.x-small-txt {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.5;
}

.italic-txt {
  font-style: italic;
}

.notice-txt {
  color: #f00;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.current {
  color: #e8b800;
}

/* margin
--------------------------- */
.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mg-all-1 {
  margin: 1px !important;
}

.mg-all-2 {
  margin: 2px !important;
}

.mg-all-3 {
  margin: 3px !important;
}

.mg-all-4 {
  margin: 4px !important;
}

.mg-all-5 {
  margin: 5px !important;
}

.mg-all-10 {
  margin: 10px !important;
}

.mg-all-15 {
  margin: 15px !important;
}

.mg-all-20 {
  margin: 20px !important;
}

.mg-tb-5 {
  margin: 5px 0 !important;
}

.mg-tb-10 {
  margin: 10px 0 !important;
}

.mg-tb-15 {
  margin: 15px 0 !important;
}

.mg-tb-20 {
  margin: 20px 0 !important;
}

.mg-tb-25 {
  margin: 25px 0 !important;
}

.mg-tb-30 {
  margin: 30px 0 !important;
}

.mg-tb-35 {
  margin: 35px 0 !important;
}

.mg-tb-40 {
  margin: 40px 0 !important;
}

.mg-lr-1 {
  margin: 0 1px !important;
}

.mg-lr-2 {
  margin: 0 2px !important;
}

.mg-lr-3 {
  margin: 0 3px !important;
}

.mg-lr-4 {
  margin: 0 4px !important;
}

.mg-lr-5 {
  margin: 0 5px !important;
}

.mg-lr-6 {
  margin: 0 6px !important;
}

.mg-lr-7 {
  margin: 0 7px !important;
}

.mg-lr-8 {
  margin: 0 8px !important;
}

.mg-lr-9 {
  margin: 0 9px !important;
}

.mg-lr-10 {
  margin: 0 10px !important;
}

.mg-lr-15 {
  margin: 0 15px !important;
}

.mg-lr-20 {
  margin: 0 20px !important;
}

.mg-lr-25 {
  margin: 0 25px !important;
}

.mg-lr-30 {
  margin: 0 30px !important;
}

.mg-lr-35 {
  margin: 0 35px !important;
}

.mg-lr-40 {
  margin: 0 40px !important;
}

/* padding
--------------------------- */
.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pd-all-1 {
  padding: 1px !important;
}

.pd-all-2 {
  padding: 2px !important;
}

.pd-all-3 {
  padding: 3px !important;
}

.pd-all-4 {
  padding: 4px !important;
}

.pd-all-5 {
  padding: 5px !important;
}

.pd-all-10 {
  padding: 10px !important;
}

.pd-all-15 {
  padding: 15px !important;
}

.pd-all-20 {
  padding: 20px !important;
}

.pd-tb-5 {
  padding: 5px 0 !important;
}

.pd-tb-10 {
  padding: 10px 0 !important;
}

.pd-tb-15 {
  padding: 15px 0 !important;
}

.pd-tb-20 {
  padding: 20px 0 !important;
}

.pd-tb-25 {
  padding: 25px 0 !important;
}

.pd-tb-30 {
  padding: 30px 0 !important;
}

.pd-tb-35 {
  padding: 35px 0 !important;
}

.pd-tb-40 {
  padding: 40px 0 !important;
}

.pd-lr-1 {
  padding: 0 1px !important;
}

.pd-lr-2 {
  padding: 0 2px !important;
}

.pd-lr-3 {
  padding: 0 3px !important;
}

.pd-lr-4 {
  padding: 0 4px !important;
}

.pd-lr-5 {
  padding: 0 5px !important;
}

.pd-lr-6 {
  padding: 0 6px !important;
}

.pd-lr-7 {
  padding: 0 7px !important;
}

.pd-lr-8 {
  padding: 0 8px !important;
}

.pd-lr-9 {
  padding: 0 9px !important;
}

.pd-lr-10 {
  padding: 0 10px !important;
}

.pd-lr-15 {
  padding: 0 15px !important;
}

.pd-lr-20 {
  padding: 0 20px !important;
}

.pd-lr-25 {
  padding: 0 25px !important;
}

.pd-lr-30 {
  padding: 0 30px !important;
}

.pd-lr-35 {
  padding: 0 35px !important;
}

.pd-lr-40 {
  padding: 0 40px !important;
}

/* float
--------------------------- */
.clearall {
  clear: both;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* display
--------------------------- */
.no-disp {
  display: none;
}

.b-disp {
  display: block;
}

.i-disp {
  display: inline;
}

/* =======================================

	HTMLタグ

======================================= */
body {
  background: #fff;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}

h1 {
  font-size: 26px;
  line-height: 2.4;
}

h2 {
  font-size: 24px;
  line-height: 1.6;
}

h3 {
  font-size: 20px;
  line-height: 1.0;
}

h4 {
  font-size: 18px;
  line-height: 1.2;
}

h5 {
  font-size: 14px;
  line-height: 1.1;
}

h6 {
  font-size: 14px;
  line-height: 1.1;
}

a,
.link {
  color: #1a73e8;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 1;
}

a:hover,
.link:hover {
  opacity: .8;
}

hr {
  clear: both;
  border: solid 1px #fff;
  border-top-color: #eee;
  color: #fff;
}

hr.dotted {
  clear: both;
  border: dotted 1px #fff;
  border-top-color: #eee;
  color: #fff;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

textarea {
  vertical-align: top;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

/* =======================================

	全ページ共通レイアウト

======================================= */
#cx_commonPageTopBtn {
  display: none;
  position: fixed;
  bottom: 54px;
  right: 20px;
  z-index: 9999;
  padding: 0;
  margin: 0;
}

#cx_commonPageTopBtn.show {
  display: block;
}

#cx_commonPageTopBtn a {
  background: #303030;
  width: 60px;
  height: 60px;
  margin: 0;
  display: block;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.8;
  cursor: pointer;
  cursor: hand;
}

#cx_commonPageTopBtn a .icon_svg {
  fill: #fff;
  width: 40px;
  height: 40px;
  margin: 8px;
}

#cx_commonPageTopBtn a:hover {
  opacity: 1;
}

/* #container
--------------------------- */
#container {
  position: relative;
  min-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

#container .contents {
  min-width: 1200px;
  background: #131313;
}

#container .content {
  width: 1200px;
  margin: 0 auto;
}

#container .adjust-padding {
  padding-top: 0px;
}

/* #gnav
--------------------------- */
#nav_upper {
  width: 100%;
  background: #fff;
}

#nav_upper .content {
  position: relative;
}

#nav_upper .content #nav_menu__main {
  height: 80px;
  font-size: 16px;
  font-weight: bold;
}

#nav_upper .content #nav_menu__main .swiper-slide {
  margin: 0 22px;
  width: auto;
  height: auto;
}

#nav_upper__main .swiper-slide .menu_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

#nav_upper .content #nav_menu__main a {
  display: block;
  padding: 12px 0;
  color: #333;
}

#nav_upper .content #nav_menu__main a.current {
  padding: 14px 0 10px;
  border-bottom: solid 2px #333;
  color: #333;
}

#nav_upper .content #nav_menu__main a.current:hover {
  opacity: 1.0;
}

#nav_upper .content #nav_menu__main .swiper-slide.logo {
  margin: 0 15px;
  padding: 10px 20px;
}

#nav_upper .content #nav_menu__main .swiper-slide.logo a {
  padding: 0;
}

#nav_upper .content #nav_menu__main .swiper-slide #logo_svg {
  width: 55px;
  height: 55px;
}

#nav_upper .content #nav_upper__sub {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 10px;
  border-radius: 0 0 8px 8px;
  background: #272727;
  line-height: 1;
  z-index: 2
}

#nav_upper .content #nav_menu__sub {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nav_upper .content #nav_menu__sub li {
  padding: 0 10px;
}

#nav_upper .content #nav_menu__sub li+li {
  border-left: solid 1px #fff;
}

#nav_upper .content #nav_menu__sub .nav_menu__sub__item a,
#nav_upper .content #nav_menu__sub .nav_menu__sub__item p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

#nav_upper .content #nav_menu__sub .nav_menu__sub__item .icon_svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  fill: #fff;
}

#nav_upper .content #nav_menu__sub .nav_menu__sub__item p:hover {
  opacity: .5;
}

/* #nav_lower
--------------------------- */
#nav_lower {
  position: relative;
  width: 100%;
  background: #555;
}

#nav_lower a,
#nav_lower p {
  color: #fff;
  cursor: pointer;
}

#nav_lower a:hover,
#nav_lower p:hover {
  text-decoration: underline;
  opacity: 1;
}

#nav_lower .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nav_lower .nav_lower__left {
  width: 90%;
}

#nav_lower .nav_lower__left .nav_menu__sub {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#nav_lower .nav_lower__left .nav_menu__sub.sp {
  display: none;
}

#nav_lower .nav_lower__left .nav_menu__sub>li {
  padding: 8px 14px;
}

#nav_lower .nav_lower__right {
  width: 8%;
}

#nav_lower .nav_lower__right .nav_menu__foreign {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#nav_lower .nav_lower__right .nav_menu__foreign .list_right {
  text-align: right;
}

#nav_lower .nav_menu__sub__sub {
  display: block;
  position: absolute;
  z-index: 9998;
  top: 40px;
  left: 0;
  width: 100%;
  background: #f5f5f5;
}

#nav_lower .nav_menu__sub__sub__list {
  width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
  font-size: 0;
}

#nav_lower .nav_menu__sub__sub__list li {
  display: inline-block;
  vertical-align: top;
  margin: 10px 20px;
  font-size: 14px;
}

#nav_lower .nav_menu__sub__sub__list li a {
  color: #000;
}

#nav_lower .nodisplay {
  display: none;
}

/* #searchbox
--------------------------- */
#searchbox {
  display: block;
}

#searchbox .content {
  position: relative;
}

#searchbox .content #searchbox__inner {
  position: absolute;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background-color: rgba(85, 85, 85, 0.9);
}

#searchbox #searchbox__objects {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 98%;
  margin-bottom: 10px;
}

#searchbox #searchbox__objects .icon_svg {
  position: absolute;
  top: 8px;
  left: 20px;
  width: 40px;
  height: 40px;
  fill: #9d9d9d;
}

#searchbox #searchbox__objects .icon_svg.disable {
  left: 24%;
}

#searchbox #searchbox__objects .icon_svg.active {
  left: 10px;
}

#searchbox #searchbox__objects .icon_svg.default {
  left: 20px;
}

#searchbox #search_input {
  border: none;
  outline: none;
  width: 90%;
  padding: 10px 20px 10px 70px;
  border-radius: 30px;
  background: #fff;
  color: #9d9d9d;
  font-size: 24px;
}

#searchbox #search_input.disable {
  width: 100%;
  text-align: center;
  padding-left: 20px;
}

#searchbox #search_input.active {
  width: 75%;
  text-align: left;
  padding-left: 40px;
}

#searchbox #search_input.default {
  width: 90%;
  text-align: left;
  padding: 10px 20px 10px 70px;
}

#searchbox button {
  width: 10%;
  margin-left: 10px;
  padding: 6px;
  border-radius: 30px;
  background: #131313;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

#searchbox button:hover {
  opacity: .5;
}

#searchbox #relationword ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#searchbox #relationword li {
  margin: 10px 20px 10px 0;
  font-size: 16px;
}

#searchbox #relationword a {
  text-decoration-line: none;
  color: #fff;
}

#searchbox #relationword a:hover {
  text-decoration-line: underline;
  color: #fff;
  opacity: 1.0;
}

#searchbox #btn_close {
  position: absolute;
  z-index: 9999;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  fill: #fff;
  cursor: pointer;
}

ul.sug_list {
  width: 936px!important;
  margin-left: 30px!important;
}

/* #emergency
--------------------------- */
#emergency .content:after {
  content: "";
  display: block;
}

#emergency {
  padding: 0 0 2px 0;
  background: #131313;
  color: #fff;
}

#emergency a {
  color: #fff;
  text-decoration: underline;
}

#emergency .emergency_wrap {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

#emergency .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 12px 10px;
}

#emergency .ico_emergency {
  width: 10%;
}

#emergency .ico_emergency span {
  padding: 5px 24px;
  border-radius: 20px;
  background: #d50000;
}

#emergency .breaking_news .ico_emergency span {
  padding: 5px 10px;
  background: #209ec8;
}

#emergency .emergency__txt {
  margin: 0 28px 0 10px;
  width: 90%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}

#emergency .emergency__oneline {
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin: 0 80px 0 10px;
}

#emergency .emergency_wrap .icon_svg {
  position: absolute;
  width: 30px;
  height: 30px;
  fill: #fff;
  right: 8px;
  top: 13px;
}

#emergency .emergency-adjust-padding {
  padding: 12px 10px 0;
}

#fnnNewsMainDataClose {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 22px;
  height: 22px;
  line-height: 24px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}

#fnnNewsTopDataCount {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 50px;
  top: 12px;
}

a#fnnNewsMainDataClose {
  text-decoration: none;
}

#fnnNewsTopDataCount p {
  width: 27px;
  height: 27px;
  margin: 0;
  line-height: 27px;
  color: #fff;
  text-align: center;
  /* font-size: 11px; */
  font-size: 14px;
  font-weight: bold;
  background: #d2112b;
  background: #d50000;
  border-radius: 27px;
  behavior: url(/images/PIE.htc);
  position: relative;
}

/* #emergency2
--------------------------- */
#emergency2 {
  width: 100%;
  z-index: 10;
}

#emergency2 .emergency_container {
  width: 1200px;
  margin: 0 auto;
}

#emergency2 .emergency_container a {
  display: block;
  width: 100%;
}

#emergency2 .emergency_container img {
  width: 100%;
  height: auto;
}

#emergency2.emergency2-adjust-padding {
  padding-top: 10px;
}

/* .content
--------------------------- */
#content_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
}

/* #main_content */
#content_container #main_content {
  width: 796px;
}

/* #nav_menu__subgenre
--------------------------- */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  /* TODO: margin指定は、PCには必要だが、SPでは不要か */
  margin: 24px auto 30px;
  top: 0;
}

#nav_menu__subgenre ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  /* margin: 24px auto 30px; */
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

#nav_menu__subgenre ul li {
  border-left: solid 1px #fff;
  text-align: center;
}

#nav_menu__subgenre ul li:last-child {
  border-right: solid 1px #fff;
}

#nav_menu__subgenre ul li a {
  position: relative;
  display: block;
  padding: 17px 5px;
  background: #131313;
  color: #fff;
}

#nav_menu__subgenre ul li a .icon_svg {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 30px;
  fill: #fff;
}

#nav_menu__subgenre ul li a.current {
  background: #fff;
  color: #131313;
}

#nav_menu__subgenre ul li a.current .icon_svg {
  fill: #131313;
}

/* .box_subgenre
--------------------------- */
.box_subgenre+.box_subgenre {
  padding-top: 50px;
}

.box_subgenre h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.box_subgenre .item__txt__info__date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  border-left: solid 2px #fff;
  text-shadow: #000 0px 2px 10px;
}

.box_subgenre .item__txt__day {
  padding: 6px 2px 6px 10px;
  font-size: 22px;
  line-height: 1;
}

.box_subgenre .item__txt__day span {
  display: block;
  text-align: center;
}

.box_subgenre .item__txt__info__date .item__txt__week {
  margin-right: 12px;
  padding-left: 10px;
  font-size: 22px;
  line-height: 1;
}

.box_subgenre .item__txt__info__date .item__txt__week span {
  display: block;
  text-align: center;
}

.box_subgenre .item__txt__info__date .item__txt__week .en {
  margin-top: 4px;
  font-size: 10px;
}

.box_subgenre .item__txt__info__date .item__txt__week__joint+.item__txt__week {
  border: none;
}

.box_subgenre .item__txt__info__date .icon_svg {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.box_subgenre .item__txt__info__date .item__txt__time {
  font-size: 20px;
  line-height: 1;
}

.box_subgenre .no_column.item_list .item a.ico_delivery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 15px;
  padding: 5px;
  border-radius: 30px;
  background: rgba(213, 0, 0, .7);
  cursor: pointer;
}

.box_subgenre .ico_delivery .ico_delivery__sub {
  margin-right: 5px;
  padding: 0 8px;
  border: solid 1px #fff;
  border-radius: 30px;
  font-size: 10px;
  font-weight: bold;
}

.box_subgenre .ico_delivery .ico_delivery__txt {
  font-size: 14px;
  line-height: 1;
}

.box_subgenre .ico_delivery .icon_svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

/* #nav_menu__weekly
--------------------------- */
#nav_menu__weekly ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  margin: 0 auto 24px;
}

#nav_menu__weekly ul li {
  width: calc(100% / 8);
  text-align: center;
}

#nav_menu__weekly ul li+li {
  border-left: solid 1px #131313;
}

#nav_menu__weekly ul li a {
  position: relative;
  display: block;
  padding: 12px 4px;
  background: #787878;
  color: #fff;
}

#nav_menu__weekly ul li a.current {
  background: #fff;
  color: #131313;
}

#nav_menu__weekly ul li a.current:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

/* .box_weekly
--------------------------- */
.box_weekly {
  display: none;
}

.box_weekly.current {
  display: block;
}

/* #nav_menu__signoff
--------------------------- */
#nav_menu__signoff ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  font-size: 24px;
  line-height: 1;
}

#nav_menu__signoff ul li {
  text-align: center;
}

#nav_menu__signoff ul:first-of-type li+li {
  margin-left: 8px;
}

#nav_menu__signoff ul:first-of-type li a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  padding: 13px;
  border-radius: 8px;
  background: #fff;
  color: #333;
}

#nav_menu__signoff ul#endPrgrmList li a {
  position: relative;
  display: block;
  padding: 5px 13px;
}

#nav_menu__signoff ul#endPrgrmList li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

#nav_menu__signoff ul li a:hover {
  opacity: .5;
}

#nav_menu__signoff ul li a.active {
  background: none;
  color: #fff;
}

#nav_menu__signoff ul li.reair {
  margin-left: 26px;
}

#nav_menu__signoff ul li.reair a {
  width: 188px;
  background: none;
  color: #fff;
  padding: 11px;
  border: solid 2px #fff;
}

#nav_menu__signoff ul li.reair a .icon_svg {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  fill: #fff;
}

#nav_menu__signoff ul li.reair a.active {
  width: 192px;
  background: fff;
  color: #333;
  border: none;
}

#nav_menu__signoff ul li.reair a.active .icon_svg {
  fill: #333;
}

/* #signoff_other
--------------------------- */
#signoff_other {
  margin-top: 50px;
}

/* .no_column.item_list
--------------------------- */
.no_column.item_list {
  font-size: 0;
}

.no_column.item_list .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 392px;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  background: #131313;
}

.no_column.item_list .nml+.nml {
  margin-left: 10px;
}

.no_column.item_list .nml:nth-child(odd) {
  margin-left: 0;
}

.no_column.item_list .item.hdimg .item__img {
  position: relative;
}

.no_column.item_list .item.hdimg .item__img:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -ms-linear-gradient(top, rgba(19, 19, 19, 0) 80%, rgba(19, 19, 19, 0.5) 90%, rgba(19, 19, 19, 1.0) 100%);
  background: -moz-linear-gradient(top, rgba(19, 19, 19, 0) 80%, rgba(19, 19, 19, 0.5) 90%, rgba(19, 19, 19, 1.0) 100%);
  background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0) 80%, rgba(19, 19, 19, 0.5) 90%, rgba(19, 19, 19, 1.0) 100%);
  background: linear-gradient(to bottom, rgba(19, 19, 19, 0) 80%, rgba(19, 19, 19, 0.5) 90%, rgba(19, 19, 19, 1.0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.no_column.item_list .item img {
  text-align: center;
  width: 100%;
  height: auto;
}

.no_column.item_list .item a {
  display: block;
  color: #fff;
}

.no_column.item_list .item .item__txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 116px;
  padding: 20px 15px 16px;
  background: -ms-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(20, 20, 20, 0.9) 70%, rgba(19, 19, 19, 1.0) 100%);
  background: -moz-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(20, 20, 20, 0.9) 70%, rgba(19, 19, 19, 1.0) 100%);
  background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(20, 20, 20, 0.9) 70%, rgba(19, 19, 19, 1.0) 100%);
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(20, 20, 20, 0.9) 70%, rgba(19, 19, 19, 1.0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.no_column.item_list .item.hdimg .item__txt {
  background: -ms-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(20, 20, 20, 0) 70%, rgba(19, 19, 19, 0) 100%);
  background: -moz-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(20, 20, 20, 0) 70%, rgba(19, 19, 19, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(20, 20, 20, 0) 70%, rgba(19, 19, 19, 0) 100%);
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(20, 20, 20, 0) 70%, rgba(19, 19, 19, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 116px;
  min-height: 116px;
}

/* .is_column */
.item_list.is_column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#ranking .item_list.is_column {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item_list.is_column .item {
  position: relative;
  width: 392px;
  min-height: 127px;
  background: #212121;
}

#ranking .item_list.is_column .item {
  background: none;
}

.item_list.is_column .item .item__img img {
  width: 100%;
  /* height: auto; */
}

.item_list.is_column .item:nth-child(n+ 3) {
  margin-top: 10px;
}

.item_list.is_column .item:nth-child(odd) {
  margin-right: 12px;
}

.item_list.is_column .item a {
  display: block;
  color: #fff;
}

/* .genre */
.genre #main_content h1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

#ranking #main_content h1 {
  margin-bottom: 0;
}

.genre #main_content h1 span {
  margin-right: 10px;
}

/* category colors */
.item_list .cat_0 .item__txt {
  border-left: solid 2px #fff;
}

.item_list .cat_1 .item__txt {
  border-left: solid 2px #ec407a;
}

.item_list .cat_2 .item__txt {
  border-left: solid 2px #f00;
}

.item_list .cat_3 .item__txt {
  border-left: solid 2px #70cd2e;
}

.item_list .cat_4 .item__txt {
  border-left: solid 2px #26a69a;
}

.item_list .cat_5 .item__txt {
  border-left: solid 2px #FFA726;
}

.item_list .cat_6 .item__txt {
  border-left: solid 2px #2196F3;
}

.item_list .cat_7 .item__txt {
  border-left: solid 2px #3032B3;
}

/* #sidebar
--------------------------- */
#content_container #sidebar {
  width: 392px;
  margin: 24px 0 0 12px;
}

#content_container #sidebar #sidebar_movie {
  margin-bottom: 12px;
}

#content_container #sidebar #sidebar_movie img {
  width: 100%;
  height: auto;
}

#content_container #sidebar #rectangle {
  margin-bottom: 12px;
  padding: 24px;
  background: #333;
}

#content_container #sidebar #rectangle img {
  width: 100%;
  height: auto;
}

#content_container #sidebar .sidebar_box {
  padding: 10px;
  background: #fff;
}

#content_container #sidebar .sidebar_box+.sidebar_box {
  margin-top: 12px;
}

#content_container #sidebar .sidebar_box h2 {
  margin-top: 12px;
  margin-bottom: 24px;
  font-weight: bold;
  text-align: center;
}

#content_container #sidebar .sidebar_box__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 14px;
  background: #f5f5f5;
  font-size: 12px;
  line-height: 22px;
  color: #333;
}

#content_container #sidebar .sidebar_box__item:hover {
  opacity: .5;
}

#content_container #sidebar .sidebar_box__item:nth-child(odd) {
  background: #fff;
}

#content_container #sidebar .sidebar_box__item .sidebar_box__item__img {
  position: relative;
  width: 150px;
  margin-right: 8px;
  overflow: hidden;
}

#content_container #sidebar .sidebar_box__item .sidebar_box__item__img img {
  width: 100%;
  height: auto;
}

#content_container #sidebar .sidebar_box__item .sidebar_box__item__img .sidebar_box__item__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px;
  background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 100%);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  color: #fff;
}

#content_container #sidebar .sidebar_box__item .sidebar_box__item__txt {
  width: 206px;
}

#content_container #sidebar .sidebar_box__item .sidebar_box__item__txt .sidebar_box__item__ttl {
  font-size: 16px;
  font-weight: bold;
}

#content_container #sidebar .sidebar_box__item .sidebar_box__item__txt .sidebar_box__item__info {
  color: #d50000;
}

#content_container #sidebar .sidebar_box__item__btn {
  width: 124px;
  margin-top: 12px;
  margin-left: auto;
  padding: 12px;
  border-radius: 30px;
  font-size: 18px;
  background: #131313;
}

#content_container #sidebar .sidebar_box__item__btn a {
  display: block;
  position: relative;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

#content_container #sidebar .sidebar_box__item__btn a .icon_svg {
  position: absolute;
  top: 2px;
  right: 0;
  width: 22px;
  height: 18px;
  margin-left: 4px;
  fill: #fff;
}

/* #ichioshi */
#content_container #sidebar #ichioshi .sidebar_box__item {
  font-size: 14px;
  line-height: 24px;
}

#content_container #sidebar #ichioshi .sidebar_box__item .sidebar_box__item__img {
  height: 110px;
}

#content_container #sidebar #ichioshi .sidebar_box__item .sidebar_box__item__txt .sidebar_box__item__info {
  color: #d50000;
}

#nav_menu__signoff ul li a {
  cursor: pointer;
}

#endPrgrmList {
  margin: 16px 0 0 0;
  background: #333;
}

ul#endPrgrmList {
  display: block;
  padding-bottom: 16px;
}

ul#endPrgrmList li {
  position: relative;
  background-position: -348px 2px;
  padding: 0 0 0 14px;
  margin: 12px 30px 0 8px;
  float: left;
  text-align: left;
  line-height: 1.4;
}

ul#endPrgrmList li a {
  color: #fff;
  background: none;
  width: auto;
  height: auto;
  font-size: 0.7em;
}

ul#endPrgrmList li a:hover {
  text-decoration: underline;
}

/* #sitemap
--------------------------- */
#sitemap {
  width: 100%;
  background: #555;
}

#sitemap .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding: 0 16px;
}

#sitemap .sitemap_list {
  width: calc(100% / 4);
}

#sitemap .sitemap_list ul {
  margin: 30px 0;
  color: #fff;
  font-size: 16px;
}

#sitemap .sitemap_list ul a {
  color: #fff;
  font-size: 14px;
}

#sitemap .sitemap_list ul a:hover {
  text-decoration: underline;
}

/* footer
--------------------------- */
#footer {
  width: 100%;
}

#footer p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

#footer .footer_caution {
  padding: 20px 0;
  background: #202124;
  color: #fff;
}

#footer .footer_caution a {
  text-decoration: underline;
}

#footer .footer_copyright {
  padding: 15px 0;
  background: #fff;
}

/* jack
--------------------------- */
/* 画像オーバーレイジャック */
#jack {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  font-family: "Meiryo", "\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF", "Hiragino Kaku Gothic Pro", "arial", sans-serif;
  z-index: 99999;
}

#jack .jack_bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#jack .jack_bg .wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#jack .jack_image {
  display: table;
  width: 100%;
  height: 90%;
}

#jack .jack_image .inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

#jack .jack_image a {
  position: relative;
  display: block;
}

#jack .jack_image .image {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

#jack .jack_image .image .thum {
  width: 100%;
  position: relative;
  border-radius: 8px;
}

#jack .jack_image .image .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#jack .jack_close {
  width: 100%;
  height: 10%;
}

#jack .jack_close .inner {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

#jack .jack_close a.jack_close_link {
  position: absolute;
  top: -30px;
  right: 2px;
  height: 32px;
  width: 32px;
  color: #fff;
  border: 3px solid #fff;
  background-color: rgba(18, 18, 18, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  cursor: pointer;
  text-align: center;
  line-height: 1.0;
  font-size: 24px;
  font-weight: 600;
}

/* 動画ジャック */
#cx_commonOverlayWrap,
#cx_commonOverlayWrap * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* フッターバナージャック */
#spt_footer_banner {
  width: 100%;
  position: fixed;
  bottom: 67px;
  background-color: #fff;
  z-index: 99999;
}

#spt_footer_banner .img_wrap {
  width: 100%;
}

#spt_footer_banner img {
  width: 100%;
}

#spt_footer_banner .close_btn {
  position: absolute;
  top: -36px;
  right: 2px;
  height: 32px;
  width: 32px;
  color: #fff;
  border: 3px solid #fff;
  background-color: rgba(18, 18, 18, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  cursor: pointer;
  text-align: center;
  line-height: 1.0;
  font-size: 24px;
  font-weight: 600;
}

/* =======================================

	モジュール

======================================= */
/* num-list
--------------------------- */
.num-list {
  margin-left: 40px;
}

.num-list li {
  margin-bottom: 15px;
}

.num-list li:last-child {
  margin-bottom: 0;
}

/* buttons
--------------------------- */
.btn_more a {
  display: block;
  position: relative;
  padding: 8px 42px;
  border-radius: 30px;
  background: #131313;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.btn_more a .icon_svg {
  position: absolute;
  top: 8px;
  right: 5px;
  width: 24px;
  height: 24px;
  fill: #fff;
}

/* =======================================

	スライダー

======================================= */
.bx-wrapper {
  border: none;
  margin-bottom: 0;
  background: none;
  box-shadow: none;
}

/* =======================================

	CXVIDEO

======================================= */
#cx_commonOverlayWrap #cx_commonOverlayWindow {
  padding: 4px 2px 0px !important;
  position: absolute !important;
  left: 50% !important;
  overflow: visible !important;
  background: #fff !important;
  border-radius: 0px !important;
  box-shadow: #333333 0px 3px 6px !important;
}

#cx_commonOverlayWrap #cx_commonOverlayClose {
  position: absolute !important;
  top: -36px !important;
  right: 2px !important;
  height: 32px !important;
  width: 32px !important;
  border: 3px solid #fff !important;
  margin: -8px 0px 0px -16px !important;
  background-color: rgba(18, 18, 18, 0.3) !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 16px !important;
  cursor: pointer !important;
}

#cx_commonOverlayWrap #cx_commonOverlayClose span {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%) !important;
  -webkit-transform: translateY(-50%) translateX(-50%) !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  line-height: 1.0 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0) !important;
}

#cx_commonOverlayWrap #cx_commonOverlayClose.spBtn {
  margin: 0 0 0 -25px !important;
  width: 32px !important;
  height: 32px !important;
  border: 3px solid #fff !important;
  -webkit-box-shadow: 0 3px 6px #333 !important;
  box-shadow: 0 3px 6px #333 !important;
  border-radius: 16px !important;
}

#cx_commonOverlayWrap #cx_commonOverlayClose.spBtn span {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
  line-height: 0.8 !important;
}

/* =======================================

	デバイス用

======================================= */
@media screen and (max-width: 750px) {

  /* pc or device
	--------------------------- */
  .sp_display .pc {
    display: none;
  }

  .jquery-modal .pc {
    display: none;
  }

  .sp_display .sp {
    display: block;
  }

  ::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }

  /* hover delete
    --------------------------- */
  .sp_display a:hover,
  .sp_display .link:hover {
    opacity: 1.0;
  }

  .sp_display #content_container #sidebar .sidebar_box__item:hover {
    opacity: 1.0;
  }

  .sp_display ul#endPrgrmList li a:hover {
    text-decoration: none;
  }

  .sp_display #nav_menu__signoff ul li a:hover {
    opacity: 1.0;
  }

  /* #cx_video
	  --------------------------- */
  .sp_display #cx_commonOverlayWrap #cx_commonOverlayWindow {
    padding: 4px 2px 0px !important;
    position: absolute !important;
    left: 50% !important;
    overflow: visible !important;
    background: #fff !important;
    border-radius: 0px !important;
    box-shadow: #333333 0px 3px 6px !important;
    top: 50% !important;
    width: 300px !important;
    height: 184px !important;
    margin-top: -52px !important;
    margin-left: -150px !important;
  }

  /* #container
	  --------------------------- */
  .sp_display #cx_commonPageTopBtn {
    display: none;
  }

  .sp_display #cx_commonPageTopBtn.show {
    display: none;
  }

  .sp_display #container {
    min-width: 100%;
    overflow: hidden;
    width: 100%;
    background: #f5f5f5;
  }

  .sp_display #container .contents {
    min-width: 100%;
    padding-top: 57px;
    background: #f5f5f5;
  }

  .sp_display #container .adjust-padding {
    padding-top: 0px !important;
  }

  .sp_display #container #ranking.contents {
    min-width: 100%;
    padding-top: 57px;
    background: #131313;
  }

  .sp_display #container .content {
    width: 100%;
  }

  .sp_display #content_container #sidebar {
    margin: 0 0 0 12px;
  }

  /* header
	--------------------------- */
  /* gnav */
  .sp_display #nav_upper #nav_upper__main {
    /* position: static; */
    width: 100%;
    position: fixed;
    z-index: 9997;
  }

  .sp_display #nav_upper .content #nav_menu__main {
    height: auto;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 2px 8px rgba(170, 170, 170, .3);
    line-height: 1;
    z-index: 24;
  }

  .sp_display #nav_upper .content #nav_menu__main .swiper-wrapper {
    z-index: 24;
  }

  .sp_display #nav_upper .content #nav_menu__main .swiper-slide {
    margin: 10px;
    width: auto;
    font-size: 14px;
  }

  .sp_display #nav_upper .content #nav_menu__main .swiper-slide .menu_wrapper {
    align-items: center;
  }

  .sp_display #nav_upper .content #nav_menu__main .swiper-slide:last-child {
    margin-right: 50px;
  }

  .sp_display #nav_upper .content #nav_menu__main .swiper-slide #logo_svg {
    width: 35px;
    height: 35px;
  }

  .sp_display #nav_upper .content #nav_menu__main .swiper-slide.logo {
    margin: 0;
    padding: 10px;
  }

  .sp_display #nav_upper .content #nav_menu__main .swiper-slide.logo a {
    padding: 0;
  }

  .sp_display #nav_upper .content #nav_upper__sub {
    position: fixed;
    z-index: 9999;
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px 15px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
  }

  .sp_display #nav_upper .content #nav_menu__sub {
    width: 100%;
    margin: 0 auto;
  }

  .sp_display #nav_upper .content #nav_menu__sub li {
    width: 25%;
    padding: 0;
  }

  .sp_display #nav_upper .content #nav_menu__sub .btn_menuclose {
    display: block;
  }

  .sp_display #nav_upper .content #nav_menu__sub .nav_menu__sub__item a,
  .sp_display #nav_upper .content #nav_menu__sub .nav_menu__sub__item p {
    display: block;
    color: #666;
    text-align: center;
  }

  .sp_display #nav_upper .content #nav_menu__sub .nav_menu__sub__item a span,
  .sp_display #nav_upper .content #nav_menu__sub .nav_menu__sub__item p span {
    display: block;
    font-size: 10px;
  }

  .sp_display #nav_upper .content #nav_menu__sub .nav_menu__sub__item .icon_svg {
    width: 30px;
    height: 30px;
    margin-right: 0;
    fill: #666;
  }

  /* nav_lower
  --------------------------- */
  .jquery-modal #nav_lower {
    display: block;
    position: absolute;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0 !important;
    background: #fff;
  }

  .jquery-modal .modal a.close-modal {
    display: none !important;
  }

  .jquery-modal #nav_lower.modal {
    padding: 0;
    border-radius: 0;
  }

  .jquery-modal #nav_lower .content {
    display: block;
  }

  .jquery-modal #nav_lower .nav_lower__left {
    margin-top: 58px;
    width: 100%;
  }

  .jquery-modal #nav_lower .nav_lower__left .nav_menu__sub {
    display: block;
  }

  .jquery-modal #nav_lower .nav_lower__left .nav_menu__sub.sp {
    display: block;
  }

  .jquery-modal #nav_lower .nav_lower__left .nav_menu__sub>li {
    position: relative;
    padding: 0;
    border-bottom: solid 1px #eee;
  }

  .jquery-modal #nav_lower .nav_lower__right {
    width: 100%;
  }

  .jquery-modal #nav_lower .nav_lower__right .nav_menu__foreign {
    display: block;
  }

  .jquery-modal #nav_lower .nav_lower__right .nav_menu__foreign>li {
    position: relative;
    padding: 0;
    border-bottom: solid 1px #eee;
  }

  .jquery-modal #nav_lower a,
  .jquery-modal #nav_lower p {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
  }

  .jquery-modal #nav_lower a:hover,
  .jquery-modal #nav_lower p:hover {
    text-decoration: none;
  }

  .jquery-modal #nav_lower p.is__children {
    background: #202124;
    color: #fff;
  }

  .jquery-modal #nav_lower .icon_svg {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
  }

  .jquery-modal #nav_lower .nav_menu__sub__sub {
    position: static;
  }

  .jquery-modal #nav_lower .nav_menu__sub__sub__list {
    width: 100%;
    padding: 0;
  }

  .jquery-modal #nav_lower .nav_menu__sub__sub__list li {
    display: block;
    position: relative;
    margin: 0;
    background: #e9e9e9;
  }

  .jquery-modal #nav_lower .nav_menu__sub__sub__list li+li {
    border-top: solid 1px #fff;
  }

  .jquery-modal #nav_lower .nav_menu__sub__sub__list li a {
    font-size: 14px;
    font-weight: normal;
  }

  /* #searchbox
  --------------------------- */
  .sp_display #searchbox #search_input {
    width: 100%;
    padding: 10px 20px 10px 40px;
    font-size: 16px;
    /*text-align: center;*/
  }

  .sp_display #searchbox button {
    display: none;
  }

  .sp_display #searchbox #btn_close {
    display: none;
  }

  .sp_display #searchbox .nosearch {
    display: block;
    width: 25%;
    padding-left: 10px;
    font-size: 12px;
    text-align: center;
  }

  .sp_display #searchbox .content #searchbox__inner {
    padding: 20px;
    background: #f5f5f5;
    position: fixed;
    z-index: 9998;
  }

  .sp_display #searchbox #searchbox__objects {
    width: 100%;
  }

  .sp_display #searchbox #searchbox__objects .icon_svg {
    position: absolute;
    top: 8px;
    left: 20%;
    width: 25px;
    height: 25px;
  }

  .sp_display #searchbox #searchbox__objects .icon_svg.active {
    left: 10px;
  }

  .sp_display #searchbox #relationword ul {
    display: block;
    text-align: center;
  }

  .sp_display #searchbox #relationword ul li {
    font-size: 16px;
    margin: 14px 0 0;
  }

  .sp_display #searchbox #relationword ul li a {
    color: #a3a3a3;
  }

	ul.sug_list {
		width: calc(75% - 68px)!important;
    width: -webkit-calc(75% - 68px)!important;
    margin-left: 25px!important;
	}

  /* #emergency
  --------------------------- */
  .sp_display #emergency {
    margin: 0 0 10px;
    padding-top: 57px;
  }

  .sp_display #emergency.emergency-adjust-padding {
    margin: 0px;
  }

  .sp_display #emergency .emergency_wrap {
    width: 100%;
  }

  .sp_display #emergency .emergency_wrap .content {
    padding: 12px 10px 10px;
  }

  .sp_display #emergency .ico_emergency {
    width: 110px;
  }

  .sp_display #emergency .ico_emergency span {
    display: block;
    padding: 0 7px;
    text-align: center;
  }

  .sp_display #emergency .breaking_news .ico_emergency span {
    font-size: 12px;
    line-height: 1.2;
    padding: 2px 10px;
  }

  .sp_display #emergency .emergency__txt {
    width: 100%;
    margin: 0 20px 0 10px;
    line-height: 1.4;
  }

  .sp_display #emergency .emergency__oneline {
    white-space: nowrap;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin: 0 28px 0 10px;
  }

  .sp_display #emergency .emergency__txt p {
    margin: 10px 0 0 0;
  }

  .sp_display #emergency .emergency__txt p:first-of-type {
    margin: 0 0;
  }

  .sp_display #emergency2 .emergency_container {
    width: 100%;
    margin: 0 auto;
  }

  .sp_display #emergency2.emergency2-adjust-padding {
    padding-top: 10px;
  }

  /* #main
	--------------------------- */
  .sp_display .no_column.item_list .item {
    width: 100% !important;
    margin-top: 0;
    overflow: hidden;
  }

  .sp_display .no_column.item_list .item.sp {
    display: block;
  }

  .sp_display .no_column.item_list .item+.item {
    margin-left: 0;
  }

  .sp_display .no_column.item_list .item.sp_2col {
    width: 50% !important;
  }

  .sp_display .no_column.item_list .item.sp_2col:nth-child(odd)+.item.sp_2col:nth-child(even) {
    border-left: solid 1px #202124;
  }

  .sp_display .no_column.item_list .item.sp_2col .item__txt {
    min-height: 40px;
    padding: 0 10px 10px;
    border: none;
  }

  .sp_display .no_column.item_list .item.hdimg .item__img {
    position: relative;
  }

  .sp_display .no_column.item_list .item.hdimg .item__img:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(19, 19, 19, 0) 80%, rgba(19, 19, 19, 0.5) 90%, rgba(19, 19, 19, 1.0) 100%);
    background: -ms-linear-gradient(top, rgba(19, 19, 19, 0) 80%, rgba(19, 19, 19, 0.5) 90%, rgba(19, 19, 19, 1.0) 100%);
    background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0) 80%, rgba(19, 19, 19, 0.5) 90%, rgba(19, 19, 19, 1.0) 100%);
    background: linear-gradient(to bottom, rgba(19, 19, 19, 0) 80%, rgba(19, 19, 19, 0.5) 90%, rgba(19, 19, 19, 1.0) 100%);
  }

  .sp_display .no_column.item_list .item a {
    opacity: 1;
  }

  /* .is_column */
  .sp_display .item_list.is_column .item {
    width: 50%;
  }

  .sp_display .item_list.is_column .item:nth-child(n+ 3) {
    margin-top: 0;
  }

  /* .genre */
  .sp_display .genre #content_container {
    display: block;
    padding-bottom: 0;
  }

  .sp_display .genre #content_container #main_content {
    width: 100%;
  }

  .sp_display .genre #content_container #main_content h1 {
    display: block;
    margin-bottom: 20px;
    color: #333;
    font-size: 20px;
    line-height: 1;
  }

  .sp_display #ranking.genre #content_container #main_content h1 {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 26px;
    line-height: 1;
  }

  .sp_display .genre #content_container #main_content h1 .icon_svg {
    display: block;
    margin: 0 auto;
    fill: #333;
  }

  .sp_display #ranking.genre #content_container #main_content h1 .icon_svg {
    display: block;
    margin: 0 auto;
    fill: #fff;
  }

  .sp_display .genre #content_container #main_content h1 span {
    display: block;
    margin-right: 0;
  }

  /* #nav_menu__subgenre
  --------------------------- */
  .sp_display .sticky {
    display: block;
    position: static;
    width: auto;
    background: #202124;
    margin: 0px;
  }

  .sp_display #nav_menu__subgenre ul {
    display: block;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
    margin: 0;
    border: none;
    transform: translateZ(0);
    white-space: nowrap;
    font-size: 0;
  }

  .sp_display #nav_menu__subgenre ul li {
    display: inline-block;
    width: auto;
    border-left: none;
    font-size: 14px;
  }

  .sp_display #nav_menu__subgenre ul li:last-child {
    border-right: none;
  }

  .sp_display #nav_menu__subgenre ul li a {
    position: relative;
    display: block;
    padding: 20px 16px;
    background: none;
    color: #9d9d9d;
  }

  .sp_display #nav_menu__subgenre ul li a:hover {
    opacity: 1;
  }

  .sp_display #nav_menu__subgenre ul li a .icon_svg {
    display: none;
  }

  .sp_display #nav_menu__subgenre ul li a.current {
    padding-bottom: 18px;
    border-bottom: solid 2px #fff;
    background: none;
    color: #fff;
  }

  /* .box_subgenre
  --------------------------- */
  .sp_display .box_subgenre+.box_subgenre {
    padding-top: 0;
  }

  .sp_display .box_subgenre h2 {
    display: none;
  }

  /* #nav_menu__weekly
  --------------------------- */
  .sp_display #nav_menu__weekly ul {
    margin-bottom: 20px;
  }

  .sp_display #nav_menu__weekly ul li+li {
    border-left: none;
  }

  .sp_display #nav_menu__weekly ul li a {
    background: #fff;
    color: #333;
    opacity: 1;
  }

  .sp_display #nav_menu__weekly ul li a.current {
    padding-bottom: 10px;
    border-bottom: solid 2px #333;
    color: #333;
  }

  .sp_display #nav_menu__weekly ul li a.current:before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #333;
  }

  /* #signoff_other
  --------------------------- */
  .sp_display #signoff_other {
    margin: 30px 0;
  }

  .sp_display #signoff_other h2 {
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    text-align: center;
  }

  .sp_display #nav_menu__signoff ul {
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 16px;
  }

  .sp_display #nav_menu__signoff ul li {
    width: calc((100% / 10) - 5px);
  }

  .sp_display #nav_menu__signoff ul:first-of-type li+li {
    margin-left: 5px;
  }

  .sp_display #nav_menu__signoff ul:first-of-type li a {
    width: 100%;
    height: 30px;
    padding: 7px 5px;
    border-radius: 0px;
    background: #202124;
    color: #fff;
  }

  .sp_display #nav_menu__signoff ul li.reair {
    display: none;
  }

  .sp_display #nav_menu__signoff ul#endPrgrmList li {
    background-position: -348px 2px;
    padding: 0 0 0 10px;
    margin: 10px 15px 0 0;
    float: left;
    width: auto;
    text-align: left;
    line-height: 1.4;
  }

  .sp_display #nav_menu__signoff ul#endPrgrmList li a {
    color: #fff;
    background: none;
    width: auto;
    height: auto;
    font-size: 0.8em;
    padding: 4px 14px;
  }

  /* #sidebar
  --------------------------- */
  .sp_display .genre #content_container #sidebar {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .sp_display .genre #content_container #sidebar h2 {
    margin: 0;
    font-size: 20px;
  }

  .sp_display #content_container #sidebar #rectangle {
    margin-bottom: 0;
  }

  .sp_display #content_container #sidebar .sidebar_box {
    padding: 40px 0;
  }

  .sp_display #content_container #sidebar .sidebar_box+.sidebar_box {
    margin-top: 0;
  }

  .sp_display #content_container #sidebar .sidebar_box#present {
    background: #202124;
    color: #fff;
  }

  .sp_display #content_container #sidebar .sidebar_box__item__btn {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }

  .sp_display #content_container #sidebar .sidebar_box__item__btn a .icon_svg {
    width: 18px;
    height: 18px;
    border-radius: 30px;
    background: #fff;
    fill: #202124;
  }

  .sp_display #content_container #sidebar .sidebar_box.slider .sidebar_box__item__list_container {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 15px 0;
  }

  .sp_display #content_container #sidebar .sidebar_box.slider .sidebar_box__item__list {
    font-size: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }

  .sp_display #content_container #sidebar .sidebar_box.slider .sidebar_box__item__list:before {
    content: '';
    flex: 0 0 15px;
  }

  .sp_display #content_container #sidebar .sidebar_box.slider .sidebar_box__item__list:after {
    content: '';
    flex: 0 0 15px;
  }

  .sp_display #content_container #sidebar .sidebar_box.slider .sidebar_box__item__list .sidebar_box__item {
    display: inline-block;
    vertical-align: top;
    width: 245px;
    min-height: 245px;
    padding: 0 0 15px 0;
    border-radius: 4px;
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    box-shadow: 0 0 5px #ccc;
    flex: 0 0 auto;
  }

  .sp_display #content_container #sidebar #present.sidebar_box.slider .sidebar_box__item__list .sidebar_box__item {
    display: inline-block;
    vertical-align: top;
    width: 245px;
    min-height: 245px;
    padding: 0 0 15px 0;
    border-radius: 4px;
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    box-shadow: 0 0 5px #000;
    flex: 0 0 auto;
  }

  /* .sp_display #content_container #sidebar #ichioshi .sidebar_box__item {
        font-size: 12px;
        line-height: 20px;
    } */
  .sp_display #content_container #sidebar #present {
    padding-bottom: 30px;
  }

  .sp_display #content_container #sidebar .sidebar_box.slider .sidebar_box__item__list .sidebar_box__item+.sidebar_box__item {
    margin-left: 15px;
  }

  .sp_display #content_container #sidebar .sidebar_box.slider .sidebar_box__item__list .sidebar_box__item .sidebar_box__item__img {
    position: static;
    width: 100%;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px #f5f5f5 solid;
  }

  .sp_display #content_container #sidebar #ichioshi .sidebar_box__item__list .sidebar_box__item .sidebar_box__item__img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    width: 100%;
    border-radius: 4px 4px 0 0;
    height: 170px;
    background: #ccc;
  }

  .sp_display #content_container #sidebar .sidebar_box.slider .sidebar_box__item__list .sidebar_box__item .sidebar_box__item__img .sidebar_box__item__info {
    padding: 0 15px 15px;
    background: none;
    color: #d50000;
    line-height: 1;
  }

  .sp_display #content_container #sidebar .sidebar_box.slider .sidebar_box__item__list .sidebar_box__item .sidebar_box__item__txt {
    width: 100%;
    padding: 15px 15px 0;
  }

  .sp_display #content_container #sidebar .sidebar_box.slider .sidebar_box__item__list .sidebar_box__item .sidebar_box__item__txt .sidebar_box__item__ttl {
    font-size: 14px;
  }

  /* #sitemap
  --------------------------- */
  .sp_display #sitemap .content {
    display: block;
    border-top: solid 1px #fff;
    padding: 0 0;
  }

  .sp_display #sitemap .sitemap_list {
    width: 100%;
  }

  .sp_display #sitemap .sitemap_list ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0;
    font-size: 0;
  }

  .sp_display #sitemap .sitemap_list .title {
    display: none;
  }

  .sp_display #sitemap .sitemap_list li.sp {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
    border-bottom: solid 1px #fff;
    font-size: 14px;
  }

  .sp_display #sitemap .sitemap_list li a {
    display: block;
    padding: 14px 10px;
    background: #202124;
    font-size: 14px;
    line-height: 1.2;
  }

  .sp_display #sitemap .sitemap_list li.otn a {
    display: block;
    padding: 8px 10px;
    background: #202124;
    font-size: 14px;
    line-height: 1.0;
  }

  .sp_display #sitemap .sitemap_list li.otn a span em {
    font-style: normal;
  }

  .sp_display #sitemap .sitemap_list li.sp .icon_svg {
    position: absolute;
    top: 12px;
    right: 0;
    width: 20px;
    height: 20px;
    fill: #fff;
  }

  /* footer
	--------------------------- */
  .sp_display #footer p {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .sp_display #footer .footer_caution {
    padding: 16px;
  }

  .sp_display #footer .footer_copyright {
    font-size: 12px;
    text-align: center;
  }
}
