@charset "UTF-8";

/* Scss Document */

.mW {
  margin: 0 20px;
}

@media screen and (max-width: 480px) {
  .mW {
    margin: 0 5%;
  }
}

/*********************

reset

*********************/

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*********************

utility

*********************/

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*********************

all

*********************/

img {
  width: 100%;
}


/* new clearfix */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  clear: both;
}

.txtB {
  font-weight: bold;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.opa {
  opacity: 1;
  transition: 0.3s;
  transition-property: opacity;
  cursor: pointer;
}

.opa:hover {
  opacity: 0.8;
}

.listBox>li .interview {
  color: #d19d52
}

.listBox>li .outset {
  color: #5cd17f
}

.listBox>li .columnessay {
  color: #d1473d
}

.listBox>li .event {
  color: #3291d1
}

.listBox>li .event-sch {
  color: #2C6BE8
}

.listBox>li .event-report {
  color: #2A37DE
}

.listBox>li .review {
  color: #3d82ea
}

.listBox>li .commentary {
  color: #D7A3A1
}

.listBox>li .mystery-ch {
  color: #3d82ea
}

.listBox>li .tachiyomi {
  color: #269E4A
}

.listBox>li .sales {
  color: #e63331
}

.listBox>li .koukousei {
  color: #47c2d1
}

.listBox>li .media-release {
  color: #3d82ea
}

.listBox>li .bunshun-photo {
  color: #3d82ea
}

.listBox>li .sp {
  color: #000
}

.listBox>li .news {
  color: #202F55
}

.listBox>li .info {
  color: #5F6527
}

.listBox>li .feature {
  color: #A40E4C
}

.listBox>li .books-online {
  color: #808000
}

.listBox>li .bunshun-online{
  color: #708090
}


@media screen and (max-width: 600px) {
  .opa:hover {
    opacity: 1;
  }
}

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #091a16;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 400;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

*:focus {
  outline: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a {
  color: #313131;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 600px) {
  a:hover {
    opacity: 1;
  }
}

.opa {
  transition: .3s;
}

.opa:hover {
  opacity: 0.7;
}

@media screen and (max-width: 600px) {
  .opa:hover {
    opacity: 1;
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.pcNone {
  display: none;
}

@media screen and (max-width: 480px) {
  .pcNone {
    display: inline-block;
  }
}

.spNone {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .spNone {
    display: none;
  }
}

.spS {
  display: none;
}

@media screen and (max-width: 400px) {
  .spS {
    display: block;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap
}

.mainWrap {
  background: #F7F7F7;
  margin: 150px 0 0 0;
  padding: 0 0 40px;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .mainWrap {
    margin: 0;
    padding: 124px 0 0 0;
  }
}

@media screen and (max-width: 750px) {
#detail.static .mainWrap,
  .mainWrap {
    background: #fff;
    padding: 125px 0 0 0;
  }
}

@media screen and (max-width: 600px) {
#detail.static .mainWrap,
  .mainWrap {
    background: #fff;
    padding: 104px 0 0 0;
  }
}

@media screen and (max-width: 480px) {
#detail.static .mainWrap,
  .mainWrap {
    background: #F7F7F7;
    padding: 92px 0 0 0;
  }
}

#top .mainWrap {
  background: #F7F7F7 !important;
}

.w1080 {
  max-width: 1080px;
  margin: 0 auto;
}

/*********************

header

*********************/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  font-size: 0.875rem;
  padding: 0 20px 16px;
  z-index: 5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .24);
  /*btnSearchIcon*/
  /*searchBox*/
  /*.navPcBox*/
}

@media screen and (max-width: 600px) {
  header {
    padding: 0 20px 0.5em;
  }
}

@media screen and (max-width: 480px) {
  header {
    padding: 0 20px 8px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

header>.w1080 {
  position: relative;
}

header .logo {
  margin: 20px auto 3px;
  width: 100%;
  max-width: 180px;
  transition: all 0.3s;
}

@media screen and (max-width: 600px) {
  header .logo {
    margin: 20px 0 0;
    max-width: 128px;
  }
}

header .logo img {
  height: auto;
}

header .logo.mini {
  max-width: 110px;
}

@media screen and (max-width: 600px) {
  header .logo.mini {
    max-width: 90px;
  }
}

header .logoTxt {
  text-align: center;
  letter-spacing: .035em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}

@media screen and (max-width: 600px) {
  header .logoTxt {
    margin: 0.5em 0 0 0;
    font-size: 0.875rem;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  header .logoTxt {
    margin: 2px 0 0 0;
    font-size: 0.875rem;
    line-height: 1.2em;
  }
}

header .btnSearchIcon {
  width: 24px;
  position: absolute;
  right: 43px;
  height: 19px;
  top: 0;
  z-index: 1;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 960px) {
  header .btnSearchIcon {
    display: block;
  }
}

header .btnSearchIcon .nav__line {
  background: #fff;
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
  display: none;
}

header .btnSearchIcon .txt {
  position: absolute;
  bottom: -18px;
  right: 0;
  font-weight: bold;
  font-size: 0.75rem;
  color: #fff;
  transform: scale(0.5);
  white-space: nowrap;
  width: 28px;
  display: none;
}

header .btnSearchIcon .txt.active {
  display: block;
}

header .btnSearchIcon .nav__line--top.active {
  top: 9px;
  transform: rotate(45deg);
  display: block;
}

header .btnSearchIcon .nav__line--center.active {
  transform: scaleX(0);
  display: block;
}

header .btnSearchIcon .nav__line--bottom.active {
  bottom: 7px;
  transform: rotate(135deg);
  display: block;
}

header .btnSearchIcon.active {
  z-index: 20;
  right: 0;
}

header .btnSearchIcon.active img {
  display: none;
}

header .searchBox {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

@media screen and (max-width: 960px) {
  header .searchBox {
    right: 45px;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    /*height: 100%;*/
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
}

header .searchBox input[type="text"] {
  color: #8F8F8F;
  border: none;
  border-bottom: 1px solid #707070;
  padding: 0;
  height: 2.0em;
  width: 190px;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  header .searchBox input[type="text"] {
    height: 40px;
    margin-top: 40px;
    padding: 0 0.5em;
    width: 65%;
  }
}

header .searchBox input[type="submit"] {
  cursor: pointer;
  border: none;
  background: url("/common/images/v2/icon_search.svg") no-repeat;
  margin: 0;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
  height: 20px;
  width: 20px;
}

@media screen and (max-width: 960px) {
  header .searchBox input[type="submit"] {
    position: absolute;
    top: 0;
    left: -35px;
    background: url("/common/images/v2/icon_searchW.svg") 0 0/24px 24px no-repeat;
    margin: 0 10px 0 0;
    width: 24px;
    height: 24px;
  }
}

header .searchBox .btnDetail {
  display: none;
}

@media screen and (max-width: 960px) {
  header .searchBox .btnDetail {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  header .searchBox .gnavWrap form {
    position: relative;
    display: inline;
  }
}

header .searchBox .btnDetail {
  margin: 2em 0 2em 0;
}

header .searchBox .btnDetail a {
  background: #fff;
  border-radius: 3px;
  color: #000;
  font-size: 0.875rem;
  padding: 0.5em 2em;
}

header .navPcBox {
  margin: 12px auto 0;
}

@media screen and (max-width: 960px) {
  header .navPcBox {
    display: none;
  }
}

header .navPcBox .nav {
  position: relative;
  justify-content: space-around;
}

header .navPcBox .nav>li {
  position: relative;
  font-weight: bold;
  line-height: 1em;
}

header .navPcBox .nav>li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

header .navPcBox .nav>li:hover ul {
  top: 29px;
  visibility: visible;
  opacity: 1;
}

header .navPcBox .nav>li a {
  font-weight: bold;
  padding: 0 0 16px 0;
}

header .navPcBox .nav .second {
  padding: 0;
  visibility: hidden;
  text-align: center;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 20px;
  left: 0;
  width: 140px;
  background: #fff;
  border: 1px solid #707070;
  transition: top .2s ease;
}

header .navPcBox .nav .second li {
  margin: 1.4em 0;
}

header .navBtn {
  height: 19px;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  z-index: 1;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 960px) {
  header .navBtn {
    display: block;
  }
}

header .navBtn.active {
  z-index: 20;
}

header .navBtn .nav__line {
  background: #373737;
  display: block;
  height: 3px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}

header .navBtn .txt {
  position: absolute;
  bottom: -18px;
  right: 0;
  font-weight: bold;
  font-size: 0.75rem;
  color: #373737;
  transform: scale(0.5);
  white-space: nowrap;
  width: 33px;
}

header .navBtn .txt.active {
  color: #fff;
  width: 30px;
}

header .navBtn .nav__line--center {
  top: 8px;
}

header .navBtn .nav__line--bottom {
  bottom: 0;
}

header .navBtn .nav__line--top.active {
  top: 9px;
  transform: rotate(45deg);
  background: #fff;
}

header .navBtn .nav__line--center.active {
  transform: scaleX(0);
  background: #fff;
}

header .navBtn .nav__line--bottom.active {
  bottom: 7px;
  transform: rotate(135deg);
  background: #fff;
}

header .navSpBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}

header .navSpBox .gnavWrap {
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

header .navSpBox .gnavNav {
  padding: 73px 0;
}

header .navSpBox .gnavNav_item {
  text-align: left;
}

header .navSpBox .gnavNav_item:not(:nth-child(1)) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

header .navSpBox .gnavNav_link {
  position: relative;
  display: block;
  color: #fff;
  font-size: 24px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  padding: 18px 40px 18px 20px;
}

header .navSpBox .gnavNav_link::before {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 9px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/common/images/v2/icon_arrow2.svg');
  margin: auto;
}

header .navSpBox .gnavNav_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 20px 25px;
}

header .navSpBox .gnavNav_item2 {
  border: 1px solid #5c5c5c;
  margin: 0 -1px -1px 0;
}

header .navSpBox .gnavNav_link2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 52px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 8px;
}

header .navSpBox .gnavNav_btnNew {
  font-size: 0.8125rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 20px;
}

header .navSpBox .gnavNav_btnNewLink {
  display: block;
  color: #fff;
  background-color: #000;
  padding: 1.5em 1em;
}



header .navSpBox .gnavNav_btnNew span {
  font-size: 1.4375rem;
}

header .navSpBox .gnavNav_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 20px;
}

header .navSpBox .gnavNav_snsLink {
  display: block;
  color: #fff;
}

header .navSpBox .gnavNav_snsImg {
  width: 32px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(7406%) hue-rotate(28deg) brightness(98%) contrast(105%);
}

header .navSpBox .gnavNav_snsItem.-facebook i,
header .navSpBox .gnavNav_snsItem.-rss i {
    position: relative;
    content: '';
    display: inline-block;
    width: 30px;
    height:30px;
    top: 4px;
    background-size: contain;
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(332deg) brightness(106%) contrast(102%);
}
header .navSpBox .gnavNav_snsItem.-facebook i{
background: url(/common/images/v2/books/sns-facebook.svg) no-repeat;
  margin:0;
}
header .navSpBox .gnavNav_snsItem.-rss i  {
    background: url(/common/images/v2/books/rss.svg) no-repeat;
}

header .navSpBox .gnavNav_subBox {
  margin-top: 24px;
}

header .navSpBox .gnavNav_subBoxLink {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding: 7px 20px;
}

/*********************

sideWrap

*********************/

.sideWrap {
}

.sideWrap .otherListBox {
  padding: 2em 20px;
}

@media screen and (max-width: 750px) {
  .sideWrap .otherListBox .w1080.flex {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .sideWrap .otherListBox .w1080.flex {
    width: 100%;
  }
}

.sideWrap .otherListBox .mainTtl {
  font-size: 1.3rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .sideWrap .otherListBox .mainTtl {
    font-size: 1.25rem;
  }
}

.sideWrap .otherListBox ul {
  line-height: 1.2em;
  align-items: flex-start;
}

.sideWrap .otherListBox ul li {
  margin: 1.5em 0 1em 0;
}

@media screen and (max-width: 650px) {
  .sideWrap .otherListBox ul li {
    margin: 1em 0 1em 0;
  }
}

.sideWrap .otherListBox ul a {
  color: #8F8F8F;
  font-size: 0.875rem;
}

.sideWrap .otherListBox ul .img {
  position: relative;
  width: 80px;
  margin: 0 1em 0 0;
}

@media screen and (max-width: 600px) {
  .sideWrap .otherListBox ul .img {
    width: 68px;
  }
}

.sideWrap .otherListBox ul .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.sideWrap .otherListBox ul .img .imgDeco img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sideWrap .otherListBox ul .dataBox {
  flex: 1;
}

.sideWrap .otherListBox ul .data::before {
content:"";
background: url(/common/images/v2/books/icon-calendar-s.svg) no-repeat left;
background-size: 12px;
font-size: 12px;
margin: 4px 0.3em 0 0;
vertical-align: top;
display:inline-block;
width: 12px;
height: 12px;
 filter: brightness(0) saturate(100%) invert(66%) sepia(0%) saturate(4%) hue-rotate(176deg) brightness(86%) contrast(88%);

}

.sideWrap .otherListBox ul .ttl {
  margin: 0.5em 0 0 0;
}

@media screen and (max-width: 600px) {
  .sideWrap .otherListBox ul .ttl {
    font-size: 0.75rem;
  }
}

.sideWrap .otherListBox .listBox:nth-child(1) {
  margin: 0 1.7em 0 0;
}

@media screen and (max-width: 750px) {
  .sideWrap .otherListBox .listBox:nth-child(1) {
    margin: 0;
    padding: 2em 0 0.5em 0;
  }
}

@media screen and (max-width: 600px) {
  .sideWrap .otherListBox .listBox:nth-child(1) {
    padding: 1em 0 0.5em 0;
  }
}

@media screen and (max-width: 750px) {
  .sideWrap .otherListBox .listBox:nth-child(1) .flex {
    align-items: flex-start;
  }
}

@media screen and (max-width: 600px) {
  .sideWrap .otherListBox .listBox:nth-child(1) .data {
    font-size: 0.5625rem;
  }
}

.sideWrap .otherListBox .listBox:nth-child(2) {
  margin: 0 0 0 1.7em;
}

@media screen and (max-width: 750px) {
  .sideWrap .otherListBox .listBox:nth-child(2) {
    margin: 0;
    padding: 2em 0 0.5em 0;
  }
}

.sideWrap .otherListBox .listBox:nth-child(2) .data::before {
  font-size: 16px;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .sideWrap .otherListBox .listBox:nth-child(2) .data {
    font-size: 0.75rem;
  }
}

.sideWrap .otherListBox .btn {
  text-align: right;
}

.sideWrap .otherListBox .btn a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  content: '';
  display: inline-block;
  width: 47px;
  height: 7px;
  background: url("/common/images/v2/icon_arrowO.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.sideWrap .banners {
  background-color: #F7F7F7;
  padding: 70px 20px;
}

@media (max-width: 750px) {
  .sideWrap .banners {
    padding: 50px 20px;
  }
}

.sideWrap .bnrBox {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  column-gap: 22px;
  row-gap: 16px;
  max-width: 982px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .sideWrap .bnrBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

.sideWrap .bnrBox_link {
  display: block;
}

.sideWrap .bnrBox_img {
  height: auto;
}

.sideWrap .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: min(calc(50 / 1080 * 100vw), 50px);
  margin-top: 40px;
}

@media (max-width: 750px) {
  .sideWrap .btns {
    flex-direction: column;
    gap: 14px;
    margin-top: 30px;
  }
}

.sideWrap .btns_btn {
  flex: 1;
  max-width: 384px;
  min-height: 73px;
  text-align: center;
}

@media (max-width: 750px) {
  .sideWrap .btns_btn {
    width: 100%;
    max-width: 400px;
  }
}

.sideWrap .btns_btn.-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  background: #000;
  color: #fff;
  padding: 1em 2em;
  border-radius: 3px;
}

@media screen and (max-width: 750px) {
  .sideWrap .btns_btn.-new {
    font-size: 0.8125rem;
    padding: 1.6em 1em;
  }
}

/*  .sideWrap .btns_btn.-new::after {
font-family: "Font Awesome 5 Free";
  content: '\f2d2';
  font-size: 1.725rem;
  margin: 0 0.2em 0 1em;
  vertical-align: middle;
}*/

@media screen and (max-width: 750px) {
/*  .sideWrap .btns_btn.-new::after {
    margin: 0 0.2em 0 0.5em;
    vertical-align: top;
  }*/
}

@media screen and (max-width: 480px) {
/*  .sideWrap .btns_btn.-new::after {
    margin: 0 0 0 0.4em;
   font-size: 20px;
    display: inline-block;
  }*/
}

.sideWrap .btns_btn.-new span {
  font-size: 1.3125rem;
}

@media screen and (max-width: 750px) {
  .sideWrap .btns_btn.-new span {
    display: inline-block;
    font-size: min(calc(23 / 390 * 100vw), 23px);
    max-width: 400px;
  }
}

.sideWrap .btns_btn.-mailMag {
  color: #fff;
  font-size: 1.525rem;
  padding: 1em 2em;
  background: #D07046;
  border-radius: 3px;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .sideWrap .btns_btn.-mailMag {
    font-size: 1.3rem;
    padding: 1em;
  }
}

/*.sideWrap .btns_btn.-mailMag::after {
  font-family: "Font Awesome 5 Free";
  content: '\f044';
  font-size: 1.725rem;
  margin: 0 0 0 .8em;
}*/

/*********************

footer

*********************/

footer {
  margin: 2em 0 0 0;
  /*navBox*/
}

@media screen and (max-width: 600px) {
  footer {
    margin: 3em 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  footer {
    margin: 0;
  }
}

footer>.mW>.flex {
  flex-direction: row-reverse;
  width: 95%
}

@media screen and (max-width:960px) {
  footer>.mW>.flex {}
}

@media screen and (max-width: 650px) {
  footer>.mW>.flex {
    width: 90%;
    display: block;
  }
}

footer>.mW {
  margin: 0;
}

footer .photoBox {
  margin: 0 10px 0 1em;
  max-width: 317px;
}

@media screen and (max-width: 960px) {
  footer .photoBox {
    max-width: 295px;
  }
}

@media screen and (max-width: 750px) {
  footer .photoBox {
    max-width: 240px;
  }
}

@media screen and (max-width: 650px) {
  footer .photoBox {
    margin: 0 auto 0;
    padding: 2em 0;
  }
}

footer .photoBox .ttl {
  font-size: 1.3rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: .035rem
}

@media screen and (max-width: 960px) {
  footer .photoBox .ttl {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 600px) {
  footer .photoBox .ttl {
    font-size: 1.25rem;
  }
}

footer .photoBox .img {
  margin: 1em 0 0 0;
}

footer .photoBox .img img {
  height: auto;
}

@media screen and (max-width: 600px) {
  footer .photoBox .img {
    width: 85%;
    margin: 1em auto 0;
  }
}

@media screen and (max-width: 650px) {
  footer .navBox {
    text-align: center;
    margin: 3em 0 0 0;
  }
}

footer .navBox .logo {
  align-items: center;
}

@media screen and (max-width: 960px) {
  footer .navBox .logo {
    margin: 0 auto;
  }
}

footer .navBox .sitenav {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

footer .navBox .logo a {
  max-width: 180px;width: 100%;
}

@media screen and (max-width: 750px) {
  footer .navBox .logo a {
    max-width: 135px;
  }
}

footer .navBox .txt {
  display: inline-block;
  font-size: 0.875rem;
  color: #5A5A5A;
  margin: 0 0 0 1em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}

footer .navBox .logo img {
  height: auto;
}

footer .navBox .nav {
  text-align: left;
  margin: 2em 0 0 0;
}

@media screen and (max-width: 960px) {
  footer .navBox .nav {
    margin: 0.5em 0 0 0;
  }
}

@media screen and (max-width: 650px) {
  footer .navBox .nav:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

footer .navBox .nav li {
  margin: 0 0 1em 0;
  line-height: 1.1
}

@media screen and (max-width: 650px) {
  footer .navBox .nav li {
    margin: 0 0.3em 0.3em;
  }
}

footer .sitenav .nav li {
  margin: 0 0 1em 0;
  line-height: 1.1;
  font-size: 100%;
}

@media screen and (max-width: 960px) {
  footer .sitenav .nav li {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  footer .sitenav .nav li {
    font-size: 0.825rem;
  }
}

@media screen and (max-width: 650px) {
  footer .sitenav .nav:nth-child(3) li + li {
    border-left: 1px solid #ccc;
  }
}

footer .sitenav .nav li::before {
 display: inline-block;
 vertical-align: middle;
 color: #666;
 line-height: 1;
 width: 0;
 height: 0;
 border-style: solid;
 border-color: transparent;
 border-width: 0.3em 0.4em;
 border-left-color: currentColor;
 border-right: 0;
 content:"";
 margin: 0 5px 4px 0;
}

@media screen and (max-width: 650px) {
  footer .navBox .nav:nth-child(3) li::before {
    display: none;
  }
}

footer .sitenav .nav li a {
  color: #5A5A5A;
}

@media screen and (max-width: 650px) {
  footer .sitenav .nav:nth-child(3) li a {
    font-size: min(calc(16 / 390 * 100vw), 16px);
    padding: 0 min(calc(20 / 390 * 100vw), 20px);
  }
}

footer .navBox .sns {
  margin: 5em 0 0 0;
}

@media screen and (max-width: 960px) {
  footer .navBox .sns {
    margin: 0.5em 0 0 0;
  }
}

footer .navBox .sns li {
  display: inline-block;
  margin: 0 15px 0 0;
  line-height: 1em;
}

footer .navBox .sns li span {
  display: none;
}

footer .navBox .sns li a {
 font-size: 30px;
  color: #000;
}

footer .navBox .sns li:nth-of-type(1) a::before,
footer .navBox .sns li:nth-of-type(4) a::before {
  position: relative;
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 4px;
  background-size: contain;
}
footer .navBox .sns li:nth-of-type(1) a::before{
  background: url("/common/images/v2/icon_x.svg?rd=2") no-repeat;
background-size: contain;
}
footer .navBox .sns li:nth-of-type(4) a::before{
  background: url("/common/images/v2/icon_note2.svg") no-repeat;
}



footer .navBox .sns li:nth-of-type(2) {
margin: 0 5px 0 0;
}

footer .navBox .sns li:nth-of-type(2) i,
footer .navBox .sns li:nth-of-type(3) i{
    position: relative;
    content: '';
    display: inline-block;
    width: 30px;
    height:30px;
    top: 4px;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(18%) hue-rotate(191deg) brightness(94%) contrast(106%);
}
footer .navBox .sns li:nth-of-type(2) i{
background: url(/common/images/v2/books/sns-facebook.svg) no-repeat;
}
footer .navBox .sns li:nth-of-type(3) i {
    background: url(/common/images/v2/books/rss.svg) no-repeat;
}



footer .navBox .tagline {
  font-size: 1em;
  color: #5A5A5A;
}

@media screen and (max-width: 960px) {
  footer .navBox .tagline {
    font-size: 0.795em;
    margin: 1em 0 0 0;
  }
}

@media screen and (max-width: 750px) {
  footer .navBox .tagline {
    display: none
  }
}

footer .ftrBand {
  background: #D07046;
  color: #fff;
  text-align: center;
  font-size: .875rem;
  margin: 3em 0 0 0;
  padding: 2em 0 .5em 0;
}

@media screen and (max-width: 960px) {
  footer .ftrBand {
    font-size: 0.75rem;
    margin: 3em 0 0 0;
    padding: 1em 0 1.5em;
  }
}

footer .ftrBand .nav {
  margin: .8em auto 0;
  clear: both
}

@media screen and (max-width: 960px) {
  footer .ftrBand .nav {
    margin: 1.5em auto 2em;
  }
}

footer .ftrBand .nav li {
  display: inline-block;
  margin-left: 1.185rem
}
@media screen and (max-width: 480px) {
footer .ftrBand .nav li {
    margin-bottom:12px
  }
}

footer .ftrBand .nav li:first-child {
  margin-left: 0
}

@media screen and (max-width: 960px) {
  footer .ftrBand .nav li {
    font-size: 0.875rem;
  }
}

footer .ftrBand .nav li::before {
  display: none
}

footer .ftrBand .nav li a {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

footer .ftrBand .nav li a span {
  display: none
}

footer .ftrBand .nav li a img {
  height: auto;
}

footer .ftrBand .nav li.bsonline a {
  width: 103px;
  height: 18px
}

footer .ftrBand .nav li.numberW a {
  width: 123px;
  height: 18px
}

footer .ftrBand .nav li.creaW a {
  width: 76px;
  height: 18px
}

footer .ftrBand .nav li.creaT a {
  width: 171px;
  height: 18px
}

footer .ftrBand .nav li.marche a {
  background-image: url("/common/images/v2/BunshunMarche.png?r");
  width: 110px;
  height: 22px
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("/common/images/v2/icon_pagetop.svg") no-repeat 0 0/30px 30px #fff;
  z-index: 100;
  border-radius: 8px;
}

@media screen and (max-width: 480px) {
  .pagetop {
    right: 10px;
  }
}

.abj {
  margin: 1% auto 3%;
  display: flex;
  width: 45%;
}

@media screen and (max-width: 960px) {
  .abj {
    width: 52%;
  }
}

@media screen and (max-width: 480px) {
  .abj {
    margin: 1% 5%;
    width: 90%;
  }
}

.abj img {
  width: auto!important;
}

.abj_txt {
  line-height: 1.3;
  text-align: left;
  padding-left: 3%;
  font-size: 70%;
  margin: auto
}

.copyright {
  font-size: .75rem;
  margin: 2em 0
}

@media screen and (max-width: 480px) {
  .copyright {
    margin: .85em 0
  }
}