@charset "UTF-8";
/*===============================================================
	読み込み
===============================================================*/
/* ==========================================================================

	2019/2/14

   ========================================================================== */
@import url("/extra/library/common/css/smart_phone.css") only screen and (max-width: 1030px);
/* Base
   ========================================================================== */
#campaign_tv_sales_waku1 {
  margin: 0 auto 20px;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
}

.clearText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* Contents
========================================================================== */
#page,
.container {
  font-family: Meiryo, メイリオ, sans-serif !important;
}

.thiscontents {
  width: 100%;
}

a {
  transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  color: #0066CC;
}

a:hover {
  color: #0099CC;
}

/* 基本
----------------------------------------------------------------*/
.thiscontents .clear {
  width: 100%;
  overflow: hidden;
}

.thiscontents .cf:before,
.thiscontents .cf:after {
  content: " ";
  display: table;
}

.thiscontents .cf:after {
  clear: both;
}

.thiscontents .cf {
  *zoom: 1;
}

.thiscontents .clearboth {
  clear: both;
}

.thiscontents .flol {
  display: inline;
  float: left;
}

.thiscontents .flor {
  display: inline;
  float: right;
}

.thiscontents .tablet {
  display: none;
}

.thiscontents .sp {
  display: none;
}

.thiscontents .sp_tablet {
  display: none;
}

.thiscontents .none {
  display: none;
}

.thiscontents img {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-touch-callout: none;
}

.thiscontents .fitimg,
.thiscontents .fitimg img {
  width: 100%;
  height: auto;
}

.thiscontents p {
  margin: 0;
  padding: 0;
}

.thiscontentsh1,
.thiscontents h2,
.thiscontents h3,
.thiscontents h4,
.thiscontents h5,
.thiscontents h6 {
  font-weight: bold;
}

.thiscontents p {
  margin: 0;
  padding: 0;
}

.thiscontents sup {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
}

.thiscontents .photo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1030px) {
  .thiscontents .pc {
    display: none;
  }
  .thiscontents .tablet,
  .thiscontents .pc_tablet,
  .thiscontents .sp_tablet {
    display: block;
  }
  .thiscontents {
    padding-top: 60px;
  }
}
@media screen and (max-width: 736px) {
  .thiscontents {
    margin-bottom: 10px;
  }
  .thiscontents .sp {
    display: block;
  }
  .thiscontents .pc_tablet,
  .thiscontents .tablet {
    display: none;
  }
}
/*===============================================================

	以下案件毎のコンテンツ

===============================================================*/
.boxshadow {
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
}

/*===============================================================
	色 _color.scss
===============================================================*/
.c_lightgray {
  background: #555;
}

.c_gray {
  background: #333;
}

.c_gray_gradient {
  background-image: radial-gradient(circle farthest-side at center top, #555, #333 100%);
}

/*===============================================================

	noto sans + yakuhan

===============================================================*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/special/common/webfont/NotoSansCJKjp-Bold_subset.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("/special/common/webfont/yakuhan/YakuHanJP-Bold.woff2") format("woff2"), url("/special/common/webfont/yakuhan/YakuHanJP-Bold.woff") format("woff");
}
.noto_sans {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
}

/*===============================================================
	_mixin.scss
===============================================================*/
/*===============================================================

	_reset.scss 2021/9/24

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

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

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

input[type=submit],
textarea {
  font-family: inherit;
}

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

body {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

h1,
h2 {
  line-height: 1;
}

p {
  line-height: 1.8;
}

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

img {
  vertical-align: top;
  border: 0;
}

ul,
li {
  list-style: none;
}

option {
  padding-right: 1em;
}

address,
caption {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: underline;
}

ul a,
li a {
  zoom: 1;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* HTML5
----------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*===============================================================
	変数
===============================================================*/
/*　幅　*/
/*===============================================================
	色
===============================================================*/
/*===============================================================

	girid

===============================================================*/
.gridcontainer {
  margin-top: -30px;
}

.gridcontainer .grid {
  float: left;
}

.grid {
  margin-top: 30px;
}

/*	gridSize :460 gutterSize :40 column :2 */
.gridwrp_2 {
  width: 104.167%;
}

.gridwrp_2 .grid_2 {
  width: 96%;
  margin-right: 4%;
}

.gridwrp_2 .grid_1 {
  width: 46%;
  margin-right: 4%;
}

.gridwrp_1 .grid_2 {
  width: 192%;
  margin-right: 8%;
}

/*	gridSize :290 gutterSize :40 column :3 */
.gridwrp_3 {
  width: 104.211%;
}

.gridwrp_3 .grid_3 {
  width: 95.96%;
  margin-right: 4.04%;
}

.gridwrp_3 .grid_2 {
  width: 62.626%;
  margin-right: 4.04%;
}

.gridwrp_3 .grid_1 {
  width: 29.293%;
  margin-right: 4.04%;
}

/*	gridSize :210 gutterSize :40 column :4 */
.gridwrp_4 {
  width: 104.167%;
}

.gridwrp_4 .grid_4 {
  width: 96%;
  margin-right: 4%;
}

.gridwrp_4 .grid_3 {
  width: 71%;
  margin-right: 4%;
}

.gridwrp_4 .grid_2 {
  width: 46%;
  margin-right: 4%;
}

.gridwrp_4 .grid_1 {
  width: 21%;
  margin-right: 4%;
}

/* PCのみ */
@media screen and (min-width: 1031px) {
  .gridwrp_2 .grid:nth-child(2n+1) {
    clear: both;
  }
  .gridwrp_3 .grid:nth-child(3n+1) {
    clear: both;
  }
  .gridwrp_4 .grid:nth-child(4n+1) {
    clear: both;
  }
} /* for PC min-width: 961px


/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .gridwrp_3,
  .gridwrp_3 .grid_1,
  .gridwrp_3 .grid_2,
  .gridwrp_2,
  .gridwrp_2 .grid_1 {
    width: 100%;
    margin-right: 0;
  }
  .gridwrp_4 {
    width: 105%;
  }
  .gridwrp_4 .grid_1,
  .gridwrp_4 .grid_3 {
    width: 45.238%;
    margin-right: 4.762%;
  }
  .gridcontainer {
    margin-top: 0;
  }
  .grid {
    margin-top: 20px;
  }
  .grid:first-child {
    margin-top: 0px;
  }
  .gridwrp_4 .grid:nth-child(2) {
    margin-top: 0;
  }
} /* for SP max-width: 736px */
/*===============================================================

	flex_container

===============================================================*/
.flex_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}

.flex_container .item {
  flex-basis: auto;
  margin-top: 20px;
  background: #ddd;
}

.flex_container .item .txt {
  padding: 15px;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
  .flex_container {
    padding: 0 5vw;
    margin-top: 5vw;
  }
} /* for SP max-width: 736px */
/*----------------------------------------------------------------
アイテム比率
----------------------------------------------------------------*/
.flex_container .item_2_1 {
  width: 48%;
  margin-right: 4%;
}

.flex_container .item_3_1 {
  width: 31%;
  margin-right: 3.5%;
}

.flex_container .item_4_1 {
  width: 23%;
  margin-right: 2.6666%;
}

.flex_container .item_5_1 {
  width: 18.75%;
  margin-right: 1.5625%;
}

.flex_container .item_2_1:nth-child(2n),
.flex_container .item_3_1:nth-child(3n),
.flex_container .item_4_1:nth-child(4n),
.flex_container .item_5_1:nth-child(5n) {
  margin-right: 0;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  /*4→3カラム*/
  .flex_container .item_4_1,
  .flex_container .item_4_1:nth-child(4n) {
    width: 31%;
    margin-right: 3.5%;
  }
  /*5→4カラム*/
  .flex_container .item_5_1,
  .flex_container .item_5_1:nth-child(5n) {
    width: 23%;
    margin-right: 2.6666%;
  }
  .flex_container .item_4_1:nth-child(3n),
  .flex_container .item_5_1:nth-child(4n) {
    margin-right: 0;
  }
} /* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  /*2→1カラム*/
  /*3→1カラム*/
  .flex_container .item_2_1,
  .flex_container .item_3_1 {
    width: 100%;
    margin-right: 0;
  }
  /*4→2カラム*/
  /*5→2カラム*/
  .flex_container .item_4_1,
  .flex_container .item_4_1:nth-child(3n),
  .flex_container .item_4_1:nth-child(4n),
  .flex_container .item_5_1,
  .flex_container .item_5_1:nth-child(4n),
  .flex_container .item_5_1:nth-child(5n) {
    width: 48%;
    margin-right: 4%;
  }
  .flex_container .item_4_1:nth-child(2n),
  .flex_container .item_5_1:nth-child(2n) {
    margin-right: 0;
  }
} /* for SP max-width: 736px */
/*===============================================================

	レイアウト

===============================================================*/
.wide_width {
  width: auto;
  max-width: 1300px;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.content_width {
  width: auto;
  max-width: 1030px;
  /*	width:1030px;*/
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.narrow_width {
  width: auto;
  max-width: 900px;
  /*	width:800px;*/
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .wide_width {
    width: 100%;
  }
} /* for tablet max-width: 1030px */
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .content_width {
    width: 100%;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
  .narrow_width {
    width: 100%;
  }
  .wide_width {
    padding: 0;
  }
} /* for SP max-width: 736px */
/*===============================================================

	content 

===============================================================*/
.content {
  margin: 0 auto;
}

.content + .content {
  margin-top: 100px;
}

.headline + .content {
  margin-top: 40px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .content {
    margin: 0 auto;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .content {
    width: 100%;
    margin: 0 auto;
  }
  .content + .content {
    margin-top: 20px;
  }
  .headline + .content {
    margin-top: 5vw;
  }
} /* for SP max-width: 736px */
/*===============================================================

	btn_detail

===============================================================*/
.btn_detail {
  width: 400px;
  margin: 0 auto;
  margin-top: 40px;
}

.btn_detail a {
  position: relative;
  display: block;
  background-color: #e61e19;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
}

.btn_detail a:after {
  position: absolute;
  content: " ";
  width: 6px;
  height: 6px;
  top: 0;
  left: auto;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(135deg);
}

.btn_detail a:hover {
  text-decoration: none;
  background-color: #f00;
}

.btn_detail_red a {
  background-color: #c91b36;
}

.btn_detail_red a:hover {
  background-color: #e31838;
}

.btn_detail_black a {
  background-color: #000;
}

.btn_detail_black a:hover {
  background-color: #222;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .btn_detail {
    width: 100%;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .btn_detail {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .btn_detail a {
    font-size: 16px;
    background-size: 18px 30px;
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	flexbtn	
-------------------------------------------------------------*/
.flexbtn {
  width: auto;
  text-align: center;
}

.flexbtn a {
  display: inline-block;
  padding: 15px 40px;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	show_morebtn	
-------------------------------------------------------------*/
/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .show_morebtn {
    position: relative; /*box-shadow調整*/
    background: #fff;
    box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    clear: both;
    padding: 20px 0 20px 0;
    z-index: 10;
    border-bottom: solid 1px #ccc;
    background: #eee;
  }
  .show_morebtn a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 14px;
    position: relative;
  }
  .show_morebtn a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: solid 1px #666;
    width: 6px;
    height: 6px;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translate(-1px, -1px);
    transition: all 0.3s;
  }
  .show_morebtn.active {
    box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, 0);
  }
  .show_morebtn.active a::after {
    transform: rotate(-135deg) translate(-1px, -1px);
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	show_more_btn	
-------------------------------------------------------------*/
.show_more_btn {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #ddd;
}

.show_more_btn a {
  display: block;
  margin: 0 auto;
  width: 400px;
  text-align: center;
  border: solid 1px #999;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 0;
  position: relative;
}

.show_more_btn a:hover {
  text-decoration: none;
  background: #333;
  color: #fff;
  border: solid 1px #333;
}

.show_more_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 10px solid #333;
  border-bottom: 10px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transform: translate(4em, 5px);
  box-sizing: border-box;
  transition: all 0.3s;
}

.show_more_btn a:hover::after {
  border-top: 10px solid #fff;
}

.show_more_btn a.up_arw::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #333;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transform: translate(4em, -5px);
  box-sizing: border-box;
  transition: all 0.3s;
}

.show_more_btn a.up_arw:hover::after {
  border-bottom: 10px solid #fff;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .show_more_btn {
    margin-top: 3.88vw;
    padding-top: 3.88vw;
  }
  .show_more_btn a {
    width: 38.83vw;
    font-size: 1.55vw;
    padding: 1.46vw 0;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .show_more_btn {
    margin-top: 5vw;
    padding-top: 5vw;
    border-top: 0;
  }
  .show_more_btn a {
    width: 54.35vw;
    font-size: 4vw;
    padding: 2.5vw 0;
  }
} /* for SP max-width: 736px */
/*===============================================================

	.carousel_slider .slider

===============================================================*/
.slider_title_wrp {
  text-align: center;
}

.slider_title {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 40px auto 0;
  /*border-bottom: 2px solid #fff;*/
  display: inline-block;
}

.carousel_slider_3column {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: -20px;
}

.carousel_slider {
  position: relative;
  height: 310px;
  padding: 25px 0 0;
}

.carousel_slider .slider .slick-list {
  margin-right: -15px; /* ガター */
}

.carousel_slider .slider .slick-slide {
  margin-right: 15px; /* ガター */
}

.carousel_slider .slider {
  position: relative;
  opacity: 0;
}

.carousel_slider .slider .slide {
  width: 100%;
  width: 800px;
  position: relative;
  box-sizing: border-box;
  height: auto;
}

.carousel_slider .slider .slide img {
  width: 100%;
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .carousel_slider_3column {
    width: 930px;
  }
  .carousel_slider {
    height: 280px;
  }
} /* for tablet max-width: 1200px */
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .slider_title {
    margin-top: 30px;
    border-bottom: 0;
  }
  .carousel_slider_3column {
    width: 620px;
  }
  .carousel_slider {
    height: 230px;
    padding: 15px 0 0;
    /*	padding: 40px 0 0;*/
  }
} /* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .slider_title {
    margin: 8vw auto 0;
    font-size: 4vw;
  }
  .carousel_slider_3column {
    width: 80vw;
    margin-top: -2vw;
  }
  .carousel_slider {
    padding: 0;
    padding-top: 3vw;
    /*	padding-top: 5vw;*/
    /*	padding-top: 10vw;*/
    /*
    	padding-bottom: 3vw;
    	height: 75vw;
    */
    padding-bottom: 0;
    height: auto;
  }
  .carousel_slider .slider {
    padding-bottom: 0;
    padding: 0 5vw 5vw;
  }
  .carousel_slider .slider .slide {
    width: 100%;
    padding: 0;
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	.carousel_slider .pager_ui .pager
-------------------------------------------------------------*/
.carousel_slider .pager_ui {
  /*	position: absolute;*/
  width: 100%;
  /*	height: 243px;*/
  /*
  	bottom: 0;
  	right: 0;
  */
  z-index: 10;
}

.carousel_slider .pager_ui .pager {
  position: absolute;
  top: 0;
  bottom: auto;
  margin: auto;
  width: 40px;
  height: auto;
  z-index: 5;
}

.carousel_slider .pager_ui .prev {
  /*	left: -40px;*/
  left: -50px;
}

.carousel_slider .pager_ui .next {
  /*	right: -42px;*/
  right: -52px;
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .carousel_slider .pager_ui {
    /*	height: 205px;*/
  }
  .carousel_slider .pager_ui .pager {
    /*	height: 205px;*/
  }
} /* for tablet max-width: 1200px */
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .carousel_slider .pager_ui {
    /*	height: 158px;*/
  }
  .carousel_slider .pager_ui .pager {
    /*	height: 158px;*/
  }
  .carousel_slider .pager_ui .pager {
    /*	width:30px;*/
    width: 40px;
  }
  .carousel_slider .pager_ui .prev {
    /*	left: -30px;*/
  }
  .carousel_slider .pager_ui .next {
    /*	right: -30px;*/
  }
} /* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .carousel_slider .pager_ui {
    height: auto;
    position: static;
  }
  .carousel_slider .pager_ui .pager {
    position: absolute;
    top: 0;
    bottom: auto;
    margin: auto;
    width: 10vw;
    height: auto;
    z-index: 5;
    /*	background: #fff;*/
  }
  .carousel_slider .pager_ui .prev {
    left: 0;
  }
  .carousel_slider .pager_ui .next {
    /*	right: -10vw;*/
    right: 0;
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	.carousel_slider .slider .pager a
-------------------------------------------------------------*/
.carousel_slider .slider .pager {
  display: block;
}

.carousel_slider .slider .pager a {
  border: none;
  /*	border-radius: 0;*/
}

.carousel_slider .pager_ui .pager a {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  /*	background: #eee;*/
  /*	background: #fff;*/
  /*	background: rgba(0,0,0,0.3);*/
  overflow: hidden;
  text-indent: -200%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #fff;
}

.carousel_slider .pager_ui .pager a:hover {
  /*	background:#ccc;*/
  /*	background:#eee;*/
}

.carousel_slider .pager_ui .pager a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  width: 14px;
  height: 14px;
  transform: rotate(-45deg) translate(-2px, -2px);
  transition: all 0.3s;
}

.carousel_slider .pager_ui .prev a:after {
  transform: rotate(135deg) translate(-2px, -2px);
}

.carousel_slider .pager_ui .pager a:hover:after {
  /*	border-right:solid 1px #000;*/
  /*	border-bottom:solid 1px #000;*/
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .carousel_slider .pager_ui .pager a {
    /*	height: 205px;*/
  }
} /* for tablet max-width: 1200px */
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .carousel_slider .pager_ui .pager a {
    /*	height: 158px;*/
    /*	width:30px;*/
  }
} /* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .carousel_slider .pager_ui .pager a {
    /*
    	width: 10vw;
    	height: 10vw;
    */
    width: 7vw;
    height: 7vw;
    /* background: none; */
    left: 0;
    right: 0;
    margin: auto;
  }
  .carousel_slider .pager_ui .pager a:after {
    width: 2vw;
    height: 2vw;
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	.carousel_slider .slider .slide .photo
-------------------------------------------------------------*/
.carousel_slider .slider .slide .photo {
  height: 201px;
  /*	height: 180px;*/
  background: #fff;
}

.carousel_slider .slider .slide .photo img {
  width: inherit;
  max-width: 100%;
  min-width: 100%;
  /*	height: auto;*/
  /*	height: 220px;*/
  /*	height: 180px;*/
  -o-object-fit: contain;
     object-fit: contain;
}

.carousel_slider .slider .slide .photo.noimage {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.carousel_slider .slider .slide .photo.noimage img {
  height: 135px;
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .carousel_slider .slider .slide .photo,
  .carousel_slider .slider .slide .photo img {
    height: 169px;
  }
  .carousel_slider .slider .slide .photo.noimage img {
    height: 103px;
  }
} /* for tablet max-width: 1200px */
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .carousel_slider .slider .slide .photo,
  .carousel_slider .slider .slide .photo img {
    height: 111px;
  }
  .carousel_slider .slider .slide .photo.noimage img {
    height: 65px;
  }
} /* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .carousel_slider .slider .slide .photo,
  .carousel_slider .slider .slide .photo img {
    height: 45vw;
  }
  .carousel_slider .slider .slide .photo.noimage img {
    height: 25vw;
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	.carousel_slider .slider .slide .txt
-------------------------------------------------------------*/
.carousel_slider .slider .pager {
  display: block;
  /*	box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);*/
  height: 201px;
}

.carousel_slider .slider .pager a {
  /*	border: none;*/
  /*	border-radius: 0;*/
}

.carousel_slider .slider .slide a {
  color: #333;
  outline: none;
  display: block;
}

.carousel_slider .slider .slide a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.carousel_slider .slider .slide .microcopy {
  display: none;
}

.carousel_slider .slider .slide .txt {
  /*	padding: 10px 15px;*/
  padding: 15px 20px;
  /*	background: #fff;*/
  color: #fff;
}

.carousel_slider .slider .slide .txt .title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}

.carousel_slider .slider .slide .txt .date {
  margin-top: 5px;
  font-size: 15px;
}

.carousel_slider .slider .slide .txt .ch_name {
  font-size: 14px;
}

.carousel_slider .slider .slide .txt .btn {
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}

.carousel_slider .slider .slide .txt .btn a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: solid 3px #fff;
  box-sizing: border-box;
}

.carousel_slider .slider .slide .txt .btn a:hover {
  background: #fff;
  color: #000;
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .carousel_slider .slider .pager {
    height: 169px;
  }
} /* for tablet max-width: 960px */
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .carousel_slider .slider .pager {
    height: 111px;
  }
} /* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .carousel_slider .slider .pager {
    height: 45vw;
    width: 10vw;
  }
  .carousel_slider .slider .slide a:hover {
    opacity: 1;
  }
  .carousel_slider .slider .slide .txt {
    height: auto;
    padding: 3vw;
    padding-top: 3vw;
    font-size: 3vw;
  }
  .carousel_slider .slider .slide .txt .title {
    font-size: 4vw;
  }
  .carousel_slider .slider .slide .txt .date {
    margin-top: 2vw;
    font-size: 4vw;
  }
  .carousel_slider .slider .slide .txt .ch_name {
    font-size: 4vw;
  }
} /* for SP max-width: 736px */
/*===============================================================

	content_item

===============================================================*/
.content_item {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 40px 15px;
  box-sizing: border-box;
}

.content_item ul {
  position: relative;
}

.content_item ul:before {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 100%;
  background: #fff;
}

.content_item ul:after {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 100%;
  background: #fff;
}

.content_item li {
  margin: 20px 25px 0;
  /*	margin: 0 25px;*/
  /*	margin: 0;*/
  /*pointer-events: none;*/
}

.content_item li a {
  display: block;
  outline: none;
  /*pointer-events: none;*/
}

.content_item li * {
  text-decoration: none;
}

.content_item li .img {
  max-width: 450px;
  position: relative;
  background: #000;
  overflow: hidden;
}

.content_item li .img img {
  display: block;
  transition: all linear 0.1s;
}

.content_item li a:hover .img img {
  opacity: 0.7;
  filter: saturate(50%);
  transform: scale(1.1);
}

.content_item li .img .copyright {
  position: absolute;
  bottom: 1px;
  left: 1px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 1;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.content_item li .txt {
  margin-top: 15px;
  min-height: 180px;
}

.content_item li .txt .head {
  color: #000;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  transition: all linear 0.1s;
}

.content_item li .txt .head .small {
  display: inline-block;
  font-size: 12px;
  vertical-align: super;
}

.content_item li a:hover .txt .head {
  text-decoration: underline;
}

.content_item li a:hover .txt .head .small {
  text-decoration: none !important;
}

.content_item li .txt p {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 5px;
}

.content_item li .ch {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  padding-bottom: 20px;
}

.content_item li .icon {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-right: 15px;
}

.content_item li .detail {
  width: -webtit-calc( 100% - 75px);
  width: calc(100% - 75px);
}

.content_item li .detail .name {
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
}

.content_item li .detail .date {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 5px;
}

.content_item li .detail .caption {
  color: #333;
  font-size: 12px;
  line-height: 1.8;
}

.content_item li .detail .date .caution {
  display: block;
  color: #4038a4;
  font-weight: 700;
  transition: all linear 0.1s;
}

/* タブレット以下 */
/* for tablet max-width: 1200px */
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .content_item {
    padding: 30px 10px;
  }
  .content_item ul:before {
    width: 15px;
  }
  .content_item ul:after {
    width: 15px;
  }
  .content_item li {
    margin: 0 15px;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .content_item {
    padding: 20px;
  }
  .content_item ul:before,
  .content_item ul:after {
    display: none;
  }
  .content_item li {
    margin: 0;
  }
  .content_item li .img {
    max-width: 100%;
  }
  .content_item li a:hover .img img {
    opacity: 1;
    filter: saturate(100%);
    transform: none;
  }
  .content_item li .img .copyright {
    font-size: 10px;
  }
  .content_item li .txt {
    margin-top: 10px;
    min-height: 30vw;
  }
  .content_item li .txt .head {
    font-size: 4.5vw;
    text-decoration: underline;
    min-height: 12.5vw;
  }
  .content_item li a:hover .txt .head {
    color: #000;
  }
  .content_item li .txt p {
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .content_item li .ch {
    margin-top: 15px;
    padding-top: 15px;
  }
  .content_item li .icon {
    width: 12vw;
    height: 12vw;
    margin-right: 2vw;
  }
  .content_item li .detail {
    width: -webtit-calc( 100% - 50px);
    width: calc(100% - 14vw);
  }
  .content_item li .detail .name {
    font-size: 3.5vw;
  }
  .content_item li .detail .date {
    font-size: 3.5vw;
    line-height: 1.6;
    margin-top: 5px;
  }
  .content_item li .detail .caption {
    color: #333;
    font-size: 3vw;
    line-height: 1.8;
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	dot_pulse	
-------------------------------------------------------------*/
.dot_pulse {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.dot_pulse span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FF8750;
  margin: 0 5px;
  animation: dot_pulse 1.5s linear infinite;
  transform: scale(0);
}

.dot_pulse span:nth-child(1) {
  animation-delay: 0s;
}

.dot_pulse span:nth-child(2) {
  animation-delay: 0.2s;
}

.dot_pulse span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot_pulse {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  60% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	fixed

===============================================================*/
.fixed {
  position: fixed;
  top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .fixed {
    position: fixed;
    top: 0;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .fixed {
    /*	position: static;*/
  }
} /* for SP max-width: 736px */
/*===============================================================

	headline：見出し
	subhead：小見出し

===============================================================*/
.headline {
  position: relative;
  z-index: 2;
  text-align: center;
}
.headline .title {
  margin: 0 auto;
  font-size: 34px;
  color: #06037e;
  font-weight: 900;
  line-height: 1.3;
}
.headline .read {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.25em;
  margin-top: 10px;
  text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.headline .column_date {
  font-size: 14px;
  text-align: right;
  margin-top: 20px;
  line-height: 1.4;
}
.headline .cap {
  font-size: 15px;
}
@media screen and (max-width: 1030px) {
  .headline .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 736px) {
  .headline .title {
    font-size: 5.8vw;
  }
  .headline .column_date {
    font-size: 3.8vw;
    margin-top: 0;
  }
  .headline .cap {
    font-size: 3.2vw;
  }
}

/*===============================================================

	mainvisual

===============================================================*/
.mainvisual {
  position: relative;
  background: url("../images/mainvisual_bg.jpg") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding: 60px 0 100px;
  background-color: #000;
}

.mainvisual .maintitle {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  z-index: 100;
}

.mainvisual .head {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  z-index: 100;
  margin-top: 10px;
}

.column .mainvisual {
  padding: 50px 0;
}

.column .mainvisual .maintitle {
  max-width: 500px;
}

.column .mainvisual .head {
  font-size: 20px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .mainvisual {
    padding: 40px 0;
  }
  .mainvisual .maintitle {
    max-width: 500px;
  }
  .column .mainvisual .maintitle {
    max-width: 450px;
  }
  .column .mainvisual .head {
    font-size: 18px;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .mainvisual {
    padding: 8vw 0 3vw;
  }
  .column .mainvisual {
    padding: 8vw 0;
  }
  .mainvisual .maintitle, .column .mainvisual .maintitle {
    /* display: none; */
    width: 80%;
  }
  .mainvisual .head {
    font-size: 4.5vw;
    margin-top: 3vw;
    margin-left: 5vw;
    text-align: left;
  }
  .column .mainvisual .head {
    font-size: 4vw;
    margin-top: 0;
    margin-left: 0;
    text-align: left;
    padding: 3vw 5vw 0vw;
  }
} /* for SP max-width: 736px */
/*===============================================================

	mainvisual_button_wrp

===============================================================*/
/*.mainvisual_button_wrp {
	position: absolute;
	width: 1000px;
/*	width: 900px;*
	top: 20px;
	right: 0;
	left: 0;
	margin: auto;
}*/
.mainvisual_button {
  position: absolute;
  width: 140px;
  /* heighr: auto; */
  right: 20%;
  top: 48px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.mainvisual_button_wrp .btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1500px) {
  .mainvisual_button {
    right: 15%;
  }
} /* for tablet max-width: 1400px */
@media screen and (max-width: 1300px) {
  .mainvisual_button {
    width: 120px;
    right: 8%;
  }
} /* for tablet max-width: 1200px */
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .mainvisual_button {
    width: 110px;
    right: 10px;
    top: 38px;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .mainvisual_button {
    width: 20vw;
    right: 5vw;
    z-index: 3;
    top: 29vw;
    bottom: 0;
  }
  .mainvisual_button:hover {
    opacity: 1;
  }
} /* for SP max-width: 736px */
/*===============================================================

	navigation

===============================================================*/
.nav_outer {
  width: 100%;
}

.navigation_wrp {
  width: 100%;
  text-align: left;
  position: static;
  top: 0;
  left: 0;
  height: 60px;
  z-index: 200;
}

.navigation_wrp .navigation {
  width: 1030px;
  height: 60px;
  position: relative;
  margin: 0 auto;
}

.navigation li {
  line-height: 20px;
  /*	font-size:16px;*/
  font-size: 15px;
  font-weight: 700;
  float: left;
}

.navigation li a {
  color: #fff;
  text-decoration: none;
}

.navigation li.deactive a {
  pointer-events: none;
  background-color: transparent;
  color: #999;
}

.navigation li a:hover {
  /*	color:#555;*/
  color: #ccc;
  text-decoration: none;
}

.navigation_wrp .navigation .sns {
  position: absolute;
  top: 0;
  right: 0;
}

.navigation_wrp .navigation .localnav li {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: solid 1px #323232;
}

.navigation_wrp .navigation .localnav li:first-of-type {
  padding-left: 0;
}

.navigation_wrp .navigation .localnav li:first-child {
  /*	padding-left:0;*/
  border-left: 0px;
}

.navigation_wrp .navigation .localnav li.blank a {
  background: url(/special/common/images/asset/icon-blank-pc.gif) no-repeat right top; /* white	 */
  background: url(/special/common/images/asset/icon-blank-pc_bk.gif) no-repeat right top; /* black	 */
  padding-right: 20px;
}

.navigation_wrp .navigation .sns li {
  margin-top: 15px;
  margin-left: 10px;
}

.navigation_wrp .navigation .sns li.twitter a,
.navigation_wrp .navigation .sns li.instagram a,
.navigation_wrp .navigation .sns li.facebook a {
  width: 30px;
  height: 30px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  background-size: 30px 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.navigation_wrp .navigation .sns li.twitter a {
  background-image: url(/special/common/images/asset/icon_twitter.png);
}

.navigation_wrp .navigation .sns li.instagram a {
  background-image: url(/special/common/images/asset/icon_instagram.png);
}

.navigation_wrp .navigation .sns li.facebook a {
  background-image: url(/special/common/images/asset/icon_facebook.png);
}

.navigation_wrp .navigation .sns li.twitter,
.navigation_wrp .navigation .sns li.twitter img,
.navigation_wrp .navigation .sns li.facebook,
.navigation_wrp .navigation .sns li.facebook img {
  width: 30px;
  height: 30px;
}

.navigation_wrp .navigation .sns li.mitai {
  margin-top: 12px;
  width: 140px;
  height: 30px;
  overflow: hidden;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .nav_outer,
  .navigation_wrp {
    display: none;
  }
  .navigation li {
    font-weight: 400;
  }
  .navigation_wrp .navigation .localnav li {
    padding-left: 10px;
  }
  .navigation_wrp .navigation .localnav li:first-of-type {
    padding-left: 10px;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .navigation_wrp .navigation .localnav li:first-of-type {
    padding-left: 0;
  }
} /* for SP max-width: 736px */
/*===============================================================

	sp_menu

===============================================================*/
.sp_menu {
  display: none;
}

.linebtn {
  position: absolute;
  top: -1000px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .sp_menu {
    display: block;
    position: absolute;
    width: 100%;
    height: 60px;
    top: 50px;
    left: 0;
    z-index: 300;
    background: #111;
  }
  .sp_menu .inner {
    position: relative;
    width: 100%;
  }
  .sp_menu .menu {
    width: 100px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1200;
    background: none;
    color: #fff;
    text-align: center;
    border-top: solid 0 #000;
  }
  .sp_menu .menu a {
    display: block;
    position: relative;
    color: #fff;
    line-height: 40px;
    text-decoration: none;
    text-align: right;
    padding-right: 35px;
  }
  .active .menu {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .sp_menu .nav {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
  }
  .sp_menu .nav .nav_container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 140px;
    box-sizing: border-box;
  }
  .sp_menu .nav .nav_container::-webkit-scrollbar {
    display: none;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .sp_menu .menu {
    width: 70px;
    height: 40px;
  }
} /* for SP max-width: 736px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 320px) {
  .sp_menu .menu {
    width: 40px;
    height: 40px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	menu-trigger
-------------------------------------------------------------*/
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
  }
  .menu-trigger a {
    position: relative;
  }
  .menu-trigger span {
    position: absolute;
    right: 7px;
    width: 25px;
    height: 1px;
    background-color: #fff;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 10px;
  }
  /* animation */
  .active .menu-trigger span:nth-of-type(1) {
    top: 9px;
    transform: translateY(10px) rotate(-45deg);
  }
  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
    transform: translateY(0) rotate(45deg);
  }
  .active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	sp_sns
-------------------------------------------------------------*/
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .sp_menu .sp_sns {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50px;
    z-index: 1000;
    overflow: hidden;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
  }
  .sp_menu .sp_sns .sns li.twitter,
  .sp_menu .sp_sns .sns li.instagram,
  .sp_menu .sp_sns .sns li.facebook,
  .sp_menu .sp_sns .sns li.line {
    float: right;
    width: 40px;
  }
  .sp_menu .sp_sns .sns li.twitter a,
  .sp_menu .sp_sns .sns li.instagram a,
  .sp_menu .sp_sns .sns li.facebook a,
  .sp_menu .sp_sns .sns li.line a {
    background-image: url(/special/common/images/asset/sp_btn_twitter.png);
    background-color: #33ccff;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 0;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    display: block;
    width: 40px;
    height: 40px;
  }
  .sp_menu .sp_sns .sns li.twitter a {
    background-image: url(/special/common/images/asset/sp_btn_twitter.png);
    background-color: #33ccff;
  }
  .sp_menu .sp_sns .sns li.facebook a {
    background-image: url(/special/common/images/asset/sp_btn_facebook.png);
    background-color: #3b5998;
  }
  .sp_menu .sp_sns .sns li.line a {
    background-image: url(/special/common/images/asset/sp_btn_line.png);
    background-color: #00c300;
  }
} /* for tablet max-width: 1030px */
/*-------------------------------------------------------------
	sp_menu navigation
-------------------------------------------------------------*/
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .sp_menu .navigation {
    background-color: #000;
  }
  .sp_menu .navigation .localnav li {
    width: 100%;
    text-align: left;
    background: #fff;
  }
  .sp_menu .navigation .localnav li a {
    position: relative;
    display: block;
    line-height: 50px;
    color: #333;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    box-sizing: border-box;
  }
  .sp_menu .navigation .localnav li a:after {
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 18px;
    margin: auto;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    transform: rotate(135deg);
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	sp_menu body
-------------------------------------------------------------*/
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .sp_menu .body {
    text-align: center;
    padding-bottom: 20px;
    background-color: #000;
    box-shadow: rgba(0, 0, 0, 0.701961) 0px 10px 10px 0px;
  }
  .sp_menu .body h3 {
    border-top: solid 1px #e63311;
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  .sp_menu .body h3 span {
    color: #e63311;
  }
  .sp_menu .body h4 {
    border-top: solid 1px #e63311;
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
  }
  .sp_menu .body .btn a {
    width: 90%;
    margin: 0 auto;
    display: block;
    color: #fff;
    background: #222;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    border-bottom: solid 2px rgba(0, 0, 0, 0.5);
  }
  .sp_menu .body .notmember h4 {
    color: #e63311;
  }
  .sp_menu .body .notmember .btn a {
    color: #fff;
    background: #e63311;
  }
  .sp_menu .body .recommend ul {
    width: 100%;
    overflow: hidden;
  }
  .sp_menu .body .bnr {
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .sp_menu .body .bnr img {
    width: 100%;
    height: auto;
  }
  .sp_menu .body .sp_vodlink {
    border-top: solid 1px #e63311;
    padding-top: 10px;
    margin-top: 20px;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .sp_menu .body .bnr {
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
  }
} /* for SP max-width: 736px */
/*===============================================================

	navigation_wrp上書き 20211108

===============================================================*/
.navigation_wrp {
  background: #06037e;
}

.navigation_wrp .navigation {
  display: flex;
  justify-content: center;
}

.navigation .active {
  color: #C63F00;
}

.navigation li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.navigation li.active a {
  border-bottom: 2px solid #d265d1;
  pointer-events: none;
}

.navigation li a:hover {
  /*	color:#555;*/
  color: #d265d1;
  text-decoration: none;
}

.navigation_wrp .navigation .localnav li {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .navigation li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3vw 0;
  }
  .navigation .active {
    color: #fff;
    background: #d265d1;
    text-decoration: none;
  }
  .navigation li.active a {
    color: #fff;
    border-bottom: none;
  }
  .navigation li.active a:hover {
    color: #fff;
  }
} /* for SP max-width: 736px */
/*===============================================================

	navigation上書き

===============================================================*/
.navigation_wrp .navigation .sns {
  position: relative;
  top: 0;
  right: 0;
  margin-right: 0;
  margin-left: auto;
}

.navigation_wrp .navigation .sns::before {
  content: "シェアする：";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 80px;
  margin: auto;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  width: 6em;
  height: 30px;
}

.navigation_wrp .navigation .sns li {
  margin-top: 15px;
  margin-left: 10px;
}

.navigation_wrp .navigation .sns li.twitter a,
.navigation_wrp .navigation .sns li.instagram a,
.navigation_wrp .navigation .sns li.facebook a {
  width: 30px;
  height: 30px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  background-size: 30px 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.navigation_wrp .navigation .sns li.twitter a {
  background-image: url(/special/common/images/asset/icon_twitter.png);
}

.navigation_wrp .navigation .sns li.instagram a {
  background-image: url(/special/common/images/asset/icon_instagram.png);
}

.navigation_wrp .navigation .sns li.facebook a {
  background-image: url(/special/common/images/asset/icon_facebook.png);
}

.navigation_wrp .navigation .sns li.twitter,
.navigation_wrp .navigation .sns li.twitter img,
.navigation_wrp .navigation .sns li.facebook,
.navigation_wrp .navigation .sns li.facebook img {
  width: 30px;
  height: 30px;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .nav_outer,
  .navigation_wrp {
    display: block;
    /*  overflow: scroll;*/
    width: 100%;
  }
  .navigation_wrp .navigation {
    width: 100%;
  }
  .navigation_wrp .navigation li {
    height: auto;
    font-weight: bold;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .navigation_wrp,
  .navigation_wrp .navigation {
    height: auto;
  }
  .navigation_wrp .navigation .localnav {
    width: 100%;
  }
  .navigation_wrp .navigation .localnav li {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    text-align: center;
    margin-top: 0;
    /*border: solid 1px rgba(198,63,0,0.2);*/
    font-size: 3.5vw;
  }
} /* for SP max-width: 736px */
/*===============================================================

	nav_genre_outer

===============================================================*/
.nav_genre_outer {
  margin-top: 0;
  padding-top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .nav_genre_outer {
    margin-top: -40px;
    padding-top: 40px;
  }
} /* for tablet max-width: 1030px */
/*-------------------------------------------------------------
	nodata_message
	rank_bのcommon.cssを読んでいる場合は不要
-------------------------------------------------------------*/
.thiscontents .nodata_box {
  display: none;
  padding: 30px 15px;
  box-sizing: border-box;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border: solid 0px #ddd;
}

.thiscontents .nodata_box .title {
  font-size: 16px;
}

.thiscontents .nodata_box .btn {
  margin-top: 10px;
}

.thiscontents .nodata_box a {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  background: #555;
  font-size: 16px;
  line-height: 1;
}

.thiscontents .nodata_box a:hover {
  text-decoration: none;
  background: #333;
}

/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .thiscontents .nodata_message {
    margin-top: 0px;
  }
  .thiscontents .nodata_box {
    padding: 20px;
  }
  .thiscontents .nodata_box .title {
    font-size: 14px;
  }
  .thiscontents .nodata .nodata_box .btn {
    display: none;
  }
} /* for SP max-width: 736px */
/*===============================================================

	none

===============================================================*/
.none {
  display: none;
}

/*===============================================================

	no_data_box

===============================================================*/
.no_data_box {
  background: #fafafa;
  padding: 60px 0;
  text-align: center;
}

.no_data_box p {
  font-size: 16px;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .no_data_box {
    padding: 10vw 0;
  }
  .no_data_box p {
    font-size: 4vw;
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	page_title
-------------------------------------------------------------*/
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .page_title {
    font-size: 18px;
    line-height: 60px;
    font-weight: 700;
    margin-right: auto;
    margin-left: 10px;
  }
  .page_title a {
    display: inline-block;
    color: #fff;
    z-index: 1100;
  }
  .page_title a:hover {
    text-decoration: none;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .page_title {
    font-size: 5vw;
  }
} /* for SP max-width: 736px */
/*===============================================================

	pageloader

===============================================================*/
.pageloader {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*-------------------------------------------------------------
	dot_pulse	
-------------------------------------------------------------*/
.dot_pulse {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.dot_pulse span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FF8750;
  margin: 0 5px;
  animation: dot_pulse 1.5s linear infinite;
  transform: scale(0);
}

.dot_pulse span:nth-child(1) {
  animation-delay: 0s;
}

.dot_pulse span:nth-child(2) {
  animation-delay: 0.2s;
}

.dot_pulse span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot_pulse {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  60% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
/* タブレット以下 */
/* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
/* for SP max-width: 736px */
/*===============================================================

	PAGETOP

===============================================================*/
#btn_pagetop {
  width: 100%;
  overflow: hidden;
}

#btn_pagetop a {
  display: block;
  right: -300px;
  top: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  /*	background-color:#B10000;*/
  background-color: #e68fe5;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 101;
  position: fixed;
  border-radius: 30px;
}

#btn_pagetop a:hover {
  /*	background-color:#D31D1D;*/
  background-color: #d265d1;
}

#btn_pagetop a:after {
  position: absolute;
  content: " ";
  width: 14px;
  height: 14px;
  top: 20px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(45deg);
  border-radius: 2px;
}

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  #btn_pagetop a {
    width: 40px;
    height: 40px;
  }
  #btn_pagetop a:after {
    width: 12px;
    height: 12px;
    top: 17px;
    left: 0;
    right: 0;
    bottom: auto;
  }
} /* for SP max-width: 736px */
/*===============================================================

	pankuzu

===============================================================*/
.pankuzu {
  text-align: left;
  padding: 15px 10px 0;
  border-top: 1px solid #ededed;
}

.pankuzu li {
  display: inline-block;
  padding-left: 10px;
  font-size: 13px;
}

.pankuzu li:first-child {
  padding-left: 0;
}

.pankuzu li a {
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
  color: #444;
}

.pankuzu li a:hover {
  color: #d265d1;
}

.pankuzu li a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  transition: all 0.3s;
  /*	逆向き
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  */
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .pankuzu {
    padding: 15px 50px 0;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .pankuzu {
    padding: 3vw 3vw 0;
  }
  .pankuzu li {
    font-size: 3vw;
  }
} /* for SP max-width: 736px */
/*===============================================================

	linkarea

===============================================================*/
.linkarea {
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

.item.linkarea,
.program_item.linkarea {
  position: relative;
  transition: all 0.2s;
  z-index: 1;
}

.item.linkarea:hover,
.program_item.linkarea:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.05, 1.05);
  z-index: 2;
}

.haslink {
  cursor: pointer;
}

.item.linkarea {
  cursor: pointer;
  transition: all 0.3s;
}

.item.linkarea:hover {
  opacity: 0.8;
}

/* タブレット以下 */
/* for tablet max-width: 1040px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .linkarea:hover {
    opacity: 1;
  }
} /* for SP max-width: 736px */
/*===============================================================

	program_item

===============================================================*/
.content_master_list {
  padding: 40px 0;
}

.content_master_list .program_item_list {
  min-height: 300px;
  background: url("/special/common/images/asset/loader_white.gif") no-repeat center center;
}

.content_master_list .program_item_list.loaded {
  min-height: inherit;
  background: none;
}

.program_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.program_item + .program_item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #ddd;
}

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

/*.program_item .thumb_block,*/
.program_item .info_block {
  width: 48%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.program_item .thumb_block {
  width: 48%;
  letter-spacing: -1em;
  position: relative;
}

.program_item .thumb_block img {
  border: 1px solid #eee;
}

.program_item .thumb_block .label {
  position: absolute;
  top: -26px;
  left: 1px;
  display: inline-block;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 1.5;
  background: #06037e;
  color: #fff;
  letter-spacing: 0;
}

.program_item .thumb_block .label_new {
  /*position: absolute;
  top: -20px;
  left: 0;*/
  display: inline-block;
  padding: 3px;
  font-size: 14px;
  line-height: 1;
  background: #f00;
  color: #fff;
  letter-spacing: 0;
}

.program_item .thumb_block .label_live {
  position: absolute;
  top: -27px;
  right: -20px;
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  background: #A10204;
  color: #fff;
  letter-spacing: 0;
  border-radius: 50% 50%;
  width: 40px;
  height: 40px;
}

.program_item .info_block {
  flex-direction: column;
}

.program_item .program_info .channel,
.program_item .program_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.program_item .channel,
.program_item .program_info {
  flex-direction: row;
  align-items: center;
}

.program_item .program_info .channel {
  width: calc(100% - 200px);
}

.program_item .program_info .btn {
  width: 180px;
}

.program_item .channel .channel_icon {
  width: 70px;
  border: solid 1px #ddd;
}

.program_item .channel .channel_txt {
  width: calc(100% - 90px);
}

/* タブレット以下 */
@media screen and (max-width: 1100px) {
  .content_master_list {
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
  }
} /* for tablet max-width: 1030px */
/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .content_master_list {
    padding: 4vw;
  }
  .program_item + .program_item {
    margin-top: 3.88vw;
    padding-top: 3.88vw;
    border-top: 0;
  }
  .program_item .program_info .channel {
    width: calc(100% - 19.42vw);
  }
  .program_item .program_info .btn {
    width: 17.48vw;
  }
  .program_item .channel .channel_icon {
    width: 6.8vw;
  }
  .program_item .channel .channel_txt {
    width: calc(100% - 8.74vw);
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_master_list {
    background: #eee;
  }
  .section_master_list .section_inner {
    padding: 5vw 5vw 13vw;
  }
  .content_master_list {
    padding: 0;
    margin-top: 3vw;
  }
  .program_item {
    background-color: #fff;
    padding: 10vw 5vw;
  }
  .program_item + .program_item {
    margin-top: 5vw;
    padding-top: 10vw;
  }
  .program_item .thumb_block,
  .program_item .info_block {
    width: 100%;
    display: block;
  }
  .program_item .thumb_block .label {
    top: -6vw;
    padding: 1vw 3vw;
    font-size: 3vw;
  }
  .program_item .thumb_block .label_live {
    top: -4vw;
    right: -4vw;
    padding: 1vw;
    font-size: 2.5vw;
    line-height: 3.4;
    width: 8vw;
    height: 8vw;
  }
  .program_item .info_block {
    margin-top: 3vw;
    display: block;
  }
  .program_item .program_info {
    margin-top: 4vw;
  }
  .program_item .channel .channel_icon {
    width: 13vw;
  }
  .program_item .channel .channel_txt {
    width: calc(100% - 16vw);
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	program_item txt	
-------------------------------------------------------------*/
.program_item .title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

.program_item .summary {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 0.5em;
}

.program_item .channel_no {
  font-size: 12px;
  line-height: 1.4;
  display: inline-block;
  padding: 0px 0.7em;
  background: #E73416;
  color: #fff;
}

.program_item .schedule {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.program_item .schedule span {
  font-size: 11px;
  line-height: 1.6;
  padding: 1px 5px;
  display: block;
  color: #fff;
  transform: translateY(-2px);
  width: 70px;
  text-align: center;
  background: #E73416;
}

.program_item .channel_name {
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 0.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.content_master_list .copyright {
  font-size: 11px;
  line-height: 1.3;
  margin-top: 10px;
  width: 48%;
}

.program_item .btn a {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: solid 1px #999;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 0;
  font-weight: bold;
}

.program_item .btn a:hover {
  text-decoration: none;
  background: #333;
  color: #fff;
  border: solid 1px #333;
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .program_item .title {
    font-size: 1.94vw;
  }
  .program_item .summary {
    font-size: 1.4vw;
  }
  .program_item .channel_no {
    font-size: 1.2vw;
  }
  .program_item .channel_name {
    font-size: 1.3vw;
    margin-top: 0.3em;
  }
  .program_item .schedule {
    font-size: 1.75vw;
  }
  .program_item .schedule span {
    font-size: 1.07vw;
    padding: 0.1vw 0.49vw;
    width: 6.8vw;
  }
  .content_master_list .copyright {
    font-size: 1.07vw;
    margin-top: 0.97vw;
  }
  .program_item .btn a {
    font-size: 1.36vw;
    padding: 0.97vw 0;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .program_item .title {
    font-size: 4vw;
  }
  .program_item .summary {
    font-size: 3.5vw;
  }
  .program_item .channel_no {
    font-size: 2.8vw;
  }
  .program_item .channel_name {
    font-size: 3vw;
    margin-top: 0em;
    line-height: 1.4;
  }
  .program_item .schedule {
    font-size: 4vw;
  }
  .program_item .schedule span {
    font-size: 2.5vw;
    line-height: 4.5vw;
    padding: 0;
    margin-right: 0;
    width: 16vw;
  }
  .content_master_list .copyright {
    width: 100%;
    font-size: 2.5vw;
    margin-top: 3vw;
  }
  .program_item .btn a {
    font-size: 3vw;
    padding: 1.5vw 1vw 1vw 1vw;
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	noimage	
-------------------------------------------------------------*/
.thumb_block.noimage {
  border: solid 1px #ddd;
}

.thumb_block.noimage img {
  width: 100%;
  height: 280px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}

/* タブレット以下 */
@media screen and (max-width: 1030px) {
  .thumb_block.noimage img {
    height: 24vw;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .thumb_block.noimage img {
    height: 40vw;
  }
} /* for SP max-width: 736px */
/*===============================================================

	検索ボタン

===============================================================*/
/*-------------------------------------------------------------
	search_keyword
-------------------------------------------------------------*/
.search_keyword {
  position: relative;
  margin-top: -10px;
  padding-bottom: 50px;
  text-align: center;
  transition: all 0.3s;
}

.search_keyword.deactive {
  pointer-events: none;
  opacity: 0.5;
}

.search_keyword li {
  display: block;
  float: left;
  width: 19%;
  margin-top: 10px;
  margin-right: 1.25%;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 20px;
}

.search_keyword li:nth-child(5n) {
  margin-right: 0;
}

.search_keyword li a {
  display: block;
  color: #06037e;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 10px 0px;
  background: #fff;
  border: solid 2px #06037e;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 0;
}

.search_keyword li a.current {
  color: #fff;
  background: #06037e;
  border: solid 2px #06037e;
}

.search_keyword li a:hover {
  color: #fff;
  text-decoration: none;
  background: #06037e;
}

.search_keyword li.current a,
.search_keyword li.current a:hover {
  background: #06037e;
  text-decoration: none;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
  .search_keyword li {
    display: block;
    width: 23.5%;
    margin-right: 2%;
  }
  .search_keyword li:nth-child(5n) {
    margin-right: 2%;
  }
  .search_keyword li:nth-child(4n) {
    margin-right: 0;
  }
  .search_keyword li a:hover {
    color: #fff;
    background: #06037e;
  }
} /* for tablet max-width: 960px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .search_keyword {
    padding: 0 0 10vw;
    /*margin-top:20px;*/
  }
  .search_keyword li {
    width: calc(50% - 2.5px);
    margin-top: 5px;
    margin-right: 2.5px;
  }
  .search_keyword li:nth-child(even) {
    /*margin-left:2.5px;*/
    margin-right: 0;
  }
  .search_keyword li a {
    font-size: 3.4vw;
    line-height: 15px;
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	search_keyword　閉じる	
-------------------------------------------------------------*/
.search_keyword .closebackbtn {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  margin: auto;
}

.search_keyword .closebackbtn.active {
  display: block;
}

.search_keyword .closebackbtn a {
  display: block;
  background: none;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 25px;
  line-height: 25px;
  padding: 0;
  position: relative;
}

.search_keyword .closebackbtn a:before,
.search_keyword .closebackbtn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(45deg);
}

.search_keyword .closebackbtn a:after {
  transform: rotate(-45deg);
}

.search_keyword .closebackbtn a:hover {
  background: #fff;
  text-decoration: none;
}

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .search_keyword .closebackbtn {
    bottom: 10px;
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	tag_selecter_wrap
-------------------------------------------------------------*/
/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .tag_selecter {
    display: block;
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	tag_selecter_wrap
-------------------------------------------------------------*/
/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .tag_selecter {
    display: block;
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	セレクタの装飾
-------------------------------------------------------------*/
.select_wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 20em;
  background-color: #ffffff;
  background-image: linear-gradient(top, #ffffff 0%, #eee 100%);
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #333;
  /*padding:0 5px;*/
  box-sizing: border-box;
  transition: all 0.1s linear;
  margin: 0 auto;
}

.select_wrap:hover {
  border: 1px solid #ccc;
}

.select_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  /* fallback non calc support */
  width: -webkit-calc(100% + 5em);
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
}

.select_wrap:after,
.select_wrap:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  box-sizing: border-box;
}

.select_wrap:after {
  bottom: 5px;
  right: 10px;
  border-top: 4px solid rgba(0, 0, 0, 0.5);
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
}

.select_wrap:before {
  top: 5px;
  right: 10px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.5);
  border-left: 4px solid transparent;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  /*	 セレクタの装飾 */
  .select_wrap {
    min-width: 0;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .select_wrap + .select_wrap {
    margin-top: 10px;
  }
  .select_wrap select {
    padding: 10px;
    font-size: 16px;
  }
  .select_wrap:after {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 10px;
    width: 5px;
    height: 5px;
    border-top: 4px solid rgba(0, 0, 0, 0.5);
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    box-sizing: border-box;
  }
  .select_wrap:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 10px;
    width: 5px;
    height: 5px;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, 0.5);
    border-left: 4px solid transparent;
    box-sizing: border-box;
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	searched_title	
-------------------------------------------------------------*/
.searched_title {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
  text-align: left;
  display: none;
}

.searched_title.show {
  display: block;
}

.searched_title .title {
  font-size: 20px;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .searched_title {
    padding: 3vw;
    margin-top: 2vw;
  }
  .searched_title .title {
    font-size: 4vw;
  }
  .searched_title.show {
    display: none;
  }
} /* for SP max-width: 736px */
/*===============================================================

	timeline

===============================================================*/
.timeline {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
}

.SandboxRoot body {
  background-color: transparent;
}

.timeline-widget {
  width: 100% !important;
  min-width: 100% !important;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .TwitterWidget #twitter-widget-0 {
    width: 100% !important;
  }
  .timeline {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
    word-break: break-all;
  }
} /* for SP max-width: 736px */
/*===============================================================

	txtlink 2016/11/16

===============================================================*/
.txtlink a {
  padding-left: 15px;
  color: #000;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.txtlink a:hover {
  color: #c00;
}

.txtlink a:after {
  position: absolute;
  content: " ";
  width: 6px;
  height: 6px;
  top: 7px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  border-top: solid 2px #c00;
  border-left: solid 2px #c00;
  transform: rotate(135deg);
}

.txtlink.arw_prev a:after {
  top: 7px;
  bottom: auto;
  left: 3px;
  right: auto;
  transform: rotate(-45deg);
}

.txtlink.arw_after a {
  padding-left: 0;
  padding-right: 10px;
}

.txtlink.arw_after a:after {
  left: auto;
  right: 0;
}

.txtlink.arw_down a:after {
  top: 7px;
  bottom: auto;
  left: 2px;
  right: auto;
  transform: rotate(-135deg);
}

.txtlink.arw_after_down a {
  padding-left: 0;
  padding-right: 10px;
}

.txtlink.arw_after_down a:after {
  top: 7px;
  bottom: auto;
  left: auto;
  right: 0;
  transform: rotate(-135deg);
}

/*	arw_box */
.txtlink.arw_box a {
  padding-left: 25px;
}

.txtlink.arw_box a:before {
  content: " ";
  width: 20px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
}

.txtlink.arw_box a:after {
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  top: 8px;
  bottom: auto;
  left: 5px;
  right: auto;
}

/*-------------------------------------------------------------
	section_bnr
-------------------------------------------------------------*/
.section_bnr .section_inner {
  padding: 40px 0 120px 0;
}

.section_bnr .bnr_link {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: auto;
  transition: transform 0.2s, box-shadow 0.2s;
}

.section_bnr .bnr_link:hover {
  /* opacity: .8; */
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(6, 3, 126, 0.2);
}

@media only screen and (max-width: 736px) {
  .section_bnr .section_inner {
    padding: 13vw 5vw;
  }
  .section_bnr .bnr_link {
    width: 95%;
  }
  .section_bnr .bnr_link:hover {
    box-shadow: 0 0 4vw rgba(6, 3, 126, 0.2);
  }
}
/*-------------------------------------------------------------
	section_column_top
-------------------------------------------------------------*/
.section_column_top .section_inner {
  padding-bottom: 80px;
}

.section_column_top .item {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.section_column_top .item .txt {
  padding: 10px 20px 30px;
}

.section_column_top .item .txt .column_list_date {
  font-size: 15px;
  color: #666;
}

.section_column_top .item .txt .column_list_title {
  font-size: 18px;
  font-weight: bold;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_column_top .section_inner {
    padding-bottom: 8vw;
  }
  .section_column_top .item:first-child {
    margin-top: 0;
  }
  .section_column_top .item .txt {
    padding: 2vw 3vw 3vw;
  }
  .section_column_top .item .txt .column_list_date {
    font-size: 3.8vw;
  }
  .section_column_top .item .txt .column_list_title {
    font-size: 4vw;
    margin-top: 1vw;
  }
} /* for SP max-width: 736px */
/*-------------------------------------------------------------
	section_column
-------------------------------------------------------------*/
.section_column .section_inner {
  padding: 80px 50px;
}

.section_column .section_ .section_column .headline + .content {
  margin-top: 10px;
}

.section_column .column_title {
  font-size: 24px;
  font-weight: 900;
}

.section_column .column_title + .column_ph {
  margin-top: 10px;
}

.section_column p {
  font-size: 16px;
  line-height: 1.8;
}

.section_column p.caption {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  margin-top: 10px;
}

.section_column p + p {
  margin-top: 20px;
}

.section_column p.caption + p {
  margin-top: 40px;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_column .section_inner {
    padding: 10vw 5vw 0;
  }
  .section_column .headline + .content {
    margin-top: 6vw;
  }
  .section_column .content + .content {
    margin-top: 16vw;
  }
  .section_column .column_title {
    font-size: 5vw;
  }
  .section_column p {
    font-size: 4vw;
    line-height: 1.8;
  }
  .section_column p.caption {
    font-size: 3vw;
    margin-top: 2vw;
  }
  .section_column p + p {
    margin-top: 5vw;
  }
  .section_column p.caption + p {
    margin-top: 8vw;
  }
} /* for SP max-width: 736px */
/*===============================================================

	section_slider

===============================================================*/
.section_slider .wide_width {
  max-width: 1310px;
}

.section_slider {
  /*	padding: 30px 0;*/
  /* padding: 60px 0; */
  overflow: hidden;
  position: relative;
}

.section_slider .section_inner {
  padding: 80px 0 120px;
}

.section_slider .slick_slider {
  z-index: 1;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .section_slider {
    box-sizing: border-box;
  }
} /* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  /*
  .section_slider {
  	padding: 0;
  	padding-bottom: 20px;
  }
  .section_slider .carousel_slider,
  .section_slider .sub_content {
  	width: 100%;
  }
  .section_slider .sub_content {
  	margin-top: 10px;
  	padding: 20px;
  }
  */
  .section_slider .section_inner {
    padding: 10vw 0 18vw;
  }
} /* for SP max-width: 736px */
/*===============================================================

	番組情報はありませんでした 設定

===============================================================*/
.section_slider .no_data_box {
  width: 100px;
  padding: 100px 0;
  text-align: center;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .section_slider .no_data_box {
    padding: 10vw 0;
  }
} /* for SP max-width: 736px */
/*===============================================================

	slider_area

===============================================================*/
.main_area {
  position: relative;
  height: auto;
}

.slider_area {
  position: relative;
  /*	background: #e15900;*/
  height: auto;
}

/* タブレット以下 */
/* for tablet max-width: 1030px */
/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .slider_area {
    /*	background: #fff;*/
  }
} /* for SP max-width: 736px */
/*===============================================================

  jmagazine_slider

===============================================================*/
.jmagazine_slider {
  position: relative;
  /* margin: 0 calc(50% - 50vw) 0; */
  /* padding-bottom: 80px; */
  /*-------------------------------------------------------------
    arw
  -------------------------------------------------------------*/
}

.jmagazine_slider:not(:has(.item)) {
  display: none;
}

.jmagazine_slider .item {
  width: 420px;
  margin: 0 5px;
}

.jmagazine_slider .item.item_deactive {
  pointer-events: none;
}

.jmagazine_slider .item a {
  display: block;
  color: #000;
  text-decoration: none;
}

.jmagazine_slider .item a:hover {
  opacity: 0.7;
}

.jmagazine_slider .item .img {
  border: 1px solid #ddd;
}

.jmagazine_slider .item .img img {
  aspect-ratio: 16/9;
}

.jmagazine_slider .item .txt {
  margin-top: 20px;
}

.jmagazine_slider .item .txt .wrp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5px;
}

.jmagazine_slider .item .txt .wrp .genre {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  padding: 5px 7.5px;
  border: 1px solid #000;
  border-radius: 12px;
  background: #000;
}

.jmagazine_slider .item .txt .wrp .tag {
  width: -moz-fit-content;
  width: fit-content;
  color: #e6371d;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  padding: 5px 7.5px;
  border: 1px solid #e6371d;
  border-radius: 12px;
  background: #fff;
}

.jmagazine_slider .item .txt .wrp .date {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  color: #666;
  line-height: 1;
  /* margin-left: auto; */
}

.jmagazine_slider .item .txt .head {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 5px;
}

@media screen and (max-width: 800px) {
  .jmagazine_slider {
    padding-bottom: 12vw;
  }
  .jmagazine_slider .item {
    width: 80vw;
    margin: 0 2vw;
  }
  .jmagazine_slider .item .txt {
    margin-top: 4vw;
  }
  .jmagazine_slider .item .txt .wrp {
    gap: 0 1vw;
  }
  .jmagazine_slider .item .txt .wrp .genre {
    font-size: 3vw;
    padding: 1vw 2vw;
    border-radius: 5vw;
  }
  .jmagazine_slider .item .txt .wrp .tag {
    font-size: 3vw;
    padding: 1vw 2vw;
    border-radius: 5vw;
  }
  .jmagazine_slider .item .txt .wrp .date {
    display: block;
    width: 100%;
    font-size: 3.5vw;
    margin-top: 3vw;
  }
  .jmagazine_slider .item .txt .head {
    font-size: 4vw;
    margin-top: 2vw;
  }
}
.jmagazine_slider .arw {
  padding: 0;
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}

.jmagazine_slider .arw:focus {
  box-shadow: none;
}

.jmagazine_slider .arw:focus-visible {
  box-shadow: inherit;
}

.jmagazine_slider .arw.deactive {
  opacity: 0.7;
  pointer-events: none;
}

.jmagazine_slider .arw:hover {
  opacity: 0.7;
  transform: scale(1.1, 1.1);
}

.jmagazine_slider .arw:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  background: #d265d1;
}

.jmagazine_slider .arw:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(-45deg) translate(1px, 1px);
}

.jmagazine_slider .arw.arw_prev {
  margin-right: auto;
  margin-left: -40px;
  top: -50px;
}

.jmagazine_slider .arw.arw_next {
  /* transform: translateX(30px); */
  margin-left: auto;
  margin-right: -40px;
  top: -50px;
}

.jmagazine_slider .arw.arw_next:after {
  transform: rotate(135deg) translate(1px, 1px);
}

@media screen and (max-width: 800px) {
  .jmagazine_slider .arw {
    display: none;
    width: 8vw;
    height: 8vw;
  }
  .jmagazine_slider .arw:after {
    width: 1.5vw;
    height: 1.5vw;
    border-top-width: 1px;
    border-left-width: 1px;
  }
  .jmagazine_slider .arw.arw_prev {
    margin-left: 5vw;
    top: -10vw;
  }
  .jmagazine_slider .arw.arw_next {
    /* transform: translateX(30px); */
    margin-right: 5vw;
    top: -10vw;
  }
  .jmagazine_slider .arw.arw_prev {
    /* transform: translateX(-5vw); */
  }
  .jmagazine_slider .arw.arw_next {
    /* transform: translateX(5vw); */
  }
}
/*===============================================================
	content_bnr
===============================================================*/
.content_bnr {
  max-width: 600px;
}
.content_bnr .bnr_link {
  display: block;
  transition: transform 0.2s;
}
.content_bnr .bnr_link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 736px) {
  .content_bnr {
    width: 100%;
    margin-top: 5vw !important;
    padding: 0 5vw;
  }
}/*# sourceMappingURL=style.css.map */