@charset "utf-8";
/* 
CSS Information
 File name:      common.css
 Author:         Administrator
 Style Info:     Modify YUI Reset CSS, YUI Fonts CSS
 *http://yuilibrary.com/license/
 *version: 3.7.2 build: 5639
----------------------------------------------------- */
/* reset.css
****************************/

html {
  color:#555555;
  background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  margin:0;
  padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
  display:block;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img {
  border:0;
}
address,caption,cite,code,dfn,em,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym {
  border:0;
  font-variant:normal;
}
sup {
  vertical-align:text-top;
}
sub {
  vertical-align:text-bottom;
}
input,textarea,select {
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}
input,textarea,select {
  *font-size:100%;
}
legend {
  color:#000;
}

/* fonts.css
****************************/

body {
  font:13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size:small; /* for IE */
  *font:x-small; /* for IE in quirks mode */
}
select,input,button,textarea {
  font:99% arial,helvetica,clean,sans-serif;
}
table {
  font-size:inherit;
  font:100%;
}
pre,code,kbd,samp,tt {
  font-family:monospace;
  *font-size:108%;
  line-height:100%;
}


/* base.css
****************************/

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
.clearfix {display:inline-block;}
* html .clearfix {height:1px;}
.clearfix {display:block;}

/* マージン・インデント */
.mg0 {margin-top: 0px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb50 {margin-bottom: 50px;}

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}

.m25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}

.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}

.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}

/* リンク */
a:link {color:#000080;}
a:visited {color:#000080;}
a:hover {text-decoration: none;}
a:active {color:#000080;}
.no_deco a {text-decoration: none;}
a:link img , a:visited img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
}
a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  /* background: #fff; */
  }


/* 要素設定 */
html,body {
  color: #555555;
  text-align: center;
}
ul,dl,ol {
  text-indent: 0;
  list-style-position:outside;
}
th,td {
  vertical-align: top;
}
/*img {
  vertical-align: top;
}*/

/* 文字数調整 */
.elps {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.js-stop-scroll {
  position: static;
}
.js-stop-scroll--locked {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
  お知らせ
----------------------------------------------------*/
.topics {
  background: #ff1493;
  color: #FFF;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 123.1%;
}

.topics_box {
  border: 1px solid #ff1493;
  margin: 5px 0 10px;
  padding: 10px;
}


/*----------------------------------------------------
  テキスト系
----------------------------------------------------*/
.bld {
  font-weight: bold;
}
.sml {
  font-size: 12px;
}
.big {
  font-size: 16px;
}
.txt_white {
  color: #FFFFFF;
}
.txt_ora {
  color: #C03F00;
}
h3.txt_white a {
  color: #FFFFFF;
}
.txt_red {
  color: #ff1493;
}

.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}
.txt_l {
  text-align: left;
}
.caution {
  font-size: 18px;
  color: #dc0000;
}


/*--------------------------------------------------------------------
  全体レイアウト
--------------------------------------------------------------------*/
body {
  /* min-width: 1400px; */
  background: #FFF;
  color: #555555;
  font: 13px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
  line-height: 1.5;
}
* html body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
}

#wrapper {
  width: 100%;
  position: relative;
  min-height: 100%;
}
#wrapper.js-checkUnder18-checking {
  filter: blur(4px);
}
* html #wrapper {/*IE6*/
  height: 100%;
}

/* -----------------------------------------------------------
  #header　ヘッダー
----------------------------------------------------------- */
header {
  width:100%;
}

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 980px;
  text-align: center;
  margin: 33px auto 0 auto;
  padding: 16px 0;
}
#header_e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 980px;
  text-align: center;
  margin: 0 auto;
  padding: 16px 0;
}
#header_top {
  background: #33221c;
  width: 100%;
  height: 33px;
  position: fixed;
  top: 0;
  left :0;
  z-index: 1000;
}
#header_top_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 980px;
  text-align: center;
  margin: 0 auto;
}
.header_top_in_left {}
.header_top_in_right {
  display: flex;
  align-items: center;
}
#header .logoBlock{
  width: 205px;
}
#header .logoBlock h1 a img {
  width: 100%;
  vertical-align: middle;
}
#header .logoBlock h1 a:hover img {
  opacity: .8;
  background-color: transparent;
}

#header h1 a:hover img ,
#header_e h1 a:hover img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  background: #ff1493;
}

#header_icon {
  padding: 0;
  margin: 0;
  list-style: none;

}
#header_icon li {
  float: left;
  margin: 4px 4px 5px 0;
}
#header_icon span {
  display: none;
}
#header_icon li a {
  display: block;
  width: 24px;
  height: 24px;
}
#header_icon li a:hover {
opacity: 0.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
-ms-filter: "alpha(opacity=85)";
}
.icon01 {background: url(https://img.taishurx.jp/img/web/common/header_icon01.gif) no-repeat left top;}
.icon02 {background: url(https://img.taishurx.jp/img/web/common/header_icon02.gif) no-repeat left top;}
.icon03 {background: url(https://img.taishurx.jp/img/web/common/header_icon03.gif) no-repeat left top;}
.icon04 {background: url(https://img.taishurx.jp/img/web/common/header_icon04.gif) no-repeat left top;}

#header_left {
  float: left;
  margin: 10px 0 0 0; 
}
#header_right {
  float: right;
  margin: 10px 0 0 0; 
}
#headr_top {
  width: 100%;
  position: fixed;
  background: #000;
  color:#FFF;
  font-weight: bold;
}

header .group {
  display: flex;
  color: #fff;
  font-weight: bold;
}
header .group li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 33px;
  border-left: 1px solid #140a06;
  border-right: 1px solid #140a06;
}
header .group li a {}
header .group li a img {
  vertical-align: middle;
}
header .group li a:hover img {
  background-color: transparent;
}

header .search {
  margin-right: 14px;
}
header .search form {
  position: relative;
  width: 170px;
  height: 20px;
}
header .search form input[type=text] {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 26px 0 10px;
  border: none;
  border-radius: 10px;
}
header .search form input[type=image] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

header .bnr {
  width: 728px;
  min-height: 90px;
  margin-bottom: 0;
  text-align: right;
}
header .bnr img {
  vertical-align: middle;
}

#header_top .chainLink {}

#header_top .chainLink li {
  height: 24px;
  line-height: 24px;
  margin-right: 1em;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

#header_top .chainLink li strong {
  font-weight: bold;
  color: #ff6000;
}

/*----------------------------------------------------
  #wrapper
----------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

/*----------------------------------------------------
  グローバルナビ
----------------------------------------------------*/
#nav_all {
  width: 100%;
  margin: 0 auto;
  height: 42px;
  background:#ff5400;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
  z-index: 5000;
  position: relative;
}

#g_nav {
  position: relative;
  margin: 0 auto;
  width: 1030px;
  z-index: 6000;
}
#g_nav ul , #g_nav li {
  z-index: 6000;
  display: flex;
  align-items: center;
}
#g_nav_btn > li {}

#g_nav_btn > li > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 17px;
  height: 42px;
  color: #fff;
  text-decoration: none;
/*   font-weight: bold; */
  font-size: 16px;
}
#g_nav_btn > li > a::after {
  position: absolute;
  display: block;
  width: 1px;
  height: 58.1395%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff7b2c;
  content: "";
}

#g_nav_btn > li > a:hover,
#g_nav_btn > li > a:hover::after,
#g_nav_btn > li.current > a,
#g_nav_btn > li.current > a::after {
  background: #282828;
  border-color: #282828;
}

#g_nav_btn .submenu {
  position: absolute;
  display: none;
  width: 230%;
  top: 42px;
  left: 0;
  z-index: 500;
  background: #666;
}

#g_nav_btn > li:last-child .submenu {
  left: auto;
  right: 0;
}

#g_nav_btn .submenu li {
  overflow: hidden;
  width: 100%;
  background: #666;
  text-align: left;
}
#g_nav_btn .submenu li a {
  overflow: hidden;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  color: #fff;
  text-shadow: 0 1px #333;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#g_nav_btn .submenu li a::before {
  content: ">>";
  margin-right: .5em;
  color: #dc0000;
}

#g_nav_btn .submenu li a:hover {
  background: #777;
}

/*--------------------------------------------------------------------
  メインコンテンツ
--------------------------------------------------------------------*/
.catchup {
  margin-bottom: 16px;
}

#article {
  width: 640px;
  overflow: hidden;
  float: left;
  text-align: left;
}

#content {
  width: 980px;
  min-height: 600px;
  height: auto!important;
  height: 600px;
  padding-bottom: 50px;
  margin: 0 auto 30px auto;
}

/* >>>> sections */
.dmmNewList {
  margin-bottom: 30px;
}
.mgsNewList {
  margin-bottom: 30px;
}
/* <<<< sections */

/*----------------------------------------------------
  aside
----------------------------------------------------*/
#aside {
  float: right;
  width: 300px;
  text-align: left;
  padding-bottom: 50px;
}

#aside > section {
  padding-bottom: 15px;
}

/*----------------------------------------------------
  フッター footer
----------------------------------------------------*/
#pagetop_box {
  position: sticky;
  width: 100%;
  bottom: 36px;
  z-index: 100;
}
#pagetop_box_in {
  position: relative;
  width: 100%;
}
#pagetop {
  position: absolute;
  right: 62px;
  bottom: -22px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, .1);
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, .8);
}
#pagetop.active {
  display: flex;
}
#pagetop a {}
#pagetop a img {}
#pagetop a:hover img {
  background-color: transparent;
}

#wrap-btm {
  margin-top: 30px;
  background-color: #555555;
  clear: both;
  width: 100%;
  text-align: center;
  position: relative;
}
#wrap-btm footer {
  width: 980px;
  margin: 0 auto;
}

.footer {
  padding: 30px 0;
}
.footer_box {
  display: flex;
  justify-content: center;
}
.footer_box p {}
.footer_box p a {
  display: block;
  margin: 12px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}
.footer_box p a:hover {
  opacity: .8;
}

#copy_box {
  background: #282828;
  width: 100%;
  color: #FFF;
}
#copy {
  width: 980px;
  margin: 0 auto;
  padding: 14px 0;
  text-align: center;
  font-size: 12px;
}
#copy a {
  color: inherit;
  text-decoration: none;
}
#copy a:hover {
  opacity: .8;
}
#copy_box .under18 {
  box-sizing: border-box;
  width: 980px;
  padding: 26px 0 26px 46px;
  margin: 0 auto;
  background-size: 35px auto;
  background-position: 0 center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #616161;
  text-align: left;
  font-size: 12px;
}

ul.keyword_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px 48px;
}
ul.keyword_list.keyword_list-onFooter {
  margin: 0 -12px 0;
  justify-content: center;
}
ul.keyword_list li {
  margin: 12px;
}
ul.keyword_list li a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 14px;
  color: inherit !important;
}
ul.keyword_list.keyword_list-onFooter li a {
  color: #fff !important;
}
ul.keyword_list li a:hover {
  opacity: .8;
}
ul.keyword_list li a::before {
  content: "\e83b";
  margin-right: 6px;
  font-family: "fontello";
  font-weight: normal;
  color: #282828;
}
ul.keyword_list.keyword_list-onFooter li a::before {
  color: #fff;
}

/*----------------------------------------------------
  広告枠
----------------------------------------------------*/
.bnrArea {
  clear: both;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 15px;
}

.bnr {
  clear: both;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

ul.bnr li {
  float: left;
  position: relative;
  width: 49%;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  margin-bottom: 30px;
}

ul.bnr li:nth-child(even) {
  float: right;
}

.bnr img {
  max-width: 100%;
}

.bnrBox {
  clear: both;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}

.bnrBox > div {
  clear: none;
  float: left;
  position: relative;
  overflow: hidden;
  max-width: 50%;
  max-width: -webkit-calc(50% - 5px);
  max-width: calc(50% - 5px);
  margin: 0;
}

.bnrBox > div:nth-child(even) {
  float: right;
}

.bnr:hover,
.bnrBox > div:hover {
  opacity: 0.85;
}

.adLeader {
  /*   border-top: 1px dotted #d4d4d4; */
  /*   border-bottom: 1px dotted #d4d4d4; */
}

.adLeader + .adLeader {
  border-top: none;
}

.adLeader > a {
  box-sizing: border-box;
  border: 1px solid #cccccc;
  margin-bottom: 16px;
  padding: 10px;
  display: block;
  text-decoration: none;
}

.adLeader > a:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}

.adLeader strong {
  color: #ff6000;
  font-size: 14px;
  font-weight: bold;
}

.adLeader small {
  font-size: 12px;
  color: #1200ff;
}

.adLeader .copy {
  font-size: 12px;
  color: #555;
}

.pub.type01 li {
  margin-bottom: 10px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.pub.type01 li.other {
  border-right: none;
  border-bottom: none;
}

.pub.type01 li > div,
.pub.type01 li a {
  display: flex;
  align-items: center;
  padding: 0 8px;
  line-height: 1.875;
  color: inherit;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.pub.type01 li div:hover,
.pub.type01 li a:hover {
  background-color: #f3f3f3;
}
.pub.type01 li a .icon {
  margin-right: 6px;
}
.pub.type01 li a .icon img {
  vertical-align: middle;
}
.pub.type01 li div .text,
.pub.type01 li a .text {}


/* 注目キーワード *****************/
.wordList {
  display: flex;
  flex-wrap: wrap;
}

.wordList li {
  margin: 8px 15px;
  font-size: 14px;
}

.wordList li a {
  color: inherit;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.wordList li a:hover {
  opacity: .8;
}

.wordList li::before {
  content: "\e83b";
  margin-right: .2em;
  font-family: "fontello";
  font-weight: normal;
  color: #282828;
}

.ad_sidewall_left {
  display: block;
  position: absolute;
  top: 0;
  left: -180px;
  height: 100%;
}
.ad_sidewall_right {
  display: block;
  position: absolute;
  top: 0;
  left: 1000px;
  height: 100%;
}
.fix {
  position: sticky;
  top: 75px;
}


/* -----------------------------------------------------------
  記事本文系テキスト
----------------------------------------------------------- */
.txt_detail {
  font-size: 123.1%;
  line-height:1.5;
  word-break: break-all;
}

/*----------------------------------------------------
  回り込み指定等
----------------------------------------------------*/
.float_l {
  float: left;
}
.float_r {
  float: right;
}
.rela {
  position:relative;
}


/*----------------------------------------------------
  border設定
----------------------------------------------------*/
.bor1_gly {
  border: 1px solid #bababa;
}
.bor1_gly_btm {
  border-bottom:1px dotted #333;
  padding: 0 0 30px 0;
}

/*----------------------------------------------------
  ページャー
----------------------------------------------------*/
ul.pageno {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.pageno li {
  list-style-type: none;
}

* html ul.pageno li {/*IE6*/
 display: inline;
 zoom: 1;
}

*:first-child + html ul.pageno li {/*IE7*/
 display: inline;
 zoom: 1;
}

ul.pageno li a,
ul.pageno li span {
  box-sizing: border-box;
  border: 1px solid #cccccc;
  text-decoration: none;
  display: block;
  min-width: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0 2px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  margin: 6px;
  color: inherit;
}

ul.pageno li a:hover {
  background-color: #ff6000;
  color: #FFF;
}
ul.pageno li.current a,
ul.pageno li.current span {
  background-color: #ff6000;
  color: #FFF;
}

/*----------------------------------------------------
  フォーム用
----------------------------------------------------*/
.formtable {
  border: 1px solid #CCC;
  width: 100%;
  margin: 0 0 30px 0;
}
.formtable th {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #DDD;
  border-color: #CCC;
  border-image: none;
  border-style: solid ;
  border-width: 1px;
  font-weight: normal;
  padding: 15px 10px;
  vertical-align: top;
  width: 120px;
}

#content > .formtable th {
  width: 240px;
}

.formtable td {
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  padding: 5px 10px;
  vertical-align: middle;
}

.formtable ul.checklist, .formtable02 ul.checklist {
  font-size: 0;
}

.formtable ul.checklist li,
.formtable02 ul.checklist li{
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3%;
  padding-right: 2em;
  margin-bottom: 1em;
  vertical-align: top;
  font-size: 13px;
}

.formtable ul.checklist li input[type="checkbox"],
.formtable ul.checklist li input[type="radio"],
.formtable02 ul.checklist li input[type="checkbox"],
.formtable02 ul.checklist li input[type="radio"]{
  margin-right: 5px;
}

.formtable .textarea {
  width: 95%;
  height: 8em;
}

.inputbox {
  margin: 0 auto;
  text-align: center;
  width: 430px;
}
.inputbtn {
  width: 200px;
  height: 40px;
  border-top: 1px solid #ccc;  
  border-right: 1px solid #999;  
  border-bottom: 1px solid #999;  
  border-left: 1px solid #ccc;  
  padding: 5px 20px;  
  font-weight: bold;  
  cursor: pointer;  
  color: #666;  
  font-size: 16px;
  margin: 10px auto;
  display: block;
  text-align: center;
    text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;  
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;  
    -moz-box-shadow: 1px 1px 2px #E7E7E7;
    background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.inputimg {
  margin: 0 15px 15px;
  text-align: center;
}

.inputimg > * {
  margin: 0 auto;
}


.formtable02 {
  border: 1px solid #CCC;
  width: 100%;
  margin: 0 0 30px 0;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5em;
  vertical-align: middle;
}
.formtable02 th {
  width: 30%;
  text-align: left;
  padding: 20px 15px;
  background: #DDDDDD;
  font-size: 100%;
  border: 1px solid #CCC;
  vertical-align: middle;
  font-weight: normal;
}
.formtable02 td {
  border: 1px solid #CCC;
  padding: 30px 10px 30px 15px;
  vertical-align: middle;
  line-height: 1.7em;
}
.formtable02 .ttl_q {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #2A2A2A;
  background: #E8E8E8;
  padding: 10px 0;
}
.txt_form {
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}
.formtable02 input[type="text"] {
  padding: 3px;
}
select[name="age"] {
  -webkit-appearance:none;
  padding: 3px 5px;
}
.main_txt {
  position: relative;
  padding: 1em 4em 1em 1em;
  -webkit-background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0%);
  background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0%);
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: bold;
}
.main_txt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1.65507em;
  height: 3.5493em;
  background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  border-bottom-left-radius: 6px;
  box-shadow: -.2em .2em .3em -.1em rgba(0, 0, 0, .15);
  -webkit-transform: translateY(-1.89424em) rotate(-40deg);
  transform: translateY(-1.89424em) rotate(-40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}


/*----------------------------------------------------
  フォーム用
----------------------------------------------------*/
input:focus {
  background-color: #ffffcc;
}

/*----------------------------------------------------
  会員ボタン
----------------------------------------------------*/

p.btn02.mb20 a {
    border-color: #dc0000;
    background: #dc0000;
    display: block;
    height: 3em;
    line-height: 3em;
    border: 1px solid #B10000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    /* background: #B10000; */
    -moz-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -webkit-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -ms-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -o-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    color: #fff;
    font-size: 123.1%;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
p.btn02.mb20 a:hover {
    opacity: 0.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
}
p.btn.clr01 a {
    width: 160px;
    height: 35px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
    padding: 5px 20px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    line-height: 2.5;
    color: #666;
    font-size: 16px;
    margin: 10px auto;
    display: block;
    text-align: center;
    text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;
    -moz-box-shadow: 1px 1px 2px #E7E7E7;
    background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
p.btn.clr01 a:hover {
    opacity: 0.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
}
p.leavebtn.clr01 a {
    display: block;
    height: 3em;
    line-height: 3em;
    border: 1px solid #FF1493;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #ec75b6;
    -moz-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -webkit-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -ms-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -o-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    color: #fff;
    font-size: 123.1%;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    width: 200px;
    margin: 10px auto;
}

p.leavebtn.clr01 a:hover {   
    opacity: 0.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
}

.leavebtn input[type="submit"] {
     display: block;
    height: 3em;
    line-height: 3em;
    border: 1px solid #d29292;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #f16d6d;
    -moz-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -webkit-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -ms-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    -o-box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    box-shadow: inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 2px 0 #fff, inset 0 -2px 0 #fff;
    color: #fff;
    font-size: 123.1%;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    width: 240px;
    margin: 10px auto;
}
.leavebtn input[type="submit"]:hover {
    opacity: 0.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
}
p.btn.clr01 input[type="submit"] {
    background: url(https://img.taishu.jp/img/web/common/btn_c_200x50_rx.png) no-repeat;
    width: 200px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
p.btn.clr01 input[type="submit"]:hover {
opacity: 0.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
}
p.btn.clr01 {
    margin: 0 0 10px;
}
.leave_btn {
    text-align: center;
}
p.leavebtn.clr01 {
    display: inline-block;
    width: 25%;
    text-align: center;
}
/*----------------------------------------------------
  動画再生ボタン
----------------------------------------------------*/
.movebtn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 30px auto;
  text-indent: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #73a220), color-stop(0.00, #a2d93f));
  background: -webkit-linear-gradient(top, #a2d93f 0%, #73a220 95%);
  background: -moz-linear-gradient(top, #a2d93f 0%, #73a220 95%);
  background: -o-linear-gradient(top, #a2d93f 0%, #73a220 95%);
  background: -ms-linear-gradient(top, #a2d93f 0%, #73a220 95%);
  background: linear-gradient(top, #a2d93f 0%, #73a220 95%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top: 1px solid #ccc;  
  border-right: 1px solid #999;  
  border-bottom: 1px solid #999;  
  border-left: 1px solid #ccc;
}
.movebtn a {
  display: block;
  width: 200px;
  height: 40px;
  text-decoration: none;
  color: #FFF;
}
.movebtn a:hover {
  display: block;
  text-decoration: underline;
}
.move_bk {
  display: block;
  width: 200px;
  height: 40px;
  background: url(https://img.taishurx.jp/img/web/common/move_bk.png) no-repeat 95% 50%;
}
.move_bk a:hover {
  display: block;
  background: url(https://img.taishurx.jp/img/web/common/move_bk.png) no-repeat 95% 50%;
  opacity: 0.75; 
  filter: alpha(opacity=75); 
  -moz-opacity: 0.75;
}

/*----------------------------------------------------
  SNSボタン
----------------------------------------------------*/
.socialBtn {
  margin: 0;
  padding: 0 0 5px;
  clear: both;
  width: 225px;
}

.socialBtn .tweet,
.socialBtn .hatena,
.socialBtn .g-plusone,
.socialBtn .facebook_share,
.socialBtn .facebook_like {
  display: block;
  float: left;
  margin-right:10px;
  height:26px;
}
.socialBtn .facebook_like {
  width:70px; !important
}

#sb-container {
  z-index: 99999!important;
}

/*----------------------------------------------------
  エラーページ
----------------------------------------------------*/
#errorbox {
  display: table-cell;
  margin-top: 50px;
  height: 550px;
  text-align: center;
  vertical-align: middle;
  width: 980px;
  background: url(https://img.taishurx.jp/img/web/common/500x500.jpg) 50% 50px no-repeat;
}
.exbig {
  text-align: center;
  font-size: 300%;
  font-weight: bold;
}

/*----------------------------------------------------
  プレゼント切り替え
----------------------------------------------------*/
#slide {
  width: 640px;
  height: 196px;
  position: relative;
  margin: 0 auto 15px auto;
}

#slide #list li {
  position: absolute;
  top: 0;
  left: 0;
}

#slide #navi li a.current,
#slide #navi li a:hover {
  background: #999;
}

/*----------------------------------------------------
  見出し
----------------------------------------------------*/
.link_field {
  border-bottom: 1px solid #971d38;
  margin-bottom: 8px;
  font-size: 16px;
  color: #971d38;
}

.bor1_red {
  margin: 0;
  padding:0;
  border: 1px solid #dc0000;
}

.bg_img01 {
  background: url(https://img.taishurx.jp/img/web/common/bg_img01.png) repeat left top;
  padding: 5px;
}
.bg_img02 {
  background: url(https://img.taishurx.jp/img/web/common/bg_img02.png) repeat left top;
  font-weight: bold;
  color: #FFF;
  padding: 2px 5px;
  margin: 0 0 1px 0;
  font-size: 16px;
}

.title01 {
  position: relative;
  display: flex;
  align-items: center;
  margin: 15px 0;
  padding-bottom: 6px;
}
.title01::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #555555;
  content: "";
}
.title01::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70.78125%;
  height: 3px;
  background-color: #ff6000;
  content: "";
}
.title01_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}
.title01_icon_img {
  vertical-align: middle;
}
.title01_text {
  display: flex;
  align-items: flex-end;
}
.title01_text_main {
  line-height: 1;
  margin-right: 17px;
  font-size: 20px;
  font-weight: bold;
  color: #971d38;
}
.title01_text_sub {
  font-size: 10px;
}

.title02 {
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #971d38;
}
.title02::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #555555;
  content: "";
}
.title02::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70.78125%;
  height: 3px;
  background-color: #ff6000;
  content: "";
}

.title03 {
  line-height: 1.4;
  padding: 0 0 0 8px;
  border-left: 4px solid #ff6000;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.title04 {
  margin-bottom: 15px;
  border-bottom: 2px solid #555555;
  font-weight: bold;
  font-size: 16px;
}

.title05 {
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #971d38;
}
.title05::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #555555;
  content: "";
}
.title05::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70.78125%;
  height: 3px;
  background-color: #ff6000;
  content: "";
}

/*----------------------------------------------------
  btn
----------------------------------------------------*/
.btn01 {
  margin: 0 15px 15px;
  text-align: center;
}

.btn01 a,
.btn01 input[type="submit"] {
  display: block;
  width: 50%;
  padding: 15px 20px;
  margin: 0 auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background: #ff5400;
  color: #fff;
  text-decoration: none;
  font-size: 123.1%;
  cursor: pointer;
}

.btn01 a:hover,
.btn01 input[type="submit"]:hover {
  opacity: 0.85;
}

ul.btn01.nextback li {
  float: left;
  width: 50%;
}

.btn02 {
  margin: 0 15px 15px;
  text-align: center;
}

.btn02 a,
.btn02 input[type="submit"] {
  display: block;
  width: 50%;
  margin: 0 auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background: #ccc;
  color: #fff;
  text-decoration: none;
  font-size: 123.1%;
  cursor: pointer;
}

.btn02 a:hover,
.btn02 input[type="submit"]:hover {
  opacity: 0.85;
}

.btn03 {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 20px;
  background: #ff6000;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
}

.btnNxt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  min-height: 54px;
  line-height: 1.2;
  padding: 8px 0;
  background: #ff6000;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
}
.btnNxt:hover {
  opacity: .8;
}

/*----------------------------------------------------
  pan
----------------------------------------------------*/
.pan {
  clear: both;
  margin-bottom: 15px;
}

.pan li {
  position: relative;
  display: inline;
  margin-right: .2em;
  font-size: 10px;
}

.pan li::before {
  content: ">";
  margin-right: .4em;
}

.pan li:first-child::before {
  display: none;
}

.pan li a {
  color: #ff6000;
  text-decoration: none;
}

/*----------------------------------------------------
  pickup
----------------------------------------------------*/
.pickupItem {
  width: 290px;
  height: 240px;
  padding: 5px;
  background: #000;
}

.pickupItem a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
}

.pickupItem a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.pickupItem h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 98%;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 3em;
  padding: 5px;
  background: rgba(0,0,0,0.5);
  font-weight: bold;
  font-size: 108%;
  color: #fff;
}

/*----------------------------------------------------
  記事リスト
----------------------------------------------------*/
.articleList > li > a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
}

.articleList li .thumb {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  background: #000;
}

.articleList li .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: .2s;
}
.articleList > li > a:hover .thumb img {
  width: 150%;
  opacity: 1;
}

.articleList li .title {
  overflow: hidden;
  font-weight: bold;
}

/*type01*/
.articleList.type01 > li {
  float: left;
  width: 30%;
  width: -webkit-calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
  margin: 0 20px 20px 0;
}

.articleList.type01 > li:nth-child(3n) {
  margin-right: 0;
}

.articleList.type01 > li .thumb {
  height: 167px;
  margin-bottom: 6px;
}

.articleList.type01 > li .title {
  height: 3em;
  transition: .2s;
}
.articleList > li > a:hover .title {
  text-decoration: underline;
  color: #ff6000;
}

/*type02*/
.articleList.type02 > li {
  float: left;
  width: 30%;
  width: -webkit-calc((100% - 80px) / 6);
  width: calc((100% - 80px) / 6);
  height: 125px;
  margin: 0 16px 0 0;
}

.articleList.type02 > li:nth-child(6n) {
  margin-right: 0;
}

.articleList.type02 > li .thumb {
  height: 125px;
}

.articleList.type02 > li .p {
  z-index: -1;
}

.articleList.type02 > li .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 98%;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 3em;
  padding: 3px 5px;
  transition: .2s;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

/*type03*/
.articleList.type03 > li {}

.articleList.type03 > li .thumb {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 10px;
}

.articleList.type03 > li a:hover {
  background-color: #f3f3f3;
}

.articleList .aLT3Item {
  margin-bottom: 16px !important;
}
.articleList .aLT3Item_link {
  display: flex;
  color: inherit;
}
.articleList .aLT3Item_link:hover {
  background-color: transparent !important;
}
.articleList .aLT3Item_link_rank {
  width: 6.3333%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-left: 1px solid #999999;
  font-size: 14px;
}
.articleList .aLT3Item_link_rank-1 {
  color: #ff6000;
  border-left: 1px solid #ff6000;
}
.articleList .aLT3Item_link_rank-2 {
  color: #6b7daa;
  border-left: 1px solid #6b7daa;
}
.articleList .aLT3Item_link_rank-3 {
  color: #986140;
  border-left: 1px solid #986140;
}
.articleList .aLT3Item_link_thumb {
  width: 30%;
  margin-right: 9px;
}
.articleList .aLT3Item_link_thumb_bg {
  width: 100%;
  padding-bottom: 100%;
  transition: .2s;
  background-size: 100% auto, auto 100%;
  background-position: center;
}
.articleList .aLT3Item_link:hover .aLT3Item_link_thumb_bg {
  background-size: 150% auto, auto 150%;
}
.articleList .aLT3Item_link_info {
  width: 60.6666%;
  box-sizing: border-box;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.articleList .aLT3Item_link_info_time {
  font-size: 10px;
  color: #999999;
}
.articleList .aLT3Item_link_info_title {
  padding-right: 8px;
  transition: .2s;
  font-weight: bold;
}
.articleList .aLT3Item_link:hover .aLT3Item_link_info_title {
  color: #ff6000;
  text-decoration: underline;
}

/*前後の記事*/
.articleList.nextpager {
  width: 100%;
  /*   display: flex; */
  /*   align-items: center; */
  /*   justify-content: space-between; */
  margin: 48px 0;
}
.articleList.nextpager::after {
  display: block;
  clear: both;
  content: "";
}

.articleList.nextpager > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 46.875%;
  border: 1px solid #ff6000;
}
.articleList.nextpager > li.prev {
  float: left;
}
.articleList.nextpager > li.next {
  float: right;
}

.articleList.nextpager > li a:hover {
  background-color: #f3f3f3;
}

.articleList.nextpager > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.articleList.nextpager > li a .thumb {
  width: 80px;
  height: 80px;
}

.articleList.nextpager > li .title {
  width: calc(100% - 80px);
  padding: 8px;
  font-size: 14px;
}
.articleList.nextpager > li .title strong {
  display: block;
  font-weight: bold;
  color: #ff6000;
}

/* サムネ一覧 *****************/
.thumbList {
  margin: 0 -6.6666px 48px;
  display: flex;
  flex-wrap: wrap;
}

.thumbList li {
  margin: 6.6666px;
}

.thumbList li a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.thumbList li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* >>>> sns */
.shBtns01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.shBtns01__itm {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  text-decoration: none;
}
.shBtns01__itm-tw {
  background: #1da1f2;
}
.shBtns01__itm-l {
  background: #00b900;
}
.shBtns01__itm__icn {
  box-sizing: border-box;
  /* width: 20%; */
  height: 50px;
  margin: 0 10px 0 0;
  padding: 10px 0;
  text-align: center;
}
.shBtns01__itm__icn__img {
  height: 100%;
}
.shBtns01__itm:hover .shBtns01__itm__icn__img {
  background: transparent;
}
.shBtns01__itm__txt {
  /* width: 80%; */
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* >>>> flwTw */
.flwTw {
  margin: 0 0 30px;
  text-align: center;
}
.flwTw__a {}
.flwTw__a__img {}
/* <<<< flwTw */
/* <<<< sns */

/*----------------------------------------------------
  アイキャッチエリア
----------------------------------------------------*/
#eyecatchTop {}
.eyecatchSlider {
  margin-bottom: 63px;
}
.eyecatchSlider .swiper-container {
  /* width: 1400px; */
  height: 508px;
  margin: auto;
}
.eyecatchSlider .swiper-wrapper {
  align-items: center;
}
.eyecatchSliderItem {
  width: 427.81px;
  height: 320.5px;
  padding: 0 18px 29px;
}
.eyecatchSliderItem.swiper-slide-active {
  width: 540px;
  height: 405px;
}
.eyecatchSliderItem_inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .1);
}
.eyecatchSliderItem_inner_thumb {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.eyecatchSliderItem_inner_info {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: .7777em;
  background-color: rgba(0, 0, 0, .5);
  font-size: 18px;
}
.eyecatchSliderItem.swiper-slide-active .eyecatchSliderItem_inner_info {
  font-size: 23px;
}
.eyecatchSliderItem_inner_info_text {
  line-height: 1.5;
  color: #fff;
}
.eyecatchSliderItem.swiper-slide-active .eyecatchSliderItem_inner_info_text {}

.eyecatchSlider .swiper-container .swiper-button-prev,
.eyecatchSlider .swiper-container .swiper-button-next {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border: 1px solid #cccccc;
  background-color: rgba(255, 255, 255, .8);
}
.eyecatchSlider .swiper-container .swiper-button-prev {
  transform: translateX(-6px);
}
.eyecatchSlider .swiper-container .swiper-button-next {
  transform: translateX(6px);
}

.eyecatchSlider .swiper-container .swiper-button-prev::after,
.eyecatchSlider .swiper-container .swiper-button-next::after {
  display: none;
}

.eyecatchSlider .swiper-container .swiper-button-prev img,
.eyecatchSlider .swiper-container .swiper-button-next img {
  width: 15px;
}
.eyecatchSlider .swiper-container .swiper-button-prev img {
  transform: rotateZ(-180deg);
}

.eyecatchSlider .swiper-container .swiper-pagination {
  line-height: 1;
  bottom: 28px;
}

.eyecatchSlider .swiper-container .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 8px;
  vertical-align: middle;
}
.eyecatchSlider .swiper-container .swiper-pagination-bullet-active {
  background-color: #ff6000;
}

#eyecatchTop .articleList {
  width: 980px;
  margin: 40px auto;
}

#eyecatch {
  width: 980px;
  margin: 0 auto 40px;
}

.aSKeyword {
  background-color: #f9f9f9;
  margin: 40px 0;
}
.aSKeyword_title {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  border-bottom: 3px solid #fff;
}
.aSKeyword_title_icon {
  margin-right: 8px;
}
.aSKeyword_title_icon_img {
  vertical-align: middle;
}
.aSKeyword_title_text {
  display: flex;
  align-items: flex-end;
}
.aSKeyword_title_text_main {
  line-height: 1;
  margin-right: 17px;
  font-size: 20px;
  font-weight: bold;
  color: #971d38;
}
.aSKeyword_title_text_sub {
  font-size: 10px;
}
.aSKeyword_body {
  padding: 8px 15px;
}

#eyecatch .pickup .pickupItem {
  float: left;
  width: 229px;
  height: 182px;
  margin: 0 8px 15px 0;
}

#eyecatch .pickup .pickupItem:last-of-type {
  margin-right: 0;
}

/*----------------------------------------------------
  ranking
----------------------------------------------------*/
#ranking li small {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 2em;
  height: 15px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  font-size: 11px;
}

#ranking li small::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right-color: #b50062;
  border-bottom-color: #b50062;
}

.categorytag {
  clear: both;
  font-size: 0;
}

.categorytag li {
  display: inline-block;
  margin: 5px 5px 0 0;
  font-size: 11px;
  vertical-align: top;
}

.categorytag li a {
  display: block;
  padding: 3px;
  border-radius: 2px;
  background: #f0f0f0;
  color: #666;
  text-decoration: none;
}

.categorytag li a::before {
  content: "\e83b";
  margin-right: .5em;
  font-family: "fontello";
  color: #b50062;
}

.categorytag li a:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}
.info_close {
  width: 980px;
  margin: 10px auto 0 auto;
}
.icon_click {
  position: absolute;
  bottom: -10px;
  right: 5px;
  text-align: right;
  width: 15%;
}
.icon_click img {
  width: 100%;
  text-align: right;
  animation: animepopup 3s linear 1s infinite alternate;
  -moz-animation: animepopup 3s linear 1s infinite alternate;
  -webkit-animation: animepopup 3s linear 1s infinite alternate;
  -ms-animation: animepopup 3s linear 1s infinite alternate;
}
@-moz-keyframes animepopup{
  0%   {transform: scale(1, 1);}
  48%  {transform: scale(1, 1);}
  50%  {transform: scale(1.1, 0.9);}
  53%  {transform: scale(0.9, 1.1) translate(0, -5px);}
  57.5%{transform: scale(1, 1) translate(0, -3px);}
  59%  {transform: scale(1, 1) translate(0, 0px);}
  100% {transform: scale(1, 1);}
}
@keyframes animepopup{
  0%   {transform: scale(1, 1);}
  48%  {transform: scale(1, 1);}
  50%  {transform: scale(1.3, 0.9);}
  53%  {transform: scale(0.9, 1.3) translate(0, -10px);}
  57.5%{transform: scale(1, 1) translate(0, -3px);}
  59%  {transform: scale(1, 1) translate(0, 0px);}
  100% {transform: scale(1, 1);}
}
@-webkit-keyframes animepopup {
  0%   {-webkit-transform: scale(1, 1);}
  48%  {-webkit-transform: scale(1, 1);}
  50%  {-webkit-transform: scale(1.1, 0.9);}
  53%  {-webkit-transform: scale(0.9, 1.1) translate(0, -5px);}
  57.5%{-webkit-transform: scale(1, 1) translate(0, -3px);}
  59%  {-webkit-transform: scale(1, 1) translate(0, 0px);}
  100% {-webkit-transform: scale(1, 1);}
}
@-ms-keyframes animepopup {
  0%   {transform: scale(1, 1);}
  48%  {transform: scale(1, 1);}
  50%  {transform: scale(1.1, 0.9);}
  53%  {transform: scale(0.9, 1.1) translate(0, -5px);}
  57.5%{transform: scale(1, 1) translate(0, -3px);}
  59%  {transform: scale(1, 1) translate(0, 0px);}
  100% {transform: scale(1, 1);}
}
dl#acMenu01 {
  border: 2px solid #ff1493;
  padding: 5px;
  box-sizing: border-box;
}
dl#acMenu01 dt {
  display: block;
  cursor: pointer;
  background: #ff1493;
  padding: 5px 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 28px;
  position: relative;
}
dl#acMenu01 dt img {
  vertical-align: middle;
  width: 18%;
}
dl#acMenu01 dt span {
  color: #FFFFFF;
  vertical-align: middle;
  font-size: 46px;
  font-weight: bold;
  padding: 0 5px 0 15px;
}
dl#acMenu01 dd {
  display: none;
  font-size: 15px;
  padding: 10px 0 10px 10px;
}

/* >>>> 認証モーダル */
.checkUnder18Wrapper {
  display: none;
}
.checkUnder18 {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
}
.checkUnder18_con {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, .6);
}
.cU18CMain {
  box-sizing: border-box;
  padding: 4rem;
}
.cU18CMain_in {
  box-sizing: border-box;
  padding: 4rem;
  border-radius: 1rem;
  background-color: #fff;
}
.cU18CMain_in_logo {
  margin-bottom: 2rem;
}
.cU18CMain_in_logo_img {
  width: 205px;
}
.cU18CMain_in_lead {
  margin-bottom: 2rem;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 2.8rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}
.cU18CMain_in_btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cU18CMain_in_btns_item {
  transition: .2s;
  box-sizing: border-box;
  margin: .5rem 1rem;
  padding: .5em 1em;
  border-radius: .25em;
  cursor: pointer;
  box-shadow: inset 0 1px 1px 1px rgba(255, 255, 255, .4),
    0 1px 1px 0 rgba(0, 0, 0, .4);
  border: 1px solid #ff6000;
  background-color: #ff6000;
  text-decoration: none;
  color: #fff !important;
  font-size: 2rem;
}
.cU18CMain_in_btns_item:hover {
  box-shadow: none;
}
.cU18CMain_in_btns_item-negative {
  box-shadow: inset 0 1px 1px 1px rgba(255, 255, 255, .4),
    0 1px 1px 0 rgba(0, 0, 0, .4);
  border: 1px solid #555;
  background-color: #555;
}
/* <<<< 認証モーダル */
