@charset "UTF-8";
/* IN
------------------------------------*/
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,
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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

html {
  overflow-y: scroll;
  width: 100%; }

body {
  width: 100%; }

blockquote, q {
  quotes: none; }

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

input, textarea {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal outside;
  margin-left: 20px; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

strong {
  font-weight: 700; }

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

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

main {
  display: block; }

/* COLORS32AAABBB
------------------------------------*/
/* FONT
------------------------------------*/
@font-face {
  font-family: "Hiragino Sans W6";
  src: local(HiraginoSans-W6); }

/* MIXIN
------------------------------------*/
/* BREAK POINT
------------------------------------*/
/* ------------------------------------
SETTING
------------------------------------ */
html {
  font-size: 62.5%; }

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  background-color: #FFFFFF;
  background-size: contain;
  line-height: 100%;
  font-size: 1.4rem; }
  @media screen and (min-width: 1280px) {
    body {
      min-width: 1100px; } }

a {
  color: #333333;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
  word-break: break-all; }
  a:hover {
    color: #C63461; }
  a img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s; }
    a img:hover {
      opacity: 0.8; }

@media screen and (min-width: 768px) {
  .container-contents {
    margin-bottom: 60px; } }

@media screen and (max-width: 767px) {
  .container-contents {
    margin-bottom: 30px; } }

.container-contents a {
  text-decoration: underline; }

p {
  line-height: 150%; }

*::-moz-selection {
  background: #F8F2E6; }

*::selection {
  background: #F8F2E6; }

*::-moz-selection {
  background: #F8F2E6; }

/* ------------------------------------
COMMON
------------------------------------ */
#container {
  position: relative; }
  @media screen and (min-width: 768px) {
    #container {
      padding-top: 52px; } }
  @media screen and (max-width: 767px) {
    #container {
      padding-top: 60px; } }

/* header */
.container-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 100;
  background: #FFFFFF; }
  .container-header-inner {
    margin: 0 auto; }
    .container-header-inner:after {
      content: ' ';
      display: block;
      clear: both; }
    @media screen and (min-width: 1024px) {
      .container-header-inner {
        width: 1000px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container-header-inner {
    padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .container-header-inner {
        border-bottom: 10px solid #C63461; } }
  .container-header .title-site {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .container-header .title-site {
        padding: 11px 0; } }
    @media screen and (max-width: 767px) {
      .container-header .title-site {
        margin-left: 20px;
        padding: 11px 0; } }
    @media screen and (min-width: 768px) {
      .container-header .title-site img {
        -webkit-transition: all .4s;
        transition: all .4s;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .container-header .title-site img {
        width: 107px;
        height: auto; } }
  .container-header-right {
    float: right; }

.btn-login {
  float: left;
  font-family: Meiryo, "メイリオ", sans-serif; }
  @media screen and (max-width: 767px) {
    .btn-login {
      width: 50px;
      height: 50px;
      font-size: 1.0rem;
      text-align: center;
      box-sizing: border-box; } }
  .btn-login a {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .btn-login a {
        margin: 10px 0;
        padding: 4px 10px 8px;
        background: #C63461;
        color: #FFFFFF;
        border-radius: 5px; } }
    @media screen and (max-width: 767px) {
      .btn-login a {
        padding: 10px 0 0; } }
  @media screen and (min-width: 768px) {
    .btn-login i {
      font-size: 2.0rem;
      position: relative;
      top: 3px; } }
  @media screen and (max-width: 767px) {
    .btn-login i {
      display: block;
      margin: 0 0 7px;
      font-size: 1.8rem; } }

@media screen and (min-width: 768px) {
  .btn-nav {
    display: none; } }

@media screen and (max-width: 767px) {
  .btn-nav {
    float: left;
    display: inline-block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
    font-family: Meiryo, "メイリオ", sans-serif;
    font-size: 1.0rem;
    color: #333333; }
    .btn-nav-inner {
      position: relative;
      width: 18px;
      height: 13px;
      margin: 12px 16px 10px; }
    .btn-nav span {
      display: inline-block;
      -webkit-transition: all .4s;
      transition: all .4s;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #333333; }
      .btn-nav span:nth-of-type(1) {
        top: 0; }
      .btn-nav span:nth-of-type(2) {
        top: 4.5px; }
      .btn-nav span:nth-of-type(3) {
        bottom: 0; } }

@media screen and (min-width: 768px) {
  .nav-grobal {
    float: left; }
    .nav-grobal ul:after {
      content: ' ';
      display: block;
      clear: both; }
    .nav-grobal ul li {
      float: left;
      display: inline-block;
      position: relative; }
      .nav-grobal ul li:after {
        content: '';
        width: 1px;
        height: 14px;
        background: #D2D2D2;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -7px; }
      .nav-grobal ul li:last-child:after {
        content: none; }
      .nav-grobal ul li a {
        display: block;
        padding: 19px 24px; } }

@media screen and (max-width: 767px) {
  .nav-grobal {
    display: none; } }

.nav-grobal-sp {
  display: none;
  background: #888888;
  z-index: 200; }
  .nav-grobal-sp ul li {
    font-size: 1.6rem;
    border-top: 1px solid #555555; }
    .nav-grobal-sp ul li a {
      display: block;
      padding: 18px 20px;
      color: #FFFFFF;
      position: relative; }
      .nav-grobal-sp ul li a:after {
        font: normal normal normal 20px FontAwesome;
        content: '\f105';
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -10px; }

.header-fixed .container-header {
  padding: 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 768px) {
    .header-fixed .container-header .title-site {
      padding: 9px 0 8px; } }
  @media screen and (min-width: 768px) {
    .header-fixed .container-header .title-site img {
      width: 100px;
      height: auto; } }

@media screen and (min-width: 768px) {
  .header-fixed .btn-login {
    float: right; }
    .header-fixed .btn-login a {
      margin: 5px 0; } }

@media screen and (min-width: 768px) {
  .header-fixed .nav-grobal ul li {
    padding: 0; }
    .header-fixed .nav-grobal ul li a {
      padding: 14px 24px; } }

@media screen and (min-width: 768px) {
  .header-fixed .nav-channel {
    border-top: 1px solid #D2D2D2 !important; }
    .header-fixed .nav-channel ul li {
      padding: 0; }
      .header-fixed .nav-channel ul li a {
        padding: 6px 0 11px; } }

@media screen and (max-width: 767px) {
  .open-nav .container-header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(33, 33, 33, 0.8);
    overflow-y: scroll; }
    .open-nav .container-header-inner {
      background: #888888;
      border-bottom: 10px solid #888888; }
  .open-nav a {
    color: #FFFFFF; }
  .open-nav .btn-nav {
    color: #FFFFFF; }
    .open-nav .btn-nav span {
      background-color: #FFFFFF; }
      .open-nav .btn-nav span:nth-of-type(1) {
        -webkit-transform: translateY(5.5px) rotate(-45deg);
                transform: translateY(5.5px) rotate(-45deg); }
      .open-nav .btn-nav span:nth-of-type(2) {
        opacity: 0; }
      .open-nav .btn-nav span:nth-of-type(3) {
        -webkit-transform: translateY(-5.5px) rotate(45deg);
                transform: translateY(-5.5px) rotate(45deg); } }

/* footer */
.container-footer {
  background: #EEEEEE;
  border-top: 1px solid #CCCCCC; }
  @media screen and (min-width: 768px) {
    .container-footer {
      padding: 0 0 40px; } }
  @media screen and (max-width: 767px) {
    .container-footer {
      padding: 0 0 30px; } }
  @media screen and (min-width: 768px) {
    .container-footer .column-right {
      text-align: right; } }

@media screen and (min-width: 768px) {
  .nav-extra {
    display: inline-block;
    margin: 40px 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC; } }

@media screen and (max-width: 767px) {
  .nav-extra {
    margin-bottom: 30px; } }

.nav-extra ul:after {
  content: ' ';
  display: block;
  clear: both; }

.nav-extra ul li {
  float: left;
  display: inline-block;
  position: relative; }
  @media screen and (max-width: 767px) {
    .nav-extra ul li {
      width: 50%;
      box-sizing: border-box;
      border-right: 1px solid #D2D2D2;
      border-bottom: 1px solid #D2D2D2;
      font-size: 1.4rem;
      font-weight: 600;
      line-height: 120%; } }
  .nav-extra ul li:after {
    position: absolute;
    top: 50%; }
    @media screen and (min-width: 768px) {
      .nav-extra ul li:after {
        content: '';
        width: 1px;
        height: 14px;
        background: #D2D2D2;
        right: 0;
        margin-top: -7px; } }
    @media screen and (max-width: 767px) {
      .nav-extra ul li:after {
        font: normal normal normal 20px FontAwesome;
        content: '\f105';
        margin-top: -10px;
        position: absolute;
        right: 10px;
        top: 50%;
        color: #CCCCCC; } }
  @media screen and (min-width: 768px) {
    .nav-extra ul li:first-child a {
      padding-left: 0; } }
  @media screen and (min-width: 768px) {
    .nav-extra ul li:last-child:after {
      content: none; } }
  @media screen and (max-width: 567px) {
    .nav-extra ul li:last-child a {
      padding: 10px 20px; } }
  .nav-extra ul li a {
    display: block; }
    @media screen and (min-width: 1024px) {
      .nav-extra ul li a {
        padding: 5px 13px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .nav-extra ul li a {
    padding: 5px 10px; } }
    @media screen and (max-width: 767px) {
      .nav-extra ul li a {
        padding: 18px 20px; } }
  @media screen and (min-width: 568px) {
    .nav-extra ul li br {
      display: none; } }

.btn-pagetop {
  background: #333333;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center; }
  .btn-pagetop:hover {
    background: #666666;
    color: #FFFFFF; }
  @media screen and (min-width: 1024px) {
    .btn-pagetop {
      padding: 15px 35px; } }
  @media screen and (min-width: 768px) {
    .btn-pagetop {
      display: inline-block;
      border-radius: 0 0 10px 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .btn-pagetop {
      padding: 15px 0;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .btn-pagetop {
      display: block;
      width: 100%;
      padding: 20px 0;
      font-size: 1.4rem; } }

.list-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .list-sns {
      margin-bottom: 30px;
      padding: 0 20px; } }
  .list-sns li {
    margin-bottom: 5px;
    width: calc(50% - 5px);
    text-align: center; }
  .list-sns a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #FFFFFF;
    font-weight: 600; }
  .list-sns-twitter a {
    background: #00C7F7; }
  .list-sns-facebook a {
    background: #335397; }
  .list-sns-youtube a {
    background: #FF0000; }
  .list-sns-instagram a {
    background: #D93177; }

@media screen and (max-width: 767px) {
  .text-copyright {
    text-align: center; } }

.text-copyright a {
  text-decoration: underline; }

@media screen and (min-width: 568px) {
  .text-copyright br {
    display: none; } }

.text-copyright br:nth-child(2) {
  display: block; }

.text-copyright span {
  display: block; }
  @media screen and (min-width: 768px) {
    .text-copyright span {
      margin-top: 10px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) {
    .text-copyright span {
      margin-top: 17px;
      font-size: 1.0rem; } }

/* ------------------------------------
LAYOUT
------------------------------------ */
/* contents */
@media screen and (max-width: 1023px) {
  .contents {
    padding-left: 20px;
    padding-right: 20px; } }

.contents-1000 {
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .contents-1000 {
      width: 1000px; } }

/* column */
.column-wrapper:after {
  content: ' ';
  display: block;
  clear: both; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .column-wrapper {
    padding: 0 20px; } }

@media screen and (min-width: 768px) {
  .column-left {
    float: left;
    width: 62%; } }

@media screen and (max-width: 767px) {
  .column-left {
    margin-bottom: 30px; } }

@media screen and (min-width: 768px) {
  .column-right {
    float: right;
    width: 34%; } }

/* section */
@media screen and (min-width: 768px) {
  .section-basic {
    margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .section-basic {
    margin-bottom: 20px; } }

.section-explanation {
  border-bottom: 1px solid #D2D2D2; }
  @media screen and (min-width: 768px) {
    .section-explanation {
      margin-bottom: 30px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .section-explanation {
      margin-bottom: 20px;
      padding-bottom: 20px; } }

/* align */
.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/* ------------------------------------
PARTS
------------------------------------ */
/* title */
.title-page {
  background: #EEEEEE; }
  @media screen and (min-width: 1024px) {
    .title-page {
      padding: 30px 0; } }
  @media screen and (min-width: 768px) {
    .title-page {
      margin-bottom: 40px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .title-page {
      padding: 30px 20px; } }
  @media screen and (max-width: 767px) {
    .title-page {
      margin-bottom: 20px;
      padding: 17px 0;
      text-align: center; } }
  .title-page h1 {
    line-height: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      .title-page h1 {
        font-size: 2.4rem;
        font-weight: 300; } }
    @media screen and (max-width: 767px) {
      .title-page h1 {
        font-size: 1.6rem;
        font-weight: 600; } }

.title-contents {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 100%; }
  @media screen and (min-width: 768px) {
    .title-contents {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .title-contents {
      margin-bottom: 15px; } }

.title-underline {
  line-height: 120%; }
  @media screen and (min-width: 768px) {
    .title-underline {
      margin-bottom: 30px;
      font-size: 2.0rem; } }
  @media screen and (max-width: 767px) {
    .title-underline {
      margin-bottom: 20px;
      font-size: 1.6rem; } }
  .title-underline span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #333333;
    font-weight: 600; }
  @media screen and (min-width: 768px) {
    .title-underline br {
      display: none; } }

.title-sentence {
  margin-bottom: 10px;
  font-weight: 600; }

/* text */
.italic {
  font-style: italic; }

section > p {
  text-align: justify; }
  @media screen and (min-width: 768px) {
    section > p {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    section > p {
      margin-bottom: 20px; } }
  section > p:last-child {
    margin-bottom: 0; }

.text-lead {
  list-style: 150%; }

.text-note {
  margin-bottom: 5px;
  padding-left: 1.0rem;
  text-indent: -1.0rem; }
  .text-note span {
    color: #B62D26; }

.text-sentence {
  margin-bottom: 15px; }

.attention {
  color: #B62D26; }

@media screen and (min-width: 768px) {
  i {
    margin-right: 5px; } }

@media screen and (max-width: 767px) {
  i {
    margin-right: 5px; } }

/* btn */
.btn {
  display: inline-block;
  padding: 20px 10px;
  background: #333333;
  color: #FFFFFF;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  text-decoration: none !important;
  text-align: center;
  box-sizing: border-box;
  vertical-align: bottom;
  font-size: 1.6rem;
  line-height: 100%; }
  @media screen and (min-width: 768px) {
    .btn {
      width: 40%; } }
  @media screen and (max-width: 767px) {
    .btn {
      width: 100%;
      margin-bottom: 10px; } }
  .btn:hover {
    cursor: pointer; }

.btn-border-black {
  border: 1px solid #333333;
  color: #333333;
  background: none; }
  .btn-border-black.btn {
    padding: 19px 0; }
  .btn-border-black:hover {
    color: #FFFFFF;
    background: #333333; }

.btn-border-magenta {
  border: 1px solid #C63461;
  color: #C63461;
  background: none;
  font-weight: 600; }
  .btn-border-magenta.btn {
    padding: 19px 0; }
  .btn-border-magenta:hover {
    color: #FFFFFF;
    background: #C63461; }

.btn-border-blue {
  border: 1px solid #396C9B;
  color: #396C9B;
  background: none;
  font-weight: 600; }
  .btn-border-blue.btn {
    padding: 19px 0; }
  .btn-border-blue:hover {
    color: #FFFFFF;
    background: #396C9B; }

.btn-magenta {
  background: #C63461; }
  .btn-magenta:hover {
    background: #9A0A3E;
    color: #FFFFFF; }

.btn-next:after {
  font: normal normal normal 18px FontAwesome;
  content: '\f105';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px; }

.btn-prev:after {
  font: normal normal normal 18px FontAwesome;
  content: '\f104';
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px; }

.btn-round {
  display: inline-block;
  padding: 10px 50px;
  box-sizing: border-box;
  text-align: center;
  line-height: 100%;
  border-radius: 17px;
  background: #FFFFFF;
  text-decoration: none !important; }

@media screen and (min-width: 768px) {
  .btn-2-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    text-align: center; } }

@media screen and (min-width: 768px) {
  .btn-2-wrapper > .btn {
    width: 48%; } }

@media screen and (max-width: 767px) {
  .btn-2-wrapper > .btn {
    margin-bottom: 10px; } }

@media screen and (min-width: 768px) {
  .btn-2-wrapper form {
    width: 48%; }
    .btn-2-wrapper form .btn {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .btn-2-wrapper form {
    margin-bottom: 5px; } }

/* table */
.table-border {
  width: 100%;
  border-top: 1px solid #D2D2D2; }
  @media screen and (min-width: 768px) {
    .table-border {
      display: table; } }
  @media screen and (min-width: 768px) {
    .table-border > dl {
      display: table-row; } }
  .table-border > dl:nth-child(odd) > dt, .table-border > dl:nth-child(odd) > dd {
    background: #EEEEEE; }
  @media screen and (min-width: 768px) {
    .table-border > dl > dt {
      display: table-cell;
      padding: 10px;
      white-space: nowrap;
      border-bottom: 1px solid #D2D2D2; } }
  @media screen and (max-width: 767px) {
    .table-border > dl > dt {
      padding: 10px 10px 5px;
      font-weight: 700; } }
  .table-border > dl > dd {
    border-bottom: 1px solid #D2D2D2; }
    @media screen and (min-width: 768px) {
      .table-border > dl > dd {
        display: table-cell;
        padding: 10px; } }
    @media screen and (max-width: 767px) {
      .table-border > dl > dd {
        padding: 0 10px 10px; } }

.table-text {
  display: table; }
  .table-text dl {
    display: table-row; }
    .table-text dl dt {
      display: table-cell;
      padding: 0 10px 0 5px;
      white-space: nowrap; }
    .table-text dl dd {
      display: table-cell;
      padding-bottom: 5px; }

.table-box-gray {
  border-top: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  display: table; }
  @media screen and (min-width: 768px) {
    .table-box-gray {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .table-box-gray {
      width: 100%;
      margin-bottom: 20px; } }
  .table-box-gray > dl {
    display: table-row; }
    .table-box-gray > dl:nth-child(even) > dt, .table-box-gray > dl:nth-child(even) > dd {
      background: #EEEEEE; }
    .table-box-gray > dl > dt {
      display: table-cell;
      white-space: nowrap;
      border-bottom: 1px solid #D2D2D2;
      border-right: 1px solid #D2D2D2; }
      @media screen and (min-width: 768px) {
        .table-box-gray > dl > dt {
          padding: 20px; } }
      @media screen and (max-width: 767px) {
        .table-box-gray > dl > dt {
          padding: 15px; } }
    .table-box-gray > dl > dd {
      display: table-cell;
      border-bottom: 1px solid #D2D2D2;
      border-right: 1px solid #D2D2D2; }
      @media screen and (min-width: 768px) {
        .table-box-gray > dl > dd {
          padding: 20px; } }
      @media screen and (max-width: 767px) {
        .table-box-gray > dl > dd {
          padding: 15px; } }

/* list */
.list-disc {
  margin-left: 20px;
  list-style-type: disc; }
  .list-disc li {
    margin-bottom: 10px;
    line-height: 120%; }

/* box */
.box-border {
  border: 1px solid #D2D2D2;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .box-border {
      margin: 30px 0; } }
  @media screen and (max-width: 767px) {
    .box-border {
      margin: 20px 0; } }
  .box-border h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 600; }
  .box-border .name {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEEEEE;
    line-height: 100%;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .box-border .name {
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .box-border .name {
        font-size: 1.4rem; } }
    .box-border .name span {
      margin-right: 5px;
      font-size: 1.2rem; }

/* st add */
div.msg_ng {
  color: red;
  background: #ffc5b9;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  line-height: 150%; }

ul.inTextUl {
  list-style: decimal;
  margin: 20px 20px 20px 50px; }

ul.inTextUl li {
  line-height: 160%;
  margin-bottom: 5px; }

ul.terms li {
  line-height: 160%; }

/* pager */
div.pager {
  text-align: center;
  margin: 30px 0; }

div.pager a,
div.pager b {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px #999999 solid; }

div.pager a[title="next page"] {
  border-right: none;
  margin-right: 0;
  padding-right: 0; }

div.pager a:hover {
  text-decoration: none; }

/* notice */
p.notice {
  margin: 20px 0;
  padding: 20px;
  text-align: center;
  color: #C63461;
  background: #F2DEDE; }

/* ------------------------------------
CONTACT
------------------------------------ */
@media screen and (min-width: 768px) {
  .list-flow {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px; } }

@media screen and (max-width: 767px) {
  .list-flow {
    margin-bottom: 30px; } }

.list-flow li {
  position: relative;
  color: #FFFFFF;
  background: #D2D2D2;
  line-height: 100%;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .list-flow li {
      -webkit-align-self: center;
              align-self: center;
      font-size: 1.3rem;
      width: calc(100% - 7px);
      margin-right: 7px;
      padding: 15px 0 15px 7px;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .list-flow li {
      width: 100%;
      border-radius: 3px;
      margin-bottom: 12px;
      padding: 7px; } }
  @media screen and (min-width: 768px) {
    .list-flow li:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: 0;
      right: -7px;
      border-style: solid;
      border-color: transparent transparent transparent #D2D2D2;
      border-width: 22px 0 22px 7px; } }
  .list-flow li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0; }
    @media screen and (min-width: 768px) {
      .list-flow li:after {
        top: 0;
        left: 0;
        border-style: solid;
        border-color: transparent transparent transparent #FFFFFF;
        border-width: 22px 0 22px 7px; } }
    @media screen and (max-width: 767px) {
      .list-flow li:after {
        bottom: -14px;
        left: 50%;
        border: solid transparent;
        pointer-events: none;
        border-color: rgba(85, 85, 85, 0);
        border-top-color: #555555;
        border-width: 5px;
        margin-left: -5px; } }
  .list-flow li.active {
    background: #C63461; }
    @media screen and (min-width: 768px) {
      .list-flow li.active:before {
        border-color: transparent transparent transparent #C63461 !important; } }
  @media screen and (max-width: 767px) {
    .list-flow li:last-child:after {
      display: none; } }

.table-contact {
  width: 100%;
  border-top: 1px solid #EEEEEE; }
  @media screen and (min-width: 768px) {
    .table-contact {
      display: table;
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .table-contact {
      margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .table-contact > dl {
      display: table-row; } }
  .table-contact > dl > dt {
    font-weight: bold;
    position: relative; }
    @media screen and (min-width: 768px) {
      .table-contact > dl > dt {
        display: table-cell;
        width: 20%;
        padding: 30px 50px 30px 0;
        white-space: nowrap;
        vertical-align: middle;
        white-space: nowrap;
        border-bottom: 1px solid #EEEEEE;
        box-sizing: border-box; } }
    @media screen and (max-width: 767px) {
      .table-contact > dl > dt {
        padding: 20px 0 10px;
        font-size: 1.4rem; } }
    .table-contact > dl > dt .essential {
      display: inline-block;
      padding: 3px 10px;
      font-size: 1.0rem;
      line-height: 100%;
      color: #FFFFFF;
      background: #C63461; }
      @media screen and (min-width: 768px) {
        .table-contact > dl > dt .essential {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      @media all and (-ms-high-contrast: none) {
        .table-contact > dl > dt .essential {
          top: auto;
          -webkit-transform: none;
                  transform: none; } }
      @media screen and (max-width: 767px) {
        .table-contact > dl > dt .essential {
          margin-left: 10px; } }
    .table-contact > dl > dt .text-supplement {
      margin-top: 5px;
      font-size: 1.2rem; }
      @media screen and (min-width: 768px) {
        .table-contact > dl > dt .text-supplement {
          display: block; } }
      @media screen and (max-width: 767px) {
        .table-contact > dl > dt .text-supplement {
          display: inline-block;
          margin-left: 10px; } }
  .table-contact > dl > dd {
    border-bottom: 1px solid #EEEEEE; }
    @media screen and (min-width: 768px) {
      .table-contact > dl > dd {
        display: table-cell;
        padding: 30px 0 30px 30px; } }
    @media screen and (max-width: 767px) {
      .table-contact > dl > dd {
        padding: 0 0 15px; } }
    .table-contact > dl > dd .text-note {
      margin-top: 10px;
      line-height: 100%; }

.table-list {
  width: 100%;
  border-top: 1px solid #EEEEEE; }
  @media screen and (min-width: 768px) {
    .table-list {
      display: table;
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .table-list {
      margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .table-list > dl {
      display: table-row; } }
  .table-list > dl > dt {
    font-weight: bold;
    position: relative; }
    @media screen and (min-width: 768px) {
      .table-list > dl > dt {
        display: table-cell;
        width: 20%;
        padding: 15px 50px 15px 0;
        white-space: nowrap;
        vertical-align: middle;
        white-space: nowrap;
        border-bottom: 1px solid #EEEEEE;
        box-sizing: border-box; } }
    @media screen and (max-width: 767px) {
      .table-list > dl > dt {
        padding: 15px 0 10px;
        font-size: 1.4rem; } }
    .table-list > dl > dt .text-supplement {
      margin-top: 5px;
      font-size: 1.2rem; }
      @media screen and (min-width: 768px) {
        .table-list > dl > dt .text-supplement {
          display: block; } }
      @media screen and (max-width: 767px) {
        .table-list > dl > dt .text-supplement {
          display: inline-block;
          margin-left: 10px; } }
  .table-list > dl > dd {
    border-bottom: 1px solid #EEEEEE; }
    @media screen and (min-width: 768px) {
      .table-list > dl > dd {
        display: table-cell;
        padding: 15px 0 15px 30px; } }
    @media screen and (max-width: 767px) {
      .table-list > dl > dd {
        padding: 0 0 15px; } }
    .table-list > dl > dd .text-note {
      margin-bottom: 0; }

.list-border {
  width: 100%;
  border-top: 1px solid #EEEEEE; }
  @media screen and (min-width: 768px) {
    .list-border {
      display: table;
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .list-border {
      margin-bottom: 30px; } }
  .list-border li {
    border-bottom: 1px solid #EEEEEE; }
    .list-border li a {
      display: block;
      padding: 15px 0 15px 20px;
      position: relative; }
      .list-border li a:before {
        font: normal normal normal 14px FontAwesome;
        content: '\f144';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -7px; }

/* input */
.input-100 {
  width: 100px; }

.input-180 {
  width: 180px; }

.input-220 {
  width: 219px; }

.input-400 {
  width: 400px; }

input[type='text'], input[type='tel'], input[type='email'], input[type='number'], input[type='password'] {
  border: 1px solid #D2D2D2;
  padding: 0 10px;
  height: 40px;
  line-height: initial;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100%;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none; }
  @media all and (-ms-high-contrast: none) {
    input[type='text'], input[type='tel'], input[type='email'], input[type='number'], input[type='password'] {
      font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; } }
  input[type='text']:placeholder-shown, input[type='tel']:placeholder-shown, input[type='email']:placeholder-shown, input[type='number']:placeholder-shown, input[type='password']:placeholder-shown {
    color: #CCCCCC; }
  input[type='text']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder {
    color: #CCCCCC; }
  input[type='text']:-moz-placeholder, input[type='tel']:-moz-placeholder, input[type='email']:-moz-placeholder, input[type='number']:-moz-placeholder, input[type='password']:-moz-placeholder {
    color: #CCCCCC;
    opacity: 1; }
  input[type='text']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='password']::-moz-placeholder {
    color: #CCCCCC;
    opacity: 1; }
  input[type='text']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder {
    color: #CCCCCC; }
  @media screen and (max-width: 767px) {
    input[type='text'], input[type='tel'], input[type='email'], input[type='number'], input[type='password'] {
      margin-bottom: 5px; } }
  input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='number']:focus, input[type='password']:focus {
    background: #FCF8E4;
    outline: none; }

input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0; }

@media screen and (max-width: 767px) {
  input[name='birth_year'] {
    width: 70px; } }

@media screen and (max-width: 767px) {
  select[name='birth_year'],
  select[name='birth_month'] {
    width: 55px; } }

textarea {
  border: 1px solid #D2D2D2;
  padding: 10px;
  width: 100%;
  height: 150px;
  line-height: 130%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100%;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none; }
  @media all and (-ms-high-contrast: none) {
    textarea {
      font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; } }
  textarea:placeholder-shown {
    color: #CCCCCC; }
  textarea::-webkit-input-placeholder {
    color: #CCCCCC; }
  textarea:-moz-placeholder {
    color: #CCCCCC;
    opacity: 1; }
  textarea::-moz-placeholder {
    color: #CCCCCC;
    opacity: 1; }
  textarea:-ms-input-placeholder {
    color: #CCCCCC; }
  textarea:focus {
    background: #EEEEEE;
    outline: none; }

.select-wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .select-wrapper {
      margin-bottom: 10px; } }
  .select-wrapper:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 9px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #333333 transparent transparent transparent;
    z-index: 0; }
  .select-wrapper select {
    padding: 0 20px 0 10px;
    height: 40px;
    line-height: initial;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #D2D2D2;
    border-radius: 0;
    background: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;
    box-sizing: border-box; }
    @media all and (-ms-high-contrast: none) {
      .select-wrapper select {
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; } }
    .select-wrapper select::-ms-expand {
      display: none; }
    .select-wrapper select:focus {
      background: #EEEEEE;
      outline: none; }

input[type='radio'], input[type='checkbox'] {
  display: none; }

.radio, .checkbox {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 4px 0 4px 35px;
  width: 100%;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  box-sizing: border-box; }
  .radio:hover, .checkbox:hover {
    background-color: #FFFFFF;
    cursor: pointer; }
    .radio:hover:after, .checkbox:hover:after {
      background-color: #888888; }
  .radio:after, .checkbox:after {
    content: '';
    display: block;
    margin-top: 0;
    width: 24px;
    height: 24px;
    background-color: #D2D2D2;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s;
    transition: all .2s; }

.radio:before {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 9px;
  border-radius: 50%;
  background-color: #FFFFFF;
  content: '';
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 1; }

.radio:after {
  border-radius: 12px; }

input[type='radio']:checked + .radio:before {
  opacity: 1; }

input[type='radio']:checked + .radio:after {
  background: #333333; }

.checkbox:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 8px;
  display: block;
  width: 7px;
  height: 11px;
  border-right: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

input[type='checkbox']:checked + .checkbox:before {
  opacity: 1; }

input[type='checkbox']:checked + .checkbox:after {
  background: #333333; }

button, input[type='button'], input[type='submit'] {
  border: none;
  line-height: 100%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100%;
  -webkit-appearance: none; }
  @media all and (-ms-high-contrast: none) {
    button, input[type='button'], input[type='submit'] {
      font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; } }
  button:hover, input[type='button']:hover, input[type='submit']:hover {
    cursor: pointer; }
  button:focus, input[type='button']:focus, input[type='submit']:focus {
    outline: none; }

/* text */
.title-name {
  display: inline-block;
  width: 52px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .title-name {
      padding: 0 10px; }
      .title-name:first-child {
        padding-left: 0; } }

.title-birth {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle; }
  .title-birth:first-child {
    padding-left: 0; }
    @media screen and (min-width: 768px) {
      .title-birth:first-child {
        width: 52px; } }
  @media screen and (min-width: 768px) {
    .title-birth {
      padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    .title-birth {
      padding: 5px 5px 10px; } }

.text-email {
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .text-email {
      margin: 15px 0; } }
  @media screen and (max-width: 767px) {
    .text-email {
      margin-bottom: 10px; } }

.text-other {
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .text-other {
      margin: 10px 0 15px; } }
  @media screen and (max-width: 767px) {
    .text-other {
      margin: 10px 0; } }

.text-unit {
  margin: 0 5px; }

.checkbox-input {
  padding-left: 35px; }

@media screen and (min-width: 768px) {
  .table-address {
    display: table; } }

@media screen and (min-width: 768px) {
  .table-address dl {
    display: table-row; }
    .table-address dl:last-child dt, .table-address dl:last-child dd {
      padding-bottom: 0; } }

@media screen and (min-width: 768px) {
  .table-address dl dt {
    display: table-cell;
    padding: 0 0 15px 0;
    vertical-align: middle;
    white-space: nowrap; } }

@media screen and (max-width: 767px) {
  .table-address dl dt {
    margin-bottom: 7px; } }

@media screen and (min-width: 768px) {
  .table-address dl dd {
    display: table-cell;
    padding: 0 0 15px 10px; } }

@media screen and (max-width: 767px) {
  .table-address dl dd {
    margin-bottom: 20px; } }

.table-address dl dd input, .table-address dl dd select {
  margin-bottom: 0; }

.table-address dl dd span {
  display: inline-block;
  padding: 0 5px; }

.list-radio:after,
.list-checkbox:after {
  content: ' ';
  display: block;
  clear: both; }

.list-radio li,
.list-checkbox li {
  margin-bottom: 10px; }
  .list-radio li:last-child,
  .list-checkbox li:last-child {
    margin-bottom: 0; }
  .list-radio li.size-2,
  .list-checkbox li.size-2 {
    float: left;
    display: inline-block;
    width: 50%; }
  .list-radio li.size-3,
  .list-checkbox li.size-3 {
    float: left;
    display: inline-block;
    width: 33.3%; }

.box-privacy {
  margin-bottom: 10px;
  border: 1px solid #D2D2D2;
  padding: 10px;
  height: 100px;
  overflow-y: scroll;
  line-height: 130%; }
  .box-privacy::-webkit-scrollbar {
    width: 5px; }
  .box-privacy::-webkit-scrollbar-track {
    background: #EFEFEF; }
  .box-privacy::-webkit-scrollbar-thumb {
    background: #D2D2D2; }

.input-error {
  background: #fbe0da; }

.error {
  margin-top: 10px;
  color: #C63461;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold; }

.form-wrapper .btn {
  margin-bottom: 10px; }

.btn-submit {
  background: #C63461; }
  .btn-submit:hover {
    background: #9A0A3E;
    color: #FFFFFF; }

.btn-back {
  background: #333333; }
  .btn-back:hover {
    background: #D2D2D2; }

/* ------------------------------------
REGISTER
------------------------------------ */
@media screen and (min-width: 768px) {
  .list-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 30px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .list-service {
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .list-service {
    margin-bottom: 15px; } }

.list-service li {
  padding: 20px;
  background: #EEEEEE;
  border-radius: 10px;
  box-shadow: 0 4px 0 #D2D2D2;
  box-sizing: border-box;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .list-service li {
      width: 24.1%; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .list-service li {
    width: 48.62%; } }
  @media screen and (max-width: 1023px) {
    .list-service li {
      margin-bottom: 20px; } }
  .list-service li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top; }
    @media screen and (min-width: 768px) {
      .list-service li:before {
        width: 100px;
        height: 58px; } }
    @media screen and (max-width: 767px) {
      .list-service li:before {
        width: 111px;
        height: 64px; } }

.list-service h3 {
  font-weight: 600;
  line-height: 120%; }
  @media screen and (min-width: 1024px) {
    .list-service h3 {
      min-height: 48px;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; } }
  @media screen and (min-width: 768px) {
    .list-service h3 {
      margin: 20px 0;
      font-size: 2.0rem; } }
  @media screen and (max-width: 767px) {
    .list-service h3 {
      margin: 20px 0 15px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 1023px) {
    .list-service h3 br {
      display: none; } }

.list-service p {
  text-align: justify; }

@media screen and (min-width: 768px) {
  .list-service-free:before {
    background-image: url(/images/register/label_free.png); } }

@media screen and (max-width: 767px) {
  .list-service-free:before {
    background-image: url(/images/register/label_free_sp.png); } }

@media screen and (min-width: 768px) {
  .list-service-member:before {
    background-image: url(/images/register/label_member.png); } }

@media screen and (max-width: 767px) {
  .list-service-member:before {
    background-image: url(/images/register/label_member_sp.png); } }

.charge-wrapper {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .charge-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .charge-wrapper .block-charge {
      width: 48%; } }
  @media screen and (max-width: 767px) {
    .charge-wrapper .block-charge {
      margin-bottom: 20px; } }
  .charge-wrapper h3 {
    padding: 10px 0;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 10px 10px 0 0; }
  .charge-wrapper h4 {
    margin-bottom: 10px;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .charge-wrapper h4 {
        font-size: 1.6rem; } }
  .charge-wrapper .price {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #888888; }
    .charge-wrapper .price strong {
      color: #B62D26;
      font-size: 2.0rem; }
  @media screen and (min-width: 768px) {
    .charge-wrapper .payment {
      font-size: 1.2rem; } }
  .charge-wrapper .btn {
    width: 100%;
    padding: 15px 0; }
    @media screen and (min-width: 768px) {
      .charge-wrapper .btn {
        margin-top: 10px; } }
    @media screen and (max-width: 767px) {
      .charge-wrapper .btn {
        margin-top: 20px; } }

.charge-ippan h3 {
  background: #396C9B; }

.charge-ippan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  .charge-ippan-wrapper > div {
    width: 50%;
    padding: 20px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .charge-ippan-wrapper > div {
        height: 173px; } }

.charge-ippan-monthly {
  background: #FCF8E4;
  border-radius: 0 0 0 10px; }
  .charge-ippan-monthly .pice {
    padding: 0 18px; }

.charge-ippan-year {
  background: #E0F0D9;
  border-radius: 0 0 10px 0; }

.charge-sakura h3 {
  background: #C63461; }

.charge-sakura-year {
  padding: 20px;
  background: #F2DEDE;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .charge-sakura-year {
      height: 173px; } }

@media screen and (min-width: 768px) {
  .payment-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; } }

@media screen and (max-width: 767px) {
  .payment-wrapper .block-payment {
    display: block;
    margin-bottom: 20px;
    border: none; } }

@media screen and (max-width: 767px) {
  .payment-wrapper .block-payment > dl {
    display: block;
    margin-bottom: 20px;
    border-top: 1px solid #D2D2D2;
    border-left: 1px solid #D2D2D2; } }

.payment-wrapper .block-payment > dl > dt {
  vertical-align: top;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .payment-wrapper .block-payment > dl > dt {
      display: block;
      text-align: center;
      background: #EEEEEE; }
      .payment-wrapper .block-payment > dl > dt br {
        display: none; } }

.payment-wrapper .block-payment > dl > dd {
  vertical-align: top; }
  @media screen and (max-width: 767px) {
    .payment-wrapper .block-payment > dl > dd {
      display: block;
      background: #FFFFFF; } }

.payment-wrapper .block-payment > dl .nowrap {
  white-space: nowrap; }

.payment-wrapper .block-payment > dl .cell-btn {
  vertical-align: middle; }
  .payment-wrapper .block-payment > dl .cell-btn .btn {
    margin: 0; }

.payment-wrapper .block-payment .table-text dt {
  width: 100px;
  box-sizing: border-box; }

.payment-wrapper .block-payment h3 {
  font-weight: 600;
  margin: 20px 0 10px; }
  .payment-wrapper .block-payment h3:first-child {
    margin-top: 0; }

/* ------------------------------------
MYPAGE
------------------------------------ */
.box-mypage {
  padding: 30px;
  background: #EEEEEE; }
  .box-mypage .table-contact {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .box-mypage .table-contact > dl > dt {
        padding: 10px 50px 10px 0; } }
    @media screen and (max-width: 767px) {
      .box-mypage .table-contact > dl > dt {
        padding: 10px 0; } }
    @media screen and (min-width: 768px) {
      .box-mypage .table-contact > dl > dd {
        display: table-cell;
        padding: 10px 0 10px 30px; } }
    @media screen and (max-width: 767px) {
      .box-mypage .table-contact > dl > dd {
        padding: 0; } }
    .box-mypage .table-contact > dl > dd .btn {
      margin-bottom: 0; }

/* ------------------------------------
PRESENT
------------------------------------ */
@media screen and (min-width: 768px) {
  .box-present {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .box-present .photo {
    width: 14.58%; } }

@media screen and (max-width: 767px) {
  .box-present .photo {
    margin-bottom: 10px;
    text-align: center; } }

@media screen and (min-width: 768px) {
  .box-present .photo img {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .box-present .photo img {
    width: 47.45%; } }

.box-present .text {
  text-align: justify; }
  @media screen and (min-width: 768px) {
    .box-present .text {
      width: 83.33%; } }

.box-present .text-present {
  font-size: 1.8rem;
  font-weight: 600; }

/* ------------------------------------
FAQ
------------------------------------ */
.list-faq {
  margin-bottom: 40px;
  border-top: 1px solid #D2D2D2; }
  .list-faq dl {
    border-bottom: 1px solid #D2D2D2; }
  .list-faq dt {
    padding: 20px 30px 20px 10px;
    font-size: 1.8rem;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s; }
    @media screen and (max-width: 767px) {
      .list-faq dt {
        line-height: 150%; } }
    .list-faq dt:hover {
      background-color: #EEEEEE;
      cursor: pointer; }
    .list-faq dt:after {
      font: normal normal normal 20px FontAwesome;
      content: '\f107';
      color: #888888;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -10px; }
    .list-faq dt.open-answer:hover {
      background: none; }
    .list-faq dt.open-answer:after {
      content: '\f106'; }
  .list-faq dd {
    display: none;
    padding: 0 10px 20px 10px; }

.nav-channel ul {
  text-align: center;
  box-sizing: border-box; }
  .nav-channel ul:after {
    content: ' ';
    display: block;
    clear: both; }
  @media screen and (min-width: 1024px) {
    .nav-channel ul {
      border-left: 1px solid #D2D2D2; } }
  .nav-channel ul li {
    float: left;
    border-right: 1px solid #D2D2D2;
    box-sizing: border-box; }
    @media screen and (max-width: 1023px) {
      .nav-channel ul li:last-child {
        border-right: none; } }
    .nav-channel ul li a {
      display: block;
      padding: 11px 0 16px;
      vertical-align: middle; }
      .nav-channel ul li a:hover, .nav-channel ul li a.active {
        background: #EEEEEE; }
    .nav-channel ul li i {
      font-size: 2.2rem;
      position: relative;
      top: 3px; }

@media screen and (max-width: 767px) {
  .nav-channel {
    display: none; } }

.channel-header {
  text-align: center;
  background-position: left top;
  background-repeat: repeat-x;
  background-size: contain; }
  .channel-header-inner {
    position: relative;
    position: relative; }
  @media screen and (min-width: 768px) {
    .channel-header {
      overflow: hidden; } }
  @media screen and (min-width: 1024px) {
    .channel-header img {
      max-width: none; } }
  @media screen and (max-width: 1023px) {
    .channel-header img {
      width: 100%; } }
  .channel-header .btn-register {
    position: absolute; }
    @media screen and (min-width: 1024px) {
      .channel-header .btn-register {
        right: 0; } }
    @media screen and (min-width: 768px) {
      .channel-header .btn-register {
        top: 50%;
        margin-top: -21px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .channel-header .btn-register {
      right: 20px; } }
    @media screen and (max-width: 767px) {
      .channel-header .btn-register {
        width: 100%;
        padding: 15px 20px;
        bottom: 0;
        left: 0;
        box-sizing: border-box; }
        .channel-header .btn-register:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          mix-blend-mode: multiply;
          opacity: 0.6; } }
    .channel-header .btn-register a {
      display: inline-block;
      border: 1px solid #FFFFFF;
      color: #FFFFFF;
      position: relative;
      font-weight: 600;
      text-decoration: none; }
      @media screen and (min-width: 1024px) {
        .channel-header .btn-register a {
          padding: 13px 61px 13px 27px;
          font-size: 2.0rem; }
          .channel-header .btn-register a:after {
            right: 20px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .channel-header .btn-register a {
    padding: 13px 27px; } }
      @media screen and (min-width: 768px) {
        .channel-header .btn-register a:after {
          position: absolute;
          top: 50%;
          font: normal normal normal 26px FontAwesome;
          content: '\f105';
          margin-top: -13px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .channel-header .btn-register a:after {
      right: 10px; } }
      @media screen and (max-width: 767px) {
        .channel-header .btn-register a {
          width: 100%;
          padding: 15px 0;
          font-size: 1.5rem;
          z-index: 1; } }
      .channel-header .btn-register a:hover {
        background: #FFFFFF; }
      @media screen and (min-width: 768px) {
        .channel-header .btn-register a i {
          display: none; } }
      @media screen and (max-width: 767px) {
        .channel-header .btn-register a i {
          font-size: 1.7rem; } }

.livePR {
  background: #EEEEEE; }
  @media screen and (min-width: 768px) {
    .livePR {
      margin-bottom: 20px;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .livePR {
      padding-top: 20px; } }
  @media screen and (max-width: 767px) {
    .livePR .next-live {
      margin-bottom: 15px;
      padding: 0 20px; } }
  @media screen and (min-width: 768px) {
    .livePR .next-live .text-schedule {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      margin-bottom: 30px;
      font-size: 2.8rem;
      margin-bottom: 20px;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; } }
  @media screen and (max-width: 767px) {
    .livePR .next-live .text-schedule {
      margin-bottom: 10px;
      font-size: 2.0rem;
      margin-bottom: 10px; } }
  @media screen and (min-width: 768px) {
    .livePR .next-live .text-schedule .list-label {
      margin-right: 20px;
      width: 14.50%; } }
  @media screen and (max-width: 767px) {
    .livePR .next-live .text-schedule .list-label {
      margin-bottom: 10px; } }
  .livePR .next-live .text-schedule .list-label li {
    margin: 0;
    text-align: center;
    font-weight: normal;
    box-sizing: border-box;
    line-height: 100%;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .livePR .next-live .text-schedule .list-label li {
        width: 100%;
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .livePR .next-live .text-schedule .list-label li {
        font-size: 1.2rem;
        padding: 8px; } }
    @media screen and (min-width: 768px) {
      .livePR .next-live .text-schedule .list-label li .time {
        display: none;
        font-weight: normal; } }
  @media screen and (max-width: 767px) {
    .livePR .next-live .text-schedule .list-label .label-status {
      padding: 7px; } }
  @media screen and (min-width: 768px) {
    .livePR .next-live .text-schedule .text {
      width: 82.25%; } }
  .livePR .next-live .text-schedule h2 {
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 100%; }
    @media screen and (min-width: 768px) {
      .livePR .next-live .text-schedule h2 {
        font-size: 2.4rem; } }
    @media screen and (max-width: 767px) {
      .livePR .next-live .text-schedule h2 {
        font-size: 1.75rem; } }
  .livePR .next-live .text-schedule .copy {
    text-align: justify; }
    @media screen and (min-width: 768px) {
      .livePR .next-live .text-schedule .copy {
        font-size: 2.0rem; } }
    @media screen and (max-width: 767px) {
      .livePR .next-live .text-schedule .copy {
        font-size: 1.6rem; } }
  .livePR .next-live .detail:after {
    content: ' ';
    display: block;
    clear: both; }
  @media screen and (min-width: 768px) {
    .livePR .next-live .detail .photo {
      float: right;
      margin: 0 0 10px 15px;
      width: 16.13%; } }
  @media screen and (max-width: 767px) {
    .livePR .next-live .detail .photo {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      margin-bottom: 10px; } }
  @media screen and (min-width: 768px) {
    .livePR .next-live .detail .photo img {
      width: 100%;
      margin-bottom: 5px; } }
  @media screen and (max-width: 767px) {
    .livePR .next-live .detail .photo img {
      width: 14.92%;
      margin-right: 10px; } }
  .livePR .next-live .detail .photo .name {
    line-height: 100%; }
    @media screen and (min-width: 1024px) {
      .livePR .next-live .detail .photo .name {
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .livePR .next-live .detail .photo .name {
        font-size: 1.6rem;
        font-weight: 600; } }
    @media screen and (max-width: 767px) {
      .livePR .next-live .detail .photo .name {
        font-size: 1.8rem;
        /* 1.4 -> 1.8 */
        font-weight: 600;
        line-height: 120%; } }
    .livePR .next-live .detail .photo .name span {
      font-size: 1.2rem; }
      @media screen and (max-width: 767px) {
        .livePR .next-live .detail .photo .name span {
          /* font-weight: 600; */
          font-size: 1.4rem;
          font-style: italic; } }
  @media screen and (min-width: 768px) {
    .livePR .next-live .detail .btn-more {
      display: inline-block; } }
  @media screen and (max-width: 767px) {
    .livePR .next-live .detail .btn-more {
      display: block;
      margin-top: 10px;
      padding: 10px 0;
      width: 100%;
      color: #888888;
      font-size: 1.4rem;
      border: 1px solid #888888;
      text-align: center; } }
  .livePR .next-live .detail .btn-more span {
    position: relative;
    padding-left: 20px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .livePR .next-live .detail .btn-more span:before {
        content: '...»'; } }
    @media screen and (max-width: 767px) {
      .livePR .next-live .detail .btn-more span:before {
        font: normal normal normal 14px FontAwesome;
        content: '\f103';
        margin-top: -7px;
        position: absolute;
        left: 0;
        top: 50%; } }
  .livePR .next-live .detail .text {
    text-align: justify; }
    @media screen and (min-width: 768px) {
      .livePR .next-live .detail .text-introduction {
        display: inline; } }
    .livePR .next-live .detail .text .livepr-full {
      display: none; }
    .livePR .next-live .detail .text .guest-profile {
      margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .livePR .next-live .detail .text span {
        display: inline-block; } }
    @media screen and (max-width: 767px) {
      .livePR .next-live .detail .text {
        margin-bottom: 10px; } }
  @media screen and (min-width: 768px) {
    .livePR .next-live .detail.guest-2 .photo {
      width: 46%; } }
  @media screen and (max-width: 767px) {
    .livePR .next-live .detail.guest-2 .photo {
      display: block; } }
  @media screen and (min-width: 768px) {
    .livePR .next-live .detail.guest-2 .photo ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .livePR .next-live .detail.guest-2 .photo ul li {
      margin-left: 5px;
      width: 47%; } }
  @media screen and (max-width: 767px) {
    .livePR .next-live .detail.guest-2 .photo ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .livePR .next-live .detail-pc {
      display: none; } }
  @media screen and (min-width: 768px) {
    .livePR .next-live .detail-sp {
      display: none; } }
  @media screen and (min-width: 768px) {
    .livePR .next-live .more-open .text .livepr-full {
      display: inline; } }
  @media screen and (min-width: 768px) {
    .livePR .next-live .more-open .btn-more {
      display: none; } }
  @media screen and (max-width: 767px) {
    .livePR .next-live .more-open .btn-more {
      background: #D2D2D2; }
      .livePR .next-live .more-open .btn-more span:before {
        content: '\f102'; } }

@media screen and (min-width: 568px) and (max-width: 767px) {
  .livePR .column-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; } }

.live {
  text-align: center;
  color: #FFFFFF;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .live {
      margin-bottom: 10px;
      padding: 21px 0; } }
  @media screen and (max-width: 767px) {
    .live {
      padding: 15px 0; } }

@media screen and (min-width: 568px) and (max-width: 767px) {
  .live {
    width: 50%; } }
  .live h2 {
    font-weight: 600;
    line-height: 100%; }
    @media screen and (min-width: 768px) {
      .live h2 {
        margin-bottom: 7px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .live h2 {
        margin-bottom: 5px;
        font-size: 1.4rem; } }
  .live a {
    text-decoration: none; }
  .live .text-schedule {
    display: inline-block;
    margin-bottom: 10px;
    border-top: 1px solid #FFFFFF;
    letter-spacing: -1px;
    font-family: Meiryo, "メイリオ", sans-serif; }
    @media screen and (min-width: 768px) {
      .live .text-schedule {
        padding-top: 7px;
        font-size: 2.0rem; } }
    @media screen and (max-width: 767px) {
      .live .text-schedule {
        padding-top: 10px;
        font-size: 2.4rem; } }
  .live .btn-round {
    color: #333333; }
    .live .btn-round:hover {
      background: #C63461;
      color: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .live.onair {
      background-image: url(/images/common/bg_onair.jpg); } }
  @media screen and (max-width: 767px) {
    .live.onair {
      background-image: url(/images/common/bg_onair_sp.jpg); } }
  @media screen and (min-width: 768px) {
    .live.offair {
      background-image: url(/images/common/bg_offair.jpg); } }
  @media screen and (max-width: 767px) {
    .live.offair {
      background-image: url(/images/common/bg_offair_sp.jpg); } }
  .live.offair .btn-round {
    opacity: 0.3; }

@media screen and (min-width: 768px) {
  .bnr-hanada {
    margin-bottom: 10px; } }

@media screen and (min-width: 568px) and (max-width: 767px) {
  .bnr-hanada {
    width: 50%; } }

.bnr-hanada img {
  width: 100%; }

@media screen and (min-width: 568px) and (max-width: 767px) {
  .bnr-instagram {
    width: 50%; } }

.bnr-instagram img {
  width: 100%; }

.list-live > li a {
  display: block;
  text-decoration: none; }
  .list-live > li a:hover {
    background: #EEEEEE;
    color: #333333; }

.list-live .list-label {
  position: relative; }
  @media screen and (min-width: 768px) {
    .list-live .list-label {
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .list-live .list-label {
      margin-bottom: 10px; } }
  .list-live .list-label:before {
    font: normal normal normal 20px FontAwesome;
    content: '\f105';
    color: #888888;
    position: absolute;
    right: 0; }
    @media screen and (min-width: 768px) {
      .list-live .list-label:before {
        top: 50%;
        margin-top: -10px; } }
    @media screen and (max-width: 767px) {
      .list-live .list-label:before {
        top: 0; } }

.list-live .text h1 {
  line-height: 120%;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .list-live .text h1 {
      margin-bottom: 5px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 767px) {
    .list-live .text h1 {
      margin-bottom: 5px;
      font-size: 1.6rem;
      /*1.6 -> 1.3 */ } }

.list-live .text .copy {
  color: #947840;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .list-live .text .copy {
      font-size: 1.4rem; } }
  @media screen and (max-width: 1023px) {
    .list-live .text .copy {
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .list-live .text .copy {
      font-size: 1.4rem;
      /*1.2 -> 1.1 */ } }

@media screen and (max-width: 767px) {
  .list-live .text .information {
    font-size: 1.0rem; } }

.list-live .photo img {
  width: 100%; }

.list-live.column1 {
  border-top: 1px solid #D2D2D2; }
  @media screen and (min-width: 768px) {
    .list-live.column1 {
      margin-bottom: 10px; } }
  .list-live.column1 > li {
    border-bottom: 1px solid #D2D2D2; }
    @media screen and (min-width: 768px) {
      .list-live.column1 > li a {
        padding: 20px 0; } }
    @media screen and (max-width: 767px) {
      .list-live.column1 > li a {
        padding: 20px; } }
  @media screen and (min-width: 1024px) {
    .list-live.column1 .live-detail {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media screen and (max-width: 1023px) {
    .list-live.column1 .live-detail:after {
      content: ' ';
      display: block;
      clear: both; } }
  @media screen and (min-width: 1024px) {
    .list-live.column1 .text {
      width: 62.9%; } }
  @media screen and (min-width: 1024px) {
    .list-live.column1 .text .copy {
      margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .list-live.column1 .photo {
      width: 32.25%; } }
  @media screen and (max-width: 1023px) {
    .list-live.column1 .photo {
      float: right;
      margin-left: 5px; } }
  @media screen and (max-width: 767px) {
    .list-live.column1 .photo {
      width: 50%;
      /* 35.22% -> 50% */ } }

.list-live.column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .list-live.column2 {
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .list-live.column2 {
      margin-top: 10px; } }
  @media screen and (min-width: 768px) {
    .list-live.column2 > li {
      width: 48.38%;
      border-bottom: 1px solid #D2D2D2; }
      .list-live.column2 > li a {
        padding: 20px 0; }
      .list-live.column2 > li:first-child a, .list-live.column2 > li:nth-child(2) a {
        padding-top: 0; } }
  @media screen and (max-width: 767px) {
    .list-live.column2 > li {
      width: 50%; }
      .list-live.column2 > li:nth-child(even) a {
        padding: 10px 20px 10px 10px; }
      .list-live.column2 > li:nth-child(odd) a {
        padding: 10px 10px 10px 20px; } }
  @media screen and (max-width: 767px) {
    .list-live.column2 .list-label li {
      font-size: 0.8rem; } }
  .list-live.column2 .text {
    margin-top: 15px; }
    @media screen and (min-width: 1024px) {
      .list-live.column2 .text .copy {
        margin-bottom: 15px; } }
  .list-live.column2 .information span {
    font-size: 1.2rem;
    margin-bottom: 5px; }

.nav-pager a, .nav-pager span {
  display: inline-block;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .nav-pager a, .nav-pager span {
      padding: 5px 10px;
      border-right: 1px solid #D2D2D2; } }
  @media screen and (max-width: 767px) {
    .nav-pager a, .nav-pager span {
      margin: 0 5px 5px 0;
      padding: 10px 5px;
      min-width: 35px;
      height: 35px;
      border: 1px solid #D2D2D2;
      text-decoration: none; } }

@media screen and (min-width: 768px) {
  .nav-pager .current {
    font-weight: 500;
    color: #C63461; } }

@media screen and (max-width: 767px) {
  .nav-pager .current {
    background: #333333;
    color: #FFFFFF; } }

.list-posts > li a {
  display: block;
  text-decoration: none; }
  .list-posts > li a:hover {
    background: #EEEEEE;
    color: #333333; }

.list-posts .list-label {
  position: relative; }
  @media screen and (min-width: 768px) {
    .list-posts .list-label {
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .list-posts .list-label {
      margin-bottom: 10px; } }
  .list-posts .list-label:before {
    font: normal normal normal 20px FontAwesome;
    content: '\f105';
    color: #888888;
    position: absolute;
    right: 0; }
    @media screen and (min-width: 768px) {
      .list-posts .list-label:before {
        top: 50%;
        margin-top: -10px; } }
    @media screen and (max-width: 767px) {
      .list-posts .list-label:before {
        top: 0; } }

.list-posts .text h1 {
  line-height: 100%;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .list-posts .text h1 {
      margin-bottom: 14px;
      font-size: 2.0rem; } }
  @media screen and (max-width: 767px) {
    .list-posts .text h1 {
      margin-bottom: 10px;
      font-size: 1.7rem; } }

.list-posts .text p {
  text-align: justify; }

.list-posts.column1 {
  border-top: 1px solid #D2D2D2; }
  @media screen and (min-width: 768px) {
    .list-posts.column1 {
      margin-bottom: 10px; } }
  .list-posts.column1 > li {
    border-bottom: 1px solid #D2D2D2; }
    @media screen and (min-width: 768px) {
      .list-posts.column1 > li a {
        padding: 20px 0; } }
    @media screen and (max-width: 767px) {
      .list-posts.column1 > li a {
        padding: 20px; } }
  @media screen and (min-width: 1024px) {
    .list-posts.column1 .text {
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .list-posts.column1 .text .copy {
      margin-bottom: 30px; } }

@media screen and (min-width: 768px) {
  .contents-list-side {
    margin-bottom: 20px; } }

.contents-list-side h2 {
  position: relative;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 100%; }
  @media screen and (min-width: 768px) {
    .contents-list-side h2 {
      padding: 10px 20px; } }
  @media screen and (max-width: 767px) {
    .contents-list-side h2 {
      padding: 15px 20px; } }
  .contents-list-side h2 span {
    display: block; }
    @media screen and (min-width: 768px) {
      .contents-list-side h2 span {
        margin-bottom: 5px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 767px) {
      .contents-list-side h2 span {
        margin-bottom: 3px;
        font-size: 1.0rem; } }
  .contents-list-side h2:after {
    font: normal normal normal 32px FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -16px;
    opacity: 0.4; }

.contents-list-side a {
  text-decoration: none; }

@media screen and (min-width: 768px) {
  .contents-list-side .btn-all-wrapper {
    margin-top: 10px; } }

.list-side > li {
  border-bottom: 1px solid #D2D2D2; }
  .list-side > li a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
    @media screen and (min-width: 768px) {
      .list-side > li a {
        padding: 5px 30px 5px 0; } }
    @media screen and (max-width: 767px) {
      .list-side > li a {
        padding: 10px 40px 10px 20px; } }
    .list-side > li a:before {
      font: normal normal normal 20px FontAwesome;
      content: '\f105';
      color: #888888;
      position: absolute;
      top: 50%;
      margin-top: -10px; }
      @media screen and (min-width: 768px) {
        .list-side > li a:before {
          right: 0; } }
      @media screen and (max-width: 767px) {
        .list-side > li a:before {
          right: 20px; } }
    .list-side > li a:hover {
      background: #EEEEEE;
      color: #333333; }
  @media screen and (min-width: 768px) {
    .list-side > li .photo {
      margin-right: 10px; } }
  @media screen and (max-width: 767px) {
    .list-side > li .photo {
      margin-right: 20px; } }
  .list-side > li .photo img {
    width: 100%; }
  .list-side > li .text p {
    text-align: justify;
    line-height: 125%; }
    @media screen and (max-width: 767px) {
      .list-side > li .text p {
        font-weight: 600; } }
  @media screen and (min-width: 768px) {
    .list-side > li .text span {
      font-size: 1.2rem; } }
  @media screen and (max-width: 767px) {
    .list-side > li .text span {
      font-size: 1.0rem; } }
  .list-side > li .text-date {
    display: inline-block;
    margin-right: 10px;
    font-style: italic;
    color: #666666;
    line-height: 100%; }
    @media screen and (max-width: 767px) {
      .list-side > li .text-date {
        margin-bottom: 5px;
        font-weight: 600; } }

.side-series h2 {
  background: #947840; }
  .side-series h2:after {
    content: '\f26c'; }

@media screen and (min-width: 768px) {
  .side-series .photo {
    width: 16.12%; } }

@media screen and (max-width: 767px) {
  .side-series .photo {
    width: 15.87%; } }

.side-mailmagazine h2 {
  background: #947840; }
  .side-mailmagazine h2:after {
    content: '\f003'; }

@media screen and (min-width: 768px) {
  .side-mailmagazine .list-side .photo {
    width: 21.29%; } }

@media screen and (max-width: 767px) {
  .side-mailmagazine .list-side .photo {
    width: 25.39%; } }

@media screen and (min-width: 768px) {
  .side-mailmagazine .list-side .text {
    width: 76.12%; } }

@media screen and (max-width: 767px) {
  .side-mailmagazine .list-side .text {
    width: 61.77%; } }

.side-column h2 {
  background: #947840; }
  .side-column h2:after {
    content: '\f0e5'; }

.side-news h2 {
  background: #D2D2D2;
  color: #333333; }
  .side-news h2:after {
    content: '\f09e';
    color: #666666; }

@media screen and (min-width: 768px) {
  .side-news .list-side .photo {
    width: 21.29%; } }

@media screen and (max-width: 767px) {
  .side-news .list-side .photo {
    width: 25.39%; } }

@media screen and (min-width: 768px) {
  .side-news .list-side .text {
    width: 76.12%; } }

@media screen and (max-width: 767px) {
  .side-news .list-side .text {
    width: 61.77%; } }

.side-member {
  margin-bottom: 20px;
  text-align: center;
  color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .side-member {
      padding: 23px 15px;
      background-image: url(/images/common/bg_register.jpg); } }
  @media screen and (max-width: 767px) {
    .side-member {
      padding: 20px;
      background-image: url(/images/common/bg_register_sp.jpg);
      font-size: 1.4rem; } }
  .side-member h2 {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    line-height: 100%;
    border-bottom: 1px solid #FFFFFF; }
    @media screen and (min-width: 768px) {
      .side-member h2 {
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .side-member h2 {
        font-size: 1.8rem; } }
  .side-member-wrapper {
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .side-member-wrapper {
        padding: 0 14px; } }
    @media screen and (min-width: 1024px) {
      .side-member-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .side-member-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center; } }
  .side-member h3 {
    display: inline-block;
    line-height: 120%;
    box-sizing: border-box;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .side-member h3 {
        width: 54px;
        padding: 9px 0;
        border: 2px solid #FFFFFF; } }
    @media screen and (min-width: 768px) {
      .side-member h3 {
        border: 1px solid #FFFFFF; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .side-member h3 {
      width: 100%;
      padding: 5px 0;
      margin-bottom: 10px; }
      .side-member h3 br {
        display: none; } }
    @media screen and (max-width: 767px) {
      .side-member h3 {
        margin-right: 20px;
        width: 50px;
        padding: 8px 0;
        border: 1px solid #FFFFFF; } }
  .side-member .list-benefit {
    text-align: left; }
    @media screen and (min-width: 1024px) {
      .side-member .list-benefit {
        width: 72%; } }
    @media screen and (max-width: 767px) {
      .side-member .list-benefit {
        width: 75%; } }
    .side-member .list-benefit li {
      display: inline-block;
      margin-bottom: 10px;
      padding-left: 20px;
      position: relative; }
      .side-member .list-benefit li:first-child {
        margin-right: 15px; }
      .side-member .list-benefit li:last-child {
        margin-bottom: 0; }
      .side-member .list-benefit li span {
        padding-bottom: 3px;
        border-bottom: 1px solid #FFFFFF; }
      .side-member .list-benefit li:before {
        font: normal normal normal 14px FontAwesome;
        content: '\f00c';
        position: absolute;
        left: 0;
        top: 0; }
  .side-member .btn-round {
    color: #C63461;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .side-member .btn-round {
        font-size: 1.6rem;
        padding: 10px 0; } }
    @media screen and (max-width: 767px) {
      .side-member .btn-round {
        font-size: 1.4rem; } }
    .side-member .btn-round:hover {
      background: #C63461;
      color: #FFFFFF; }

.side-movie h2 {
  background: #D2D2D2;
  color: #333333; }
  .side-movie h2:after {
    content: '\f09e';
    color: #666666; }

@media screen and (max-width: 767px) {
  .side-movie .movie-wrapper {
    margin: 20px 20px 0; } }

@media screen and (min-width: 568px) and (max-width: 767px) {
  .side-book {
    padding: 20px 10px 0; } }

@media screen and (max-width: 567px) {
  .side-book {
    padding: 20px 20px 0; } }

@media screen and (min-width: 568px) and (max-width: 767px) {
  .side-book .list-book {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; } }

.side-book .list-book li {
  background: #EEEEEE; }
  @media screen and (min-width: 1024px) {
    .side-book .list-book li {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      padding: 10px 30px 10px 10px; } }
  @media screen and (min-width: 768px) {
    .side-book .list-book li {
      margin-bottom: 20px;
      font-size: 1.2rem; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .side-book .list-book li {
      padding: 10px; } }
  @media screen and (max-width: 767px) {
    .side-book .list-book li {
      font-size: 1.0rem;
      margin-bottom: 10px; } }

@media screen and (min-width: 568px) and (max-width: 767px) {
  .side-book .list-book li {
    margin: 0 10px;
    padding: 20px; } }
  @media screen and (max-width: 567px) {
    .side-book .list-book li {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      padding: 20px 20px 20px 10px; } }

@media screen and (min-width: 1024px) {
  .side-book .list-book .photo {
    width: 36.66%; } }

@media screen and (min-width: 568px) and (max-width: 1023px) {
  .side-book .list-book .photo {
    text-align: center;
    margin-bottom: 10px; } }

@media screen and (max-width: 567px) {
  .side-book .list-book .photo {
    width: 36%; } }

@media screen and (min-width: 1024px) {
  .side-book .list-book .photo img {
    width: 100%; } }

@media screen and (min-width: 568px) {
  .side-book .list-book .photo img {
    width: auto;
    height: 150px; } }

@media screen and (max-width: 567px) {
  .side-book .list-book .photo img {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .side-book .list-book .text {
    width: 55.33%; } }

@media screen and (max-width: 567px) {
  .side-book .list-book .text {
    width: 55.40%; } }

.side-book .list-book .text h2 {
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 110%; }
  @media screen and (min-width: 768px) {
    .side-book .list-book .text h2 {
      font-size: 1.6rem; } }
  @media screen and (max-width: 767px) {
    .side-book .list-book .text h2 {
      font-size: 1.4rem; } }
  @media screen and (min-width: 768px) {
    .side-book .list-book .text h2 span {
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) {
    .side-book .list-book .text h2 span {
      font-size: 1.0rem; } }

.side-book .list-book .text p {
  line-height: 100%; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .side-book .list-book .text-price {
    display: inline-block; } }

.side-book .list-book .text-outline {
  line-height: 120% !important;
  text-align: justify; }
  @media screen and (min-width: 1024px) {
    .side-book .list-book .text-outline {
      margin-top: 20px; } }
  @media screen and (max-width: 1023px) {
    .side-book .list-book .text-outline {
      margin-top: 15px; } }

.side-book .list-book .label-sale {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 10px;
  color: #FFFFFF;
  font-weight: 600;
  background: #947840; }

.side-book .list-book .pickup {
  background: #F8F2E6; }

/* ------------------------------------
PARTS
------------------------------------ */
/* text */
.text-schedule {
  font-weight: 600;
  line-height: 100%; }
  .text-schedule > span {
    letter-spacing: 0;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .text-schedule > span {
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .text-schedule > span {
        font-size: 1.4rem; } }

.information span {
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .information span {
      margin-right: 5px; } }
  @media screen and (max-width: 767px) {
    .information span {
      margin-right: 5px; } }

.copy {
  color: #947840;
  font-weight: 600;
  line-height: 120%; }

/* label */
.list-label li {
  display: inline-block;
  font-weight: 600; }

.label-number {
  display: inline-block;
  color: #FFFFFF;
  background: #947840; }
  @media screen and (min-width: 768px) {
    .label-number {
      padding: 5px 10px; } }
  @media screen and (max-width: 767px) {
    .label-number {
      padding: 4px;
      font-weight: 200;
      font-size: 1.2rem; } }

.label-status {
  display: inline-block;
  background: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .label-status {
      padding: 4px 9px; } }
  @media screen and (max-width: 767px) {
    .label-status {
      padding: 3px;
      font-weight: 200;
      font-size: 1.2rem; } }
  .label-status-member {
    color: #947840;
    border: 1px solid #947840; }
  .label-status-open {
    color: #396C9B;
    border: 1px solid #396C9B; }
  .label-status-special {
    color: #B62D26;
    border: 1px solid #B62D26; }

.label-new {
  color: #9A0A3E;
  font-style: italic;
  padding: 5px 0; }

/* btn */
@media screen and (min-width: 768px) {
  .btn-all-wrapper {
    text-align: right; } }

@media screen and (max-width: 767px) {
  .btn-all-wrapper {
    text-align: center;
    padding: 20px; } }

@media screen and (max-width: 767px) {
  .btn-all-wrapper .btn-all {
    display: block;
    padding: 15px 0;
    width: 100%;
    color: #333333;
    font-size: 1.4rem;
    border: 1px solid #333333;
    text-align: center;
    text-decoration: none; } }

/* box */
.movie-wrapper {
  margin-bottom: 30px;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .movie-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/* ------------------------------------
HOME
------------------------------------ */
@media screen and (max-width: 767px) {
  .home #container {
    padding-top: 0; } }

@media screen and (max-width: 767px) {
  .home .title-site {
    padding: 19px 0; } }

@media screen and (max-width: 767px) {
  .home .container-header {
    position: absolute;
    background: none; }
    .home .container-header-inner {
      border-bottom: none; } }

@media screen and (max-width: 767px) {
  .home .btn-login a {
    color: #FFFFFF; } }

@media screen and (max-width: 767px) {
  .home .btn-nav {
    color: #FFFFFF; }
    .home .btn-nav span {
      background-color: #FFFFFF; } }

@media screen and (max-width: 767px) {
  .home.open-nav .container-header {
    background: rgba(33, 33, 33, 0.8); } }

@media screen and (max-width: 767px) {
  .home.header-fixed .title-site {
    padding: 11px 0; } }

/* ------------------------------------
chSakuraLive
------------------------------------ */
#chSakuraLive.home {
  /*.channel-header {
      @include media(medium) {
        background-image: url(/images/ch/sakura-live/bg_main.jpg);
      }
    }*/ }
  @media screen and (max-width: 767px) {
    #chSakuraLive.home.header-fixed .container-header {
      position: fixed; } }
  @media screen and (max-width: 767px) {
    #chSakuraLive.home.header-fixed .container-header-inner {
      background: -webkit-linear-gradient(left top, #9A0A3E 0%, #DC7170 100%);
      background: linear-gradient(to right bottom, #9A0A3E 0%, #DC7170 100%); } }

@media screen and (min-width: 768px) {
  #chSakuraLive .nav-channel {
    border-top: 2px solid #C63461; } }

#chSakuraLive .nav-channel ul li {
  width: 16.666%; }

@media screen and (min-width: 768px) {
  #chSakuraLive .channel-header {
    background-image: url(/images/ch/sakura-live/bg_main_sub.jpg); } }

@media screen and (min-width: 1024px) {
  #chSakuraLive .channel-header img {
    margin-left: -50px; } }

@media screen and (max-width: 767px) {
  #chSakuraLive .channel-header .btn-register:after {
    /* background: linear-gradient(to right bottom, $color-magenta4 0%, $color-yellow1 100%); */ } }

#chSakuraLive .channel-header .btn-register a:hover {
  color: #D80161; }

@media screen and (min-width: 768px) {
  #chSakuraLive #container,
  #chHanada #container {
    padding-top: 103px; } }

/* ------------------------------------
chHanada
------------------------------------ */
#chHanada.home {
  /*.channel-header {
      @include media(medium) {
        background-image: url(/images/ch/hanada/bg_main.png);
      }
    }*/ }
  @media screen and (max-width: 767px) {
    #chHanada.home.header-fixed .container-header {
      position: fixed; } }
  @media screen and (max-width: 767px) {
    #chHanada.home.header-fixed .container-header-inner {
      background: url(/images/ch/hanada/bg_header_sp.png) left top repeat; } }

@media screen and (min-width: 768px) {
  #chHanada .nav-channel {
    border-top: 2px solid #396C9B; } }

#chHanada .nav-channel ul li {
  width: 25%; }

@media screen and (min-width: 768px) {
  #chHanada .channel-header {
    background-image: url(/images/ch/hanada/bg_main_sub.png); } }

@media screen and (min-width: 1024px) {
  #chHanada .channel-header img {
    margin-left: -105px; } }

@media screen and (max-width: 767px) {
  #chHanada .channel-header .btn-register:after {
    background: -webkit-linear-gradient(left top, #266EB5 0%, #FFEDA7 100%);
    background: linear-gradient(to right bottom, #266EB5 0%, #FFEDA7 100%); } }

#chHanada .channel-header .btn-register a:hover {
  color: #266EB5; }

/* ------------------------------------
LIVE
------------------------------------ */
.section-live-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE; }
  .section-live-header .label-number {
    display: inline-block;
    margin-bottom: 20px; }
  .section-live-header h1 {
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%; }
    @media screen and (max-width: 767px) {
      .section-live-header h1 {
        margin-bottom: 5px;
        font-size: 1.8rem; } }
  .section-live-header .copy {
    margin-bottom: 10px;
    font-size: 2.0rem; }
    @media screen and (max-width: 767px) {
      .section-live-header .copy {
        font-size: 1.5rem; } }
  .section-live-header .information {
    margin-bottom: 20px;
    font-size: 1.2rem; }

.section-live > .text {
  margin-bottom: 40px;
  text-align: justify; }

.section-live .detail {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  .section-live .detail .photo {
    margin-right: 20px;
    width: 16.13%; }
    .section-live .detail .photo img {
      width: 100%; }
  .section-live .detail .text {
    width: 80.64%;
    text-align: justify; }
    .section-live .detail .text .name {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #EEEEEE;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 100%; }
      .section-live .detail .text .name span {
        display: inline-block;
        margin-top: 5px;
        font-size: 1.4rem;
        font-weight: 200; }

.live-login {
  margin-bottom: 40px;
  background: #EEEEEE; }
  @media screen and (min-width: 1024px) {
    .live-login {
      padding: 20px 40px; } }
  @media screen and (min-width: 768px) {
    .live-login {
      text-align: center; } }
  @media screen and (max-width: 1023px) {
    .live-login {
      padding: 20px; } }
  .live-login .movie-wrapper {
    margin: 20px 0; }
  .live-login .attention {
    font-size: 1.6rem; }
/*# sourceMappingURL=style.css.map */