@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansCJKjp-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSansCJKjp-Thin.woff") format("woff"),
    url("../font/NotoSansCJKjp-Thin.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSansCJKjp-Light.eot");
  src: url("../font/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSansCJKjp-Light.woff") format("woff"),
    url("../font/NotoSansCJKjp-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansCJKjp-DemiLight.eot");
  src: url("../font/NotoSansCJKjp-DemiLight.eot?#iefix")
      format("embedded-opentype"),
    url("../font/NotoSansCJKjp-DemiLight.woff") format("woff"),
    url("../font/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.eot");
  src: url("../font/NotoSansCJKjp-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../font/NotoSansCJKjp-Regular.woff") format("woff"),
    url("../font/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.eot");
  src: url("../font/NotoSansCJKjp-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../font/NotoSansCJKjp-Medium.woff") format("woff"),
    url("../font/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.eot");
  src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSansCJKjp-Bold.woff") format("woff"),
    url("../font/NotoSansCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansCJKjp-Black.eot");
  src: url("../font/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSansCJKjp-Black.woff") format("woff"),
    url("../font/NotoSansCJKjp-Black.ttf") format("truetype");
}

#wrapper {
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "sans-serif";
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #2d2d2d;
  text-decoration: none;
}

.u-color-1 {
  color: #f0027f;
}

.txt-link {
  text-decoration: underline;
  color: #f0027f;
}
.txt-link:hover {
  text-decoration: none;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mra {
  margin-right: auto !important;
}

.u-mla {
  margin-left: auto !important;
}

.u-mca {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-tl {
  text-align: left !important;
}

.u-tc {
  text-align: center !important;
}

.u-tr {
  text-align: right !important;
}

.u-db {
  display: block !important;
}

.u-di {
  display: inline-block !important;
}

.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-b {
  font-weight: bold !important;
}

.u-cp {
  cursor: pointer !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vba {
  vertical-align: baseline !important;
}

.u-vbo {
  vertical-align: bottom !important;
}

.pc-none{
  display: none;
}

/**
 * Swiper 5.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.scrolling
  #wrapper
  .header
  .header-fixed-wrap.fixed
  .header-fixed-wrap-inner
  .nav-list-wrap
  ul.nav-list-box
  li
  a:after {
  width: 0;
}

body.scrolling
  #wrapper
  .header
  .header-fixed-wrap.fixed
  .header-fixed-wrap-inner
  .nav-list-wrap
  ul.nav-list-box
  li
  a:hover:after {
  width: 100%;
}

.scroll-btn:after {
  width: 100% !important;
}

#wrapper .header {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
}
#wrapper .header .header-fixed-wrap.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #ffffff;
}
#wrapper .header .header-fixed-wrap.fixed .header-fixed-wrap-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
}
#wrapper
  .header
  .header-fixed-wrap.fixed
  .header-fixed-wrap-inner
  .header-logo-wrap {
  margin: 0;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#wrapper
  .header
  .header-fixed-wrap.fixed
  .header-fixed-wrap-inner
  .nav-list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#wrapper
  .header
  .header-fixed-wrap.fixed
  .header-fixed-wrap-inner
  .nav-list-wrap
  .con {
  margin: 0;
  width: auto;
}
#wrapper
  .header
  .header-fixed-wrap.fixed
  .header-fixed-wrap-inner
  .nav-list-wrap
  ul.nav-list-box {
  margin-top: 0;
}
#wrapper
  .header
  .header-fixed-wrap.fixed
  .header-fixed-wrap-inner
  .nav-list-wrap
  ul.nav-list-box
  li {
  margin-left: 30px;
}
#wrapper
  .header
  .header-fixed-wrap.fixed
  .header-fixed-wrap-inner
  .nav-list-wrap
  ul.nav-list-box
  li
  a:after {
  width: 0%;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  background: #ffff11;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#wrapper
  .header
  .header-fixed-wrap.fixed
  .header-fixed-wrap-inner
  .nav-list-wrap
  ul.nav-list-box
  li:hover
  a:after,
#wrapper
  .header
  .header-fixed-wrap.fixed
  .header-fixed-wrap-inner
  .nav-list-wrap
  ul.nav-list-box
  li.active
  a:after {
  width: 100%;
  opacity: 1;
}
#wrapper
  .header
  .header-fixed-wrap.fixed
  .header-fixed-wrap-inner
  .nav-list-wrap
  ul.nav-list-box
  li
  .icon {
  display: none;
}
#wrapper
  .header
  .header-fixed-wrap.fixed
  .header-fixed-wrap-inner
  .nav-list-wrap
  ul.nav-list-box
  li
  a {
  font-size: 16px;
}
#wrapper .header ul.nav-list-box {
  margin-top: 407px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
#wrapper .header ul.nav-list-box li {
  position: relative;
}
#wrapper .header ul.nav-list-box li a {
  font-size: 18px;
  font-weight: 500;
}
#wrapper .header ul.nav-list-box li a span {
  display: block;
}
#wrapper .header ul.nav-list-box li a .icon {
  margin-bottom: 17px;
}

#wrapper .swiper-wholl {
  position: relative;
}
#wrapper .swiper-wholl .swiper-container-thumbs li {
  cursor: pointer;
}
#wrapper .swiper-wholl .swiper-container-thumbs li img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#wrapper .swiper-wholl .swiper-container-thumbs li:hover img {
  opacity: 1;
}
#wrapper .swiper-wholl .swiper-button-next,
#wrapper .swiper-wholl .swiper-button-prev {
  width: 60px;
  height: 60px;
  outline: none;
  top: 150px;
  margin: 0;
}
#wrapper .swiper-wholl .swiper-button-next:after,
#wrapper .swiper-wholl .swiper-button-prev:after {
  content: none;
}
#wrapper .swiper-wholl .swiper-button-prev {
  left: -30px;
  background: url(../img/prevbutton.png);
}
#wrapper .swiper-wholl .swiper-button-next {
  right: -30px;
  background: url(../img/nextbutton.png);
}
#wrapper .swiper-wholl .gallery-top {
  border-radius: 8px;
  position: relative;
  background-color: #fff;
}
#wrapper .swiper-wholl .gallery-top li a {
  display: block;
}
#wrapper .swiper-wholl .gallery-thumbs {
  margin-top: 30px;
}
#wrapper .swiper-wholl .gallery-thumbs img {
  width: 100%;
  vertical-align: bottom;
}
#wrapper .swiper-wholl .gallery-thumbs .swiper-slide {
  background: #000000;
}
#wrapper .swiper-wholl .gallery-thumbs .swiper-slide img {
  opacity: 0.5;
}
#wrapper .swiper-wholl .gallery-thumbs .swiper-slide-thumb-active img {
  opacity: 1;
}
#wrapper .swiper-wholl .imageArea {
  height: 360px;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper .swiper-wholl .imageArea .mainImage {
  width: 640px;
}
#wrapper .swiper-wholl .imageArea .mainImage img {
  width: 100%;
  vertical-align: bottom;
}
#wrapper .swiper-wholl .program-ttl {
  text-align: left;
  margin-bottom: 19px;
}
#wrapper .swiper-wholl .programExplain {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: 30px 34px 30px 20px;
}
#wrapper .swiper-wholl .txt {
  font-size: 18px;
  line-height: 30px;
}
#wrapper .swiper-wholl .txt p {
  padding-bottom: 10px;
}

#common-footer html {
  height: 100%;
}

#common-footer body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo",
    "メイリオ", "ms pgothic", "ms pゴシック", "osaka", sans-serif,
    "TakaoPGothic", "Sazanami Gothic";
  min-height: 100%;
}

@font-face {
  #common-footer {
    font-family: "douga";
    src: url(../font/douga.eot?tk4mq4);
    src: url(../font/douga.eot?tk4mq4#iefix) format("embedded-opentype"),
      url(../font/douga.ttf?tk4mq4) format("truetype"),
      url(../font/douga.woff?tk4mq4) format("woff"),
      url(../font/douga.svg?tk4mq4#douga) format("svg");
    font-weight: 400;
    font-style: normal;
  }
}

#common-footer [class*="icon-"]:before {
  font-family: "douga" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#common-footer .icon-tv-asahi_douga:before {
  content: "\e600";
}

#common-footer .icon-term:before {
  content: "\e601";
}

#common-footer .icon-loupe02:before {
  content: "\e602";
}

#common-footer .icon-loupe01:before {
  content: "\e603";
}

#common-footer .icon-clock:before {
  content: "\e604";
}

#common-footer .icon-cast:before {
  content: "\e605";
}

#common-footer .icon-arow-down02:before {
  content: "\e606";
}

#common-footer .icon-cart:before {
  content: "\e607";
}

#common-footer .icon-caption03:before {
  content: "\e608";
}

#common-footer .icon-caption02:before {
  content: "\e609";
}

#common-footer .icon-caption01:before {
  content: "\e60a";
}

#common-footer .icon-bad:before {
  content: "\e60b";
}

#common-footer .icon-arow-up02:before {
  content: "\e60c";
}

#common-footer .icon-arow-up01:before {
  content: "\e60d";
}

#common-footer .icon-arow-right01:before {
  content: "\e60e";
}

#common-footer .icon-arow-left02:before {
  content: "\e60f";
}

#common-footer .icon-arow-left01:before {
  content: "\e610";
}

#common-footer .icon-staff02:before {
  content: "\e611";
}

#common-footer .icon-staff01:before {
  content: "\e612";
}

#common-footer .icon-smp:before {
  content: "\e613";
}

#common-footer .icon-setting_arow:before {
  content: "\e614";
}

#common-footer .icon-setting:before {
  content: "\e615";
}

#common-footer .icon-present:before {
  content: "\e616";
}

#common-footer .icon-plus:before {
  content: "\e617";
}

#common-footer .icon-pc:before {
  content: "\e618";
}

#common-footer .icon-mobile:before {
  content: "\e619";
}

#common-footer .icon-minus:before {
  content: "\e61a";
}

#common-footer .icon-lock01:before {
  content: "\e61b";
}

#common-footer .icon-list02:before {
  content: "\e61c";
}

#common-footer .icon-list01:before {
  content: "\e61d";
}

#common-footer .icon-link02:before {
  content: "\e61e";
}

#common-footer .icon-link01:before {
  content: "\e61f";
}

#common-footer .icon-grid:before {
  content: "\e620";
}

#common-footer .icon-good:before {
  content: "\e621";
}

#common-footer .icon-eye:before {
  content: "\e622";
}

#common-footer .icon-lock02:before {
  content: "\e623";
}

#common-footer .icon-arow-down01:before {
  content: "\e624";
}

#common-footer .icon-close:before {
  content: "\e625";
}

#common-footer .icon-beginner:before {
  content: "\e900";
}

#common-footer .icon-question:before {
  content: "\e901";
}

#common-footer .icon-arow-right02:before {
  content: "\e902";
}

#common-footer .icon-medal:before {
  content: "\e903";
}

#common-footer .icon-medal-buy:before {
  content: "\e904";
}

#common-footer .icon-payment:before {
  content: "\e905";
}

#common-footer .icon-program:before {
  content: "\e906";
}

#common-footer .icon-program-month:before {
  content: "\e907";
}

#common-footer .icon-close2:before {
  content: "\e908";
}

#common-footer .icon-tv-asahi:before {
  content: "\e90b";
}

#common-footer .icon-loupe03:before {
  content: "\e91c";
}

#common-footer .details-inner-title .icon-cast,
#common-footer .details-inner-title .icon-staff01 {
  display: inline-block;
  margin-right: 4px;
  vertical-align: baseline !important;
}

#common-footer .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#common-footer .clearfix {
  min-height: 1px;
}

#common-footer * html .clearfix {
  height: 1px;
}

#common-footer .clear {
  clear: both;
}

#common-footer .FL0 {
  float: left;
  margin-bottom: 10px;
}

#common-footer .FR0 {
  float: right;
  margin-bottom: 5px;
}

#common-footer .FL5 {
  float: left;
  padding: 5px;
}

#common-footer .FR5 {
  float: right;
  padding: 5px;
}

#common-footer .marginPDF {
  padding: 5px;
}

#common-footer .margin10 {
  clear: both;
  padding: 10px;
}

#common-footer .margin5 {
  clear: both;
  padding: 5px;
}

#common-footer .hide_txt {
  display: none;
}

#common-footer .fbold {
  font-weight: 700;
}

#common-footer .tright {
  text-align: right;
}

#common-footer .tleft {
  text-align: left;
}

#common-footer .mb3 {
  margin-bottom: 3px;
}

#common-footer .mb5 {
  margin-bottom: 5px;
}

#common-footer .mb10 {
  margin-bottom: 10px;
}

#common-footer .mt3 {
  margin-top: 3px;
}

#common-footer .mt5 {
  margin-top: 5px;
}

#common-footer .arwr01 {
  padding-left: 10px;
  background: url(https://mv.tv-asahi.co.jp/douga/images/pc/arw_r01.gif) left
    no-repeat;
}

#common-footer .hide_txt {
  display: none;
}

#common-footer .txt_blk {
  color: #303030;
  font-size: 12px;
  padding: 0 0 5px;
  line-height: 160%;
}

#common-footer .txt_blks {
  color: #303030;
  font-size: 10px;
  padding: 0;
  line-height: 140%;
}

#common-footer .txt_red {
  color: red;
  font-size: 12px;
  padding: 0 0 5px;
  line-height: 160%;
}

#common-footer .txt_blks_at {
  color: #303030;
  font-size: 12px;
  padding: 0;
  line-height: 160%;
}

#common-footer .txt_blks_at a {
  color: #2780cc !important;
  text-decoration: none !important;
}

#common-footer .txt_blks_at a:hover {
  color: #ffb900 !important;
  text-decoration: underline !important;
}

#common-footer .txt_reds {
  color: red;
  font-size: 12px;
  padding: 0 0 5px;
  line-height: 140%;
}

#common-footer .txt_grys {
  color: #626262;
  font-size: 10px;
  padding: 0;
  line-height: 140%;
}

#common-footer #container {
  width: 100%;
  height: auto !important;
  height: 100%;
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 0;
}

#common-footer #main_wrap {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 5px;
}

#common-footer #contents {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

#common-footer #contents_main {
  float: left;
  width: 650px;
}

#common-footer #contents_rect {
  float: right;
  width: 300px;
}

#common-footer .rect_banner {
  padding: 24px 0 10px;
}

#common-footer .rect_banner_small {
  width: 284px;
  margin: 0 auto;
  padding: 10px 0 0;
}

#common-footer img.prIcon {
  float: right;
}

#common-footer #head_notice {
  background-color: #262630;
  width: 100%;
}

#common-footer #head_notice p,
#common-footer #head_notice a {
  color: #fff;
  display: block;
  line-height: 1.6;
  word-break: break-all;
}

#common-footer #head_notice ul {
  width: 960px;
  margin: 0 auto;
  padding: 16px 0 19px;
}

#common-footer #head_notice li {
  background: url(../../images/pc/head_notice_arrow.png) no-repeat 0 4px;
  margin-bottom: 14px;
  padding-left: 16px;
  font-size: 13px;
}

#common-footer #head_notice li:last-child {
  margin-bottom: 0;
}

#common-footer #head_notice li a:hover {
  text-decoration: underline;
}

#common-footer #head_notice li.imp_red {
  background: #b00525;
  overflow: hidden;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}

#common-footer #head_notice li.imp_blue {
  background: #4385f5;
  overflow: hidden;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}

#common-footer .alert:before {
  content: "";
  background: url(../../images/alert.png) no-repeat;
  float: left;
  width: 21px;
  height: 21px;
  margin: 0 10px 0 0;
}

#common-footer #headerSpacer {
  width: 100%;
  height: 45px;
}

#common-footer #header {
  width: 100%;
  background-color: #f3f3f3;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #ccc \9;
  z-index: 100;
  min-width: 1000px;
}

#common-footer #newGlobalMenu {
  width: 980px;
  height: 45px;
  margin: 0 auto;
  position: relative;
}

#common-footer #newGlobalMenu ul li {
  float: left;
  font-size: 12px;
}

#common-footer #newGlobalMenu ul li a {
  display: block;
  text-align: center;
}

#common-footer #newGlobalMenu ul li a:hover {
  text-decoration: none;
}

#common-footer li#headerLogo {
  margin-right: 15px;
}

#common-footer li#idl a,
#common-footer li#drma a,
#common-footer li#vrty a,
#common-footer li#anm_hero a,
#common-footer li#otr a,
#common-footer li#fish a,
#common-footer li#fre a,
#common-footer li#live a,
#common-footer li#movi a {
  color: #333;
  height: 28px;
  padding: 17px 9px 0 9px;
}

#common-footer li#idl {
  letter-spacing: -0.3px;
}

#common-footer li#drma {
  letter-spacing: -0.2px;
}

#common-footer li#vrty {
  letter-spacing: -0.2px;
}

#common-footer li#anm_hero {
  letter-spacing: -0.5px;
}

#common-footer li#otr {
  letter-spacing: -0.3px;
}

#common-footer li#live {
  letter-spacing: -0.3px;
}

#common-footer li#sch {
  width: 135px;
  margin-left: 8px;
}

#common-footer #idl:hover,
#common-footer #drma:hover,
#common-footer #anm_hero:hover,
#common-footer #vrty:hover,
#common-footer #otr:hover,
#common-footer #fish:hover,
#common-footer #fish:hover,
#common-footer #fre:hover,
#common-footer #live:hover,
#common-footer #movi:hover {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  height: 42px;
  background: #e4e4e4;
}

#common-footer #fre:hover {
  border-bottom-color: #60f;
}

#common-footer #idl:hover {
  border-bottom-color: #ed3acc;
}

#common-footer #drma:hover {
  border-bottom-color: #e32a2a;
}

#common-footer #anm_hero:hover {
  border-bottom-color: #e8721b;
}

#common-footer #vrty:hover {
  border-bottom-color: #1cae10;
}

#common-footer #otr:hover {
  border-bottom-color: #09f;
}

#common-footer #fish:hover {
  border-bottom-color: #1c6ce5;
}

#common-footer #live:hover {
  border-bottom-color: #333;
}

#common-footer #movi:hover {
  border-bottom-color: #658092;
}

#common-footer form#search_box {
  position: relative;
  padding-top: 9px;
}

#common-footer button {
  float: right;
  border: 0;
  width: 28px;
  height: 26px;
  padding: 0;
  line-height: 140%;
  cursor: pointer;
  overflow: hidden;
}

#common-footer .search_button span {
  display: block;
  width: 28px;
  height: 26px;
  background: url(../../images/pc/btnSearch.jpg) no-repeat;
  text-indent: -10000px;
  position: absolute;
  top: 9px;
}

#common-footer #search_input_box {
  font-size: 11px;
  height: 24px;
  position: absolute;
}

#common-footer .search_input {
  width: 100px;
  height: 24px;
  padding: 0 0 0 6px;
  font-size: 13px;
  border: 1px solid #ccc;
  line-height: 22px !important;
}

#common-footer li#loginBtn {
  width: 136px;
  height: 19px;
  float: right !important;
  color: #333;
  font-weight: 700;
  text-align: center;
  padding-top: 9px;
  margin-top: 7px;
  border: 1px solid #f0c800;
  background-color: #ffd500;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffe666),
    to(#ffd300)
  );
  background-image: -webkit-linear-gradient(#ffe666, #ffd300);
  background-image: linear-gradient(#ffe666, #ffd300);
  box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.6),
    0 1px 1px rgba(21, 16, 23, 0.1);
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  border-radius: 3px;
  cursor: pointer;
}

#common-footer li#loginBtn:hover {
  background-color: #e6bf00;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffe666),
    color-stop(0.05, #ffd300),
    to(#ffd300)
  );
  background-image: -webkit-linear-gradient(#ffe666, #ffd300 5%, #ffd300);
  background-image: linear-gradient(#ffe666, #ffd300 5%, #ffd300);
  text-decoration: none;
}

#common-footer li#loginBtn:active {
  text-decoration: none;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
}

#common-footer li#loginBtn a {
  text-decoration: none;
  width: 136px;
  height: 19px;
  display: block;
}

#common-footer #loginPart {
  position: absolute;
  z-index: 1000;
  top: 36px;
  right: 0;
  background-color: #fff;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  display: none;
}

#common-footer #loginArea {
  width: 280px;
}

#common-footer .loginTooltip {
  background: url(../../images/pc/btnGuide.jpg) no-repeat;
  width: 87px;
  height: 18px;
  text-indent: -10000px;
  display: block;
  margin: 10px 0 5px;
  float: left;
}

#common-footer #newRegist {
  padding: 0 20px;
}

#common-footer .popupClose {
  float: right;
  margin: 8px -52px 0;
  cursor: pointer;
}

#common-footer .newMember {
  clear: both;
  width: 280px;
  height: 41px;
  display: block;
  cursor: pointer;
  background-color: #28c86e;
  font-weight: 700;
  border-radius: 3px;
  margin-bottom: 16px;
  color: #fff !important;
  position: relative;
}

#common-footer .newMember:hover {
  text-decoration: none;
  background-color: #1fb55f;
}

#common-footer .newMember:active {
  text-decoration: none;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#common-footer .newMemberBtn {
  font-size: 15px;
  display: block;
  text-align: center;
  padding-top: 15px;
}

#common-footer .formWrap {
  padding-top: 13px;
  border-top: 1px solid #a9a9a9;
  width: 320px;
}

#common-footer .inputWrap {
  margin: 0 20px;
}

#common-footer .loginInputWrap {
  margin: 0 20px;
}

#common-footer .loginInputBox {
  margin-bottom: 6px;
}

#common-footer .loginInput {
  width: 248px;
  height: 25px;
  padding: 0 15px !important;
  border: 1px solid #a9a9a9;
  line-height: 22px !important;
}

#common-footer p#loginBtn input.spriteLog {
  width: 200px;
  height: 35px;
  padding: 0;
  line-height: 140%;
  cursor: pointer;
  float: left;
  margin-left: 20px;
  border: 1px solid #f0c800;
  background-color: #ffd500;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffe666),
    to(#ffd300)
  );
  background-image: -webkit-linear-gradient(#ffe666, #ffd300);
  background-image: linear-gradient(#ffe666, #ffd300);
  box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.6),
    0 1px 1px rgba(21, 16, 23, 0.1);
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  color: #4d4d4d;
  font-weight: 700;
  border-radius: 3px;
}

#common-footer p#loginBtn input:hover {
  background-color: #e6bf00;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffe666),
    color-stop(0.05, #ffd300),
    to(#ffd300)
  );
  background-image: -webkit-linear-gradient(#ffe666, #ffd300 5%, #ffd300);
  background-image: linear-gradient(#ffe666, #ffd300 5%, #ffd300);
  text-decoration: none;
}

#common-footer p#loginBtn input:active {
  text-decoration: none;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
}

#common-footer #loginArea label .loginCheck {
  float: right;
  font-size: 12px;
  margin-right: 20px;
}

#common-footer #loginArea label .loginCheck input {
  float: left;
}

#common-footer #loginArea label .loginCheck span {
  display: block;
  width: 6em;
  padding-top: 3px;
}

#common-footer #bottomArea {
  clear: both;
  font-size: 12px;
  width: 280px;
  padding: 7px 20px 0;
}

#common-footer #bottomArea p {
  margin-top: 5px;
}

#common-footer .loginNoMail a {
  width: 207px;
  display: block;
}

#common-footer .loginNoMail span {
  width: 207px;
  height: 15px;
  display: block;
  background: url(../../images/pc/btnNoMail.jpg) no-repeat;
  text-indent: -10000px;
}

#common-footer .loginForget a {
  width: 129px;
  display: block;
}

#common-footer .loginForget span {
  width: 129px;
  height: 15px;
  display: block;
  background: url(../../images/pc/btnForget.jpg) no-repeat;
  text-indent: -10000px;
}

#common-footer #otrLoginArea {
  margin-top: 11px;
  width: 280px;
  padding: 15px 20px 0;
  font-size: 12px;
  background-color: #e6e6e6;
  float: left;
}

#common-footer .otrLogin {
  margin-bottom: 10px;
}

#common-footer .rakutenArea {
  padding-bottom: 15px;
  text-indent: 0 !important;
  width: 130px;
  float: left;
  margin-right: 18px;
}

#common-footer .yahooArea {
  padding-bottom: 15px;
  text-indent: 0 !important;
  width: 130px;
  float: left;
}

#common-footer #serviceMenuWrap {
  width: 960px;
  margin: 10px auto 0;
  overflow: hidden;
}

#common-footer #serviceMenu {
  width: 356px;
  float: right;
  font-size: 12px;
}

#common-footer #serviceMenu li {
  float: left;
  margin-left: 15px;
}

#common-footer #serviceMenu li a {
  font-size: 11px;
  color: #333;
}

#common-footer #serviceMenu li a:hover {
  color: #2864c8;
  text-decoration: none;
}

#common-footer #loginInfo {
  width: 174px;
  margin-top: 7px;
  float: right !important;
  cursor: pointer;
}

#common-footer .loginImg {
  float: left;
  width: 28px;
  height: 28px;
  overflow: hidden;
}

#common-footer #loginInfo .loginImg img {
  margin-left: -8px;
}

#common-footer .loginInfo {
  width: 177px;
  margin: 4px 0 0;
  float: left;
  background: url(../../images/pc/btnToggle.jpg) no-repeat 155px;
}

#common-footer .loginName {
  font-size: 10px;
}

#common-footer .loginName span {
  font-weight: 700;
}

#common-footer .loginService {
  font-size: 10px;
  float: right;
  margin-right: 20px;
  letter-spacing: -0.3px;
}

#common-footer .loginService span {
  font-weight: 700;
}

#common-footer .loginMedal {
  font-size: 11px;
  margin-top: 3px;
  float: right;
  margin-right: 20px;
  clear: both;
}

#common-footer .loginMedal span {
  font-weight: 700;
}

#common-footer #loginInfoPop {
  position: absolute;
  z-index: 1000;
  top: 35px;
  right: 0;
  background-color: #fff;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  display: none;
}

#common-footer #loginInfoPop a {
  color: #2780cc;
}

#common-footer #loginInfoPopInner {
  margin: 12px;
  height: 80px;
}

#common-footer .loginInfoPopImg {
  width: 78px;
  height: 78px;
  border: 1px solid #d1d1d1;
  float: left;
  margin-right: 15px;
  display: block;
}

#common-footer .loginInfoPopDetail {
  float: left;
  margin-right: 10px;
  width: 150px;
}

#common-footer .loginInfoPopName {
  margin-top: 10px;
  width: 135px;
  font-size: 13px;
}

#common-footer .loginInfoPopName p {
  margin-bottom: 3px;
}

#common-footer .loginInfoPopName p span {
  font-weight: 700;
}

#common-footer .loginInfoPopName p a {
  font-size: 11px;
}

#common-footer .loginInfoService {
  font-size: 12px;
}

#common-footer .loginInfoService p {
  margin-bottom: 3px;
  text-align: center;
  line-height: 1.5;
}

#common-footer .loginInfoService p span {
  font-weight: 700;
  display: block;
}

#common-footer .loginInfoPopMedal {
  margin-top: 2px;
  font-size: 12px;
}

#common-footer .loginInfoPopMedal p a {
  font-size: 11px;
}

#common-footer .loginInfoPopMedal p {
  margin-bottom: 12px;
  clear: both;
  text-align: right;
}

#common-footer .loginInfoPopMedal p.medal {
  float: right;
}

#common-footer .loginInfoPopMedal p.medal span {
  font-size: 26px;
}

#common-footer .loginInfoPopBtn {
  float: right;
  position: relative;
}

#common-footer .loginInfoPopClose {
  float: right;
  cursor: pointer;
}

#common-footer .loginInfoPopMyPage {
  margin-top: 23px;
  width: 90px;
  height: 25px;
  padding-top: 15px;
  line-height: 140%;
  cursor: pointer;
  border: 1px solid #f0c800;
  background-color: #ffd500;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffe666),
    to(#ffd300)
  );
  background-image: -webkit-linear-gradient(#ffe666, #ffd300);
  background-image: linear-gradient(#ffe666, #ffd300);
  box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.6),
    0 1px 1px rgba(21, 16, 23, 0.1);
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  color: #4d4d4d;
  font-weight: 700;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
}

#common-footer .loginInfoPopMyPage:hover {
  background-color: #e6bf00;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffe666),
    color-stop(0.05, #ffd300),
    to(#ffd300)
  );
  background-image: -webkit-linear-gradient(#ffe666, #ffd300 5%, #ffd300);
  background-image: linear-gradient(#ffe666, #ffd300 5%, #ffd300);
  text-decoration: none;
}

#common-footer .loginInfoPopMyPage a:hover,
#common-footer .loginInfoPopMyPage a:active {
  text-decoration: none;
}

#common-footer .loginInfoPopMyPage:active {
  text-decoration: none;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
}

#common-footer .loginInfoPopMyPage a {
  color: #4d4d4d !important;
  text-decoration: none;
  display: block;
  padding: 15px;
  margin-top: -15px;
}

#common-footer .loginInfoPopLogout {
  margin-top: 7px;
  text-align: right;
  font-size: 11px;
}

#common-footer .loginInfoRakuten {
  border-top: 1px solid #ccc;
  width: 293px;
}

#common-footer .loginInfoRakuten iframe {
  margin: 10px 0;
  display: block;
}

#common-footer .loginInfoRakuten p a img {
  width: 293px;
}

#common-footer div#rakutenPoint_293x53 {
  border: none !important;
}

#common-footer .newHeaderBanner {
  overflow: hidden;
  min-width: 960px;
  height: 90px;
  margin: 10px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdcdcd;
}

#common-footer .headerBannerWrap {
  width: 728px;
  margin: 0 auto;
}

#common-footer .newHeaderBanner a {
  width: 728px;
  margin: 0 auto;
  display: block;
}

#common-footer #mv_superbanner {
  position: absolute;
  top: -158px;
  right: 0;
}

#common-footer #topHgroup #header_exp_top {
  margin: 0 auto;
  padding: 14px 0 6px;
}

#common-footer #header_exp_top p,
#common-footer #header_exp p {
  width: 930px;
  font-size: 12px;
  color: #f66b00;
  margin: 0 auto;
  padding: 7px 10px;
  text-align: left;
  border: dotted 1px #f66b00;
  background: #fff;
  line-height: 1.5;
}

#common-footer #header_exp_top p a:link,
#common-footer #header_exp p a:link {
  color: #f66b00;
  text-decoration: none;
}

#common-footer #header_exp_top p a:visited,
#common-footer #header_exp p a:visited {
  color: #f66b00;
  text-decoration: none;
}

#common-footer #header_exp_top p a:hover,
#common-footer #header_exp p a:hover {
  color: #f66b00;
  text-decoration: underline;
}

#common-footer #header_exp_top {
  width: 100%;
  background-color: #333;
  padding: 10px 0 5px;
}

#common-footer #header_exp_top ul,
#common-footer #header_exp ul {
  width: 950px;
  margin: 0 auto;
  border: 0;
}

#common-footer #header_exp_top img,
#common-footer #header_exp img {
  display: none;
}

#common-footer #header_exp_top li,
#common-footer #header_exp li {
  font-size: 12px;
  margin-bottom: 5px;
  background: url(../../images/pc/eme.jpg) no-repeat 0 3px;
  padding: 2px 0 0 20px;
  line-height: 1.4;
  color: #fff;
}

#common-footer #header_exp_top li a,
#common-footer #header_exp li a {
  display: block;
  padding-top: 3px;
  color: #fff;
  text-decoration: underline;
  line-height: 1.4;
}

#common-footer #header_exp_top span,
#common-footer #header_exp span {
  display: block;
  padding-bottom: 5px;
}

#common-footer #header_exp_top li a:hover,
#common-footer #header_exp li a:hover {
  text-decoration: underline;
}

#common-footer #breadcrumbs {
  clear: both;
  width: 960px;
  margin: 0 auto;
  height: 40px;
}

#common-footer #breadcrumbs .navi {
  padding: 10px 0;
  font-size: 11px;
  color: #636363;
}

#common-footer #breadcrumbs a {
  width: 960px;
  margin: 0 auto;
  font-size: 11px;
}

#common-footer #breadcrumbs a:link,
#common-footer #breadcrumbs a:visited,
#common-footer #breadcrumbs a:active {
  color: #636363;
  text-decoration: none;
}

#common-footer #breadcrumbs a:hover {
  color: #09f;
  text-decoration: underline;
}

#common-footer #breadcrumbs {
  position: relative;
}

#common-footer #footer {
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background: #eee;
  box-shadow: 0 1px 2px -1px #d5d5d5 inset;
  border-top: 1px solid #e3e3e3 \9;
}

#common-footer #footer_inner {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;
  font-size: 11px;
  font-weight: 700;
}

#common-footer #footer a:link,
#common-footer #footer a:visited,
#common-footer #footer a:active {
  color: #525252;
  text-decoration: none;
}

#common-footer #footer a:hover {
  color: #09f;
  text-decoration: underline;
}

#common-footer #foot_upper {
  margin-bottom: 25px;
}

#common-footer #footer .footer_L {
  float: left;
  width: 520px;
  margin: 0;
  padding: 0;
}

#common-footer #footer .footer_R {
  float: right;
  width: 440px;
  padding: 0;
  text-align: left;
}

#common-footer .footer_list {
  margin-bottom: 22px;
}

#common-footer #footer_list_last {
  margin-bottom: 0;
}

#common-footer #footer li {
  display: inline;
  line-height: normal;
  width: 260px;
  float: left;
  font-size: 11px;
  color: #525252;
  margin-bottom: 22px;
}

#common-footer #footer li a {
  font-size: 12px;
}

#common-footer #footer .footer_R .foot_s_s_box {
  float: left;
  padding-left: 8px;
  width: 102px;
}

#common-footer #footer .footer_R .foot_s_s_box p {
  font-size: 10px;
  line-height: 10px;
  color: #6c6c6c;
  font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

#common-footer address {
  clear: both;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  margin: 10px 0 0;
  background: #626262;
  color: #d2d2d2;
  font-size: 11px;
  font-style: normal;
}

#common-footer #footer ul {
  list-style: none;
  padding: 0;
  display: block;
  height: 20px;
}

#common-footer #footer ul a {
  font-size: 11px;
  padding: 0 10px;
  line-height: normal;
}

#common-footer #tv_asahi_cr {
  clear: both;
  display: block;
  height: 31px;
  background: #333;
}

#common-footer #tv_asahi_cr address {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: right;
  background: #333;
  text-shadow: 1px 1px 0 black;
}

#common-footer #menseki {
  width: 960px;
  margin: 0 auto 60px;
  padding-left: 7px;
  font-size: 10px;
  color: #525252;
}

#common-footer #foot_menseki {
  width: 960px;
  margin: 0 auto 5px;
  padding-left: 7px;
  font-size: 10px;
  color: #525252;
  line-height: 1.3;
  font-weight: 400;
}

#common-footer .menseki_mt {
  margin-top: 20px;
}

#common-footer #foot_copylight {
  clear: both;
  width: 960px;
  margin: 5px auto 15px;
}

#common-footer .foot_copylight_inner {
  padding: 10px;
  font-size: 10px;
  color: #525252;
  font-weight: 400;
  line-height: 1.3;
}

#common-footer #goTop {
  clear: both;
  padding: 10px 0;
  text-align: right;
  visibility: hidden;
}

#common-footer #btn-pgtop {
  visibility: hidden;
}

#common-footer #global_nav_space {
  height: 50px;
}

#common-footer header {
  position: fixed;
  background: #fff;
  width: 100%;
  min-width: 1020px;
  border-bottom: 1px solid #dadada;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#common-footer header h1,
#common-footer header nav,
#common-footer #global_nav_search_form {
  float: left;
}

#common-footer #global_nav_inner {
  position: relative;
  background: #fff;
  width: 980px;
  height: 49px;
  margin: 0 auto;
}

#common-footer header h1 a {
  display: block;
  width: 70px;
  margin: 8px 12px 10px 0;
}

#common-footer header h1 a img {
  width: 100%;
}

#common-footer header nav {
  position: relative;
}

#common-footer header nav ul {
  overflow: hidden;
}

#common-footer header nav li {
  float: left;
  text-align: center;
}

#common-footer header nav li:first-child:hover > #navCatchupCaption {
  display: block;
}

#common-footer header nav li.hide {
  display: none;
}

#common-footer header nav li:first-child a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: aliceblue;
  display: block;
  top: 23px;
  left: 104px;
  border-right: 7px solid #0cf;
  border-top: 2px solid transparent;
  border-bottom: 3px solid transparent;
}

#common-footer header nav li:first-child a:after {
  content: "無料";
  font-size: 10px;
  background: #0cf;
  color: #fff;
  width: 30px;
  height: 14px;
  margin-left: 6px;
  padding: 3px 1px 3px;
  line-height: 15px;
  border-radius: 50px;
  display: inline-block;
}

#common-footer header nav li#global_nav_genre {
  width: 78px;
}

#common-footer header nav li#global_nav_genre span {
  display: block;
  width: 78px;
  line-height: 48px;
  font-size: 13px;
  border: solid #fff;
  border-width: 1px 1px 0 1px;
  box-sizing: border-box;
}

#common-footer header#global_nav nav li a {
  display: block;
  padding: 0 12px;
  color: #434a53;
  line-height: 48px;
  font-size: 13px;
  border: solid #fff;
  border-width: 1px 1px 0 1px;
  box-sizing: border-box;
}

#common-footer header a,
#common-footer header #global_nav_genre span,
#common-footer header #global_nav_guide,
#common-footer header #global_nav_loginbtn {
  -webkit-transition-property: background, border, color;
  transition-property: background, border, color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#common-footer header#global_nav nav li a:hover,
#common-footer header nav li#global_nav_genre span:not(.active):hover {
  background: #f5f5f5;
  color: #7a97b2;
  border: solid #dee5ea;
  border-width: 1px 1px 0 1px;
  cursor: pointer;
}

#common-footer header nav li#global_nav_genre {
  color: #434a53;
}

#common-footer header nav li#global_nav_genre span:before {
  margin-right: 3px;
  font-size: 10px;
}

#common-footer #global_nav_search_form {
  position: absolute;
  right: 260px;
  overflow: hidden;
  background: #fff;
  z-index: 100;
}

#common-footer #global_nav_search_form form {
  overflow: hidden;
  margin: 10px 0 9px 12px;
  border: 1px solid #e6ebef;
  border-radius: 3px;
}

#common-footer #global_nav_search_form #keywords {
  float: left;
  background: #e6ebef;
  width: 119px;
  height: 28px;
  padding: 0 0 0 8px;
  line-height: 28px;
  font-family: Meiryo, sans-serif;
  font-size: 13px;
  border: 0;
}

#common-footer #global_nav_search_form #keywords:focus {
  width: 288px;
}

#common-footer #global_nav_search_form input#keywords:focus,
#common-footer #global_nav_search_form input#keywords:focus + button {
  background: #fff;
}

#common-footer
  #global_nav_search_form
  input#keywords:-webkit-input-placeholder {
  color: #8899a6;
}

#common-footer #global_nav_search_form input#keywords:-moz-placeholder {
  color: #8899a6;
}

#common-footer #global_nav_search_form button {
  float: right;
  background: #e6ebef;
  width: 30px;
  height: 28px;
  color: #8899a6;
  font-size: 11px;
  border: 0;
}

#common-footer #navCatchupCaption {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 11px;
  padding: 12px;
  background: #000;
  border: 1px solid #3c3c3c;
  border-radius: 4px;
  z-index: 100;
}

#common-footer #navCatchupCaption p {
  font-size: 13px;
  text-align: left;
  line-height: 1.4;
  color: #b2f552;
}

#common-footer #navCatchupCaption:before {
  content: "";
  position: absolute;
  border-bottom: 12px solid #000;
  border-right: 8px solid transparent;
  border-left: 9px solid transparent;
  top: -8px;
  left: 26px;
  width: 0;
  height: 0;
}

#common-footer #navCatchupCaptionClose {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  background: #fff;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #999;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: pointer;
}

#common-footer .global_nav_dropdown_menu {
  display: none;
  position: absolute;
  top: 49px;
  background: #f5f5f5;
  border: 1px solid #dee5ea;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

#common-footer .global_nav_dropdown_menu ul {
  overflow: hidden;
  margin: 11px;
}

#common-footer .global_nav_dropdown_menu li a {
  display: block;
  line-height: 38px;
  color: #7a97b2;
  font-size: 13px;
}

#common-footer .global_nav_dropdown_menu li a:before {
  margin: 0 8px 0 12px;
  font-size: 9px;
  color: #c4cfda;
}

#common-footer .global_nav_dropdown_menu li a:hover {
  background: #e2e6eb;
  border: 1px solid #dee5ea;
  box-sizing: border-box;
}

#common-footer #global_nav_genre_menu {
  overflow: hidden;
  left: 225px;
  width: 322px;
}

#common-footer #global_nav_genre_menu li {
  float: left;
  width: 150px;
}

#common-footer #global_nav_genre_menu li a {
  border: 1px solid #f5f5f5;
}

#common-footer #global_nav_genre span.active {
  position: absolute;
  background: #f5f5f5;
  padding-bottom: 1px;
  color: #434a53;
  border: solid #dee5ea;
  border-width: 1px 1px 0 1px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
}

#common-footer #global_nav_guide_menu {
  right: -2px;
}

#common-footer #global_nav_guide_menu li {
  width: 170px;
}

#common-footer #global_nav_guide_menu li a {
  border: 1px solid #f5f5f5;
}

#common-footer #global_nav_guide_menu:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: #f5f5f5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #dee5ea;
  border-width: 1px 0 0 1px;
  pointer-events: none;
  z-index: 10;
}

#common-footer .global_nav_content {
  overflow: hidden;
  float: right;
  margin-top: 10px;
}

#common-footer .global_nav_content li {
  float: left;
  height: 30px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}

#common-footer .global_nav_content li a {
  display: block;
  text-align: center;
  border-radius: 3px;
}

#common-footer #global_nav_regist {
  width: 110px;
}

#common-footer #global_nav_regist a {
  background: #4ad28a;
  line-height: 1;
  padding: 9px 0 7px;
}

#common-footer #global_nav_regist a:hover {
  background: #42bd7c;
}

#common-footer #global_nav_loginbtn {
  width: 100px;
  margin-left: 6px;
  color: #7a97b2;
  line-height: 28px;
  font-size: 13px;
  border: 1px solid #d3d6db;
  box-sizing: border-box;
}

#common-footer #global_nav_loginbtn:hover {
  border: 1px solid #aeb1b5;
}

#common-footer #global_nav_loginbtn:before {
  margin-right: 4px;
  font-size: 11px;
}

#common-footer #global_nav_guide {
  background: #7a97b2;
  width: 30px;
  margin-left: 6px;
  padding: 0;
  border-radius: 50%;
}

#common-footer #global_nav_guide:before {
  line-height: 32px;
  color: #fff;
  font-size: 12px;
}

#common-footer #global_nav_guide:hover,
#common-footer #global_nav_guide.active {
  background: #6e88a0;
}

#common-footer #global_nav_regist a {
  color: #fff;
  font-size: 14px;
}

#common-footer #global_nav_loginid a {
  overflow: hidden;
  padding: 0 6px;
  color: #434a53;
  font-size: 10px;
  border-radius: 3px;
}

#common-footer #global_nav_loginid a:hover {
  background: #f2f2f2;
}

#common-footer #global_nav_loginid a span {
  display: list-item;
  float: left;
  vertical-align: middle;
}

#common-footer #global_nav_loginid .icon-arow-right01 {
  margin-right: 11px;
  line-height: 30px;
}

#common-footer #global_nav_loginid .icon-cast {
  margin-right: 8px;
  line-height: 30px;
}

#common-footer #global_nav_loginid .loginid_text {
  margin-top: 6px;
  text-align: left;
}

#common-footer #global_nav_loginid .icon-arow-down01:before {
  margin-left: 6px;
  line-height: 30px;
}

#common-footer #global_nav_charge {
  margin-left: 6px;
}

#common-footer #global_nav_charge a {
  width: 96px;
  padding: 0;
  color: #7a97b2;
  font-size: 12px;
  border: 1px solid #d3d6db;
  box-sizing: border-box;
}

#common-footer #global_nav_charge a span {
  vertical-align: middle;
}

#common-footer #global_nav_charge a:before {
  margin-left: 1px;
  line-height: 28px;
  color: #7a97b2;
  font-size: 14px;
}

#common-footer #global_nav_charge a:hover {
  border: 1px solid #b2b5b9;
}

#common-footer #global_nav_charge .icon-arow-right01:before {
  line-height: 27px;
}

#common-footer #global_nav_charge .logincharge_text {
  line-height: 28px;
}

#common-footer .modal_inner input {
  padding: 0;
  border: 0;
}

#common-footer #modal_modal_notlogin input:-webkit-input-placeholder {
  font-family: Meiryo;
}

#common-footer #modal_modal_notlogin input:-moz-placeholder {
  font-family: Meiryo;
}

#common-footer #modal_overlay {
  display: none;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#common-footer .modal_inner {
  display: none;
  position: fixed;
  background: #fff;
  width: 742px;
  margin: auto;
  border: 1px solid #dee5ea;
  z-index: 1000;
}

#common-footer #modal_close_btn {
  position: absolute;
  top: -1px;
  right: -61px;
  background: #7a97b2;
  width: 60px;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

#common-footer #modal_close_btn:hover {
  background: #6e88a0;
}

#common-footer #modal_close_btn:before {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
}

#common-footer #modal_notlogin h4 {
  padding: 42px 0 30px;
  color: #434a53;
  text-align: center;
}

#common-footer #modal_notlogin h4:before {
  margin-right: 4px;
}

#common-footer #login_form_main {
  margin: 10px 60px 0;
}

#common-footer #login_form_main form {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #dee5ea;
}

#common-footer #login_form_main input#LOGIN_ID {
  margin-bottom: 12px;
}

#common-footer #login_form_main input#LOGIN_ID,
#common-footer #login_form_main input#PASSWORD {
  background: #e6ebef;
  width: 578px;
  height: 42px;
  padding: 0 22px;
  font-size: 16px;
  border-radius: 3px;
}

#common-footer #login_form_main #LOGIN_ID:-webkit-input-placeholder,
#common-footer #login_form_main #PASSWORD:-webkit-input-placeholder {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #8899a6;
  font-size: 16px;
}

#common-footer #login_form_main #LOGIN_ID:-moz-placeholder,
#common-footer #login_form_main #PASSWORD:-moz-placeholder {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #8899a6;
  font-size: 16px;
}

#common-footer #login_form_main_left #login_form_login {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#common-footer #login_form_main_left,
#common-footer #login_form_main_right {
  float: left;
  width: 311px;
  margin-top: 24px;
}

#common-footer #login_form_main_left #login_form_login {
  background: #09f;
  width: 100%;
  margin-bottom: 12px;
  color: #fff;
  line-height: 42px;
  font-size: 18px;
  border-radius: 3px;
}

#common-footer #login_form_main_left #login_form_login:hover {
  background: #0089e5;
  cursor: pointer;
}

#common-footer #login_form_main_left input[type="checkbox"] {
  display: none;
  margin: 0 4px 0 0;
}

#common-footer #login_form_main_left input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 22px;
  line-height: 18px;
  font-size: 13px;
  cursor: pointer;
}

#common-footer #login_form_main_left input[type="checkbox"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 2px;
}

#common-footer
  #login_form_main_left
  input[type="checkbox"]:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
}

#common-footer
  #login_form_main_left
  input[type="checkbox"]:checked
  + label:after {
  content: "";
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e71063;
  border-bottom: 3px solid #e71063;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#common-footer #login_form_main_right p {
  margin-left: 26px;
  line-height: 30px;
  height: 30px;
}

#common-footer #login_form_main_right .icon-arow-right02:before {
  margin-right: 11px;
  color: #c2cedb;
  font-size: 12px;
}

#common-footer #login_form_main_right a {
  font-size: 13px;
  color: #7a97b2;
}

#common-footer #login_form_main_right a:hover {
  text-decoration: underline;
}

#common-footer #login_form_other {
  overflow: hidden;
  width: 556px;
  margin: 0 auto 34px;
}

#common-footer #login_form_other a {
  display: block;
  float: left;
  margin: 0 13px 12px;
}

#common-footer #login_form_other a:hover {
  opacity: 0.8;
}

#common-footer #login_form_footer {
  overflow: hidden;
  background: #f2f3f7;
  padding: 28px 60px 32px;
  border-top: 1px solid #dee5ea;
}

#common-footer #login_form_footer p {
  float: left;
}

#common-footer #login_form_footer a {
  color: #7a97b2;
}

#common-footer #login_form_footer [class*="icon-"]:before {
  vertical-align: middle;
}

#common-footer #login_form_footer_guide {
  width: 192px;
  text-align: center;
}

#common-footer #login_form_footer #login_form_footer_guide a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #7a97b2;
  border-radius: 3px;
}

#common-footer #login_form_footer #login_form_footer_guide a:hover {
  background: #d7e0e8;
}

#common-footer #login_form_footer #login_form_footer_regist {
  margin-left: 23px;
  font-size: 15px;
  line-height: 42px;
}

#common-footer #login_form_footer #login_form_footer_regist:before {
  color: #c2cedb;
  margin-right: 8px;
}

#common-footer #login_form_footer #login_form_footer_regist a:hover {
  text-decoration: underline;
}

#common-footer #loginin_main {
  overflow: hidden;
}

#common-footer #loginin_left,
#common-footer #loginin_right {
  float: left;
  width: 371px;
  height: 241px;
}

#common-footer #loginin_left div {
  text-align: center;
}

#common-footer #loginin_left .icon-cast {
  position: relative;
  overflow: hidden;
  background: #d0d9e2;
  width: 66px;
  height: 66px;
  margin: 53px auto 12px;
  border-radius: 66px;
  box-shadow: 0 0 4px #aaa inset;
}

#common-footer #loginin_left .icon-cast:before {
  position: absolute;
  font-size: 66px;
  left: 0;
  bottom: -12px;
  color: #434a53;
}

#common-footer #modal_login_id {
  color: #434a53;
  line-height: 1.6;
}

#common-footer #loginin_right #loginin_mypage,
#common-footer #loginin_right #loginin_medal,
#common-footer #loginin_right #loginin_logout {
  margin: 0 auto;
  width: 300px;
}

#common-footer #loginin_right #loginin_mypage a,
#common-footer #loginin_right #loginin_medal a {
  display: block;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
}

#common-footer #loginin_right #loginin_mypage {
  margin: 68px auto 10px;
}

#common-footer #loginin_right #loginin_mypage a {
  background: #09f;
  color: #fff;
}

#common-footer #loginin_right #loginin_mypage a:hover {
  background: #0088e3;
}

#common-footer #loginin_right #loginin_medal a {
  color: #09f;
  border: 1px solid #09f;
}

#common-footer #loginin_right #loginin_medal a:hover {
  background: #b3e0ff;
}

#common-footer #loginin_right #loginin_logout {
  margin-top: 12px;
  text-align: right;
}

#common-footer #loginin_right #loginin_logout:before {
  margin-right: 2px;
  color: #cad5e0;
  font-size: 9px;
}

#common-footer #loginin_right #loginin_logout a {
  color: #7a97b2;
  font-size: 13px;
}

#common-footer #loginin_right #loginin_logout a:hover {
  text-decoration: underline;
}

#common-footer #loginin_footer {
  background: #f2f3f7;
  height: 110px;
  clear: both;
  border-top: 1px solid #dee5ea;
}

#common-footer #loginin_footer a {
  display: block;
  width: 293px;
  margin: 28px auto;
}

@media screen and (min-width: 1320px) {
  #common-footer header nav li.hide {
    display: block;
  }
  #common-footer #global_nav_inner {
    width: 1280px;
  }
  #common-footer #global_nav_search_form {
    right: 383px;
  }
  #common-footer #global_nav_search_form #keywords {
    padding: 0 0 0 12px;
    width: 162px;
  }
  #common-footer #global_nav_search_form #keywords:focus {
    width: 461px;
  }
  #common-footer #global_nav_genre_menu {
    left: 355px;
  }
  #common-footer #global_nav_genre_menu li:first-child {
    display: none;
  }
  #common-footer #head_notice ul {
    width: 1280px;
  }
  #common-footer #footer_inner,
  #common-footer #foot_menseki,
  #common-footer #foot_copylight,
  #common-footer #tv_asahi_cr address {
    width: 1280px;
  }
  #common-footer #footer .footer_L {
    width: 780px;
  }
}

#common-footer p.episode-cast img,
#common-footer p.episode-story img {
  vertical-align: baseline;
}

@media all and (-ms-high-contrast: none) {
  #wrapper.wrapper .pc-wrapper-side-btn a {
    padding-right: 10px;
  }
  #wrapper.wrapper .btn-1-pink a {
    line-height: 80px;
  }
  #wrapper.wrapper .btn-2-pink a {
    line-height: 90px;
  }
  #wrapper.wrapper .btn-2-bk a {
    line-height: 90px;
  }
  #wrapper.wrapper .icon-character .number {
    position: absolute;
    top: 10px;
  }
}

.shadow-1,
#wrapper .swiper-wholl .gallery-top,
#wrapper .swiper-wholl .imageArea,
#wrapper .card-list-box li,
#wrapper #section-plan-2 .medals-list-box > li,
#wrapper .payment-card-list-box > li,
#wrapper #section-qa .qa-list-box {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.16);
}

.sp {
  display: none !important;
}

.opac {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.opac:hover {
  opacity: 0.7;
  display: block;
}

.h2-ttl-1,
#wrapper #section-about ul.about-list-box li .con .about-txt-box .about-ttl,
#wrapper .line-contents-wrap .line-title {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -1px;
  font-weight: 500;
}
.h2-ttl-1.color-wh,
#wrapper
  #section-about
  ul.about-list-box
  li
  .con
  .about-txt-box
  .color-wh.about-ttl,
#wrapper .line-contents-wrap .color-wh.line-title {
  color: #ffffff;
}

.h2-mb-1 {
  margin-bottom: 15px;
}

.h2-mb-2 {
  margin-bottom: 30px;
}

.h3-ttl-1,
.h3-ttl-2,
#wrapper #section-about ul.about-list-box li .con .about-txt-box .read,
#wrapper #section-qa .qa-list-box li .question {
  font-weight: 300;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -1px;
}

.h3-ttl-2 {
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
.h3-ttl-2.pattern-2 {
  width: 650px;
}

.h3-ttl-3 {
  margin: 0 -20px;
  font-weight: 300;
  font-size: 25px;
  line-height: 42px;
  letter-spacing: -1.5px;
}

.h4-ttl-1,
#wrapper .swiper-wholl .program-ttl,
.list-box-1 li .txt-box .ttl {
  font-size: 24px;
  line-height: 42px;
  letter-spacing: -1px;
}

.txt-1,
.list-box-1 li .txt-box .read,
#wrapper #section-plan-2 .pack-wrap .pack-list-box li .txt-box .read {
  font-size: 18px;
  line-height: 30px;
}

.txt-2,
#wrapper #section-plan-2 .pack-wrap .pack-list-box li .txt-box .ttl {
  font-size: 20px;
  line-height: 32px;
}

.section-pd-1 {
  padding: 50px 0;
}

.section-pd-2 {
  padding: 100px 0;
}

.h-style-1 {
  margin-bottom: 50px;
}
.h-style-1 .h2-ttl-1:after,
.h-style-1
  #wrapper
  #section-about
  ul.about-list-box
  li
  .con
  .about-txt-box
  .about-ttl:after,
#wrapper
  #section-about
  ul.about-list-box
  li
  .con
  .about-txt-box
  .h-style-1
  .about-ttl:after,
.h-style-1 #wrapper .line-contents-wrap .line-title:after,
#wrapper .line-contents-wrap .h-style-1 .line-title:after {
  margin-top: 14px;
  margin-bottom: 14px;
  content: "";
  width: 600px;
  height: 1px;
  display: block;
  background: #000000;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}

.h-style-1.color-wh .h2-ttl-1,
.h-style-1.color-wh
  #wrapper
  #section-about
  ul.about-list-box
  li
  .con
  .about-txt-box
  .about-ttl,
#wrapper
  #section-about
  ul.about-list-box
  li
  .con
  .about-txt-box
  .h-style-1.color-wh
  .about-ttl,
.h-style-1.color-wh #wrapper .line-contents-wrap .line-title,
#wrapper .line-contents-wrap .h-style-1.color-wh .line-title {
  color: #ffffff;
}
.h-style-1.color-wh .h2-ttl-1:after,
.h-style-1.color-wh
  #wrapper
  #section-about
  ul.about-list-box
  li
  .con
  .about-txt-box
  .about-ttl:after,
#wrapper
  #section-about
  ul.about-list-box
  li
  .con
  .about-txt-box
  .h-style-1.color-wh
  .about-ttl:after,
.h-style-1.color-wh #wrapper .line-contents-wrap .line-title:after,
#wrapper .line-contents-wrap .h-style-1.color-wh .line-title:after {
  background: #ffffff;
}

/* 追記 */
#wrapper
  #section-about-new
  ul.about-list-box
  li
  .con
  .about-txt-box
  .about-ttl {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -1px;
  font-weight: 500;
}
#wrapper
  #section-about-new
  ul.about-list-box
  li
  .con
  .about-txt-box
  .color-wh.about-ttl {
  color: #ffffff;
}

.h2-mb-1 {
  margin-bottom: 15px;
}

.h2-mb-2 {
  margin-bottom: 30px;
}

#wrapper #section-about-new ul.about-list-box li .con .about-txt-box .read {
  font-weight: 300;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -1px;
}
.h-style-1 .h2-ttl-1:after,
.h-style-1
  #wrapper
  #section-about-new
  ul.about-list-box
  li
  .con
  .about-txt-box
  .about-ttl:after,
#wrapper
  #section-about-new
  ul.about-list-box
  li
  .con
  .about-txt-box
  .h-style-1
  .about-ttl:after {
  margin-top: 14px;
  margin-bottom: 14px;
  content: "";
  width: 600px;
  height: 1px;
  display: block;
  background: #000000;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}

.h-style-1.color-wh .h2-ttl-1,
.h-style-1.color-wh
  #wrapper
  #section-about-new
  ul.about-list-box
  li
  .con
  .about-txt-box
  .about-ttl,
#wrapper
  #section-about-new
  ul.about-list-box
  li
  .con
  .about-txt-box
  .h-style-1.color-wh
  .about-ttl {
  color: #ffffff;
}
.h-style-1.color-wh
  #wrapper
  #section-about-new
  ul.about-list-box
  li
  .con
  .about-txt-box
  .about-ttl:after,
#wrapper
  #section-about-new
  ul.about-list-box
  li
  .con
  .about-txt-box
  .h-style-1.color-wh
  .about-ttl:after {
  background: #ffffff;
}
/* 追記END */

.list-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 3列リストの一番下にある要素 */
}
.list-box-1 li {
  width: 320px;
  margin-bottom: 85px;
  margin-right: 20px;
}
.list-box-1 li:nth-child(3n) {
  margin-right: 0;
}
.list-box-1 li .img-box img {
  width: 100%;
}
.list-box-1 li .txt-box .ttl {
  margin-top: 20px;
  margin-bottom: 11px;
}

section {
  position: relative;
}

.section-color-wh {
  background: #2d2d2d;
  color: #ffffff;
}

.section-bg-bk {
  background: #2d2d2d;
  color: #ffffff;
}

.section-top-arrow,
.section-top-arrow-wh:before,
.section-top-arrow-gray:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 35px 0 35px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

.section-top-arrow-wh:before {
  border-color: #ffffff transparent transparent transparent;
}

.section-top-arrow-gray:before {
  border-color: #eeeeee transparent transparent transparent;
}

#wrapper {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 300;
}
#wrapper .contents-wrapper {
  padding-top: 36px;
}
#wrapper img {
  vertical-align: bottom;
}
#wrapper .pc-wrapper-side-btn {
  position: absolute;
  position: fixed;
  top: 140px;
  right: 0;
  z-index: 2;
  z-index: 10;
}
#wrapper .pc-wrapper-side-btn a {
  width: 60px;
  box-sizing: border-box;
  height: 240px;
  background-color: #f0027f;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 4px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#wrapper .con {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#wrapper .main-wrapper {
  background: url(../img/mv_pc.png) no-repeat top/cover;
  width: 100%;
  height: 520px;
  padding-top: 60px;
  box-sizing: border-box;
  margin-bottom: 100px;
}
#wrapper .main-wh-box {
  background: rgba(255, 255, 255, 0.7);
  width: 700px;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  padding: 40px 40px 30px;
  box-sizing: border-box;
}
#wrapper .main-wh-box .catch-1 {
  margin-bottom: 20px;
  display: block;
}
#wrapper .main-wh-box .catch-2 {
  margin-bottom: 30px;
  display: block;
}
#wrapper .btn-base-style,
#wrapper .btn-1-pink a,
#wrapper .btn-2-pink a,
#wrapper .btn-1-bk a,
#wrapper .btn-2-bk a {
  position: relative;
  color: #fff;
  border-radius: 120px;
  display: block;
  text-decoration: none;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
#wrapper .btn-base-style:after,
#wrapper .btn-1-pink a:after,
#wrapper .btn-2-pink a:after,
#wrapper .btn-1-bk a:after,
#wrapper .btn-2-bk a:after {
  content: "";
  background: url(../img/arrow1_wh.png);
  position: absolute;
  display: block;
  width: 17px;
  height: 33px;
  top: 50%;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 26px;
}
/* 追記 */
#wrapper .btn-new-pink a {
  position: relative;
  color: #fff;
  border-radius: 120px;
  display: block;
  text-decoration: none;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.btn-new-pink a:after {
  content: "";
  background: url(../img/arrow2_pink.png) no-repeat center top;
  position: absolute;
  display: block;
  height: 17px;
  width: 33px !important;
  top: 52%;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 26px;
}
#wrapper .btn-new-pink a {
  background-color: #fff;
  max-width: 800px;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  color: #f0027f;
  border: 2px solid #f0027f;
  letter-spacing: 1px;
}
/* 追記END */
#wrapper .btn-1-pink a {
  max-width: 560px;
  background-color: #f0027f;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  letter-spacing: 1px;
}
#wrapper .btn-2-pink a {
  background-color: #f0027f;
  max-width: 800px;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  letter-spacing: 1px;
}
#wrapper .btn-1-bk a {
  background-color: #2d2d2d;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  letter-spacing: 1px;
}
#wrapper .btn-2-bk a {
  background-color: #2d2d2d;
  max-width: 680px;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  letter-spacing: 1px;
}
#wrapper .btn-2-bk.border-wh a {
  border: 1px solid #ffffff;
}
#wrapper #section-recommend {
  position: relative;
}
#wrapper #section-recommend:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 355px;
  background-color: #ffff11;
}
#wrapper #section-other-popular .other-popular-list-box {
  padding-top: 10px;
}
#wrapper #section-other-popular .other-popular-list-box li {
  box-sizing: border-box;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.16);
}
#wrapper #section-other-popular .other-popular-list-box li a .txt-box {
  padding: 0 20px 20px;
}
#wrapper #section-other-popular .other-popular-list-box li a .txt-box .ttl {
  font-size: 24px;
  line-height: 36px;
}
#wrapper #section-other-popular .other-popular-list-box li a .txt-box .read {
  font-size: 16px;
  line-height: 30px;
}
#wrapper #section-other-popular .other-popular-list-box li:last-child {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
#wrapper #section-about ul.about-list-box {
  margin-top: 50px;
}
#wrapper #section-about ul.about-list-box li:nth-child(2n) .con {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
#wrapper #section-about ul.about-list-box li:nth-child(2n) .icon-character {
  right: 0;
}
#wrapper #section-about ul.about-list-box li:nth-child(2n-1) {
  background: #eeeeee;
}
#wrapper #section-about ul.about-list-box li .con {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0;
}
#wrapper #section-about ul.about-list-box li .con .about-img-box {
  position: relative;
  width: 390px;
}
#wrapper #section-about ul.about-list-box li .con .about-img-box img {
  width: 100%;
}
#wrapper #section-about ul.about-list-box li .con .about-txt-box {
  width: 586px;
}
#wrapper #section-about ul.about-list-box li .con .about-txt-box .about-ttl {
  margin-top: 85px;
}
#wrapper #section-about ul.about-list-box li .con .about-txt-box .read {
  margin-top: 20px;
  letter-spacing: -1.5px;
}
#wrapper #section-about ul.about-list-box li .con .about-txt-box .btn-2-bk {
  margin-top: 40px;
}
#wrapper #section-about ul.about-list-box li .icon-character {
  background: #ffff11;
  border-radius: 100%;
  width: 157px;
  height: 157px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -31px;
}
#wrapper #section-about ul.about-list-box li .icon-character .txt {
  font-weight: 400;
  font-size: 24px;
  position: relative;
}
#wrapper #section-about ul.about-list-box li .icon-character .number {
  font-weight: 500;
  font-size: 80px;
  margin-left: 6px;
  position: relative;
}
#wrapper #section-about ul.about-list-box .about-swiper-wholl {
  position: relative;
}
#wrapper #section-about ul.about-list-box .about-swiper-wholl:before {
  position: absolute;
  top: 2px;
  right: 44px;
  content: "";
  pointer-events: none;
  background: url(../img/about-slider-shine.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 156px;
  height: 200px;
  z-index: 2;
}
#wrapper
  #section-about
  ul.about-list-box
  .about-swiper-wholl
  .about-slider-wrap {
  width: 277px;
  position: absolute;
  top: 15px;
  left: 58px;
}
#wrapper
  #section-about
  ul.about-list-box
  .about-swiper-wholl
  .about-slider-wrap
  .about-slider-list-box
  li
  img {
  width: 100%;
}

/* 追記 */
#wrapper #section-about-new ul.about-list-box {
  margin-top: 50px;
}
#wrapper #section-about-new ul.about-list-box li:nth-child(2n) .con {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
#wrapper #section-about-new ul.about-list-box li:nth-child(2n) .icon-character {
  right: 0;
}
#wrapper #section-about-new ul.about-list-box li:nth-child(2n-1) {
  background: #eeeeee;
}
#wrapper #section-about-new ul.about-list-box li .con {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0;
}
#wrapper #section-about-new ul.about-list-box li .con .about-img-box {
  position: relative;
  width: 390px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#wrapper #section-about-new ul.about-list-box li .con.num2 .about-img-box,
#wrapper #section-about-new ul.about-list-box li .con.num3 .about-img-box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#wrapper #section-about-new ul.about-list-box li .con.num1 .about-img-box {
  position: relative;
  width: 360px;
}
#wrapper #section-about-new ul.about-list-box li .con .about-img-box img {
  width: 100%;
}
#wrapper #section-about-new ul.about-list-box li .con .about-txt-box {
  width: 586px;
}
#wrapper #section-about-new ul.about-list-box li .con.num1 .about-txt-box {
  width: 614px;
}
#wrapper
  #section-about-new
  ul.about-list-box
  li
  .con
  .about-txt-box
  .about-ttl {
  margin-top: 85px;
}
#wrapper #section-about-new ul.about-list-box li .con .about-txt-box .read {
  margin-top: 20px;
  letter-spacing: -1.5px;
}
#wrapper
  #section-about-new
  ul.about-list-box
  li
  .con.num1
  .about-txt-box
  .read {
  margin-top: 20px;
  letter-spacing: -2.5px;
}
#wrapper
  #section-about-new
  ul.about-list-box
  li
  .con
  .about-txt-box
  .read-small {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 20px;
}
#wrapper #section-about-new ul.about-list-box li .con .about-txt-box .dl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper
  #section-about-new
  ul.about-list-box
  li
  .con
  .about-txt-box
  .dl-wrap
  .btn.apple {
  width: 190px;
  margin-right: 20px;
}
#wrapper
  #section-about-new
  ul.about-list-box
  li
  .con
  .about-txt-box
  .dl-wrap
  .btn.google {
  width: 236px;
}
#wrapper
  #section-about-new
  ul.about-list-box
  li
  .con
  .about-txt-box
  .dl-wrap
  .btn
  a {
  display: block;
}
#wrapper
  #section-about-new
  ul.about-list-box
  li
  .con
  .about-txt-box
  .dl-wrap
  .btn
  a
  img {
  width: 100%;
}
#wrapper #section-about-new ul.about-list-box li .con .about-txt-box .btn-2-bk {
  margin-top: 40px;
}
#wrapper #section-about-new ul.about-list-box li .icon-character {
  background: #ffff11;
  border-radius: 100%;
  width: 157px;
  height: 157px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -31px;
}
#wrapper #section-about-new ul.about-list-box li .icon-character .txt {
  font-weight: 400;
  font-size: 22px;
  position: relative;
  margin-top: 2px;
}
#wrapper
  #section-about-new
  ul.about-list-box
  li
  .icon-character
  .txt:first-letter {
  font-size: 28px;
}
#wrapper #section-about-new ul.about-list-box li .icon-character .number {
  font-weight: 500;
  font-size: 80px;
  margin-left: 6px;
  position: relative;
}
#wrapper #section-about-new ul.about-list-box .about-swiper-wholl {
  position: relative;
}
#wrapper #section-about-new ul.about-list-box .about-swiper-wholl:before {
  position: absolute;
  top: 2px;
  right: 44px;
  content: "";
  pointer-events: none;
  background: url(../img/about-slider-shine.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 156px;
  height: 200px;
  z-index: 2;
}
#wrapper
  #section-about-new
  ul.about-list-box
  .about-swiper-wholl
  .about-slider-wrap {
  width: 277px;
  position: absolute;
  top: 15px;
  left: 58px;
}
#wrapper
  #section-about-new
  ul.about-list-box
  .about-swiper-wholl
  .about-slider-wrap
  .about-slider-list-box
  li
  img {
  width: 100%;
}
/* 追記END */
#wrapper .card-list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#wrapper .card-list-box li {
  box-sizing: border-box;
  width: 320px;
  border-radius: 10px;
  background-color: #fff;
}
#wrapper .section-btnarea {
  padding: 108px 0 120px;
}
#wrapper #section-plan-1 {
  position: relative;
  padding-bottom: 60px;
}
#wrapper #section-plan-1:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 430px;
  background-color: #ffff11;
  display: block;
}
#wrapper #section-plan-1 .plan-card-area-list-box {
  margin-top: 60px;
}
#wrapper #section-plan-1 .plan-card-area-list-box li {
  height: 520px;
  margin-bottom: 59px;
}
#wrapper #section-plan-1 .plan-card-area-list-box li .card-title {
  padding: 26px 0;
  font-size: 32px;
  text-align: center;
  background-color: #2d2d2d;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 400;
}
#wrapper #section-plan-1 .plan-card-area-list-box li .card-body {
  padding: 30px 20px;
}
#wrapper #section-plan-1 .plan-card-area-list-box li .card-body .card-image {
  text-align: center;
  margin-bottom: 30px;
}
#wrapper #section-plan-1 .plan-card-area-list-box li .card-body .card-txt-box {
  position: relative;
  font-weight: 500;
}
#wrapper
  #section-plan-1
  .plan-card-area-list-box
  li
  .card-body
  .card-txt-box
  .note-box {
  letter-spacing: 0;
  font-size: 18px;
  position: relative;
  height: 30px;
  margin-top: -6px;
}
#wrapper
  #section-plan-1
  .plan-card-area-list-box
  li
  .card-body
  .card-txt-box
  .note-box
  .brackets {
  position: absolute;
  top: 0;
  right: -10px;
}
#wrapper
  #section-plan-1
  .plan-card-area-list-box
  li
  .card-body
  .card-txt-box
  .card-read-1 {
  font-size: 32px;
  margin-top: 10px;
  text-align: center;
}
#wrapper
  #section-plan-1
  .plan-card-area-list-box
  li
  .card-body
  .card-txt-box
  .card-read-2 {
  margin-left: -10px;
  margin-top: 14px;
  font-size: 28px;
  line-height: 36px;
}
#wrapper
  #section-plan-1
  .plan-card-area-list-box
  li
  .card-body
  .card-txt-box
  .card-read-2
  .smallfont {
  font-size: 24px;
}
#wrapper
  #section-plan-1
  .plan-card-area-list-box
  li
  .card-body
  .card-txt-box
  .card-read-2
  .bigfont {
  font-size: 60px;
}
#wrapper #section-plan-2 .line-contents-series {
  margin-top: 17px;
}
#wrapper .line-contents-wrap {
  border: 5px solid #2d2d2d;
  border-radius: 10px;
  padding: 0 26px 26px;
  box-sizing: border-box;
  position: relative;
}
#wrapper .line-contents-wrap .popupTitle {
  position: absolute;
  top: -44px;
  left: -65px;
  z-index: 10;
}
#wrapper .line-contents-wrap .line-title {
  text-align: center;
  margin-bottom: 12px;
  background: #ffffff;
  position: relative;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 620px;
}
#wrapper .line-contents-monthly {
  margin-top: 120px;
  margin-bottom: 60px;
}
#wrapper .line-contents-monthly .mark-monthly {
  position: absolute;
  top: -59px;
  right: -42px;
}
#wrapper #section-plan-2 {
  padding-bottom: 120px;
}
#wrapper #section-plan-2 .medals-list-box {
  margin-top: 146px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#wrapper #section-plan-2 .medals-list-box:before {
  position: absolute;
  top: -97px;
  left: 200px;
  content: "";
  width: 232px;
  height: 101px;
  background: url("../img/arrow_pc.png");
}
#wrapper #section-plan-2 .medals-list-box > li {
  height: 500px;
  box-sizing: border-box;
  padding-top: 80px;
  border-radius: 10px;
  position: relative;
}
#wrapper #section-plan-2 .medals-list-box > li .period-box {
  line-height: 40px;
  position: absolute;
  display: inline-block;
  bottom: 56px;
  right: 40px;
}
#wrapper #section-plan-2 .medals-list-box > li .mediumfont,
#wrapper #section-plan-2 .medals-list-box > li .largefont {
  font-weight: 500;
}
#wrapper #section-plan-2 .medals-list-box .onestory {
  width: 330px;
  background: #f8f8f8;
}
#wrapper #section-plan-2 .medals-list-box .onestory .head-ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  padding-top: 4px;
}
#wrapper #section-plan-2 .medals-list-box .onestory .medal-img {
  margin-top: 38px;
  text-align: center;
}
#wrapper #section-plan-2 .medals-list-box .onestory .period-box {
  width: 100%;
  left: 0;
  text-align: center;
}
#wrapper #section-plan-2 .medals-list-box .onestory .period-box .shityoukikan {
  font-size: 32px;
  position: relative;
  top: -32px;
  margin-right: 10px;
}
#wrapper #section-plan-2 .medals-list-box .onestory .period-box .largefont {
  font-size: 70px;
}
#wrapper #section-plan-2 .medals-list-box .onestory .period-box .mediumfont {
  font-size: 48px;
}
#wrapper #section-plan-2 .medals-list-box .valuepack {
  padding-top: 85px;
  padding-bottom: 6px;
  background-color: #ffff11;
  width: 590px;
  height: 500px;
  margin-left: 22px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
#wrapper #section-plan-2 .medals-list-box .valuepack .head-ttl {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -1px;
}
#wrapper #section-plan-2 .medals-list-box .valuepack .medal-img {
  display: inline-block;
  margin-left: 40px;
  margin-top: 37px;
}
#wrapper #section-plan-2 .medals-list-box .valuepack .mark-valuepack {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -141px;
  right: -67px;
}
#wrapper #section-plan-2 .medals-list-box .valuepack .valuepack-flex-medal {
  margin-top: 26px;
  margin-left: 39px;
}
#wrapper #section-plan-2 .medals-list-box .valuepack .period-box {
  right: 13px;
}
#wrapper #section-plan-2 .medals-list-box .valuepack .period-box .shityoukikan {
  position: relative;
  top: -25px;
  left: 20px;
  line-height: 1.4;
  font-size: 21px;
  display: block;
}
#wrapper #section-plan-2 .medals-list-box .valuepack .period-box .largefont {
  line-height: 80px;
  font-size: 100px;
  font-weight: 500;
}
#wrapper #section-plan-2 .medals-list-box .valuepack .period-box .mediumfont {
  font-size: 48px;
}
#wrapper #section-plan-2 .pack-wrap {
  background: #2d2d2d;
  margin: 0 -26px -26px;
  margin-top: 60px;
  padding-top: 46px;
}
#wrapper #section-plan-2 .pack-wrap .pack-list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 25px 55px;
}
#wrapper #section-plan-2 .pack-wrap .pack-list-box li {
  width: 300px;
  background: #ffffff;
  margin-right: 20px;
}
#wrapper #section-plan-2 .pack-wrap .pack-list-box li:nth-child(3n) {
  margin-right: 0;
}
#wrapper #section-plan-2 .pack-wrap .pack-list-box li:nth-child(n + 4) {
  margin-top: 20px;
}
#wrapper #section-plan-2 .pack-wrap .pack-list-box li img {
  width: 100%;
}
#wrapper #section-plan-2 .pack-wrap .pack-list-box li .txt-box {
  position: relative;
  min-height: 140px;
  box-sizing: border-box;
  padding: 34px 20px 20px;
}
#wrapper #section-plan-2 .pack-wrap .pack-list-box li .txt-box .price {
  font-weight: 500;
  top: -20px;
  font-size: 20px;
  background: #ffff11;
  color: #2d2d2d;
  display: inline-block;
  position: absolute;
  border-radius: 3px;
  width: 200px;
  line-height: 40px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#wrapper
  #section-plan-2
  .pack-wrap
  .pack-list-box
  li
  .txt-box
  .price
  .price-smallfont {
  font-size: 16px;
}
#wrapper #section-plan-2 .pack-wrap .pack-list-box li .txt-box .read {
  margin-top: 10px;
}
#wrapper #section-howto {
  position: relative;
  padding-top: 110px;
}
#wrapper #section-howto .con {
  position: relative;
  z-index: 2;
}
#wrapper #section-howto:after {
  content: "";
  background: #ffff11;
  height: 450px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
#wrapper #section-howto .box-howto-watch .howto-image {
  margin-top: 80px;
  margin-bottom: 60px;
}
#wrapper #section-howto .box-howto-flow {
  padding-top: 110px;
}
#wrapper #section-howto .box-howto-flow ul.howto-card-area-list-box {
  margin-bottom: 60px;
  padding-top: 10px;
  color: #2d2d2d;
  text-align: center;
}
#wrapper #section-howto .box-howto-flow ul.howto-card-area-list-box:after {
  width: 100%;
}
#wrapper #section-howto .box-howto-flow ul.howto-card-area-list-box li {
  padding: 20px;
  padding-top: 60px;
  padding-bottom: 55px;
}
#wrapper
  #section-howto
  .box-howto-flow
  ul.howto-card-area-list-box
  li
  .card-step
  .txt {
  font-size: 38px;
}
#wrapper
  #section-howto
  .box-howto-flow
  ul.howto-card-area-list-box
  li
  .card-step
  .number {
  font-weight: 500;
  font-size: 80px;
}
#wrapper
  #section-howto
  .box-howto-flow
  ul.howto-card-area-list-box
  li
  .card-image {
  margin: 20px 0 43px;
}
#wrapper
  #section-howto
  .box-howto-flow
  ul.howto-card-area-list-box
  li
  .card-txt-box {
  font-size: 26px;
  line-height: 40px;
}
#wrapper #section-payment {
  padding-top: 110px;
  padding-bottom: 120px;
}
#wrapper .payment-card-list-box {
  margin-top: 55px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#wrapper .payment-card-list-box > li {
  border-radius: 10px;
  padding: 30px 0;
  width: 490px;
  box-sizing: border-box;
}
#wrapper .payment-card-list-box .payment-ttl {
  font-size: 38px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 30px;
}
#wrapper .payment-card-list-box .payment-img-list-box {
  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;
}
#wrapper .payment-card-list-box .payment-img-list-box img {
  height: 80px;
  margin: 0 20px 20px;
}
#wrapper #section-qa {
  padding-top: 114px;
}
#wrapper #section-qa:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 627px;
  background: #2d2d2d;
}
#wrapper #section-qa .qa-list-box {
  margin-top: 57px;
  color: #2d2d2d;
  background: #ffffff;
  margin-bottom: 60px;
}
#wrapper #section-qa .qa-list-box li {
  border-bottom: 1px solid #efefef;
}
#wrapper #section-qa .qa-list-box li .question {
  cursor: pointer;
  padding: 35px 40px;
  position: relative;
}
#wrapper #section-qa .qa-list-box li .question:after {
  content: "";
  background: url(../img/arrow1_bk.png);
  background-size: contain;
  width: 16px;
  height: 30px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: calc(50% + 1px);
  right: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#wrapper #section-qa .qa-list-box li .question.active:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
#wrapper #section-qa .qa-list-box li .answer {
  background: #ffff11;
  padding: 30px 40px;
  font-size: 20px;
  line-height: 42px;
  display: none;
}
#wrapper #section-qa .qa-list-box li .answer .underbar {
  text-decoration: underline;
}
#wrapper #section-qa .qa-list-box li .answer.active {
  display: block;
}
/* 追記 */
@media all and (-ms-high-contrast: none) {
  #wrapper .btn-new-pink a {
    line-height: 96px;
  }
  #wrapper #section-about-new ul.about-list-box li .icon-character .txt {
    margin-top: 20px;
  }
  #wrapper #section-about-new ul.about-list-box li .icon-character .number {
    margin-top: 10px;
  }
}

/* 追記END */
