/* ==========================================================================
   /anshin/ Index,lower Index, Detail common
   ========================================================================== */
/* adjust
   ========================================================================== */
.pbMainArea,
.main-content {
  float: none;
  width: auto;
}
.pbAreaWrapper2 {
  margin: 0 auto!important;
}
.pbFooterArea {
  clear: both;
  overflow: hidden;
}
.pbAreaWrapper1 {
  width: auto;
  margin: 0 auto;
}
.pbBlock p:first-child {
  margin-top: 0;
}
.page-footer {
  margin-top: 108px;
}
/* helper
   ========================================================================== */
.only-sp {
  display: none;
}
.page-width {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
/* header
   ========================================================================== */
.asheader-wrap {
  overflow: visible;
}
.asheader-wrap .pbNestedWrapper {
  overflow: visible;
}
.asheader {
  position: relative;
  z-index: 100;
  padding: 21px 0 7px;
  background: url(/library/anshin/common/img/header_bg01.png) repeat center center;
}
.asheader_inner {
  width: 960px;
  margin: 0 auto;
}
.asheader_logo-wrap {
  position: relative;
  padding-right: 91px;
}
.asheader_logo-wrap::after {
  content: '';
  display: block;
  clear: both;
}
.asheader_logo {
  float: left;
  position: relative;
  width: 101px;
  height: 97px;
}
.asheader_logo > a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url(/library/anshin/common/img/logo_img01.png) no-repeat center center / contain;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.asheader_logo > a:hover,
.asheader_logo > a:active {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.asheader_id {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 37px;
  margin: auto 0;
}
.asheader_id > a {
  display: block;
  width: 100%;
  height: 100%;
}
.asheader_id > a:hover img,
.asheader_id > a:active img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.asheader_id img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.asheader_nav {
  margin-top: 10px;
}
.asheader_nav_trigger {
  display: none;
}
.asheader_nav_list {
  margin: 0 -2px;
}
.asheader_nav_list::after {
  content: '';
  display: block;
  clear: both;
}
.asheader_nav_list > li {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  padding: 0 2px;
}
.asheader_nav_item {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.asheader_nav_item > a,
.asheader_nav_item > span {
  display: block;
  position: relative;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #ddd;
  background-color: rgba(221, 221, 221, 0.7);
  color: #684732;
}
.asheader_nav_item > a > span,
.asheader_nav_item > span > span {
  display: block;
  text-align: center;
  vertical-align: middle;
  padding: 9px 4px 8px;
}
.asheader_nav_item > a::after,
.asheader_nav_item > span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 54.79%;
  height: 3px;
  margin: 0 auto;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  pointer-events: none;
  background-color: #ddd;
  background-color: rgba(221, 221, 221, 0.7);
}
.asheader_nav_item > a:hover,
.asheader_nav_item > span:hover,
.asheader_nav_item > a:active,
.asheader_nav_item > span:active,
.asheader_nav_item > a.is-current,
.asheader_nav_item > span.is-current,
.is-active .asheader_nav_item > a,
.is-active .asheader_nav_item > span {
  text-decoration: none;
  background-color: #808080;
  background-color: rgba(128, 128, 128, 0.7);
  color: #fff;
}
.asheader_nav_item > a:hover::after,
.asheader_nav_item > span:hover::after,
.asheader_nav_item > a:active::after,
.asheader_nav_item > span:active::after,
.asheader_nav_item > a.is-current::after,
.asheader_nav_item > span.is-current::after,
.is-active .asheader_nav_item > a::after,
.is-active .asheader_nav_item > span::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  background-color: #808080;
  background-color: rgba(128, 128, 128, 0.7);
}
li:nth-child(2) .asheader_nav_item > a,
li:nth-child(2) .asheader_nav_item > span,
li:nth-child(2) .asheader_nav_item > a::after,
li:nth-child(2) .asheader_nav_item > span::after {
  background-color: #ffd9d2;
  background-color: rgba(255, 217, 210, 0.7);
}
li:nth-child(2) .asheader_nav_item > a.is-current,
li:nth-child(2) .asheader_nav_item > span.is-current,
li:nth-child(2) .asheader_nav_item > a.is-active,
li:nth-child(2) .asheader_nav_item > span.is-active,
li:nth-child(2) .asheader_nav_item > a:hover,
li:nth-child(2) .asheader_nav_item > span:hover,
li:nth-child(2) .asheader_nav_item > a:active,
li:nth-child(2) .asheader_nav_item > span:active,
li:nth-child(2) .asheader_nav_item > a.is-current::after,
li:nth-child(2) .asheader_nav_item > span.is-current::after,
li:nth-child(2) .asheader_nav_item > a.is-active::after,
li:nth-child(2) .asheader_nav_item > span.is-active::after,
li:nth-child(2) .asheader_nav_item > a:hover::after,
li:nth-child(2) .asheader_nav_item > span:hover::after,
li:nth-child(2) .asheader_nav_item > a:active::after,
li:nth-child(2) .asheader_nav_item > span:active::after {
  background-color: #f58282;
  background-color: rgba(245, 130, 130, 0.7);
}
li:nth-child(3) .asheader_nav_item > a,
li:nth-child(3) .asheader_nav_item > span,
li:nth-child(3) .asheader_nav_item > a::after,
li:nth-child(3) .asheader_nav_item > span::after {
  background-color: #c5d9f2;
  background-color: rgba(197, 217, 242, 0.7);
}
li:nth-child(3) .asheader_nav_item > a.is-current,
li:nth-child(3) .asheader_nav_item > span.is-current,
li:nth-child(3) .asheader_nav_item > a.is-active,
li:nth-child(3) .asheader_nav_item > span.is-active,
li:nth-child(3) .asheader_nav_item > a:hover,
li:nth-child(3) .asheader_nav_item > span:hover,
li:nth-child(3) .asheader_nav_item > a:active,
li:nth-child(3) .asheader_nav_item > span:active,
li:nth-child(3) .asheader_nav_item > a.is-current::after,
li:nth-child(3) .asheader_nav_item > span.is-current::after,
li:nth-child(3) .asheader_nav_item > a.is-active::after,
li:nth-child(3) .asheader_nav_item > span.is-active::after,
li:nth-child(3) .asheader_nav_item > a:hover::after,
li:nth-child(3) .asheader_nav_item > span:hover::after,
li:nth-child(3) .asheader_nav_item > a:active::after,
li:nth-child(3) .asheader_nav_item > span:active::after {
  background-color: #3c78b4;
  background-color: rgba(60, 120, 180, 0.7);
}
li:nth-child(4) .asheader_nav_item > a,
li:nth-child(4) .asheader_nav_item > span,
li:nth-child(4) .asheader_nav_item > a::after,
li:nth-child(4) .asheader_nav_item > span::after {
  background-color: #d2f0ca;
  background-color: rgba(210, 240, 202, 0.7);
}
li:nth-child(4) .asheader_nav_item > a.is-current,
li:nth-child(4) .asheader_nav_item > span.is-current,
li:nth-child(4) .asheader_nav_item > a.is-active,
li:nth-child(4) .asheader_nav_item > span.is-active,
li:nth-child(4) .asheader_nav_item > a:hover,
li:nth-child(4) .asheader_nav_item > span:hover,
li:nth-child(4) .asheader_nav_item > a:active,
li:nth-child(4) .asheader_nav_item > span:active,
li:nth-child(4) .asheader_nav_item > a.is-current::after,
li:nth-child(4) .asheader_nav_item > span.is-current::after,
li:nth-child(4) .asheader_nav_item > a.is-active::after,
li:nth-child(4) .asheader_nav_item > span.is-active::after,
li:nth-child(4) .asheader_nav_item > a:hover::after,
li:nth-child(4) .asheader_nav_item > span:hover::after,
li:nth-child(4) .asheader_nav_item > a:active::after,
li:nth-child(4) .asheader_nav_item > span:active::after {
  background-color: #39b44a;
  background-color: rgba(57, 180, 74, 0.7);
}
li:nth-child(5) .asheader_nav_item > a,
li:nth-child(5) .asheader_nav_item > span,
li:nth-child(5) .asheader_nav_item > a::after,
li:nth-child(5) .asheader_nav_item > span::after {
  background-color: #f1eabc;
  background-color: rgba(241, 234, 188, 0.7);
}
li:nth-child(5) .asheader_nav_item > a.is-current,
li:nth-child(5) .asheader_nav_item > span.is-current,
li:nth-child(5) .asheader_nav_item > a.is-active,
li:nth-child(5) .asheader_nav_item > span.is-active,
li:nth-child(5) .asheader_nav_item > a:hover,
li:nth-child(5) .asheader_nav_item > span:hover,
li:nth-child(5) .asheader_nav_item > a:active,
li:nth-child(5) .asheader_nav_item > span:active,
li:nth-child(5) .asheader_nav_item > a.is-current::after,
li:nth-child(5) .asheader_nav_item > span.is-current::after,
li:nth-child(5) .asheader_nav_item > a.is-active::after,
li:nth-child(5) .asheader_nav_item > span.is-active::after,
li:nth-child(5) .asheader_nav_item > a:hover::after,
li:nth-child(5) .asheader_nav_item > span:hover::after,
li:nth-child(5) .asheader_nav_item > a:active::after,
li:nth-child(5) .asheader_nav_item > span:active::after {
  background-color: #ffc300;
  background-color: rgba(255, 195, 0, 0.7);
}
.asheader_nav_text {
  display: block;
  height: 16px;
  background: no-repeat center top / auto 200%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
span.is-current .asheader_nav_text,
a.is-current .asheader_nav_text,
span.is-active .asheader_nav_text,
a.is-active .asheader_nav_text,
a:hover .asheader_nav_text,
a:active .asheader_nav_text {
  background-position: center bottom;
}
li:nth-child(1) .asheader_nav_text {
  background-image: url(/library/anshin/common/img/category_text00.png);
}
li:nth-child(2) .asheader_nav_text {
  background-image: url(/library/anshin/common/img/category_text01.png);
}
li:nth-child(3) .asheader_nav_text {
  background-image: url(/library/anshin/common/img/category_text02.png);
}
li:nth-child(4) .asheader_nav_text {
  background-image: url(/library/anshin/common/img/category_text03.png);
}
li:nth-child(5) .asheader_nav_text {
  background-image: url(/library/anshin/common/img/category_text04.png);
}
.asheader_lowernav_list {
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 10px;
  padding-top: 6px !important;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translateY(100%) scaleY(0);
      -ms-transform: translateY(100%) scaleY(0);
          transform: translateY(100%) scaleY(0);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.is-active .asheader_lowernav_list {
  pointer-events: auto;
  -webkit-transform: translateY(100%) scaleY(1);
      -ms-transform: translateY(100%) scaleY(1);
          transform: translateY(100%) scaleY(1);
}
.asheader_lowernav_list > li {
  position: relative;
  padding-top: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.43;
  text-align: center;
}
.asheader_lowernav_list > li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 89.95%;
  height: 0;
  margin: 0 auto;
  border-top: 2px dashed #ccc;
}
.asheader_lowernav_list > li:first-child {
  padding-top: 0;
}
.asheader_lowernav_list > li:first-child::before {
  display: none;
}
.asheader_lowernav_list > li > a {
  display: block;
  padding: 10px 9px;
  color: #684732;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.asheader_lowernav_list > li > a:hover,
.asheader_lowernav_list > li > a:active {
  background-color: #ddd;
  text-decoration: none;
}
li:nth-child(2) .asheader_lowernav_list > li > a:hover,
li:nth-child(2) .asheader_lowernav_list > li > a:active {
  background-color: #ffd9d2;
}
li:nth-child(3) .asheader_lowernav_list > li > a:hover,
li:nth-child(3) .asheader_lowernav_list > li > a:active {
  background-color: #c5d9f2;
}
li:nth-child(4) .asheader_lowernav_list > li > a:hover,
li:nth-child(4) .asheader_lowernav_list > li > a:active {
  background-color: #d2f0ca;
}
li:nth-child(5) .asheader_lowernav_list > li > a:hover,
li:nth-child(5) .asheader_lowernav_list > li > a:active {
  background-color: #f1eabc;
}
.asheader_nav_close {
  display: none;
}
/* ascategorynav
   ========================================================================== */
.ascategorynav {
  display: none;
}
/* breadcrumbs
   ========================================================================== */
.astop_bread_wrap {
  width: 100%;
  height: 32px;
  background: #f5f5f5;
}
.astop_bread_wrap .astop_bread {
  margin: 0 auto;
  width: 960px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  padding: 6.4px 0;
}
.astop_bread li {
  float: left;
  font-size: 12px;
  margin-left: 13px;
}
.astop_bread a:first-child {
  background: url(/library/default/img/parts/breadcrumbs_bg02.png) no-repeat 0 40%;
  padding-left: 21px;
  margin-left: 0;
}
.astop_bread a {
  color: #7f7f7f;
}
.astop_bread a:after {
  margin-left: 12px;
  content: "";
  background: url(/library/anshin/common/img/bread_bg01.png) no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 8px;
  display: inline-block;
}
/* asreccomend
   ========================================================================== */
.asreccomend_wrap {
  margin-top: 95px;
}
.asreccomend_list {
  overflow: hidden;
}
.asreccomend_list > ul {
  font-size: 0;
  margin: -15px -15px 0;
}
.asreccomend_list > ul > li {
  display: inline-block;
  margin-top: 15px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
  vertical-align: top;
}
.asreccomend_list_item {
  display: block;
}
.asreccomend_list_item figure {
  padding-top: 48.45%;
  position: relative;
  background: #dcdcdc;
}
.asreccomend_list_item figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  vertical-align: top;
}
.asreccomend_list_item:hover {
  text-decoration: none;
  opacity: .7;
}
.asreccomend_list_item_body_lead {
  font-size: 1.3rem;
  line-height: 1.33;
  margin-top: 5px !important;
  font-weight: bold;
}
/* ascommonnav
   ========================================================================== */
.ascommonnav_wrap {
  margin-top: 95px;
}
.asconversion_wrap + .ascommonnav_wrap {
  margin-top: 73px;
}
.ascommonnav {
  overflow: hidden;
}
.ascommonnav_list {
  display: table;
  table-layout: fixed;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  margin: 0 -5px !important;
}
.ascommonnav_list > li {
  display: table-cell;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
}
.ascommonnav_item {
  display: table;
  position: relative;
  width: 100%;
  height: 113px;
  border-radius: 20px;
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #fff;
}
.ascommonnav_item::before,
.ascommonnav_item::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background: no-repeat center center / 100%;
  pointer-events: none;
}
.ascommonnav_item::before {
  top: 9px;
  left: 11px;
  width: 57px;
  height: 18px;
  background-image: url(/library/anshin/common/img/commonnav_bg01.png);
}
.ascommonnav_item::after {
  right: 15px;
  bottom: 9px;
  width: 39px;
  height: 19px;
  background-image: url(/library/anshin/common/img/commonnav_bg02.png);
}
.ascommonnav_item > a,
.ascommonnav_item > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-radius: 20px;
  background: repeat center center;
  color: #684732;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.ascommonnav_item > a:hover,
.ascommonnav_item > span:hover,
.ascommonnav_item > a:active,
.ascommonnav_item > span:active {
  text-decoration: none;
  opacity: .7;
}
.ascommonnav_item > a > span,
.ascommonnav_item > span > span {
  display: inline-block;
  width: 113px;
  height: 49px;
  background: no-repeat center top / 100% 200%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  vertical-align: middle;
}
.hide-current .ascommonnav_item {
  height: 167px;
  border-radius: 22px;
}
.hide-current .ascommonnav_item::before {
  top: 14px;
  left: 17px;
  width: 82px;
  height: 27px;
}
.hide-current .ascommonnav_item::after {
  right: 20px;
  bottom: 13px;
  width: 56px;
  height: 28px;
}
.hide-current .ascommonnav_item > a,
.hide-current .ascommonnav_item > span {
  border-radius: 22px;
}
.hide-current .ascommonnav_item > a > span,
.hide-current .ascommonnav_item > span > span {
  width: 155px;
  height: 67px;
}
.ascommonnav_item.theme-01 > a {
  background-image: url(/library/anshin/common/img/commoncategory_bg01.png);
}
.ascommonnav_item.theme-01 > a > span {
  background-image: url(/library/anshin/common/img/commonnav_text01.png);
}
.ascommonnav_item.theme-02 > a {
  background-image: url(/library/anshin/common/img/commoncategory_bg02.png);
}
.ascommonnav_item.theme-02 > a > span {
  background-image: url(/library/anshin/common/img/commonnav_text02.png);
}
.ascommonnav_item.theme-03 > a {
  background-image: url(/library/anshin/common/img/commoncategory_bg03.png);
}
.ascommonnav_item.theme-03 > a > span {
  background-image: url(/library/anshin/common/img/commonnav_text03.png);
}
.ascommonnav_item.theme-04 > a {
  background-image: url(/library/anshin/common/img/commoncategory_bg04.png);
}
.ascommonnav_item.theme-04 > a > span {
  background-image: url(/library/anshin/common/img/commonnav_text04.png);
}
/* ascommonbanner
   ========================================================================== */
.ascommonbanner_wrap {
  margin-top: 13px;
}
.ascommonbanner {
  overflow: hidden;
}
.ascommonbanner_list {
  margin: 0 -5px !important;
  overflow: hidden;
}
.ascommonbanner_list > li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 0 5px;
  margin-top: 10px;
}
.ascommonbanner_list > li:nth-child(-n+2) {
  margin-top: 0;
}
.ascommonbanner_list > li:nth-child(2n+1) {
  clear: left;
}
.ascommonbanner_list > li > a {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.ascommonbanner_list > li > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #d2d2d2;
}
.ascommonbanner_list > li > a:hover,
.ascommonbanner_list > li > a:active {
  text-decoration: none;
  opacity: .8;
}
.ascommonbanner_list > li > a:hover img,
.ascommonbanner_list > li > a:active img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ascommonbanner_list > li img {
  width: 100%;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
/* asarticlelist
   ========================================================================== */
.asarticlelist_wrap {
  margin-top: 86px;
}
.asarticlelist_title {
  font-size: 2.1rem;
  line-height: 1.43;
  font-weight: 600;
}
.asarticlelist_inner {
  margin-top: 6px;
}
.asarticlelist_list {
  overflow: hidden;
  margin: 0 -6px;
}
/* asarticlelist_item
   ========================================================================== */
.asarticlelist_item {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
  margin-top: 53px;
  padding: 0 6px;
}
.asarticlelist_item:nth-child(-n+3) {
  margin-top: 0;
}
.asarticlelist_item:nth-child(3n+1) {
  clear: left;
}
.asarticlelist_item > a {
  display: block;
}
.asarticlelist_item > a:hover,
.asarticlelist_item > a:active {
  text-decoration: none;
}
.js-more_list .asarticlelist_item {
  display: none;
}
.js-more_list .asarticlelist_item:nth-child(-n+6) {
  display: block;
}
.js-more_list .asarticlelist_item:nth-child(n+6).is-active {
  display: block;
  -webkit-animation: asarticlelist_item 1s ease both;
          animation: asarticlelist_item 1s ease both;
}
@-webkit-keyframes asarticlelist_item {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes asarticlelist_item {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.asarticlelist_item.opt-side {
  margin-top: 30px;
  min-height: 140px;
  float: none;
  width: 100%;
}
.asarticlelist_item.opt-side:first-child {
  margin-top: 0;
}
.asarticlelist_item.opt-side .asarticlelist_item_inner-wrap {
  padding-top: 0;
}
.asarticlelist_item.opt-side .asarticlelist_item_image {
  padding-top: 15.1%;
  width: 290px;
}
.asarticlelist_item.opt-side .asarticlelist_item_body {
  margin-left: 310px;
}
.asarticlelist_item_inner-wrap {
  position: relative;
  padding-top: 48.45%;
}
.asarticlelist_item_highcategory {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  padding: 8px 15px 6px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  background-color: #ddd;
  color: #684732;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
}
.asarticlelist_item_highcategory.is-initialized {
  opacity: 1;
}
.theme-01 .asarticlelist_item_highcategory {
  background-color: #ffd9d2;
}
.theme-02 .asarticlelist_item_highcategory {
  background-color: #c5d9f2;
}
.theme-03 .asarticlelist_item_highcategory {
  background-color: #d2f0ca;
}
.theme-04 .asarticlelist_item_highcategory {
  background-color: #f1eabc;
}
.asarticlelist_item_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 48.45%;
  overflow: hidden;
}
.asarticlelist_item_image > img {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  max-width: -webkit-calc(100% + 4px);
  max-width: calc(100% + 4px);
  max-height: -webkit-calc(100% + 4px);
  max-height: calc(100% + 4px);
  margin: auto;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
a:hover .asarticlelist_item_image > img,
a:active .asarticlelist_item_image > img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.asarticlelist_item_inner {
  margin-top: 6px;
}
.asarticlelist_item_body {
  border: 4px solid #808080;
  background-color: #fff;
}
.theme-01 .asarticlelist_item_body {
  border-color: #f58282;
}
.theme-02 .asarticlelist_item_body {
  border-color: #3c78b4;
}
.theme-03 .asarticlelist_item_body {
  border-color: #39b44a;
}
.theme-04 .asarticlelist_item_body {
  border-color: #ffc300;
}
.asarticlelist_item_header {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  margin: 0 -2px;
  padding: 0 5px 0 12px;
  background-color: #808080;
  color: #fff;
  overflow: hidden;
}
.theme-01 .asarticlelist_item_header {
  background-color: #f58282;
}
.theme-02 .asarticlelist_item_header {
  background-color: #3c78b4;
}
.theme-03 .asarticlelist_item_header {
  background-color: #39b44a;
}
.theme-04 .asarticlelist_item_header {
  background-color: #ffc300;
}
.asarticlelist_item_category {
  position: absolute;
  top: 0;
  left: 10px;
  width: -webkit-calc(100% - 93px);
  width: calc(100% - 93px);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.88;
  color: #fff;
}
.asarticlelist_item_date {
  float: right;
  position: relative;
  top: -2px;
  width: 80px;
  height: 3rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 3;
  text-align: right;
  color: #fff;
}
.asarticlelist_item_detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 11px 11px;
  background-color: #fff;
  overflow: hidden;
}
.asarticlelist_item_title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.38;
}
.asarticlelist_item_text {
  margin-top: 7px;
  font-size: 1.4rem;
  line-height: 1.38;
}
.asarticlelist_item_icon {
  float: right;
  margin: 5px 0 -4px;
  padding: 3px 6px 3px;
  border-radius: 4px;
  font-size: .9rem;
  font-weight: bold;
  color: #fff;
  background: #ef578c;
}
/* link
   ========================================================================== */
.aslink {
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 5px;
}
.aslink:first-child {
  margin-top: 0;
}
.aslink::before,
.aslink::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}
.aslink::before {
  left: 0;
  right: 6px;
  background-color: #fff;
}
.aslink::after {
  right: 0;
  width: 6px;
  background: url(/library/anshin/common/img/link_bg02.png) no-repeat left center / 100% 100%;
}
.aslink > span,
.aslink > a,
.aslink > button {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 4px 14px 3px;
  border: none;
  background-color: #009245;
  color: #fff;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  cursor: pointer;
}
.aslink > span::before,
.aslink > a::before,
.aslink > button::before,
.aslink > span::after,
.aslink > a::after,
.aslink > button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.aslink > span::after,
.aslink > a::after,
.aslink > button::after {
  right: -5px;
  width: 6px;
  height: 100%;
  background: url(/library/anshin/common/img/link_bg01.png) no-repeat left center / 100% 100%;
}
.aslink > a:hover,
.aslink > button:hover,
.aslink > a:active,
.aslink > button:active {
  opacity: .7;
  text-decoration: none;
}
.aslink.opt-more {
  border-radius: 2px;
  padding-right: 0;
}
.aslink.opt-more::before,
.aslink.opt-more::after {
  display: none;
}
.aslink.opt-more > a,
.aslink.opt-more > button {
  padding-right: 34px;
  padding-left: 20px;
  border-radius: 2px;
  border-bottom: 1px solid #007537;
}
.aslink.opt-more > a::before,
.aslink.opt-more > button::before,
.aslink.opt-more > a::after,
.aslink.opt-more > button::after {
  right: 10px;
  width: 9px;
  height: 1px;
  margin: auto;
  background: #fff;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.aslink.opt-more > a::after,
.aslink.opt-more > button::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.aslink.opt-more > a:hover::before,
.aslink.opt-more > button:hover::before,
.aslink.opt-more > a:active::before,
.aslink.opt-more > button:active::before {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.aslink.opt-more > a:hover::after,
.aslink.opt-more > button:hover::after,
.aslink.opt-more > a:active::after,
.aslink.opt-more > button:active::after {
  -webkit-transform: scale(1.2) rotate(90deg);
      -ms-transform: scale(1.2) rotate(90deg);
          transform: scale(1.2) rotate(90deg);
}
.aslink.opt-more > a > span:nth-child(2),
.aslink.opt-more > button > span:nth-child(2) {
  display: none;
}
.aslink.opt-more > a.is-showed::after,
.aslink.opt-more > button.is-showed::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.aslink.opt-more > a.is-showed > span:nth-child(1),
.aslink.opt-more > button.is-showed > span:nth-child(1) {
  display: none;
}
.aslink.opt-more > a.is-showed > span:nth-child(2),
.aslink.opt-more > button.is-showed > span:nth-child(2) {
  display: inline;
}
/* ascategorywrap
   ========================================================================== */
.ascategorywrap_wrap {
  margin-top: 118px;
  overflow: visible;
}
.ascategorywrap_wrap + .ascategorywrap_wrap {
  margin-top: 35px;
}
.ascategoryvisual_wrap + .ascategorywrap_wrap {
  margin-top: 52px;
}
.ascategoryanchor_wrap + .ascategorywrap_wrap {
  margin-top: 41px;
}
.ascategorywrap_wrap .pbNestedWrapper {
  overflow: visible;
}
.ascategorywrap {
  padding-top: 32px;
}
.ascategorywrap.theme-frame-none {
  padding-top: 0;
}
.ascategorywrap_inner {
  border: 1px solid #ccc;
  padding: 0 0 32px;
  background: repeat center top;
}
.theme-01 .ascategorywrap_inner,
.theme-02 .ascategorywrap_inner,
.theme-03 .ascategorywrap_inner,
.theme-04 .ascategorywrap_inner {
  border: none;
}
.theme-01 .ascategorywrap_inner {
  background-image: url(/library/anshin/common/img/commoncategory_bg01.png);
}
.theme-02 .ascategorywrap_inner {
  background-image: url(/library/anshin/common/img/commoncategory_bg02.png);
}
.theme-03 .ascategorywrap_inner {
  background-image: url(/library/anshin/common/img/commoncategory_bg03.png);
}
.theme-04 .ascategorywrap_inner {
  background-image: url(/library/anshin/common/img/commoncategory_bg04.png);
}
.theme-frame-none .ascategorywrap_inner {
  border: none;
  background: none;
}
.ascategorywrap_title-wrap {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 380px;
  padding: 0 47px 0 26px;
}
.ascategorywrap_title-wrap::before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 100%;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  width: 100%;
  height: 32px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  background: #fff repeat center center;
}
.theme-01 .ascategorywrap_title-wrap::before,
.theme-02 .ascategorywrap_title-wrap::before,
.theme-03 .ascategorywrap_title-wrap::before,
.theme-04 .ascategorywrap_title-wrap::before {
  left: 0;
  top: -31px;
  border: none;
  max-width: 380px;
}
.theme-01 .ascategorywrap_title-wrap::before {
  background-image: url(/library/anshin/common/img/commoncategory_bg01.png);
}
.theme-02 .ascategorywrap_title-wrap::before {
  background-image: url(/library/anshin/common/img/commoncategory_bg02.png);
}
.theme-03 .ascategorywrap_title-wrap::before {
  background-image: url(/library/anshin/common/img/commoncategory_bg03.png);
}
.theme-04 .ascategorywrap_title-wrap::before {
  background-image: url(/library/anshin/common/img/commoncategory_bg04.png);
}
.ascategorywrap_title {
  margin-top: 5px;
  padding-left: 55px;
  font-size: 2.5rem;
  line-height: 1;
  background: url(/library/anshin/common/img/icon_img01.png) no-repeat left center / auto 100%;
  position: relative;
}
.ascategorywrap_title > span {
  display: block;
  height: 25px;
  background: no-repeat left top / auto 200%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.ascategorywrap_title.opt-image > span {
  text-indent: 0;
  background: none !important;
}
.ascategorywrap_title.opt-image > span > img {
  height: 100%;
}
.theme-01 .ascategorywrap_title > span {
  background-image: url(/library/anshin/common/img/category_text01.png);
}
.theme-02 .ascategorywrap_title > span {
  background-image: url(/library/anshin/common/img/category_text02.png);
}
.theme-03 .ascategorywrap_title > span {
  background-image: url(/library/anshin/common/img/category_text03.png);
}
.theme-04 .ascategorywrap_title > span {
  background-image: url(/library/anshin/common/img/category_text04.png);
}
.ascategorywrap_read {
  margin-top: 22px !important;
  padding: 0 26px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75;
  color: #684732;
}
.ascategorywrap_body {
  position: relative;
  margin-top: 21px;
  padding: 0 26px;
}
.theme-frame-none .ascategorywrap_body {
  margin-top: 0;
}
.ascategorywrap_label {
  padding-right: 104px;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.43;
  color: #684732;
}
.ascategorywrap_list-wrap {
  margin-top: 21px;
}
.ascategorywrap_link {
  position: absolute;
  top: 3px;
  right: 26px;
}
.ascategorywrap_button {
  margin-top: 22px;
  text-align: right;
}
.ascategorywrap_button > p {
  display: inline-block;
}
.ascategorywrap_button.js-more_trigger-wrap {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: margin .3s ease;
  transition: margin .3s ease;
}
.ascategorywrap_button.js-more_trigger-wrap.is-active {
  height: auto;
  margin-top: 22px;
  pointer-events: auto;
}
/* ascategoryvisual
   ========================================================================== */
.ascategoryvisual_wrap {
  padding-bottom: 26px;
  overflow: hidden;
}
.ascategoryvisual {
  background: no-repeat center center / 1036px;
}
.ascategoryvisual.theme-01 {
  background-image: url(/library/anshin/img/anshintalk_ascategoryvisual_bg01.jpg);
}
.ascategoryvisual.theme-02 {
  background-image: url(/library/anshin/img/anshinnews_ascategoryvisual_bg01.jpg);
}
.ascategoryvisual.theme-03 {
  background-image: url(/library/anshin/img/hosho_ascategoryvisual_bg01.jpg);
}
.ascategoryvisual.theme-04 {
  background-image: url(/library/anshin/img/kodomo_ascategoryvisual_bg01.jpg);
}
.ascategoryvisual_inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 48px 0 24px;
}
.ascategoryvisual_inner::before {
  content: '';
  display: block;
  position: absolute;
  background: no-repeat center center / 100%;
}
.theme-01 .ascategoryvisual_inner::before {
  right: 88px;
  bottom: -9px;
  width: 91px;
  height: 125px;
  background-image: url(/library/anshin/img/anshintalk_asmainvisual_bg02.png);
}
.theme-02 .ascategoryvisual_inner {
  padding: 14px 0 239px;
}
.theme-02 .ascategoryvisual_inner::before {
  left: 49px;
  bottom: -20px;
  width: 91px;
  height: 125px;
  background-image: url(/library/anshin/img/anshinnews_asmainvisual_bg02.png);
}
.theme-03 .ascategoryvisual_inner {
  padding: 195px 0 58px;
}
.theme-03 .ascategoryvisual_inner::before {
  right: 73px;
  bottom: -14px;
  width: 91px;
  height: 126px;
  background-image: url(/library/anshin/img/hosho_asmainvisual_bg02.png);
}
.theme-04 .ascategoryvisual_inner {
  padding: 186px 0 67px;
}
.theme-04 .ascategoryvisual_inner::before {
  right: 173px;
  bottom: -18px;
  width: 87px;
  height: 119px;
  background-image: url(/library/anshin/img/kodomo_asmainvisual_bg02.png);
}
.ascategoryvisual_logo {
  display: table;
  table-layout: fixed;
  width: 416px;
  height: 255px;
  margin-left: -9px;
  background: no-repeat center center / 100%;
  color: #fff;
}
.theme-01 .ascategoryvisual_logo {
  background-image: url(/library/anshin/img/anshintalk_ascategoryvisual_bg03.png);
}
.theme-02 .ascategoryvisual_logo {
  background-image: url(/library/anshin/img/anshinnews_ascategoryvisual_bg03.png);
}
.theme-03 .ascategoryvisual_logo {
  background-image: url(/library/anshin/img/hosho_ascategoryvisual_bg03.png);
}
.theme-04 .ascategoryvisual_logo {
  background-image: url(/library/anshin/img/kodomo_ascategoryvisual_bg03.png);
}
.ascategoryvisual_logo_inner {
  display: table-cell;
  padding: 40px 76px 0 0;
  text-align: center;
  vertical-align: middle;
  font-size: 3rem;
  color: #fff;
}
.ascategoryvisual_logo_inner > span {
  display: block;
  height: 30px;
  background: no-repeat center bottom / auto 200%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.theme-01 .ascategoryvisual_logo_inner > span {
  background-image: url(/library/anshin/common/img/category_text01.png);
}
.theme-02 .ascategoryvisual_logo_inner > span {
  background-image: url(/library/anshin/common/img/category_text02.png);
}
.theme-03 .ascategoryvisual_logo_inner > span {
  background-image: url(/library/anshin/common/img/category_text03.png);
}
.theme-04 .ascategoryvisual_logo_inner > span {
  background-image: url(/library/anshin/common/img/category_text04.png);
}
.ascategoryvisual_text {
  margin-top: 37px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.05;
  color: #fff;
}
.theme-02 .ascategoryvisual_text {
  position: absolute;
  right: 0;
  bottom: 47px;
  margin-top: 0;
}
.theme-03 .ascategoryvisual_text {
  position: absolute;
  left: 0;
  top: 34px;
  margin-top: 0;
  color: #684732;
}
.theme-04 .ascategoryvisual_text {
  position: absolute;
  left: 0;
  top: 59px;
  margin-top: 0;
  color: #684732;
}
/* ascategoryanchor
   ========================================================================== */
.ascategoryanchor_wrap {
  margin-top: 5px;
}
.ascategoryanchor {
  width: 760px;
  margin: 0 auto;
}
.ascategoryanchor.theme-03 {
  width: 960px;
}
.ascategoryanchor.theme-04 {
  width: 908px;
}
.ascategoryanchor_list {
  display: table;
  table-layout: fixed;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  margin: 0 -5px !important;
}
.ascategoryanchor_list > li {
  display: table-cell;
  text-align: center;
  padding: 0 5px;
}
.ascategoryanchor_item {
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-align: center;
}
.ascategoryanchor_item > a {
  display: block;
  position: relative;
  padding: 10px 6px 51px;
  border-radius: 20px;
  color: #684732;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.ascategoryanchor_item > a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: block;
  width: 39px;
  height: 13px;
  margin: 0 auto;
  background: no-repeat center center / 100% 100%;
  pointer-events: none;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.ascategoryanchor_item > a:hover,
.ascategoryanchor_item > a:active {
  text-decoration: none;
}
.ascategoryanchor_item > a:hover::after,
.ascategoryanchor_item > a:active::after {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
.theme-01 .ascategoryanchor_item > a::after {
  background-image: url(/library/anshin/img/anshintalk_ascategoryanchor_bg01.png);
}
.theme-01 .ascategoryanchor_item > a:hover,
.theme-01 .ascategoryanchor_item > a:active {
  background-color: #ffd9d2;
}
.theme-02 .ascategoryanchor_item > a::after {
  background-image: url(/library/anshin/img/anshinnews_ascategoryanchor_bg01.png);
}
.theme-02 .ascategoryanchor_item > a:hover,
.theme-02 .ascategoryanchor_item > a:active {
  background-color: #c5d9f2;
}
.theme-03 .ascategoryanchor_item {
  letter-spacing: .12em;
}
.theme-03 .ascategoryanchor_item > a::after {
  background-image: url(/library/anshin/img/hosho_ascategoryanchor_bg01.png);
}
.theme-03 .ascategoryanchor_item > a:hover,
.theme-03 .ascategoryanchor_item > a:active {
  background-color: #d2f0ca;
}
.theme-04 .ascategoryanchor_item > a::after {
  background-image: url(/library/anshin/img/kodomo_ascategoryanchor_bg01.png);
}
.theme-04 .ascategoryanchor_item > a:hover,
.theme-04 .ascategoryanchor_item > a:active {
  background-color: #f1eabc;
}
/* ==========================================================================
   JS
   ========================================================================== */
/* js-abridge
   ========================================================================== */
.js-abridge {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
}
.js-abridge.is-initialized {
  opacity: 1;
}
