@charset "UTF-8";
img {
  vertical-align: bottom;
}

/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body {
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #111;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #111;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, textarea {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  color: #111;
}

input, select {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*utility*/
.m05 {
  margin-bottom: 5px;
}

.m10 {
  margin-bottom: 10px;
}

.m12 {
  margin-bottom: 12px;
}

.m15 {
  margin-bottom: 15px;
}

.m20 {
  margin-bottom: 20px;
}

.m30 {
  margin-bottom: 30px;
}

.m40 {
  margin-bottom: 40px;
}

.m50 {
  margin-bottom: 50px;
}

.m60 {
  margin-bottom: 60px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clf:before, .clf:after {
  content: "";
  display: block;
}

.clf:after {
  clear: both;
}

.clf {
  zoom: 1;
}

@page {
  size: A4;
  margin: 12.0mm 6.0mm;
}
@media print, screen and (min-width: 769px) {
  .pc_sideber-top {
    display: block !important;
    margin-top: -2px;
  }

  .sp_sideber-top {
    display: none !important;
  }

  .pc__bnr {
    display: block;
  }

  .sp__bnr {
    display: none;
  }

  .product__sns_sp {
    display: none !important;
  }

  .product__sns_pc {
    margin-bottom: 10px;
  }

  .pc-backnumber {
    display: flex !important;
  }

  .sp-backnumber {
    display: none !important;
  }

  header {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 970px;
    margin: 0 auto;
    padding: 0 0px 0 0;
    margin-bottom: -1px;
    box-sizing: border-box;
  }
  header h1 {
    width: 15.19%;
    padding: 14px 0 10px;
  }
  header h1 img {
    width: 119%;
  }
  header .sub_nav {
    display: flex;
    align-items: center;
    padding-top: 0px;
    margin-left: 40px;
  }
  header .sub_nav .cart-btn {
    border: 1px solid #AA1B48;
    border-radius: 3px;
    padding: 9px 10px;
    margin-left: 8px;
    margin-right: -16px;
    font-size: 13px;
  }
  header .sub_nav .cart-btn img {
    width: 17px;
    margin-right: 3px;
  }
  header .sub_nav .cart-btn:hover {
    text-decoration: none;
    background-color: #E4E5EC;
    transition: .3s;
  }

  nav {
    background-color: #aa1b48 !important;
  }
  nav a {
    color: #fff;
  }

  .search_area {
    background: #e4e5ec;
    padding: 12px 10px;
  }
  .search_area .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  .search_area .inner .ttl {
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-right: 8px;
  }
  .search_area .inner .ttl .search_ttl {
    font-size: 15px;
    font-weight: bold;
  }
  .search_area .inner .ttl img {
    padding-right: 12px;
  }
  .search_area .inner input[type="text"] {
    border-radius: 3px 0 0 3px;
    border: 1px solid #C8C8C8;
    width: 415px;
    height: 35px;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.13) inset;
    padding: 1% 1em;
    width: 413px;
    height: 37px;
    margin-left: 7px;
    font-size: 1.5rem;
  }
  .search_area .inner input[type="submit"] {
    background: #7f7f7f;
    color: #fff;
    border: none;
    height: 35px;
    width: 85px;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    cursor: pointer;
    letter-spacing: 6.5px;
    font-weight: bold;
  }
  .search_area .inner input[type="submit"]:hover, .search_area .inner input[type="submit"]:focus {
    background: #383941;
    outline: none;
    text-decoration: none;
  }
  .search_area .inner a {
    background: transparent;
    background: #E4E5EC;
    border: 1px solid #C8C8C8;
    color: #000;
    height: 35px;
    box-sizing: border-box;
    line-height: 33px;
    width: 76px;
    border-radius: 4px;
    width: 125px;
    text-align: center;
    font-size: 12px;
    margin-left: 1%;
    font-weight: bold;
  }
  .search_area .inner a i {
    margin-right: 3px;
  }
  .search_area .inner a:hover, .search_area .inner a:focus {
    outline: none;
    background: #696b77;
    color: #fff;
    text-decoration: none;
  }

  .pc__global_inner {
    width: 970px;
    margin: 0 auto;
    position: relative;
  }
  .pc__global_list {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .pc__global_item {
    background-repeat: no-repeat;
    font-size: 14px;
    width: 14.2%;
    text-align: center;
    border-right: 1px solid #fff;
  }
  .pc__global_item:first-child {
    border-left: 1px solid #fff;
  }
  .pc__global_link {
    display: block;
    position: relative;
    z-index: 999;
    padding: 6% 0;
    background-color: #aa1b48;
    font-weight: bold;
  }
  .pc__global_link:hover {
    text-decoration: none;
    color: #fff;
    transition: .2s;
    background-color: #000;
  }

  .header__sub_list {
    display: flex;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 0;
    padding: 10px 0 7px 0px;
  }
  .header__sub_item {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-left: 5px;
    padding-right: 2px;
  }
  .header__sub_item img {
    width: 12.7px;
    padding-top: 3px;
  }
  .header__sub_item::after {
    content: '|';
    display: inline-block;
    margin-left: 6px;
    color: #e4e5ec;
  }
  .header__sub_item:last-child::after {
    display: none;
  }
  .header__sub_link {
    font-weight: 600;
    transition: .1s;
    padding-left: 1px;
  }
  .header__sub_link:hover {
    text-decoration: underline;
    text-decoration-color: #aa1b48;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
  .header__cart_btn {
    width: 135px;
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 0 0 5px 5px;
    right: -8px;
    box-sizing: border-box;
  }
  .header__cart_btn::before {
    content: "";
    display: block;
    padding-top: 33.34%;
  }
  .header__cart_link {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header__cart_link::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/common/btn_cart_hover.jpg) 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
  }
  .header__cart_link img {
    vertical-align: middle;
    transition: .3s;
  }
  .header__cart_link:hover img {
    opacity: 0;
  }
  .header__cart_link:hover::before {
    opacity: 1;
  }

  .main_flexbox {
    padding: 0px 0px 0px;
    width: 970px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .main_flexbox main {
    width: calc(100% - 250px);
  }
  .main_flexbox main .top_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
                    /*
margin-top: -10px;*/
  }
  .main_flexbox main .top_flex__btn {
    color: #FFF;
    background-color: #B4B4B5;
    margin-right: 15px;
    margin-top: 2px;
    font-size: 13px;
    padding: 7px 15px;
    border-radius: 5px;
  }
  .main_flexbox main .top_flex__btn:hover {
    text-decoration: none;
    background-color: #595757;
    transition: .2s;
  }
  .main_flexbox main .top_flex__border {
    width: 100%;
    height: 1px;
    background-color: #AA1B48;
    margin-top: 4px;
  }
  .main_flexbox aside {
    width: 210px;
  }

  .top .main_slider + .main_flexbox {
    padding-top: 30px;
  }

  .category__list {
    margin-bottom: 40px;
  }
  .category__list_ttl {
    padding: 4.5rem 0 1.2rem;
    box-sizing: border-box;
    background: #aa1b48;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    color: #FFF;
  }
  .category__list_icon {
    position: relative;
  }
  .category__list_icon::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/common/icon_book.png) 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .category__list .cat-item {
    padding: 0;
    border-bottom: 1px solid #D2D2D2;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .category__list .cat-item a {
    display: block;
    padding: 0.66em 1.66em 0.66em 8px;
    font-weight: bold;
  }
  .category__list .cat-item::after {
    content: "";
    width: .6rem;
    height: .6rem;
    border-top: 2px solid #d2d2d2;
    border-right: 2px solid #d2d2d2;
    position: absolute;
    top: 17.5px;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
  }
  .category__list .cat-item:hover a {
    text-decoration: none;
    color: #aa1b48;
  }
  .category__list .cat-item:hover::after {
    border-top: 2px solid #aa1b48;
    border-right: 2px solid #aa1b48;
    right: .2rem;
  }
  .category__list .cat-item.has_children .dropdown__btn {
    display: block;
    cursor: pointer;
  }
  .category__list .cat-item.has_children .dropdown__btn a {
    pointer-events: none;
  }
  .category__list .cat-item.has_children.on::after {
    transform: translateY(-50%) rotate(135deg);
    top: 22px;
  }
  .category__list ul.children {
    display: block;
    position: relative;
    z-index: 2;
  }
  .category__list ul.children .cat-item {
    border-top: 1px solid #d2d2d2;
    border-bottom: 0;
    z-index: 3;
    padding-left: 1em;
  }
  .category__list ul.children .cat-item a {
    color: #000;
  }
  .category__list ul.children .cat-item a:hover {
    color: #aa1b48;
    text-decoration: none;
  }

  .category__list_ex {
    margin-top: -10px;
    border-top: 1px solid #d2d2d2;
  }

  .bnr__area {
    margin-bottom: -3px;
  }
  .bnr__area_item {
    margin-bottom: 10px;
  }
  .bnr__area_item img {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    display: block;
  }
  .bnr__area_item.influ {
    margin-bottom: 20px;
  }
  .bnr__area ul {
    box-shadow: 0 0 5px 2px #e1e1e1;
  }
  .bnr__area li {
    display: flex;
    align-items: center;
    padding: 8.9px 0px;
    font-size: 14px;
    border-bottom: 1px solid #C8C8C8;
    margin: 0 12px;
    font-weight: 600;
  }
  .bnr__area li:last-child {
    border: none;
  }
  .bnr__area li img {
    padding-right: 5%;
  }
  .bnr__area li:last-child img {
    border-bottom: none;
  }
  .bnr__area li a:hover {
    color: #AA1B48;
    transition: .3s;
    text-decoration: none;
  }
  .bnr__flex {
    margin-bottom: 40px;
  }

  .main_ttl {
    padding: 21px 5px;
    border-top: 2px solid #aa1b48;
    border-bottom: 2px solid #aa1b48;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .border_ttl {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e4e5ec;
    box-sizing: border-box;
  }
  .border_ttl:after {
    content: '';
    height: 2px;
    width: 92px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #aa1b48;
  }

  .latest_ttl {
    margin: 0 0 2rem;
    padding: 1.2rem 2rem;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    background: #696b77;
    position: relative;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFF;
  }
  .latest_ttl::after {
    content: "";
    width: 100%;
    height: 1rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), #FFF);
    position: absolute;
    left: 0;
    bottom: -1rem;
  }

  .shop_ttl {
    margin: 0 0 2rem;
    padding: 1.2rem 2rem;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    background: #696b77;
    position: relative;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFF;
  }
  .shop_ttl::after {
    content: "";
    width: 100%;
    height: 1rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), #FFF);
    position: absolute;
    left: 0;
    bottom: -1rem;
  }

  .item_list {
    margin-bottom: 20px;
  }
  .item_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item_list ul li {
    width: calc(25% - 15px);
    padding: 35px 0 60px;
    box-sizing: border-box;
    position: relative;
  }
  .item_list ul li img {
    height: 215px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    width: 100%;
  }
  .item_list ul li a {
    display: block;
    text-decoration: none;
    transition: all 0.15s ease-in;
  }
  .item_list ul li a:hover {
    opacity: 0.7;
  }
  .item_list ul li p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 160%;
  }
  .item_list ul li p.price {
    font-size: 14px;
  }
  .item_list ul li .tag {
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 5px;
    line-height: 100%;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #29b585;
    color: #29b585;
  }
  .item_list ul li .tag.elc_tag {
    border: 2px solid #3173cd;
    color: #3173cd;
  }
  .item_list ul li .tag.magazine {
    border: 2px solid #ef8f1d;
    color: #ef8f1d;
  }
  .item_list ul li .tag.new {
    border: 2px solid #aa1b48;
    color: #fff;
    background: #aa1b48;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
  }
  .item_list ul:after, .item_list ul:before {
    content: "";
    display: block;
    width: calc(25% - 15px);
    height: 0;
  }
  .item_list ul:before {
    order: 1;
  }

  .books__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 37px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .books__list {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .books__list + .latest_ttl {
    margin-top: 3.5rem;
  }
  .books__list_img {
    padding: 21px 0 0 0;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    transition: 0.2s;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .books__list_img {
    width: 46.27%;
  }
}
@media print, screen and (min-width: 769px) {
  .books__list_img img {
    height: 173px;
    max-width: 80%;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
    object-fit: contain;
    font-family: 'object-fit: contain;';
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .books__list_img img {
    width: 58.7%;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.2));
  }
}
@media print, screen and (min-width: 769px) {
  .books__list_img .books__icon_new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background: #aa1b48;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.34);
    box-sizing: border-box;
    position: absolute;
    top: 2rem;
    right: 2rem;
    line-height: 1;
    font-size: 1.2rem;
    color: #FFF;
  }
  .books__list_cont {
    padding: 22px 22px 11px 22px;
    box-sizing: border-box;
  }
  .books__list_tags {
    display: flex;
    font-feature-settings: "palt" 1;
    margin-top: -4px;
  }
  .books__list_tag {
    font-size: 1.3rem;
    font-weight: bold;
    color: #13b013;
    margin-top: -4px;
  }
  .books__list_ttl {
    font-size: 1.5rem;
    margin-bottom: 4px;
    line-height: 1.4;
    font-weight: bold;
  }
  .books__list_price {
    margin: 0;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .books__list_item {
    width: 25%;
    border-right: 1px solid #e4e5ec;
    box-sizing: border-box;
    display: block;
    margin-bottom: 14px;
  }
  .books__list_item:nth-child(4n) {
    border-right: 0;
  }
  .books__tag_top {
    color: #FF7E00;
  }
  .books__tag_new {
    color: #ED004B;
  }
  .books__tag_kaitei {
    color: #13B013;
  }
  .books__tag_blue {
    color: #4167E5;
  }

  a.books__list_item:hover {
    text-decoration: none;
    transition-duration: 0.2s;
  }
  a.books__list_item:hover .books__list_img {
    opacity: .7;
  }
  a.books__list_item:hover .books__list_ttl, a.books__list_item:hover .books__list_price {
    color: #aa1b48;
  }

  .news__list_item {
    border-bottom: 1px solid #d2d2d2;
  }
  .news__list_item:first-child .news__list_link {
    padding-top: 0;
  }
  .news__list_date {
    display: block;
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    color: #595757;
  }
  .news__list_ttl {
    display: block;
    width: calc(100% - 100px);
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    margin-left: 14px;
    font-weight: bold;
  }
  .news__list_link {
    display: flex;
    justify-content: space-between;
    padding: 1.3rem 3.5rem;
    box-sizing: border-box;
    transition: .2s;
  }
  .news__list_link:hover {
    text-decoration: none;
  }
  .news__list_link:hover .news__list_ttl {
    text-decoration: underline;
    text-decoration-color: #aa1b48;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 2px;
  }
  .news__list_link:hover .news__list_date {
    text-decoration: none;
  }

  footer {
    position: relative;
  }
  footer .ad {
    display: flex;
    justify-content: center;
    padding-top: 34px;
    padding-bottom: 61px;
  }
  footer .ad div {
    width: 212px;
    margin: 0 20px;
    margin-top: 3px;
  }
  footer .ad div a:hover {
    text-decoration: underline;
    text-decoration-color: #aa1b48;
  }
  footer .ad div img {
    width: 100%;
  }
  footer .ft_content {
    background: #e4e5ec;
  }
  footer .ft_content .inner {
    width: 970px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  footer .ft_content .sns {
    margin: 0 0 30px;
    padding: 38px 0 0;
    display: flex;
    justify-content: space-between;
  }
  footer .ft_content .sns div {
    width: 19.3%;
    margin: 0;
  }
  footer .ft_content .sns div a {
    text-decoration: none;
    transition: all 0.15s ease-in;
  }
  footer .ft_content .sns div a:hover {
    opacity: 0.7;
  }
  footer .ft_content .sns div img {
    width: 100%;
  }
  footer .ft_content .ft_sitemap {
    display: flex;
    padding: 1% 0;
    justify-content: space-between;
  }
  footer .ft_content .ft_sitemap h1 {
    width: 14.7rem;
    margin-right: 25px;
    margin-top: 4px;
  }
  footer .ft_content .ft_sitemap h1 a {
    display: block;
  }
  footer .ft_content .ft_sitemap h1 a img {
    width: 100%;
  }
  footer .ft_content .ft_sitemap div {
    width: 764px;
  }
  footer .ft_content .ft_sitemap div ul {
    display: flex;
    align-items: center;
    font-size: 11px;
    margin-bottom: 4px;
  }
  footer .ft_content .ft_sitemap div ul li {
    font-weight: 500;
    padding: 0px 2px;
  }
  footer .ft_content .ft_sitemap div ul li a:hover {
    text-decoration-color: #aa1b48;
    text-decoration-line: 1.5px;
    text-decoration-thickness: 1px;
  }
  footer .ft_content .ft_sitemap div ul li:after {
    content: '|';
    display: inline-block;
    padding-left: 8px;
  }
  footer .ft_content .ft_sitemap div ul li:last-child:after {
    content: none;
  }
  footer #copyright {
    font-size: 11px;
    background: #aa1b48;
    color: #fff;
    text-align: center;
    padding: 12px 0;
  }

  #pagetop {
    position: absolute;
    bottom: 112px;
    right: 50%;
    margin-right: -500px;
  }
  #pagetop img {
    width: 69%;
  }

  .sp {
    display: none;
  }

  .postscript__op {
    margin-left: 17%;
    padding: 2px 28px;
  }
  .postscript__center {
    text-align: center;
    width: 970px;
  }
  .postscript__center .item_list .books__list {
    display: block;
  }
  .postscript__center .item_list .books__list .books__list_item {
    background-color: #E4E5EC;
    border-right: none;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 2%;
    padding: 20px;
    justify-content: space-between;
  }
  .postscript__center .books__list_img {
    width: 18%;
    padding-top: 0;
  }
  .postscript__center .books__list_item-right {
    width: 82%;
  }
  .postscript__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 17px;
  }
  .postscript__top .item {
    white-space: nowrap;
    width: 300px;
  }
  .postscript__top .years {
    display: flex;
    width: 300px;
    justify-content: space-between;
    align-items: center;
  }
  .postscript__top .years .disabled {
    pointer-events: none;
    color: #999;
  }
  .postscript__top .years-select {
    width: 300px;
    text-align: right;
  }
  .postscript__top-btn {
    text-decoration: none;
    font-size: 14px;
    color: #AA1B48;
  }
  .postscript__top-txt {
    font-weight: bold;
    margin: 0 8%;
    font-size: 21px;
    letter-spacing: 3px;
  }
  .postscript__topall {
    display: flex;
    justify-content: space-between;
    font-size: initial;
  }
  .postscript__topall_a-btn {
    width: 100px;
    padding: 1% 0%;
    border-radius: 7px;
    font-size: 14px;
    color: #AA1B48;
    border: 1px solid #AA1B48;
  }
  .postscript__topall_a-btn:hover {
    text-decoration: none;
    opacity: 0.7;
    color: #AA1B48;
    background-color: #EEEEEF;
    transition: .3s;
  }
  .postscript__topall_c-btn {
    color: #ffffff;
    padding: 1%;
    background-color: #AA1B48;
    border-radius: 5px;
    position: relative;
    width: 350px;
    text-align: center;
  }
  .postscript__topall_c-btn:hover {
    text-decoration: none;
    opacity: 0.7;
    color: #fff;
    transition: .3s;
  }
  .postscript__book_txt {
    margin: 0;
    font-size: 1.2rem;
  }
  .postscript__book_b-txt {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1rem 0;
  }
  .postscript__book-btn {
    padding: 3% 1%;
    display: block;
    width: 90%;
    font-size: 2em;
    margin: 0 auto;
    margin-bottom: 2%;
    border-radius: 7px;
  }

  .pc-list {
    display: block;
  }
  .pc-list .books__list .postscript__top-txt {
    margin: 4% 10% 2% 10% !important;
  }

  .sp-list {
    display: none;
  }

  .magazine＿＿width .item_list .books__list .item_checkbox {
    align-items: center !important;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-right {
    margin-left: 3%;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-right .books__list_cont {
    padding: 12px 2rem 2rem 0;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-right .books__list_cont .books__list_ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2%;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-right .books__list_cont .books__list_price {
    line-height: 1.8;
    font-size: 14px;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-right .postscript__book_txt {
    text-align: left;
    font-size: 14px;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-right .books__list_item-btn-flex {
    display: flex;
    height: 40px;
    margin-left: 4%;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-right .books__list_item-btn-flex .postscript__book-btn.c-gry {
    display: block;
    width: 200px;
    padding: 0;
    border-radius: 5px;
    line-height: 2.5;
    font-size: 15px;
    position: relative;
    background-color: #707070;
    color: #fff;
    font-size: 15px;
    margin: 0;
    margin-right: 10px;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-right .books__list_item-btn-flex .postscript__book-btn.c-gry:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: .3s;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-right .books__list_item-btn-flex .postscript__book-btn.c-red {
    display: block;
    width: 200px;
    border-radius: 5px;
    height: 40px;
    font-size: 15px;
    position: relative;
    background-color: #AA1B48;
    color: #fff;
    margin: 0;
    margin-right: 0;
    margin-left: auto;
    padding: 0;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-right .books__list_item-btn-flex .postscript__book-btn.c-red:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: .3s;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-right .books__list_item-btn-flex .postscript__book-btn.c-white {
    display: block;
    width: 200px;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    line-height: 2.5;
    font-size: 15px;
    position: relative;
    background-color: #fff;
    color: #AA1B48;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-right .books__list_item-btn-flex .postscript__book-btn.c-white:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: .3s;
  }
  .magazine＿＿width .subscribe {
    width: 970px;
  }
  .magazine＿＿width .subscribe .ttl__top_h2 {
    padding: 0px 0 20px 0;
  }
  .magazine＿＿width .subscribe .ttl__top_border {
    margin-bottom: 25px;
    width: 970px;
  }
  .magazine＿＿width .subscribe .product_gry_boder {
    margin-bottom: 15px;
  }
  .magazine＿＿width .subscribe .year_price {
    margin: 21px 0 44px;
    padding: 2em;
    font-size: 2rem;
  }
  .magazine＿＿width .subscribe .year_price span {
    font-size: 1.4rem;
  }
  .magazine＿＿width .subscribe .caution {
    margin-top: -24px;
  }
  .magazine＿＿width .subscribe .moushikomi_border {
    margin-top: 18px !important;
    margin-bottom: 20px;
  }
  .magazine＿＿width .subscribe .prodact__flex {
    margin-bottom: 28px;
  }
  .magazine＿＿width .subscribe .prodact__flex .prodact__flex_left {
    width: 24.8%;
  }
  .magazine＿＿width .subscribe .prodact__flex .prodact__flex_left .subscribe__image {
    margin: 0 auto;
    display: block;
  }
  .magazine＿＿width .subscribe .prodact__flex .prodact__flex_right {
    margin-left: 31px;
  }
  .magazine＿＿width .subscribe .bottom-caution {
    color: #ff0000;
    font-size: 14px;
    line-height: 200%;
  }
  .magazine＿＿width .subscribe .moushikomi_btnborder {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .magazine＿＿width .subscribe .postscript__topall .magazine_subscribe_a-btn {
    width: unset;
    padding: 1% 1%;
  }
  .magazine＿＿width .subscribe .postscript__topall .magazine_subscribe_c-btn {
    padding: 1% 2% 1% 3%;
  }
  .magazine＿＿width .subscribe .subscribe__list {
    margin-top: 17px;
    margin-bottom: 62px;
  }
  .magazine＿＿width .subscribe .subscribe__list_item {
    display: flex;
    align-items: center;
    margin-bottom: 7.2px;
  }
  .magazine＿＿width .subscribe .subscribe__list_item input[type=checkbox] {
    margin-right: 13px;
  }
  .magazine＿＿width .subscribe .subscribe__list_item-txt {
    font-size: 14px;
  }

  .books__list_cont {
    text-align: left;
  }

  .header__sub_list .header__sub_item .header__inform-icon {
    margin-top: -6px;
    padding-top: 0;
    width: 17px;
    margin-right: -2px;
  }

  .search_area .inner .ttl .header__search-icon {
    width: 25px;
  }

  .bottom-bnr__area ul li .side__company-icon {
    width: 21px;
  }

  .bottom-bnr__area ul li .side__recrute-icon {
    width: 21px;
  }

  .bottom-bnr__area ul li .side__twitter-icon {
    width: 21px;
  }

  .bottom-bnr__area ul li .side__facebook-icon {
    width: 21px;
  }

  .magazine_subscribe_a-btn {
    padding: 1% 0% 1% 3%;
  }

  .magazine_subscribe_c-btn {
    padding: 1% 0% 1% 3%;
  }

  .digitalcontents_breadcrumb {
    padding: 12px 0 5px 0 !important;
    margin-bottom: 4px !important;
  }

  .digitalcontents {
    width: 740px !important;
    margin-left: 27px !important;
  }
  .digitalcontents .top_flex .main_prodact_flexbox_ttl {
    font-size: 24px;
    margin-top: 3px;
    font-weight: bold;
    letter-spacing: 1.2px;
  }
  .digitalcontents .prodact_top_flex__border {
    margin-top: 4px;
    margin-bottom: 23px;
  }
  .digitalcontents__mainflex {
    display: flex;
    flex-wrap: wrap;
    width: 740px;
  }
  .digitalcontents__mainflex_item {
    box-sizing: border-box;
    border: 1px solid #DADADA;
    width: 48.6%;
    padding: 21px 15px 21px 15px;
    margin-bottom: 20px;
  }
  .digitalcontents__mainflex_item:hover {
    text-decoration: none;
    border-color: #AA1B48;
  }
  .digitalcontents__mainflex_item:nth-child(odd) {
    margin-right: 20px;
  }
  .digitalcontents__mainflex_item-ttl {
    font-size: 14px;
    color: #AA1B48;
    margin-bottom: 18px;
    letter-spacing: 0.4px;
  }
  .digitalcontents__mainflex_item_inner {
    display: flex;
  }
  .digitalcontents__mainflex_item_inner-txt {
    font-size: 14px;
    margin-left: 16px;
    letter-spacing: 0.6px;
    line-height: 1.5;
  }
  .digitalcontents_isho_btn {
    background-color: #D3DAEB;
    width: 100%;
    text-align: center;
    padding: 8px 0px;
  }
  .digitalcontents_isho_btn a {
    display: inline-block;
  }
  .digitalcontents_isho_btn a p {
    display: inline-block;
    color: #5976BA;
    font-size: 14px;
  }
  .digitalcontents_isho__mainflex {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-top: 25px;
  }
  .digitalcontents_isho__mainflex_item {
    border-right: 1px solid #DADADA;
    box-sizing: border-box;
    width: 25%;
    padding-bottom: 8px;
    padding-right: 1px;
    margin-bottom: 17px;
    padding-top: 19px;
    text-align: center;
  }
  .digitalcontents_isho__mainflex_item:nth-child(4n) {
    border-right: none;
  }
  .digitalcontents_isho__mainflex_item p {
    font-size: 15px;
    margin-top: 13px;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 19px 0 30px;
    text-align: left;
  }
  .digitalcontents_isho__mainflex_item img {
    height: 176px;
    width: auto;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
  }

  .download {
    width: 740px !important;
    margin-left: 27px !important;
    margin-bottom: 38px;
  }
  .download .top_flex .main_prodact_flexbox_ttl {
    font-size: 24px;
    margin-top: 3px;
    font-weight: bold;
    letter-spacing: 1.2px;
  }
  .download .prodact_top_flex__border {
    margin-top: 4px;
    margin-bottom: 23px;
  }
  .download__main_item {
    display: flex;
    border-bottom: 1px solid #E4E5EC;
    padding-top: 33px;
    padding-bottom: 29px;
  }
  .download__main_item:first-child {
    padding-top: 0;
  }
  .download__main_item:first-child img {
    padding-top: 0;
  }
  .download__main_item img {
    padding-top: 0px;
    max-width: 125px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
  }
  .download__main_item-right {
    margin-left: 25px;
  }
  .download__main_item-right-ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 7px;
  }
  .download__main_item-right-time {
    font-size: 14px;
    color: #8B8B8B;
    letter-spacing: 0.6px;
    margin-bottom: 3px;
  }
  .download__main_item-right-txt {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
  }
  .download__main_item-right-btn {
    background-color: #AA1B48;
    font-size: 14px;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
  }
  .download__main_item-right-btn:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
  }
  .download__main_product_item {
    display: flex;
    padding-bottom: 29px;
  }
  .download__main_product_item img {
    padding-top: 0px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
    max-width: 224px;
  }
  .download__main_product_item-thumb {
    padding: 0px 20px 30px 0;
  }
  .download__main_product_item-right {
    margin-left: 28px;
  }
  .download__main_product_item-right-seriesttl {
    color: #AA1B48;
    font-size: 14px;
    text-decoration: underline;
    letter-spacing: 0.8px;
  }
  .download__main_product_item-right-maettl {
    font-size: 14px;
    margin-top: 6px;
    letter-spacing: 0.7px;
    margin-bottom: 11px;
  }
  .download__main_product_item-right-ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 1.2px;
  }
  .download__main_product_item-right-sabttl {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 6px;
  }
  .download__main_product_item-right-time {
    font-size: 14px;
    color: #8B8B8B;
    letter-spacing: 0.6px;
    margin-bottom: 3px;
  }
  .download__main_product_item-right-txt {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 12px;
    margin-top: 20px;
    line-height: 1.8;
  }
  .download__main_product_item-right-btn {
    background-color: #AA1B48;
    font-size: 14px;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
  }
  .download__main_product_item-right-btn:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
  }
  .download__main_product_item_02 {
    display: flex;
  }
  .download__main_product_item_02 img {
    padding-top: 0px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
  }
  .download__main_product_item_02 .download__main_product_item-right {
    margin-left: 4px;
  }
  .download__main_product_item_02 .download__main_product_item-right-seriesttl {
    color: #AA1B48;
    font-size: 14px;
    text-decoration: underline;
    letter-spacing: 0.8px;
    margin-bottom: 28px;
    display: block;
  }
  .download__main_product_item_02 .download__main_product_item-right-maettl {
    font-size: 14px;
    margin-top: 6px;
    letter-spacing: 0.7px;
    margin-bottom: 11px;
  }
  .download__main_product_item_02 .download__main_product_item-right-ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: -7px;
    letter-spacing: 1.2px;
  }
  .download__main_product_item_02 .download__main_product_item-right-sabttl {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 6px;
  }
  .download__main_product_item_02 .download__main_product_item-right-time {
    font-size: 14px;
    color: #8B8B8B;
    letter-spacing: 0.6px;
    margin-bottom: 3px;
  }
  .download__main_product_item_02 .download__main_product_item-right-txt {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 14px;
    margin-top: 17px;
    line-height: 1.8;
  }
  .download__main_product_item_02 .download__main_product_item-right-btn {
    background-color: #AA1B48;
    font-size: 14px;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
  }
  .download__main_product_item_02 .download__main_product_item-right-btn:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
  }
  .download__main_product_filedata_ttl {
    margin-top: 10px;
    font-size: 15px;
    padding-left: 27px;
    padding-bottom: 2px;
    margin-bottom: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
    background: url(../img/magazine/yajirusi-icon.svg) no-repeat;
    padding-bottom: 0px;
    color: #AA1B48;
  }
  .download__main_product_filedata .prodact_top_flex__border {
    background-color: #C8C9CA;
    margin-bottom: 20px;
  }
  .download__main_product_filedata_flex {
    display: flex;
    margin-top: -6px;
    margin-bottom: 17px;
  }
  .download__main_product_filedata_flex-item {
    width: 48%;
  }
  .download__main_product_filedata_flex-item:first-child {
    margin-right: 27px;
  }
  .download__main_product_filedata_flex-item li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 9px;
    margin-bottom: 11px;
  }
  .download__main_product_filedata_flex-item li p {
    font-size: 14px;
  }
  .download__main_product_filedata_flex-item li a {
    margin-right: 4px;
    color: #aa1b48;
  }
  .download__main_product_filedata_flex-item li a p::after {
    content: url(/html/template/default/asset/img/digitalcontents/download_btn.png);
    display: inline-block;
    margin-left: 5px;
  }
  .download__main_product_filedata_schedulettl {
    font-size: 16px;
    font-weight: bold;
    margin-top: 17px;
    margin-bottom: 21px;
  }
  .download__main_product_id-pass {
    background-color: #D3DAEB;
    text-align: center;
    padding: 10px 0px;
  }
  .download__main_product_id-pass_txt {
    display: inline-block;
    color: #5976BA;
    font-size: 14px;
  }
  .download__main_product_single-filedata {
    margin-top: 15px;
  }
  .download__main_product_single-filedata_item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 11px;
  }
  .download__main_product_single-filedata_item p {
    font-size: 14px;
  }
  .download__main_product_single-filedata_item a {
    margin-right: 5px;
    color: #aa1b48;
  }
  .download__main_product_single-filedata_item a p::after {
    content: url(/html/template/default/asset/img/digitalcontents/download_btn.png);
    display: inline-block;
    margin-left: 5px;
  }
  .download__main_product_single-filedata_movie-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 11px;
    padding-top: 4px;
  }
  .download__main_product_single-filedata_movie-item p {
    font-size: 14px;
    padding-left: 30px;
    line-height: 16px;
    background: url(../img/digitalcontents/digitalcontents_03_icon.png) no-repeat;
  }
  .download__main_product_single-filedata_movie-item a {
    margin-right: 5px;
  }

  .c-iryo {
    background-color: #DCD2DC !important;
  }

  .normal-fonts {
    font-weight: normal;
  }

  .menu {
    position: relative;
    margin: 0 auto;
  }

  .menu > li a {
    display: block;
  }

  ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
  }

  ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
  }

  ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
  }

  .menu > li:hover {
    background: #072A24;
    transition: all .3s;
  }

  .menu__second-level li {
    border-top: 1px solid #fff;
    line-height: 2.5;
    font-weight: bold;
    font-size: 11px;
    background-color: #aa1b48;
  }

  .menu__second-level li a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
  }

  .menu > li.menu__single {
    position: relative;
  }

  li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    transition: all 0.2s ease-in-out;
  }

  li.menu__single:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
  }

  .init-bottom .menu__second-level li a {
    padding: 10px 0;
    transition: .5s;
  }

  .magazine＿＿width .postscript__center .pc-list .books__list .item_checkbox .books__list_item-right .books__list_cont {
    padding-top: 0;
  }
  .magazine＿＿width .postscript__center .pc-list .books__list .item_checkbox .books__list_item-right .books__list_cont .books__list_ttl {
    margin-top: 0;
  }

  .prodact__flex_left {
    width: 244px;
  }
}
.books__list + .border_ttl {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .books__list + .border_ttl {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .pc_sideber-top {
    display: none !important;
  }

  .sp_sideber-top {
    display: block !important;
    width: 100%;
  }

  .pc-backnumber {
    display: none !important;
  }

  .sp-backnumber {
    display: block !important;
    text-align: center;
    margin-bottom: 6%;
  }
  .sp-backnumber_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4%;
    margin-top: 5%;
  }
  .sp-backnumber_flex .postscript__top-txt {
    font-size: 20px;
    font-weight: bold;
    margin: 0 22%;
  }
  .sp-backnumber_flex .postscript__top-btn {
    color: #AA1B48;
    font-size: 1.2rem;
  }
  .sp-backnumber .postscript__op {
    padding: 3px 27px;
  }

  .pc__bnr {
    display: none;
  }

  .sp__bnr {
    display: block;
    padding-top: 18px;
    width: 98%;
    margin: 0 auto;
  }
  .sp__bnr .bnr__flex .bnr__area_item {
    width: 100%;
    margin: 0 auto 15px;
  }

  .pc-list {
    display: none;
  }

  .sp-list {
    margin-top: 8px;
    display: block;
  }
  .sp-list .books__list .postscript__top-txt {
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 2%;
    margin-top: 4%;
  }
  .sp-list .books__list .books__list_item .books__list_item_flex {
    padding: 20px;
    margin-bottom: -5px;
    font-size: 1.4rem;
  }
  .sp-list .books__list .books__list_item .books__list_item_flex .books__right_flex-area .books__list_item-btn-flex {
    width: 94%;
  }
  .sp-list .books__list .books__list_item .books__list_item_flex .books__right_flex-area .books__right_flex-area_top {
    margin-bottom: 10px;
  }
  .sp-list .books__list .books__list_item .books__list_item_flex .books__right_flex-area .books__right_flex-area_top a .books__list_img {
    width: 114px;
  }
  .sp-list .books__list .books__list_item .books__list_item_flex .books__right_flex-area .books__right_flex-area_top a .books__list_img img {
    margin-right: 20px;
    width: 74.7%;
    margin-left: 19px;
  }
  .sp-list .books__list .books__list_item .books__list_item_flex .books__right_flex-area .books__right_flex-area_top .books__list_item-right {
    margin-top: 0;
  }
  .sp-list .books__list .books__list_item .books__list_item_flex .books__right_flex-area .books__right_flex-area_top .books__list_item-right .books__list_cont {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0;
  }
  .sp-list .books__list .books__list_item .books__list_item_flex .books__right_flex-area .books__list_item-btn-flex {
    width: 100%;
    margin-left: 0px;
    padding: 0;
  }

  header {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }
  header .inner {
    margin: 0 auto;
  }
  header h1 {
    padding: 13px 15px 10px;
    box-sizing: border-box;
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 990;
  }
  header h1 img {
    width: 136px;
  }
  header .sub_nav {
    float: right;
    display: flex;
  }
  header .sub_nav ul {
    display: flex;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 0;
    margin-right: 20px;
  }
  header .sub_nav ul li:after {
    content: '|';
    display: inline-block;
    margin: 0 3px;
  }
  header .sub_nav ul li:last-child:after {
    content: none;
  }
  header .cart {
    position: fixed;
    top: 0;
    right: 49px;
    width: 50px;
    height: 50px;
    box-shadow: unset;
    z-index: 999;
  }
  header .cart a {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    display: block;
  }
  header .cart a img {
    width: 100%;
  }
  header nav {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 990;
    background: #aa1b48;
  }
  header nav a {
    color: #fff;
  }
  header .sp_nav {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    z-index: 999;
  }
  header .sp_nav .sp_top-none {
    height: 60px;
    border-bottom: 1px solid #aaaaaa;
  }
  header .sp_nav a {
    display: block;
    padding: 10px 30px;
    border-bottom: 1px solid #aaaaaa;
    color: #fff;
  }
  header .sp_nav__righticon {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  header .sp_nav__righticon::after {
    position: absolute;
    content: '';
    top: 13px;
    right: 30px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .sp_nav__red {
    background-color: #aa1b48;
  }
  header .search_area {
    margin-top: calc(100vw * 0.1334 + 60px);
    background: #eeeeee;
    padding: 12px 16px 8px 16px;
    margin-bottom: 18px;
  }
  header .search_area .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  header .search_area .inner .ttl {
    display: none;
    margin-right: 20px;
    font-weight: bold;
  }
  header .search_area .inner .ttl i {
    font-size: 16px;
    margin-right: 5px;
  }
  header .search_area .inner input[type="text"] {
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #C8C8C8;
    width: 59%;
    height: 31px;
    box-sizing: border-box;
    padding: 5px 10px;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.13) inset;
  }
  header .search_area .inner input[type="submit"] {
    background: #C8C8C8;
    color: #fff;
    border: none;
    height: 29px;
    width: 23%;
    border-radius: 0px 4px 4px 0;
    margin-right: 5px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 3px;
  }
  header .search_area .inner input[type="submit"]:hover, header .search_area .inner input[type="submit"]:focus {
    outline: none;
    text-decoration: none;
  }
  header .search_area .inner a {
    background: transparent;
    color: #000;
    border: 1px solid #C8C8C8;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    font-weight: bold;
    border-radius: 4px;
    width: 95px;
    text-align: center;
    font-size: 12px;
  }
  header .search_area .inner a i {
    margin-right: 3px;
  }
  header .search_area .inner a:hover, header .search_area .inner a:focus {
    outline: none;
    background: #C8C8C8;
    color: #fff;
    text-decoration: none;
  }

  .sp {
    display: block;
  }
  .sp__global::before {
    content: "";
    display: block;
    padding-top: 13.34%;
  }
  .sp__global_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
  }
  .sp__global_item {
    width: 25%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .sp__global_item:first-child a {
    border-left: none;
  }
  .sp__global_link {
    display: block;
    height: 100%;
    overflow: hidden;
    border-left: 1px solid #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .sp__global_link span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
  }

  .main_flexbox {
    padding: 0 0 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .main_flexbox main {
    width: 100%;
  }
  .main_flexbox aside {
    width: 100%;
    margin-top: 40px;
  }
  .main_flexbox aside .bnr_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main_flexbox aside .bnr_area img {
    width: 100%;
  }
  .main_flexbox aside .bnr_area p {
    width: 100%;
    margin-bottom: 10px;
  }
  .main_flexbox aside .bnr_area p:nth-child(1),
  .main_flexbox aside .bnr_area p:nth-child(2) {
    width: calc(50% - 7px);
  }
  .main_flexbox aside .bnr_area .influ {
    margin-bottom: 20px;
  }

  .category__list_ttl {
    padding: 4.5rem 0 1.2rem;
    box-sizing: border-box;
    background: #aa1b48;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    color: #FFF;
  }
  .category__list_icon {
    position: relative;
  }
  .category__list_icon::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/common/icon_book.png) 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .category__list .cat-item {
    border-bottom: 1px solid #D2D2D2;
    box-sizing: border-box;
    position: relative;
    font-size: 1.4rem;
  }
  .category__list .cat-item a {
    display: block;
    padding: 1rem .8rem;
  }
  .category__list .cat-item::after {
    content: "";
    width: .6rem;
    height: .6rem;
    border-top: 2px solid #d2d2d2;
    border-right: 2px solid #d2d2d2;
    position: absolute;
    top: 19.5px;
    right: 1rem;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
  }
  .category__list .cat-item.has_children::after {
    transform: translateY(-50%) rotate(135deg);
  }
  .category__list .cat-item.has_children.on::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .category__list ul.children {
    display: none;
  }
  .category__list ul.children .cat-item {
    border-top: 1px solid #d2d2d2;
    border-bottom: 0;
    padding-left: 1em;
    opacity: 0.6;
  }

  .category__list_ex {
    border-top: 1px solid #d2d2d2;
    margin-top: 25px;
  }

  .dropdown__btn {
    display: block;
    cursor: pointer;
  }
  .dropdown__btn a {
    pointer-events: none;
  }

  .bnr__area_item {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .bnr__area_item img {
    width: 100%;
  }
  .bnr__area ul {
    border-radius: 6px;
  }
  .bnr__area ul li a p {
    font-weight: 600;
  }
  .bnr__flex {
    display: block;
  }
  .bnr__flex .bnr__area_item {
    width: 100%;
    margin-bottom: 20px;
  }

  .main_ttl {
    padding: 15px 0px;
    border-top: 2px solid #aa1b48;
    border-bottom: 2px solid #aa1b48;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .border_ttl {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 2px solid #e4e5ec;
    box-sizing: border-box;
    line-height: 140%;
  }
  .border_ttl:after {
    content: '';
    height: 2px;
    width: 92px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #aa1b48;
  }

  .latest_ttl {
    margin: 0 0 2rem;
    padding: 1.2rem 2rem;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    background: #696b77;
    position: relative;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFF;
  }
  .latest_ttl::after {
    content: "";
    width: 100%;
    height: 1rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), #FFF);
    position: absolute;
    left: 0;
    bottom: -1rem;
  }

  .item_list {
    margin-bottom: 20px;
  }
  .item_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item_list ul li {
    width: 100%;
    padding: 0px 0 30px;
    box-sizing: border-box;
    position: relative;
  }
  .item_list ul li img {
    height: 140px;
    object-fit: contain;
    width: 100%;
  }
  .item_list ul li a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    transition: all 0.15s ease-in;
  }
  .item_list ul li a:hover {
    opacity: 0.7;
  }
  .item_list ul li a div {
    width: calc(48% - 5px);
  }
  .item_list ul li a div:last-child {
    width: calc(52%);
  }
  .item_list ul li p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 160%;
  }
  .item_list ul li p.price {
    font-size: 11px;
  }
  .item_list ul li .tag {
    display: inline-block;
    padding: 4px 5px;
    line-height: 100%;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #29b585;
    color: #29b585;
  }
  .item_list ul li .tag.elc_tag {
    border: 2px solid #3173cd;
    color: #3173cd;
  }
  .item_list ul li .tag.magazine {
    border: 2px solid #ef8f1d;
    color: #ef8f1d;
  }
  .item_list ul li .tag.new {
    border: 2px solid #aa1b48;
    color: #fff;
    background: #aa1b48;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
  }
  .item_list ul:after, .item_list ul:before {
    content: "";
    display: block;
    width: calc(25% - 15px);
    height: 0;
  }
  .item_list ul:before {
    order: 1;
  }

  .books__list {
    display: flex;
    margin-left: 0;
    flex-direction: unset;
  }
  .books__list + .latest_ttl {
    margin-top: 3.5rem;
  }
  .books__list .sp_display {
    position: relative;
    display: block !important;
    border: none;
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .books__list .sp_display::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #E4E5EC;
    top: -10px;
    right: -9px;
  }
  .books__list_item {
    display: flex;
    justify-content: space-between;
    width: 50%;
    box-sizing: border-box;
    border-right: none;
    position: relative;
    display: inline-block;
    margin: 12px 0;
    padding: 8px;
    border-right: 1px solid #e4e5ec;
  }
  .books__list_item:nth-child(2n) {
    border-right: 0;
  }
  .books__list_img {
    width: 100%;
    padding: 2px 1px 1px 1px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    margin-bottom: 8px;
  }
  .books__list_img img {
    object-fit: contain;
    height: 145px;
    width: 100%;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.2));
  }
  .books__list_img .books__icon_new {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background: #aa1b48;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.34);
    box-sizing: border-box;
    position: absolute;
    top: .8rem;
    right: 1rem;
    line-height: 1;
    font-size: 1.2rem;
    color: #FFF;
  }
  .books__list_cont {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .books__list_tags {
    display: flex;
    font-feature-settings: "palt" 1;
  }
  .books__list_tag {
    display: inline-block;
    margin-right: 1.2rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #13b013;
  }
  .books__list_tag:last-child {
    margin-right: 0;
  }
  .books__list_ttl {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .books__list_price {
    margin: 0;
    font-size: 1.2rem;
  }
  .books__tag_new {
    color: #ed004b;
  }
  .books__tag_elc_tag {
    color: #4167e5;
  }
  .books__tag_magazine {
    color: #13b013;
  }

  .news__list_item {
    border-bottom: 1px solid #d2d2d2;
  }
  .news__list_date {
    display: block;
    width: 100%;
    margin: 0 0 .7rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: #595757;
  }
  .news__list_ttl {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 1.3rem;
    color: #000;
  }
  .news__list_link {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 0;
    box-sizing: border-box;
  }

  .bottom_list .books__list_item .books__list_cont {
    padding: 6px 0px 0px 3px;
  }
  .bottom_list .books__list_item .books__list_cont .books__list_tag {
    font-size: 1.4rem;
  }
  .bottom_list .books__list_item .books__list_cont .books__list_ttl {
    font-size: 1.4rem;
    margin: 0 0 6px 0;
    line-height: 1.4;
  }

  footer .ad {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5%;
    padding: 0 15px 10px;
  }
  footer .ad div {
    width: calc(50% - 7px);
    margin: 0;
    padding-bottom: 15px;
  }
  footer .ad div a {
    text-decoration: none;
    transition: all 0.15s ease-in;
  }
  footer .ad div a:hover {
    opacity: 0.7;
  }
  footer .ad div img {
    width: 100%;
  }
  footer .ft_content {
    background: #e4e5ec;
  }
  footer .ft_content .inner {
    max-width: 1230px;
    margin: 0 auto;
  }
  footer .ft_content .sns {
    padding: 30px 0 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .ft_content .sns div {
    width: 30%;
    margin: 0 5px 10px;
  }
  footer .ft_content .sns div a {
    text-decoration: none;
    transition: all 0.15s ease-in;
  }
  footer .ft_content .sns div a:hover {
    opacity: 0.7;
  }
  footer .ft_content .sns div img {
    width: 100%;
  }
  footer .ft_content .ft_sitemap {
    display: block;
  }
  footer .ft_content .ft_sitemap h1 {
    margin: 0 auto;
    padding: 6% 0;
  }
  footer .ft_content .ft_sitemap h1 img {
    width: 113px;
    margin-left: -28px;
  }
  footer .ft_content .ft_sitemap div {
    display: flex;
    padding: 0 8%;
    justify-content: center;
  }
  footer .ft_content .ft_sitemap div ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
    padding-left: 1.5em;
  }
  footer .ft_content .ft_sitemap div ul + ul {
    margin-bottom: 0;
  }
  footer .ft_content .ft_sitemap div ul li {
    margin-bottom: 10px;
    width: 100%;
  }
  footer #copyright {
    font-size: 10px;
    background: #aa1b48;
    color: #fff;
    text-align: center;
    padding: 13px 0;
  }

  #pagetop {
    text-align: right;
    padding: 0 5px 15px;
  }
  #pagetop img {
    width: 40px;
  }

  .menu-trigger {
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 1001;
    width: 50px;
    height: 50px;
    background-color: #AA1B48;
  }
  .menu-trigger span {
    background: #fff;
    display: block;
    height: 3px;
    margin-bottom: -1px;
    width: 40%;
    transition: 0.3s all ease-in-out;
  }
  .menu-trigger span:first-child {
    position: absolute;
    top: 18px;
    left: 30%;
  }
  .menu-trigger span:nth-child(2) {
    position: absolute;
    top: 24px;
    left: 30%;
  }
  .menu-trigger span:last-child {
    position: absolute;
    bottom: 18px;
    left: 30%;
  }
  .menu-trigger.active {
    color: #fff;
  }
  .menu-trigger.active span {
    background: #fff;
    display: block;
    height: 2px;
    width: 40%;
  }
  .menu-trigger.active span:first-child {
    top: 50%;
    left: 32%;
    transform: rotate(45deg);
  }
  .menu-trigger.active span:nth-child(2) {
    top: 50%;
    left: 32%;
    transform: rotate(-45deg);
  }
  .menu-trigger.active span:last-child {
    opacity: 0;
  }

  .pc {
    display: none !important;
  }

  #pagetop {
    position: unset;
  }

  .ttl__top_more {
    display: block;
    padding: 2%;
    font-size: small;
    font-weight: 400;
    border-radius: 6px;
  }

  footer .ft_content .ft_sitemap div ul li:after {
    content: none;
  }

  .ttl__top_icon {
    font-size: large;
    padding-left: 4.7rem;
  }

  .main_flexbox main .top_flex__btn {
    display: none;
  }

  .books__list_item {
    display: block;
  }

  .main_flexbox main .bottom_flex .top_flex__btn {
    display: block;
    padding: 6px 7px;
    margin-right: 0;
  }

  .footer .ft_content .ft_sitemap div {
    transform: translateX(40px);
  }

  .main_flexbox main .top_flex__border {
    margin-top: -2px;
    margin-bottom: 3px;
    margin: 0 auto;
  }

  .top_news .top_flex__border {
    display: block;
    border-bottom: 10px;
  }
  .top_news .ttl__top_more {
    display: block;
  }

  .books__list_cont {
    padding: 0;
  }

  .books__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  footer .ft_content .ft_sitemap div ul {
    width: 23%;
    justify-content: space-between;
  }

  .top .main_slider {
    margin: 0 auto;
    width: 92%;
    font-size: 15px !important;
    padding: 0 0 31px !important;
  }

  .topics__inner {
    width: 92% !important;
  }

  .topics__important_ttl {
    line-height: 1.7;
    padding: 9px 14px 12px 14px  !important;
  }

  .topics__important_cont {
    font-size: 13px !important;
    line-height: 1.9  !important;
    padding: 11px 10px 13px 13px !important;
  }

  .ttl__top_icon {
    padding-left: 41.7px;
  }

  .books__list_img:nth-child(1)::after {
    content: none;
  }
  .books__list_img:nth-child(3)::after {
    content: none;
  }
  .books__list_img:nth-child(5)::after {
    content: none;
  }
  .books__list_img:nth-child(7)::after {
    content: none;
  }
  .books__list_img:nth-child(9)::after {
    content: none;
  }
  .books__list_img:nth-child(11)::after {
    content: none;
  }

  .main_flexbox main .bottom_flex .top_flex__btn {
    padding: 5px 15px !important;
    margin-right: 8px !important;
    font-size: 10px !important;
    background-color: #B4B4B5;
    color: #fff;
    border-radius: 5px;
  }

  .ttl__top_icon {
    padding-left: 5.4rem !important;
  }

  .ttl__top_more {
    padding: 11px 7px !important;
    font-size: 11px !important;
    margin-right: -5px !important;
  }

  .news__list {
    margin-top: 2px !important;
    padding: 0px 6px 0px 11px !important;
  }

  .news__list_ttl {
    width: 95%;
    list-style: 1.4;
  }

  .news__list_link {
    padding: 14px 0;
  }

  .main_flexbox aside {
    width: 98%;
    margin-top: 22px;
  }

  .category__list .cat-item a {
    padding: 1rem 22px;
  }

  .category__list {
    margin-bottom: 6px;
  }

  .bnr__flex .bnr__area_item {
    /*transform: scale(1.04, 0.8);*/
    width: 100%;
    margin-bottom: -30px;
    margin: 0 auto;
  }

  .top-bnr__area {
    margin-bottom: 20px !important;
  }

  .bottom-bnr__area {
    margin-bottom: 2px;
  }

  .bnr__area li {
    padding: 9.5px 28px;
  }

  footer .ad div {
    width: calc(50% - 12px);
  }

  footer .ad {
    padding: 0 15px 0px;
  }

  #pagetop {
    padding: 0 11px 16px;
    margin-top: -4px;
  }

  footer .ft_content .ft_sitemap {
    padding-bottom: 11px;
  }

  footer .ft_content .ft_sitemap h1 {
    text-align: center;
  }

  footer .ft_content .ft_sitemap div ul li {
    line-height: 1.9;
  }

  footer #copyright {
    font-size: 11.2px;
  }

  footer .ft_content .ft_sitemap div ul {
    width: 300px;
    display: block;
  }

  header .sp_nav a {
    font-size: 13px;
    padding: 8.4px 38px;
  }

  .ttl__top_icon::before {
    width: 28px !important;
    height: 30px !important;
    top: 11px !important;
    left: 12px !important;
  }

  .top_flex {
    margin-bottom: 11px;
  }

  .main_flexbox main .top_flex__border {
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0 auto;
    height: 1px;
    background-color: #AA1B48;
  }

  .ttl__top_icon::before {
    width: 3rem;
    top: 13px;
    left: 7px;
  }

  .bottom_flex {
    margin-top: -2px !important;
  }

  .bottom_flex .ttl__top_icon::before {
    left: 13px !important;
  }

  .ttl__top_more {
    top: 34px;
    right: 13px;
  }

  .category__list .cat-item a {
    padding: 9.5px 19px;
  }

  .bnr__area {
    margin-bottom: 38px;
  }
  .bnr__area_item {
    margin-bottom: 15.5px;
  }
  .bnr__area_item img {
    max-width: 100%;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    display: block;
  }
  .bnr__area_item:nth-child(2) {
    margin-top: -29px;
  }
  .bnr__area_item:nth-child(3) {
    margin-top: -29px;
  }
  .bnr__area_item:last-child {
    margin-top: -29px;
  }
  .bnr__area_item.influ {
    margin-bottom: 20px;
  }
  .bnr__area ul {
    box-shadow: 0 0 5px 2px #e1e1e1;
  }
  .bnr__area li {
    display: flex;
    align-items: center;
    padding: 8.9px 22px;
    font-size: 14px;
    border-bottom: 1px solid #C8C8C8;
    margin: 0 12px;
  }
  .bnr__area li img {
    padding-right: 5%;
  }
  .bnr__area li:last-child {
    border-bottom: none;
  }

  .bottom-bnr__area ul li .side__company-icon {
    width: 21px;
  }

  .bottom-bnr__area ul li .side__recrute-icon {
    width: 21px;
  }

  .bottom-bnr__area ul li .side__twitter-icon {
    width: 21px;
  }

  .bottom-bnr__area ul li .side__facebook-icon {
    width: 21px;
  }

  .bottom-bnr__area {
    margin-left: 5px;
    margin-bottom: 9px !important;
  }

  .ttl__top_news .ttl__top_icon::before {
    width: 25%;
    left: 7px;
    top: 9px;
  }

  .top_news .top_flex__border {
    margin-top: 3px !important;
  }

  .top.clf .main_flexbox aside.sidebar {
    margin-top: 21px;
  }

  .magazin__nav_flex {
    width: 92%;
    height: 108px;
    padding: 8px;
  }
  .magazin__nav_flex-img {
    width: 83px !important;
  }

  .breadcrumb {
    margin-top: -10px;
    padding: 0px 0px 0 0 !important;
    font-size: 11px !important;
  }

  .magazin__nav-sp {
    display: flex !important;
    width: 100%;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
    align-items: center;
  }
  .magazin__nav-sp-area {
    margin-left: 14px;
  }
  .magazin__nav-sp-img {
    width: 80px;
  }
  .magazin__nav-sp-maintxt {
    font-size: 1.2rem;
  }
  .magazin__nav-sp-subtxt {
    font-size: 1rem;
    padding: 8px 0 0 0;
  }

  .magazin_sub_nav ul {
    width: 100%;
    background-color: #9E9E9F;
  }
  .magazin_sub_nav ul li {
    width: 50%;
    border-left: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #9E9E9F !important;
  }
  .magazin_sub_nav ul li a {
    padding: 8px 3px !important;
  }

  .c-chiryo {
    background-color: #D2DCDC;
  }

  .c-recipe {
    background-color: #DCDCD2;
  }

  .c-iryo {
    background-color: #DCD2DC;
  }

  .explain {
    width: 100%;
  }
  .explain .left {
    margin-bottom: 0 !important;
  }
  .explain .left .woocommerce-product-gallery__image a .wp-post-image {
    width: 49%;
    height: 20%;
    margin: 0 auto;
    margin-bottom: 28px;
  }
  .explain .left .detail__btn_sub {
    width: 100%;
    margin: 0 auto;
    padding: 17px 0;
  }
  .explain .left .detail__cart form.cart .detail__controller_flex {
    justify-content: space-between !important;
    margin: 16px 0px 13px 0 !important;
  }
  .explain .left .detail__cart form.cart .detail__btn_add {
    width: 100%;
    padding: 18px 0px;
  }
  .explain .left .detail__cart form.cart .bottom__btn_flex {
    display: flex;
    padding: 11px 0px 15px 42px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    width: 100%;
    margin-bottom: -3px;
  }
  .explain .left .detail__cart form.cart .bottom__btn_flex img {
    margin-bottom: 0;
    padding-top: 1px;
  }
  .explain .left .detail__cart form.cart .c-green {
    margin-top: 11px !important;
  }
  .explain .left .detail__cart form.cart .c-green img {
    margin-left: -16px !important;
    transform: scale(1.2);
    padding-top: 3px !important;
  }
  .explain .left .detail__cart form.cart .c-red {
    margin-top: 11px !important;
  }
  .explain .left .detail__cart form.cart .c-red img {
    margin-left: -16px !important;
    transform: scale(1.2);
    padding-top: 3px !important;
  }
  .explain .left .detail__cart form.cart .magazine__bnr {
    margin-left: 13px;
  }
  .explain .left .detail__cart form.cart .magazine__bnr li .side__twitter-icon {
    margin-bottom: 0;
  }
  .explain .left .detail__cart form.cart .magazine__bnr li .side__facebook-icon {
    margin-bottom: 0;
  }
  .explain .left .detail__cart form.cart .magazine__bnr li:last-child a p {
    margin-top: 9px;
  }
  .explain .left .detail__cart form.cart .magazine__bnr li img {
    width: 25px !important;
    height: 25px !important;
    margin-right: 5px;
  }
  .explain .left .detail__cart .sp-twitter_flex {
    display: flex;
    width: 100%;
    margin-left: 0px;
  }
  .explain .left .detail__cart .sp-twitter_flex a:last-child {
    margin-left: 13px;
  }
  .explain .left .detail__cart .sp-sns_icon {
    width: 111px;
    height: 61px;
    margin-bottom: 0;
    font-family: sans-serif !important;
  }
  .explain .right .price {
    display: flex;
    padding: 0 !important;
  }
  .explain .right .price p {
    margin-right: 12px !important;
  }
  .explain .right .price p .large {
    font-size: 15px;
  }
  .explain .right .book__iryo_details {
    margin-left: 16px;
    margin-bottom: 13px !important;
    margin-top: 10px;
  }
  .explain .right .book__iryo_details .book__details_item {
    padding-bottom: 15px !important;
  }
  .explain .right .book__iryo_details .book__details_item::before {
    bottom: 20px !important;
  }
  .explain .right .sns_flex .twitter_flex {
    display: none;
  }
  .explain .right .detail__info_sakusya {
    width: 100%;
  }
  .explain .right .recipe__font {
    margin-left: 8px;
    margin-bottom: 14px;
  }
  .explain .right .tab_wrap {
    width: 100%;
    margin-bottom: 39px;
  }
  .explain .right .tab_wrap .tab_content {
    width: 100%;
  }
  .explain .right .next {
    margin-bottom: 35px !important;
  }
  .explain .right .next:last-child {
    margin-bottom: 3px !important;
  }
  .explain .right .next h3.border_ttl {
    margin-bottom: 14px !important;
  }
  .explain .right .next .product_gry_boder {
    width: 100%;
  }
  .explain .right .next_flex {
    margin-bottom: 16px !important;
  }
  .explain .right .next_flex .border_ttl {
    margin-bottom: 4px;
  }
  .explain .right .next .kanren_flex {
    flex-wrap: wrap;
    margin-left: 28px;
    margin-top: 53px;
    border: none !important;
    padding-bottom: 0 !important;
  }
  .explain .right .next .kanren_flex-item {
    width: 32%;
  }
  .explain .right .next .kanren_flex-item:last-child {
    margin-top: 50px;
  }
  .explain .right .next .kanren_flex-item img {
    width: 90%;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
    margin-bottom: 4px;
  }
  .explain .right .next .kanren_flex-item .books__list_ttl {
    margin: 0px;
    width: 124%;
    margin-left: -10px;
    font-size: 14px;
  }

  .border-none {
    border-bottom: none !important;
  }

  .main_flexbox aside {
    width: 100%;
    margin: 0 auto;
  }

  .magazin__recipe_nav_flex {
    display: none !important;
  }

  .product__sns_sp {
    display: block !important;
  }
  .product__sns_sp .product_twitter_flex {
    justify-content: unset;
    width: 100%;
    margin-left: 0;
    margin-bottom: 23px;
  }
  .product__sns_sp .product_twitter_flex a {
    margin-right: 10px;
  }

  .product__sns_pc {
    display: none !important;
  }

  .magazine_sp-sidebar {
    display: block !important;
  }
  .magazine_sp-sidebar aside.sidebar {
    display: block !important;
  }

  .top_flex .main_prodact_flexbox_ttl {
    margin: 3px 0 12px 0 !important;
    padding: 0px 3.8rem 6px 0px !important;
    color: #000;
    font-size: 17px;
  }

  .main_prodact_flexbox {
    width: 98% !important;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
    flex-direction: column-reverse;
  }
  .main_prodact_flexbox main {
    width: 98% !important;
  }
  .main_prodact_flexbox main .prodact__flex {
    display: block;
    margin-bottom: 15px;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_left .detail__btn_sub {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_left .woocommerce-product-gallery__image {
    margin: 0 auto;
    width: 58%;
    margin-bottom: 0px;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_left .woocommerce-product-gallery__image a .prouact__img {
    width: 189px;
    height: 257px;
    margin-top: 6px;
    margin-left: 6px;
    margin-bottom: 27px;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_left .detail__cart {
    margin-bottom: 18px;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_left .detail__cart .cart .detail__controller_flex {
    justify-content: space-between;
    margin: 15px 13px 16px 10px;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_left .detail__cart .cart .detail__controller_flex .detail__controller_instock {
    width: 29%;
    margin: 0 -17px;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_left .detail__cart .cart .detail__controller_flex .detail__controller_qty .quantity input[type=number] {
    width: 58%;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_left .detail__cart .cart .detail__btn_add {
    width: 95%;
    margin: 0 auto;
    padding: 18px 0;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_left .detail__cart .cart .bottom__btn_flex {
    width: 87%;
    margin: 0 auto;
    padding: 13px 0px 13px 30px;
    font-size: 15px;
    margin-top: 9px;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_right {
    margin-left: 13px !important;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_right .detail__info_catch {
    font-size: 16px !important;
    margin: 10px 0 5px !important;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_right .price {
    padding-left: 3px;
    margin-bottom: 2px;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_right ul {
    margin-bottom: 19px;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_right .product_gry_boder {
    margin-bottom: 17px;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_right_ttl {
    margin-bottom: 11px;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_right_txt {
    margin-bottom: -3px;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_right .book__recipe_details {
    margin-bottom: 18px !important;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_right .book__recipe_details .book__details_item {
    padding-bottom: 13px;
  }
  .main_prodact_flexbox main .prodact__flex .prodact__flex_right .book__recipe_details .book__details_item::before {
    bottom: 18px;
  }
  .main_prodact_flexbox main .tab_wrap {
    margin-bottom: 42px;
  }
  .main_prodact_flexbox main .tab_wrap .tab_content .tab_trigger {
    margin: 0 auto;
    width: 93%;
    font-weight: 400;
    margin-bottom: 9px;
  }
  .main_prodact_flexbox main .tab_wrap .tab_content .tab {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 4%;
    margin-bottom: 32px;
  }
  .main_prodact_flexbox main .next .product_next_flex {
    margin-left: 12px;
    padding-bottom: 8px;
  }
  .main_prodact_flexbox main .next .product_next_flex .border_ttl {
    color: #AA1B48;
  }
  .main_prodact_flexbox main .next .product_gry_boder {
    margin-bottom: 35px;
    margin-top: 13px;
  }
  .main_prodact_flexbox main .product_kanren_flex {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .main_prodact_flexbox main .product_kanren_flex .kanren_flex-item {
    width: 44%;
    margin-left: 19px;
  }
  .main_prodact_flexbox main .product_kanren_flex .kanren_flex-item img {
    width: 67%;
    margin-top: 14px;
    margin-left: 17px;
    margin-bottom: 0;
  }
  .main_prodact_flexbox main .product_kanren_flex .kanren_flex-item:last-child {
    margin-top: 41px;
  }
  .main_prodact_flexbox .sidebar {
    width: 98% !important;
  }

  .company {
    margin-bottom: 40px;
  }
  .company .prodact_top_flex__border {
    margin-top: 0;
  }

  .ttl__top_border {
    margin-top: 0 !important;
  }

  .errata {
    margin-bottom: 40px;
  }

  .contact {
    margin-bottom: 40px;
  }

  .advertise {
    margin-bottom: 40px;
  }

  .tradelaw {
    margin-bottom: 40px;
  }

  .postscript__center .item_list .books__list .books__list_item {
    background-color: #E4E5EC;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2%;
    padding: 0% 2% 1% 2%;
  }

  .postscript__topall {
    display: block;
    font-size: initial;
    width: 100%;
    margin: 0 auto;
  }
  .postscript__topall_a-btn {
    display: block;
    padding: 3% 38%;
    border-radius: 5px;
    font-size: 14px;
    color: #AA1B48;
    border: 1px solid #AA1B48;
    margin-bottom: 3%;
    text-align: center;
  }
  .postscript__topall_c-btn {
    display: block;
    font-size: 14px;
    color: #ffffff;
    padding: 3%;
    background-color: #AA1B48;
    border-radius: 5px;
    position: relative;
    text-align: center;
  }

  .magazine＿＿width .postscript__center .books__list_img {
    width: 30%;
  }
  .magazine＿＿width .postscript__center .books__list_img img {
    height: 116px;
  }
  .magazine＿＿width .postscript__center .backnumber__top-btn .postscript__topall_a-btn {
    padding: 3% 37% !important;
  }
  .magazine＿＿width .item_list .books__list_item {
    display: block !important;
    width: 95%;
    margin: 0 auto;
    padding: 0px !important;
  }
  .magazine＿＿width .item_list .books__list_item::after {
    position: unset;
  }
  .magazine＿＿width .item_list .books__list_item .books__right_flex-area_top {
    display: flex;
    align-items: center;
  }
  .magazine＿＿width .item_list .books__list_item .books__right_flex-area_top a {
    width: 100%;
  }
  .magazine＿＿width .item_list .books__list_item .books__right_flex-area_top a .books__list_img {
    width: 144px;
    padding: 0 !important;
  }
  .magazine＿＿width .item_list .books__list_item .books__right_flex-area_top .books__list_item-right {
    margin-left: 10px !important;
    width: calc(70% - 10px);
    margin-top: 6px;
  }
  .magazine＿＿width .item_list .books__list_item .books__right_flex-area_top .books__list_item-right .books__list_cont {
    width: 91%;
    margin-left: 0;
    margin-bottom: 4%;
  }
  .magazine＿＿width .item_list .books__list_item .books__right_flex-area_top .books__list_item-right .books__list_cont .postscript__book_txt {
    font-size: 1.4rem;
  }
  .magazine＿＿width .item_list .books__list_item .books__right_flex-area_top .books__list_item-right .books__list_cont .books__list_ttl {
    margin: 2% 0 3% 0;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 7% !important;
  }
  .magazine＿＿width .item_list .books__list_item .books__right_flex-area_top .books__list_item-right .books__list_cont .books__list_price {
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-btn-flex {
    display: block;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 9px;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-btn-flex .postscript__book-btn.c-gry {
    display: block;
    background-color: #707070;
    color: #fff;
    margin-bottom: 10px;
    padding: 3% 15%;
    font-size: 16px;
    position: relative;
    border-radius: 5px;
    text-align: center;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-btn-flex .postscript__book-btn.c-red {
    display: block;
    background-color: #AA1B48;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 3% 15%;
    width: 100%;
    font-size: 16px;
    position: relative;
    border-radius: 5px;
  }
  .magazine＿＿width .item_list .books__list_item .books__list_item-btn-flex .postscript__book-btn.c-white {
    display: block;
    background-color: #fff;
    color: #AA1B48;
    padding: 3% 15% 3% 15%;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
  }

  .under {
    width: 100% !important;
    box-sizing: border-box;
  }

  .magazine__main_flexbox {
    padding: 0 !important;
  }
  .magazine__main_flexbox .magazine＿＿width .ttl__top_h2 {
    padding: 6px 0px 11px 0px !important;
    font-size: 18px;
    font-weight: bold;
  }
  .magazine__main_flexbox .magazine＿＿width .ttl__top_border {
    margin-bottom: 4px !important;
    max-width: 100%;
  }

  .magazine_sp-sidebar {
    margin-top: 18px;
  }

  .magazine__main_flexbox .subscribe {
    padding: 12px 0px 0px 0px;
  }
  .magazine__main_flexbox .subscribe .ttl__top_h2 {
    padding: 1px 0px 15px 0px;
    font-size: 18px;
  }
  .magazine__main_flexbox .subscribe .ttl__top_border {
    margin-bottom: 20px;
  }
  .magazine__main_flexbox .subscribe .product_gry_boder {
    margin-bottom: 15px;
  }
  .magazine__main_flexbox .subscribe .year_price {
    margin: 1em 0 2em;
    padding: 1em;
    font-size: 1.8rem;
  }
  .magazine__main_flexbox .subscribe .year_price span {
    font-size: 1.4rem;
  }
  .magazine__main_flexbox .subscribe .caution {
    margin-top: -24px;
  }
  .magazine__main_flexbox .subscribe .moushikomi_border {
    margin-top: 18px !important;
    margin-bottom: 20px;
  }
  .magazine__main_flexbox .subscribe .prodact__flex {
    display: block;
  }
  .magazine__main_flexbox .subscribe .prodact__flex .prodact__flex_left .subscribe__image {
    margin: 0 auto;
    display: block;
  }
  .magazine__main_flexbox .subscribe .prodact__flex .prodact__flex_right {
    margin-left: 32px;
  }
  .magazine__main_flexbox .subscribe .prodact__flex .detail__cart .cart .detail__controller_flex {
    width: 100%;
    margin-bottom: 18px;
  }
  .magazine__main_flexbox .subscribe .prodact__flex .detail__cart .cart .detail__controller_flex .quantity input[type=number] {
    text-align: center;
  }
  .magazine__main_flexbox .subscribe .prodact__flex .detail__cart .cart .detail__btn_add {
    padding: 20px 0px;
    margin-bottom: 30px;
  }
  .magazine__main_flexbox .subscribe .prodact__flex .prodact__flex_right {
    margin-left: unset !important;
  }
  .magazine__main_flexbox .subscribe .prodact__flex .prodact__flex_right .detail__info_sakusya {
    margin-bottom: 8px;
  }
  .magazine__main_flexbox .subscribe .prodact__flex .prodact__flex_right .detail__info_catch {
    margin: 10px 0 4px;
  }
  .magazine__main_flexbox .subscribe .prodact__flex .prodact__flex_right .price {
    margin-bottom: 33px;
  }
  .magazine__main_flexbox .subscribe .bottom-caution {
    color: #ff0000;
    font-size: 14px;
    line-height: 200%;
  }
  .magazine__main_flexbox .subscribe .moushikomi_btnborder {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .magazine__main_flexbox .subscribe .postscript__topall .magazine_subscribe_a-btn {
    width: unset;
    padding: 4% 37%;
  }
  .magazine__main_flexbox .subscribe .postscript__topall .magazine_subscribe_c-btn {
    padding: 3% 2% 3% 11%;
  }
  .magazine__main_flexbox .subscribe .subscribe__list {
    font-size: 1.3rem;
    margin-top: 17px;
    margin-bottom: 62px;
  }
  .magazine__main_flexbox .subscribe .subscribe__list_item {
    display: flex;
    align-items: center;
    padding: 0.5em 0;
    border-bottom: 1px dotted #999;
  }
  .magazine__main_flexbox .subscribe .subscribe__list_item input[type=checkbox] {
    margin-right: 13px;
  }
  .magazine__main_flexbox .subscribe .subscribe__list_item-txt {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .digitalcontents_breadcrumb {
    display: none !important;
  }

  .digitalcontents {
    margin-top: -8px;
    margin-bottom: 18px;
  }
  .digitalcontents .top_flex .main_prodact_flexbox_ttl {
    padding: 0 !important;
  }
  .digitalcontents .prodact_top_flex__border {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .digitalcontents__mainflex {
    display: flex;
    flex-wrap: wrap;
  }
  .digitalcontents__mainflex_item {
    box-sizing: border-box;
    border: 1px solid #DADADA;
    width: 100%;
    padding: 20px 2px 21px 9px;
    margin-bottom: 15px;
  }
  .digitalcontents__mainflex_item-ttl {
    font-size: 14px;
    color: #AA1B48;
    margin-bottom: 18px;
    letter-spacing: 0.4px;
  }
  .digitalcontents__mainflex_item_inner {
    display: flex;
  }
  .digitalcontents__mainflex_item_inner-txt {
    margin-left: 26px;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1.7;
  }
  .digitalcontents_isho_btn {
    background-color: #D3DAEB;
    width: 100%;
    text-align: center;
    padding: 8px 0px;
  }
  .digitalcontents_isho_btn a {
    display: inline-block;
  }
  .digitalcontents_isho_btn a p {
    display: inline-block;
    color: #5976BA;
    font-size: 14px;
  }
  .digitalcontents_isho__mainflex {
    display: block;
    margin-top: 3px;
  }
  .digitalcontents_isho__mainflex_item {
    display: flex;
    border-bottom: 1px solid #DADADA;
    width: 100%;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .digitalcontents_isho__mainflex_item img {
    max-width: 130px;
    margin-right: 11px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
  }
  .digitalcontents_isho__mainflex_item_ttl {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 13px;
    line-height: 1.5;
  }
  .digitalcontents_isho__mainflex_item_price {
    font-weight: normal;
    margin: 0;
    font-size: 1.2rem;
  }

  .rinjizoukangou_list .books__list_item .books__list_item_flex {
    padding: 0 !important;
  }
  .rinjizoukangou_list .books__list_item .books__list_item_flex .books__right_flex-area .books__right_flex-area_top {
    margin-bottom: 0px !important;
  }

  .lowerpage_flexbox {
    padding: 22px 7px 0;
    width: 100% !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .lowerpage_flexbox .sidebar {
    width: 100% !important;
  }
  .lowerpage_flexbox .search {
    width: 100%;
  }
  .lowerpage_flexbox .search form .search__btn .feas-submit-button {
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }

  .lowerpage_ttl {
    font-size: 21px !important;
    margin-bottom: 11px !important;
    color: #000 !important;
  }

  .lowerpage-result_ttl {
    margin-right: -3px !important;
    font-size: 16px !important;
    margin-bottom: 21px !important;
    color: #000 !important;
  }

  .lowerpage-result__bottom_flex {
    margin-top: 65px !important;
    margin-left: 15px !important;
    margin-bottom: 73px !important;
  }

  .store .store_list #hokkaido .border_ttl {
    background: unset;
  }
  .store .store_list #chiba .border_ttl {
    background: unset;
  }
  .store .store_list #tokyo .border_ttl {
    background: unset;
  }

  .download {
    margin-bottom: 38px;
    margin-top: -10px;
  }
  .download .top_flex .main_prodact_flexbox_ttl {
    font-size: 17px;
    margin-top: 3px;
    font-weight: bold;
    letter-spacing: 1.2px;
    padding: 0 !important;
  }
  .download .prodact_top_flex__border {
    margin-top: 4px;
    margin-bottom: 14px;
  }
  .download__main_item {
    display: flex;
    border-bottom: 1px solid #E4E5EC;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .download__main_item:first-child {
    padding-top: 0;
  }
  .download__main_item:first-child img {
    padding-top: 0;
  }
  .download__main_item img {
    padding-top: 0px;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.2));
    max-width: 108px;
    margin-right: 20px;
  }
  .download__main_item-right-ttl {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 7px;
  }
  .download__main_item-right-time {
    font-size: 13px;
    color: #8B8B8B;
    letter-spacing: 0.6px;
    margin-bottom: 3px;
  }
  .download__main_item-right-txt {
    font-size: 13px;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
  }
  .download__main_item-right-btn {
    background-color: #AA1B48;
    font-size: 11px;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
  }
  .download__main_item-right-btn:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
  }
  .download__main_product_id-pass {
    background-color: #D3DAEB;
    padding: 4px;
    margin-bottom: 2em;
  }
  .download__main_product_id-pass_txt {
    display: inline-block;
    color: #5976BA;
    font-size: 12px;
  }
  .download__main_product_item {
    display: block;
    padding-bottom: 29px;
  }
  .download__main_product_item img {
    padding-top: 0px;
    height: 312px;
    width: auto;
    margin: 0 auto 40px;
    display: block;
    margin-top: 4px;
    -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
  }
  .download__main_product_item-thumb {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .download__main_product_item-thumb {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .download__main_product_item-right {
    margin-left: -3px;
    margin-top: -8px;
  }
  .download__main_product_item-right-seriesttl {
    color: #AA1B48;
    font-size: 13px;
    text-decoration: underline;
    letter-spacing: 0.6px;
  }
  .download__main_product_item-right-maettl {
    font-size: 13px;
    margin-top: 3px;
    letter-spacing: 0.7px;
    margin-bottom: 11px;
  }
  .download__main_product_item-right-ttl {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 13px;
    letter-spacing: 0.7px;
  }
  .download__main_product_item-right-sabttl {
    font-size: 13px;
    letter-spacing: 0.7px;
    margin-bottom: 2px;
  }
  .download__main_product_item-right-time {
    font-size: 13px;
    color: #8B8B8B;
    letter-spacing: 0.6px;
  }
  .download__main_product_item-right-txt {
    font-size: 13px;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
    margin-top: 14px;
    line-height: 1.9;
  }
  .download__main_product_item-right-btn {
    background-color: #AA1B48;
    font-size: 14px;
    color: #fff;
    padding: 5px 6px;
    border-radius: 3px;
  }
  .download__main_product_item-right-btn:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
  }
  .download__main_product_item_02 img {
    padding-top: 0px;
    height: 312px;
    width: auto;
    margin: 0 auto 40px;
    display: block;
    margin-top: 4px;
    -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
  }
  .download__main_product_filedata {
    margin-top: 17px;
  }
  .download__main_product_filedata_ttl {
    margin-top: 6px;
    font-size: 15px;
    padding-left: 11px;
    padding-bottom: 2px;
    border-left: 5px solid #AA1B48;
    margin-bottom: 12px;
    font-weight: bold;
    letter-spacing: 0.2px;
  }
  .download__main_product_filedata_flex {
    display: block;
    margin-top: 19px;
  }
  .download__main_product_filedata_flex-item {
    width: 100%;
  }
  .download__main_product_filedata_flex-item li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 9px;
    margin-bottom: 12px;
  }
  .download__main_product_filedata_flex-item li p {
    font-size: 14px;
    letter-spacing: 0.6px;
  }
  .download__main_product_filedata_flex-item li a {
    color: #aa1b48;
    margin-right: 4px;
  }
  .download__main_product_filedata_flex-item li a p::after {
    content: url(/html/template/default/asset/img/digitalcontents/download_btn.png);
    display: inline-block;
    margin-left: 5px;
  }
  .download__main_product_single-filedata_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 9px;
  }
  .download__main_product_single-filedata_item p {
    font-size: 14px;
  }
  .download__main_product_single-filedata_item a {
    margin-right: 5px;
    color: #aa1b48;
  }
  .download__main_product_single-filedata_item a p::after {
    content: url(/html/template/default/asset/img/digitalcontents/download_btn.png);
    display: inline-block;
    margin-left: 5px;
  }

  _::-webkit-full-page-media, _:future, :root .c-recipe .magazin__nav-sp-subtxt {
    margin-top: 8px;
  }

  .books__tag_top {
    color: #FF7E00;
  }

  .top .main_flexbox main .top_flex .ttl__top_h2 {
    padding: 25px 0px 1px 0px;
    margin-left: -7px;
  }

  .normal-fonts {
    font-weight: normal;
  }

  .under .lowerpage_pdg main {
    margin-bottom: 20px;
  }
}
/* @media print{
    .sidebar{
        display: none;
    }
    .main_flexbox main{
        width: 72.5%;
    }
    .sp__global{
        display: none;
    }
    footer .ft_content .inner{
        width: 100%;
    }
} */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
}

.top .main_slider {
  padding: 35px 0px 2px 0px;
}
@media screen and (max-width: 768px) {
  .top .main_slider {
    display: block;
    padding: 0 0 15px;
  }
}
.top .main_slider img {
  max-width: 100%;
}
.top .main_slider .inner {
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top .main_slider .inner {
    display: block;
  }
}
.top .main_slider .slider {
  width: 78.35%;
}
@media screen and (max-width: 768px) {
  .top .main_slider .slider {
    width: 100%;
    margin-bottom: 15px;
  }
}
.top .main_slider .slider .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.75rem;
  border-radius: 100%;
  background: none;
  border: 2px solid #C8C8C8;
}
.top .main_slider .slider .slick-dots li button {
  width: 1rem;
  height: 1rem;
}
.top .main_slider .slider .slick-dots li button::before {
  display: none;
}
.top .main_slider .slider .slick-dots li.slick-active button {
  background: #7F7F7F;
  border-radius: 50%;
}
.top .main_slider .thumb {
  width: calc(18.97% + 1.8rem);
}
@media screen and (max-width: 768px) {
  .top .main_slider .thumb {
    display: none;
    width: 100%;
    box-sizing: border-box;
  }
}
.top .main_slider .thumb .slick-list {
  padding-left: 1.8rem;
}
.top .main_slider .thumb .slick-slide {
  padding: .2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top .main_slider .thumb .slick-slide {
    width: 1rem;
    height: 1rem;
    margin: 0 0.75rem;
    padding: 0;
    border-radius: 100%;
    background: #e4e5ec;
    position: static;
  }
  .top .main_slider .thumb .slick-slide::before, .top .main_slider .thumb .slick-slide::after,
  .top .main_slider .thumb .slick-slide img {
    display: none;
  }
}
.top .main_slider .thumb .slick-current {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .main_slider .thumb .slick-current {
    background: #aa1b48;
  }
}
.top .main_slider .thumb .slick-current::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #aa1b48;
  border-radius: 5px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top .main_slider .thumb .slick-current::before {
    display: none;
  }
}
.top .main_slider .thumb .slick-current::after {
  content: "";
  display: block;
  border-top: .9rem solid transparent;
  border-left: .9rem solid transparent;
  border-right: .9rem solid #aa1b48;
  border-bottom: .9rem solid transparent;
  position: absolute;
  top: 50%;
  left: -1.8rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top .main_slider .thumb .slick-current::after {
    display: none;
  }
}
.top .ttl__top_magnew .ttl__top_icon::before {
  background-image: url(../img/common/common_zasshi-icon.svg);
  width: 35px;
}
@media screen and (max-width: 768px) {
  .top .top_container {
    padding: 0 15px;
  }
  .top aside.sidebar {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.top section.main_content {
  margin-bottom: 6rem;
}

.ttl__top_h2 {
  margin: 0 0 1px 0;
  padding: 2.1rem 1.8rem 17px 2.2rem;
  position: relative;
  font-size: 24px;
  font-weight: normal;
  color: #595757;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ttl__top_h2 {
    padding: 1.4rem 0 .8rem 0;
    font-size: 2rem;
  }
}
.ttl__top_icon {
  display: inline-block;
  padding-left: 6.5rem;
  position: relative;
  font-weight: bold;
}
.ttl__top_icon::before {
  content: "";
  width: 4rem;
  height: 5rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ttl__top_news .ttl__top_icon::before {
  background-image: url(../img/common/common_oshirase-icon.svg);
}
.ttl__top_more {
  display: inline-block;
  padding: 9px 20.5px;
  border-radius: 5px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 13px;
  background-color: #B4B4B5;
  color: #fff;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .ttl__top_more {
    display: none;
  }
}
.ttl__top_more:hover {
  background: #595757;
  text-decoration: none;
  color: #FFF;
}
.ttl__top_flex {
  display: flex;
  justify-content: center;
  margin: 0 -2.2rem;
}
@media screen and (max-width: 768px) {
  .ttl__top_flex {
    flex-direction: column;
    margin: 0;
  }
}
.ttl__top_sign {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .ttl__top_sign {
    width: 100%;
  }
}
.ttl__top_series {
  margin: 0 0 .5rem;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 400;
}
.ttl__top_ttl {
  margin: 0 0 .5rem;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 600;
}
.ttl__top_catch {
  margin: 0;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 400;
}
.ttl__top_info {
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .ttl__top_info {
    width: 100%;
    text-align: left;
    margin: 2rem 0 0;
  }
}
.ttl__top_list {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 400;
}

.topics {
  padding: 0;
  margin-bottom: 3rem;
}
.topics__inner {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.topics__important {
  box-sizing: border-box;
  border-top: 3px solid #5976BA;
  border-bottom: 3px solid #5976BA;
}
.topics__important + .topics__important {
  margin-top: 2rem;
}
.topics__important_ttl {
  margin: 0;
  padding: 1.3rem 1.5rem 4px 3rem;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #5976BA;
  border-bottom: 1px solid #E4E5EC;
  letter-spacing: 0.7px;
}
.topics__important_cont {
  margin: 0;
  padding: 1.3rem 2rem 1.3rem 3rem;
  box-sizing: border-box;
  background: #FFF;
  text-align: left;
  font-size: 14.59px;
  line-height: 1.8;
  padding: 10px 27px 6px 31px;
  letter-spacing: -0.1px;
}
.topics__important_cont .red {
  color: #AA1B48;
}
.topics__important_cont a {
  text-decoration: underline;
  color: #aa1b48;
}

.top_news {
  margin-top: 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .top_news {
    margin-bottom: 5px;
  }
}

.top__bnr {
  margin-top: 70px;
}
.top__bnr_block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top__bnr_block {
    flex-direction: column;
  }
}
.top__bnr_item {
  display: block;
  width: 48.7%;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .top__bnr_item {
    width: 100%;
  }
  .top__bnr_item + .top__bnr_item {
    margin-top: 1.6rem;
  }
}
.top__bnr_item:hover {
  opacity: .7;
}
.top__bnr_item img {
  width: 100%;
}

.new-ttl__top_icon {
  display: inline-block;
  padding-left: 5.6rem;
  position: relative;
  font-weight: normal;
  font-weight: bold;
}
.new-ttl__top_icon::before {
  content: "";
  width: 4rem;
  height: 5rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bottom_flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.bottom_flex .ttl__top_new .ttl__top_icon::before {
  background-image: url(../img/common/common_newbook-icon.svg);
}
.bottom_flex__border {
  width: 100%;
  height: 1px;
  background-color: #AA1B48;
}
.bottom_flex .ttl__top_h2 {
  margin: 0;
  letter-spacing: -1px;
  font-size: 24px;
  margin-top: 5px;
}

.bottom_list .books__list_cont {
  padding: 22px 16px 11px 16px;
}
.bottom_list .border_ttl {
  margin-top: 20px;
}

.news__list {
  margin-top: 24px;
}

.btn-more {
  display: block;
  position: relative;
  width: 100px;
  text-align: center;
  background-color: #D48DA3;
  padding: 10px 0;
  margin-left: 20px;
  cursor: pointer;
  margin: 0 auto;
}

.btn-more::before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
  top: -3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.btn-more.close::before {
  position: absolute;
  transform: rotate(-135deg);
  border-color: #fff;
  top: 3px;
}

.dropdown {
  display: block;
  background-color: #fff;
  padding: 10px;
}
.dropdown .books__list_item .books__list_cont .books__list_ttl {
  margin-top: 0px;
}

.triger {
  display: block;
  margin-top: 11px;
}

.sp_display {
  display: none;
}

.under {
  width: 970px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.under .breadcrumb {
  color: #000;
  font-size: 12px;
  padding: 6px 0 7px 0;
  margin-bottom: 12px;
}
.under .breadcrumb li {
  display: inline;
}
.under .breadcrumb li a {
  color: #000;
  text-decoration: underline;
}
.under .breadcrumb li + li:before {
  content: ">";
  display: inline-block;
  margin: 0 6px;
}
.under .breadcrumb .inner {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .under .main_ttl {
    padding: 28px 5px;
    margin-bottom: 54px;
  }
}
.under .price p {
  font-weight: bold;
  font-size: 1.9rem;
  display: inline-block;
  margin-right: 16px;
}
.under .price .price_suffix {
  font-size: 1.5rem;
}
.under .price .price_sub {
  font-weight: normal;
  font-size: 1.5rem;
}
.under .explain {
  display: flex;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .under .explain {
    flex-direction: column;
    border-bottom: solid 1px #e9ebe8;
    padding-bottom: 14px;
    margin-bottom: 28px;
  }
}
.under .explain .left {
  width: 240px;
  text-align: center;
}
.under .explain .left .wp-post-image {
  margin-bottom: 33px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.under .explain .left img {
  display: block;
  width: 240px;
  margin-top: 6px;
}
.under .explain .left .addcart {
  border: none;
  font-size: 20px;
  border-bottom: 5px solid #d76000;
  padding: 12px 10px 6px 0;
  background: #ff7200;
  position: relative;
  padding-right: 10px;
  box-sizing: border-box;
}
.under .explain .left .addcart:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #ff7200 url(../img/under/cart.png) center no-repeat;
  background-size: 26px auto;
  vertical-align: -5px;
  margin-right: 10px;
}
.under .explain .left .sample {
  background: #00a5cd;
  border-color: #008aac;
  position: relative;
  font-size: 14px;
  padding: 2px 10px 1px 0;
  box-sizing: border-box;
}
.under .explain .left .sample:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #00a5cd url(../img/under/book.png) center no-repeat;
  background-size: 23px auto;
  vertical-align: -8px;
  margin-right: 10px;
}
.under .explain .left .ebook {
  background: #60b300;
  border-color: #539a00;
  padding: 3px 0px 2px 0;
  box-sizing: border-box;
}
.under .explain .left .ebook.red {
  background: #aa1b48;
  border-color: #aa1b48;
}
.under .explain .left input[type="number"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .under .explain .left {
    width: 100%;
    margin-bottom: 27px;
  }
  .under .explain .left .sp-twitter_flex {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .under .explain .left .sp-twitter_flex img {
    width: 90px;
    height: auto;
    margin-left: 0;
    margin-top: 0;
  }
  .under .explain .left img {
    width: auto;
    height: auto;
  }
  .under .explain .left .magazine_image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 244px;
  }
  .under .explain .left .addcart {
    font-size: 14px;
  }
  .under .explain .left .addcart:before {
    background-size: 23px auto;
    background-repeat: none;
  }
}
.under .explain .right {
  width: calc(100% - 280px);
  margin-left: 4.2%;
  padding-top: 5px;
}
.under .explain .right .catch {
  color: #aa1b48;
  font-size: 1.4rem;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 1.5px;
}
.under .explain .right .text {
  font-size: 1.4rem;
  line-height: 23px;
  margin-bottom: 28px;
  font-weight: 100;
}
.under .explain .right .author {
  background: #f3f3f3;
  padding: 17px 19px;
  margin-bottom: 36px;
  font-size: 14px;
  line-height: 28px;
}
.under .explain .right .spec {
  margin-bottom: 26px;
  padding-left: 5px;
  padding-bottom: 23px;
  border-bottom: solid 1px #e9ebe8;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .under .explain .right {
    width: 100%;
    margin-left: 0;
    /*
                    .price {
                        padding-left: 0;
                        padding-bottom: 14px;
                        margin-bottom: 10px;
    
                        p {
                            display: block;
                            font-size: 1.3rem;
                            margin-bottom: 5px;
                        }
                    }
    */
  }
  .under .explain .right .catch {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .under .explain .right .text {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .under .explain .right .author {
    padding: 12px 15px;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 24px;
  }
  .under .explain .right .spec {
    padding-left: 0;
    font-size: 13px;
    line-height: 24px;
  }
}
.under .explain .right .next a {
  color: #aa1b48;
  text-decoration: underline;
}
.under .tab_wrap {
  margin-bottom: 67px;
  position: relative;
}
.under .tab_wrap a {
  color: #aa1b48;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .under .tab_wrap {
    margin-bottom: 43px;
  }
}
.under .tab_wrap .tab_btns {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 2px #e9ebe8;
  margin-bottom: 19px;
}
.under .tab_wrap .tab_btns .tab_btn {
  background: #9E9E9F;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 1rem 1.5rem 1rem;
  margin-right: 2px;
  text-align: center;
  word-break: keep-all;
  border-radius: 5px 5px 0 0;
  transition: .2s;
  cursor: pointer;
}
.under .tab_wrap .tab_btns .tab_btn:hover {
  background: #3E3A39;
}
.under .tab_wrap .tab_btns .tab_btn.select {
  background: #3E3A39;
}
.under .tab_wrap .tab_content .tab {
  display: none;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: "メイリオ", "MS Pゴシック", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
}
.under .tab_wrap .tab_content .tab.show {
  display: block;
}
@media screen and (max-width: 768px) {
  .under .tab_wrap .tab_content .tab.show {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .under .tab_wrap .tab_content .tab_trigger {
    text-align: center;
    border: solid 1px #000;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 40px 10px 33px;
    margin-bottom: 14px;
    cursor: pointer;
    position: relative;
  }
  .under .tab_wrap .tab_content .tab_trigger:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: solid 1px #C8C8C8;
    border-right: solid 1px #C8C8C8;
    transform: rotate(45deg);
    position: absolute;
    right: 6%;
    top: 14px;
    transition: .3s;
  }
  .under .tab_wrap .tab_content .tab_trigger.active {
    border-color: #000;
    color: #000;
    background-color: #EFEFEF;
  }
  .under .tab_wrap .tab_content .tab_trigger.active:before {
    transform: rotate(-135deg);
    border-color: #9E9E9F;
    top: 18px;
  }
  .under .tab_wrap .tab_content .tab {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 2em;
  }
}

.links_wrap {
  padding: 0 0 5rem;
}
.links_wrap .link_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
.links_wrap .link_btns li {
  margin-left: 1.6rem;
}
.links_wrap .link_btns li a {
  padding-left: 1.8rem;
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  transition: .3s;
}
.links_wrap .link_btns li a:hover {
  text-decoration: none;
  color: #aa1b48;
}
.links_wrap .link_btns li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: solid 2px #aa1b48;
  border-right: solid 2px #aa1b48;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .links_wrap .link_btns {
    position: static;
    justify-content: space-between;
    width: 100%;
  }
  .links_wrap .link_btns li {
    width: 48%;
    border: solid 2px #e9ebe8;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .links_wrap .link_btns li a {
    padding: 15px 0 14px;
    display: block;
    text-align: center;
    font-size: 14px;
  }
  .links_wrap .link_btns li a:before {
    display: none;
  }
}

@media (min-width: 769px) {
  .latest .item_list ul li {
    padding-bottom: 46px;
  }
}

.detail .main_ttl {
  text-align: left;
  font-weight: normal;
  padding-left: 0;
  padding-bottom: 20px;
}
.detail .main_ttl a {
  font-size: 14px;
  color: #00a6bf;
  text-decoration: underline;
  display: block;
  margin-bottom: 20px;
}
.detail .main_ttl p {
  font-size: 20px;
  margin-bottom: 30px;
}
.detail .main_ttl h2 {
  font-weight: bold;
  font-size: 28px;
}
.detail .main_ttl h2 span {
  font-size: 14px;
  font-weight: normal;
  margin-top: 18px;
  display: block;
}
@media screen and (max-width: 768px) {
  .detail .main_ttl {
    padding-bottom: 6px;
    margin-bottom: 26px;
  }
  .detail .main_ttl a {
    font-size: 11px;
    margin-bottom: 16px;
  }
  .detail .main_ttl p {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .detail .main_ttl h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .detail .main_ttl h2 span {
    font-size: 11px;
    margin-top: 8px;
  }
}
@media (min-width: 769px) {
  .detail .item_list ul li {
    padding-bottom: 0;
  }
}

.monthly {
  width: 970px;
  margin-top: 36px;
    /*.next {
        
        margin-bottom: 93px;
        font-size: 15px;
        line-height: 1.6;
        color:#595757;
        &_flex{
            display: flex;
            padding-top: 4px;
            border-bottom: 2px solid #e4e5ec;
            margin-bottom: 9px;

            img{
                width: 17px;
                height: 20px;
                margin-right: 6px;
            }
            &:last-child{
                margin-bottom: 0;
            }
        }

        h3 {
            font-size: 17px;
            letter-spacing: 2px;
            margin-bottom:0;
            padding-bottom: 8px;
            border-bottom: none;

            &::after{
                content:none;
            }
        }

        p {
            font-size: 14px;
            line-height: 28px;
        }

        a {
            font-size: 14px;
            line-height: 28px;
            color: #AA1B48;
            text-decoration: underline;
        }

        @include tab {
            h3 {
                margin-bottom: 18px;
            }

            p {
                font-size: 13px;
                line-height: 23px;
            }

            a {
                font-size: 13px;
                line-height: 23px;
            }
        }

        .kanren_flex{
            display: flex;
            border-bottom:2px solid #e4e5ec;
            padding-bottom: 15px;
            &-item{
                width: 21%;
                margin-right: 45px;
                margin-top: -7px;
                color: #000;
                padding-bottom: 17px;
                text-decoration: none;
                    img{
                        filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
                    }
                    .books__list_ttl{
                        font-weight:bold;
                    }
            }
        }
    }*/
}
@media screen and (max-width: 768px) {
  .monthly {
    max-width: 100%;
    margin-top: 22px;
  }
}
.monthly .explain {
  margin-bottom: -30px;
}
.monthly .explain .right .number {
  font-size: 14px;
  line-height: 23px;
  font-weight: 100;
  margin-bottom: 10px;
}
.monthly .explain .right .catch {
  margin-bottom: 4px;
}
.monthly .explain .right .text {
  color: #aa1b48;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: solid 1px #e9ebe8;
  font-weight: 100;
  line-height: 23px;
}
.monthly .explain .right .price {
  box-sizing: border-box;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .monthly .explain {
    padding-bottom: 10px;
    margin-bottom: 28px;
  }
  .monthly .explain .right .number {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 6px;
  }
  .monthly .explain .right .catch {
    margin-bottom: 6px;
  }
  .monthly .explain .right .text {
    margin-bottom: 17px;
    padding-bottom: 17px;
  }
  .monthly .explain .right .price {
    padding: 0 10px;
    border-bottom: none;
  }
  .monthly .explain .right .price p {
    margin-bottom: 12px;
  }
}
.monthly .tab_wrap {
  margin-bottom: 63px;
}
.monthly .tab_wrap .tab_content .tab p {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .monthly .tab_wrap {
    margin-bottom: 44px;
  }
}

.store .main_ttl {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .store .main_ttl {
    margin-bottom: 22px;
  }
}
.store .map {
  background: #f3f4f6 url(../img/under/map.png) right 18px/auto no-repeat;
  padding: 18px 27px;
  margin-bottom: 37px;
}
.store .map .map_list {
  margin-top: 8px;
}
.store .map .map_list li {
  margin-left: 3px;
  margin-bottom: 8.5px;
}
.store .map .map_list li ul {
  display: flex;
}
.store .map .map_list li ul li {
  margin-right: 18px;
}
.store .map .map_list li ul li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  background: url(../img/magazine/yajirusi-icon.svg) no-repeat;
  color: #000;
  padding-left: 21px;
  transition: .3s;
}
.store .map .map_list li ul li a:hover {
  text-decoration: none;
  color: #aa1b48;
}
.store .store_list {
  margin-left: 8px;
}
.store .store_list .product_gry_boder {
  margin-bottom: 18px !important;
}
.store .store_list .border_ttl {
  padding-left: 26px;
}
.store .store_list #hokkaido li:nth-child(1) {
  margin-bottom: 12px !important;
}
.store .store_list #hokkaido li:nth-child(2) {
  margin-bottom: 12px !important;
}
.store .store_list li .ac_trigger {
  margin-bottom: 17px;
}
.store .store_list li .ac {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .store .store_list li .ac {
    display: none;
  }
}
.store .store_list li .ac li {
  width: 49%;
  background: #f3f4f6;
  padding: 17px 21px;
  box-sizing: border-box;
  margin-bottom: 18px;
}
.store .store_list li .ac li h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 6px;
}
.store .store_list li .ac li h4 a {
  padding-right: 24px;
  background: url(../img/under/target.png) right center/15px auto no-repeat;
  transition: .3s;
}
.store .store_list li .ac li h4 a:hover {
  text-decoration: none;
  color: #aa1b48;
}
.store .store_list li .ac li p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
}
.store .store_list li .ac li .tel {
  font-size: 14px;
  font-weight: bold;
  padding-left: 17px;
  background: url(../img/under/tel.png) left center/10px auto no-repeat;
}
@media screen and (max-width: 768px) {
  .store .store_list li .ac_trigger {
    text-align: center;
    border: solid 2px #e9ebe8;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative;
    background: none;
    padding-left: 0;
  }
  .store .store_list li .ac_trigger:after {
    display: none;
  }
  .store .store_list li .ac_trigger:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: solid 1px #aa1b48;
    border-right: solid 1px #aa1b48;
    transform: rotate(45deg);
    position: absolute;
    right: 5%;
    top: 16px;
    transition: .3s;
  }
  .store .store_list li .ac_trigger.active {
    background: #aa1b48;
    border-color: transparent;
    color: #fff;
  }
  .store .store_list li .ac_trigger.active:before {
    transform: rotate(-135deg);
    border-color: #fff;
    top: 20px;
  }
  .store .store_list li .ac {
    flex-direction: column;
    margin-bottom: 0;
  }
  .store .store_list li .ac li {
    width: 90%;
    margin: 0 auto 15px;
    padding: 15px 4%;
  }
  .store .store_list li .ac li h4 {
    font-size: 14px;
    line-height: 14px;
  }
  .store .store_list li .ac li h4 a {
    padding-right: 15px;
    background: url(../img/under/target.png) right center/10px auto no-repeat;
  }
  .store .store_list li .ac li p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 8px;
  }
  .store .store_list li .ac li .tel {
    font-size: 13px;
    line-height: 14px;
    padding-left: 11px;
    background: url(../img/under/tel.png) left center/7px auto no-repeat;
  }
}

.tradelaw {
  font-size: 14px;
  line-height: 28px;
}
.tradelaw a {
  color: #00a6bf;
  text-decoration: underline;
}
.tradelaw .gy {
  background: #f3f4f6;
  padding-left: 10px;
  margin-bottom: 15px;
  font-weight: bold;
  padding: 10px;
}
.tradelaw .main_ttl {
  margin-bottom: 50px;
}
.tradelaw .intro {
  margin-bottom: 44px;
}
.tradelaw dl {
  margin-top: 26px;
}
.tradelaw dl dd {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .tradelaw {
    font-size: 13px;
    line-height: 23px;
  }
  .tradelaw .gy {
    padding-left: 5px;
    margin-bottom: 12px;
    font-size: 15px;
  }
  .tradelaw .main_ttl {
    margin-bottom: 28px;
  }
  .tradelaw .intro {
    margin-bottom: 25px;
  }
  .tradelaw dl dd {
    margin-bottom: 22px;
  }
}
.tradelaw table {
  margin-bottom: 40px;
  text-align: left;
  font-size: 14px;
  width: 100%;
}
.tradelaw table th,
.tradelaw table td {
  padding: 3px 0;
  font-weight: normal;
}
.tradelaw table th {
  width: 50%;
}
.tradelaw table .lv1 {
  font-weight: bold;
}
.tradelaw table .lv2 {
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .tradelaw table,
  .tradelaw table tr,
  .tradelaw table th,
  .tradelaw table tbody,
  .tradelaw table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

.company .overview {
  margin-top: 22px;
  margin-bottom: 58px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 28px;
  border-bottom: 1px solid #e9ebe8;
  padding-bottom: 3px;
}
.company .overview a {
  color: #00a6bf;
  text-decoration: underline;
}
.company .overview > dt {
  width: 15%;
  font-weight: bold;
  border-top: 1px solid #e9ebe8;
  padding: 18px 0 10px 6px;
  box-sizing: border-box;
}
.company .overview > dd {
  width: 85%;
  border-top: 1px solid #e9ebe8;
  box-sizing: border-box;
  padding: 18px 0 10px 4px;
}
.company .overview > dd:last-of-type {
  padding: 0;
}
.company .overview > dd dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e9ebe8;
  padding: 17px 0 10px 3px;
  box-sizing: border-box;
}
.company .overview > dd dl:last-of-type {
  border-bottom: none;
}
.company .overview > dd dl dt {
  font-weight: bold;
  width: 15%;
  color: #a1a2a9;
  box-sizing: border-box;
}
.company .overview > dd dl dd {
  width: 23%;
  box-sizing: border-box;
}
.company .overview > dd dl dd:nth-of-type(even) {
  width: 62%;
}
.company .overview > dd dl dd.mail {
  display: flex;
  margin-left: 15%;
}
.company .overview > dd dl dd.mail a {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .company .overview {
    margin-top: 17px;
    font-size: 13px;
    line-height: 23px;
    padding-bottom: 20px;
    margin-bottom: 23px;
  }
  .company .overview > dt {
    width: 100%;
    padding: 16px 0 0 10px;
  }
  .company .overview > dd {
    width: 100%;
    border-top: none;
    padding: 0 0 10px 10px;
  }
  .company .overview > dd:last-of-type {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
  }
  .company .overview > dd dl {
    width: 50%;
    padding: 0 0 29px 10px;
    border-bottom: none;
  }
  .company .overview > dd dl:last-of-type {
    padding-bottom: 0;
  }
  .company .overview > dd dl dt {
    width: 100%;
  }
  .company .overview > dd dl dd {
    width: 100%;
    white-space: nowrap;
  }
  .company .overview > dd dl dd.mail {
    margin-left: 0;
  }
}
.company .flex_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.company .flex_box img {
  width: 28%;
}
.company .flex_box .iframe_wrap {
  position: relative;
  height: 0;
  padding-top: 35%;
  width: 67%;
}
.company .flex_box .iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .company .flex_box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 42px;
  }
  .company .flex_box img {
    width: auto;
    max-width: 52%;
    margin-bottom: 26px;
  }
  .company .flex_box .iframe_wrap {
    position: relative;
    width: 100%;
    padding-top: 48%;
  }
}
.company .history {
  display: flex;
  flex-wrap: wrap;
  margin-top: 27px;
}
.company .history dt {
  width: 20%;
  min-width: 178px;
  padding-left: 42px;
  box-sizing: border-box;
  font-weight: bold;
  color: #aa1b48;
  font-size: 14px;
  line-height: 18px;
  padding-top: 5px;
  position: relative;
}
.company .history dt span {
  font-size: 12px;
}
.company .history dt:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #aa1b48;
  left: 12px;
  top: 9px;
  border-radius: 50%;
}
.company .history dt:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 2px;
  background: #e4e5ec;
  left: 16px;
  top: 10px;
}
.company .history dt:last-of-type:before {
  display: none;
}
.company .history dd {
  width: 80%;
  max-width: calc(100% - 178px);
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .company .history {
    margin-top: 17px;
  }
  .company .history dt {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
    padding-left: 16px;
    padding-top: 0;
  }
  .company .history dt span {
    font-size: 11px;
  }
  .company .history dt:after {
    width: 7px;
    height: 7px;
    left: 0;
    top: 7px;
  }
  .company .history dt:before {
    width: 1px;
    left: 3px;
  }
  .company .history dd {
    width: 100%;
    max-width: none;
    font-size: 13px;
    line-height: 24px;
    padding-left: 16px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 24px;
  }
  .company .history dd:last-of-type {
    padding-bottom: 0;
  }
  .company .history dd:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background: #e4e5ec;
    left: 3px;
    top: 10px;
  }
  .company .history dd:last-of-type:before {
    display: none;
  }
}

.contact .main_ttl {
  margin-bottom: 46px;
}
.contact > p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .contact .main_ttl {
    margin-bottom: 18px;
  }
  .contact > p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 18px;
  }
}
.contact ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.contact ul li {
  font-size: 14px;
  width: 31.5%;
  line-height: 49px;
  text-align: center;
  position: relative;
  background: #dddee2;
  color: #666666;
  padding-left: 1%;
}
.contact ul li:before, .contact ul li:after {
  display: block;
  content: "";
  position: absolute;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 8px solid #fff;
  top: 0;
  left: 0;
  z-index: 10;
}
.contact ul li:after {
  left: auto;
  right: -8px;
  top: 0;
  border-left: 8px solid #dddee2;
  z-index: 100;
}
.contact ul li.current {
  color: #fff;
  background: #aa1b48;
}
.contact ul li.current:after {
  border-left: 8px solid #aa1b48;
}
.contact ul li:first-of-type:before, .contact ul li:last-of-type:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact ul {
    margin-bottom: 10px;
  }
  .contact ul li {
    font-size: 13px;
    line-height: 35px;
  }
  .contact ul li:first-of-type {
    width: 27%;
  }
  .contact ul li:nth-of-type(2) {
    width: 36%;
  }
  .contact ul li:nth-of-type(3) {
    width: 30%;
  }
  .contact ul li:before, .contact ul li:after {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
  }
}
.contact form table {
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact form table {
    margin-bottom: 30px;
  }
}
.contact form table tr th {
  background: #dddee2;
  border-bottom: solid 1px #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  width: 26%;
  padding: 44px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact form table tr th {
    border-bottom: none;
    width: 100%;
    padding: 5px 10px 3px;
    font-size: 13px;
    line-height: 24px;
  }
}
.contact form table tr td {
  background: #f1f2f6;
  border-bottom: solid 1px #d2d4d9;
  padding: 1em 1em;
  width: 78%;
  box-sizing: border-box;
  font-size: 14px;
}
.contact form table tr td input[type="text"],
.contact form table tr td input[type="email"],
.contact form table tr td input[type="number"],
.contact form table tr td textarea {
  border: solid 1px #e1c3cc;
  height: 3em;
  padding: 0.25em;
  box-sizing: border-box;
  max-width: 48%;
}
.contact form table tr td textarea {
  height: 160px;
  width: 90%;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .contact form table tr th {
    display: block;
    width: 100%;
  }
  .contact form table tr td {
    display: block;
    width: 100%;
    padding: 15px 13px 13px;
  }
  .contact form table tr td input[type="text"],
  .contact form table tr td input[type="email"],
  .contact form table tr td input[type="number"],
  .contact form table tr td textarea {
    height: 45px;
  }
  .contact form table tr td textarea {
    max-width: 100%;
    width: 100% !important;
    height: 160px;
  }
}
.contact form table tr:first-of-type th {
  vertical-align: top;
  padding-top: 33px;
}
@media screen and (max-width: 768px) {
  .contact form table tr:first-of-type th {
    padding-top: 5px;
  }
}
.contact form table tr:first-of-type td {
                        /*
							display: flex;
							flex-direction:column;*/
}
.contact form table tr:first-of-type td span label {
  font-size: 14px;
  line-height: 42px;
}
.contact form table tr:first-of-type td span label input[type="radio"] {
  display: none;
}
.contact form table tr:first-of-type td span label span {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
}
.contact form table tr:first-of-type td span label span:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 5px;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  border: solid 1px #e9ebe8;
}
.contact form table tr:first-of-type td span label input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 16px;
  top: 12px;
  background: #aa1b48;
}
@media screen and (max-width: 768px) {
  .contact form table tr:first-of-type td {
    width: 100%;
  }
  .contact form table tr:first-of-type td span label {
    font-size: 13px;
    line-height: 40px;
  }
  .contact form table tr:first-of-type td span label span {
    padding-left: 37px;
  }
  .contact form table tr:first-of-type td span label span:before {
    left: 0;
    width: 25px;
    height: 25px;
  }
  .contact form table tr:first-of-type td span label input[type="radio"]:checked + span:after {
    width: 13px;
    height: 13px;
    left: 8px;
  }
}
.contact form table tr:nth-of-type(2) td input:first-child, .contact form table tr:nth-of-type(3) td input:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .contact form table tr:nth-of-type(2) td input, .contact form table tr:nth-of-type(3) td input {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact form table tr:nth-of-type(4) td input {
  width: 300px;
  -moz-appearance: textfield;
}
.contact form table tr:nth-of-type(4) td input[type="number"]::-webkit-outer-spin-button,
.contact form table tr:nth-of-type(4) td input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact form table tr:nth-of-type(4) td input {
    width: 100%;
  }
}
.contact form table tr:nth-of-type(5) td textarea {
  width: 100% !important;
  max-width: 100%;
  height: 160px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .contact form table tr:nth-of-type(5) th {
    padding-top: 5px;
  }
  .contact form table tr:nth-of-type(5) td textarea {
    width: 100%;
    height: 45px;
    font-size: 10px;
  }
}
.contact form .form_btn {
  text-align: center;
}
.contact form .form_btn input {
  width: 340px;
  max-width: 90%;
  display: block;
  margin: 0 auto;
  padding: 2.5rem 0;
  border: none;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
  box-sizing: border-box;
  background: linear-gradient(to bottom, #d32f63, #aa1b48 90%);
  transition: .3s;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFF;
}
.contact form .form_btn input:hover {
  background: linear-gradient(to bottom, #e83b73, #d3285c 90%);
}
@media screen and (max-width: 768px) {
  .contact form .form_btn {
    margin-bottom: 50px;
  }
}
.contact form .mw_wp_form_confirm table tr th {
  padding: 33px 25px;
}

.search {
  width: 740px;
}
@media screen and (max-width: 768px) {
  .search {
    width: 100%;
  }
}
.search .ttl__top_border {
  margin-bottom: 19px;
}
.search form dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .search form dl {
    flex-direction: column;
  }
}
.search form dl dt {
  background: #dddee2;
  border-bottom: solid 1px #fff;
  color: #aa1b48;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  width: 22%;
  padding: 30px 25px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .search form dl dt {
    border-bottom: none;
    width: 100%;
    padding: 8px 10px 3px;
    font-size: 13px;
    line-height: 24px;
  }
}
.search form dl dd {
  background: #f1f2f6;
  border-bottom: solid 1px #d2d4d9;
  padding: 25px 25px 20px;
  width: 78%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .search form dl dd {
    width: 100%;
    border-color: #fff;
    padding: 18px 15px 20px;
  }
}
.search form dl dd .cat_tab {
  display: flex;
  margin-bottom: 18px;
}
.search form dl dd .cat_tab li {
  margin-right: 20px;
}
.search form dl dd .cat_tab li input[type=checkbox] {
  display: none;
}
.search form dl dd .cat_tab li label {
  display: block;
  background: #a1a2a9;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  padding: 7px 28px 5px 49px;
  cursor: pointer;
  position: relative;
}
.search form dl dd .cat_tab li label:before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: calc(50% - 7px);
  width: 15px;
  height: 15px;
  background: #fff;
}
.search form dl dd .cat_tab li .pc_denshi {
  padding: 7px 14px 5px 49px !important;
}
.search form dl dd .cat_tab li input[type="checkbox"]:checked + label {
  background: #aa1b48;
}
.search form dl dd .cat_tab li input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  border-right: solid 2px #aa1b48;
  border-bottom: solid 2px #aa1b48;
  width: 3px;
  height: 9px;
  position: absolute;
  left: 30px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .search form dl dd .cat_tab {
    margin-bottom: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .search form dl dd .cat_tab li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .search form dl dd .cat_tab li label {
    width: 100%;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 14px;
    padding: 7px 0 8px 15%;
    text-align: center;
  }
  .search form dl dd .cat_tab li label:before {
    left: 8px;
  }
  .search form dl dd .cat_tab li input[type="checkbox"]:checked + label:after {
    left: 13px;
  }
}
.search form dl dd input {
  border: solid 1px #e9ebe8;
  width: 430px;
  height: 54px;
  font-size: 14px;
  padding-left: 13px;
  margin-bottom: 11px;
  box-sizing: border-box;
}
.search form dl dd .kwd_cap {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .search form dl dd input {
    font-size: 13px;
    width: 100%;
    height: 45px;
    margin-bottom: 6px;
    padding-left: 10px;
  }
  .search form dl dd .kwd_cap {
    font-size: 10px;
  }
}
.search form dl dd .books,
.search form dl dd .mag_cat,
.search form dl dd .elc {
  position: relative;
  display: none;
}
.search form dl dd .books select,
.search form dl dd .mag_cat select,
.search form dl dd .elc select {
  width: 316px;
  height: 42px;
  border-radius: 4px;
  font-size: 14px;
  border: solid 2px #e9ebe8;
  padding-left: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.search form dl dd .books ::-ms-expand,
.search form dl dd .mag_cat ::-ms-expand,
.search form dl dd .elc ::-ms-expand {
  display: none;
}
.search form dl dd .books:before,
.search form dl dd .mag_cat:before,
.search form dl dd .elc:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: solid 2px #aa1b48;
  border-right: solid 2px #aa1b48;
  transform: rotate(45deg);
  position: absolute;
  left: 286px;
  top: 11px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search form dl dd .books select,
  .search form dl dd .mag_cat select,
  .search form dl dd .elc select {
    font-size: 13px;
    width: 100%;
    height: 40px;
    padding-left: 11px;
  }
  .search form dl dd .books:before,
  .search form dl dd .mag_cat:before,
  .search form dl dd .elc:before {
    width: 6px;
    height: 6px;
    left: auto;
    right: 15px;
    top: 14px;
  }
}
.search form dl:nth-of-type(2) dt {
  padding-top: 40px;
}
.search form dl:nth-of-type(2) dd input {
  border: solid 1px #e9ebe8;
  width: 430px;
  height: 54px;
  font-size: 14px;
  padding-left: 13px;
  margin-bottom: 11px;
  box-sizing: border-box;
}
.search form dl:nth-of-type(2) dd .kwd_cap {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .search form dl:nth-of-type(2) dt {
    padding-top: 8px;
  }
  .search form dl:nth-of-type(2) dd input {
    font-size: 13px;
    width: 100%;
    height: 45px;
    margin-bottom: 6px;
    padding-left: 10px;
  }
  .search form dl:nth-of-type(2) dd .kwd_cap {
    font-size: 10px;
  }
}
.search form dl:nth-of-type(3) dd {
  position: relative;
}
.search form dl:nth-of-type(3) dd select {
  width: 316px;
  height: 42px;
  border-radius: 4px;
  font-size: 14px;
  border: solid 2px #e9ebe8;
  padding-left: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.search form dl:nth-of-type(3) dd ::-ms-expand {
  display: none;
}
.search form dl:nth-of-type(3) dd:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: solid 2px #aa1b48;
  border-right: solid 2px #aa1b48;
  transform: rotate(45deg);
  position: absolute;
  left: 311px;
  top: 38px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search form dl:nth-of-type(3) dd select {
    font-size: 13px;
    width: 100%;
    height: 40px;
    padding-left: 11px;
  }
  .search form dl:nth-of-type(3) dd:before {
    width: 6px;
    height: 6px;
    left: auto;
    right: 30px;
    top: 32px;
  }
}
.search form dl:nth-of-type(4) {
  margin-bottom: 34px;
}
.search form dl:nth-of-type(4) dd {
  font-size: 14px;
}
.search form dl:nth-of-type(4) dd span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 7px;
}
.search form dl:nth-of-type(4) dd span input {
  padding-left: 17px;
  height: 54px;
  box-sizing: border-box;
  border: solid 1px #e9ebe8;
  width: 110px;
}
.search form dl:nth-of-type(4) dd span:nth-of-type(2) {
  margin-left: 5px;
}
.search form dl:nth-of-type(4) dd span:nth-of-type(2) input {
  width: 47px;
  text-align: center;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .search form dl:nth-of-type(4) {
    margin-bottom: 18px;
  }
  .search form dl:nth-of-type(4) dd {
    font-size: 13px;
  }
  .search form dl:nth-of-type(4) dd span {
    margin-left: 7px;
    margin-right: 13px;
  }
  .search form dl:nth-of-type(4) dd span input {
    padding-left: 13px;
    height: 45px;
    width: 98px;
  }
  .search form dl:nth-of-type(4) dd span:nth-of-type(2) {
    margin-left: 7px;
  }
  .search form dl:nth-of-type(4) dd span:nth-of-type(2) input {
    width: 45px;
    text-align: left;
    padding-left: 13px;
  }
}
.search form .search_btn {
  text-align: center;
}
.search form .search_btn input {
  color: #fff;
  font-weight: bold;
  width: 340px;
  max-width: 90%;
  border-radius: 4px;
  border: none;
  border-bottom: solid 2px #e46600;
  background: #ff7200;
  font-size: 18px;
  line-height: 66px;
  cursor: pointer;
}
.search form .search_btn input:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .search form .search_btn {
    margin-bottom: 14px;
  }
  .search form .search_btn input {
    border-radius: 2px;
    line-height: 60px;
  }
}
.search__btn {
  margin: 0 auto;
  text-align: center;
}
.search__btn input[type=submit] {
  display: block;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  margin-left: 280px;
  padding: 12px 0px 12px 0px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #AA1B48;
  transition: .3s;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFF;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .search__btn input[type=submit] {
    margin-left: auto;
    margin-bottom: 40px;
  }
}

.other p {
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 30px;
}
.other p + h3 {
  margin-top: 45px;
}
.other table {
  text-align: left;
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 20px;
}
.other table th {
  padding-right: 1em;
}
.other a {
  color: #00a6bf;
  text-decoration: underline;
}
.other img {
  width: 100%;
}
.other .bold {
  font-weight: bold;
}
.other .caution {
  color: #ff0000;
  font-size: 14px;
  line-height: 200%;
}
.other h4 {
  margin: 0 0 2rem;
  padding: 1.2rem 2rem;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  background: #696b77;
  position: relative;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .other p {
    font-size: 13px;
  }
  .other img {
    max-width: 100%;
  }
}

.subscribe .lead {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .subscribe .lead {
    font-size: 13px;
    line-height: 180%;
  }
}
.subscribe .year_price {
  background: #eee;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .subscribe .year_price {
    font-size: 13px;
    padding: 20px 0;
    margin: 15px 0 20px;
  }
}
.subscribe h4 {
  background: #eee;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .subscribe h4 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.subscribe .flow {
  text-align: center;
  margin-bottom: 20px;
}
.subscribe .flow img {
  max-width: 100%;
}
.subscribe .black-caution {
  color: #000;
  font-size: 14px;
}
.subscribe .caution {
  color: #ff0000;
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .subscribe .caution {
    font-size: 11px;
    margin-bottom: 20px;
  }
}
.subscribe .woocommerce {
  position: relative;
}
.subscribe .woocommerce .next {
  display: none;
}
.subscribe .woocommerce:after {
  clear: both;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
}
.subscribe .woocommerce a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.subscribe .woocommerce .set_contents {
  font-size: 14px;
  margin-bottom: 15px;
}
.subscribe .woocommerce .flex_box {
  display: flex;
  flex-wrap: wrap;
}
.subscribe .woocommerce .flex_box div {
  width: calc(70% - 30px);
}
@media screen and (max-width: 768px) {
  .subscribe .woocommerce .flex_box div {
    width: 100%;
    margin-bottom: 30px;
  }
}
.subscribe .woocommerce .flex_box .img_wrap {
  width: 30%;
  margin-right: 30px;
  margin-bottom: 30px;
}
.subscribe .woocommerce .flex_box .img_wrap img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .subscribe .woocommerce .flex_box .img_wrap {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}
.subscribe .woocommerce .flex_box .tab_wrap,
.subscribe .woocommerce .flex_box .next {
  width: 100%;
}
.subscribe .woocommerce .add_to_cart_button {
  display: block;
  color: #fff;
  font-weight: bold;
  width: 300px;
  max-width: 100%;
  text-align: center;
  padding: 0;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 46px;
  border-radius: 4px;
  border-bottom: solid 2px;
  background: #ff7200 url(../img/under/cart.png) 7% center/20px auto no-repeat;
  font-size: 18px;
  line-height: 66px;
  border-color: #e46600;
  border: none;
}
.subscribe .woocommerce .add_to_cart_button:hover {
  background: #ff7200 url(../img/under/cart.png) 7% center/20px auto no-repeat;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .subscribe .woocommerce .add_to_cart_button {
    position: inherit;
    margin: 30px auto 0;
  }
}
.subscribe .woocommerce .volume {
  font-size: 14px;
  margin-bottom: 10px;
}
.subscribe .woocommerce h2 {
  color: #aa1b48;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .subscribe .woocommerce h2 {
    font-size: 14px;
  }
}
.subscribe .woocommerce .price {
  margin-bottom: 20px;
  font-size: 20px;
  display: block;
  font-weight: bold;
            /*
			border-top:1px solid #ccc;
			border-bottom:1px solid #ccc;*/
}

.advertise .pdf_link {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .advertise .pdf_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.advertise .pdf_link li {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .advertise .pdf_link li {
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    width: calc(50% - 5px);
    border: 2px solid #ccc;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.advertise .pdf_link li a {
  transition: .3s;
}
.advertise .pdf_link li a:hover {
  text-decoration: none;
  color: #aa1b48;
}
.advertise .pdf_link li a:after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 2px solid #aa1b48;
  border-bottom: 2px solid #aa1b48;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .advertise .pdf_link li a:after {
    content: none;
  }
}
.advertise .lead {
  font-size: 14px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .advertise .lead {
    font-size: 13px;
  }
}

.errata .lead {
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .errata .lead {
    font-size: 13px;
  }
}
.errata .anchor_link {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .errata .anchor_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.errata .anchor_link li {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .errata .anchor_link li {
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    border: 2px solid #ccc;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.errata .anchor_link li a {
  transition: .3s;
}
.errata .anchor_link li a:hover {
  text-decoration: none;
  color: #aa1b48;
}
.errata .anchor_link li a:after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 2px solid #aa1b48;
  border-bottom: 2px solid #aa1b48;
  display: inline-block;
  vertical-align: 3px;
  margin-left: 7px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .errata .anchor_link li a:after {
    border-right: 1px solid #aa1b48;
    border-bottom: 1px solid #aa1b48;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
  }
}
.errata table {
  width: 100%;
  text-align: left;
  font-size: 14px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .errata table {
    font-size: 13px;
  }
}
.errata table th {
  background: #f3f4f6;
  padding: 8px 10px;
}
@media screen and (max-width: 768px) {
  .errata table th {
    padding: 4px;
  }
}
.errata table th:first-child {
  border-right: 10px solid #fff;
  width: 740px;
}
@media screen and (max-width: 768px) {
  .errata table th:first-child {
    width: 65%;
  }
}
.errata table td {
  padding: 15px 0;
  border-bottom: 1px solid #e9ebe8;
}
@media screen and (max-width: 768px) {
  .errata table td {
    padding-right: 10px;
    line-height: 160%;
  }
  .errata table td:first-child {
    width: 65%;
  }
  .errata table td:last-child {
    padding-left: 5px;
  }
}
.errata table td a {
  color: #00a6bf;
}
@media screen and (max-width: 768px) {
  .errata #book, .errata #chiryo, .errata #yakkyoku, .errata #rp_plus {
    padding-top: 110px;
    margin-top: -110px;
  }
}

.magazin_sub_nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  background: #9E9E9F;
}
@media screen and (max-width: 768px) {
  .magazin_sub_nav ul {
    display: flex;
    flex-wrap: wrap;
    border-left: 0;
    border-top: 1px solid #e1e6e6;
  }
}
.magazin_sub_nav ul li {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.magazin_sub_nav ul li::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 11px;
  display: inline-block;
  width: 1px;
  height: 15px;
  transform: translate(-50%);
  /*位置調整*/
  background-color: #fff;
  /*下線の色*/
}
.magazin_sub_nav ul li:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .magazin_sub_nav ul li {
    width: 50%;
    border-left: 1px solid #e1e6e6;
    border-bottom: 1px solid #e1e6e6;
    box-sizing: border-box;
  }
  .magazin_sub_nav ul li.recipe_latest {
    width: 100%;
  }
  .magazin_sub_nav ul li::after {
    content: none;
  }
}
.magazin_sub_nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  transition: .3s;
}
.magazin_sub_nav ul li a:hover {
  background-color: #3E3A39;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .magazin_sub_nav ul li a {
    font-size: 13px;
    padding: 10px 3px;
  }
}
.magazin_sub_nav .this__backcolor {
  background-color: #3E3A39 !important;
}

.magazine_shortcode {
  position: relative;
}
.magazine_shortcode .flex_box {
  display: flex;
  flex-wrap: wrap;
}
.magazine_shortcode .flex_box > div {
  width: calc(70% - 30px);
}
@media screen and (max-width: 768px) {
  .magazine_shortcode .flex_box > div {
    width: 100%;
    margin-bottom: 30px;
  }
}
.magazine_shortcode .flex_box .img_wrap {
  width: 30%;
  margin-right: 30px;
  margin-bottom: 30px;
}
.magazine_shortcode .flex_box .img_wrap img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .magazine_shortcode .flex_box .img_wrap {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}
.magazine_shortcode .flex_box .tab_wrap,
.magazine_shortcode .flex_box .next {
  width: 100%;
}
.magazine_shortcode .volume {
  font-size: 14px;
  margin-bottom: 10px;
}
.magazine_shortcode h2 {
  color: #aa1b48;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .magazine_shortcode h2 {
    font-size: 14px;
  }
}
.magazine_shortcode .right {
  font-size: 1.4rem;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 14px !important;
}
@media screen and (max-width: 768px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 14px !important;
  }
}

.woocommerce-cart-form,
.woocommerce-info {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart-form,
  .woocommerce-info {
    font-size: 14px;
  }
}

.woocommerce table.cart td.actions .input-text[name="coupon_code"] {
  width: 10em;
  padding: 5px;
}

.cart-collaterals {
  font-size: 14px;
}
.cart-collaterals h2 {
  margin-bottom: 10px;
  font-weight: bold;
}

.woocommerce-notices-wrapper {
  font-size: 15px;
}

.pagination {
  text-align: center;
}
.pagination span,
.pagination a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin: 0 5px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .pagination span,
  .pagination a {
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 2px;
  }
}
.pagination span,
.pagination a:hover {
  border-bottom: 2px solid #aa1b48;
  text-decoration: none;
  transition: 0.2s all;
}
.pagination a:hover {
  opacity: 0.7;
}

.news {
  font-size: 14px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .news {
    font-size: 13px;
  }
}
.news .thumbnail {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news .thumbnail {
    margin-bottom: 10px;
  }
}
.news .thumbnail img {
  max-width: 80%;
}
.news p {
  margin-bottom: 20px;
}

.checkout {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .checkout {
    font-size: 13px;
  }
}

.detail__cart {
  box-sizing: border-box;
}
.detail__controller_flex {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 9px;
}
.detail__controller_qty {
  display: flex;
  align-items: center;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .detail__controller_qty {
    width: 40%;
    margin: 0 2.5%;
  }
}
.detail__controller_qty-ttl {
  width: 55%;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .detail__controller_qty-ttl {
    font-size: 1.3rem;
  }
}
.detail__controller_qty .quantity {
  width: 45%;
}
.detail__controller_qty .quantity input[type=number] {
  margin: 0;
  padding: 3px 6px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  line-height: 1;
  font-size: 1.4rem;
  width: 94%;
  text-align: center;
}
.detail__controller_instock {
  max-width: 50%;
  min-width: 30%;
}
.detail__controller_instock-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #d6d6d6;
  font-size: 1.2rem;
  font-weight: bold;
  color: #595757;
  padding: 2px 4px;
  box-sizing: border-box;
  text-align: center;
}
.detail__controller_instock-txt span {
  font-size: 1rem;
}
.detail__btn_add, .detail__btn_sub {
  display: block;
  width: 100%;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-align: center;
  margin-bottom: 16px;
}
.detail__btn_add {
  display: block;
  padding: 2.5rem 0;
  border-radius: 8px;
  display: block;
  padding: 13px 0;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #AA1B48;
  box-sizing: border-box;
}
.detail__btn_add:hover {
  opacity: 0.7;
}
.detail__btn_add-icon {
  display: inline-block;
  margin-right: -27px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  padding: 4px 0 2px 0;
}
.detail__btn_add-icon::before {
  content: "";
  width: 16px;
  height: 29px;
  background: url(../img/magazine/magazine_cart-icon.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -17px;
  left: -26px;
  transform: translateY(-50%);
}
.detail__btn_sub {
  width: 100%;
  padding: 1.4rem 0;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #9E9E9F;
  transition: .3s;
  margin-top: -4px;
}
.detail__btn_sub:hover {
  opacity: 0.7;
}
.detail__btn_icon {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  margin-left: 26px;
  text-align: center;
  line-height: 1;
}
.detail__btn_icon::after {
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 72px;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-image: url(../img/magazine/magazine_tachiyomi-icon.svg);
}
.detail__btn_ebook1 .detail__btn_icon {
  color: #aa1b48;
}
.detail__btn_ebook1 .detail__btn_icon::after {
  width: 1.1rem;
  height: 1.1rem;
  background-image: url(../img/under/icon_blank_red.png);
}
.detail__btn_ebook2 .detail__btn_icon {
  color: #46a84d;
}
.detail__btn_ebook2 .detail__btn_icon::after {
  width: 1.1rem;
  height: 1.1rem;
  background-image: url(../img/under/icon_blank_grn.png);
}
.detail__info {
  margin: 0 0 2rem;
  font-size: 1.4rem;
}
.detail__info_series {
  display: block;
  margin: 0 0 1.2rem;
  text-decoration: underline;
  font-weight: bold;
}
.detail__info_series a {
  color: #aa1b48;
}
.detail__info_catch {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: bold;
}
.detail__info_subtitle {
  font-weight: bold;
  font-size: 1.4rem;
}
.detail__info_sakusya, .detail__info_version {
  margin-top: 1em;
}

.magazin__nav_flex {
  background-color: #D2DCDC;
  display: flex;
  width: 970px;
  height: 100px;
  padding: 2%;
  margin: 0 auto;
  padding: 17px;
  box-sizing: border-box;
}
.magazin__nav_flex.chiryo {
  align-items: center;
}
.magazin__nav_flex-area {
  margin-left: 33px;
}
.magazin__nav_flex-img_chiryo {
  height: 48px;
}
.magazin__nav_flex-maintxt {
  font-size: 1.7rem;
  line-height: 1.35;
  margin-bottom: 4px;
}
.magazin__nav_flex-subtxt {
  font-size: 1.2rem;
}
.magazin__nav_flex.mag-yakkyoku {
  background-color: #dcd2db;
}
.magazin__nav_flex.mag-recipe {
  background-color: #DCDCD2;
}
.magazin__nav_flex .recipe_flex-img {
  max-width: 139px;
  max-height: 66px;
}
.magazin__nav_flex .yakkyoku_flex-img {
  max-width: 163px;
  max-height: 66px;
}

.bottom__btn_flex {
  display: flex;
  padding: 6px 0px 6px 16px;
  border-radius: 5px;
  font-size: 1.3rem;
  color: #fff;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .bottom__btn_flex {
    justify-content: center;
    align-items: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
  }
}
.bottom__btn_flex:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}
.bottom__btn_flex img {
  width: 70px !important;
  height: 18px !important;
  padding-left: 43px !important;
  margin-top: 0px !important;
}

.c-red {
  background-color: #DE5078;
  margin-top: 8px;
  margin-bottom: 18px;
}
.c-red p {
  margin-left: 7px;
}
.c-red img {
  margin-left: -18px !important;
}

.c-green {
  background-color: #59B88E;
  margin-bottom: 8px;
  margin-top: 15px;
}
.c-green p {
  margin-left: 7px;
}
.c-green img {
  margin-left: -18px !important;
}

.add-cart {
  font-weight: bold;
  border: none;
}
.add-cart span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .magazine__bnr {
    padding-left: 16px;
  }
}
.magazine__bnr li {
  display: flex;
  align-items: center;
}
.magazine__bnr li a p {
  font-size: 16px;
  font-weight: 600;
}
.magazine__bnr li img {
  margin-left: 0 !important;
  margin-top: 0 !important;
  width: 28px !important;
  height: 42px !important;
  margin-right: 4px;
  margin-bottom: 0 !important;
}

.book__details {
  padding: 5px 0px 0px 15px;
  margin-bottom: 48px;
}
.book__details_item {
  font-size: 1.5rem;
  position: relative;
  padding: 4px;
  margin-bottom: 4px;
}
.book__details_item a {
  color: #aa1b48;
  font-weight: bold;
}
.book__details_item::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  padding-right: 10px;
  background-image: url(../img/under/right-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.recipe__font {
  font-size: 13px !important;
  font-weight: normal !important;
}

.magazin__recipe_nav_flex {
  background-color: #DCDCD2;
  display: flex;
  width: 970px;
  height: 100px;
  padding: 2%;
  margin: 0 auto;
  padding: 17px 25px 0px 0px;
  box-sizing: border-box;
}

.book__recipe_details {
  padding: 5px 0 0 0;
  margin-bottom: 26px !important;
}

.magazin__iryo_nav_flex {
  background-color: #DCD2DC;
  display: flex;
  width: 970px;
  height: 100px;
  padding: 2%;
  margin: 0 auto;
  padding: 5px 0px 0px 15px;
  box-sizing: border-box;
}

.book__iryo_details {
  margin-bottom: 45px !important;
  margin-top: 24px;
}
.book__iryo_details .book__details_item {
  padding-bottom: 5px !important;
}

.iryo_sbttl {
  font-size: 16px;
}

.sns_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 0px;
}

.twitter_flex {
  display: flex;
  width: 184px;
  justify-content: space-between;
}

.sns_icon {
  width: 75px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .sns_icon {
    height: 22px;
  }
}

.sp-twitter_flex {
  display: none;
}

.magazine_sp-sidebar {
  display: none;
}
.magazine_sp-sidebar aside.sidebar {
  display: none;
}

.prodact__flex {
  display: flex;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .prodact__flex {
    flex-direction: column;
  }
}
.prodact__flex_left .detail__cart form .bottom__btn_flex {
  padding: 6px 0px 6px 13px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .prodact__flex_left .detail__cart form .bottom__btn_flex {
    box-sizing: border-box;
  }
}
.prodact__flex_left .subscribe__image {
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.prodact__flex_right {
  margin-left: 26px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .prodact__flex_right {
    margin-left: 0;
  }
}
.prodact__flex_right .detail__info_catch {
  line-height: 1.5;
  font-size: 2.0rem;
  font-weight: bold;
}
.prodact__flex_right .detail__info_sakusya,
.prodact__flex_right .detail__info_version {
  margin-top: 0.5em;
}
.prodact__flex_right .price {
  margin-top: 14px;
  margin-bottom: 14px;
}
.prodact__flex_right ul {
  margin-bottom: 26px;
}
.prodact__flex_right ul li {
  font-size: 13px;
  margin-bottom: 4px;
  list-style-type: disc;
  margin-left: 17px;
}
.prodact__flex_right .product_gry_boder {
  width: 100%;
  height: 1px;
  background-color: #C8C9CA;
  margin-bottom: 30px;
}
.prodact__flex_right_ttl {
  font-size: 18px;
  margin-bottom: 16px;
  color: #AA1B48;
  font-weight: bold;
}
.prodact__flex_right_txt {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 15px;
}
.prodact__flex_right_txt a {
  color: #AA1B48;
  text-decoration: underline;
}

.main_prodact_flexbox {
  width: 970px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
}
.main_prodact_flexbox main {
  width: 720px;
}
.main_prodact_flexbox .sidebar {
  width: 210px;
}

.top_flex .gry_ttl {
  color: #595757 !important;
  font-weight: bold;
}
.top_flex .main_prodact_flexbox_ttl {
  margin: 0 0 1px 0;
  padding: 0px 3.8rem 14px 0;
  position: relative;
  font-size: 19px;
  color: #595757;
  font-weight: bold;
}
.top_flex .main_prodact_flexbox_ttl a {
  color: #595757;
}
@media screen and (max-width: 768px) {
  .top_flex .main_prodact_flexbox_ttl {
    font-size: 17px;
  }
}

.prodact_top_flex__border {
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background-color: #AA1B48;
  margin-top: -7px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .prodact_top_flex__border {
    margin-top: 0;
  }
}

.prouact__img {
  display: block;
  margin: 0 auto 34px;
  width: 244px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .prouact__img {
    margin: 20px auto 30px;
  }
}

.under .tab_wrap .tab_content .tab.show.product {
  font-size: 15px;
  line-height: 1.5;
}

.product_next_flex {
  display: flex;
  align-items: flex-start;
}
.product_next_flex .product_yajirusi {
  width: 15px;
  height: 17px;
  margin-right: 6px;
}
.product_next_flex .border_ttl {
  padding-bottom: 5px;
  border-bottom: none;
  margin-bottom: 0;
}
.product_next_flex .border_ttl:after {
  content: none;
}

.next h3.border_ttl {
  padding-left: 21px;
  line-height: 16px;
  background: url(../img/magazine/yajirusi-icon.svg) no-repeat;
  padding-bottom: 0px;
  color: #AA1B48;
  margin-bottom: 5px;
  border-bottom: none;
}
.next h3.border_ttl::after {
  content: none;
}
.next .product_gry_boder {
  width: 100%;
  height: 1px;
  background-color: #C8C9CA;
  margin-bottom: 20px;
}

.product_kanren_flex {
  display: flex;
  border-bottom: 2px solid #e4e5ec;
  padding-bottom: 41px;
  margin-bottom: -23px;
}
.product_kanren_flex .kanren_flex-item {
  width: 25%;
}
.product_kanren_flex .kanren_flex-item img {
  width: 125px;
  margin-top: 12px;
  margin-bottom: 12px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .product_kanren_flex {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .product_kanren_flex .kanren_flex-item {
    width: 44%;
    margin-left: 19px;
  }
  .product_kanren_flex .kanren_flex-item img {
    width: 67%;
    margin-top: 14px;
    margin-left: 17px;
    margin-bottom: 0;
  }
  .product_kanren_flex .kanren_flex-item:last-child {
    margin-top: 41px;
  }
}

.product_twitter_flex {
  display: flex;
  justify-content: space-between;
  margin-right: -20px;
  margin-left: auto;
}

.ttl__top_border {
  width: 100%;
  margin: 0 auto;
  height: 2px;
  background-color: #AA1B48;
  margin-top: -7px;
  margin-bottom: 15px;
}

.ttl__top_common {
  margin: 0 0 1px 0;
  padding: 0px 3.8rem 14px 0;
  position: relative;
  font-size: 19px;
  font-weight: bold;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .ttl__top_common {
    margin: 3px 0 0 0;
    padding: 0px 0 6px 0px;
    font-weight: bold;
  }
}

.other_lineheight {
  line-height: 1.5;
}

h3.border_ttl {
  padding-left: 21px;
  line-height: 16px;
  background: url(../img/magazine/yajirusi-icon.svg) no-repeat;
  padding-bottom: 0px;
  color: #AA1B48;
  margin-bottom: 16px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  h3.border_ttl {
    background-size: 16px;
    line-height: 1.3;
    background-position: left 3px;
  }
}
h3.border_ttl::after {
  content: none;
}

.product_gry_boder {
  width: 100%;
  height: 1px;
  background-color: #C8C9CA;
  margin-bottom: 20px;
}

.toukei__bottom_flex {
  display: flex;
}
.toukei__bottom_flex .border_ttl {
  padding-left: 5px;
  line-height: 16px;
  margin-bottom: 16px;
  border-bottom: none;
  background: none;
  line-height: 1.3;
}
.toukei__bottom_flex img {
  width: 20px;
  height: 20px;
}

.magazine__back {
  text-align: center;
  padding-bottom: 1em;
}
.magazine__back img {
  max-width: 100%;
}

.magazine__pdng {
  padding: 12px 0 5px 0 !important;
}
.magazine__main_flexbox {
  padding: 10px 0 0 !important;
}
.magazine__main_flexbox .magazine＿＿width .ttl__top_h2 {
  padding: 22px 0px 23px 4px;
}
.magazine__main_flexbox .magazine＿＿width .ttl__top_border {
  margin-bottom: 25px;
  width: 970px;
}
.magazine__main_flexbox .magazine＿＿width .backnumber_border {
  margin-bottom: 12px;
}
.magazine__main_flexbox .magazine＿＿width .postscript__center .item_list .books__list_item {
  align-items: flex-start;
  margin-bottom: 22px;
}
.magazine__main_flexbox .magazine＿＿width .postscript__center .item_list .books__list_item input[type="checkbox"][name="cart_add_check"] {
  transform: scale(1.5);
}
.magazine__main_flexbox .magazine＿＿width .postscript__center .item_list .books__list_item a .books__list_img {
  padding: 13px 0 8px 15px;
  margin-right: 30px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}
.magazine__main_flexbox .magazine＿＿width .postscript__center .item_list .books__list_item .books__list_item-right {
  margin-left: 1%;
  margin-top: 0px;
  flex-grow: 2;
}
.magazine__main_flexbox .magazine＿＿width .postscript__center .item_list .books__list_item .books__list_item-right .books__list_cont {
  padding: 0 0 10px 0;
}
.magazine__main_flexbox .magazine＿＿width .postscript__center .item_list .books__list_item .books__list_item-right .books__list_cont .books__list_ttl {
  margin-bottom: 1%;
}
.magazine__main_flexbox .magazine＿＿width .postscript__center .item_list .books__list_item .books__list_item-right .postscript__book_txt {
  margin-top: 0px;
}
.magazine__main_flexbox .magazine＿＿width .postscript__center .item_list .books__list_item .books__list_item-right .books__list_item-btn-flex {
  margin-left: 0;
}
.magazine .backnumber_border {
  margin-bottom: 12px !important;
}

.rinjizoukangou_list .books__list_item a .books__list_img {
  margin: 0px 16px 0px 10px !important;
}
.rinjizoukangou_list .books__list_item-right {
  margin-top: 6px !important;
  padding-top: 0 !important;
}

.lowerpage_flexbox {
  padding: 0;
  width: 977px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.lowerpage_flexbox .sidebar {
  width: 210px;
}

.lowerpage_ttl {
  font-size: 24px;
  margin-bottom: 29px;
  color: #595757;
  font-weight: bold;
}

.lowerpage_pdg {
  padding-top: 0 !important;
}

.lowerpage-result_ttl {
  font-size: 24px;
  margin-bottom: 26px;
  margin-left: 7px;
  margin-top: 2px;
  color: #595757;
  font-weight: bold;
}

.lowerpage-result__border {
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background-color: #AA1B48;
  margin-top: -7px;
  margin-bottom: 15px;
}

.result-list_pdg {
  margin-top: 0;
}

.lowerpage-result__bottom_flex {
  margin-top: 72px;
  margin-left: 232px;
  display: flex;
}
.lowerpage-result__bottom_flex a {
  background-color: #E4E5EC;
  color: #000;
  border-radius: 50%;
  margin-right: 14px;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
}
.lowerpage-result__bottom_flex a:hover {
  background-color: #AA1B48;
  color: #fff;
}

.store_border {
  margin-bottom: 19px !important;
}

.ec-cartRole .ec-cartRole__totalAmount {
  color: #AA1B48 !important;
}

.red__btn {
  display: inline-block;
  max-width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  margin: 20px 0;
  text-align: center;
  background: #AA1B48;
  border-radius: 4px;
}
.red__btn:hover {
  color: #fff;
  text-decoration: none;
  background: #70102e;
}

.ec-pageHeader h1 {
  margin: 0 0 8px;
  border-bottom: 1px solid #AA1B48 !important;
  border-top: none !important;
  padding: 8px 0 12px !important;
  font-size: 16px !important;
  font-weight: bold !important;
}
@media (min-width: 769px) {
  .ec-pageHeader h1 {
    margin: 10px 0px 48px !important;
    padding: 8px 0 !important;
    padding-bottom: 13px !important;
    font-size: 24px !important;
    font-weight: bold !important;
  }
}

.ec-blockBtn--action {
  background-color: #AA1B48 !important;
}

.news .news_title {
  font-size: 17px;
  line-height: 1.25;
  border-bottom: 2px solid #AA1B48;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.news .news_date {
  text-align: right;
  margin-bottom: 1em;
}

.ec-pagerRole .ec-pager {
  font-size: 1.5rem;
}

.ec-role,
.ec-cartRole,
.ec-orderRole {
  padding: 0;
}

.ec-orderAccount__account {
  padding: 0.5em 0;
}

.ec-orderRole__detail .cart_title {
  margin: 60px 0 8px 0;
  padding: 8px 8px;
  border-bottom: 2px solid #AA1B48;
  font-size: 17px;
  font-weight: bold;
  background-color: #F3F3F3;
}
.ec-orderRole__detail .cart_title i {
  color: #AA1B48;
}
.ec-orderRole__detail .ec-orderAccount h2 {
  margin-top: 0;
}
.ec-orderRole__detail .cart_title2 {
  font-size: 15px;
  margin: 1em 0 0.5em 0;
  background-color: #AA1B48;
  padding: 8px;
  color: #fff;
}
.ec-orderRole__detail .cart_title3 {
  font-size: 15px;
  margin: 1em 0 0 0;
  border-bottom: #AA1B48 2px solid;
  padding: 8px 0;
  font-weight: bold;
}
.ec-orderRole__detail .cart_anno {
  font-size: 14px;
}
.ec-orderRole__detail .cart_alert {
  color: #DE5D50;
}
.ec-orderRole__detail ul.tradelaws {
  margin: 1em 0;
  padding: 0.5em;
  border: 1px solid #AA1B48;
  background-color: #ffe4e1;
}
.ec-orderRole__detail ul.tradelaws a {
  color: #AA1B48;
  text-decoration: underline;
}

.ec-orderRole__summary .ec-totalBox {
  padding: 16px 12px;
}
.ec-orderRole__summary .ec-totalBox .ec-totalBox__price {
  font-size: 22px;
  margin-left: 8px;
}

/*# sourceMappingURL=style.css.map */
