@charset "UTF-8";
/* Theme Name: iss2021
 * Author: Azure
 * Author URI: https://azure-ad.jp/
 *
 *
 * CSS Document
 *
 * ------------------------------
 * - Index -
 *
 * 0.0 - Reset
 * 1.0 - Base
 * 2.0 - Layout
 *   2.1 - Header
 *   2.2 - Footer
 *   2.3 - Navigation, Menu
 *   2.4 - Main
 * 3.0 - Component
 *   3.1 - Common
 *   3.2 - Unique
 *   3.3 - Library
 *   3.4 - Animation
 * 4.0 - Utility
 *
 * ------------------------------
 *
 *
 * ========================================
 * 0.0 - Reset
 * ===================================== */
@import url("https://fonts.googleapis.com/css2?family=Rufina&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@500&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ========================================
 * 1.0 - Base
 * ===================================== */
html, :root {
  --color-text-lighter: #4d4d4d;
  --color-text-base: #000;
  --color-text-darker: #4d4d4d;
  --color-text-white: #fff;
  --color-primary: #999;
  --color-secondary: #f2f2f2;
  --color-background: #f7f8f8;
  --font-family-sans-serif: 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  --font-family-mincho: 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif; }

*, *::before, *::after {
  box-sizing: border-box; }

html, :root {
  overflow-y: scroll;
  font-size: 10px; }
  @media (max-width: 767px) {
    html, :root {
      font-size: 8px; } }
  html.__fz-small__, :root.__fz-small__ {
    font-size: 8px; }
  html.__fz-large__, :root.__fz-large__ {
    font-size: 12px; }

body {
  overflow: hidden;
  text-align: left;
  line-height: 1.7;
  font-size: 1.4rem;
  font-family: var(--font-family-sans-serif, 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif);
  font-weight: 400;
  color: var(--color-text-base, #000);
  background: var(--color-background, #f7f8f8);
  font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact; }
  @media (max-width: 767px) {
    body {
      line-height: 1.5; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.4; }
  @media (max-width: 960px) {
    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
      display: none; } }

p {
  margin: 0;
  font-feature-settings: initial; }

figure {
  margin: 0; }

figcaption {
  margin-top: 0.5em;
  font-size: 1.2rem;
  line-height: 1.4; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease; }
  main section a {
    text-decoration: underline; }
    main section a:hover {
      text-decoration: none; }

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

li, dd, dt {
  margin: 0;
  padding: 0; }

input:not([type=radio]), textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0.5em;
  font-size: inherit;
  color: inherit;
  font-family: inherit; }

input[type=radio] {
  vertical-align: baseline; }

::placeholder {
  color: #bbb; }

sup {
  vertical-align: super;
  font-size: 0.5em; }

/* ========================================
 * 2.0 - Layout
 * ===================================== */
.divide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  box-sizing: border-box; }
  .divide-container.featured {
    padding: 0 2rem; }
    .divide-container.featured .brand-name {
      line-height: 1.6;
      margin: 0 0 1rem 0;
      width: 100%; }
    @media (max-width: 767px) {
      .divide-container.featured > .left-col {
        width: 100%; } }
    .divide-container.featured .shrink {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      flex-shrink: 2;
      padding: 0 2rem 0 0; }
      @media (max-width: 500px) {
        .divide-container.featured .shrink {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 0; } }
    @media (max-width: 500px) {
      .divide-container.featured > .right-col.pct50 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto; } }
  .divide-container.online {
    margin: 2rem 0; }
  .divide-container > .left-col.pct15, .divide-container > .right-col.pct15, .divide-container > .left-col > .list.pct15, .divide-container > .inner.pct15 {
    width: 15%; }
  .divide-container > .left-col.pct20, .divide-container > .right-col.pct20, .divide-container > .left-col > .list.pct20, .divide-container > .inner.pct20 {
    width: 20%; }
  .divide-container > .left-col.pct25, .divide-container > .right-col.pct25, .divide-container > .left-col > .list.pct25, .divide-container > .inner.pct25 {
    width: 25%; }
  .divide-container > .left-col.pct30, .divide-container > .right-col.pct30, .divide-container > .left-col > .list.pct30, .divide-container > .inner.pct30 {
    width: 30%; }
  .divide-container > .left-col.pct40, .divide-container > .right-col.pct40, .divide-container > .left-col > .list.pct40, .divide-container > .inner.pct40 {
    width: 40%; }
  .divide-container > .left-col.pct45, .divide-container > .right-col.pct45, .divide-container > .left-col > .list.pct45, .divide-container > .inner.pct45 {
    width: 45%; }
  .divide-container > .left-col.pct50, .divide-container > .right-col.pct50, .divide-container > .left-col > .list.pct50, .divide-container > .inner.pct50 {
    width: 50%; }
  .divide-container > .left-col.pct55, .divide-container > .right-col.pct55, .divide-container > .left-col > .list.pct55, .divide-container > .inner.pct55 {
    width: 55%; }
  .divide-container > .left-col.pct60, .divide-container > .right-col.pct60, .divide-container > .left-col > .list.pct60, .divide-container > .inner.pct60 {
    width: 60%; }
  .divide-container > .left-col.pct70, .divide-container > .right-col.pct70, .divide-container > .left-col > .list.pct70, .divide-container > .inner.pct70 {
    width: 70%; }
  .divide-container > .left-col.pct75, .divide-container > .right-col.pct75, .divide-container > .left-col > .list.pct75, .divide-container > .inner.pct75 {
    width: 75%; }
  .divide-container > .left-col.pct80, .divide-container > .right-col.pct80, .divide-container > .left-col > .list.pct80, .divide-container > .inner.pct80 {
    width: 80%; }
  .divide-container > .left-col.pct85, .divide-container > .right-col.pct85, .divide-container > .left-col > .list.pct85, .divide-container > .inner.pct85 {
    width: 85%; }
  .divide-container > .left-col.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .divide-container > .left-col.list .brand-icon {
      width: 60px; }
    .divide-container > .left-col.list .brand-thumb.list {
      margin: 0 0 0 0.3rem; }
      @media (max-width: 767px) {
        .divide-container > .left-col.list .brand-thumb.list {
          margin: 0; } }
  @media (max-width: 1040px) {
    .divide-container > .left-col.large, .divide-container > .right-col.large, .divide-container > .inner.large {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .divide-container > .left-col.large.pct55, .divide-container > .right-col.large.pct55, .divide-container > .inner.large.pct55 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  @media (max-width: 767px) {
    .divide-container.sp {
      padding: 1rem 0 0 0; } }
  @media (max-width: 500px) {
    .divide-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .divide-container > .left-col, .divide-container > .right-col, .divide-container > .inner {
        width: 100%;
        margin: 0; }
        .divide-container > .left-col.pct45.large, .divide-container > .right-col.pct45.large, .divide-container > .inner.pct45.large {
          margin: 0; }
        .divide-container > .left-col.pct55.large, .divide-container > .right-col.pct55.large, .divide-container > .inner.pct55.large {
          margin: 2rem auto 0 auto; }
        .divide-container > .left-col.pct50.list, .divide-container > .right-col.pct50.list, .divide-container > .inner.pct50.list {
          width: 100%; }
        .divide-container > .left-col.pct50.shrink, .divide-container > .right-col.pct50.shrink, .divide-container > .inner.pct50.shrink {
          width: 100%; }
      .divide-container.sp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
        .divide-container.sp > .left-col.pct15.sp, .divide-container.sp > .right-col.pct15.sp {
          width: 62px; }
        .divide-container.sp > .left-col.pct85.sp, .divide-container.sp > .right-col.pct85.sp {
          width: calc(100% - 72px);
          margin: 0 auto; } }

.col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  box-sizing: border-box;
  margin-right: -10px;
  width: 100%; }
  .col-container > .col2 {
    width: calc((100% - 10px) / 2);
    margin: 0 0 0 1rem; }
    @media (max-width: 767px) {
      .col-container > .col2 {
        width: 100%;
        margin: 0; } }
  .col-container > .col2:nth-child(odd) {
    margin: 0; }
  .col-container > .col3 {
    width: calc((100% - 30px) / 3);
    margin: 0 0 0 1rem; }
  @media (max-width: 767px) {
    .col-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column !important; }
      .col-container > .col3 {
        width: 100%;
        margin: 2rem auto; } }

/* ------------------------------
 * 2.1 - Header
 * --------------------------- */
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 996;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding-bottom: 4px;
  background: rgba(0, 16, 29, 0.6);
  background-image: url(../img/header-bar.jpg);
  background-position: right 0 bottom 0;
  background-size: 100% 4px;
  background-repeat: repeat-x; }
  @media (max-width: 999px) {
    #header {
      height: 70px;
      padding-bottom: 3px;
      background-size: 100% 3px; } }
  #update-recommended-brands #header, #edit-brand-review #header {
    position: relative;
    background-color: #000036; }

#header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  text-align: left;
  margin: 0 auto; }
  @media (max-width: 999px) {
    #header-inner {
      margin: 0 auto; } }
  #header-inner .header-form-container {
    flex-grow: 1;
    margin: 0 0 0 2rem;
    color: var(--color-text-white, #fff); }
    #header-inner .header-form-container > .title {
      font-size: 1.8rem;
      line-height: 1.8;
      font-weight: bold; }
      #header-inner .header-form-container > .title > .item {
        margin: 0; }
      @media (max-width: 999px) {
        #header-inner .header-form-container > .title {
          margin: 0 0 0 1rem; } }
      #header-inner .header-form-container > .title .en {
        font-family: 'Rufina', serif; }

#site-logo {
  margin: 0;
  display: block; }
  #site-logo > img {
    width: 125px; }
  .login-area #site-logo {
    padding: 1rem;
    width: 100%; }
    .login-area #site-logo a {
      width: 100%; }
    .login-area #site-logo img {
      margin: 0 auto; }
  #site-logo:hover {
    opacity: 0.5;
    cursor: pointer; }
  @media (max-width: 999px) {
    #site-logo.top {
      margin: 0; } }
  #site-logo.form {
    width: auto; }
  @media (max-width: 900px) {
    #site-logo {
      max-width: 140px;
      margin: 0 0 2rem 0; } }
  @media (max-width: 999px) {
    #site-logo {
      margin: 0.5rem 0 0 0; }
      #site-logo img {
        width: auto;
        height: 45px; } }

@media (min-width: 1000px) {
  #gnav {
    margin-top: 2rem; } }
@media (max-width: 999px) {
  #gnav {
    position: fixed;
    z-index: 998;
    top: 0;
    right: -100%;
    padding-top: 50px;
    width: 300px;
    height: 100vh;
    transition: all 0.3s ease;
    background: rgba(0, 16, 29, 0.6);
    backdrop-filter: blur(4px);
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.3); }
    #gnav .list-item {
      width: 100%; }
    .__spmenu-open__ #gnav {
      right: 0;
      opacity: 1;
      filter: alpha(opacity=100); } }

.gnav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem 0 0 0;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  font-size: 1.4rem; }
  .gnav-wrap .list-item {
    height: 100%;
    line-height: 1; }
    @media (max-width: 999px) {
      .gnav-wrap .list-item {
        width: 100%;
        justify-content: none; }
        .gnav-wrap .list-item#gnav-home {
          display: none; } }
    .gnav-wrap .list-item .link-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      padding: 0.5rem 0.8rem;
      width: auto;
      height: 100%;
      text-align: center;
      white-space: nowrap;
      color: var(--color-text-white, #fff); }
      @media (max-width: 999px) {
        .gnav-wrap .list-item .link-item {
          margin: 0 3rem;
          border-bottom: 1px solid var(--color-text-white, #fff); } }
      .gnav-wrap .list-item .link-item::after {
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 0;
        background: transparent;
        transition: all 0.3s ease; }
      .gnav-wrap .list-item .link-item:hover::after {
        background-color: var(--color-text-white, #fff);
        height: 3px; }

@media (max-width: 999px) {
  .gnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
    height: 50%; }
    .gnav-list .list-item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.8rem; }
      .gnav-list .list-item .active {
        opacity: 0.5; }
      .gnav-list .list-item a:hover {
        transition: all 0.1s ease;
        color: #555;
        background: #fff; } }

/*
#mainvisual {
  background: $c-text-white;

  img {
    width: 100%;
    height: 700px;
    object-fit: cover;

		@media (max-width: $site-width) {
			height: 100%;
			object-fit: contain;
		}
  }
}
*/
#spmenu-button {
  position: fixed;
  right: 7px;
  top: 9px;
  border: 1px solid var(--color-text-white, #fff);
  border-radius: 3px;
  background: rgba(0, 16, 29, 0.6);
  color: var(--color-text-white, #fff);
  display: none;
  transition: all 0.3s ease; }
  .__spmenu-open__ #spmenu-button {
    background: transparent;
    border-color: transparent; }
  @media (max-width: 999px) {
    #spmenu-button {
      display: block; } }

.spmenu-button {
  width: 50px;
  height: 50px;
  z-index: 999; }
  .spmenu-button .button-text {
    display: block;
    line-height: 1;
    font-size: 1.1rem;
    text-align: center; }
  .spmenu-button:hover {
    cursor: pointer; }

.hamburger-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-sizing: content-box;
  margin: 8px auto 3px;
  width: 32px;
  transition: all 0.4s ease-out;
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
  transition: 0.3s background-color ease-in-out; }
  .hamburger-button:hover {
    cursor: pointer; }
  .hamburger-button .hamburger-icon {
    display: block;
    margin: 5px 0;
    width: 100%;
    height: 3px;
    transition: all 0.3s ease-in;
    background-color: var(--color-text-white, #fff); }
  .hamburger-button:before, .hamburger-button:after {
    content: " ";
    display: block;
    width: 100%;
    height: 3px;
    transition: all 0.3s ease;
    background-color: var(--color-text-white, #fff); }
  .__spmenu-open__ .hamburger-button .hamburger-icon {
    background-color: transparent;
    transition: all 0.1s ease; }
  .__spmenu-open__ .hamburger-button:before {
    transform: rotate(45deg) translate(5.656854259px, 5.656854259px); }
  .__spmenu-open__ .hamburger-button:after {
    transform: rotate(-45deg) translate(5.656854259px, -5.656854259px); }

#spmenu {
  position: fixed;
  left: 0;
  top: 0;
  padding: 30px;
  width: 200px;
  height: 100%;
  z-index: 998;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

@media (max-width: 999px) {
  #spmenu {
    right: -200px;
    opacity: 0.5;
    filter: alpha(opacity=50); } }
.__spmenu-open__ #spmenu {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

/*-------------------------------サイド注文ボタン*/
#sidebar {
  position: fixed;
  z-index: 2000;
  right: 1rem;
  bottom: 1rem; }
  #sidebar .sidenav {
    border: 1px solid var(--color-text-white, #fff);
    border-radius: 10px;
    font-size: 0; }
  #sidebar .list-item {
    margin: 0;
    display: inline-block;
    width: 90px; }
  #sidebar.none {
    opacity: 0;
    z-index: -1;
    transition: .3s; }
  #sidebar:hover {
    opacity: 0.5; }
  @media (max-width: 450px) {
    #sidebar .sidenav {
      border-radius: 6px;
      font-size: 0; }
    #sidebar .list-item {
      width: 50px; } }

/* ------------------------------
 * 2.2 - Footer
 * --------------------------- */
#footer {
  position: relative;
  z-index: 20;
  background: #000036;
  background-image: url(../img/footer-bar.jpg);
  background-position: right 0 top 0;
  background-size: 100% 6px;
  background-repeat: repeat-x;
  height: 120px; }

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-text-white, #fff);
  max-width: 100%;
  width: 1040px;
  margin: 0 auto 6rem;
  padding: 55px 20px; }
  .footer-contact .copyrights {
    width: 300px;
    font-size: 1rem;
    padding: 0 2rem; }
  .footer-contact .links {
    width: calc(100% - 300px); }
    .footer-contact .links a {
      text-decoration: underline; }
      .footer-contact .links a:hover {
        text-decoration: none; }
    .footer-contact .links ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .footer-contact .links ul li {
        position: relative;
        font-size: 1.4rem;
        margin: 0 3rem 0 0; }
        .footer-contact .links ul li:after {
          content: "▶";
          position: absolute;
          right: -18px;
          top: 0;
          font-size: 1.4rem; }
  @media (max-width: 767px) {
    .footer-contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column-reverse wrap;
      flex-flow: column-reverse wrap;
      padding: 40px 0 0 0; }
      .footer-contact .links {
        padding: 0;
        margin: 0 0 2rem; }
        .footer-contact .links ul {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
      .footer-contact .copyrights, .footer-contact .links {
        text-align: center;
        width: 100%; } }

/* ------------------------------
 * 2.3 - Navigation, Menu
 * --------------------------- */
/* ------------------------------
 * 2.4 - Main
 * --------------------------- */
/* 1.1 - Main
* --------------------------------------------------------------------------- */
#main {
  overflow: hidden;
  max-width: 100%;
  width: 1040px;
  margin: 0 auto 6rem;
  padding-left: 20px;
  padding-right: 20px;
  word-wrap: break-word; }
  @media (max-width: 767px) {
    #main {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }

.container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
  max-width: 1000px;
  width: 100%;
  text-align: left; }
  .container.box {
    margin-bottom: 0; }
  @media (max-width: 1040px) {
    .container {
      margin-right: 20px !important;
      margin-left: 20px !important;
      width: auto; } }
  @media (max-width: 767px) {
    .container {
      margin-right: 10px !important;
      margin-left: 10px !important;
      width: auto; } }

.contents-wrap {
  position: relative;
  width: 100%;
  margin: 3rem 0; }
  .contents-wrap.top {
    margin-top: 2rem; }
    .contents-wrap.top.brand, .contents-wrap.top.form {
      margin-top: 6rem; }
      @media (max-width: 767px) {
        .contents-wrap.top.brand, .contents-wrap.top.form {
          margin-top: 3rem; } }
  .contents-wrap.middle {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .contents-wrap.middle {
        margin-bottom: 30px; } }
  .contents-wrap.long {
    margin-bottom: 150px; }
    @media (max-width: 767px) {
      .contents-wrap.long {
        margin-bottom: 50px; } }
  .contents-wrap.last {
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .contents-wrap.last {
        margin-bottom: 50px; } }

.contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .contents-inner.constitution {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem; }
    .contents-inner.constitution .check-area input[type=checkbox].original {
      display: none; }
    .contents-inner.constitution .check-area .apply {
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      padding: 5px 30px;
      position: relative;
      width: auto; }
    .contents-inner.constitution .check-area .apply:before {
      background: #fff;
      border: 1px solid #999;
      content: '';
      display: block;
      height: 16px;
      left: 5px;
      margin-top: -8px;
      position: absolute;
      top: 50%;
      width: 16px; }
    .contents-inner.constitution .check-area .apply:after {
      border-right: 3px solid #000;
      border-bottom: 3px solid #000;
      content: '';
      display: block;
      height: 11px;
      left: 10px;
      margin-top: -7px;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: rotate(45deg);
      width: 7px; }
    .contents-inner.constitution .check-area input[type=checkbox]:checked + .apply:after {
      opacity: 1; }

.section-inner {
  margin: 3rem 0; }

/* 1.2 - Mainvisual
* --------------------------------------------------------------------------- */
#mainvisual {
  height: 570px; }
  #mainvisual.login {
    height: 650px;
    position: relative;
    width: 100%;
    min-height: 100vh; }
    #mainvisual.login .site-logo {
      filter: invert(100%); }
    #mainvisual.login img {
      height: 100%;
      object-fit: contain; }
  @media (max-width: 767px) {
    #mainvisual {
      height: 300px; } }

.mainvisual-contents {
  margin: 0 auto;
  max-width: 2000px;
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover; }
  .mainvisual-contents.bg-00 {
    background-image: url(../img/bg-00.jpg); }
    @media (max-width: 767px) {
      .mainvisual-contents.bg-00 {
        height: 100%; } }
  .mainvisual-contents.bg-01 {
    background-image: url(../img/bg-01.jpg); }
  .mainvisual-contents.bg-02 {
    background-image: url(../img/bg-02.jpg); }
  .mainvisual-contents.bg-03 {
    background-image: url(../img/bg-03.jpg); }
  .mainvisual-contents.bg-04 {
    background-image: url(../img/bg-04.jpg); }
  .mainvisual-contents.bg-04 {
    background-image: url(../img/bg-04.jpg); }
  .mainvisual-contents.bg-05 {
    background-image: url(../img/bg-05.jpg); }
  @media (max-width: 767px) {
    .mainvisual-contents {
      height: 300px; } }
  .mainvisual-contents .title-wrap {
    position: relative;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto; }
  .mainvisual-contents .title-area {
    position: absolute;
    top: 280px;
    left: 0;
    color: var(--color-text-white, #fff);
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 2rem 3rem;
    background: rgba(0, 16, 29, 0.6);
    min-width: 310px;
    text-align: center; }
    @media (max-width: 1040px) {
      .mainvisual-contents .title-area {
        left: 20px; } }
    @media (max-width: 767px) {
      .mainvisual-contents .title-area {
        top: 120px;
        left: 10px;
        min-width: 300px; } }
    .mainvisual-contents .title-area .title {
      font-size: 2.6rem;
      font-family: 'Rufina', serif;
      margin: 0 0 1rem 0; }
    .mainvisual-contents .title-area .jp {
      font-size: 1.4rem;
      border: 1px solid #fff;
      line-height: 2;
      text-align: center;
      background: #00101d; }
    .mainvisual-contents .title-area .brand {
      line-height: 2rem;
      font-size: 2rem;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: bold;
      margin: 2rem 0 0 0; }
      .mainvisual-contents .title-area .brand .number {
        margin: 0 2rem 0 0; }
  .mainvisual-contents .login-wrap {
    position: relative;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .mainvisual-contents .login-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: var(--color-text-white, #fff);
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 2rem;
    background: rgba(0, 16, 29, 0.6);
    min-width: 310px; }
    @media (max-width: 1040px) {
      .mainvisual-contents .login-area {
        margin: 0 2rem; } }
    @media (max-width: 767px) {
      .mainvisual-contents .login-area {
        top: 120px;
        min-width: 300px; } }
    .mainvisual-contents .login-area > #site-logo {
      margin: 0 0 1rem 0; }
      .mainvisual-contents .login-area > #site-logo img {
        height: 100%; }

/* 1.3 - Base Wrap
* --------------------------------------------------------------------------- */
.base-wrap {
  margin: 2rem 0;
  padding: 2rem;
  border: 1px solid #999;
  border-collapse: collapse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--color-text-white, #fff);
  width: 100%; }
  .base-wrap.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .base-wrap.wide {
    padding: 4rem;
    max-height: 360px;
    overflow-y: auto; }
    @media (max-width: 767px) {
      .base-wrap.wide {
        padding: 2rem; } }
  .base-wrap.round {
    padding: 2rem 4rem;
    border-radius: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    @media (max-width: 767px) {
      .base-wrap.round {
        padding: 2rem; } }
  @media (max-width: 767px) {
    .base-wrap.reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: wrap-reverse;
      flex-flow: wrap-reverse;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .base-wrap.reverse .box-right {
        margin: 0 auto 2rem auto; } }

.base-inner, .base-inner.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2rem 0;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .base-inner.top, .base-inner.col2.top {
    margin: 2rem 0 0 0; }
  .base-inner.both, .base-inner.col2.both {
    margin: 2rem 0; }
  .base-inner.wide, .base-inner.col2.wide {
    margin: 0; }
  @media (max-width: 767px) {
    .base-inner, .base-inner.col2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.base-inner.col2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .base-inner.col2.top {
    margin: 0; }
  .base-inner.col2 > .inner, .base-inner.col2 > .chart {
    width: 50%; }
    @media (max-width: 767px) {
      .base-inner.col2 > .inner, .base-inner.col2 > .chart {
        width: 100%; } }
  .base-inner.col2 > .chart {
    padding: 2rem; }

.inner-left, .base-inner > .inner:nth-child(odd) {
  width: 50%;
  font-size: 1.4rem;
  line-height: 2.2; }
  @media (max-width: 767px) {
    .inner-left, .base-inner > .inner:nth-child(odd) {
      width: 100%;
      margin: 0 auto; } }
  .inner-left.list, .base-inner > .inner:nth-child(odd).list {
    width: 500px; }
    @media (max-width: 767px) {
      .inner-left.list, .base-inner > .inner:nth-child(odd).list {
        width: 100%; } }
  .inner-left.large, .base-inner > .inner:nth-child(odd).large {
    padding: 0 4rem 2rem 4rem;
    border-bottom: none; }
    .inner-left.large .brand-thumb, .base-inner > .inner:nth-child(odd).large .brand-thumb {
      padding: 2rem 0 0 0; }
    @media (max-width: 1040px) {
      .inner-left.large, .base-inner > .inner:nth-child(odd).large {
        padding: 0 2rem; } }
    @media (max-width: 767px) {
      .inner-left.large, .base-inner > .inner:nth-child(odd).large {
        padding: 0 1rem; } }
  .inner-left .reverse, .base-inner > .inner:nth-child(odd) .reverse {
    margin: 0 0 0 2rem; }

.inner-right, .base-inner > .inner:nth-child(even) {
  width: 50%;
  font-size: 1.4rem;
  line-height: 2.2; }
  @media (max-width: 767px) {
    .inner-right, .base-inner > .inner:nth-child(even) {
      width: 100%;
      margin: 0 auto;
      border-left: none; }
      .inner-right img, .base-inner > .inner:nth-child(even) img {
        display: block;
        text-align: center; } }
  .inner-right.large, .base-inner > .inner:nth-child(even).large {
    padding: 0 4rem 2rem 4rem;
    border-bottom: none; }
    .inner-right.large .brand-thumb, .base-inner > .inner:nth-child(even).large .brand-thumb {
      padding: 2rem 0 0 0; }
    @media (max-width: 1040px) {
      .inner-right.large, .base-inner > .inner:nth-child(even).large {
        padding: 0 2rem; } }
    @media (max-width: 767px) {
      .inner-right.large, .base-inner > .inner:nth-child(even).large {
        border-left: none;
        padding: 2rem 1rem 0 1rem; }
        .inner-right.large .brand-thumb, .base-inner > .inner:nth-child(even).large .brand-thumb {
          padding: 0; } }
  .inner-right.list, .base-inner > .inner:nth-child(even).list {
    padding: 0 3rem 0 0;
    border-left: none; }
    @media (max-width: 1040px) {
      .inner-right.list, .base-inner > .inner:nth-child(even).list {
        padding: 0; } }
    @media (max-width: 767px) {
      .inner-right.list, .base-inner > .inner:nth-child(even).list {
        border-top: none;
        margin: 2rem 0 0 0; } }

@media (max-width: 767px) {
  .base-inner > .inner:first-child {
    border-top: none; } }

.base-inner > .inner:nth-child(odd), .base-inner > .inner:nth-child(even),
.chart:nth-child(odd), .chart:nth-child(even) {
  position: relative;
  border-bottom: 1px solid #999;
  padding: 2rem 0;
  margin-bottom: -1px; }

.base-inner > .inner.-adjust {
  padding: 0; }

.base-inner > .inner.large:nth-child(odd), .base-inner > .inner.large:nth-child(even) {
  width: 50%;
  border-left: none;
  border-bottom: 1px solid #999; }
  @media (max-width: 767px) {
    .base-inner > .inner.large:nth-child(odd), .base-inner > .inner.large:nth-child(even) {
      width: 100%;
      border-bottom: 1px solid #999;
      margin: 0; }
      .base-inner > .inner.large:nth-child(odd):last-child, .base-inner > .inner.large:nth-child(even):last-child {
        border-bottom: none; } }

@media (max-width: 767px) {
  .base-inner > .inner:nth-child(even):last-child {
    border-bottom: 1px solid #999; } }

.base-inner > .inner:nth-child(even):before {
  content: "";
  position: absolute;
  left: 0;
  top: 2rem;
  width: 0;
  border-left: 1px solid #999;
  height: calc(100% - 4rem); }
  @media (max-width: 767px) {
    .base-inner > .inner:nth-child(even):before {
      border-left: none; } }

.chart:nth-child(3), .chart:last-child {
  border-bottom: none; }
  @media (max-width: 767px) {
    .chart:nth-child(3), .chart:last-child {
      border-bottom: 1px solid #999; } }

.chart:nth-child(even):before {
  content: "";
  position: absolute;
  left: 0;
  top: 2rem;
  width: 0;
  border-left: 1px solid #999;
  height: calc(100% - 4rem); }
  @media (max-width: 767px) {
    .chart:nth-child(even):before {
      border-left: none; } }

.txt-container {
  font-size: 1.4rem;
  line-height: 1.6; }

.list-counter ul {
  counter-reset: number 0; }
  .list-counter ul li {
    position: relative;
    list-style: none;
    padding: 0.1rem 0 1.1rem 3rem;
    line-height: 2rem; }
  .list-counter ul li::before {
    counter-increment: number;
    content: counter(number,decimal-leading-zero);
    padding-right: 10px;
    font-size: 1.8rem;
    line-height: 2rem;
    position: absolute;
    top: 0;
    left: 0; }

/* 1.4 - Title Bar
* --------------------------------------------------------------------------- */
.title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 2rem 0 0 0;
  padding: 1rem 2rem;
  height: 40px;
  line-height: 2rem;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  border: 1px solid #999;
  border-radius: 5px;
  background: var(--color-text-white, #fff); }
  .title-bar > .en {
    display: inline-block;
    margin-left: 3rem;
    font-size: 1.4rem;
    font-family: 'Rufina', serif;
    font-weight: normal; }
  .title-bar.pic {
    padding: 1rem 0 1rem 10rem;
    height: 40px;
    z-index: 10;
    position: relative; }
    .title-bar.pic img {
      z-index: 100;
      position: absolute;
      left: -5px;
      bottom: 0px;
      width: 80px; }
  .title-bar > .number {
    margin: 0 2rem 0 0; }
  @media (max-width: 767px) {
    .title-bar {
      padding: 0 2rem; } }

/* 1.5 - Brand Wrap
* --------------------------------------------------------------------------- */
.brand-wrap {
  border: 1px solid #999;
  width: 100%;
  background: var(--color-text-white, #fff); }
  .brand-wrap.top {
    margin: 2rem 0 0 0;
    border-bottom: none; }
    .brand-wrap.top.col2 {
      padding: 0; }
  .brand-wrap.both {
    margin: 2rem 0; }
  .brand-wrap.middle {
    margin: 0;
    border-bottom: none;
    paddint-top: 2rem; }
  .brand-wrap.bottom {
    margin: 0;
    paddint-top: 2rem; }
  .brand-wrap.list {
    margin: 2rem 0 0 0;
    padding-bottom: 0;
    background: #f7f8f8;
    border: none;
    border-bottom: 1px solid #999; }
  .brand-wrap.chart {
    padding: 0;
    border: 1px solid #999; }
    @media (max-width: 767px) {
      .brand-wrap.chart {
        border-bottom: none; } }

.brand-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  transition-property: transform;
  box-sizing: border-box;
  border-bottom: 1px solid #999; }
  .brand-inner.top {
    margin: 2rem 0 0 0; }
  .brand-inner.col4.top {
    margin: 2rem 0 0 0; }
    @media (max-width: 1040px) {
      .brand-inner.col4.top {
        margin: 0; } }

.brand-col {
  position: relative;
  transition-property: transform;
  box-sizing: border-box;
  position: relative;
  width: calc(100% / 4);
  border-bottom: 1px solid #999;
  margin-bottom: -1px;
  padding: 2.1rem 1.5rem 2rem; }
  @media (min-width: 1041px) {
    .brand-col:nth-child(1), .brand-col:nth-child(2), .brand-col.chart-container {
      width: 50%;
      padding-left: 4rem;
      padding-right: 3.9rem; }
      .brand-col:nth-child(1) .brand-info, .brand-col:nth-child(2) .brand-info, .brand-col.chart-container .brand-info {
        display: flex; }
        .brand-col:nth-child(1) .brand-info .brand-box, .brand-col:nth-child(2) .brand-info .brand-box, .brand-col.chart-container .brand-info .brand-box {
          margin-right: 1rem; }
        .brand-col:nth-child(1) .brand-info .brand-box.row, .brand-col:nth-child(2) .brand-info .brand-box.row, .brand-col.chart-container .brand-info .brand-box.row {
          display: block;
          text-align: left; }
        .brand-col:nth-child(1) .brand-info .brand-tab .row, .brand-col:nth-child(2) .brand-info .brand-tab .row, .brand-col.chart-container .brand-info .brand-tab .row {
          display: block; }
      .brand-col:nth-child(1) .brand-date, .brand-col:nth-child(2) .brand-date, .brand-col.chart-container .brand-date {
        text-align: center;
        margin: 0.5rem; }
      .brand-col:nth-child(1) .brand-bottom, .brand-col:nth-child(2) .brand-bottom, .brand-col.chart-container .brand-bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        .brand-col:nth-child(1) .brand-bottom .brand-area-wrap, .brand-col:nth-child(2) .brand-bottom .brand-area-wrap, .brand-col.chart-container .brand-bottom .brand-area-wrap {
          padding-top: 0;
          width: 55%; } }
  .brand-col::before {
    content: "";
    position: absolute;
    top: 1.5rem;
    right: -1px;
    width: 0;
    height: calc(100% - 3rem);
    border-left: 1px solid #999; }
  .brand-col.-adjust {
    padding: 0; }
  @media (max-width: 1040px) {
    .brand-col {
      width: 50%;
      padding: 2rem;
      border-left: none;
      border-bottom: 1px solid #999; }
      .brand-col:last-child {
        border-bottom: none; }
      .brand-col > .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
        .brand-col > .inner > .brand-thumb {
          margin: 0 0 1rem; }
        .brand-col > .inner .brand-box.row {
          margin: 0;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .brand-col > .inner .brand-box.row .brand-date {
            margin: 0 0 0 2rem; } }
  @media (max-width: 767px) {
    .brand-col {
      width: 100%; } }
  .brand-col > .inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
  .brand-col .brand-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 1rem;
    width: 100%; }
  .brand-col .brand-name {
    margin: 1rem 0 0;
    line-height: 1.3; }
  @media (max-width: 767px) {
    .brand-col > .inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .brand-col > .inner > .brand-thumb {
        margin: 0 0 1rem 0;
        max-width: 420px; }
    .brand-col > .brand-box.col {
      margin: 0; } }
  .brand-col.featured {
    width: 100%; }
    .brand-col.featured > .brand-thumb {
      margin: 0;
      min-width: 155px; }
      @media (max-width: 767px) {
        .brand-col.featured > .brand-thumb {
          margin: 0 0 0 auto; } }
      @media (max-width: 500px) {
        .brand-col.featured > .brand-thumb {
          margin: 0 auto; } }
    .brand-col.featured .brand-box.row {
      margin: 1rem 0; }
      @media (max-width: 767px) {
        .brand-col.featured .brand-box.row {
          margin: 1rem 0 0 auto; } }
      @media (max-width: 500px) {
        .brand-col.featured .brand-box.row {
          margin: 1.5rem 25% 1rem 25%; } }

.brand-thumb.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 140px; }
.brand-thumb img {
  max-width: 100%; }
.brand-thumb.single img {
  width: 250px;
  margin: 0 2rem 0 0; }
  @media (max-width: 767px) {
    .brand-thumb.single img {
      width: 200px; } }
@media (max-width: 500px) {
  .brand-thumb.single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 2rem 0; } }

.brand-area-wrap {
  padding: 1rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%; }
  @media (max-width: 1040px) {
    .base-inner.col2.top .brand-area-wrap {
      margin: 0 auto; } }
  .brand-area-wrap .brand-area-txt {
    font-size: 1.4rem;
    line-height: 1.6; }
    .brand-area-wrap .brand-area-txt.description {
      position: relative;
      margin: 0 0 0.7rem 0.7rem; }
      @media (max-width: 1040px) {
        .brand-area-wrap .brand-area-txt.description {
          margin: 0;
          padding: 0 0 0 2rem; } }
      @media (max-width: 767px) {
        .brand-area-wrap .brand-area-txt.description {
          font-size: 1.6rem;
          width: 100%;
          padding: 1em; } }
    .brand-area-wrap .brand-area-txt {
      margin: 0 0 1rem 0;
      flex-grow: 1; }
      .brand-area-wrap .brand-area-wrap .brand-area-txt {
        padding: 0; }
      @media (max-width: 1040px) {
        .brand-area-wrap .brand-area-txt {
          margin: -1rem 0 1rem 0; } }
    .brand-area-wrap .brand-area-txt span {
      display: inline-block; }
    .brand-area-wrap .brand-area-txt.ready {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }
    .brand-area-wrap .brand-area-txt > .brand-icon {
      float: left;
      padding: 0.5rem 0.5rem 0 0;
      width: 50px; }
  .brand-area-wrap.featured {
    padding: 0; }
    .brand-area-wrap.featured .brand-area-txt {
      margin: 0 0 1rem 0; }
      @media (max-width: 767px) {
        .brand-area-wrap.featured .brand-area-txt {
          margin: 0.5rem 0 1rem 0; } }
  .brand-area-wrap.list {
    padding: 0;
    height: 100%; }
    .brand-area-wrap.list > .brand-name {
      line-height: 1.6;
      margin: 0 0 1rem 0; }
    .brand-area-wrap.list > .brand-area-txt.description {
      height: 100%; }
      .brand-area-wrap.list > .brand-area-txt.description > a {
        text-decoration: underline;
        margin: 0 0 0 0.5rem;
        color: #0000ff; }
        .brand-area-wrap.list > .brand-area-txt.description > a:hover {
          color: #999; }
      @media (max-width: 767px) {
        .brand-area-wrap.list > .brand-area-txt.description.list {
          font-size: 1.6rem; } }
    .brand-area-wrap.list .txt-center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }

.brand-box.col, .login-box.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  @media (max-width: 1040px) {
    .brand-box.col, .login-box.col {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .featured .brand-box.col, .featured .login-box.col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
      .brand-box.col.login-box, .login-box.col.login-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; } }
  @media (max-width: 767px) {
    .brand-box.col, .login-box.col {
      margin: 0; }
      .left-col.pct45.large .brand-box.col, .left-col.pct45.large .login-box.col {
        margin: 0 0 0 2rem; } }
  @media (max-width: 600px) {
    .left-col.pct45.large .brand-box.col, .left-col.pct45.large .login-box.col {
      margin: 0; } }
  .brand-box.col.list > .btn-panel.white.long:first-child, .login-box.col.list > .btn-panel.white.long:first-child {
    margin-bottom: 0.5rem; }
  @media (max-width: 767px) {
    .brand-box.col.list, .login-box.col.list {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
.brand-box.row, .login-box.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 0 1rem 0; }
  .brand-box.row.list, .login-box.row.list {
    margin: 0; }
  .brand-box.row.col2, .login-box.row.col2 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0.5rem 0 0 0; }
    @media (max-width: 1040px) {
      .brand-box.row.col2, .login-box.row.col2 {
        margin: 0.5rem 0 1rem 0; } }
  .brand-col .brand-box.row, .brand-col .login-box.row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0.5rem 0 0 0; }
  .brand-box.row.form > li, .login-box.row.form > li {
    margin: 0 1rem; }
  @media (max-width: 1040px) {
    .brand-box.row.form, .login-box.row.form {
      margin: 0 1rem 0 0; } }
  @media (max-width: 767px) {
    .brand-box.row.form, .login-box.row.form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
      .brand-box.row.form > li, .login-box.row.form > li {
        margin: 0 0 1rem 0; }
        .brand-box.row.form > li .btn-panel.form, .login-box.row.form > li .btn-panel.form {
          width: 250px; } }

.brand-box.row.page {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .brand-box.row.page > .brand-thumb {
    padding: 0; }
  .brand-box.row.page > .trade-date {
    font-size: 1.4rem;
    margin: 0.7rem 0 1rem 1rem; }
  .brand-box.row.page .brand-start {
    margin: 0 0 0 4rem; }
  .brand-box.row.page .brand-close, .brand-box.row.page .brand-open {
    margin: 0 0 0 4rem;
    line-height: 1;
    position: relative; }
  .brand-box.row.page .brand-start, .brand-box.row.page .brand-close, .brand-box.row.page .brand-open {
    font-size: 2rem;
    display: inline-block;
    font-weight: bold; }
    .brand-box.row.page .brand-start:before, .brand-box.row.page .brand-close:before, .brand-box.row.page .brand-open:before {
      position: absolute;
      border: solid 1px #999;
      font-size: 1rem;
      line-height: 1.3;
      font-weight: normal;
      white-space: nowrap;
      width: 30px;
      height: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .brand-box.row.page > .brand-open:before {
    content: "始値";
    left: -36px; }
  .brand-box.row.page > .brand-close:before {
    content: "終値";
    left: -36px; }
  @media (max-width: 1040px) {
    .brand-box.row.page {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      width: 100%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .brand-box.row.page > .trade-date {
        width: calc(100% - 50px); } }
  @media (max-width: 767px) {
    .brand-box.row.page {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: normal;
      -ms-flex-pack: normal;
      justify-content: normal; }
      .brand-box.row.page > .trade-date {
        width: 130px; }
      .brand-box.row.page .brand-start, .brand-box.row.page .brand-open {
        width: 90px; }
      .brand-box.row.page .brand-start, .brand-box.row.page .brand-close, .brand-box.row.page .brand-open {
        padding: 0 0 0.3rem 0; } }
  @media (max-width: 450px) {
    .brand-box.row.page {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      width: 100%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .brand-box.row.page > .trade-date {
        width: calc(100% - 50px); } }

.brand-tab, .online-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: normal;
  text-align: center; }
  .brand-tab > .col > li, .brand-tab > .row > li, .online-tab > .col > li, .online-tab > .row > li {
    border: 1px solid #999;
    min-width: 64px;
    height: auto;
    line-height: 1.3;
    margin: 0 -1px -1px 0;
    padding: .1em .3em; }
    .brand-tab > .col > li.base, .brand-tab > .row > li.base, .online-tab > .col > li.base, .online-tab > .row > li.base {
      margin: 0; }
    .brand-tab > .col > li.lower, .brand-tab > .row > li.lower, .online-tab > .col > li.lower, .online-tab > .row > li.lower {
      margin: -1px 0 0 0; }
    .brand-tab > .col > li.time, .brand-tab > .row > li.time, .online-tab > .col > li.time, .online-tab > .row > li.time {
      border: none;
      margin: 0.5rem 1px; }
  .brand-tab > .col, .online-tab > .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
  .brand-tab > .row, .online-tab > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.brand-box.col .brand-tab {
  margin: 0.7rem 0 0 0; }
  @media (max-width: 500px) {
    .brand-box.col .brand-tab {
      margin: 1rem 0 0 0; } }
.brand-box.col.list .brand-tab {
  margin: 0; }

.brand-name, .online-title, .trade-date {
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
  line-height: 1.8;
  margin: 1rem 0; }
  .brand-name .number, .online-title .number, .trade-date .number {
    margin: 0 1rem 0 0; }
  .brand-name.col2, .online-title.col2, .trade-date.col2 {
    margin: 0 0 0 1.5rem;
    line-height: 2; }
    @media (max-width: 1040px) {
      .brand-name.col2, .online-title.col2, .trade-date.col2 {
        margin: 0;
        padding: 0 0 0 2rem; } }
  .brand-name.col4, .online-title.col4, .trade-date.col4 {
    margin: 1rem 0 0 0; }
  @media (max-width: 767px) {
    .brand-name, .online-title, .trade-date {
      font-size: 1.8rem; } }

.online-title {
  margin: 0; }

.trade-date {
  margin: 0.7rem 0 1rem 2rem; }

.brand-date, .brand-warning {
  font-size: 1rem;
  font-weight: normal;
  text-align: right;
  line-height: 1.5;
  margin: 0 0 0 auto; }
  .featured .brand-date, .featured .brand-warning {
    text-align: left;
    margin: 0; }

.brand-warning {
  text-align: left;
  margin: 0; }
  @media (max-width: 1040px) {
    .brand-warning {
      text-align: center; }
      .brand-warning br {
        display: none; }
      .right-col.pct55.large .brand-warning {
        margin: 1rem 0 0 0; } }

.brand-start, .brand-price, .brand-rate {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 70px; }

.brand-start:before, .brand-price:before, .brand-rate:before {
  position: absolute;
  border: solid 1px #999;
  left: -70px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
  padding: .1em .3em;
  white-space: nowrap;
  width: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.brand-start .value, .brand-price .value, .brand-open .value, .brand-close .value {
  display: inline-block;
  text-align: right;
  white-space: nowrap;
  line-height: 1;
  transform-origin: right center; }
  .brand-start .value.-slim, .brand-price .value.-slim, .brand-open .value.-slim, .brand-close .value.-slim {
    transform: scaleX(0.8); }

.brand-start .value, .brand-price .value {
  width: 100px; }
  .brand-start .value.-slim, .brand-price .value.-slim {
    width: 150px;
    margin-left: -50px; }
  .brand-col:nth-child(1) .brand-start .value, .brand-col:nth-child(2) .brand-start .value, .brand-col:nth-child(1) .brand-price .value, .brand-col:nth-child(2) .brand-price .value {
    width: 100px; }
    .brand-col:nth-child(1) .brand-start .value.-slim, .brand-col:nth-child(2) .brand-start .value.-slim, .brand-col:nth-child(1) .brand-price .value.-slim, .brand-col:nth-child(2) .brand-price .value.-slim {
      width: 150px;
      margin-left: -50px; }

.brand-open, .brand-close {
  font-size: 2.5rem; }
  .brand-open .value, .brand-close .value {
    width: 100px; }
    .brand-open .value.-slim, .brand-close .value.-slim {
      width: 150px;
      margin-left: -50px; }

.brand-start, .brand-price {
  font-size: 2.4rem; }

.brand-bottom .brand-start .value {
  font-weight: normal; }

.unit {
  font-size: 1rem;
  font-weight: normal;
  padding: 1rem 0 0 0.2rem; }

.mark {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 0 0.5rem; }

.brand-start:before {
  content: "推奨日株価"; }

.brand-price:before {
  content: "昨日の終値"; }

.featured .brand-box.col {
  margin: 0.5rem 0 0 0; }
.featured .brand-open, .featured .brand-close {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 65px; }
.featured .brand-open:before, .featured .brand-close:before {
  position: absolute;
  border: solid 1px #999;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  white-space: nowrap;
  width: 50px;
  padding: .1em .3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.featured .brand-open:before {
  content: "始値";
  left: -60px; }
.featured .brand-close:before {
  content: "終値";
  left: -60px; }
.featured .brand-box {
  margin-top: 1rem; }

.brand-btn.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
@media (max-width: 1040px) {
  .brand-btn .brand-box.row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0.5rem 0 0 0 0; } }

.brand-rate {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #c1272d;
  padding: 0 0 0.5rem 0; }
  .brand-rate:before {
    content: "上昇率";
    font-weight: normal;
    border: solid 1px #c1272d; }
  .brand-rate:after {
    content: "%"; }
  .brand-rate .plus {
    font-size: 2rem;
    color: #c1272d;
    margin: 0; }

.brand-discription {
  font-size: 1.4rem;
  margin: 0 0 0 2rem; }
  .brand-discription.full {
    margin: 0; }
  .brand-discription.single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: calc(100% - 270px);
    max-width: calc(100% - 270px);
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .brand-discription.single {
        min-width: calc(100% - 220px); } }
    @media (max-width: 500px) {
      .brand-discription.single {
        width: 100%;
        max-width: 100%; } }

/* 1.6 - Balloon
* --------------------------------------------------------------------------- */
.balloon-pic {
  margin: 0 1rem 0 0;
  border-radius: 50%; }
  .balloon-pic img {
    width: 100px;
    height: 100px; }
    @media (max-width: 767px) {
      .balloon-pic img {
        width: 80px;
        height: 80px; } }

.balloon-flame {
  position: relative;
  display: inline-block;
  width: calc(100% - 110px);
  font-size: 1.6rem;
  border: solid 1px #999;
  border-radius: 20px;
  min-height: 80px;
  height: 100%;
  padding: 1rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 1rem;
  background: var(--color-text-white, #fff); }
  @media (max-width: 767px) {
    .balloon-flame {
      width: calc(100% - 90px);
      padding: 1rem 2rem; } }
  .balloon-flame:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    z-index: 2;
    left: -24px;
    border-right: 18px solid #ffffff; }
  .balloon-flame:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    border: 7px solid transparent;
    z-index: 1;
    left: -27px;
    border-right: 19px solid #999; }

#form-analyst-remark .btn-wrap {
  position: absolute;
  left: 2rem;
  bottom: -1.5rem; }
  @media (max-width: 767px) {
    #form-analyst-remark .btn-wrap {
      bottom: -2rem;
      font-size: 1.5rem; } }
  #form-analyst-remark .btn-wrap .-large {
    width: 150px;
    font-size: 1.3rem;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
#form-analyst-remark.-view > textarea {
  display: none; }
#form-analyst-remark.-view > .btn-wrap button {
  display: none; }
#form-analyst-remark.-edit > span {
  display: none; }
#form-analyst-remark.-edit > .btn-wrap a {
  display: none; }

/* 1.7 - BTN Panel
* --------------------------------------------------------------------------- */
.btn-panel {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  padding-right: 0;
  text-decoration: none;
  font-weight: normal; }
  .btn-panel > .text {
    display: block;
    line-height: 1.1; }
  .btn-panel > .text > .jp {
    width: auto; }
  .btn-panel.white {
    width: 110px;
    min-height: 25px;
    border: 1px solid #999;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 0 0.7rem 0 0;
    text-decoration: none; }
    .btn-panel.white:after {
      content: "→";
      position: absolute;
      top: auto;
      right: 3px;
      margin-top: 0;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 1px solid #999;
      text-align: center;
      line-height: 13px;
      font-size: 13px;
      color: #333;
      transition: all 0.2s ease; }
    .btn-panel.white:hover {
      border: 1px solid #b3b3b3;
      background-color: #b3b3b3;
      color: #fff !important; }
    .btn-panel.white:hover:after {
      color: #fff !important;
      border: 1px solid  #fff !important; }
    .brand-col .btn-panel.white {
      width: 120px;
      margin: 0 0 0 0.5rem;
      flex-grow: 1; }
      .brand-col .btn-panel.white:first-child {
        margin: 0; }
      .brand-col .btn-panel.white.right {
        padding: 0 2rem 0 0; }
      @media (max-width: 1040px) {
        .brand-col .btn-panel.white {
          width: 150px;
          margin: 0 0 0 0.5rem; } }
    .btn-panel.white.long {
      width: 200px; }
    .btn-panel.white.featured {
      width: 140px; }
    .btn-panel.white.large {
      width: 200px;
      height: 35px;
      border-radius: 5px; }
      .btn-panel.white.large.bottom {
        width: 250px; }
        .btn-panel.white.large.bottom:after {
          right: 10px; }
  .btn-panel.-right {
    margin-left: auto; }
  .btn-panel.quit, .btn-panel.login, .btn-panel.mypage, .btn-panel.form {
    width: 300px;
    height: 40px;
    border: 1px solid #999;
    background-color: #fff;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 10px;
    padding: 0 1rem 0 0; }
    .btn-panel.quit:hover, .btn-panel.login:hover, .btn-panel.mypage:hover, .btn-panel.form:hover {
      border: 1px solid #b3b3b3;
      background-color: #b3b3b3;
      color: #fff !important;
      transition: all 0.2s ease; }
  .btn-panel.login {
    width: 260px;
    background-color: #e6e6e6; }
  .btn-panel.mypage {
    width: 200px;
    height: 30px;
    margin: 0.5rem 0;
    border-radius: 8px;
    padding: 0; }

.btn-tab-wrap {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #999; }
  .btn-tab-wrap .tab-area {
    font-size: 0; }
    .btn-tab-wrap .tab-area li {
      width: 220px;
      height: 40px;
      margin: 0 10px -1px 0;
      display: inline-block;
      cursor: pointer;
      font-size: 1.4rem; }
      .btn-tab-wrap .tab-area li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background: var(--color-text-white, #fff);
        color: var(--color-text-base, #000);
        text-align: center;
        line-height: 1.2;
        text-decoration: none;
        transition: ease 0.2s opacity;
        border: 1px solid #999;
        border-radius: 10px 10px 0 0; }
        .btn-tab-wrap .tab-area li a:hover {
          background: #999;
          color: var(--color-text-white, #fff); }
      .btn-tab-wrap .tab-area li.active a {
        background: none;
        border-bottom: 1px solid #f7f8f8;
        margin: 0 10px -1px 0;
        color: var(--color-text-base, #000);
        pointer-events: none; }
      @media (max-width: 1040px) {
        .btn-tab-wrap .tab-area li {
          width: calc((100% - 115px) / 3); } }
      @media (max-width: 500px) {
        .btn-tab-wrap .tab-area li {
          width: calc((100% - 30px) / 3); } }
  @media (max-width: 1040px) {
    .btn-tab-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.left-btn-wrap, .right-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 1rem auto;
  font-size: 1.2rem; }
  .left-btn-wrap a, .right-btn-wrap a {
    text-decoration: underline;
    color: #0000ff;
    margin-left: 10px; }
  .left-btn-wrap :hover, .right-btn-wrap :hover {
    text-decoration: none;
    color: #999; }

.right-btn-wrap a {
  margin-left: 2rem; }

.center-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3rem auto; }
  .center-btn-wrap.login {
    margin: 1rem auto; }

.bottom-btn-wrap {
  width: 70%;
  margin: 5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 5px;
  padding: 0; }
  .bottom-btn-wrap > .btn-panel.white.page {
    width: calc(100% / 3);
    padding: 0 1rem 0 0;
    border: none;
    border-radius: 0;
    border-right: 1px solid #999;
    margin: 0.7rem 0; }
    .bottom-btn-wrap > .btn-panel.white.page:last-child {
      border-right: none; }
    .bottom-btn-wrap > .btn-panel.white.page:hover {
      background-color: #fff;
      color: #444 !important;
      text-decoration: underline;
      transition: all 0.2s ease; }
    .bottom-btn-wrap > .btn-panel.white.page:after {
      right: 10px;
      color: #444 !important;
      border: 1px solid  #444 !important; }
    .bottom-btn-wrap > .btn-panel.white.page:hover:after {
      color: #444 !important;
      border: 1px solid  #444 !important; }
  @media (max-width: 1040px) {
    .bottom-btn-wrap {
      width: 80%; } }
  @media (max-width: 767px) {
    .bottom-btn-wrap {
      width: 100%; } }
  @media (max-width: 550px) {
    .bottom-btn-wrap {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      border: none;
      border-radius: 0;
      background-color: inherit; }
      .bottom-btn-wrap > .btn-panel.white.page {
        width: 300px;
        height: 35px;
        border: 1px solid #999;
        border-radius: 5px;
        color: #000;
        line-height: 1.5;
        margin: 0.7rem auto;
        padding: 0 0.7rem 0 0;
        text-decoration: none;
        background-color: #fff;
        font-size: 1.4rem; }
        .bottom-btn-wrap > .btn-panel.white.page:last-child {
          border-right: 1px solid #999; }
        .bottom-btn-wrap > .btn-panel.white.page:hover {
          background-color: #b3b3b3;
          color: #fff !important;
          text-decoration: none;
          transition: all 0.2s ease; }
        .bottom-btn-wrap > .btn-panel.white.page:after {
          color: #555 !important;
          border: 1px solid  #555 !important; }
        .bottom-btn-wrap > .btn-panel.white.page:hover:after {
          color: #fff !important;
          border: 1px solid  #fff !important; } }

.featured-list > .left-col {
  width: calc(100% - 230px); }
.featured-list > .right-col {
  width: 230px; }

.btn-edit-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(247, 248, 248, 0.8);
  padding: 1rem 3rem;
  opacity: 0;
  transition: all 0.3s ease; }
  .brand-wrap.list:hover .btn-edit-wrap {
    opacity: 1; }
  @media (max-width: 767px) {
    .btn-edit-wrap {
      opacity: 1; } }
  .btn-edit-wrap .btn-panel.white {
    padding: .5em 2em;
    width: auto;
    font-size: 1.4rem; }

/* 1.8 - Txt Area
 * --------------------------------------------------------------------------- */
.txt-area-container {
  color: var(--color-text-base, #000); }
  .txt-area-container p {
    font-size: 1.4rem;
    line-height: 1.6; }
  .txt-area-container .title {
    font-size: 1.8rem;
    margin: 2rem 0;
    font-weight: bold; }
  .txt-area-container .number {
    font-size: 1.8rem;
    margin: 2rem 0;
    font-weight: bold; }
  .txt-area-container a:hover {
    color: #0071BC;
    text-decoration: underline; }

#privacy-policy .txt-area-container dl, #agreements .txt-area-container dl {
  font-size: 1.4rem;
  line-height: 1.6; }
  #privacy-policy .txt-area-container dl dt, #agreements .txt-area-container dl dt {
    font-weight: bold;
    margin: 2rem 0 0 0;
    counter-increment: title 1;
    counter-reset: number 0; }
    #privacy-policy .txt-area-container dl dt:before, #agreements .txt-area-container dl dt:before {
      content: "第" counter(title) "条 "; }
    #privacy-policy .txt-area-container dl dt:first-child, #agreements .txt-area-container dl dt:first-child {
      margin: 0; }
  #privacy-policy .txt-area-container dl dd, #agreements .txt-area-container dl dd {
    list-style: none;
    position: relative;
    counter-increment: number 1;
    margin: 0 0 0 1.5rem; }
    #privacy-policy .txt-area-container dl dd:before, #agreements .txt-area-container dl dd:before {
      content: counter(number) ".";
      position: absolute;
      top: -1px;
      left: -1.5rem; }
    #privacy-policy .txt-area-container dl dd.close:before, #agreements .txt-area-container dl dd.close:before {
      content: counter(number) ")"; }
    @media (max-width: 767px) {
      #privacy-policy .txt-area-container dl dd:before, #agreements .txt-area-container dl dd:before {
        top: -10px; } }
  #privacy-policy .txt-area-container dl .txt-area-box, #agreements .txt-area-container dl .txt-area-box {
    margin: 2rem 0 0 0; }
    #privacy-policy .txt-area-container dl .txt-area-box p, #agreements .txt-area-container dl .txt-area-box p {
      font-size: 1.4rem;
      line-height: 1.6; }

#privacy-policy .txt-area-inner, #agreements .txt-area-inner {
  margin: 0 0 0 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6; }
  #privacy-policy .txt-area-inner dl dt, #agreements .txt-area-inner dl dt {
    font-weight: normal;
    margin: 0;
    counter-increment: list 1;
    counter-reset: number 0; }
    #privacy-policy .txt-area-inner dl dt:before, #agreements .txt-area-inner dl dt:before {
      content: counter(list) ")"; }
    #privacy-policy .txt-area-inner dl dt.double:before, #agreements .txt-area-inner dl dt.double:before {
      content: "(" counter(list) ")"; }

/* ========================================
 * 3.0 - Component (Block) & Variant (Modifier, State)
 * ===================================== */
/* ------------------------------
 * 3.1 - Common
 * --------------------------- */
.no-contents {
  padding: 1em;
  width: 100%; }

.edit-btn-wrap {
  display: flex;
  padding-top: 1rem;
  border-top: 1px dashed #999; }
  .home .edit-btn-wrap {
    border: none;
    margin-top: 10px; }
    .home .edit-btn-wrap .btn-edit {
      margin: 0 auto;
      max-width: none;
      width: auto;
      padding: 1rem 3rem 1rem 1.2rem; }
  .remove-btn .edit-btn-wrap {
    margin-top: 10px;
    border: none; }

.btn-edit {
  display: block;
  position: relative;
  padding: .5rem 2rem .5rem .2rem;
  border: 1px solid #000036;
  line-height: 1.3;
  text-align: center;
  border-radius: 3px;
  max-width: calc(50% - 3px);
  width: 300px;
  font-size: 13px;
  font-family: inherit;
  text-decoration: none;
  background: #000036;
  color: #fff;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease; }
  .btn-edit.-reset {
    background: #fff;
    color: #000036; }
  .btn-edit:hover {
    background: #f0f0ff;
    color: #000036; }
  .btn-edit + .btn-edit {
    margin-left: 6px; }
  .btn-edit::after {
    content: "→";
    position: absolute;
    top: auto;
    right: 5px;
    margin-top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #999;
    text-align: center;
    line-height: 13px;
    font-size: 13px; }
  .btn-edit.-downward {
    width: 80px; }
    .btn-edit.-downward::after {
      transform: rotate(90deg); }

.pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  margin-top: 30px;
  line-height: 1.3;
  font-size: 13px; }
  .pagination > .page_num {
    margin: 5px;
    border: 1px solid #999;
    padding: 5px 10px;
    background: #fff; }

.pagination-list {
  display: flex;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  .pagination-list > .list-item {
    margin: 5px 5px 5px 10px;
    border: 1px solid #999;
    min-width: 24px;
    text-align: center; }
    .pagination-list > .list-item a, .pagination-list > .list-item span {
      display: block;
      padding: 5px 10px;
      text-decoration: none;
      color: inherit;
      background: #fff;
      transition: all 0.3s ease; }
    .pagination-list > .list-item a:hover {
      background: #eee; }
    .pagination-list > .list-item .current {
      background: #b3b3b3;
      color: #fff; }

.content-textwithimage {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .content-textwithimage {
      flex-direction: column; } }
  .content-textwithimage > .col-image {
    flex-shrink: 0;
    margin: 0 20px 20px 0;
    width: 270px; }
    @media (max-width: 767px) {
      .content-textwithimage > .col-image {
        margin-right: 0;
        width: 100%; } }
  .content-textwithimage > .col-text {
    flex-shrink: 1;
    width: 100%; }
    .content-textwithimage > .col-text > p {
      margin-bottom: 1em; }

/* ------------------------------
 * 3.2 - Unique
 * --------------------------- */
/* 2.1 - Swiper
 * --------------------------------------------------------------------------- */
#swiper-container-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%; }
  #swiper-container-wrap.container {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0; }
    @media (max-width: 1140px) {
      #swiper-container-wrap.container {
        padding-left: 50px;
        padding-right: 60px; } }
    @media (max-width: 1040px) {
      #swiper-container-wrap.container {
        padding-right: 80px; } }
    @media (max-width: 767px) {
      #swiper-container-wrap.container {
        padding-right: 70px; } }
    @media (max-width: 394px) {
      #swiper-container-wrap.container {
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100vw - 20px); } }

#swiper-container {
  max-width: 100vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #999;
  background: var(--color-text-white, #fff);
  width: 100%; }
  @media (max-width: 394px) {
    #swiper-container {
      width: calc(100% - 20px); } }

.swiper-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  border: 1px solid;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #000000;
  z-index: 300;
  background-color: #ffffff;
  overflow: visible; }
  .swiper-notification.swiper-button-next {
    left: auto;
    content: "→";
    right: -45px; }
    @media (max-width: 1140px) {
      .swiper-notification.swiper-button-next {
        right: 10px; } }
    @media (max-width: 1040px) {
      .swiper-notification.swiper-button-next {
        right: 30px; } }
    @media (max-width: 767px) {
      .swiper-notification.swiper-button-next {
        right: 20px; } }
    @media (max-width: 394px) {
      .swiper-notification.swiper-button-next {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        right: 0; } }
  .swiper-notification.swiper-button-next:after {
    left: auto;
    content: "→";
    color: #000000;
    font-size: 24px;
    z-index: 1000; }
    @media (max-width: 394px) {
      .swiper-notification.swiper-button-next:after {
        font-size: 14px; } }
  .swiper-notification.swiper-button-next:before {
    content: "";
    position: absolute;
    top: -360%;
    right: -175%;
    z-index: 200;
    pointer-events: auto;
    width: 300%;
    height: 820%; }
    @media (max-width: 394px) {
      .swiper-notification.swiper-button-next:before {
        top: -620%;
        right: -55%;
        z-index: 200;
        pointer-events: auto;
        width: 200%;
        height: 1470%; } }
  .swiper-notification.swiper-button-prev {
    right: auto;
    content: "←";
    left: -45px; }
    @media (max-width: 1140px) {
      .swiper-notification.swiper-button-prev {
        left: 0; } }
    @media (max-width: 394px) {
      .swiper-notification.swiper-button-prev {
        width: 20px;
        height: 20px;
        border-radius: 20px; } }
  .swiper-notification.swiper-button-prev:after {
    right: auto;
    content: "←";
    color: #000000;
    font-size: 24px;
    z-index: 1000; }
    @media (max-width: 394px) {
      .swiper-notification.swiper-button-prev:after {
        font-size: 14px; } }
  .swiper-notification.swiper-button-prev:before {
    content: "";
    position: absolute;
    top: -360%;
    left: -175%;
    z-index: 200;
    pointer-events: auto;
    width: 300%;
    height: 820%; }
    @media (max-width: 394px) {
      .swiper-notification.swiper-button-prev:before {
        top: -620%;
        left: -55%;
        z-index: 200;
        pointer-events: auto;
        width: 200%;
        height: 1470%; } }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .2 !important; }

.swiper-slide.online-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2rem 0 0 0;
  padding: 2rem 2rem 0 2rem;
  opacity: 1;
  position: relative;
  max-width: 420px; }
  @media (max-width: 1341px) {
    .swiper-slide.online-col {
      margin: 0 0 0 -1px;
      opacity: 0.5; }
      .swiper-slide.online-col.swiper-slide-active, .swiper-slide.online-col.swiper-slide-next, .swiper-slide.online-col.swiper-slide-prev {
        opacity: 1; } }
  @media (max-width: 880px) {
    .swiper-slide.online-col.swiper-slide-active {
      opacity: 1; }
    .swiper-slide.online-col.swiper-slide-next, .swiper-slide.online-col.swiper-slide-prev {
      opacity: 0.5; } }

.swiper-slide.online-col:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2rem;
  width: 0;
  border-left: 1px solid #999;
  height: calc(100% - 4rem); }
  @media (max-width: 500px) {
    .swiper-slide.online-col:before {
      border-left: none; } }

/* 2.2 - Online VTR
 * --------------------------------------------------------------------------- */
/* 2.3 - Information
 * --------------------------------------------------------------------------- */
.information-wrap {
  padding: 2rem 0; }
  @media (max-width: 767px) {
    .information-wrap {
      border: none; } }

.info-list {
  overflow-y: auto;
  padding-right: 2rem;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #home .info-list {
    max-height: 500px; }
  .info-list > .list-title {
    font-size: 1.2rem;
    color: var(--color-text-white, #fff);
    background: #666;
    width: 90px;
    height: 1.5em;
    text-align: center;
    line-height: 1.5;
    margin: 0.5rem 0 0 0; }
  .info-list > .list-description {
    border-bottom: 1px solid #919191;
    margin-bottom: 0.7rem;
    padding-bottom: 0.7rem;
    color: var(--color-text-base, #000);
    width: calc(100% - 110px);
    font-size: 1.4rem;
    line-height: 1.6; }
  @media (max-width: 767px) {
    .info-list {
      padding-right: 1.5rem; }
      .info-list > .list-title {
        width: 70px; }
      .info-list > .list-description {
        margin-left: 0;
        width: calc(100% - 80px); } }

/* 2.4 - Recommemded List
 * --------------------------------------------------------------------------- */
.search {
  width: 300px;
  margin: 0 0 9px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .search input {
    width: 200px;
    height: 30px;
    padding: 5px;
    color: var(--color-text-base, #000);
    background: var(--color-text-white, #fff);
    border: 1px solid #999;
    margin: 0 5px;
    border-radius: 0; }
    .search input:focus {
      outline: 0;
      background: transparent; }
  .search button {
    position: relative;
    float: right;
    color: var(--color-text-white, #fff);
    background: #b3b3b3;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 90px;
    color: var(--color-text-white, #fff); }
    .search button:hover {
      background: #999; }
    .search button:active {
      box-shadow: 0px 0px 12px 0px #e1e1e1; }
    .search button:focus {
      outline: 0; }

@media (max-width: 500px) {
  .brand-wrap.list .brand-box.col.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .brand-wrap.list .brand-area-wrap.list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0; }
    .brand-wrap.list .brand-area-wrap.list .brand-name {
      margin: 1rem 0; }
    .brand-wrap.list .brand-area-wrap.list .right-col {
      margin: 0; }
    .brand-wrap.list .brand-area-wrap.list .inner-left {
      margin: 0; } }

/* 2.5 - About
 * --------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .about.left-col {
    width: 20% !important;
    margin: 0; }
  .about.right-col {
    width: 80% !important;
    margin: 0; }
  .about.divide-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; } }
.about > img {
  width: 200px;
  margin: 0 auto 0 0; }
  @media (max-width: 767px) {
    .about > img {
      min-width: 60px;
      min-height: 60px; } }
.about.txt {
  padding: 2rem 0 2rem 2rem;
  font-size: 1.4rem;
  line-height: 1.8; }
  @media (max-width: 767px) {
    .about.txt {
      padding: 1rem 0 1rem 1rem; } }

/* 2.6 - Questionnaire
 * --------------------------------------------------------------------------- */
.questionnaire-wrap {
  margin: 6rem 0; }
  .questionnaire-wrap > .title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3rem;
    margin: 2rem 0; }
    .questionnaire-wrap > .title.sub {
      font-size: 1.8rem;
      line-height: 2rem;
      margin: 3rem 0 2rem 0; }
  .questionnaire-wrap .form {
    padding: 0 4rem; }
    @media (max-width: 767px) {
      .questionnaire-wrap .form {
        padding: 0 2rem; } }
  .questionnaire-wrap .txt-form textarea {
    border-radius: 0;
    border: 1px solid #999; }
  .questionnaire-wrap .check-area input[type=checkbox].original {
    display: none; }
  .questionnaire-wrap .check-area .question {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto; }
  .questionnaire-wrap .check-area .question:before {
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px; }
  .questionnaire-wrap .check-area .question:after {
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px; }
  .questionnaire-wrap .check-area input[type=checkbox]:checked + .question:after {
    opacity: 1; }

/* 2.7 - Mypage
 * --------------------------------------------------------------------------- */
.mypage-wrap {
  margin: 6rem 0 2rem 0; }
  .mypage-wrap .name {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2rem; }
  .mypage-wrap .name:after {
    content: "様";
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 0 0 0.5rem; }
  .mypage-wrap .btn {
    margin: 0 0 0 4rem; }

/* 2.8 - Login
 * --------------------------------------------------------------------------- */
.login-box > .title {
  width: 55px;
  height: 25px;
  font-size: 1.7rem;
  text-align: center;
  margin: 0 0.5rem 0 0;
  color: var(--color-text-white, #fff);
  background: #4d4d4d;
  font-family: 'Teko', sans-serif; }
  @media (max-width: 767px) {
    .login-box > .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
.login-box > .txt {
  font-size: 1.2rem;
  text-align: right;
  margin: 0 0 1rem 0; }
  .login-box > .txt > a {
    text-decoration: underline;
    color: var(--color-text-white, #fff); }
    .login-box > .txt > a:hover {
      color: #0071BC; }
.login-box .form input:not([type=radio]), .login-box .form textarea {
  width: 200px;
  height: 25px;
  border: 1px solid #999;
  border-radius: 0;
  padding: 0 0.5rem;
  color: var(--color-text-base, #000);
  vertical-align: top; }

/* 2.9 - Form
 * --------------------------------------------------------------------------- */
.information-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 1rem 0; }
  .information-form .title {
    width: 200px;
    min-height: 40px;
    text-align: center;
    margin: 0;
    color: var(--color-text-base, #000);
    background: #f2f2f2;
    border: 1px solid #999;
    font-size: 1.2rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1040px) {
      .information-form .title {
        width: 150px; } }
    @media (max-width: 767px) {
      .information-form .title {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%; } }
    .information-form .title.card {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .information-form .form {
    width: calc(100% - 200px);
    min-height: 40px;
    border: 1px solid #999;
    margin: 0 0 0 -1px;
    padding: 0 0.5rem;
    background: var(--color-text-white, #fff);
    font-size: 1.4rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    @media (max-width: 1040px) {
      .information-form .form {
        width: calc(100% - 150px); } }
    @media (max-width: 767px) {
      .information-form .form {
        width: 100%;
        margin: -1px 0 0 0;
        padding: 1rem; }
        .information-form .form > input:not([type=radio]), .information-form .form textarea {
          width: 80%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    .information-form .form.card {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media (max-width: 1040px) {
        .information-form .form.card {
          width: 100%;
          margin: -1px 0 0 0; } }
      @media (max-width: 767px) {
        .information-form .form.card {
          padding: 1rem;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    .information-form .form > img {
      height: auto;
      margin-left: 0;
      margin-right: auto;
      padding: 0.3rem 0 0 0; }
      @media (max-width: 767px) {
        .information-form .form > img {
          margin-left: auto; } }
    .information-form .form > input:not([type=radio]), .information-form .form textarea {
      height: 26px;
      border: 1px solid #999;
      border-radius: 0;
      padding: 0.7rem; }
      .information-form .form > input:not([type=radio]).c-name, .information-form .form textarea.c-name {
        width: 250px; }
      .information-form .form > input:not([type=radio]).c-number, .information-form .form > input:not([type=radio]).c-last-number, .information-form .form textarea.c-number, .information-form .form textarea.c-last-number {
        width: 120px;
        margin: 0; }
        @media (max-width: 1040px) {
          .information-form .form > input:not([type=radio]).c-number, .information-form .form > input:not([type=radio]).c-last-number, .information-form .form textarea.c-number, .information-form .form textarea.c-last-number {
            width: 100px; } }
        @media (max-width: 500px) {
          .information-form .form > input:not([type=radio]).c-number, .information-form .form > input:not([type=radio]).c-last-number, .information-form .form textarea.c-number, .information-form .form textarea.c-last-number {
            margin-bottom: 1rem;
            margin-left: calc(50% - 55px); } }
      @media (max-width: 500px) {
        .information-form .form > input:not([type=radio]).c-last-number, .information-form .form textarea.c-last-number {
          margin-left: calc(50% - 60px);
          margin-right: calc(50% - 50px);
          width: 100px; } }
      .information-form .form > input:not([type=radio]).c-date, .information-form .form textarea.c-date {
        width: 100px;
        margin: 0; }
      .information-form .form > input:not([type=radio]).c-code, .information-form .form textarea.c-code {
        width: 100px;
        margin: 0; }
    .information-form .form .txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.2rem;
      margin: 0 0 0 1rem; }
      .information-form .form .txt > a {
        text-decoration: underline;
        color: #0071BC; }
        .information-form .form .txt > a:hover {
          opacity: 0.5; }
      @media (max-width: 767px) {
        .information-form .form .txt {
          width: 100%;
          padding: 1rem 0 0 0;
          margin: 0;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    .information-form .form .mark, .information-form .form .date-mark {
      font-size: 1.2rem;
      margin: 0 0.5rem; }
    @media (max-width: 500px) {
      .information-form .form .mark {
        margin: 0 auto 0 0.5rem;
        padding-bottom: 10px; } }

.editor-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 2rem 0; }
  .editor-wrap.analyst, .editor-wrap.url {
    margin: 0 0 1rem 0; }
  .editor-wrap .plane-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em 1em;
    width: calc(100% - 160px);
    line-height: 1.3;
    font-size: 1.4rem; }
  .editor-wrap .title {
    width: 200px;
    min-height: 40px;
    text-align: center;
    margin: 0;
    color: var(--color-text-base, #000);
    background: #f2f2f2;
    border: 1px solid #999;
    font-size: 1.2rem;
    line-height: 1.3;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center; }
    .editor-wrap .title small {
      font-size: 1.1rem; }
    .editor-wrap .title.analyst {
      width: 160px; }
      .editor-wrap .title.analyst.appraisal {
        height: 40px; }
  .editor-wrap .form {
    width: calc(100% - 200px);
    min-height: 40px;
    background: var(--color-text-white, #fff);
    font-size: 1.4rem; }
    .editor-wrap .form.analyst {
      position: relative;
      width: calc(100% - 160px); }
      .editor-wrap .form.analyst.txt {
        cursor: pointer;
        height: 140px; }
        .editor-wrap .form.analyst.txt > input:not([type=radio]), .editor-wrap .form.analyst.txt textarea {
          height: 140px; }
    .editor-wrap .form.txt {
      cursor: pointer;
      height: 300px; }
      .editor-wrap .form.txt > input:not([type=radio]), .editor-wrap .form.txt textarea {
        height: 300px; }
    .editor-wrap .form > input:not([type=radio]), .editor-wrap .form textarea {
      border-radius: 0;
      border: 1px solid #999;
      margin: 0 0 0 -1px;
      padding: 0.5em;
      min-height: 40px; }

.date-area {
  cursor: pointer;
  width: calc(100% - 160px);
  min-height: 40px;
  font-size: 1.4rem;
  margin: 0; }
  .date-area input:not([type=radio]), .date-area textarea {
    border-radius: 0;
    border: 1px solid #999;
    border-left: none;
    text-align: center;
    margin: 0;
    padding: 0.5em;
    min-height: 40px; }

.radio-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 1.4rem;
  margin: 0 0 0 1rem;
  width: calc(100% - 170px); }
  .radio-area li {
    width: auto; }
    .radio-area li input[type=radio].original {
      display: none; }
    .radio-area li .value {
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      padding: 5px 30px;
      position: relative;
      width: auto; }
    .radio-area li .value:before {
      background: #fff;
      border: 1px solid #231815;
      border-radius: 50%;
      content: '';
      display: block;
      top: 50%;
      left: 8px;
      height: 18px;
      width: 18px;
      margin-top: -9px;
      position: absolute; }
    .radio-area li .value:after {
      background: var(--color-text-base, #000);
      border-radius: 50%;
      content: '';
      display: block;
      top: 50%;
      left: 12px;
      height: 10px;
      width: 10px;
      margin-top: -5px;
      opacity: 0;
      position: absolute; }
    .radio-area li input[type=radio]:checked + .value:after {
      opacity: 1; }

.business-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  box-sizing: border-box;
  margin: 0 -10px 0 0;
  padding: 0; }
  .business-container .inner-col {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #999;
    background: var(--color-text-white, #fff);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    font-size: 1.4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc((100% - 60px) / 6);
    line-height: 2;
    margin: 0 1rem 1rem 0;
    padding: 0.5rem; }
    .business-container .inner-col:hover {
      opacity: 0.5; }
    @media (max-width: 767px) {
      .business-container .inner-col {
        width: calc((100% - 30px) / 3);
        line-height: 2.4; } }
    @media (max-width: 450px) {
      .business-container .inner-col {
        width: calc((100% - 20px) / 2);
        line-height: 2.4; } }
  .business-container > input[type=radio].original {
    display: none; }
  .business-container > input[type=radio]:checked + label {
    color: var(--color-text-white, #fff);
    background: #999;
    border: 1px solid #999; }

/* 2.10 - Precautions for Use
 * --------------------------------------------------------------------------- */
.icon-box {
  display: flex;
  width: 100%; }
  .icon-box > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 5);
    font-size: 1.6rem; }
    .icon-box > li > img {
      margin: 0 0.5rem 0 0; }
    @media (max-width: 767px) {
      .icon-box > li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        font-size: 1.4rem;
        margin: 0 0.5rem 0 0;
        line-height: 1.2;
        text-align: center; }
        .icon-box > li:last-child {
          margin: 0; }
        .icon-box > li > img {
          margin: 0 0 1rem 0; } }

/* 2.10 - New member
 * --------------------------------------------------------------------------- */
.new-member-wrap {
  margin: 6rem 0 0 0; }
  .new-member-wrap > .jp {
    font-size: 1.6rem;
    font-weight: normal; }
    .new-member-wrap > .jp .price {
      font-size: 2.5rem;
      margin: 0 0.5rem;
      line-height: 1; }
    @media (max-width: 767px) {
      .new-member-wrap > .jp p {
        margin-bottom: 2rem; } }

/* 2.11 - Past Recommended Brands
 * --------------------------------------------------------------------------- */
#past-recommended-brands .divide-container {
  margin: 2rem 0 0 0; }
#past-recommended-brands .left-col.pct50 {
  margin: 0 0.5rem 0 0; }
#past-recommended-brands .right-col.pct50 {
  margin: 0 0 0 0.5rem; }
#past-recommended-brands .left-col.pct50, #past-recommended-brands .right-col.pct50 {
  width: calc((100% - 10px) / 2); }
  @media (max-width: 767px) {
    #past-recommended-brands .left-col.pct50, #past-recommended-brands .right-col.pct50 {
      width: 100%;
      margin: 0 0 -1px; } }

.past-brand-table {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  line-height: 1.3;
  font-size: 1.4rem;
  text-align: center; }
  .past-brand-table thead th {
    background: #e6e6e6;
    border: 1px solid #999;
    font-weight: normal; }
    .past-brand-table thead th.name {
      text-align: left;
      padding: .5rem 1rem; }
  .past-brand-table td {
    background-color: #ffffff;
    border: 1px solid #999; }
    .past-brand-table td > a {
      text-decoration: underline;
      color: #0000ff; }
      .past-brand-table td > a:hover {
        text-decoration: none;
        color: #999; }
    .past-brand-table td.date {
      width: 6.5em; }
    .past-brand-table td.number {
      width: 4em; }
    .past-brand-table td.name {
      text-align: left;
      padding: .6rem 1rem;
      font-size: inherit; }
    .past-brand-table td.cat {
      width: 6em; }
  @media (max-width: 767px) {
    .right-col .past-brand-table {
      margin-top: 0; }
      .right-col .past-brand-table thead {
        display: none; } }

.remove-btn {
  position: fixed;
  z-index: 998;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 280px;
  background: #f7f7f8;
  line-height: 1.5;
  font-size: 12px;
  text-align: center;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0; }
  .__called__ .remove-btn {
    display: block;
    top: 49%;
    opacity: 1;
    pointer-events: inherit;
    transition: all 0.2s ease-out; }

#update-recommended-brands::before {
  content: "";
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease-out; }
#update-recommended-brands.__overlay__::before {
  opacity: 1;
  pointer-events: inherit; }

.editor-wrap .business-container {
  overflow: hidden;
  max-height: 1000px;
  transition: all 0.3s ease; }
.__hidden__ .business-container {
  max-height: 0; }

#sector-toggle::before {
  content: "閉じる"; }
  .__hidden__ #sector-toggle::before {
    content: "編集"; }

#btn-code-check {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1.1rem;
  padding: .5em 1em;
  font-size: 1.1rem;
  line-height: 1;
  background: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all 0.3s ease; }
  #btn-code-check:hover, #btn-code-check:focus {
    background: #999;
    color: #fff;
    cursor: pointer; }
  #btn-code-check.-new {
    background: #6c6;
    color: #fff; }
    #btn-code-check.-new::before {
      content: "";
      display: inline-block;
      margin-right: 0.5em;
      width: 1em;
      height: 1em;
      vertical-align: middle;
      background: url(../img/icon-check-w.svg) no-repeat center center/contain; }
  #btn-code-check.-done {
    background: #c63;
    color: #fff; }
    #btn-code-check.-done::before {
      content: "";
      display: inline-block;
      margin-right: 0.5em;
      width: 1em;
      height: 1em;
      vertical-align: middle;
      background: url(../img/icon-times-w.svg) no-repeat center center/contain; }
  #btn-code-check.-none {
    display: none; }

.chart-container {
  display: block; }
  .chart-container > .title {
    display: flex;
    align-items: center;
    margin-bottom: 1rem; }
    .chart-container > .title > .text {
      flex-grow: 1; }
    .chart-container > .title > .icon {
      margin-right: 2rem; }
  .chart-container > .image {
    width: 100%; }
    .chart-container > .image img {
      width: 100%;
      height: auto; }

.stock-price > .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.3; }
  .stock-price > .item.-rate {
    color: #c1272d; }
    .stock-price > .item.-rate > .label {
      border-color: #c1272d; }
  .stock-price > .item > .label {
    position: relative;
    margin-right: 1rem;
    padding: 0.2rem;
    width: 5rem;
    border: 1px solid #999;
    line-height: 1;
    text-align: center;
    font-size: 1.1rem; }
  .stock-price > .item > .value {
    flex-grow: 1;
    font-size: 2rem;
    text-align: right; }
    .stock-price > .item > .value.-slim {
      width: 11rem;
      margin-left: -3rem;
      transform: scaleX(0.8);
      transform-origin: right; }

/* 2.1 - Signup
 * --------------------------------------------------------------------------- */
.signup.page .new-member-wrap {
  margin: 0; }

.signup-txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 0 1rem 0; }
  @media (max-width: 767px) {
    .signup-txt ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      margin: 0 0 2rem 0; } }
  .signup-txt ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #c1272d;
    font-weight: bold;
    text-shadow: -2px -2px #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -3px 3px #999, 5px 4px 2px #999, -4px 4px 2px #999; }
.signup-txt .large {
  font-size: 3.4rem; }
.signup-txt .small {
  font-size: 2.6rem; }
.signup-txt .jp {
  font-size: 1.6rem;
  font-weight: normal; }

/* ------------------------------
 * 3.3 - Library
 * --------------------------- */
.material-icons::before {
  content: attr(data-icon-type); }

.lg-progress {
  transition-timing-function: linear !important; }

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
  /* opinion 1 */ }

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 1.1rem;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: block;
  opacity: 0;
  margin-bottom: -5px;
  transition: all .2s ease; }

[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */ }

[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /*
    Let the content set the size of the tooltips
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: .5rem 1rem;
  border-radius: .3ch;
  box-shadow: 0 0.7em 1.4em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */ }

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  margin-bottom: 0;
  opacity: 1; }

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important; }

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333; }

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px); }

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em); }

/**
 ** Swiper 3.3.1
 ** Most modern mobile touch slider and framework with hardware accelerated transitions
 **
 ** http://www.idangero.us/swiper/
 **
 ** Copyright 2016, Vladimir Kharlampidi
 ** The iDangero.us
 ** http://www.idangero.us/
 **
 ** Licensed under MIT
 **
 ** Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

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

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

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

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

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

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }

.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

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

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

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

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

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

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block; }

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

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
  .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }
  .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff; }
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }
  .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

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

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

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

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

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

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

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  visibility: visible; }
.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible; }
  .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }
  .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/* ------------------------------
 * 3.4 - Animation
 * --------------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes lineanim {
  0% {
    stroke-dashoffset: 300; }
  20% {
    stroke-dashoffset: 300; }
  100% {
    stroke-dashoffset: 0; } }
/* ========================================
 * 4.0 - Utility (Helpers)
 * ===================================== */
@media (min-width: 768px) {
  ._for-sp {
    display: none; } }
._tdu {
  text-decoration: underline; }

._tac {
  text-align: center; }

._tar {
  text-align: right; }

._tal {
  text-align: left; }

._clear {
  clear: both; }

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

._ro {
  transition: all 0.3s ease; }
  ._ro:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); }

._nolink {
  pointer-events: none; }

._numbering {
  counter-increment: num 1; }
  ._numbering::before {
    content: counter(num) ". "; }
