@media only screen and (max-width: 759px) {
  .is-pc {
    display: none;
  }
}

@media only screen and (min-width: 760px) {
  .is-sp {
    display: none;
  }
}

.special_cont.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* ========================================
  utility
======================================== */
.ta-c {
  text-align: center;
}

/*clearfix */
.clearfix, footer.is-pc .footer__inner, footer.is-pc .footer__inner .footer__r, footer.is-sp .ft_top, footer.is-sp .ft_bottom .ft_link {
  *zoom: 1;
}
.clearfix:after, footer.is-pc .footer__inner:after, footer.is-pc .footer__inner .footer__r:after, footer.is-sp .ft_top:after, footer.is-sp .ft_bottom .ft_link:after {
  content: "";
  display: table;
  clear: both;
}

/* ========================================
  for Wii U
======================================== */
.is-wiiu .article_list__inner ul {
  display: table;
}
.is-wiiu .article_list__inner ul li {
  display: inline-block;
}
.is-wiiu .article_list__inner ul li span {
  display: table;
}
.is-wiiu .article_list__inner ul li span > span {
  display: table-cell;
}
.is-wiiu .article_list__inner ul li span > span.num {
  width: 110px;
}

.is-wiiu footer.is-pc {
  position: relative !important;
}

/* ========================================
  mainvisual
======================================== */
.special-mv {
  position: relative;
}
@media only screen and (max-width: 759px) {
  .special-mv {
    background: url(../img/bg_01_base.png) repeat 0 0;
    background-size: 77px auto;
  }
  .blog_v02 .special-mv {
    background-image: url(../img/bg_01_base_v02.png);
  }
}
@media only screen and (min-width: 760px) {
  .special-mv {
    background: url(../img/bg_01_base.png) repeat 0 0;
    background-size: 28px auto;
  }
  .blog_v02 .special-mv {
    background-image: url(../img/bg_01_base_v02.png);
  }
}
.special-mv__logo-title {
  position: absolute;
}
@media only screen and (max-width: 759px) {
  .special-mv__logo-title {
    left: 24px;
    top: 20px;
    width: 86px;
  }
}
@media only screen and (min-width: 760px) {
  .special-mv__logo-title {
    left: 26px;
    top: 24px;
    width: 146px;
  }
}
.special-mv__logo-3ds {
  position: absolute;
}
@media only screen and (max-width: 759px) {
  .special-mv__logo-3ds {
    right: 13px;
    top: 29px;
    width: 127px;
  }
}
@media only screen and (min-width: 760px) {
  .special-mv__logo-3ds {
    right: 19px;
    top: 19px;
    width: 127px;
  }
}
.special-mv__inner {
  background: url(../special/img/mv.png) no-repeat 50% 0;
}
.blog_v02 .special-mv__inner {
  background-image: url(../special/img/mv_v02.png);
}
@media only screen and (max-width: 759px) {
  .special-mv__inner {
    background-size: 280px auto;
    height: 180px;
  }
}
@media only screen and (min-width: 760px) {
  .special-mv__inner {
    background-position: 50% -70px;
    background-size: 550px auto;
    height: 279px;
  }
}

/* bg_base*/
.wrap {
  position: relative;
  background: #f8e6c0;
}
@media only screen and (min-width: 760px) {
  .wrap {
    background: url(../special/img/bg_pc.png) repeat 0 0;
    background-size: 183px auto;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 760px) {
  .wrap:before {
    background: url(../special/img/bg_pc_top.png) repeat-x 50% 0;
    background-size: 183px 320px;
    content: "";
    position: absolute;
    top: -95px;
    left: 0;
    width: 100%;
    height: 320px;
    z-index: auto;
  }
}
@media only screen and (max-width: 759px) {
  .wrap:before {
    background: url(../special/img/bg_sp_top.png) repeat-x 50% 0;
    background-size: 276px auto;
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 276px;
    z-index: auto;
  }
}
@media only screen and (min-width: 760px) {
  .wrap:after {
    background: url(../special/img/bg_pc_bottom.png) repeat-x 50% bottom;
    background-size: 183px 320px;
    content: "";
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 100%;
    height: 320px;
    z-index: 1;
  }
}
.wrap .title {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 759px) {
  .wrap .title {
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 760px) {
  .wrap .title {
    width: 606px;
  }
}
@media only screen and (max-width: 759px) {
  .wrap .title__name {
    width: 70%;
    padding: 10px 5px 20px;
  }
}
@media only screen and (min-width: 760px) {
  .wrap .title__name {
    margin: 66px auto 32px;
    width: 489px;
  }
  .blog_v02 .wrap .title__name {
    width: 577px;
  }
}
@media only screen and (max-width: 759px) {
  .wrap .title__date {
    position: absolute;
    top: -9px;
    right: 0;
    width: 75px;
  }
}
@media only screen and (min-width: 760px) {
  .wrap .title__date {
    position: absolute;
    top: -85px;
    right: -43px;
    width: 86px;
  }
  .blog_v02 .wrap .title__date {
    right: -84px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 759px) {
  .wrap .title__date {
    position: absolute;
    top: -11px;
    right: 20px;
    width: 75px;
  }
}
.wrap .title .article_title {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .wrap .title .article_title {
    height: 176px;
  }
}
@media only screen and (max-width: 759px) {
  .wrap .title .article_title:before {
    background: url(../special/img/title_top_sp.png) no-repeat 0 0;
    background-size: 100% auto;
    content: "";
    height: 18px;
    left: 0;
    top: -1px;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
}
@media only screen and (min-width: 760px) {
  .wrap .title .article_title:before {
    background: url(../special/img/title_top.png) no-repeat 0 0;
    background-size: 595px auto;
    content: "";
    height: 73px;
    left: 0;
    top: -1px;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
}
@media only screen and (max-width: 759px) {
  .wrap .title .article_title:after {
    background: url(../special/img/line_sp.png) no-repeat 0 0;
    background-size: 100% auto;
    content: "";
    height: 13px;
    left: 0;
    bottom: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 760px) {
  .wrap .title .article_title:after {
    background: url(../special/img/line.png) no-repeat 0 0;
    background-size: 595px auto;
    content: "";
    height: 11px;
    left: 0;
    bottom: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
  }
}
@media only screen and (max-width: 759px) {
  .wrap .title .article_title .times__num {
    font-size: 1.8rem;
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 760px) {
  .wrap .title .article_title .times__num {
    font-size: 1.9rem;
    margin: 0 auto;
    height: 38px;
    width: 140px;
    padding-top: 10px;
    padding-left: 4px;
  }
}
.wrap .title .article_title .times__num img {
  margin: -10px 10px 0;
  vertical-align: middle;
}
.wrap .title .article_title .times__name {
  font-size: 2.8rem;
  padding: 40px 0;
}
.wrap .title .article_title .times__name.long {
  padding: 15px 0;
}
@media only screen and (max-width: 759px) {
  .wrap .title .article_title .times__name {
    font-size: 2rem;
    padding: 20px 0;
  }
}
.wrap .title .article_title .times__name .date {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  padding-top: 15px;
}
.wrap .container {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 759px) {
  .wrap .container {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 760px) {
  .wrap .container {
    width: 606px;
  }
}
.wrap .container .block {
  margin: 4rem 0;
}
.wrap .container .block p {
  font-size: 1.5rem;
  margin: 3rem auto;
  line-height: 3rem;
  padding: 0 25px;
}
@media only screen and (min-width: 760px) {
  .wrap .container .block p {
    font-weight: bold;
  }
}
.wrap .container .block .notice {
  font-size: 11px;
  padding-left: 40px;
  line-height: 1.75;
}
.wrap .container .block .notice span {
  margin-left: -15px;
}

/* ===== pager ====== */
@media only screen and (max-width: 759px) {
  .pager {
    margin: 5% 0;
  }
  .pager__inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 10px;
  }
  .pager__inner .prev {
    float: left;
  }
  .pager__inner .next {
    float: right;
  }
  .pager__inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 760px) {
  .pager {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 2;
  }
  .pager__inner {
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
  }
  .pager__inner a:hover {
    opacity: 0.8;
  }
  .pager__inner .prev {
    float: left;
  }
  .pager__inner .next {
    float: right;
  }
  .pager__inner:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* ===== article_list====== */
.article_list {
  width: 100%;
  z-index: 2;
  position: relative;
  border-top: 4px solid #57250f;
}
.article_list h3 {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #57250f;
  width: 600px;
  margin: 0 auto;
}
.article_list ul li {
  cursor: pointer;
}
.article_list ul li a .txt {
  background: url(../special/img/ico_list.png) no-repeat 0 0;
  background-size: 13px 13px;
  padding-left: 23px;
  display: table;
  width: 100%;
}
.article_list ul li a .txt span {
  display: table-cell;
  text-align: left;
}
@media only screen and (max-width: 759px) {
  .article_list__inner {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 11px;
  }
  .article_list__inner h3 {
    text-align: center;
    width: 100%;
  }
  .article_list__inner ul {
    width: 100%;
  }
  .article_list__inner ul li {
    margin: 0 14px;
    border-bottom: 1px dotted #57250f;
  }
  .article_list__inner ul li:last-child {
    border: none;
  }
  .article_list__inner ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 28px 0;
    position: relative;
    color: #572505;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
  }
  .article_list__inner ul li a:hover {
    color: #6b3720;
  }
  .article_list__inner ul li a .num {
    padding-right: 15px;
    width: 25%;
  }
  .article_list__inner ul li a .title {
    line-height: 24px;
  }
}
@media only screen and (min-width: 760px) {
  .article_list__inner {
    width: 628px;
    margin: 0 auto;
    overflow: hidden;
    padding: 37px 0 11px;
  }
  .article_list__inner ul {
    width: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .article_list__inner ul li {
    width: 284px;
    margin: 0 14px;
    background: url(../special/img/bg_article_list.png) no-repeat 0 bottom;
    background-size: 100% auto;
  }
  .article_list__inner ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 28px 0;
    position: relative;
    color: #572505;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .article_list__inner ul li a:hover {
    color: #6b3720;
  }
  .article_list__inner ul li a .num {
    padding-right: 15px;
    width: 106px;
  }
}

/* ===== footer ====== */
@media only screen and (max-width: 759px) {
  .footer {
    background: url(../special/img/footer_img_sp.png) no-repeat 50% 0;
    background-size: cover;
    padding-bottom: 10px;
  }
  .footer__logo-title {
    width: 180px;
    margin: 0 auto;
    padding-top: 10px;
  }
  .footer a {
    display: block;
    margin: 10px auto 0;
  }
  .footer .top_btn {
    text-align: center;
    width: 80%;
  }
  .footer .top_btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 760px) {
  .footer {
    background: url(../special/img/footer_img.jpg) no-repeat 50% 0;
    background-size: cover;
    position: relative;
    min-height: 200px;
    height: auto;
    margin-top: -10px;
  }
  .footer__logo-title {
    width: 182px;
    margin: 0 auto;
    padding-top: 36px;
    position: relative;
    z-index: 10;
  }
  .footer__logo-title a {
    display: block;
    width: 182px;
    height: 119px;
  }
  .footer:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 232px;
    background: url(../special/img/footer_chara.png) no-repeat 50% bottom;
    background-size: auto 220px;
  }
  .footer:after {
    content: "";
    display: table;
    clear: both;
  }
  .footer .top_btn {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -1px;
    text-align: center;
    width: 100%;
  }
  .footer .top_btn img {
    margin: 0 auto;
    width: 307px;
    text-align: center;
    display: block;
  }
  .footer .top_btn img:hover {
    opacity: 0.9;
  }
}

/*word*/
@media only screen and (max-width: 759px) {
  .watchword {
    background: #fff;
    width: 100%;
  }
}
@media only screen and (min-width: 760px) {
  .watchword {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.14);
    padding: 0 17px;
    width: 600px;
  }
}
@media only screen and (max-width: 759px) {
  .watchword h3 {
    width: 97%;
    margin-top: -8px;
    text-align: left;
  }
  .blog_v02 .watchword h3 {
    margin-bottom: -30px;
  }
  .blog_v02 .watchword h3 img {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 760px) {
  .blog_v02 .watchword h3 {
    margin-bottom: -28px;
  }
  .watchword h3 img {
    margin-top: -14px;
  }
  .blog_v02 .watchword h3 img {
    margin-top: -32px;
  }
}
.watchword__inner {
  margin: 0 auto 30px;
  overflow: hidden;
}
@media only screen and (max-width: 759px) {
  .watchword__inner {
    width: 90%;
    margin: 0 auto;
  }
}
.watchword__inner p {
  font-size: 1.5rem;
  margin: 3rem auto;
  line-height: 3rem;
}
@media only screen and (min-width: 760px) {
  .watchword__inner {
    padding: 0 35px;
    font-weight: bold;
  }
}

/* ========================================
  footer
======================================== */
footer.is-pc {
  background: #57250f;
  padding-top: 10px;
  padding-bottom: 17px;
  margin-top: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
footer.is-pc .footer__inner {
  margin: 0 auto;
  width: 960px;
  padding-top: 10px;
}
footer.is-pc .footer__inner .topicpath {
  width: 329px;
  padding-top: 10px;
  margin: 0 auto !important;
  float: none;
}
footer.is-pc .footer__inner .topicpath li {
  float: left;
}
footer.is-pc .footer__inner .topicpath li:first-child {
  margin-right: 34px;
}
footer.is-pc .footer__inner .footer__r {
  float: right;
  width: 354px;
}
footer.is-pc .footer__inner .footer__r .copyright {
  float: left;
  padding-right: 10px;
  padding-top: 10px;
  color: #fff;
}
footer.is-pc .footer__inner .footer__r .sns {
  float: right;
}
footer.is-pc .footer__inner .footer__r .sns li {
  float: left;
  padding-left: 11px;
}

footer.is-sp {
  width: 100%;
}
footer.is-sp .ft_top {
  background: url(../img/bg_01_base.png) repeat 0 0;
  background-size: 57px 57px;
  box-shadow: 0px 10px 5px -5px #441d0c;
  padding: 5% 10%;
}
footer.is-sp .ft_top .sns {
  float: left;
  width: 130px;
}
footer.is-sp .ft_top .sns li {
  float: left;
  width: 46px;
  margin-right: 18px;
}
footer.is-sp .ft_top .pagetop {
  float: right;
  padding-top: 2%;
}
footer.is-sp .ft_bottom {
  background: #381301;
  color: #fff;
  padding-top: 18px;
}
footer.is-sp .ft_bottom .ft_link {
  width: 320px;
  margin: 0 auto;
}
footer.is-sp .ft_bottom .ft_link li {
  float: left;
  margin-bottom: 20px;
}
footer.is-sp .ft_bottom .ft_link li:first-child {
  padding-right: 26px;
  position: relative;
}
footer.is-sp .ft_bottom .ft_link li:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  height: 100%;
  width: 1px;
  border: 1px solid #fff;
}
footer.is-sp .ft_bottom .ft_link li a {
  color: #fff;
  text-decoration: none;
}
footer.is-sp .ft_bottom .copyright {
  text-align: center;
  padding-bottom: 20px;
}

/* ========================================
  menu
======================================== */
.menu_btn {
  position: fixed;
  left: 0;
  bottom: 10%;
  display: table;
  z-index: 1111;
  text-align: center;
  cursor: pointer;
  width: 62px;
  height: 62px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.15);
}

.open {
  background: #57250f;
  border-radius: 0px 5px 5px 0px;
}

.active {
  box-shadow: none;
}

.trigger,
.trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.trigger {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.trigger span {
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 25px;
  height: 3px;
  border-radius: 2px;
  margin-left: 15px;
  /*
    @media only screen and (max-width:759px) {
      width: 22px;
      height: 4px;
      border-radius: 4px;
    }
    */
}

.trigger i {
  position: absolute;
  bottom: 9px;
  color: #fff;
}

.trigger span:nth-of-type(1) {
  top: 12px;
}

.trigger span:nth-of-type(2) {
  top: 20px;
}

.trigger span:nth-of-type(3) {
  top: 28px;
}

.active .trigger span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top: -3px;
}

.active .trigger span:nth-of-type(2) {
  opacity: 0;
}

.active .trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  top: 37px;
}

.trigger span.text {
  position: absolute;
  left: 0;
  background-color: transparent;
  color: #fff;
  height: auto;
  font-weight: bold;
  font-size: 1.1rem;
  margin-left: 10px;
  bottom: 6px;
  top: 40px;
}

#menu {
  display: none;
}
@media only screen and (max-width: 759px) {
  #menu {
    left: -100%;
  }
}
@media only screen and (min-width: 760px) {
  #menu {
    left: -300px;
  }
}

#menu.show {
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
  transition: transform 0.6s, opacity 0.5s;
  display: block;
  height: 104%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: auto;
  background: url(../img/bg_01_base.png) repeat 0 0;
}
@media only screen and (max-width: 759px) {
  #menu.show {
    width: 100%;
    background-size: 77px auto;
  }
}
@media only screen and (min-width: 760px) {
  #menu.show {
    width: 340px;
    background-size: 28px auto;
    box-shadow: 4px 10px 10px -2px #141414;
    padding: 2rem 0 0;
  }
}
@media only screen and (max-width: 759px) {
  #menu.show .menu__inner {
    width: 70%;
    margin: 26% 10% 10% 20%;
  }
}
@media only screen and (min-width: 760px) {
  #menu.show .menu__inner {
    width: 80%;
    margin: 20% 0 10% 62px;
  }
}
#menu.show .menu__inner h2 {
  text-align: center;
}
#menu.show .menu__inner h2 img {
  max-width: 227px;
}
@media only screen and (min-width: 760px) {
  #menu.show .menu__inner h2 {
    margin: 2rem 0;
  }
}
#menu.show .menu__inner .menu__lists {
  width: 100%;
}
#menu.show .menu__inner .menu__lists li {
  position: relative;
  border-bottom: 2px solid #5d3724;
  padding: 2rem;
}
#menu.show .menu__inner .menu__lists li:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../special/img/menu_ico.svg) no-repeat 0 0;
  background-size: 12px auto;
}
#menu.show .menu__inner .menu__lists li a {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5rem;
  text-decoration: none;
  display: block;
}
#menu.show .menu__inner .menu__lists li a:hover {
  opacity: 0.8;
}
#menu.show .menu__inner .menu__lists li a .outline {
  display: table;
  margin-bottom: 2rem;
}
#menu.show .menu__inner .menu__lists li a .outline span {
  display: table-cell;
  vertical-align: bottom;
}
#menu.show .menu__inner .menu__lists li a .outline .date {
  font-weight: normal;
  font-size: 1rem;
  padding-left: 1rem;
}

#disable-layer {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}

/* ===== contents_parts ====== */
/*heading*/
.common__head_01 {
  position: relative;
  vertical-align: middle;
  display: table;
  width: 100%;
}
.common__head_01 div {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 759px) {
  .common__head_01 {
    width: 90%;
    font-size: 1.6rem;
    height: 4rem;
    margin: 4rem auto 0;
    padding: 3rem 0;
  }
  .common__head_01:after {
    background: url(../special/img/line_sp.png) no-repeat 0 0;
    background-size: 100% auto;
    content: "";
    height: 13px;
    left: 0;
    bottom: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
  }
  .common__head_01:before {
    background: url(../special/img/line_sp.png) no-repeat 0 0;
    background-size: 100% auto;
    content: "";
    height: 13x;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 760px) {
  .common__head_01 {
    font-size: 2.2rem;
    height: 97px;
    margin: 6rem 0 0;
  }
  .common__head_01:after {
    background: url(../special/img/line.png) no-repeat 0 0;
    background-size: 595px auto;
    content: "";
    height: 11px;
    left: 0;
    bottom: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
  }
  .common__head_01:before {
    background: url(../special/img/line.png) no-repeat 0 0;
    background-size: 595px auto;
    content: "";
    height: 11px;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
  }
}

.common__head_02 {
  background: url(../special/img/star.png) no-repeat 0 0;
  background-size: 20px auto;
  border-bottom: 2px solid #57250f;
  margin: 4rem auto 2rem;
  width: 543px;
  line-height: 1.4;
  font-size: 1.8rem;
}
@media only screen and (max-width: 759px) {
  .common__head_02 {
    width: 90%;
    font-size: 1.6rem;
    margin: 4rem auto 0;
    padding: 0 0 18px 35px;
  }
}
@media only screen and (min-width: 760px) {
  .common__head_02 {
    background: url(../special/img/star.png) no-repeat 0 2px;
    background-size: 20px auto;
    padding: 2px 0 18px 35px;
  }
}

.common__img_01 span {
  display: block;
  color: #734937;
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (min-width: 760px) {
  .common__img_01 span {
    font-weight: bold;
  }
}

/* link */
.link_01 {
  background: url(../special/img/ico_arrow_right.png) no-repeat 0 0;
  background-size: 15px auto;
  padding-left: 20px;
  color: #693823;
}
.link_01:hover {
  color: #c6b0a6;
}

/* toggle*/
  .accordion {
    padding: 0 25px;
  }
  .accordion .toggle{
    color: #ce181e;
    cursor: pointer;
    font-weight: bold;
    background: rgba(0, 0, 0, 0) url("../special/img/ico_arrow_bottom.png") no-repeat scroll 0 0 / 15px auto;
    padding-left: 20px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .accordion .toggle.open{
    background: rgba(0, 0, 0, 0) url("../special/img/ico_arrow_top.png") no-repeat scroll 0 0 / 15px auto;
  }
  .toggle_inner{
    cursor: pointer;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding-left: 20px;
    display: none;
  }