@charset "UTF-8";
/*==============================
  font import
  =============================*/
@import url('https://fonts.googleapis.com/css?family=Oswald:600,700');


/*
  Site Name:
  Description: style
  Version: 1.0
  Author: jun.watanabe
*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/* Default Font Size
   ----------------------------------------------------------------- */
html {
  font-size: 62.5%; }

/* body
   ----------------------------------------------------------------- */
body {
  text-align: center;
  /* box centering */
  color: #333;
  font-family: 'Montserrat';
  margin: 0;
  padding: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  letter-spacing: normal; }

/* button
   ----------------------------------------------------------------- */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  font-size: inherit;
  outline: 0; }

/* select
   ----------------------------------------------------------------- */
select {
  font-size: 15px;
  font-size: 1.5rem;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 34px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 23px 0 18.5px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top; }

select::-ms-expand {
  display: none; }

.select-wrap {
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 1;
  vertical-align: middle; }

.select-wrap::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent; }

/* hr
   ----------------------------------------------------------------- */
hr {
  height: 0;
  font-size: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #ccc;
  display: block; }

/* for iOS , Android
   ----------------------------------------------------------------- */
@media (min-width: 640px) and (max-width: 959px) {
  body {
    -webkit-text-size-adjust: 100%; } }

@media (max-width: 640px) {
  body {
    -webkit-text-size-adjust: 100%; } }


/* PC
   ----------------------------------------------------------------- */

@media screen and (min-width: 690px) {
  .lp {
    width: 1000px;
    margin: auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
  }

  .header-inner {
    height: 45px;
    width: 1000px;
    margin: auto;
  position: relative;
 }
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  height: 275px;
  clear: both; }
  .footer-inner {
    background-color: #f4f4f4;
    padding: 24px 30px 16px; }


.f-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-top: 10px; }
  .f-nav-item {
    font-size: 12px;
    font-size: 1.2rem;
    box-sizing: border-box;
    padding: 8px;
    width: 50%;
    color: #333333;
    text-decoration: underline;
    display: block;
    position: relative; }
    .f-nav-item:nth-child(5) {
      width: 100%; }
    .f-nav-item:after {
      content: "";
      display: block;
      width: 1px;
      height: 17px;
      background-color: #f4f4f4;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .f-nav-item:nth-of-type(2n):after,
    .f-nav-item:nth-child(5):after {
      display: none; }

.to-pagetop {
  position: fixed;
  z-index: 1000;
  bottom: 15px;
  right: 15px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #001022;
  border-radius: 4px;
  width: 60px;
  height: 60px; }
  .to-pagetop:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: none;
    border-bottom: 18px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.copyright {
  font-size: 10px;
  font-size: 1.0rem;
  color: #333333; }

/* ==========================================================================
   header
   ========================================================================== */
.header {
  position: relative;
  z-index: 1000;
  /* search */
  /* charge-tickets */
  /* menu */ }
  .header-inner {
    height: 45px; }
  .header-drawer {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .header-drawer:after {
      /* headerの背景 */
      content: "";
      display: block;
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 45px;
      background-color: #fff; }
  .header .btn-search {
    position: absolute;
    top: 0;
    right: 53px;
    /* no-login */
    right: 123px;
    display: block;
    z-index: 50;
    background: url(../img/icon_search.png) 50% 50% no-repeat;
    background-size: 25px auto;
    width: 50px;
    height: 45px;
    transition: .3s ease-in-out; }
  .header .header-search {
    display: none;
    background-color: #0050AD;
    position: absolute;
    z-index: 50;
    top: 0;
    right: 65px;
    /* no-login */
    right: 135px;
    left: 10px;
    margin: auto;
    padding: 10px 0;
    opacity: 0;
    transition: .3s ease-in-out;
    text-align: right; }
    .header .header-search .input-text {
      font-size: 14px;
      font-size: 1.4rem;
      box-sizing: border-box;
      height: 34px;
      background: rgba(255, 255, 255, 0.9) url(../img/icon_search_gray.png) 5px 50% no-repeat;
      background-size: 18px auto;
      border: 1px solid #fff;
      border-radius: 17px;
      text-align: center;
      width: 0%;
      opacity: 0;
      transition: .3s ease-in-out; }
  .header .search-trigger:checked ~ .search-overlay {
    display: block;
    opacity: 1; }
  .header .search-trigger:checked ~ .header-search {
    display: block;
    opacity: 1; }
    .header .search-trigger:checked ~ .header-search .input-text {
      width: 100%;
      opacity: 1; }
  .header .btn-charge-ticket {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 66px;
    background: url(../img/btn_charge_tickets.png) 50% 50% no-repeat;
    background-size: 61px auto;
    width: 61px;
    height: 45px;
    overflow: hidden;
    text-indent: -9999px; }
  .header-menu {
    overflow: auto;
    position: fixed;
    top: 45px;
    right: 0;
    z-index: 50;
    width: 90%;
    max-width: 295px;
    height: 100%;
    background-color: #fff;
    transform: translateX(105%);
    transition: .3s ease-in-out; }
  .header .is-hidden {
    display: none; }
  .header .btn-menu {
    background: url(../img/btn_menu.png) 50% 50% no-repeat;
    background-size: 40px 30px;
    overflow: hidden;
    text-indent: -9999px;
    width: 70px;
    height: 45px;
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0; }
    .header .btn-menu .badge {
      position: absolute;
      z-index: 10;
      right: 5px;
      top: 4px; }
  .header .menu-overlay {
    display: none;
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: .3s ease-in-out; }
  .header .menu-trigger:checked ~ .menu-overlay {
    display: block;
    opacity: 1; }
  .header .menu-trigger:checked ~ .btn-menu {
    background-image: url(../img/btn_menu_close.png); }
    .header .menu-trigger:checked ~ .btn-menu .badge {
      display: none; }
  .header .menu-trigger:checked ~ .header-menu {
    transform: translateX(0%); }
  .header-menu-account-info {
    padding: 15px;
    border: 1px solid #e9e9e9; }
    .header-menu-account-info-item-mail {
      font-size: 16px;
      font-size: 1.6rem;
      color: #333;
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding-bottom: .5em; }
    .header-menu-account-info-item-tickets {
      color: #666;
      padding: 12px 0 0;
      text-align: left;
      display: block; }
      .header-menu-account-info-item-tickets:before {
        content: "";
        font-size: 0;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #e6e6e6; }
    .header-menu-account-info-item .header-menu-account-info-item-header {
      font-size: 15px;
      font-size: 1.5rem; }
    .header-menu-account-info-item .header-menu-account-info-item-body {
      font-size: 16px;
      font-size: 1.6rem; }
  .header-menu-nav {
    border-top: 1px solid #e9e9e9; }
    .header-menu-nav-item {
      padding: 18px 15px;
      border: 1px solid #e9e9e9;
      border-top: none; }
      .header-menu-nav-item a {
        font-size: 19px;
        font-size: 1.9rem;
        color: #333;
        text-decoration: none;
        display: block;
        text-align: left;
        margin: -18px -15px;
        padding: 18px 15px;
        position: relative; }
        .header-menu-nav-item a .badge {
          margin-left: 5px;
          vertical-align: middle; }
        .header-menu-nav-item a:before {
          content: "";
          width: 10px;
          height: 10px;
          background-color: #e6e6e6;
          display: inline-block;
          vertical-align: middle;
          margin: -.25em 10px 0 0; }
        .header-menu-nav-item a:after {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          transform: rotate(45deg);
          border-top: 2px solid #333;
          border-right: 2px solid #333;
          position: absolute;
          right: 12px;
          top: 0;
          bottom: 0;
          margin: auto; }
  .header.is-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 0px solid #fff; }
  .header.pc-site {
    background-color: #0050AD; }

.site-name {
  z-index: 50;
      position: absolute;
      top: 8px;
      left: 2px;
      width: 105px;
      height: 40px;}
  .site-name img {
    width: 90%;
    height: auto; }

/* global nav */
.g-nav {
  display: flex;
  position: relative;
  z-index: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
  .g-nav-item {
    font-size: 16px;
    font-size: 1.6rem;
    box-sizing: border-box;
    padding: 12px 10px;
    width: 33.333333%;
    color: #333;
    text-decoration: none;
    display: block;
    position: relative; }
    .g-nav-item.is-active {
      color: #0050AD;
      font-weight: bold; }
    .g-nav-item:after {
      content: "";
      display: block;
      width: 1px;
      height: 15px;
      background-color: #ccc;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .g-nav-item:last-child:after {
      display: none; }

/* viewer */
.header-viewer {
  position: fixed;
  z-index: 100;
  width: 100%;
  min-height: 54px;
  background-color: #333; }
  .header-viewer .header-inner {
    min-height: 54px;
    height: auto; }
  .header-viewer .site-name {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    width: 40px;
    height: 28.6px; }
  .header-viewer .comic-title {
    font-size: 16px;
    font-size: 1.6rem;
    color: #f6f6f6;
    box-sizing: border-box;
    position: relative;
    padding: 0 54px 0 45px;
    display: table;
    width: 100%; }
    .header-viewer .comic-title-header {
      box-sizing: border-box;
      display: table-cell;
      vertical-align: middle;
      height: 54px;
      text-align: left;
      padding: 0 50px 0 15px; }
    .header-viewer .comic-title-fav {
      position: absolute;
      width: 50px;
      height: 54px;
      top: 0;
      bottom: 0;
      right: 54px;
      margin: auto; }
  .header-viewer .btn-fav {
    background-image: url(../img/icon_fav_off_gray.png); }
  .header-viewer .btn-viewer-header-share {
    background-image: url(../img/btn_header_share_white.png);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

/* ==========================================================================
   main
   ========================================================================== */
body.pc-site {
  min-width: 980px;
  min-height: 100vh; }

.main {
  padding-bottom: 20px; }


/* ==========================================================================
   block-list
   ========================================================================== */
.block-list-item {
  display: block; }

.block-list-note > .block-list-item {
  text-indent: -1em;
  padding-left: 1em; }

/* dlブロックリスト Modifier */
/* dl column tableview */
.block-list-table {
  display: table; }
  .block-list-table > dt, .block-list-table > dd {
    display: table-cell; }

/* ==========================================================================
   button
   ========================================================================== */
.btn {
  /* autoprefixer: off */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  border: none; }

/* footer-sign-up */
.btn-footer-sign-up {
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #fff;
  color: #333;
  padding: 17.5px 40px 17.5px 20px;
  position: relative; }
  .btn-footer-sign-up:after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #333;
    height: 0;
    width: 0;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto; }

/* ==========================================================================
   Grid
   ========================================================================== */
.grid-float {
  *zoom: 1;
  /* 子要素でfloatを使用するのでClearfix */
  position: relative; }
  .grid-float:before, .grid-float:after {
    display: table;
    content: "";
    line-height: 0; }
  .grid-float:after {
    clear: both; }
  .grid-float > .grid-item {
    float: left; }

/* table用 Modifier */
.grid-table {
  display: table; }
  .grid-table > .grid-item {
    float: none; }

/* table-layout */
.grid-table-layout {
  display: table; }
  .grid-table-layout > .grid-item {
    float: none;
    display: table-cell; }

/* inline-block */
.grid-inline-block {
  font-size: 0;
  letter-spacing: normal; }
  .grid-inline-block > .grid-item {
    float: none;
    display: inline-block;
    vertical-align: top; }

.grid-full {
  margin-left: -10px;
  /* 余白を指定 */
  margin-right: -10px;
  /* 余白を指定 */ }

.grid-item {
  /* autoprefixer: off */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box; }
  .grid-item.has-gutter {
    padding-right: 10px;
    /* 余白を指定 */
    padding-left: 10px;
    /* 余白を指定 */ }

/* 12カラム用 */
.grid-item-1 {
  width: 8.3333333333%; }

.grid-item-2 {
  width: 16.6666666667%; }

.grid-item-3 {
  width: 25%; }

.grid-item-4 {
  width: 33.3333333333%; }

.grid-item-5 {
  width: 41.6666666667%; }

.grid-item-6 {
  width: 50%; }

.grid-item-7 {
  width: 58.3333333333%; }

.grid-item-8 {
  width: 66.6666666667%; }

.grid-item-9 {
  width: 75%; }

.grid-item-10 {
  width: 83.3333333333%; }

.grid-item-11 {
  width: 91.6666666667%; }

.grid-item-12 {
  width: 100%; }

/* 10カラム用 */
.grid10-item-1 {
  width: 10%; }

.grid10-item-2 {
  width: 20%; }

.grid10-item-3 {
  width: 30%; }

.grid10-item-4 {
  width: 40%; }

.grid10-item-5 {
  width: 50%; }

.grid10-item-6 {
  width: 60%; }

.grid10-item-7 {
  width: 70%; }

.grid10-item-8 {
  width: 80%; }

.grid10-item-9 {
  width: 90%; }

.grid10-item-10 {
  width: 100%; }

/* ==========================================================================
   Flex
   ========================================================================== */
.flex {
  display: flex; }

.flex-inline {
  display: inline-flex; }

/* direction */
.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-rev {
  /* reverse */
  flex-direction: row-reverse; }

.flex-dir-col {
  flex-direction: column; }

.flex-dir-col-rev {
  /* reverse */
  flex-direction: column-reverse; }

/* wrap */
.flex-wrap-nowrap {
  flex-wrap: nowrap; }

.flex-wrap-wrap {
  flex-wrap: wrap; }

.flex-wrap-wrap-rev {
  flex-wrap: wrap-reverse; }

/* justify-content */
.flex-jc-start {
  justify-content: flex-start; }

.flex-jc-end {
  justify-content: flex-end; }

.flex-jc-center {
  justify-content: center; }

.flex-jc-space-between {
  justify-content: space-between; }

.flex-jc-space-around {
  justify-content: space-around; }

/* align-items */
.flex-ai-stretch {
  align-items: stretch; }

.flex-ai-start {
  align-items: flex-start; }

.flex-ai-end {
  align-items: flex-end; }

.flex-ai-center {
  align-items: center; }

.flex-ai-baseline {
  align-items: baseline; }

/* align-content */
.flex-ac-stretch {
  align-items: stretch; }

.flex-ac-start {
  align-items: flex-start; }

.flex-ac-end {
  align-items: flex-end; }

.flex-ac-center {
  align-items: center; }

.flex-ac-space-between {
  align-items: space-between; }

.flex-ac-space-around {
  align-items: space-around; }

/* ==========================================================================
   hr
   ========================================================================== */
.hr {
  height: 0;
  font-size: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #A8A9AA;
  display: block; }

.hr-dashed {
  border-style: dashed; }

/* ==========================================================================
   icon
   ========================================================================== */
.icon {
  display: inline-block; }

.icon-with-text {
  margin-right: 3px;
  vertical-align: middle; }


/* ==========================================================================
   logo
   ========================================================================== */
.logo {
  display: inline-block; }

/* ==========================================================================
   media
   ========================================================================== */
/* floatで構成 */
.media-float {
  *zoom: 1;
  /* 子要素でfloatを使用するのでClearfixする */ }
  .media-float:before, .media-float:after {
    display: table;
    content: "";
    line-height: 0; }
  .media-float:after {
    clear: both; }

.media-float-image {
  float: left;
  margin-right: 10px;
  /* 任意の値 */
  /* marginはhtml上でuttilityクラスを使用して都度調整する */ }

.media-float-image > img {
  display: block; }

.media-float-image-rev {
  /* Reverse */
  float: right;
  margin-right: 0;
  margin-left: 10px;
  /* marginはProjectのElement指定で解決する */ }

.media-float-body {
  overflow: hidden;
  /* 画像下にテキストが回り込むのを防ぐ */ }

.media-float-body-middle {
  /* テキストを画像の上下中央揃え */
  vertical-align: middle; }

/* display: tableで構成 */
.media {
  display: table; }

.media-image {
  display: table-cell;
  padding-right: 10px;
  /* 任意の値 table-cellを使用するので余白をpaddingで調整 */
  /* paddingはProjectのElement指定で解決する */ }

.media-image-rev {
  /* Reverse */
  padding-right: 0;
  padding-left: 10px; }

.media-image-middle {
  vertical-align: middle;
  /* 画像を上下中央揃え */ }

.media-image > img {
  display: block; }

.media-body {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  /* 画像下にテキストが回り込むのを防ぐ */ }

.media-body-middle {
  vertical-align: middle;
  /* テキストを画像の上下中央揃え */ }

/* 縦用Modifier */
.media-vertical {
  display: block; }

.media-vertical > .media-image {
  display: block;
  padding-right: 0;
  padding-bottom: 8px; }

.media-vertical > .media-image-rev {
  /* Reverse */
  padding: 8px 0 0 0; }

.media-vertical > .media-body {
  display: block;
  overflow: hidden;
  /* 画像下にテキストが回り込むのを防ぐ */ }

/* ==========================================================================
   table
   ========================================================================== */
.table {
  /* autoprefixer: off */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  line-height: 1.4;
  text-align: center; }
  .table th, .table td {
    border: 1px solid #ccc;
    vertical-align: middle; }

/* ==========================================================================
   tableview
   ========================================================================== */
/*
ブロック型テーブルリスト
リンクがある場合は子要素の<a>に-targetを指定する
*/
.tableview {
  overflow: hidden; }

.tableview-item {
  padding: 10px 0;
  /* ベースとなる余白指定 */ }

/* アイコン付きリンクリスト */
.tableview-target {
  display: block;
  margin: -10px 0;
  /* paddingの相殺 */
  padding: 10px 0;
  /* 余白設定 */
  text-decoration: none;
  position: relative;
  padding-right: 0;
  /* アイコン分の余白を指定 */
  overflow: hidden; }
  .tableview-target:link, .tableview-target:visited, .tableview-target:active, .tableview-target:hover {
    color: #333;
    text-decoration: none; }
  .tableview-target:after {
    content: "";
    position: absolute;
    top: 0;
    /* topとbottom、対になるプロパティに値を持たせて、領域を作る */
    bottom: 0;
    /* topとbottom、対になるプロパティに値を持たせて、領域を作る */
    right: 0;
    /* iconの位置調整 */
    margin: auto;
    /* 垂直中央配置 */ }

/* ==========================================================================
   target
   ========================================================================== */
.target {
  line-height: 1;
  display: inline-block;
  position: relative; }
  .target:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0; }
  .target:link, .target:visited, .target:active, .target:hover {
    color: #333; }


/* ==========================================================================
   article
   ========================================================================== */
.article {
  position: relative;
  /* .header */ }

/* ==========================================================================
   form
   ========================================================================== */
.form {
  /* placeholder */
  /* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
  /* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
  /* input[text] */ }
  .form :placeholder-shown {
    color: #d3d3d3; }
  .form ::-webkit-input-placeholder {
    color: #d3d3d3; }
  .form :-moz-placeholder {
    color: #d3d3d3;
    opacity: 1; }
  .form ::-moz-placeholder {
    color: #d3d3d3;
    opacity: 1; }
  .form :-ms-input-placeholder {
    color: #d3d3d3; }
  .form :placeholder-shown {
    color: #d3d3d3; }
  .form input[type=text], .form input[type=email], .form input[type=password] {
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    padding: 10px; }
    .form input[type=text]:focus, .form input[type=email]:focus, .form input[type=password]:focus {
      border-color: #0050AD;
      outline: 0; }
    .form input[type=text].is-not-empty, .form input[type=email].is-not-empty, .form input[type=password].is-not-empty {
      border-color: #0050AD; }
  .form-error-message, .form label.error {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1;
    color: #d5364e;
    display: block; }

/* ==========================================================================
   mod
   ========================================================================== */

body {
  /* ranking counter reset */
  counter-reset: ranking; }

/* ==========================================================================
   align
   ========================================================================== */
.al-l {
  text-align: left; }

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

.al-c {
  text-align: center; }

/* ==========================================================================
   clearfix
   ========================================================================== */
.clf {
  *zoom: 1; }
  .clf:before, .clf:after {
    display: table;
    content: "";
    line-height: 0; }
  .clf:after {
    clear: both; }

/* ==========================================================================
   display
   ========================================================================== */
.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

/* ==========================================================================
   float
   ========================================================================== */
.fl-l {
  float: left; }

.fl-r {
  float: right; }

.fl-clr {
  clear: both; }

/* ==========================================================================
   letter-spacing
   ========================================================================== */
.ls-0 {
  letter-spacing: 0; }

.ls-s {
  letter-spacing: .1em; }

.ls-m {
  letter-spacing: .2em; }

.ls-l {
  letter-spacing: .3em; }

/* ==========================================================================
   line-height
   ========================================================================== */
.lh-0 {
  line-height: 0; }

.lh-1 {
  line-height: 1; }

.lh-s {
  line-height: 1.2; }

.lh-m {
  line-height: 1.4; }

.lh-l {
  line-height: 1.6; }

.lh-xl {
  line-height: 1.8; }

.lh-xxl {
  line-height: 2.0; }

/* ==========================================================================
   list-style
   ========================================================================== */
.lst {
  list-style-position: inside; }
  .lst > li {
    text-indent: -1.7em;
    padding-left: 1.7em; }

/* マーカーなし */
.lst-none {
  list-style-type: none; }

/* 黒丸 */
.lst-disc {
  list-style-type: disc; }

/* 白丸 */
.lst-circle {
  list-style-type: circle; }

/* 黒四角 */
.lst-square {
  list-style-type: square; }

/* 小文字のローマ数字 */
.lst-lower-roman {
  list-style-type: lower-roman; }

/* 大文字のローマ数字 */
.lst-upper-roman {
  list-style-type: upper-roman; }

/* 小文字のギリシャ文字 */
.lst-lower-greek {
  list-style-type: lower-greek; }

/* 算用数字 */
.lst-decimal {
  list-style-type: decimal; }

/* 算用数字()付き */
.lst-decimal-with-brackets {
  list-style-type: none;
  padding-left: 2em;
  margin: 0; }
  .lst-decimal-with-brackets li {
    list-style-position: inside;
    counter-increment: cnt; }
    .lst-decimal-with-brackets li:before {
      display: marker;
      content: "(" counter(cnt) ")"; }

/* 先頭に0をつけた算用数字 */
.lst-decimal-leading-zero {
  list-style-type: decimal-leading-zero; }

/* 小文字のアルファベット */
.lst-lower-latin {
  list-style-type: lower-latin; }

/* 小文字のアルファベット */
.lst-lower-alpha {
  list-style-type: lower-alpha; }

/* 大文字のアルファベット */
.lst-upper-latin {
  list-style-type: upper-latin; }

/* 大文字のアルファベット */
.lst-upper-alpha {
  list-style-type: upper-alpha; }

/* 漢数字 */
.lst-cjk-ideographic {
  list-style-type: cjk-ideographic; }

/* ひらがなのあいうえお順 */
.lst-hiragana {
  list-style-type: hiragana; }

/* カタカナのアイウエオ順 */
.lst-katakana {
  list-style-type: katakana; }

/* ひらがなのいろはにほへと順 */
.lst-hiragana-iroha {
  list-style-type: hiragana-iroha; }

/* カタカナのイロハニホヘト順 */
.lst-katakana-iroha {
  list-style-type: katakana-iroha; }

/* ヘブライ数字 */
.lst-hebrew　 {
  list-style-type: hebrew; }

/* アルメニア数字 */
.lst-armenian {
  list-style-type: armenian; }

/* グルジア数字 */
.lst-georgian {
  list-style-type: georgian; }

/* ==========================================================================
   Margin and Paddings
   ========================================================================== */
.mt-00 {
  margin-top: 0px; }

.mt-05 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-18 {
  margin-top: 18px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mr-00 {
  margin-right: 0px; }

.mr-05 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }

.mr-60 {
  margin-right: 60px; }

.mr-70 {
  margin-right: 70px; }

.mr-80 {
  margin-right: 80px; }

.mr-90 {
  margin-right: 90px; }

.mr-100 {
  margin-right: 100px; }

.mb-00 {
  margin-bottom: 0px; }

.mb-05 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

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

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

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

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-00 {
  margin-left: 0px; }

.ml-05 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-50 {
  margin-left: 50px; }

.ml-60 {
  margin-left: 60px; }

.ml-70 {
  margin-left: 70px; }

.ml-80 {
  margin-left: 80px; }

.ml-90 {
  margin-left: 90px; }

.ml-100 {
  margin-left: 100px; }

/*****  padding  *****/
.pt-00 {
  padding-top: 0px; }

.pt-05 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pt-70 {
  padding-top: 70px; }

.pt-80 {
  padding-top: 80px; }

.pt-90 {
  padding-top: 90px; }

.pt-100 {
  padding-top: 100px; }

.pr-00 {
  padding-right: 0px; }

.pr-05 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-50 {
  padding-right: 50px; }

.pr-60 {
  padding-right: 60px; }

.pr-70 {
  padding-right: 70px; }

.pr-80 {
  padding-right: 80px; }

.pr-90 {
  padding-right: 90px; }

.pr-100 {
  padding-right: 100px; }

.pb-00 {
  padding-bottom: 0px; }

.pb-05 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-100 {
  padding-bottom: 100px; }

.pl-00 {
  padding-left: 0px; }

.pl-05 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-50 {
  padding-left: 50px; }

.pl-60 {
  padding-left: 60px; }

.pl-70 {
  padding-left: 70px; }

.pl-80 {
  padding-left: 80px; }

.pl-90 {
  padding-left: 90px; }

.pl-100 {
  padding-left: 100px; }

/* ==========================================================================
   postion
   ========================================================================== */
.pos-a {
  position: absolute; }

.pos-r {
  position: relative; }

.pos-s {
  position: static; }

.pos-f {
  position: fixed; }

.pos-center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.pos-middle {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto; }

/* ==========================================================================
   size
   ========================================================================== */
.size-full {
  width: 100%; }

/* ==========================================================================
   text
   ========================================================================== */

.fw-b {
  font-weight: bold; }

  /* Landing Page */
.article-lp .article-header {
  font-size: 18px;
  font-size: 1.8rem;
}

.mod-lp {
    padding: 0;}
  .mod-lp p{
    font-size: 1.2rem;
    font-size: 12px;
    text-align: left; }
  .mod-lp  .mod-lp-image {
    margin: -8px 0px 10px 0px;
}
     .mod-lp > .mod-lp-image img {
       width: 100%;
       height: 100%;
}

.mod-lp .mod-lp-title{
   font-weight: bold;
   font-size: 1.6rem;
   font-size: 16px;
   margin-bottom: 10px;
   text-align: center;
   width: 100%;
   table-layout: fixed;}
.mod-lp .mod-lp-summary{
  color: #666;
  width: 100%;
  table-layout: fixed;}

.mod-lp-name {
  margin-top: 2px;
  overflow-wrap : break-word;
}

.mod-lp-detail{
  margin-top: 2px;
  overflow-wrap : break-word;
}

.mod-lp > .mod-footer {
    margin-top: -5px;
}

  .footer-socialmedia{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .footer-socialmedia a{
    display: inline-block;
    margin: 0 15px;
    width: 40px;
  }

  .footer-socialmedia a img {
    width: 100%;
  }

  img.footer-socialmedia-instagram{
    width:41px;
  }

.info-body{
  padding: 10px;
  width: 60%;
}

/* lp head for multilingual */
.article-lp.pt-55 {
  padding-top: 55px;
}

.article-lp .article-header-item {
  margin-bottom: 15px;
}

.article-lp .article-header-item h2{
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 10px 10px 7px;
  color: #fff;
  background-color: #0050ad;
  text-align: left;
  box-sizing: border-box;
  font-weight: 400;
  letter-spacing: 0.05em;
}



.topBtn {
  display: table;
  background:linear-gradient(45deg, #2ea7e0,#5edd8b,#b45edd);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  box-shadow: 0px 0px 16px -8px rgba(0,0,0,0.9);
  color: #fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:120px;
  height:120px;
  text-align:center;
  border-radius:50%;
  box-sizing:border-box;
  z-index: 1;
  padding: 10px;
}
@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.topBtn:hover {
  opacity:0.7;
}

.button-text {
  display: table-cell;
  vertical-align: middle;
  line-height: 21px;
  font-size: 18px;
  margin: 5px;
}

.comment-section {
  padding-bottom: 30px;
}

.comment-section-head-text {
  padding: 0px 0px 10px 0px;
  font-weight: bold;
  font-size: 18px;
}

.comment-content {
  padding: 0px 0px 10px 0px;
  border-top: 1px dashed #000;
}

.user-name {
  text-align: left;
  padding: 10px 0px 5px 10px;
  font-weight: bold;
  font-size: 14px;
}

.comment-body {
  text-align: left;
  padding: 0px 0px 10px 10px;
  font-size: 14px;
  border-bottom: 1px dashed #000;
  word-break: break-word;
  white-space: pre-line;
  line-height: 1.5;
}