@charset "utf-8";
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/* common */
html,
body {
  width: 100%;
}
html {
  color: #231815;
  font-size: 10px;
  line-height: 1.2;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #231815;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #666;
}
strong {
  font-weight: bold;
}
.ro a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
}
#page {
  position: relative;
  width: 100%;
  font-size: 1.5rem;
}
#page hr {
  height: 6px;
  margin: 0;
  border: none;
  background: linear-gradient(to right, #c8216c, #2187c8, #2aac3d);
}
#page .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 45px;
}
#page .sns .label {
  margin-right: 40px;
  font-size: 1.7rem;
  font-weight: bold;
}
#page .sns .twitter:before,
#page .sns .facebook:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -8px;
}
#page .sns .twitter {
  padding-right: 30px;
}
#page .sns .twitter:before {
  background-image: url(../images/custom/icon-twitter.svg);
}
#page .sns .facebook:before {
  background-image: url(../images/custom/icon-facebook.svg);
}
/* header */
#header {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
  z-index: 3;
}
#header #logo {
  width: 225px;
  padding: 15px;
}
@media (max-width: 768px) {
  #header #logo {
    flex-grow: 1;
    width: auto;
    padding: 13px 10px;
  }
}
#header #logo img {
  max-width: 100%;
}
#header .mypage {
  margin-left: auto;
}
@media (max-width: 768px) {
  #header .mypage {
    padding-left: 10px;
  }
}
#header .mypage a {
  color: #666666;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #header .mypage a {
    font-size: 1.1rem;
  }
}
#header .mypage a:before {
  display: inline-block;
  content: '';
  width: 23px;
  height: 26px;
  margin-right: 8px;
  background-image: url(../images/custom/icon-mypage.svg);
  background-size: contain;
  vertical-align: -7px;
}
@media (max-width: 768px) {
  #header .mypage a:before {
    display: block;
    margin: auto;
  }
}
#header #search {
  position: relative;
  width: 280px;
  margin-left: 30px;
  padding-left: 20px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #CCCCCC;
  background-color: #F2F2F2;
}
@media (max-width: 768px) {
  #header #search {
    position: static;
    width: auto;
    height: auto;
    margin-left: 15px;
    padding-left: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
  }
  #header #search.menuopen .btn div {
    background-image: url(../images/custom/icon-searchp.png);
  }
}
#header #search .btn {
  display: none;
}
@media (max-width: 768px) {
  #header #search .btn {
    display: block;
  }
  #header #search .btn div {
    width: 23px;
    height: 29px;
    background-image: url(../images/custom/icon-search.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #header #search .btn p {
    font-size: 1.1rem;
    color: #666;
  }
}
@media (max-width: 768px) {
  #header #search .form {
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 10px;
    border-top: 1px solid #E3E3E3;
    background-color: #F7F7F7;
  }
}
#header #search input[type=text] {
  width: 220px;
  height: 40px;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: transparent;
}
#header #search input[type=text]:placeholder-shown {
  color: #AAA;
}
#header #search input[type=text]::-webkit-input-placeholder {
  color: #AAA;
}
#header #search input[type=text]:-moz-placeholder {
  color: #AAA;
  opacity: 1;
}
#header #search input[type=text]::-moz-placeholder {
  color: #AAA;
  opacity: 1;
}
#header #search input[type=text]:-ms-input-placeholder {
  color: #AAA;
}
@media (max-width: 768px) {
  #header #search input[type=text] {
    width: calc(100% - 50px);
    height: 40px;
    padding-left: 15px;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    background-color: #fff;
    font-size: 1.6rem;
  }
}
#header #search input[type=submit] {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 24px;
  height: 25px;
  margin: auto;
  border: none;
  outline: none;
  background-image: url(../images/custom/icon-search.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 768px) {
  #header #search input[type=submit] {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #CC3479;
    background-image: url(../images/custom/icon-searchw.png);
    background-position: center center;
    background-size: 23px 23px;
  }
}
#header #menu {
  margin-left: 15px;
}
#header #menu.menuopen .btn {
  background-color: #CC3479;
}
#header #menu.menuopen .btn span:nth-of-type(1) {
  transform: translateY(10px) rotate(-315deg);
}
#header #menu.menuopen .btn span:nth-of-type(2) {
  opacity: 0;
}
#header #menu.menuopen .btn span:nth-of-type(3) {
  transform: translateY(-11px) rotate(315deg);
}
#header #menu .btn {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #231815;
  cursor: pointer;
}
#header #menu .btn span {
  position: absolute;
  right: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  transition: all .4s;
  background-color: #fff;
}
#header #menu .btn span:nth-of-type(1) {
  top: 19px;
}
#header #menu .btn span:nth-of-type(2) {
  top: 29px;
}
#header #menu .btn span:nth-of-type(3) {
  top: 40px;
}
#header #menu .wrap {
  position: absolute;
  display: none;
  left: 0;
  width: 100%;
  padding: 0 10px 50px;
  box-sizing: border-box;
  background-color: #fff;
}
#header #menu .wrap hr {
  margin: 0 -10px;
}
@media (max-width: 768px) {
  #header #menu .wrap {
    padding: 0;
  }
  #header #menu .wrap hr {
    display: none;
  }
}
#header #menu .wrap .iteminfo,
#header #menu .wrap .special {
  max-width: 1200px;
  margin: auto;
}
#header #menu .wrap .iteminfo .ttl,
#header #menu .wrap .special .ttl {
  margin-bottom: 25px;
  padding: 15px 0 15px 20px;
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #header #menu .wrap .iteminfo .ttl,
  #header #menu .wrap .special .ttl {
    margin-bottom: 0;
    font-size: 1.9rem;
  }
}
#header #menu .wrap .iteminfo .ttl:before,
#header #menu .wrap .special .ttl:before {
  display: inline-block;
  content: '';
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
#header #menu .wrap .iteminfo {
  padding-top: 35px;
}
@media (max-width: 768px) {
  #header #menu .wrap .iteminfo {
    padding-top: 0;
  }
}
#header #menu .wrap .iteminfo .ttl:before {
  width: 30px;
  height: 22px;
  vertical-align: -3px;
}
#header #menu .wrap .special {
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  #header #menu .wrap .special {
    padding-bottom: 20px;
  }
}
#header #menu .wrap .special .ttl {
  background-color: #FADCF9;
  color: #45175B;
}
#header #menu .wrap .special .ttl:before {
  width: 27px;
  height: 35px;
  background-image: url(../images/custom/icon-special.svg);
  vertical-align: -10px;
}
#header #menu .wrap .special ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #header #menu .wrap .special ul {
    display: block;
  }
}
#header #menu .wrap .special ul li {
  width: calc(100% / 3);
}
#header #menu .wrap .special ul li a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
#header #menu .wrap .special ul li a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-top: 2px solid #C4216A;
  border-right: 2px solid #C4216A;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  #header #menu .wrap .special ul li {
    width: 100%;
  }
  #header #menu .wrap .special ul li a {
    display: block;
    height: 50px;
    padding: 0 10px;
    border-bottom: 1px solid #DBDBDB;
    background-color: #F7F7F7;
    line-height: 50px;
  }
  #header #menu .wrap .special ul li a:before {
    content: none;
  }
}
#header #menu .wrap .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
#header #menu .wrap .bottom .static-banner {
  margin-right: 30px;
}
#header #menu .wrap .bottom .static-banner img {
  width: 380px;
}
@media (max-width: 768px) {
  #header #menu .wrap .bottom .static-banner {
    margin: 0;
    padding: 0 30px 20px;
  }
}
#header #menu .wrap .bottom .sns {
  flex-grow: 1;
  height: 83px;
  padding-bottom: 0;
  background-color: #F7F7F7;
}
#header #menu .wrap .bottom .sns .label {
  width: 170px;
  padding: 5px 0;
  border-right: 1px solid #E4E4E4;
  text-align: center;
}
@media (max-width: 768px) {
  #header #menu .wrap .bottom .sns .label {
    width: auto;
    padding: 5px 15px 5px 10px;
  }
}
#gnavi {
  padding: 0 20px;
  background-color: #000;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #gnavi {
    display: none;
  }
}
#gnavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#gnavi ul li {
  padding: 15px 0 15px 30px;
}
#gnavi ul li a {
  display: block;
  color: #fff;
}
#gnavi ul li a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-top: 2px solid #A9205C;
  border-right: 2px solid #A9205C;
  transform: rotate(45deg);
}
/* layout */
#contents {
  margin: 0 auto 0px;
}
#contents .error,
#contents .note {
  color: #CC0000;
}
/**/
/* footer */
#footer {
  padding: 50px 10px 0;
  background-color: #2A2A2A;
  color: #fff;
}
@media (max-width: 768px) {
  #footer {
    padding: 25px 0 0;
  }
}
#footer a {
  color: #fff;
}
@media (max-width: 768px) {
  #footer .sns {
    padding: 0 10px 25px;
    border-bottom: 1px solid #000;
  }
}
#footer .flink {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 35px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #footer .flink {
    display: block;
    padding-bottom: 0;
  }
}
#footer .flink li {
  padding-right: 40px;
}
@media (max-width: 768px) {
  #footer .flink li {
    padding: 0;
    border-bottom: 1px solid #000;
  }
}
@media (max-width: 768px) {
  #footer .flink li a {
    position: relative;
    display: block;
    padding: 20px 10px;
  }
}
#footer .flink li a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-top: 2px solid #C4216A;
  border-right: 2px solid #C4216A;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  #footer .flink li a:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }
}
#footer .slink {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  #footer .slink {
    padding-bottom: 0;
  }
}
#footer .slink li {
  margin-right: 40px;
  margin-bottom: 10px;
  padding-right: 40px;
  border-right: 1px solid #1C1C1C;
}
#footer .slink li:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  #footer .slink li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #1C1C1C;
  }
  #footer .slink li:last-child {
    border-right: 1px solid #1C1C1C;
  }
  #footer .slink li:nth-child(even) {
    border-right: none;
  }
}
@media (max-width: 768px) {
  #footer .slink li a {
    display: block;
    padding: 18px 10px;
  }
}
#footer .bottom {
  margin: 0 -10px;
  padding: 20px 0;
  background-color: #161616;
  text-align: center;
}
@media (max-width: 768px) {
  #footer .bottom {
    margin: 0;
  }
}
#footer .bottom .logo {
  padding-bottom: 15px;
  text-align: center;
}
#footer .bottom .logo img {
  width: 217px;
}
#footer .bottom #copyright {
  color: #424242;
}
/* cms start */
.cms * {
  word-break: break-all;
}
.cms p {
  margin: 1em 0;
}
.cms ul {
  list-style-type: disc;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}
.cms ul ul {
  list-style-type: circle;
  margin: 0 0 0 1em;
}
.cms ul ul ul {
  list-style-type: square;
}
.cms ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}
.cms ol ol {
  margin: 0 0 0 1em;
}
.cms dl {
  margin: 1em 0;
}
.cms dd {
  margin: 0 0 0 1em;
}
.cms blockquote {
  margin: 1em;
  padding: 0 0 0 1em;
  border-left: 3px solid #CCCCCC;
}
.cms pre {
  margin: 1em;
  padding: 1em;
  border: 1px solid #CCCCCC;
  white-space: normal;
}
.cms blockquote blockquote {
  margin: 0;
}
.cms table {
  border-top: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
}
.cms table th {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  background-color: #E8E8E8;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  white-space: nowrap;
}
.cms table td {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 768px) {
  .cms table {
    width: auto !important;
  }
  .cms table th,
  .cms table td {
    width: auto !important;
  }
}
.cms h1 {
  font-size: 120%;
}
.cms h2 {
  margin-bottom: 50px;
  font-size: 3.4rem;
  text-align: center;
  font-weight: bold;
}
.cms h2:after {
  display: block;
  content: '';
  width: 145px;
  height: 6px;
  margin: 25px auto 0;
  border: none;
  background: linear-gradient(to right, #c8216c, #2187c8, #2aac3d);
}
.cms h3 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 2.5rem;
  border-bottom: 1px solid #C8C8C8;
}
.cms h3:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  background-color: #231815;
}
@media (max-width: 768px) {
  .cms h3 {
    font-size: 1.8rem;
  }
  .cms h3:after {
    width: 85px;
  }
}
.cms h3:first-child {
  margin-top: 0;
}
.cms h4 {
  font-size: 100%;
}
.cms h5 {
  font-size: 100%;
}
.cms h6 {
  font-size: 100%;
}
@media (max-width: 768px) {
  .cms .pc {
    display: none;
  }
}
.cms .sp {
  display: none;
}
@media (max-width: 768px) {
  .cms .sp {
    display: block;
  }
}
.cms .flexbetween {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cms .flexbetween + .flexbetween {
  padding-top: 80px;
}
.cms img {
  height: auto;
}
/* cms end */
#iteminfo,
.iteminfo {
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  #iteminfo,
  .iteminfo {
    padding-bottom: 0;
  }
}
#iteminfo .ttl,
.iteminfo .ttl {
  margin-bottom: 40px;
  padding: 20px 0;
  background-color: #FFD6B6;
  color: #3B140E;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #iteminfo .ttl,
  .iteminfo .ttl {
    margin-bottom: 25px;
  }
}
#iteminfo .ttl:before,
.iteminfo .ttl:before {
  display: inline-block;
  content: '';
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-image: url(../images/custom/icon-book.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -13px;
}
#iteminfo .entrywrap,
.iteminfo .entrywrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 768px) {
  #iteminfo .entrywrap,
  .iteminfo .entrywrap {
    display: block;
  }
}
#iteminfo .entrywrap .entry,
.iteminfo .entrywrap .entry {
  margin: 0 10px 10px 0;
}
@media (max-width: 768px) {
  #iteminfo .entrywrap .entry,
  .iteminfo .entrywrap .entry {
    margin: 0;
  }
}
#iteminfo .entrywrap .entry.open > div > span .openbtn:before,
.iteminfo .entrywrap .entry.open > div > span .openbtn:before {
  transform: translateY(5px) rotate(-135deg);
}
#iteminfo .entrywrap .entry > div,
.iteminfo .entrywrap .entry > div {
  width: 290px;
}
@media (max-width: 768px) {
  #iteminfo .entrywrap .entry > div,
  .iteminfo .entrywrap .entry > div {
    width: auto;
    border-top: 1px solid #DBDBDB;
  }
}
#iteminfo .entrywrap .entry > div > span,
.iteminfo .entrywrap .entry > div > span {
  position: relative;
  display: block;
}
#iteminfo .entrywrap .entry > div > span .openbtn,
.iteminfo .entrywrap .entry > div > span .openbtn {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 18px;
  height: 18px;
  padding: 10px;
  border: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  #iteminfo .entrywrap .entry > div > span .openbtn,
  .iteminfo .entrywrap .entry > div > span .openbtn {
    top: 6px;
  }
}
#iteminfo .entrywrap .entry > div > span .openbtn:before,
.iteminfo .entrywrap .entry > div > span .openbtn:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #C4216A;
  border-bottom: 2px solid #C4216A;
  transform: rotate(45deg);
}
#iteminfo .entrywrap .entry > div > span > a,
.iteminfo .entrywrap .entry > div > span > a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 70px;
  background-color: #F7F7F7;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #iteminfo .entrywrap .entry > div > span > a,
  .iteminfo .entrywrap .entry > div > span > a {
    height: 50px;
  }
}
#iteminfo .entrywrap .entry > div > span > a.openlink,
.iteminfo .entrywrap .entry > div > span > a.openlink {
  padding-right: 35px;
}
#iteminfo .entrywrap .entry > div > span > a.openlink:hover,
.iteminfo .entrywrap .entry > div > span > a.openlink:hover {
  text-decoration: none;
}
#iteminfo .entrywrap .entry > div > span > div,
.iteminfo .entrywrap .entry > div > span > div {
  display: none;
  padding: 15px 0;
}
@media (max-width: 768px) {
  #iteminfo .entrywrap .entry > div > span > div,
  .iteminfo .entrywrap .entry > div > span > div {
    border-top: 1px solid #DBDBDB;
  }
}
#iteminfo .entrywrap .entry > div > span > div > span,
.iteminfo .entrywrap .entry > div > span > div > span {
  display: block;
  padding-bottom: 10px;
}
#iteminfo .entrywrap .entry > div > span > div > span a,
.iteminfo .entrywrap .entry > div > span > div > span a {
  position: relative;
  padding-left: 20px;
}
#iteminfo .entrywrap .entry > div > span > div > span a:before,
.iteminfo .entrywrap .entry > div > span > div > span a:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  content: '';
  width: 10px;
  height: 2px;
  background-color: #CC3479;
}
#newsBlock {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  #newsBlock {
    padding-bottom: 25px;
  }
}
#newsBlock .ttl {
  margin-bottom: 40px;
  padding: 20px 0;
  background-color: #CAEDFF;
  color: #193C57;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #newsBlock .ttl {
    margin-bottom: 15px;
    padding: 15px 0;
    font-size: 2.3rem;
  }
}
#newsBlock .ttl:before {
  display: inline-block;
  content: '';
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-image: url(../images/custom/icon-news.svg);
  background-size: contain;
  vertical-align: -13px;
}
@media (max-width: 768px) {
  #newsBlock .ttl:before {
    vertical-align: -11px;
  }
}
#newsBlock .entryWrap {
  padding: 0 15px;
}
@media (max-width: 768px) {
  #newsBlock .entryWrap {
    padding: 0 10px;
  }
}
#newsBlock .entryList {
  overflow-y: auto;
  max-width: 1200px;
  max-height: 340px;
  margin: auto;
  padding: 10px 30px 0;
  box-sizing: border-box;
  background-color: #F7F7F7;
}
@media (max-width: 768px) {
  #newsBlock .entryList {
    max-height: 370px;
    padding: 0 10px;
  }
}
#newsBlock .entryList .entry {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #C1C1C1;
}
#newsBlock .entryList .entry:last-child {
  border-bottom: none;
}
#newsBlock .entryList .entry .date {
  width: 105px;
  border-right: 1px solid #C1C1C1;
  color: #A6A6A6;
}
@media (max-width: 768px) {
  #newsBlock .entryList .entry .date {
    width: 93px;
  }
}
#newsBlock .entryList .entry .category {
  width: 145px;
  border-right: 1px solid #C1C1C1;
  text-align: center;
}
@media (max-width: 768px) {
  #newsBlock .entryList .entry .category {
    width: auto;
    padding-left: 15px;
    border-right: none;
  }
}
#newsBlock .entryList .entry .category .reprint {
  color: #E89059;
}
#newsBlock .entryList .entry .category .pr {
  color: #F8213F;
}
#newsBlock .entryList .entry .category .event {
  color: #C8216C;
}
#newsBlock .entryList .entry .category .bookstore {
  color: #2AAC3D;
}
#newsBlock .entryList .entry .category .errata {
  color: #2AAC3D;
}
#newsBlock .entryList .entry .category .recruit {
  color: #D7A520;
}
#newsBlock .entryList .entry .category .apology {
  color: #666666;
}
#newsBlock .entryList .entry .category .campaign {
  color: #DC7108;
}
#newsBlock .entryList .entry .category .news {
  color: #2F7CC7;
}
#newsBlock .entryList .entry .txt {
  width: calc(100% - 252px);
}
@media (max-width: 768px) {
  #newsBlock .entryList .entry .txt {
    width: 100%;
    padding-top: 15px;
  }
}
#newsBlock .entryList .entry .txt a {
  display: block;
  padding: 0 0 0 20px;
  color: #231815;
}
@media (max-width: 768px) {
  #newsBlock .entryList .entry .txt a {
    padding: 0;
  }
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}
.menuopen #overlay {
  display: block;
}
