
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");

@charset "utf-8";
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format('embedded-opentype'), url("fonts/slick.woff") format('woff'), url("fonts/slick.ttf") format('truetype'), url("fonts/slick.svg#slick") format('svg');
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  color: #000;
}
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
/* Disable Anti-FOUC */
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(43,46,56,0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.md-layout {
  margin: 0;
}
.md-title {
  margin: 0;
}
.md-btn__back {
  text-align: center;
}
.md-btn__back a {
  display: inline-block;
  color: #1d2f72;
  transition: 0.3s;
}
@media screen and (min-width: 481px) {
  .md-btn__back a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.md-btn__back a span {
  padding-left: 17px;
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  position: relative;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.md-btn__back a span:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px auto;
  background-image: url("/_assets/images/_common/icon_tri_blue_left.png");
  width: 8px;
  height: 10px;
}
.md-btn__links.red a {
  background: #d55c5c;
}
.md-btn__links.position__center {
  text-align: center;
}
.md-btn__links a {
  padding: 12px 60px 14px;
  display: inline-block;
  background: #1d2f72;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  transition: 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .md-btn__links a {
    padding: 12px 20px 14px;
  }
}
@media screen and (min-width: 481px) {
  .md-btn__links a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.md-btn__links a span {
  position: relative;
}
.md-btn__links a span:after {
  position: absolute;
  right: -18px;
  top: 7px;
  display: block;
  width: 7px;
  height: 10px;
  background: url("/_assets/images/_common/icon_tri_white_right.png") left top no-repeat;
  background-size: auto 10px;
  content: "";
}
.md-links {
  margin: 0;
}
.md-table {
  margin: 0;
}
.md-list {
  margin: 0;
}
.l-cont__header .contents-ttl {
  position: relative;
}
.l-cont__header .contents-ttl:before {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  display: block;
  width: 50px;
  content: "";
}
@media screen and (max-width: 480px) {
  .l-cont__header .contents-ttl:before {
    width: 38px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.l-cont__header .contents-ttl span {
  padding-top: 22px;
  padding-left: 20px;
  display: block;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 480px) {
  .l-cont__header .contents-ttl span {
    padding-left: 0;
  }
}
.l-cont__header .contents-ttl span:after {
  position: absolute;
  top: 65%;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1d2f72;
}
@media screen and (max-width: 480px) {
  .l-cont__header .contents-ttl span:after {
    top: 70%;
  }
}
.l-cont__header .contents-ttl span img {
  vertical-align: bottom;
  height: 48px;
}
@media screen and (max-width: 480px) {
  .l-cont__header .contents-ttl span img {
    height: 32px;
  }
}
.l-cont__header .contents-ttl.news:before {
  height: 291px;
  background-image: url("/_assets/images/ttl/ttl_news_pages_en.png");
}
.l-cont__header .contents-ttl.news span:after {
  left: 260px;
}
@media screen and (max-width: 480px) {
  .l-cont__header .contents-ttl.news span:after {
    left: 170px;
  }
}
.l-cont__header .contents-ttl.about:before {
  height: 341px;
  background-image: url("/_assets/images/ttl/ttl_about_pages_en.png");
}
@media screen and (max-width: 480px) {
  .l-cont__header .contents-ttl.about span img {
    height: 28px;
  }
}
@media screen and (max-width: 320px) {
  .l-cont__header .contents-ttl.about span img {
    height: 23px;
  }
}
.l-cont__header .contents-ttl.about span:after {
  left: 600px;
}
.l-cont__header .contents-ttl.world:before {
  height: 370px;
  background-image: url("/_assets/images/ttl/ttl_world_pages_en.png");
}
.l-cont__header .contents-ttl.world span:after {
  left: 300px;
}
@media screen and (max-width: 480px) {
  .l-cont__header .contents-ttl.world span:after {
    left: 230px;
  }
}
.l-cont__header .contents-ttl.character:before {
  height: 618px;
  background-image: url("/_assets/images/ttl/ttl_character_pages_en.png");
}
.l-cont__header .contents-ttl.character span:after {
  left: 360px;
}
@media screen and (max-width: 480px) {
  .l-cont__header .contents-ttl.character span:after {
    left: 230px;
  }
}
.l-cont__header .contents-ttl.movie:before {
  height: 316px;
  background-image: url("/_assets/images/ttl/ttl_movie_pages_en.png");
}
.l-cont__header .contents-ttl.movie span:after {
  left: 260px;
}
@media screen and (max-width: 480px) {
  .l-cont__header .contents-ttl.movie span:after {
    left: 160px;
  }
}
.l-cont__header .contents-ttl.novel:before {
  height: 408px;
  background-image: url("/_assets/images/ttl/ttl_novel_pages_en.png");
}
.l-cont__header .contents-ttl.novel span:after {
  left: 260px;
}
@media screen and (max-width: 480px) {
  .l-cont__header .contents-ttl.novel span:after {
    left: 170px;
  }
}
.l-cont__header .contents-ttl.product:before {
  height: 485px;
  background-image: url("/_assets/images/ttl/ttl_product_pages_en.png");
}
.l-cont__header .contents-ttl.product span:after {
  left: 260px;
}
@media screen and (max-width: 480px) {
  .l-cont__header .contents-ttl.product span:after {
    left: 170px;
  }
}
a {
  color: #d8d8d8;
  outline: none !important;
  text-decoration: none;
}
html {
  font-size: 62.5%;
}
body {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: normal;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-top: solid 7px #1d2f72;
}
@media screen and (max-width: 480px) {
  body {
    border-top: solid 5px #1d2f72;
  }
}
img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .is-sp {
    display: none !important;
  }
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #fff url("/_assets/images/_common/ajax-loader.gif") center center no-repeat;
  background-size: 24px auto;
}
.l-header {
  margin-bottom: 5px;
  padding: 18px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .l-header {
    position: fixed;
    top: 5px;
    left: 0;
    width: 100%;
    padding: 12px 15px;
    z-index: 99;
  }
}
.l-header__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.l-header__inner .logo a {
  display: block;
}
@media screen and (min-width: 481px) {
  .l-header__inner .logo a:hover img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.l-header__inner .logo img {
  max-width: 100px;
  vertical-align: bottom;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .l-header__inner .logo img {
    max-width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .l-header__inner .l-gnav {
    display: none;
    background: #1d2f72;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.l-header__inner .l-gnav ul {
  text-align: left;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 480px) {
  .l-header__inner .l-gnav ul {
    padding-top: 120px;
  }
}
.l-header__inner .l-gnav ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.l-header__inner .l-gnav ul li:not(:last-child) {
  margin-right: 28px;
}
@media screen and (max-width: 480px) {
  .l-header__inner .l-gnav ul li:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .l-header__inner .l-gnav ul li {
    display: block;
    text-align: center;
  }
}
.l-header__inner .l-gnav ul li a,
.l-header__inner .l-gnav ul li em {
  color: #1d2f72;
  font-size: 17px;
  font-size: 1.7rem;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .l-header__inner .l-gnav ul li a,
  .l-header__inner .l-gnav ul li em {
    color: #fff;
    font-size: 1.9rem;
  }
}
.l-header__inner .l-gnav ul li a span,
.l-header__inner .l-gnav ul li em span {
  position: relative;
  display: block;
}
.l-header__inner .l-gnav ul li em.coming {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
@media print, screen and (min-width: 835px) {
  .l-header__inner .l-gnav ul li:hover a span:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -4px;
    content: "";
    display: block;
    background: url("/_assets/images/_common/icon_tri_blue_up.png") center top no-repeat;
    background-size: 8px auto;
    width: 8px;
    height: 9px;
  }
}
.l-header__inner .l-gnav ul li.is__current a span:after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -4px;
  content: "";
  display: block;
  background: url("/_assets/images/_common/icon_tri_blue_up.png") center top no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 9px;
}
.l-header__inner .menu-trigger {
  position: absolute;
  top: 24px;
  right: 15px;
  width: 40px;
  height: 20px;
  cursor: pointer;
  z-index: 99999999;
}
.l-header__inner .menu-trigger.is__opened {
  height: 40px;
}
.l-header__inner .menu-trigger.is__opened .menu-trigger__inner span {
  background: #fff;
}
.l-header__inner .menu-trigger.is__opened .menu-trigger__inner span.bar1 {
  top: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__inner .menu-trigger.is__opened .menu-trigger__inner span.bar2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.l-header__inner .menu-trigger.is__opened .menu-trigger__inner span.bar3 {
  top: 17px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__inner .menu-trigger__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-header__inner .menu-trigger__inner span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #1d2f72;
  transition: 0.5s;
}
.l-header__inner .menu-trigger__inner span.bar1 {
  top: 0;
}
.l-header__inner .menu-trigger__inner span.bar2 {
  top: 9px;
}
.l-header__inner .menu-trigger__inner span.bar3 {
  top: 18px;
}
.l-footer {
  padding: 18px 10px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  background: #1d2f72;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .l-footer {
    padding: 12px 5px;
    font-size: 1rem;
  }
}
#Wrap {
  background: url("/_assets/images/_common/bg_tile.png") left top repeat;
  background-size: 13px auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@media screen and (max-width: 480px) {
  #Wrap {
    padding-top: 70px;
  }
}
.l-main {
  padding-bottom: 145px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
@media screen and (max-width: 480px) {
  .l-main {
    padding: 0px 15px 70px;
  }
}
.l-main.top {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.l-main.top .l-cont {
  width: 690px;
}
@media screen and (max-width: 480px) {
  .l-main.top .l-cont {
    width: 100%;
  }
}
.l-main.top .l-sidebar {
  width: 250px;
}
@media screen and (max-width: 480px) {
  .l-main.top .l-sidebar {
    width: 100%;
    margin-top: 80px;
  }
}
.l-main.top .l-sidebar ul li a {
  display: block;
}
@media screen and (min-width: 481px) {
  .l-main.top .l-sidebar ul li a:hover img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.l-main.top .l-sidebar ul li a img {
  vertical-align: bottom;
  transition: 0.3s;
}
.l-main.top .l-sidebar ul li:not(:last-child) {
  margin-bottom: 10px;
}
.l-main.pages .l-cont__wrap {
  padding-top: 40px;
  padding-left: 118px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .l-main.pages .l-cont__wrap {
    padding-top: 25px;
    padding-left: 0;
  }
}
/* ========================================================
  Top
======================================================== */
.topStyle .l-kv {
  margin-bottom: 90px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
.topStyle .l-kv__slider__slide {
  background: #fff;
}
@media screen and (min-width: 481px) {
  .topStyle .l-kv__slider__slide a:hover img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.topStyle .l-kv__slider__slide img {
  transition: 0.3s;
  vertical-align: bottom;
}
.topStyle .l-kv__slider .slick-dots {
  width: auto;
  bottom: -26px;
  right: 0;
}
@media screen and (max-width: 480px) {
  .topStyle .l-kv__slider .slick-dots {
    bottom: -30px;
    right: 5px;
  }
}
.topStyle .l-kv__slider .slick-dots li {
  margin: 0 4px;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .topStyle .l-kv__slider .slick-dots li {
    margin: 0px 2px;
  }
}
@media screen and (min-width: 481px) {
  .topStyle .l-kv__slider .slick-dots li:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.topStyle .l-kv__slider .slick-dots li button:before {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 480px) {
  .topStyle .l-kv__slider .slick-dots li button:before {
    font-size: 1.2rem;
  }
}
.topStyle .l-kv__slider .slick-dots li.slick-active button:before {
  color: #e42376;
}
.topStyle .l-kv__slider .slick-arrow {
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: left top;
  top: auto;
  bottom: -40px;
  height: 20px;
  width: 10px;
  z-index: 9;
  transition: 0.3s;
}
@media screen and (min-width: 481px) {
  .topStyle .l-kv__slider .slick-arrow:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.topStyle .l-kv__slider .slick-arrow:before {
  content: "";
}
.topStyle .l-kv__slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url("/_assets/images/top/slider_arrow_black_left.png");
}
@media screen and (max-width: 480px) {
  .topStyle .l-kv__slider .slick-arrow.slick-prev {
    left: 15px;
  }
}
.topStyle .l-kv__slider .slick-arrow.slick-next {
  left: 34px;
  background-image: url("/_assets/images/top/slider_arrow_black_right.png");
}
@media screen and (max-width: 480px) {
  .topStyle .l-kv__slider .slick-arrow.slick-next {
    left: 42px;
  }
}
.topStyle .section-title {
  position: relative;
}
.topStyle .section-title:after,
.topStyle .section-title:before {
  position: absolute;
  content: "";
  display: block;
  width: 38px;
  height: 10px;
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: left top;
}
.topStyle .section-title:after {
  bottom: 0;
  right: 0;
  background-image: url("/_assets/images/_common/arrow_4_blue_left.png");
}
.topStyle .section-title:before {
  top: 0;
  left: 0;
  background-image: url("/_assets/images/_common/arrow_4_blue_right.png");
}
.topStyle .section-title__inner {
  padding: 25px 0;
  position: relative;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .topStyle .section-title__inner {
    padding: 22px 0px 20px;
  }
}
.topStyle .section-title__inner:after,
.topStyle .section-title__inner:before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 52px);
  height: 2px;
  background: #1d2f72;
}
.topStyle .section-title__inner:after {
  left: 0;
  bottom: 3px;
}
.topStyle .section-title__inner:before {
  right: 0;
  top: 3px;
}
.topStyle .section-title__inner em {
  padding: 7px 0;
  display: block;
}
.topStyle .section-title__inner em img {
  height: 26px;
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  .topStyle .section-title__inner em img {
    height: 18px;
  }
}
.topStyle .section-title__inner span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1d2f72;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .topStyle .section-title__inner span {
    line-height: 2.4;
    font-size: 1.3rem;
  }
}
.topStyle #Product {
  margin-bottom: 75px;
}
.topStyle #Product .product-brandlist {
  margin-top: 45px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topStyle #Product .product-brandlist li {
  width: 330px;
}
@media screen and (max-width: 480px) {
  .topStyle #Product .product-brandlist li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .topStyle #Product .product-brandlist li:not(:last-child) {
    margin-bottom: 32px;
  }
}
.topStyle #Product .product-brandlist li a {
  display: block;
  transition: 0.3s;
}
@media screen and (min-width: 481px) {
  .topStyle #Product .product-brandlist li a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.topStyle #Product .product-brandlist li .img-block {
  padding-top: 19px;
  text-align: center;
  position: relative;
}
.topStyle #Product .product-brandlist li .img-block:before,
.topStyle #Product .product-brandlist li .img-block:after {
  position: absolute;
  content: "";
  display: block;
  display: block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-position: left top;
}
.topStyle #Product .product-brandlist li .img-block:before {
  left: 0;
  top: 0;
  background-image: url("/_assets/images/_common/deco_kakko_lefttop.png");
}
.topStyle #Product .product-brandlist li .img-block:after {
  right: 0;
  bottom: -20px;
  background-image: url("/_assets/images/_common/deco_kakko_rightbottom.png");
}
.topStyle #Product .product-brandlist li .img-block img {
  width: 290px;
  vertical-align: bottom;
  box-shadow: 0 0 10px 2px #eee;
}
@media screen and (max-width: 320px) {
  .topStyle #Product .product-brandlist li .img-block img {
    width: 240px;
  }
}
.topStyle #Product .product-brandlist li .txt-block {
  margin-left: auto;
  margin-right: auto;
  width: 290px;
}
@media screen and (max-width: 480px) {
  .topStyle #Product .product-brandlist li .txt-block {
    text-align: center;
  }
}
.topStyle #Product .product-brandlist li .txt-block em {
  margin-top: 10px;
  display: block;
  color: #1d2f72;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 480px) {
  .topStyle #Product .product-brandlist li .txt-block em {
    font-size: 1.1rem;
  }
}
.topStyle #News .section-title {
  margin-bottom: 48px;
}
.topStyle #News .news {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topStyle #News .news-block {
  position: relative;
  width: 330px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .topStyle #News .news-block {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .topStyle #News .news-block:not(:last-child) {
    margin-bottom: 90px;
  }
}
.topStyle #News .news-block:before,
.topStyle #News .news-block:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 10px;
  width: 12px;
  height: 10px;
}
.topStyle #News .news-block:before {
  top: -20px;
  background-image: url("/_assets/images/_common/icon_tri_blue_down.png");
}
.topStyle #News .news-block:after {
  bottom: -20px;
  background-image: url("/_assets/images/_common/icon_tri_blue_up.png");
}
.topStyle #News .news-block__inner {
  height: 350px;
  position: relative;
  border-bottom: solid 1px #1d2f72;
}
.topStyle #News .news-block__inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7px;
  content: "";
  background: url("/_assets/images/_common/srripe_001.png") left top repeat;
  background-size: auto 7px;
}
.topStyle #News .news-block.topics ul {
  padding: 10px 20px 30px;
  height: 350px;
  overflow: scroll;
  box-sizing: border-box;
}
.topStyle #News .news-block.topics ul li a {
  padding: 22px 0;
  display: block;
  transition: 0.2s;
}
@media screen and (min-width: 481px) {
  .topStyle #News .news-block.topics ul li a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.topStyle #News .news-block.topics ul li a .date {
  padding: 2px 4px 3px;
  display: inline-block;
  line-height: 1;
  color: #fff;
  background: #1d2f72;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.topStyle #News .news-block.topics ul li a .txt {
  margin-top: 5px;
  display: block;
  color: #1d2f72;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.5;
}
.topStyle #News .news-block.topics ul li.view-all {
  text-align: center;
}
.topStyle #News .news-block.topics ul li.view-all a strong {
  color: #1d2f72;
  font-weight: 800;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
}
.topStyle #News .news-block.topics ul li.view-all a strong:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1d2f72;
}
.topStyle #News .news-block.topics ul li:not(:last-child) {
  border-bottom: solid 1px #efefef;
}
/* ========================================================
  Pages
======================================================== */
.newsStyle .news-ttl {
  padding-top: 14px;
}
.newsStyle .news-ttl a {
  display: block;
  color: #1d2f72;
}
@media screen and (min-width: 481px) {
  .newsStyle .news-ttl a:hover .txt {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    text-decoration: underline;
  }
}
.newsStyle .news-ttl a .date {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.newsStyle .news-ttl a .txt {
  margin-top: 15px;
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.6;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-ttl a .txt {
    font-size: 1.7rem;
  }
}
.newsStyle .news-list__block {
  position: relative;
  padding-bottom: 32px;
  border-bottom: solid 1px #a5acc7;
}
.newsStyle .news-list__block:not(:last-child) {
  margin-bottom: 32px;
}
.newsStyle .news-list__block:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  background: url("/_assets/images/_common/icon_tri_blue_down.png") center top no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 9px;
}
.newsStyle .news-pager {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-pager {
    margin-top: 10px;
  }
}
.newsStyle .news-pager .pager ul {
  *zoom: 1;
  padding-left: 250px;
  text-align: center;
  letter-spacing: -0.4em;
  position: relative;
  text-align: right;
  letter-spacing: -0.4em;
}
.newsStyle .news-pager .pager ul:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-pager .pager ul {
    padding-left: 140px;
  }
}
.newsStyle .news-pager .pager ul span,
.newsStyle .news-pager .pager ul a {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-pager .pager ul span,
  .newsStyle .news-pager .pager ul a {
    font-size: 1.4rem;
  }
}
.newsStyle .news-pager .pager ul span.current i:after,
.newsStyle .news-pager .pager ul a.current i:after {
  position: absolute;
  left: 10px;
  bottom: 5px;
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 2px;
  background: #1d2f72;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-pager .pager ul span.current i:after,
  .newsStyle .news-pager .pager ul a.current i:after {
    width: calc(100% - 16px);
    left: 8px;
  }
}
.newsStyle .news-pager .pager ul span i,
.newsStyle .news-pager .pager ul a i {
  padding: 10px;
  color: #1d2f72;
  display: block;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-pager .pager ul span i,
  .newsStyle .news-pager .pager ul a i {
    padding: 10px 8px;
  }
}
@media screen and (min-width: 481px) {
  .newsStyle .news-pager .pager ul span i:hover,
  .newsStyle .news-pager .pager ul a i:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.newsStyle .news-pager .pager ul span.prev,
.newsStyle .news-pager .pager ul a.prev,
.newsStyle .news-pager .pager ul span.next,
.newsStyle .news-pager .pager ul a.next {
  margin: 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-pager .pager ul span.prev,
  .newsStyle .news-pager .pager ul a.prev,
  .newsStyle .news-pager .pager ul span.next,
  .newsStyle .news-pager .pager ul a.next {
    font-size: 1.3rem;
  }
}
.newsStyle .news-pager .pager ul span.prev i,
.newsStyle .news-pager .pager ul a.prev i,
.newsStyle .news-pager .pager ul span.next i,
.newsStyle .news-pager .pager ul a.next i {
  font-style: normal;
}
.newsStyle .news-pager .pager ul span.prev i:after,
.newsStyle .news-pager .pager ul a.prev i:after,
.newsStyle .news-pager .pager ul span.next i:after,
.newsStyle .news-pager .pager ul a.next i:after {
  position: absolute;
  top: 19px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px auto;
  width: 8px;
  height: 10px;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-pager .pager ul span.prev i:after,
  .newsStyle .news-pager .pager ul a.prev i:after,
  .newsStyle .news-pager .pager ul span.next i:after,
  .newsStyle .news-pager .pager ul a.next i:after {
    top: 16px;
  }
}
.newsStyle .news-pager .pager ul span.prev,
.newsStyle .news-pager .pager ul a.prev {
  left: 0;
}
.newsStyle .news-pager .pager ul span.prev i,
.newsStyle .news-pager .pager ul a.prev i {
  padding-left: 17px;
}
.newsStyle .news-pager .pager ul span.prev i:after,
.newsStyle .news-pager .pager ul a.prev i:after {
  left: 0;
  background-image: url("/_assets/images/_common/icon_tri_blue_left.png");
}
.newsStyle .news-pager .pager ul span.next,
.newsStyle .news-pager .pager ul a.next {
  left: 100px;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-pager .pager ul span.next,
  .newsStyle .news-pager .pager ul a.next {
    left: 60px;
  }
}
.newsStyle .news-pager .pager ul span.next i,
.newsStyle .news-pager .pager ul a.next i {
  padding-right: 17px;
}
.newsStyle .news-pager .pager ul span.next i:after,
.newsStyle .news-pager .pager ul a.next i:after {
  right: 0;
  background-image: url("/_assets/images/_common/icon_tri_blue_right.png");
}
.newsStyle .news-detail {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: solid 1px #a5acc7;
}
.newsStyle .news-detail__inner {
  padding: 40px 35px;
  background: #fff;
  border: solid 1px #ccc;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-detail__inner {
    padding: 20px 15px;
  }
}
.newsStyle .news-detail__inner h1,
.newsStyle .news-detail__inner h2,
.newsStyle .news-detail__inner h3,
.newsStyle .news-detail__inner h4,
.newsStyle .news-detail__inner h5,
.newsStyle .news-detail__inner h6 {
  color: #1d2f72;
  font-weight: 700;
}
.newsStyle .news-detail__inner h1 {
  margin-bottom: 20px;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-detail__inner h1 {
    font-size: 3.2rem;
  }
}
.newsStyle .news-detail__inner h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-detail__inner h2 {
    font-size: 2.8rem;
  }
}
.newsStyle .news-detail__inner h3 {
  margin-bottom: 15px;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-detail__inner h3 {
    font-size: 2.4rem;
  }
}
.newsStyle .news-detail__inner h4 {
  margin-bottom: 15px;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-detail__inner h4 {
    font-size: 2.1rem;
  }
}
.newsStyle .news-detail__inner h5 {
  margin-bottom: 12px;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-detail__inner h5 {
    font-size: 1.8rem;
  }
}
.newsStyle .news-detail__inner h6 {
  margin-bottom: 12px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-detail__inner h6 {
    font-size: 1.6rem;
  }
}
.newsStyle .news-detail__inner a {
  color: #1d2f72;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.3s;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 481px) {
  .newsStyle .news-detail__inner a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.newsStyle .news-detail__inner p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.newsStyle .news-detail__inner p strong {
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-detail__inner p {
    font-size: 1.3rem;
  }
}
.newsStyle .news-detail__inner p:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .newsStyle .news-detail__inner p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.newsStyle .news-detail__inner p img {
  vertical-align: bottom;
}
.aboutStyle .about-mv {
  margin-bottom: 25px;
  width: 100%;
  height: 430px;
  background: url("/_assets/images/about/about_mainvis.jpg") center center no-repeat;
  background-size: 100% auto;
  display: table;
}
@media screen and (max-width: 480px) {
  .aboutStyle .about-mv {
    display: block;
    height: auto;
    background: none;
  }
}
.aboutStyle .about-mv__inner {
  display: table-cell;
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  .aboutStyle .about-mv__inner {
    display: block;
  }
}
.aboutStyle .about-mv__title {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 30px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 900;
  text-align: justify;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 480px) {
  .aboutStyle .about-mv__title {
    padding-left: 0;
    padding-bottom: 0;
    color: #1d2f72;
    text-shadow: none;
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.aboutStyle .about-desc {
  color: #1d2f72;
}
.aboutStyle .about-desc__cont {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .aboutStyle .about-desc__cont {
    display: block;
  }
}
.aboutStyle .about-desc__cont .txt-side {
  width: 460px;
}
@media screen and (max-width: 480px) {
  .aboutStyle .about-desc__cont .txt-side {
    width: 100%;
  }
}
.aboutStyle .about-desc__cont .txt-side p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.08em;
  line-height: 2.2;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .aboutStyle .about-desc__cont .txt-side p {
    font-size: 1.3rem;
  }
}
.aboutStyle .about-desc__cont .txt-side p:not(:last-child) {
  margin-bottom: 24px;
}
.aboutStyle .about-desc__cont .img-side {
  width: 380px;
}
@media screen and (max-width: 480px) {
  .aboutStyle .about-desc__cont .img-side {
    margin-top: 40px;
    width: 100%;
  }
}
.aboutStyle .about-desc__cont .img-side ul li:not(:last-child) {
  margin-bottom: 15px;
}
.aboutStyle .about-desc__cont .img-side ul li img {
  vertical-align: bottom;
}
.worldStyle .world-copy,
.worldLilyStyle .world-copy,
.worldHugeStyle .world-copy,
.worldGardenStyle .world-copy,
.worldCharmStyle .world-copy,
.worldSkillStyle .world-copy {
  margin-bottom: 70px;
  height: 416px;
  background: url("/_assets/images/world/top_bg_copy.png") left top no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 480px) {
  .worldStyle .world-copy,
  .worldLilyStyle .world-copy,
  .worldHugeStyle .world-copy,
  .worldGardenStyle .world-copy,
  .worldCharmStyle .world-copy,
  .worldSkillStyle .world-copy {
    height: auto;
  }
}
.worldStyle .world-copy:after,
.worldLilyStyle .world-copy:after,
.worldHugeStyle .world-copy:after,
.worldGardenStyle .world-copy:after,
.worldCharmStyle .world-copy:after,
.worldSkillStyle .world-copy:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -22px;
  width: 44px;
  height: 10px;
  background: url("/_assets/images/_common/arrow_3_blue_bottom.png") left top no-repeat;
  background-size: 44px auto;
}
.worldStyle .world-copy__inner,
.worldLilyStyle .world-copy__inner,
.worldHugeStyle .world-copy__inner,
.worldGardenStyle .world-copy__inner,
.worldCharmStyle .world-copy__inner,
.worldSkillStyle .world-copy__inner {
  width: 100%;
  height: 100%;
  display: table;
  background: rgba(0,0,0,0.5);
}
@media screen and (max-width: 480px) {
  .worldStyle .world-copy__inner,
  .worldLilyStyle .world-copy__inner,
  .worldHugeStyle .world-copy__inner,
  .worldGardenStyle .world-copy__inner,
  .worldCharmStyle .world-copy__inner,
  .worldSkillStyle .world-copy__inner {
    display: block;
  }
}
.worldStyle .world-copy__inner__cont,
.worldLilyStyle .world-copy__inner__cont,
.worldHugeStyle .world-copy__inner__cont,
.worldGardenStyle .world-copy__inner__cont,
.worldCharmStyle .world-copy__inner__cont,
.worldSkillStyle .world-copy__inner__cont {
  padding-left: 32px;
  padding-right: 32px;
  display: table-cell;
  vertical-align: middle;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .worldStyle .world-copy__inner__cont,
  .worldLilyStyle .world-copy__inner__cont,
  .worldHugeStyle .world-copy__inner__cont,
  .worldGardenStyle .world-copy__inner__cont,
  .worldCharmStyle .world-copy__inner__cont,
  .worldSkillStyle .world-copy__inner__cont {
    padding: 35px 20px;
    display: block;
  }
}
.worldStyle .world-copy__inner__cont h2,
.worldLilyStyle .world-copy__inner__cont h2,
.worldHugeStyle .world-copy__inner__cont h2,
.worldGardenStyle .world-copy__inner__cont h2,
.worldCharmStyle .world-copy__inner__cont h2,
.worldSkillStyle .world-copy__inner__cont h2 {
  margin-bottom: 24px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .worldStyle .world-copy__inner__cont h2,
  .worldLilyStyle .world-copy__inner__cont h2,
  .worldHugeStyle .world-copy__inner__cont h2,
  .worldGardenStyle .world-copy__inner__cont h2,
  .worldCharmStyle .world-copy__inner__cont h2,
  .worldSkillStyle .world-copy__inner__cont h2 {
    margin-bottom: 18px;
    font-size: 4vw;
  }
}
.worldStyle .world-copy__inner__cont .desc,
.worldLilyStyle .world-copy__inner__cont .desc,
.worldHugeStyle .world-copy__inner__cont .desc,
.worldGardenStyle .world-copy__inner__cont .desc,
.worldCharmStyle .world-copy__inner__cont .desc,
.worldSkillStyle .world-copy__inner__cont .desc {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .worldStyle .world-copy__inner__cont .desc,
  .worldLilyStyle .world-copy__inner__cont .desc,
  .worldHugeStyle .world-copy__inner__cont .desc,
  .worldGardenStyle .world-copy__inner__cont .desc,
  .worldCharmStyle .world-copy__inner__cont .desc,
  .worldSkillStyle .world-copy__inner__cont .desc {
    font-size: 1.3rem;
  }
}
.worldStyle .world-copy__inner__cont .desc p,
.worldLilyStyle .world-copy__inner__cont .desc p,
.worldHugeStyle .world-copy__inner__cont .desc p,
.worldGardenStyle .world-copy__inner__cont .desc p,
.worldCharmStyle .world-copy__inner__cont .desc p,
.worldSkillStyle .world-copy__inner__cont .desc p {
  line-height: 2.1;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .worldStyle .world-copy__inner__cont .desc p,
  .worldLilyStyle .world-copy__inner__cont .desc p,
  .worldHugeStyle .world-copy__inner__cont .desc p,
  .worldGardenStyle .world-copy__inner__cont .desc p,
  .worldCharmStyle .world-copy__inner__cont .desc p,
  .worldSkillStyle .world-copy__inner__cont .desc p {
    line-height: 1.9;
  }
}
.worldStyle .world-select ul li:not(:last-child),
.worldLilyStyle .world-select ul li:not(:last-child),
.worldHugeStyle .world-select ul li:not(:last-child),
.worldGardenStyle .world-select ul li:not(:last-child),
.worldCharmStyle .world-select ul li:not(:last-child),
.worldSkillStyle .world-select ul li:not(:last-child) {
  margin-bottom: 10px;
}
.worldStyle .world-select ul li a,
.worldLilyStyle .world-select ul li a,
.worldHugeStyle .world-select ul li a,
.worldGardenStyle .world-select ul li a,
.worldCharmStyle .world-select ul li a,
.worldSkillStyle .world-select ul li a {
  display: block;
}
@media screen and (min-width: 481px) {
  .worldStyle .world-select ul li a:hover img,
  .worldLilyStyle .world-select ul li a:hover img,
  .worldHugeStyle .world-select ul li a:hover img,
  .worldGardenStyle .world-select ul li a:hover img,
  .worldCharmStyle .world-select ul li a:hover img,
  .worldSkillStyle .world-select ul li a:hover img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.worldStyle .world-select ul li a img,
.worldLilyStyle .world-select ul li a img,
.worldHugeStyle .world-select ul li a img,
.worldGardenStyle .world-select ul li a img,
.worldCharmStyle .world-select ul li a img,
.worldSkillStyle .world-select ul li a img {
  vertical-align: bottom;
  transition: 0.3s;
}
.worldStyle .world-header,
.worldLilyStyle .world-header,
.worldHugeStyle .world-header,
.worldGardenStyle .world-header,
.worldCharmStyle .world-header,
.worldSkillStyle .world-header {
  margin-bottom: 35px;
}
.worldStyle .world-header img,
.worldLilyStyle .world-header img,
.worldHugeStyle .world-header img,
.worldGardenStyle .world-header img,
.worldCharmStyle .world-header img,
.worldSkillStyle .world-header img {
  vertical-align: bottom;
}
.worldStyle .world-cont,
.worldLilyStyle .world-cont,
.worldHugeStyle .world-cont,
.worldGardenStyle .world-cont,
.worldCharmStyle .world-cont,
.worldSkillStyle .world-cont {
  margin-bottom: 70px;
}
.worldStyle .world-cont__main .txt-block h3,
.worldLilyStyle .world-cont__main .txt-block h3,
.worldHugeStyle .world-cont__main .txt-block h3,
.worldGardenStyle .world-cont__main .txt-block h3,
.worldCharmStyle .world-cont__main .txt-block h3,
.worldSkillStyle .world-cont__main .txt-block h3 {
  margin-bottom: 30px;
  letter-spacing: -0.4em;
}
.worldStyle .world-cont__main .txt-block h3 span,
.worldLilyStyle .world-cont__main .txt-block h3 span,
.worldHugeStyle .world-cont__main .txt-block h3 span,
.worldGardenStyle .world-cont__main .txt-block h3 span,
.worldCharmStyle .world-cont__main .txt-block h3 span,
.worldSkillStyle .world-cont__main .txt-block h3 span {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
}
.worldStyle .world-cont__main .txt-block h3 span:after,
.worldLilyStyle .world-cont__main .txt-block h3 span:after,
.worldHugeStyle .world-cont__main .txt-block h3 span:after,
.worldGardenStyle .world-cont__main .txt-block h3 span:after,
.worldCharmStyle .world-cont__main .txt-block h3 span:after,
.worldSkillStyle .world-cont__main .txt-block h3 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  display: block;
  width: 100%;
  height: 2px;
  background: #1d2f72;
}
.worldStyle .world-cont__main .txt-block h3 span img,
.worldLilyStyle .world-cont__main .txt-block h3 span img,
.worldHugeStyle .world-cont__main .txt-block h3 span img,
.worldGardenStyle .world-cont__main .txt-block h3 span img,
.worldCharmStyle .world-cont__main .txt-block h3 span img,
.worldSkillStyle .world-cont__main .txt-block h3 span img {
  vertical-align: bottom;
  height: 20px;
}
.worldStyle .world-cont__main .txt-block .desc p,
.worldLilyStyle .world-cont__main .txt-block .desc p,
.worldHugeStyle .world-cont__main .txt-block .desc p,
.worldGardenStyle .world-cont__main .txt-block .desc p,
.worldCharmStyle .world-cont__main .txt-block .desc p,
.worldSkillStyle .world-cont__main .txt-block .desc p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #1d2f72;
  font-weight: 500;
  text-align: justify;
}
.worldStyle .world-cont__main .txt-block .desc p strong,
.worldLilyStyle .world-cont__main .txt-block .desc p strong,
.worldHugeStyle .world-cont__main .txt-block .desc p strong,
.worldGardenStyle .world-cont__main .txt-block .desc p strong,
.worldCharmStyle .world-cont__main .txt-block .desc p strong,
.worldSkillStyle .world-cont__main .txt-block .desc p strong {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 800;
}
.worldStyle .world-cont__main .txt-block .desc p:not(:last-child),
.worldLilyStyle .world-cont__main .txt-block .desc p:not(:last-child),
.worldHugeStyle .world-cont__main .txt-block .desc p:not(:last-child),
.worldGardenStyle .world-cont__main .txt-block .desc p:not(:last-child),
.worldCharmStyle .world-cont__main .txt-block .desc p:not(:last-child),
.worldSkillStyle .world-cont__main .txt-block .desc p:not(:last-child) {
  margin-bottom: 30px;
}
.worldStyle .world-cont__main .txt-block .md-btn__links,
.worldLilyStyle .world-cont__main .txt-block .md-btn__links,
.worldHugeStyle .world-cont__main .txt-block .md-btn__links,
.worldGardenStyle .world-cont__main .txt-block .md-btn__links,
.worldCharmStyle .world-cont__main .txt-block .md-btn__links,
.worldSkillStyle .world-cont__main .txt-block .md-btn__links {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .worldStyle .world-cont__main .txt-block .md-btn__links a,
  .worldLilyStyle .world-cont__main .txt-block .md-btn__links a,
  .worldHugeStyle .world-cont__main .txt-block .md-btn__links a,
  .worldGardenStyle .world-cont__main .txt-block .md-btn__links a,
  .worldCharmStyle .world-cont__main .txt-block .md-btn__links a,
  .worldSkillStyle .world-cont__main .txt-block .md-btn__links a {
    display: block;
    text-align: center;
  }
}
.worldStyle .world-cont__main.column__2,
.worldLilyStyle .world-cont__main.column__2,
.worldHugeStyle .world-cont__main.column__2,
.worldGardenStyle .world-cont__main.column__2,
.worldCharmStyle .world-cont__main.column__2,
.worldSkillStyle .world-cont__main.column__2 {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .worldStyle .world-cont__main.column__2,
  .worldLilyStyle .world-cont__main.column__2,
  .worldHugeStyle .world-cont__main.column__2,
  .worldGardenStyle .world-cont__main.column__2,
  .worldCharmStyle .world-cont__main.column__2,
  .worldSkillStyle .world-cont__main.column__2 {
    display: block;
  }
}
.worldStyle .world-cont__main.column__2 .txt-block,
.worldLilyStyle .world-cont__main.column__2 .txt-block,
.worldHugeStyle .world-cont__main.column__2 .txt-block,
.worldGardenStyle .world-cont__main.column__2 .txt-block,
.worldCharmStyle .world-cont__main.column__2 .txt-block,
.worldSkillStyle .world-cont__main.column__2 .txt-block {
  width: 480px;
}
@media screen and (max-width: 480px) {
  .worldStyle .world-cont__main.column__2 .txt-block,
  .worldLilyStyle .world-cont__main.column__2 .txt-block,
  .worldHugeStyle .world-cont__main.column__2 .txt-block,
  .worldGardenStyle .world-cont__main.column__2 .txt-block,
  .worldCharmStyle .world-cont__main.column__2 .txt-block,
  .worldSkillStyle .world-cont__main.column__2 .txt-block {
    width: 100%;
  }
}
.worldStyle .world-cont__main.column__2 .img-block,
.worldLilyStyle .world-cont__main.column__2 .img-block,
.worldHugeStyle .world-cont__main.column__2 .img-block,
.worldGardenStyle .world-cont__main.column__2 .img-block,
.worldCharmStyle .world-cont__main.column__2 .img-block,
.worldSkillStyle .world-cont__main.column__2 .img-block {
  width: 354px;
}
@media screen and (max-width: 480px) {
  .worldStyle .world-cont__main.column__2 .img-block,
  .worldLilyStyle .world-cont__main.column__2 .img-block,
  .worldHugeStyle .world-cont__main.column__2 .img-block,
  .worldGardenStyle .world-cont__main.column__2 .img-block,
  .worldCharmStyle .world-cont__main.column__2 .img-block,
  .worldSkillStyle .world-cont__main.column__2 .img-block {
    margin-top: 45px;
    width: 100%;
  }
}
.worldStyle .world-cont__main.column__2 .img-block img,
.worldLilyStyle .world-cont__main.column__2 .img-block img,
.worldHugeStyle .world-cont__main.column__2 .img-block img,
.worldGardenStyle .world-cont__main.column__2 .img-block img,
.worldCharmStyle .world-cont__main.column__2 .img-block img,
.worldSkillStyle .world-cont__main.column__2 .img-block img {
  vertical-align: bottom;
}
.worldStyle .world-cont__post,
.worldLilyStyle .world-cont__post,
.worldHugeStyle .world-cont__post,
.worldGardenStyle .world-cont__post,
.worldCharmStyle .world-cont__post,
.worldSkillStyle .world-cont__post {
  margin-top: 60px;
}
.worldStyle .world-cont__post__title,
.worldLilyStyle .world-cont__post__title,
.worldHugeStyle .world-cont__post__title,
.worldGardenStyle .world-cont__post__title,
.worldCharmStyle .world-cont__post__title,
.worldSkillStyle .world-cont__post__title {
  margin-bottom: 30px;
  letter-spacing: -0.4em;
}
.worldStyle .world-cont__post__title span,
.worldLilyStyle .world-cont__post__title span,
.worldHugeStyle .world-cont__post__title span,
.worldGardenStyle .world-cont__post__title span,
.worldCharmStyle .world-cont__post__title span,
.worldSkillStyle .world-cont__post__title span {
  letter-spacing: normal;
  display: inline-block;
  padding: 10px 12px;
  background: #1d2f72;
}
@media screen and (max-width: 480px) {
  .worldStyle .world-cont__post__title span,
  .worldLilyStyle .world-cont__post__title span,
  .worldHugeStyle .world-cont__post__title span,
  .worldGardenStyle .world-cont__post__title span,
  .worldCharmStyle .world-cont__post__title span,
  .worldSkillStyle .world-cont__post__title span {
    padding: 4px 8px 6px;
  }
}
.worldStyle .world-cont__post__title span img,
.worldLilyStyle .world-cont__post__title span img,
.worldHugeStyle .world-cont__post__title span img,
.worldGardenStyle .world-cont__post__title span img,
.worldCharmStyle .world-cont__post__title span img,
.worldSkillStyle .world-cont__post__title span img {
  vertical-align: bottom;
  height: 18px;
}
@media screen and (max-width: 480px) {
  .worldStyle .world-cont__post__title span img,
  .worldLilyStyle .world-cont__post__title span img,
  .worldHugeStyle .world-cont__post__title span img,
  .worldGardenStyle .world-cont__post__title span img,
  .worldCharmStyle .world-cont__post__title span img,
  .worldSkillStyle .world-cont__post__title span img {
    height: 14px;
  }
}
.worldStyle .world-cont__post__list,
.worldLilyStyle .world-cont__post__list,
.worldHugeStyle .world-cont__post__list,
.worldGardenStyle .world-cont__post__list,
.worldCharmStyle .world-cont__post__list,
.worldSkillStyle .world-cont__post__list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.worldStyle .world-cont__post__list.column__3 .world-cont__post__list__block,
.worldLilyStyle .world-cont__post__list.column__3 .world-cont__post__list__block,
.worldHugeStyle .world-cont__post__list.column__3 .world-cont__post__list__block,
.worldGardenStyle .world-cont__post__list.column__3 .world-cont__post__list__block,
.worldCharmStyle .world-cont__post__list.column__3 .world-cont__post__list__block,
.worldSkillStyle .world-cont__post__list.column__3 .world-cont__post__list__block {
  margin-right: 45px;
  width: 264px;
}
@media screen and (max-width: 480px) {
  .worldStyle .world-cont__post__list.column__3 .world-cont__post__list__block,
  .worldLilyStyle .world-cont__post__list.column__3 .world-cont__post__list__block,
  .worldHugeStyle .world-cont__post__list.column__3 .world-cont__post__list__block,
  .worldGardenStyle .world-cont__post__list.column__3 .world-cont__post__list__block,
  .worldCharmStyle .world-cont__post__list.column__3 .world-cont__post__list__block,
  .worldSkillStyle .world-cont__post__list.column__3 .world-cont__post__list__block {
    margin-right: 4%;
    width: 48%;
  }
}
.worldStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(2n),
.worldLilyStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(2n),
.worldHugeStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(2n),
.worldGardenStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(2n),
.worldCharmStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(2n),
.worldSkillStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(2n) {
  margin-right: 45px;
}
@media screen and (max-width: 480px) {
  .worldStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(2n),
  .worldLilyStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(2n),
  .worldHugeStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(2n),
  .worldGardenStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(2n),
  .worldCharmStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(2n),
  .worldSkillStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 481px) {
  .worldStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(3n),
  .worldLilyStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(3n),
  .worldHugeStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(3n),
  .worldGardenStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(3n),
  .worldCharmStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(3n),
  .worldSkillStyle .world-cont__post__list.column__3 .world-cont__post__list__block:nth-child(3n) {
    margin-right: 0;
  }
}
.worldStyle .world-cont__post__list.column__3 .world-cont__post__list__block__title,
.worldLilyStyle .world-cont__post__list.column__3 .world-cont__post__list__block__title,
.worldHugeStyle .world-cont__post__list.column__3 .world-cont__post__list__block__title,
.worldGardenStyle .world-cont__post__list.column__3 .world-cont__post__list__block__title,
.worldCharmStyle .world-cont__post__list.column__3 .world-cont__post__list__block__title,
.worldSkillStyle .world-cont__post__list.column__3 .world-cont__post__list__block__title {
  font-size: 12px;
  font-size: 1.2rem;
}
.worldStyle .world-cont__post__list__block,
.worldLilyStyle .world-cont__post__list__block,
.worldHugeStyle .world-cont__post__list__block,
.worldGardenStyle .world-cont__post__list__block,
.worldCharmStyle .world-cont__post__list__block,
.worldSkillStyle .world-cont__post__list__block {
  margin-bottom: 52px;
  margin-right: 48px;
  width: 416px;
}
@media screen and (max-width: 480px) {
  .worldStyle .world-cont__post__list__block,
  .worldLilyStyle .world-cont__post__list__block,
  .worldHugeStyle .world-cont__post__list__block,
  .worldGardenStyle .world-cont__post__list__block,
  .worldCharmStyle .world-cont__post__list__block,
  .worldSkillStyle .world-cont__post__list__block {
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
  }
}
.worldStyle .world-cont__post__list__block:nth-child(2n),
.worldLilyStyle .world-cont__post__list__block:nth-child(2n),
.worldHugeStyle .world-cont__post__list__block:nth-child(2n),
.worldGardenStyle .world-cont__post__list__block:nth-child(2n),
.worldCharmStyle .world-cont__post__list__block:nth-child(2n),
.worldSkillStyle .world-cont__post__list__block:nth-child(2n) {
  margin-right: 0;
}
.worldStyle .world-cont__post__list__block .thumb a,
.worldLilyStyle .world-cont__post__list__block .thumb a,
.worldHugeStyle .world-cont__post__list__block .thumb a,
.worldGardenStyle .world-cont__post__list__block .thumb a,
.worldCharmStyle .world-cont__post__list__block .thumb a,
.worldSkillStyle .world-cont__post__list__block .thumb a {
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 481px) {
  .worldStyle .world-cont__post__list__block .thumb a:hover img,
  .worldLilyStyle .world-cont__post__list__block .thumb a:hover img,
  .worldHugeStyle .world-cont__post__list__block .thumb a:hover img,
  .worldGardenStyle .world-cont__post__list__block .thumb a:hover img,
  .worldCharmStyle .world-cont__post__list__block .thumb a:hover img,
  .worldSkillStyle .world-cont__post__list__block .thumb a:hover img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.worldStyle .world-cont__post__list__block .thumb a img,
.worldLilyStyle .world-cont__post__list__block .thumb a img,
.worldHugeStyle .world-cont__post__list__block .thumb a img,
.worldGardenStyle .world-cont__post__list__block .thumb a img,
.worldCharmStyle .world-cont__post__list__block .thumb a img,
.worldSkillStyle .world-cont__post__list__block .thumb a img {
  vertical-align: bottom;
  transition: 0.3s;
}
.worldStyle .world-cont__post__list__block__title,
.worldLilyStyle .world-cont__post__list__block__title,
.worldHugeStyle .world-cont__post__list__block__title,
.worldGardenStyle .world-cont__post__list__block__title,
.worldCharmStyle .world-cont__post__list__block__title,
.worldSkillStyle .world-cont__post__list__block__title {
  margin-top: 5px;
  font-weight: 900;
  font-size: 15px;
  font-size: 1.5rem;
  color: #1d2f72;
  line-height: 1.4;
}
.worldStyle .remodal,
.worldLilyStyle .remodal,
.worldHugeStyle .remodal,
.worldGardenStyle .remodal,
.worldCharmStyle .remodal,
.worldSkillStyle .remodal {
  background: url("/_assets/images/world/modal_bg.png") left top repeat;
  background-size: 5px auto;
  padding: 30px;
  max-width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal,
  .worldLilyStyle .remodal,
  .worldHugeStyle .remodal,
  .worldGardenStyle .remodal,
  .worldCharmStyle .remodal,
  .worldSkillStyle .remodal {
    padding: 20px 15px;
  }
}
.worldStyle .remodal-close,
.worldLilyStyle .remodal-close,
.worldHugeStyle .remodal-close,
.worldGardenStyle .remodal-close,
.worldCharmStyle .remodal-close,
.worldSkillStyle .remodal-close {
  width: 44px;
  height: 44px;
  background: url("/_assets/images/world/modal_close.png") left top no-repeat;
  background-size: 44px auto;
  left: auto;
  right: 0;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal-close,
  .worldLilyStyle .remodal-close,
  .worldHugeStyle .remodal-close,
  .worldGardenStyle .remodal-close,
  .worldCharmStyle .remodal-close,
  .worldSkillStyle .remodal-close {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
}
.worldStyle .remodal-close:before,
.worldLilyStyle .remodal-close:before,
.worldHugeStyle .remodal-close:before,
.worldGardenStyle .remodal-close:before,
.worldCharmStyle .remodal-close:before,
.worldSkillStyle .remodal-close:before {
  content: "";
}
.worldStyle .remodal .modal-wrap,
.worldLilyStyle .remodal .modal-wrap,
.worldHugeStyle .remodal .modal-wrap,
.worldGardenStyle .remodal .modal-wrap,
.worldCharmStyle .remodal .modal-wrap,
.worldSkillStyle .remodal .modal-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  color: #1d2f72;
}
.worldStyle .remodal .modal-wrap:after,
.worldLilyStyle .remodal .modal-wrap:after,
.worldHugeStyle .remodal .modal-wrap:after,
.worldGardenStyle .remodal .modal-wrap:after,
.worldCharmStyle .remodal .modal-wrap:after,
.worldSkillStyle .remodal .modal-wrap:after,
.worldStyle .remodal .modal-wrap:before,
.worldLilyStyle .remodal .modal-wrap:before,
.worldHugeStyle .remodal .modal-wrap:before,
.worldGardenStyle .remodal .modal-wrap:before,
.worldCharmStyle .remodal .modal-wrap:before,
.worldSkillStyle .remodal .modal-wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 14px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 14px auto;
}
.worldStyle .remodal .modal-wrap:after,
.worldLilyStyle .remodal .modal-wrap:after,
.worldHugeStyle .remodal .modal-wrap:after,
.worldGardenStyle .remodal .modal-wrap:after,
.worldCharmStyle .remodal .modal-wrap:after,
.worldSkillStyle .remodal .modal-wrap:after {
  bottom: 30px;
  background-image: url("/_assets/images/_common/icon_tri_blue_up.png");
}
.worldStyle .remodal .modal-wrap:before,
.worldLilyStyle .remodal .modal-wrap:before,
.worldHugeStyle .remodal .modal-wrap:before,
.worldGardenStyle .remodal .modal-wrap:before,
.worldCharmStyle .remodal .modal-wrap:before,
.worldSkillStyle .remodal .modal-wrap:before {
  top: 30px;
  background-image: url("/_assets/images/_common/icon_tri_blue_down.png");
}
.worldStyle .remodal .modal-wrap .img-block,
.worldLilyStyle .remodal .modal-wrap .img-block,
.worldHugeStyle .remodal .modal-wrap .img-block,
.worldGardenStyle .remodal .modal-wrap .img-block,
.worldCharmStyle .remodal .modal-wrap .img-block,
.worldSkillStyle .remodal .modal-wrap .img-block {
  margin-bottom: 30px;
}
.worldStyle .remodal .modal-wrap .img-block img,
.worldLilyStyle .remodal .modal-wrap .img-block img,
.worldHugeStyle .remodal .modal-wrap .img-block img,
.worldGardenStyle .remodal .modal-wrap .img-block img,
.worldCharmStyle .remodal .modal-wrap .img-block img,
.worldSkillStyle .remodal .modal-wrap .img-block img {
  vertical-align: bottom;
}
.worldStyle .remodal .modal-wrap .garden-modal-ttl,
.worldLilyStyle .remodal .modal-wrap .garden-modal-ttl,
.worldHugeStyle .remodal .modal-wrap .garden-modal-ttl,
.worldGardenStyle .remodal .modal-wrap .garden-modal-ttl,
.worldCharmStyle .remodal .modal-wrap .garden-modal-ttl,
.worldSkillStyle .remodal .modal-wrap .garden-modal-ttl,
.worldStyle .remodal .modal-wrap .charm-modal-ttl,
.worldLilyStyle .remodal .modal-wrap .charm-modal-ttl,
.worldHugeStyle .remodal .modal-wrap .charm-modal-ttl,
.worldGardenStyle .remodal .modal-wrap .charm-modal-ttl,
.worldCharmStyle .remodal .modal-wrap .charm-modal-ttl,
.worldSkillStyle .remodal .modal-wrap .charm-modal-ttl {
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .garden-modal-ttl,
  .worldLilyStyle .remodal .modal-wrap .garden-modal-ttl,
  .worldHugeStyle .remodal .modal-wrap .garden-modal-ttl,
  .worldGardenStyle .remodal .modal-wrap .garden-modal-ttl,
  .worldCharmStyle .remodal .modal-wrap .garden-modal-ttl,
  .worldSkillStyle .remodal .modal-wrap .garden-modal-ttl,
  .worldStyle .remodal .modal-wrap .charm-modal-ttl,
  .worldLilyStyle .remodal .modal-wrap .charm-modal-ttl,
  .worldHugeStyle .remodal .modal-wrap .charm-modal-ttl,
  .worldGardenStyle .remodal .modal-wrap .charm-modal-ttl,
  .worldCharmStyle .remodal .modal-wrap .charm-modal-ttl,
  .worldSkillStyle .remodal .modal-wrap .charm-modal-ttl {
    margin-bottom: 30px;
  }
}
.worldStyle .remodal .modal-wrap .garden-modal-ttl span img,
.worldLilyStyle .remodal .modal-wrap .garden-modal-ttl span img,
.worldHugeStyle .remodal .modal-wrap .garden-modal-ttl span img,
.worldGardenStyle .remodal .modal-wrap .garden-modal-ttl span img,
.worldCharmStyle .remodal .modal-wrap .garden-modal-ttl span img,
.worldSkillStyle .remodal .modal-wrap .garden-modal-ttl span img,
.worldStyle .remodal .modal-wrap .charm-modal-ttl span img,
.worldLilyStyle .remodal .modal-wrap .charm-modal-ttl span img,
.worldHugeStyle .remodal .modal-wrap .charm-modal-ttl span img,
.worldGardenStyle .remodal .modal-wrap .charm-modal-ttl span img,
.worldCharmStyle .remodal .modal-wrap .charm-modal-ttl span img,
.worldSkillStyle .remodal .modal-wrap .charm-modal-ttl span img {
  height: 13px;
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .garden-modal-ttl span img,
  .worldLilyStyle .remodal .modal-wrap .garden-modal-ttl span img,
  .worldHugeStyle .remodal .modal-wrap .garden-modal-ttl span img,
  .worldGardenStyle .remodal .modal-wrap .garden-modal-ttl span img,
  .worldCharmStyle .remodal .modal-wrap .garden-modal-ttl span img,
  .worldSkillStyle .remodal .modal-wrap .garden-modal-ttl span img,
  .worldStyle .remodal .modal-wrap .charm-modal-ttl span img,
  .worldLilyStyle .remodal .modal-wrap .charm-modal-ttl span img,
  .worldHugeStyle .remodal .modal-wrap .charm-modal-ttl span img,
  .worldGardenStyle .remodal .modal-wrap .charm-modal-ttl span img,
  .worldCharmStyle .remodal .modal-wrap .charm-modal-ttl span img,
  .worldSkillStyle .remodal .modal-wrap .charm-modal-ttl span img {
    height: 10px;
  }
}
.worldStyle .remodal .modal-wrap .garden-modal-ttl em,
.worldLilyStyle .remodal .modal-wrap .garden-modal-ttl em,
.worldHugeStyle .remodal .modal-wrap .garden-modal-ttl em,
.worldGardenStyle .remodal .modal-wrap .garden-modal-ttl em,
.worldCharmStyle .remodal .modal-wrap .garden-modal-ttl em,
.worldSkillStyle .remodal .modal-wrap .garden-modal-ttl em,
.worldStyle .remodal .modal-wrap .charm-modal-ttl em,
.worldLilyStyle .remodal .modal-wrap .charm-modal-ttl em,
.worldHugeStyle .remodal .modal-wrap .charm-modal-ttl em,
.worldGardenStyle .remodal .modal-wrap .charm-modal-ttl em,
.worldCharmStyle .remodal .modal-wrap .charm-modal-ttl em,
.worldSkillStyle .remodal .modal-wrap .charm-modal-ttl em {
  padding-top: 5px;
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .garden-modal-ttl em,
  .worldLilyStyle .remodal .modal-wrap .garden-modal-ttl em,
  .worldHugeStyle .remodal .modal-wrap .garden-modal-ttl em,
  .worldGardenStyle .remodal .modal-wrap .garden-modal-ttl em,
  .worldCharmStyle .remodal .modal-wrap .garden-modal-ttl em,
  .worldSkillStyle .remodal .modal-wrap .garden-modal-ttl em,
  .worldStyle .remodal .modal-wrap .charm-modal-ttl em,
  .worldLilyStyle .remodal .modal-wrap .charm-modal-ttl em,
  .worldHugeStyle .remodal .modal-wrap .charm-modal-ttl em,
  .worldGardenStyle .remodal .modal-wrap .charm-modal-ttl em,
  .worldCharmStyle .remodal .modal-wrap .charm-modal-ttl em,
  .worldSkillStyle .remodal .modal-wrap .charm-modal-ttl em {
    font-size: 2.5rem;
  }
}
.worldStyle .remodal .modal-wrap .charm-desc,
.worldLilyStyle .remodal .modal-wrap .charm-desc,
.worldHugeStyle .remodal .modal-wrap .charm-desc,
.worldGardenStyle .remodal .modal-wrap .charm-desc,
.worldCharmStyle .remodal .modal-wrap .charm-desc,
.worldSkillStyle .remodal .modal-wrap .charm-desc {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.9;
  text-align: justify;
  max-width: 800px;
}
.worldStyle .remodal .modal-wrap .contents-wrap.garden,
.worldLilyStyle .remodal .modal-wrap .contents-wrap.garden,
.worldHugeStyle .remodal .modal-wrap .contents-wrap.garden,
.worldGardenStyle .remodal .modal-wrap .contents-wrap.garden,
.worldCharmStyle .remodal .modal-wrap .contents-wrap.garden,
.worldSkillStyle .remodal .modal-wrap .contents-wrap.garden {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.worldStyle .remodal .modal-wrap .contents-wrap.garden dl,
.worldLilyStyle .remodal .modal-wrap .contents-wrap.garden dl,
.worldHugeStyle .remodal .modal-wrap .contents-wrap.garden dl,
.worldGardenStyle .remodal .modal-wrap .contents-wrap.garden dl,
.worldCharmStyle .remodal .modal-wrap .contents-wrap.garden dl,
.worldSkillStyle .remodal .modal-wrap .contents-wrap.garden dl {
  margin-bottom: 65px;
  margin-right: 7.446808510638298%;
  width: 46.27659574468085%;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .contents-wrap.garden dl,
  .worldLilyStyle .remodal .modal-wrap .contents-wrap.garden dl,
  .worldHugeStyle .remodal .modal-wrap .contents-wrap.garden dl,
  .worldGardenStyle .remodal .modal-wrap .contents-wrap.garden dl,
  .worldCharmStyle .remodal .modal-wrap .contents-wrap.garden dl,
  .worldSkillStyle .remodal .modal-wrap .contents-wrap.garden dl {
    margin-bottom: 35px;
    width: 100%;
    margin-right: 0 !important;
  }
}
.worldStyle .remodal .modal-wrap .contents-wrap.garden dl:nth-child(2n),
.worldLilyStyle .remodal .modal-wrap .contents-wrap.garden dl:nth-child(2n),
.worldHugeStyle .remodal .modal-wrap .contents-wrap.garden dl:nth-child(2n),
.worldGardenStyle .remodal .modal-wrap .contents-wrap.garden dl:nth-child(2n),
.worldCharmStyle .remodal .modal-wrap .contents-wrap.garden dl:nth-child(2n),
.worldSkillStyle .remodal .modal-wrap .contents-wrap.garden dl:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .contents-wrap.garden dl:nth-child(2n),
  .worldLilyStyle .remodal .modal-wrap .contents-wrap.garden dl:nth-child(2n),
  .worldHugeStyle .remodal .modal-wrap .contents-wrap.garden dl:nth-child(2n),
  .worldGardenStyle .remodal .modal-wrap .contents-wrap.garden dl:nth-child(2n),
  .worldCharmStyle .remodal .modal-wrap .contents-wrap.garden dl:nth-child(2n),
  .worldSkillStyle .remodal .modal-wrap .contents-wrap.garden dl:nth-child(2n) {
    margin-right: 0;
  }
}
.worldStyle .remodal .modal-wrap .contents-wrap.garden dl dt,
.worldLilyStyle .remodal .modal-wrap .contents-wrap.garden dl dt,
.worldHugeStyle .remodal .modal-wrap .contents-wrap.garden dl dt,
.worldGardenStyle .remodal .modal-wrap .contents-wrap.garden dl dt,
.worldCharmStyle .remodal .modal-wrap .contents-wrap.garden dl dt,
.worldSkillStyle .remodal .modal-wrap .contents-wrap.garden dl dt {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .contents-wrap.garden dl dt,
  .worldLilyStyle .remodal .modal-wrap .contents-wrap.garden dl dt,
  .worldHugeStyle .remodal .modal-wrap .contents-wrap.garden dl dt,
  .worldGardenStyle .remodal .modal-wrap .contents-wrap.garden dl dt,
  .worldCharmStyle .remodal .modal-wrap .contents-wrap.garden dl dt,
  .worldSkillStyle .remodal .modal-wrap .contents-wrap.garden dl dt {
    font-size: 1.6rem;
  }
}
.worldStyle .remodal .modal-wrap .contents-wrap.garden dl dd,
.worldLilyStyle .remodal .modal-wrap .contents-wrap.garden dl dd,
.worldHugeStyle .remodal .modal-wrap .contents-wrap.garden dl dd,
.worldGardenStyle .remodal .modal-wrap .contents-wrap.garden dl dd,
.worldCharmStyle .remodal .modal-wrap .contents-wrap.garden dl dd,
.worldSkillStyle .remodal .modal-wrap .contents-wrap.garden dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .contents-wrap.garden dl dd,
  .worldLilyStyle .remodal .modal-wrap .contents-wrap.garden dl dd,
  .worldHugeStyle .remodal .modal-wrap .contents-wrap.garden dl dd,
  .worldGardenStyle .remodal .modal-wrap .contents-wrap.garden dl dd,
  .worldCharmStyle .remodal .modal-wrap .contents-wrap.garden dl dd,
  .worldSkillStyle .remodal .modal-wrap .contents-wrap.garden dl dd {
    font-size: 1.2rem;
  }
}
.worldStyle .remodal .modal-wrap .contents-wrap.skill,
.worldLilyStyle .remodal .modal-wrap .contents-wrap.skill,
.worldHugeStyle .remodal .modal-wrap .contents-wrap.skill,
.worldGardenStyle .remodal .modal-wrap .contents-wrap.skill,
.worldCharmStyle .remodal .modal-wrap .contents-wrap.skill,
.worldSkillStyle .remodal .modal-wrap .contents-wrap.skill {
  padding-top: 20px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.worldStyle .remodal .modal-wrap .contents-wrap.skill .img-block,
.worldLilyStyle .remodal .modal-wrap .contents-wrap.skill .img-block,
.worldHugeStyle .remodal .modal-wrap .contents-wrap.skill .img-block,
.worldGardenStyle .remodal .modal-wrap .contents-wrap.skill .img-block,
.worldCharmStyle .remodal .modal-wrap .contents-wrap.skill .img-block,
.worldSkillStyle .remodal .modal-wrap .contents-wrap.skill .img-block {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .contents-wrap.skill .img-block,
  .worldLilyStyle .remodal .modal-wrap .contents-wrap.skill .img-block,
  .worldHugeStyle .remodal .modal-wrap .contents-wrap.skill .img-block,
  .worldGardenStyle .remodal .modal-wrap .contents-wrap.skill .img-block,
  .worldCharmStyle .remodal .modal-wrap .contents-wrap.skill .img-block,
  .worldSkillStyle .remodal .modal-wrap .contents-wrap.skill .img-block {
    margin-bottom: 25px;
    width: 100%;
  }
}
.worldStyle .remodal .modal-wrap .contents-wrap.skill .img-block img,
.worldLilyStyle .remodal .modal-wrap .contents-wrap.skill .img-block img,
.worldHugeStyle .remodal .modal-wrap .contents-wrap.skill .img-block img,
.worldGardenStyle .remodal .modal-wrap .contents-wrap.skill .img-block img,
.worldCharmStyle .remodal .modal-wrap .contents-wrap.skill .img-block img,
.worldSkillStyle .remodal .modal-wrap .contents-wrap.skill .img-block img {
  vertical-align: bottom;
}
.worldStyle .remodal .modal-wrap .contents-wrap.skill .txt-block,
.worldLilyStyle .remodal .modal-wrap .contents-wrap.skill .txt-block,
.worldHugeStyle .remodal .modal-wrap .contents-wrap.skill .txt-block,
.worldGardenStyle .remodal .modal-wrap .contents-wrap.skill .txt-block,
.worldCharmStyle .remodal .modal-wrap .contents-wrap.skill .txt-block,
.worldSkillStyle .remodal .modal-wrap .contents-wrap.skill .txt-block {
  width: 45.744680851063826%;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .contents-wrap.skill .txt-block,
  .worldLilyStyle .remodal .modal-wrap .contents-wrap.skill .txt-block,
  .worldHugeStyle .remodal .modal-wrap .contents-wrap.skill .txt-block,
  .worldGardenStyle .remodal .modal-wrap .contents-wrap.skill .txt-block,
  .worldCharmStyle .remodal .modal-wrap .contents-wrap.skill .txt-block,
  .worldSkillStyle .remodal .modal-wrap .contents-wrap.skill .txt-block {
    width: 100%;
  }
}
.worldStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl,
.worldLilyStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl,
.worldHugeStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl,
.worldGardenStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl,
.worldCharmStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl,
.worldSkillStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl,
  .worldLilyStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl,
  .worldHugeStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl,
  .worldGardenStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl,
  .worldCharmStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl,
  .worldSkillStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl {
    margin-bottom: 20px;
  }
}
.worldStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl span img,
.worldLilyStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl span img,
.worldHugeStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl span img,
.worldGardenStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl span img,
.worldCharmStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl span img,
.worldSkillStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl span img {
  height: 13px;
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl span img,
  .worldLilyStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl span img,
  .worldHugeStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl span img,
  .worldGardenStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl span img,
  .worldCharmStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl span img,
  .worldSkillStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl span img {
    height: 10px;
  }
}
.worldStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl em,
.worldLilyStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl em,
.worldHugeStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl em,
.worldGardenStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl em,
.worldCharmStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl em,
.worldSkillStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl em {
  padding-top: 5px;
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl em,
  .worldLilyStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl em,
  .worldHugeStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl em,
  .worldGardenStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl em,
  .worldCharmStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl em,
  .worldSkillStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-modal-ttl em {
    font-size: 2.5rem;
  }
}
.worldStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-desc,
.worldLilyStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-desc,
.worldHugeStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-desc,
.worldGardenStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-desc,
.worldCharmStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-desc,
.worldSkillStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-desc {
  margin-bottom: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-desc,
  .worldLilyStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-desc,
  .worldHugeStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-desc,
  .worldGardenStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-desc,
  .worldCharmStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-desc,
  .worldSkillStyle .remodal .modal-wrap .contents-wrap.skill .txt-block .skill-desc {
    font-size: 1.3rem;
  }
}
.worldStyle .remodal .modal-wrap .linksbtns,
.worldLilyStyle .remodal .modal-wrap .linksbtns,
.worldHugeStyle .remodal .modal-wrap .linksbtns,
.worldGardenStyle .remodal .modal-wrap .linksbtns,
.worldCharmStyle .remodal .modal-wrap .linksbtns,
.worldSkillStyle .remodal .modal-wrap .linksbtns {
  padding-bottom: 30px;
  text-align: center;
  letter-spacing: -0.4em;
}
.worldStyle .remodal .modal-wrap .linksbtns .linksbtn,
.worldLilyStyle .remodal .modal-wrap .linksbtns .linksbtn,
.worldHugeStyle .remodal .modal-wrap .linksbtns .linksbtn,
.worldGardenStyle .remodal .modal-wrap .linksbtns .linksbtn,
.worldCharmStyle .remodal .modal-wrap .linksbtns .linksbtn,
.worldSkillStyle .remodal .modal-wrap .linksbtns .linksbtn {
  min-width: 280px;
  display: inline-block;
  letter-spacing: normal;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .linksbtns .linksbtn,
  .worldLilyStyle .remodal .modal-wrap .linksbtns .linksbtn,
  .worldHugeStyle .remodal .modal-wrap .linksbtns .linksbtn,
  .worldGardenStyle .remodal .modal-wrap .linksbtns .linksbtn,
  .worldCharmStyle .remodal .modal-wrap .linksbtns .linksbtn,
  .worldSkillStyle .remodal .modal-wrap .linksbtns .linksbtn {
    display: block;
    width: 100%;
  }
}
.worldStyle .remodal .modal-wrap .linksbtns .linksbtn:not(:last-child),
.worldLilyStyle .remodal .modal-wrap .linksbtns .linksbtn:not(:last-child),
.worldHugeStyle .remodal .modal-wrap .linksbtns .linksbtn:not(:last-child),
.worldGardenStyle .remodal .modal-wrap .linksbtns .linksbtn:not(:last-child),
.worldCharmStyle .remodal .modal-wrap .linksbtns .linksbtn:not(:last-child),
.worldSkillStyle .remodal .modal-wrap .linksbtns .linksbtn:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .linksbtns .linksbtn:not(:last-child),
  .worldLilyStyle .remodal .modal-wrap .linksbtns .linksbtn:not(:last-child),
  .worldHugeStyle .remodal .modal-wrap .linksbtns .linksbtn:not(:last-child),
  .worldGardenStyle .remodal .modal-wrap .linksbtns .linksbtn:not(:last-child),
  .worldCharmStyle .remodal .modal-wrap .linksbtns .linksbtn:not(:last-child),
  .worldSkillStyle .remodal .modal-wrap .linksbtns .linksbtn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.worldStyle .remodal .modal-wrap .linksbtns .linksbtn a,
.worldLilyStyle .remodal .modal-wrap .linksbtns .linksbtn a,
.worldHugeStyle .remodal .modal-wrap .linksbtns .linksbtn a,
.worldGardenStyle .remodal .modal-wrap .linksbtns .linksbtn a,
.worldCharmStyle .remodal .modal-wrap .linksbtns .linksbtn a,
.worldSkillStyle .remodal .modal-wrap .linksbtns .linksbtn a {
  padding: 13px 10px;
  display: block;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .linksbtns .linksbtn a,
  .worldLilyStyle .remodal .modal-wrap .linksbtns .linksbtn a,
  .worldHugeStyle .remodal .modal-wrap .linksbtns .linksbtn a,
  .worldGardenStyle .remodal .modal-wrap .linksbtns .linksbtn a,
  .worldCharmStyle .remodal .modal-wrap .linksbtns .linksbtn a,
  .worldSkillStyle .remodal .modal-wrap .linksbtns .linksbtn a {
    padding: 16px 10px;
  }
}
@media screen and (min-width: 481px) {
  .worldStyle .remodal .modal-wrap .linksbtns .linksbtn a:hover,
  .worldLilyStyle .remodal .modal-wrap .linksbtns .linksbtn a:hover,
  .worldHugeStyle .remodal .modal-wrap .linksbtns .linksbtn a:hover,
  .worldGardenStyle .remodal .modal-wrap .linksbtns .linksbtn a:hover,
  .worldCharmStyle .remodal .modal-wrap .linksbtns .linksbtn a:hover,
  .worldSkillStyle .remodal .modal-wrap .linksbtns .linksbtn a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.worldStyle .remodal .modal-wrap .linksbtns .linksbtn a span,
.worldLilyStyle .remodal .modal-wrap .linksbtns .linksbtn a span,
.worldHugeStyle .remodal .modal-wrap .linksbtns .linksbtn a span,
.worldGardenStyle .remodal .modal-wrap .linksbtns .linksbtn a span,
.worldCharmStyle .remodal .modal-wrap .linksbtns .linksbtn a span,
.worldSkillStyle .remodal .modal-wrap .linksbtns .linksbtn a span {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .linksbtns .linksbtn a span,
  .worldLilyStyle .remodal .modal-wrap .linksbtns .linksbtn a span,
  .worldHugeStyle .remodal .modal-wrap .linksbtns .linksbtn a span,
  .worldGardenStyle .remodal .modal-wrap .linksbtns .linksbtn a span,
  .worldCharmStyle .remodal .modal-wrap .linksbtns .linksbtn a span,
  .worldSkillStyle .remodal .modal-wrap .linksbtns .linksbtn a span {
    font-size: 1.3rem;
    display: block;
  }
}
.worldStyle .remodal .modal-wrap .linksbtns .linksbtn a span:after,
.worldLilyStyle .remodal .modal-wrap .linksbtns .linksbtn a span:after,
.worldHugeStyle .remodal .modal-wrap .linksbtns .linksbtn a span:after,
.worldGardenStyle .remodal .modal-wrap .linksbtns .linksbtn a span:after,
.worldCharmStyle .remodal .modal-wrap .linksbtns .linksbtn a span:after,
.worldSkillStyle .remodal .modal-wrap .linksbtns .linksbtn a span:after {
  position: absolute;
  right: -16px;
  top: 6px;
  content: "";
  display: block;
  background: url("/_assets/images/_common/icon_tri_white_right.png") left top no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 7px;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .linksbtns .linksbtn a span:after,
  .worldLilyStyle .remodal .modal-wrap .linksbtns .linksbtn a span:after,
  .worldHugeStyle .remodal .modal-wrap .linksbtns .linksbtn a span:after,
  .worldGardenStyle .remodal .modal-wrap .linksbtns .linksbtn a span:after,
  .worldCharmStyle .remodal .modal-wrap .linksbtns .linksbtn a span:after,
  .worldSkillStyle .remodal .modal-wrap .linksbtns .linksbtn a span:after {
    right: 15px;
  }
}
.worldStyle .remodal .modal-wrap .linksbtns .linksbtn.red a,
.worldLilyStyle .remodal .modal-wrap .linksbtns .linksbtn.red a,
.worldHugeStyle .remodal .modal-wrap .linksbtns .linksbtn.red a,
.worldGardenStyle .remodal .modal-wrap .linksbtns .linksbtn.red a,
.worldCharmStyle .remodal .modal-wrap .linksbtns .linksbtn.red a,
.worldSkillStyle .remodal .modal-wrap .linksbtns .linksbtn.red a {
  background: #d55c5c;
}
.worldStyle .remodal .modal-wrap .linksbtns .linksbtn.blue a,
.worldLilyStyle .remodal .modal-wrap .linksbtns .linksbtn.blue a,
.worldHugeStyle .remodal .modal-wrap .linksbtns .linksbtn.blue a,
.worldGardenStyle .remodal .modal-wrap .linksbtns .linksbtn.blue a,
.worldCharmStyle .remodal .modal-wrap .linksbtns .linksbtn.blue a,
.worldSkillStyle .remodal .modal-wrap .linksbtns .linksbtn.blue a {
  background: #1d2f72;
}
@media screen and (max-width: 480px) {
  .worldStyle .remodal .modal-wrap .linksbtns .linksbtn.blue a span:after,
  .worldLilyStyle .remodal .modal-wrap .linksbtns .linksbtn.blue a span:after,
  .worldHugeStyle .remodal .modal-wrap .linksbtns .linksbtn.blue a span:after,
  .worldGardenStyle .remodal .modal-wrap .linksbtns .linksbtn.blue a span:after,
  .worldCharmStyle .remodal .modal-wrap .linksbtns .linksbtn.blue a span:after,
  .worldSkillStyle .remodal .modal-wrap .linksbtns .linksbtn.blue a span:after {
    right: auto;
    left: 15px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.charaStyle .character-category {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #ccc;
  text-align: left;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 480px) {
  .charaStyle .character-category {
    padding-top: 20px;
  }
}
.charaStyle .character-category a {
  display: inline-block;
  color: #1d2f72;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .charaStyle .character-category a {
    font-size: 1.2rem;
  }
}
.charaStyle .character-category a:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #1d2f72;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  transition: 0.3s;
}
.charaStyle .character-category a:after {
  content: "所属生徒一覧";
}
@media screen and (min-width: 481px) {
  .charaStyle .character-category a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .charaStyle .character-category a:hover:before {
    width: 0;
  }
}
.charaStyle .character-category a:not(:last-child) {
  margin-right: 20px;
}
.charaStyle .character-category-current {
  margin-bottom: 30px;
  padding: 10px 10px 12px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  border: solid 0 #1d2f72;
  border-width: 1px 0;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  letter-spacing: 0.04em;
  color: #1d2f72;
}
@media screen and (max-width: 480px) {
  .charaStyle .character-category-current {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
.charaStyle .character-category-current a {
  color: #1d2f72;
}
.charaStyle .character-list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.charaStyle .character-list__detail {
  margin-bottom: 35px;
  margin-right: 13px;
  width: 210px;
}
@media screen and (max-width: 480px) {
  .charaStyle .character-list__detail {
    margin-bottom: 10px;
    margin-right: 2%;
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  .charaStyle .character-list__detail:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 481px) {
  .charaStyle .character-list__detail:nth-child(4n) {
    margin-right: 0;
  }
}
.charaStyle .character-list__detail__link {
  display: block;
  border: solid 1px #ccc;
}
.charaStyle .character-list__detail__link img {
  vertical-align: bottom;
  transition: 0.3s;
}
@media screen and (min-width: 481px) {
  .charaStyle .character-list__detail__link:hover img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.charaStyle .character-list__detail dl {
  margin-top: 10px;
  text-align: center;
}
.charaStyle .character-list__detail dl dt span {
  padding: 4px 5px;
  display: inline-block;
  background: #1d2f72;
  line-height: 1;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
}
.charaStyle .character-list__detail dl dt span a {
  color: #fff;
}
.charaStyle .character-list__detail dl dd {
  padding-top: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
}
.charaStyle .character-detail .chara-img {
  margin-bottom: 52px;
  width: 100%;
  height: 690px;
  background-repeat: no-repeat;
  background-size: auto 670px;
  background-position: center center;
  background-color: #fff;
  border: solid 1px #eee;
}
@media screen and (max-width: 480px) {
  .charaStyle .character-detail .chara-img {
    height: 500px;
    background-size: auto 500px;
  }
}
.charaStyle .character-detail__wrap {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.charaStyle .character-detail__wrap .column1 {
  width: 440px;
}
@media screen and (max-width: 480px) {
  .charaStyle .character-detail__wrap .column1 {
    margin-bottom: 30px;
    width: 100%;
  }
}
.charaStyle .character-detail__wrap .column1 .ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .charaStyle .character-detail__wrap .column1 .ttl {
    margin-bottom: 12px;
  }
}
.charaStyle .character-detail__wrap .column1 .ttl img {
  width: 166px;
  vertical-align: bottom;
}
.charaStyle .character-detail__wrap .column1 .chara-name {
  padding-bottom: 42px;
  margin-bottom: 15px;
  color: #1d2f72;
  position: relative;
}
.charaStyle .character-detail__wrap .column1 .chara-name:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("/_assets/images/_common/arrow_2_blue_bottom.png") left top no-repeat;
  background-size: 9px auto;
  width: 9px;
  height: 18px;
}
.charaStyle .character-detail__wrap .column1 .chara-name em {
  font-size: 53px;
  font-size: 5.3rem;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  line-height: 1.4;
}
.charaStyle .character-detail__wrap .column1 .chara-name span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #a5acc7;
  letter-spacing: 0.15em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.charaStyle .character-detail__wrap .column1 .desc {
  padding-top: 10px;
}
.charaStyle .character-detail__wrap .column1 .desc p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
  color: #1d2f72;
}
@media screen and (max-width: 480px) {
  .charaStyle .character-detail__wrap .column1 .desc p {
    font-size: 1.4rem;
  }
}
.charaStyle .character-detail__wrap .column2 {
  padding-top: 15px;
  width: 380px;
}
@media screen and (max-width: 480px) {
  .charaStyle .character-detail__wrap .column2 {
    width: 100%;
  }
}
.charaStyle .character-detail__wrap .column2 .chara-data {
  padding-top: 38px;
  padding-bottom: 38px;
  position: relative;
}
.charaStyle .character-detail__wrap .column2 .chara-data:before,
.charaStyle .character-detail__wrap .column2 .chara-data:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 7px;
  background: url("/_assets/images/_common/srripe_001.png") left top repeat;
  background-size: auto 7px;
}
.charaStyle .character-detail__wrap .column2 .chara-data:before {
  top: 0;
}
.charaStyle .character-detail__wrap .column2 .chara-data:after {
  bottom: 0;
}
.charaStyle .character-detail__wrap .column2 .chara-data__cont ul li:not(:last-child) {
  margin-bottom: 14px;
}
.charaStyle .character-detail__wrap .column2 .chara-data__cont ul li dl {
  color: #1d2f72;
  font-weight: 700;
  display: table;
  width: 100%;
}
.charaStyle .character-detail__wrap .column2 .chara-data__cont ul li dl dt,
.charaStyle .character-detail__wrap .column2 .chara-data__cont ul li dl dd {
  display: table-cell;
  vertical-align: top;
}
.charaStyle .character-detail__wrap .column2 .chara-data__cont ul li dl dt {
  padding-top: 2px;
  padding-left: 17px;
  width: 10em;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  letter-spacing: 0.06em;
}
.charaStyle .character-detail__wrap .column2 .chara-data__cont ul li dl dt:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px auto;
  background-image: url("/_assets/images/_common/icon_tri_blue_right.png");
  width: 8px;
  height: 10px;
}
.charaStyle .character-detail__wrap .column2 .chara-data__cont ul li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.charaStyle .character-detail__wrap .column2 .chara-data__cont ul li dl dd a {
  color: #1d2f72;
  position: relative;
  transition: 0.3s;
}
.charaStyle .character-detail__wrap .column2 .chara-data__cont ul li dl dd a:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1d2f72;
}
@media screen and (min-width: 481px) {
  .charaStyle .character-detail__wrap .column2 .chara-data__cont ul li dl dd a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
@media screen and (max-width: 480px) {
  .charaStyle .character-detail__wrap .column2 .chara-data__cont ul li dl dd {
    font-size: 1.4rem;
  }
}
.charaStyle .character-detail__wrap .column2 .chara-shoplink {
  margin-top: 20px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .charaStyle .character-detail__wrap .column2 .chara-shoplink {
    margin-top: 30px;
    display: block;
  }
}
.charaStyle .character-detail__wrap .column2 .chara-shoplink .linksbtn {
  width: 180px;
}
@media screen and (max-width: 480px) {
  .charaStyle .character-detail__wrap .column2 .chara-shoplink .linksbtn {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .charaStyle .character-detail__wrap .column2 .chara-shoplink .linksbtn:not(:last-child) {
    margin-bottom: 10px;
  }
}
.charaStyle .character-detail__wrap .column2 .chara-shoplink .linksbtn a {
  padding: 13px 10px;
  display: block;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .charaStyle .character-detail__wrap .column2 .chara-shoplink .linksbtn a {
    padding: 16px 10px;
  }
}
@media screen and (min-width: 481px) {
  .charaStyle .character-detail__wrap .column2 .chara-shoplink .linksbtn a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.charaStyle .character-detail__wrap .column2 .chara-shoplink .linksbtn a span {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 480px) {
  .charaStyle .character-detail__wrap .column2 .chara-shoplink .linksbtn a span {
    font-size: 1.3rem;
    display: block;
  }
}
.charaStyle .character-detail__wrap .column2 .chara-shoplink .linksbtn a span:after {
  position: absolute;
  right: -16px;
  top: 6px;
  content: "";
  display: block;
  background: url("/_assets/images/_common/icon_tri_white_right.png") left top no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 7px;
}
@media screen and (max-width: 480px) {
  .charaStyle .character-detail__wrap .column2 .chara-shoplink .linksbtn a span:after {
    right: 15px;
  }
}
.charaStyle .character-detail__wrap .column2 .chara-shoplink .linksbtn.red a {
  background: #d55c5c;
}
.charaStyle .character-detail__wrap .column2 .chara-shoplink .linksbtn.blue a {
  background: #1d2f72;
}
@media screen and (max-width: 480px) {
  .charaStyle .character-detail__wrap .column2 .chara-shoplink .linksbtn.blue a span:after {
    right: auto;
    left: 15px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.movieStyle .movie-list {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .movieStyle .movie-list {
    padding-top: 20px;
    display: block;
  }
}
.movieStyle .movie-list__block {
  margin-right: 60px;
  margin-bottom: 60px;
  width: 410px;
}
@media screen and (max-width: 480px) {
  .movieStyle .movie-list__block {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
.movieStyle .movie-list__block:nth-child(2n) {
  margin-right: 0;
}
.movieStyle .movie-list__block .thumb__inner {
  position: relative;
}
.movieStyle .movie-list__block .thumb-date {
  position: absolute;
  left: 0;
  top: 15px;
  padding: 4px 8px 3px;
  background: #b91414;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
  z-index: 9;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.movieStyle .movie-list__block .thumb-img {
  position: relative;
}
.movieStyle .movie-list__block .thumb-img:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("/_assets/images/_common/mark_playmovie.svg") left top no-repeat;
  background-size: 80px auto;
  z-index: 9;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .movieStyle .movie-list__block .thumb-img:after {
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-size: 60px auto;
  }
}
.movieStyle .movie-list__block .thumb-img em {
  display: block;
  background: #fff;
  cursor: pointer;
}
@media screen and (min-width: 481px) {
  .movieStyle .movie-list__block .thumb-img em:hover img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
.movieStyle .movie-list__block .thumb-img img {
  vertical-align: bottom;
  transition: 0.3s;
}
.movieStyle .movie-list__block .thumb-ttl {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1d2f72;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .movieStyle .movie-list__block .thumb-ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  .movieStyle .movie-list__block .thumb-ttl {
    font-size: 1.3rem;
  }
}
.movieStyle .movie .links {
  padding-top: 40px;
}
@media screen and (max-width: 480px) {
  .movieStyle .movie .links {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .movieStyle .movie .links .md-btn__links a {
    display: block;
  }
}
.movieStyle .movie-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: none;
}
.movieStyle .movie-modal__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.movieStyle .movie-modal__inner .modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  cursor: pointer;
  z-index: 2;
}
.movieStyle .movie-modal__inner .movie-player {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  z-index: 3;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  max-width: 910px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.movieStyle .movie-modal__inner .movie-player__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movieStyle .movie-modal__inner .movie-player__inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movieStyle .movie-modal__inner .movie-player .close {
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
}
@media screen and (min-width: 481px) {
  .movieStyle .movie-modal__inner .movie-player .close:hover img {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  }
}
.movieStyle .movie-modal__inner .movie-player .close img {
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .novelStyle .novel-list {
    padding-top: 20px;
  }
}
.novelStyle .novel-list__block {
  padding-bottom: 60px;
  border-bottom: solid 1px #a5acc7;
}
.novelStyle .novel-list__block:not(:last-child) {
  margin-bottom: 60px;
}
.novelStyle .novel-list__block__header {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .novelStyle .novel-list__block__header {
    margin-bottom: 20px;
  }
}
.novelStyle .novel-list__block__header .date {
  display: inline-block;
  background: #1d2f72;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 3px 5px;
  font-style: italic;
  letter-spacing: 0.04em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .novelStyle .novel-list__block__header .date {
    font-size: 1.3rem;
  }
}
.novelStyle .novel-list__block__header .ttl {
  margin-top: 12px;
  margin-bottom: 10px;
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.5;
  color: #1d2f72;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .novelStyle .novel-list__block__header .ttl {
    margin-top: 15px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.novelStyle .novel-list__block__header .pub {
  color: #1d2f72;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.novelStyle .novel-list__block__main {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.novelStyle .novel-list__block__main .img-side {
  width: 296px;
}
@media screen and (max-width: 480px) {
  .novelStyle .novel-list__block__main .img-side {
    margin-bottom: 20px;
    width: 100%;
  }
}
.novelStyle .novel-list__block__main .img-side img {
  vertical-align: bottom;
  box-shadow: 0 0 7px 1px #ccc;
}
.novelStyle .novel-list__block__main .txt-side {
  width: 550px;
  color: #1d2f72;
}
.novelStyle .novel-list__block__main .txt-side .catch {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: justify;
}
.novelStyle .novel-list__block__main .txt-side .desc p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .novelStyle .novel-list__block__main .txt-side .desc p {
    font-size: 1.4rem;
  }
}
.novelStyle .novel-list__block__main .txt-side .desc p:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .novelStyle .novel-list__block__main .txt-side .desc p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.novelStyle .novel-list__block__main .txt-side .links {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .novelStyle .novel-list__block__main .txt-side .links {
    margin-top: 30px;
  }
}
.novelStyle .novel-list__block__main .txt-side .links .md-btn__links {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .novelStyle .novel-list__block__main .txt-side .links .md-btn__links {
    display: block;
  }
}
.novelStyle .novel-list__block__main .txt-side .links .md-btn__links:not(:last-child) {
  margin-right: 20px;
}
.novelStyle .novel-list__block__main .txt-side .links .md-btn__links a {
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .novelStyle .novel-list__block__main .txt-side .links .md-btn__links a {
    width: 100%;
  }
}
.productStyle .product__intro {
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1d2f72;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .productStyle .product__intro {
    padding-top: 5px;
    font-size: 1.4rem;
  }
}
.productStyle .product__lineup .product-brandlist {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productStyle .product__lineup .product-brandlist li {
  margin-bottom: 45px;
  margin-right: 40px;
  width: 420px;
}
@media screen and (max-width: 480px) {
  .productStyle .product__lineup .product-brandlist li {
    margin-right: 0;
    width: 100%;
  }
}
.productStyle .product__lineup .product-brandlist li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .productStyle .product__lineup .product-brandlist li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.productStyle .product__lineup .product-brandlist li a {
  display: block;
}
.productStyle .product__lineup .product-brandlist li a:hover .img-block img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.productStyle .product__lineup .product-brandlist li a .img-block {
  display: block;
  border: solid 1px #ddd;
}
.productStyle .product__lineup .product-brandlist li a .img-block img {
  vertical-align: bottom;
  transition: 0.3s;
}
.productStyle .product__lineup .product-brandlist li a .txt-block {
  padding-left: 10px;
  padding-top: 10px;
}
.productStyle .product__lineup .product-brandlist li a .txt-block em {
  color: #1d2f72;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
}
