@charset "UTF-8";

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

#footer {
  font: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  width: 100%;
  background-color: #FEC6CD;
  font-size: 12px;
  color: #986668;
  line-height: 3em;
}

#footer a {
  color: #986668;
  font-size: 14px;
}

#footer .ft_sitemap {
  padding: 50px 0;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}

#footer .footer_cnt {
  float: left;
  padding: 0 36px;
}

#footer .footer_cnt.block_title,
#footer .footer_cnt.block_content {
  border-right: 1px solid #fff;
}

#footer .headline {
  font-size: 16px;
  font-weight: bold;
}

#footer .footer_bottom {
  background-color: #FD6A7E;
}

#footer .footer_bottom p {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  #footer {
    background: none;
  }

  #footer .footer_logo_img {
    display: none;
  }

  #footer .headline {
    text-align: center;
    display: block;
    padding: 10px;
    color: #fff;
    background-color: #FD6A7E;
    font-size: 1em;
    line-height: 1.6;
  }

  #footer .footer_list {
    background-color: #FEC6CD;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 2px;
    margin-bottom: 0;
  }

  #footer .footer_list li {
    display: block;
    padding: 10px 3%;
    border-bottom: dotted 1px #fff;
    font-size: 1em;
    letter-spacing: 0em;
    position: relative;
  }

  #footer .footer_list li::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3%;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
  }

  #footer .footer_list li.toggle-wrapper {
    padding: 0;
    border-bottom: none;
  }

  #footer .footer_list li a {
    display: block;
    padding: 0 3%;
    color: #986668;
    font-size: 13px;
    width: 90%;
  }

  #footer .ft_sitemap {
    padding: 0;
    width: 100%;
    margin: 0;
  }

  #footer .footer_cnt {
    float: none;
    width: 100%;
    padding: 0;
  }

  #footer .footer_cnt.block_title,
  #footer .footer_cnt.block_content {
    border-right: none;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  margin: 0;
  padding: 4.5em 0 0;
}

@media screen and (min-width: 751px) {
  body {
    padding: 0;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul,
ol,
dl {
  padding: 0;
  margin: 0;
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  font-size: 100%;
  font-weight: normal;
}

p {
  margin: 0;
  line-height: 1.6em;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

a:link {
  color: #ff4280;
  text-decoration: none;
}

a:visited {
  color: #ff4280;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #ff91b5;
  text-decoration: none;
}

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

@media screen and (min-width: 751px) {
  .hidden-s {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .hidden-p {
    display: none;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.over-lay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
}

.center {
  text-align: center;
}

/* ナビゲーションバー */
#header_bg {
  width: 100%;
  min-width: 1120px;
  height: 18px;
  background: #ff7280;
}

#header {
  width: 1120px;
  margin: 0 auto;
  padding: 2px 0 2px 44px;
}

#header p {
  font-size: 10px;
  color: #fff;
}

.gnavi {
  -webkit-box-shadow: 1px 1px 5px #bfbfbf;
  box-shadow: 1px 1px 5px #bfbfbf;
  position: relative;
  z-index: 50;
}

.gnavi .gnavi-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1120px;
  margin: 0 auto;
  padding: 10px 0;
}

.gnavi .series-logo {
  width: 160px;
  margin-right: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.gnavi .series-logo a {
  display: block;
}

.gnavi .p-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gnavi .p-list-menu {
  text-align: center;
  width: 135px;
  margin-right: 2px;
}

.gnavi .p-list-menu:last-child {
  margin-right: 0;
}

.gnavi .p-list-menu.p-list-w {
  width: 140px;
}

.gnavi .p-list-menu.selected {
  border-bottom: 1px solid #FD6A7E;
}

.gnavi .p-list-menu .inner-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.gnavi .p-list-menu a {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #986668;
  font-size: 1.3em;
  font-weight: bold;
}

.gnavi .p-list-menu a::before {
  content: "";
  display: block;
  background: url(../images/common/icon_heart.png) center no-repeat;
  width: 12px;
  height: 8px;
  margin: 0 auto 5px;
}

.gnavi .p-list-menu .en {
  color: #FD6A7E;
  font-size: .8em;
  display: block;
  margin-top: 1px;
  font-weight: normal;
}

.navbar {
  width: 100%;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-inverse {
  position: relative;
  height: 4.5rem;
  background-color: #ffffff;
  border-color: #080808;
  -webkit-box-shadow: -3px -1px 10px #989898;
  box-shadow: -3px -1px 10px #989898;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-logo {
  padding-top: 0.25rem;
  padding-left: 1.5rem;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-logo img {
  height: 3.8rem;
  max-width: none;
}

.nav-logo a {
  display: block;
}

.nav>li>a {
  padding: 0;
}

.buttonMenu {
  position: absolute;
  right: 1.5rem;
  padding-top: 0.25rem;
}

.buttonMenu img {
  height: 4.0rem;
}

.buttonMenu ul li img {
  height: 0.8rem;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}

.buttonHome {
  position: absolute;
  right: 7rem;
  padding-top: 1.15rem;
}

.buttonHome img {
  height: 3.0rem;
}

.dropdown {
  position: relative;
}

.dropdown.open .dropdown-menu {
  display: block;
}

.dropdown-menu {
  min-width: 22rem;
  background-color: #ff7280;
  padding: 1rem;
  display: none;
}

.dropdown-menu.pull-right {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  overflow-y: scroll;
}

.dropdown-menu>li[class^=list-] {
  font-size: 1.4rem;
  line-height: 1.3;
  border-bottom: 1px solid #fff;
  padding: .8rem 0;
}

.dropdown-menu>li[class^=list-]:first-child {
  padding: 0 0 .8rem;
}

.dropdown-menu>li[class^=list-]:last-child {
  border-bottom: none;
  padding: .8rem 0 0;
}

.dropdown-menu>li[class^=list-]::before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_heart_w.png) no-repeat center;
  background-size: 100%;
  width: 5%;
  padding-top: calc(14 / 19 * 5%);
  vertical-align: middle;
}

.dropdown-menu>li>a {
  padding: 0.1rem 0.8rem;
  color: #ffffff;
}

.dropdown-menu>li>span {
  display: block;
  padding: 0.2rem 0.8rem;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #ffffff;
  white-space: nowrap;
}

.dropdown-menu>li>.sub-menu {
  padding: .6rem;
  background-color: #ff7280;
  list-style: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background: none;
  color: #fff;
}

.dropdown-menu>li>.sub-menu>li>a:hover,
.dropdown-menu>li>.sub-menu>li>a:focus {
  text-decoration: none;
}

.dropdown-menu .divider {
  margin: 0.6rem 0;
}

.dropdown-menu>li>.sub-menu>.divider {
  background-color: #ff7280;
}

.dropdown-menu>li>.sub-menu>li {
  border-bottom: 1px solid #fff;
  padding: .5rem 0;
}

.dropdown-menu>li>.sub-menu>li:last-child {
  border-bottom: none;
}

.dropdown-menu>li>.sub-menu>li>a {
  font-size: 1.4rem;
  white-space: nowrap;
  color: #fff;
}

.linkCover {
  position: relative;
}

.linkCoverTopNews {
  position: relative;
}

.linkCover a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.linkCoverTopNews a {
  display: block;
  position: absolute;
  top: 0;
  left: 33%;
  width: 67%;
  height: 100%;
}

.btn {
  width: 60%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 751px) {
  .btn {
    width: 250px;
  }
}

.btn a {
  display: block;
  background: #FD6A7E;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 1.3rem;
  padding: 4% 0;
}

@media screen and (min-width: 751px) {
  .btn a {
    font-size: 1.6rem;
  }
}

.btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}

.w-max {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .usually_list__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 95%;
    margin: 2.5% auto;
  }
}

.usually__list {
  margin-bottom: 5%;
}

@media screen and (max-width: 750px) {
  .usually__list:last-child {
    margin-bottom: 0;
  }

  .e_flex {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .e_flex {
    display: flex;
  }

  .usually__list {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .usually__list:nth-child(2n) {
    margin-right: 0;
  }
}

.usually__list .usually__title {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: .4rem;
  margin-bottom: .6rem;
  color: #ff4280;
}

.usually__list a {
  display: block;
}

.usually__list a:hover {
  opacity: .8;
}

.underline {
  border-bottom: 1px solid #ff4280;
}

.inner-text {
  font-size: 1.4em;
  margin-bottom: 1.5em;
  word-break: break-all;
}

.inner-text.main-text-em {
  color: #FD6A7E;
}

.main-slide {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .main-slide {
    background: #FFE9E9;
    padding: 20px 0 40px;
  }
}

.slide-container {
  position: relative;
}

#arrows {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #arrows {
    width: 920px;
  }
}

#arrows .slick-next,
#arrows .slick-prev {
  background: none;
  z-index: 10;
}

#arrows .slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
}

#arrows .slick-prev::before {
  content: "";
  width: 0;
  height: 0;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 8px solid #FD6A7E;
  z-index: 1000;
}

@media screen and (min-width: 751px) {
  #arrows .slick-prev::before {
    margin-top: -16px;
    border: 16px solid transparent;
    border-right: 16px solid #FD6A7E;
  }
}

#arrows .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
}

#arrows .slick-next::before {
  content: "";
  width: 0;
  height: 0;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 8px solid #FD6A7E;
  z-index: 1000;
}

@media screen and (min-width: 751px) {
  #arrows .slick-next::before {
    margin-top: -16px;
    border: 16px solid transparent;
    border-left: 16px solid #FD6A7E;
  }
}

@media screen and (min-width: 751px) {
  .content-wrapper {
    padding: 30px 0;
  }
}

.main-contents {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .main-contents {
    width: 1120px;
  }
}

.l-content {
  margin-bottom: 20px;
}

@media screen and (min-width: 751px) {
  .l-content {
    margin-bottom: 40px;
  }
}

.l-content .l-container {
  width: 95%;
  margin: 15px auto;
}

@media screen and (min-width: 751px) {
  .l-content .l-container {
    width: 100%;
    margin: 10px auto;
  }
}

.l-content .l-container.w-max {
  width: 100%;
}

.l-content .content-title {
  background-color: #FD6A7E;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 2% 0 2% 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.l-content .content-title::before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_heart_double_w.png) no-repeat center;
  background-size: 100%;
  margin-right: .5em;
  width: 5%;
  padding-top: calc(23 / 32 * 5%);
  vertical-align: middle;
}

@media screen and (min-width: 751px) {
  .l-content .content-title {
    background: none;
    color: #986668;
    text-align: center;
    font-size: 1.8em;
    padding: 15px 0;
    text-indent: -1em;
  }

  .l-content .content-title::before {
    background: url(../images/common/icon_heart_double.png) no-repeat center;
    background-size: 100%;
    margin-right: .5em;
    width: 21px;
    padding-top: 15px;
    vertical-align: middle;
  }
}

.l-content .title-en {
  display: inline-block;
  font-size: .8em;
  margin-left: 1em;
  font-weight: normal;
}

@media screen and (min-width: 751px) {
  .l-content .title-en {
    display: block;
    margin: 0;
    color: #FD6A7E;
    text-indent: 0;
  }
}

@media screen and (min-width: 751px) {
  .two-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1120px;
  }

  .two-columns .left-column {
    width: 750px;
    margin-right: 50px;
  }

  .two-columns .right-column {
    width: 320px;
    padding-top: 20px;
  }

  .two-columns .right-column.lower {
    padding-top: 0;
  }
}

@media screen and (min-width: 751px) {
  .main-slide .slide-content {
    width: 800px;
    margin: 0 50px;
  }
}

.banner-wrap {
  width: 100%;
  margin-bottom: 15px;
}

.banner-slide {
  width: 85%;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .banner-slide {
    width: 750px;
  }

  .banner-slide li {
    width: 355px;
    margin: 0 10px;
  }
}

.news-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.news-wrap li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 1.5%;
}

@media screen and (max-width: 750px) {
  .news-wrap li:nth-child(2n) {
    margin-right: 0;
  }

  .news-wrap li:nth-child(2n):nth-last-child(-n+3)~li {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 751px) {
  .news-wrap li {
    width: 265px;
    margin-right: 20px;
    margin-bottom: 4%;
  }

  .news-wrap li:last-child {
    margin-right: 0;
  }
}

.news-wrap .news-image {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
}

.news-wrap .news-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.news_bg__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .5;
}

.news-title {
  color: #333;
  font-size: 1.2em;
}

@media screen and (min-width: 751px) {
  .news-title {
    font-size: 1.5em;
  }
}

.news-game-title {
  color: #fff;
  border-radius: 10px;
  padding: 2px 5px;
  display: inline-block;
  margin: .5em 0;
}

.news-date {
  color: #333;
  font-size: 1em;
  margin-top: .5em;
}

@media screen and (min-width: 751px) {
  .news-date {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 751px) {
  .bg-pink {
    background-color: #FFE9E9;
    padding: 30px 0;
  }
}

.character-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.character-wrap li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  -webkit-box-flex: 48%;
  -webkit-flex: 48%;
  -ms-flex: 48%;
  flex: 48%;
}

@media screen and (max-width: 750px) {
  .character-wrap li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 751px) {
  .character-wrap li {
    width: 172px;
    max-width: 172px;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 172px;
    -webkit-flex: 172px;
    -ms-flex: 172px;
    flex: 172px;
  }

  .character-wrap li:nth-child(4n) {
    margin-right: 0;
  }
}

.character-wrap .character-image img {
  vertical-align: bottom;
}

.character-wrap .character-game-title {
  color: #fff;
  border-radius: 10px;
  padding: 2px 5px;
  display: inline-block;
  margin: 5px 0;
}

.character-wrap .character-name {
  font-size: 1.4em;
  color: #333;
}

.character-wrap .character-voice {
  font-size: 1.2em;
  color: #898989;
}

@media screen and (min-width: 751px) {
  .game-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.game-wrap li {
  margin-bottom: 30px;
}

@media screen and (min-width: 751px) {
  .game-wrap li {
    width: 365px;
    margin-right: 20px;
  }

  .game-wrap li:nth-child(2n) {
    margin-right: 0;
  }
}

.game-wrap .game-title {
  color: #333;
  font-size: 1.4em;
  margin-top: .5em;
}

.movie-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.movie-wrap li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}

.movie-wrap li:nth-child(2n) {
  margin-right: 0;
}

.movie-wrap .movie-image {
  text-align: center;
  position: relative;
}

.movie-wrap .movie-image img {
  vertical-align: bottom;
}

.movie-wrap .movie-image::after {
  content: "";
  background: url(/wp-content/themes/ikemen/images/movie/common/play_btn.png) no-repeat top left;
  background-size: 100%;
  width: 20%;
  padding-top: 20%;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (min-width: 751px) {
  .movie-wrap .movie-image::after {
    width: 13%;
    padding-top: 13%;
  }
}

.movie-wrap .movie-title {
  color: #333;
  font-size: 1.2em;
  margin-top: .5em;
}

@media screen and (min-width: 751px) {
  .right-contents {
    background: #fff;
    margin-bottom: 40px;
    border: 2px solid #FEC6CD;
  }
}

.right-contents .right-inner {
  width: 95%;
  margin: 20px auto;
}

@media screen and (min-width: 751px) {
  .right-contents .right-inner {
    width: 100%;
    padding: 10px 2.5%;
    margin: 0 auto;
  }
}

.right-contents .subtitle {
  background-color: #FD6A7E;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 2% 0;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .right-contents .subtitle {
    background-color: #FEC6CD;
    color: #986668;
  }
}

#chara1 {
  width: 100%;
  position: relative;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#chara1 .balloon {
  width: 70%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

#chara1 .balloon p {
  width: 95%;
  margin-left: 5%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFE9E9;
  border-radius: 5px;
  position: relative;
  font-size: 1.4em;
  color: #986668;
}

#chara1 .balloon p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-right: 8px solid #FFE9E9;
  border-bottom: 4px solid transparent;
  border-left: 8px solid transparent;
}

#chara1 .chara {
  width: 30%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#chara1 .detail_button {
  position: absolute;
  bottom: 4px;
  left: 0;
}

#chara1 .detail_button p {
  background: #FD6A7E;
  border-radius: 16px;
  position: relative;
  font-size: 1.2em;
}

#chara1 .detail_button p::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}

#chara1 .detail_button p a {
  display: block;
  color: #fff;
  padding: .2em 2em;
}

#chara2 {
  width: 100%;
  position: relative;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#chara2 .balloon {
  width: 70%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

#chara2 .balloon p {
  width: 95%;
  margin-right: 5%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFE9E9;
  border-radius: 5px;
  position: relative;
  font-size: 1.4em;
  color: #986668;
}

#chara2 .balloon p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -16px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #FFE9E9;
}

#chara2 .chara {
  width: 30%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#chara2 .detail_button {
  position: absolute;
  bottom: 4px;
  right: 0;
}

#chara2 .detail_button p {
  background: #FD6A7E;
  border-radius: 16px;
  position: relative;
  font-size: 1.2em;
}

#chara2 .detail_button p::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}

#chara2 .detail_button p a {
  display: block;
  color: #fff;
  padding: .2em 2em;
}

.official_sns {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.official_sns li {
  width: 55px;
  margin-right: 40px;
}

.official_sns li:last-child {
  margin-right: 0;
}

.game_wrapper {
  width: 100%;
}

.game_wrapper li a {
  display: block;
}

.game_wrapper .game-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.game_wrapper .logo-image {
  width: 20%;
  margin-right: 2%;
}

.game_wrapper .game_title {
  width: 78%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #333;
  font-size: 1.4em;
}

@media screen and (max-width: 750px) {
  .right-banner-wrap {
    background: #FFE9E9;
    padding: 20px 5%;
  }
}

.right-banner-wrap .banner-list li {
  margin-bottom: 10px;
}

.right-banner-wrap .banner-list li:last-child {
  margin-bottom: 0;
}

.title-bar {
  background: #FD6A7E;
  color: #fff;
  font-size: 1.8em;
  padding: 4% 0 4% 15%;
}

@media screen and (min-width: 751px) {
  .title-bar {
    background: #fff;
    color: #986668;
    font-size: 2.2em;
    padding: .5em 0 .5em 1em;
    border-left: 15px solid #FD6A7E;
    font-weight: bold;
  }
}

.title-bar .title-en {
  display: inline-block;
  font-size: .8em;
  color: #fff;
  margin-left: 1em;
  vertical-align: bottom;
  font-weight: normal;
}

@media screen and (min-width: 751px) {
  .title-bar .title-en {
    color: #FD6A7E;
  }
}

.content-block-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 751px) {
  .content-block-wrap {
    width: 100%;
    background: #fff;
    border: 1px solid #FD6A7E;
    margin-bottom: 20px;
  }
}

.content-block-wrap .content-block-title {
  background: #FD6A7E;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 2% 0;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .content-block-wrap .content-block-title {
    font-size: 1.8em;
  }
}

.content-block-wrap .btn {
  margin: 2% auto 5%;
}

.content-block-inner {
  margin-top: 20px;
}

@media screen and (min-width: 751px) {
  .content-block-inner {
    width: 95%;
    margin: 5% auto;
  }
}

.news-category-wrap {
  margin: 20px 0;
}

.news-category-list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 751px) {
  .news-category-list {
    width: 90%;
  }
}

.category-list-inner {
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #FD6A7E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

@media screen and (min-width: 751px) {
  .category-list-inner {
    font-size: 1.2em;
  }
}

.category-list-inner:last-child {
  margin-right: 0;
}

.category-list-inner a {
  color: #FD6A7E;
  display: block;
  padding: 6px 0;
}

@media screen and (min-width: 751px) {
  .category-list-inner a {
    padding: 10px 0;
  }
}

.category-list-inner.selected {
  background: #FD6A7E;
}

.category-list-inner.selected a {
  color: #fff;
}

.news-article-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}

.news-article {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.news-article:nth-child(2n) {
  margin-right: 0;
}

.news-article .news-image {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
}

.news-article .news-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.pagination-wrapper {
  width: 95%;
  margin: 2em auto;
}

@media screen and (min-width: 751px) {
  .pagination-wrapper {
    width: 40%;
  }
}

.pagination-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-inner li {
  text-align: center;
  margin: 0 2%;
}

.pagination-inner li a {
  background: #FD6A7E;
  font-size: 1.2em;
  line-height: 1;
  color: #fff;
  padding: 10px 13px;
  display: block;
}

.pagination-inner li.arrow_left a {
  padding: 10px 14px 10px 10px;
}

.pagination-inner li.arrow_right a {
  padding: 10px 10px 10px 14px;
}

.pagination-inner li.selected a {
  background: none;
  color: #FD6A7E;
}

.article-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #986668;
}

.news-details-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article-sns-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: auto;
}

.article-sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.article-sns-list li {
  margin-right: 5%;
}

.article-sns-list li:last-child {
  margin-right: 0;
}

.article-main-img {
  margin: 2em 0;
  text-align: center;
}

.article-detail {
  margin: 1.8em 0;
}

.detail-item {
  font-size: 1.2em;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 751px) {
  .detail-item {
    font-size: 1.4em;
  }
}

.detail-item .inner-txt-block {
  margin: 1em 0;
  line-height: 1.6;
  word-break: break-all;
  color: #986668;
}

.detail-item .inner-txt-block p {
  margin: 0 0 20px;
}

@media screen and (min-width: 751px) {
  .detail-item.img-right .img-block {
    width: 48%;
    margin-left: 2%;
    float: right;
  }
}

@media screen and (min-width: 751px) {
  .detail-item.img-left .img-block {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
}

.detail-item .img-block {
  text-align: center;
}

.game_character__wrap {
  margin-bottom: 5%;
}

@media screen and (min-width: 751px) {
  .game_character__wrap {
    margin-bottom: 20px;
  }
}

.content_character__inner {
  width: 95%;
  margin: 3% auto;
}

.game_character__title {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  padding: .5em 0;
  border-radius: 20px;
  margin-bottom: 2.5%;
}

.game_allCharacter__list_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4%;
}

@media screen and (max-width: 750px) {
  .game_allCharacter__list_wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 751px) {
  .game_allCharacter__list_wrap {
    margin-top: 2.5%;
  }
}

@media screen and (max-width: 750px) {
  .game_allCharacter__list {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .game_allCharacter__list:nth-child(2n) {
    margin-right: 0;
  }

  .game_allCharacter__list .img-block {
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .game_allCharacter__list {
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
  }

  .game_allCharacter__list:nth-child(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .game-title .title-bar {
    font-size: 1.3em;
    padding: 4% 0 4% 4%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 751px) {
  .game-title .title-bar {
    border-bottom: 2px solid #FD6A7E;
  }
}

.game-title-img {
  text-align: center;
}

.game-title-img img {
  vertical-align: middle;
}

.title-menu-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.title-menu-list-inner {
  width: 25%;
  text-align: center;
  border: 1px solid #A39069;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  position: relative;
}

@media screen and (min-width: 751px) {
  .title-menu-list-inner {
    font-size: 1.3em;
  }
}

.title-menu-list-inner a {
  display: block;
  color: #fff;
  background: #FD6A7E;
  padding: 16px 0;
}

.title-menu-list-inner i {
  position: absolute;
  top: 50%;
  right: .5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
  .title-menu-list-inner i {
    right: 5%;
  }
}

.inner-title-bar {
  background: #FD6A7E;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  padding: 2% 0;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (min-width: 751px) {
  .inner-title-bar {
    font-size: 1.6em;
  }
}

.title-block-inner {
  width: 95%;
  margin: 3% auto;
}

.inner-content-wrap {
  width: 100%;
  margin: 0 auto;
}

.game-chara-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .game-chara-list {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .game-chara-list:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 751px) {
  .game-chara-list {
    width: 23.125%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
  }

  .game-chara-list:nth-child(4n) {
    margin-right: 0;
  }
}

.chara-name {
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .chara-name {
    font-size: 1.4em;
  }
}

.chara-voice {
  color: #333;
  font-size: 1em;
}

@media screen and (min-width: 751px) {
  .chara-voice {
    font-size: 1.2em;
  }
}

.title-illustration-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3%;
}

.illustration-list {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.service_detail {
  font-size: 1.4em;
  color: #333;
}

.service_detail dt {
  line-height: 1.2;
}

@media screen and (min-width: 751px) {
  .service_detail dt {
    float: left;
    width: 80px;
    margin-right: 1em;
  }
}

.service_detail dd {
  margin-bottom: 2em;
}

.service_detail dd a {
  color: #333;
}

.download_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.download_block li {
  width: 48.5%;
  margin-right: 3%;
}

.download_block li:nth-child(2n) {
  margin-right: 0;
}

.download_block li a {
  display: block;
}

.close__title {
  font-size: 14px;
  text-align: center;
  margin: 20px 0;
  color: #ff7280;
}

@media screen and (min-width: 751px) {
  .close__title {
    font-size: 16px;
  }
}

.smart_pass_qr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 10px auto;
}

@media screen and (min-width: 751px) {
  .smart_pass_qr {
    width: 50%;
  }
}

.smart_pass_qr li {
  width: 48%;
  margin-right: 4%;
  text-align: center;
}

.smart_pass_qr li:last-child {
  margin-right: 0;
}

.smart_pass_qr li p {
  font-size: 1.1em;
}

@media screen and (min-width: 751px) {
  .smart_pass_qr li p {
    font-size: 1.4em;
  }
}

.smart_pass_qr li .ios {
  width: 111px;
}

.smart_pass_btn {
  width: 80%;
  margin: 0 auto 8%;
}

.smart_pass_btn li {
  margin-bottom: 5%;
}

.smart_pass_btn li a {
  width: 100%;
  background: #fff;
  border: 1px solid #ff7280;
  font-size: 1.4rem;
  color: #ff7280;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  display: block;
  border-radius: 16px;
}

.other_title__wrap {
  margin: 6% 0 0;
}

@media screen and (min-width: 751px) {
  .other_title__wrap {
    width: 95%;
    margin: 0 auto 5%;
  }
}

.other_titles {
  font-size: 1.6em;
  color: #986668;
  font-weight: bold;
  padding-bottom: .2em;
  border-bottom: 2px solid #FD6A7E;
  margin-bottom: 4%;
}

@media screen and (min-width: 751px) {
  .other_titles {
    margin-bottom: 2%;
  }
}

.other_title__list {
  font-size: 1.4em;
  margin-bottom: 4%;
}

@media screen and (min-width: 751px) {
  .other_title__list {
    margin-bottom: 2%;
    color: #333;
  }
}

.chara-main-img {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .chara-main-img {
    width: 75%;
    margin: 10px auto 0;
  }
}

.character-about {
  width: 96%;
  margin: 2% auto;
}

.character-about .character-element {
  font-size: 1.4rem;
  margin-bottom: 3.5%;
}

@media screen and (min-width: 751px) {
  .character-about .character-element {
    font-size: 1.6rem;
  }
}

.character-about .character-element span {
  padding: 3px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.character-about .character-element .element-detail {
  border: 1px solid #FD6A7E;
}

.character-about .character-element .element-box {
  color: #fff;
  background: #FD6A7E;
  border: 1px solid #FD6A7E;
}

.character-about .character-about-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 3.5%;
}

@media screen and (min-width: 751px) {
  .character-about .character-about-name {
    font-size: 2rem;
  }
}

.character-about .about-cv {
  font-weight: normal;
  font-size: 1.3rem;
}

@media screen and (min-width: 751px) {
  .character-about .about-cv {
    font-size: 1.6rem;
  }
}

.character-about .character-about-text {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 3.5%;
}

@media screen and (min-width: 751px) {
  .character-about .character-about-text {
    font-size: 1.6rem;
  }
}

.character-about-date {
  font-size: 1.4rem;
  margin-bottom: 3.5%;
}

@media screen and (min-width: 751px) {
  .character-about-date {
    font-size: 1.6rem;
  }
}

.character-about-date dt {
  font-weight: bold;
  color: #FD6A7E;
}

.character-about-date dd {
  margin-bottom: 3.5%;
}

@media screen and (min-width: 751px) {
  .ikemen-graph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .ikemen-graph li {
    width: 50%;
  }
}

.character-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.character-btn-wrap li {
  border: 1px solid #FD6A7E;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
}

@media screen and (min-width: 751px) {
  .character-btn-wrap li {
    font-size: 1.4rem;
  }
}

.character-btn-wrap li a {
  display: block;
  padding: 10px 0;
}

@media screen and (min-width: 751px) {
  .character-btn-wrap li a {
    padding: 15px;
  }
}

.character-btn-wrap .prev,
.character-btn-wrap .next {
  width: 30%;
}

.character-btn-wrap .prev i {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.character-btn-wrap .next i {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.character-btn-wrap .center {
  width: 40%;
}

.other-character {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.other-character li {
  width: 50px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (min-width: 751px) {
  .other-character li {
    width: 110px;
  }
}

.other-character li a {
  display: block;
}

.other-character .is-empty {
  height: 0;
}

.brand {
  background: #E75377;
}

.sengokueien {
  background: #DB6143;
}

.villains {
  background: #6B1A76;
}

.prince {
  background: #D4BC66;
}

.genji {
  background: #6E4120;
}

.live {
  background: #75a7fb;
}

.vampire {
  background: #770c3a;
}

.kakumei {
  background: #338386;
}

.sengoku {
  background: #ab0d0d;
}

.bakumatsu {
  background: #850000;
}

.puri_100 {
  background: #ff8cac;
}

.okyu {
  background: #d188dc;
}

.nemurihime {
  background: #e80a89;
}

.shinooku {
  background: #4d0000;
}

.yakyoku {
  background: #b20707;
}

.tweet-wrap iframe {
  width: 740px !important;
}

.article-btn {
  width: 60%;
  margin: 1em auto;
  position: relative;
  display: block;
}

@media screen and (min-width: 751px) {
  .article-btn {
    width: 250px;
  }
}

.article-btn a {
  display: block;
  background: #FD6A7E;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 1.3rem;
  line-height: 1.15;
  padding: 4% 0;
}

@media screen and (min-width: 751px) {
  .article-btn a {
    font-size: 1.6rem;
  }
}

.article-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}

.article-subtitle {
  margin: 2rem 0 1rem;
  background: #ff6699;
  font-size: 1.5em;
  color: #fff;
  font-weight: bolder;
  padding: 0.2rem 1.5rem;
}


.article-btn-multi-wrap {
  margin: 20px 0;
}

@media screen and (min-width: 751px) {
  .article-btn-multi-wrap {
    margin: 20px 50px;
  }
}

.article-btn-multi-list {
  width: 100%;
  margin: 8px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 751px) {
  .article-btn-multi {
    margin: 6px auto;
    width: 90%;
  }
}

.article-btn-multi-list-inner {
  width: 23%;
  margin-right: 2%;
  font-size: 0.9em;
  text-align: center;
  border-radius: 20px;
  border: 0px solid #FD6A7E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffe7ea;
}

@media screen and (min-width: 751px) {
  .article-btn-multi-list-inner {
    font-size: 0.9em;
  }
}

.article-btn-multi-list-inner a {
  color: #fd6a7e;
  font-weight: bold;
  display: block;
  padding: 11px 0;
}

@media screen and (min-width: 751px) {
  .article-btn-multi-list-inner a {
    padding: 7px 0;
  }

  .title_link_box_e {
    padding-top: 0px;
  }
}

.title_link_box {
  display: flex;
  padding-top: 5px;
}

.title_link_box_item {
  padding-right: 5px;
}

.title_link_box_e {
  padding-top: 16px;
}

@media screen and (max-width: 750px) {
  .title_link_box_e {
    padding-top: 0px;
  }
}

.title_link_box_item p a:link {
  padding: 3px 10px;
  background: #ff4280;
  border-radius: 7px;
  color: #fff !important;
}

.title_link_box_item p a:visited {
  color: #fff !important;
}

/*25 message bg txt*/
.about-bg-txt {
  color: #976D54;
  padding: 0 0 210px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  background: url(../images/about/ikemen_slogan02.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  font-weight: 600;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .about-bg-txt {
    padding: 0 0 200px;
    font-size: 1.2rem;
  }
}

/*paginaition*/
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 5px;
  text-align: center;
}

.pagination .page-numbers {
  background: #FD6A7E;
  font-size: 1.2em;
  line-height: 1;
  color: #fff;
  padding: 10px 13px;
  display: block;
}

.pagination .page-numbers.current,
.pagination .page-numbers.dots {
  background: none;
  color: #FD6A7E;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  margin: 0 20px;
}

.pagination .page-numbers.prev {
  padding: 10px 14px 10px 10px;
}

.pagination .page-numbers.next {
  padding: 10px 10px 10px 14px;
}

/*Newsコンテンツ画像*/
.news-details-wrap .inner-txt-block p img {
  display: inline-block;
  margin: 0 10px;
}

.news-details-wrap .inner-txt-block p>img:first-child {
  margin-left: 0;
}

.news-details-wrap .inner-txt-block p img.aligncenter {
  display: block;
  margin: 0 auto;
}

.fa-angle-right:before,
.fa-angle-left:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
}

.fa-angle-left:before {
  transform: rotate(-135deg);
}

.character-btn-wrap .prev i {
  left: 7%;
}

@media screen and (max-width: 750px) {

  .fa-angle-right:before,
  .fa-angle-left:before {
    width: 4px;
    height: 4px;
  }

  .title-menu-list-inner i {
    right: 2%;
  }
}

/* YouTubeサムネイル表示 (SPで見切れないように対応) */
iframe {
  width: 100%!important;
  max-width: 640px!important;
  aspect-ratio: 16 / 9!important;
  display: block;
  margin: 0 auto;
  border: none;
}