@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); }
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic"); }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?hrqkc7");
  src: url("../fonts/icomoon.eot?hrqkc7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?hrqkc7") format("truetype"), url("../fonts/icomoon.woff?hrqkc7") format("woff"), url("../fonts/icomoon.svg?hrqkc7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-newspaper:before {
  content: "\e904"; }

.icon-book:before {
  content: "\e91f"; }

.icon-credit-card:before {
  content: "\e93f"; }

.icon-display:before {
  content: "\e956"; }

.icon-tv:before {
  content: "\e95b"; }

.icon-gift:before {
  content: "\e99f"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-heart:before {
  content: "\e9da"; }

.icon-man:before {
  content: "\e9dc"; }

.icon-arrow-up2:before {
  content: "\ea3a"; }

.icon-circle-up:before {
  content: "\ea41"; }

.icon-circle-right:before {
  content: "\ea42"; }

.icon-circle-down:before {
  content: "\ea43"; }

.icon-circle-left:before {
  content: "\ea44"; }

.icon-google-plus:before {
  content: "\ea8b"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-twitter:before {
  content: "\ea96"; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

/******************************************
* 共通設定
******************************************/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 62.5%;
  cursor: default; }
  @media screen and (max-width: 480px) {
    html {
      font-size: 45%; } }

body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  line-height: 1.0;
  font-weight: 500;
  color: #444444; }

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #a6873a; }

p {
  font-size: 18px;
  line-height: 1.5; }

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

li {
  line-height: 1.5; }

.inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.inner.mod-disc {
  position: absolute;
  top: 100%;
  left: 50%;
  max-width: 840px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

@media screen and (max-width: 960px) {
  .inner {
    width: 96%;
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  .inner.mod-disc,
  .inner.mod-payment,
  .inner.mod-terms {
    position: static;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0); } }
/******************************************
* コンポーネント設定
* .c-component
******************************************/
.c-section {
  margin-bottom: 70px; }

.c-section.mod-disc {
  position: static;
  left: 0;
  margin-bottom: 0;
  background-position: center center; }

.c-section-title-en {
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center; }

.c-section-title-lv1 {
  margin: 30px auto 15px auto;
  font-size: 12px;
  font-weight: bold;
  color: #515151;
  text-align: center;}

.c-section-title-lv2 {
  background-color: #110e51;
  font-size: 5px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: top; }

.c-section-title-sub {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #a6873a;
  text-align: center; }

.c-section-title-sub.mod-no-lead {
  margin-bottom: 50px; }

.c-section-lead {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  text-align: center; }

.c-section-lists {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0px; }

.c-section-lists.mod-disc {
  margin-bottom: 30px; }

.c-section-lists.mod-payment {
  margin-bottom: 30px; }

.c-section-lists-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #313131;
  font-size: 10px; }

.c-section-lists-item.is-blue,
.c-section-lists-item.is-blue-red {
  border: 1px solid #110e51;
  background-color: #fcfcff; }

.c-section-lists-item.is-red,
.c-section-lists-item.is-red-blue {
  border: 1px solid #a40000; }

.c-section-lists-item.mod-square {
  position: relative;
  left: 0;
  height: auto; }

.c-section-lists-item.mod-square:before {
  content: "";
  display: block;
  padding-top: 100%; }

.c-button {
  width: 100%;
  border-bottom: 3px solid #a6873a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #a6873a;
  font-weight: bold;
  color: #fff;
  text-align: center; }

.c-box-radius-tl-tr {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px; }

.c-box-radius-bl-br {
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; }

.list-wrap {
  padding: 0 8%;
  text-align: left; }

.list-wrap.mod-disc {
  padding: 0;
  text-align: center; }

.attention-list {
  margin-bottom: 18px;
  font-size: 14px; }

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

.attention-item {
  padding-left: 18px;
  text-indent: -18px; }

.caution-list {
  font-size: 14px; }

.caution-item {
  padding-left: 18px;
  text-indent: -18px; }

.c-bg-dotted {
  width: 100%;
  height: 2px;
  margin: 15px 0;
  background-image: url(../images/fan/bg-dotted-01.png);
  background-repeat: repeat-x;
  background-position: 0 0; }

@media screen and (max-width: 960px) {
  .c-section-lists.mod-disc {
    padding: 0; }

  .c-section-lists.mod-payment {
    padding: 0; } }
@media screen and (max-width: 767px) {
  .c-section.mod-disc,
  .c-section.mod-payment,
  .c-section.mod-terms {
    position: relative;
    left: 0;
    height: auto;
    padding: 40px 0;
    margin-bottom: 0;
    background-image: none; }

  .c-section.mod-sec-mb {
    margin-bottom: 70px; }

  .c-section-lists.mod-disc,
  .c-section-lists.mod-payment {
    display: block;
    margin-bottom: 0; }

  .c-section-title-sub {
    font-size: 26px; }

  .attention-list.mod-disc {
    text-align: left; } }
@media screen and (max-width: 480px) {
  .c-section-lists-item.is-blue-red {
    border: 1px solid #a40000;
    background-color: #fff; }

  .c-section-lists-item.is-red-blue {
    border: 1px solid #110e51;
    background-color: #fcfcff; } }
/******************************************
* header 設定
******************************************/

/******************************************
* top 設定
******************************************/

/*
* 会費
* .disc
*/
.disc {
	margin-bottom: 15px;
  width: 29.762%;
  box-shadow: 3px 2px 1px 0px #ddd; }

.disc.mod-attention {
  position: relative;
  left: 0; }

.disc-title {
  padding: 5px 5px 0px 5px;
  font-size: 16px; }

.disc-content {
  padding: 5px 15px;
  text-align: center; }

.disc-content-text {
  color: #C00000;
  font-size: 14px;
  font-weight: bold;
  text-align: center; }

.disc-content-com {
	margin-bottom: 30px;
  color: #000;
  font-size: 11px;
  text-align: center; }

.disc-content-text .mod-unit {
  font-size: 24px;
  vertical-align: middle; }

.disc-content-image-wrap {
  margin-bottom: 10px; }

.disc-content-image-wrap.mod-text-row1 {
  margin-bottom: 22px; }

.disc-content-limited {
  font-size: 15px; }

.disc-content-com {
  font-size: 11px;}

@media screen and (max-width: 960px) {
  .disc {
    width: 31%; } }
@media screen and (max-width: 767px) {
  .disc {
    width: 70%;
    margin: 0 auto 20px; }

  .disc-box {
    width: 100%;
    height: auto; }

  .disc-content {
    padding: 10px; } }
@media screen and (max-width: 375px) {
  .disc {
    width: 100%;
    margin: 0 auto 20px; } }

/*
* トップFAQ
* .top-faq
*/
.top-faq {
  text-align: center; }

.top-faq-text {
  display: inline-block;
  position: relative;
  left: 0;
  margin-bottom: 10px;
  color: #a40000;
  font-size: 14px; }

.top-faq-text:before {
  display: block;
  content: '';
  position: absolute;
  top: -10px;
  left: -15px;
  width: 1px;
  height: 33px;
  background-color: #a40000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.top-faq-text:after {
  display: block;
  content: '';
  position: absolute;
  top: -10px;
  right: -15px;
  width: 1px;
  height: 33px;
  background-color: #a40000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.top-faq-title {
  margin-bottom: 10px;
  font-size: 30px; }

.top-faq-title .mod-amp {
  font-size: 24px; }

.top-faq-btn {
  max-width: 310px;
  margin: 0 auto; }

.top-faq-btn-link {
  display: block;
  width: 100%;
  padding: 20px 10px;
  background: #a6873a;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle; }

/*=========================================
* 下層ページ 設定
*=========================================*/
.main-wrap {
  padding-top: 70px; }

/*
* FAQ
* .faq
*/
.faq-title-icon {
  margin-bottom: 30px;
  text-align: center; }

.faq-lists {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 70px; }

.faq-lists-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #515151;
  text-align: center;
  line-height: 1.5; }

.faq-lists-item {
  margin-bottom: 10px; }

.faq-lists-item-title {
  position: relative;
  left: 0;
  width: 100%;
  padding: 10px 30px 10px 60px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #a6873a;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  line-height: 2.0; }

.faq-lists-item-title:after {
  display: block;
  content: '\f138';
  position: absolute;
  top: 50%;
  right: 15px;
  color: #fff;
  font-size: 16px;
  font-family: 'FontAwesome';
  -moz-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }

.faq-lists-item-title.open:after {
  -moz-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg); }

.faq-lists-item-body {
  position: relative;
  left: 0;
  display: none;
  width: 100%;
  padding: 15px 30px 15px 60px;
  border: 2px solid #a6873a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8; }

.faq-lists-item-icon {
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%); }

.faq-lists-item-icon.mod-question {
  top: 0;
  -webkit-transform: translateX(0) translateY(10px);
  -moz-transform: translateX(0) translateY(10px);
  -ms-transform: translateX(0) translateY(10px);
  -o-transform: translateX(0) translateY(10px);
  transform: translateX(0) translateY(10px); }

.faq-lists-item-icon.mod-answer {
  top: 0;
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease; }

.open + .faq-lists-item-body .faq-lists-item-icon.mod-answer {
  -webkit-transform: translateX(0) translateY(15px);
  -moz-transform: translateX(0) translateY(15px);
  -ms-transform: translateX(0) translateY(15px);
  -o-transform: translateX(0) translateY(15px);
  transform: translateX(0) translateY(15px); }

/*
* プライバシーポリシー
* .privacy
*/
.privacy {
  padding: 65px 85px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f5f5f5; }

.privacy-title {
  margin-bottom: 10px;
  font-size: 22px;
  color: #a6873a;
  font-weight: bold;
  line-height: 1.5; }

.privacy-summary {
  margin-bottom: 40px; }

.privacy-content {
  margin-bottom: 30px; }

.privacy-content-title {
  margin-bottom: 10px;
  color: #a6873a;
  font-size: 20px;
  font-weight: bold;
  text-indent: -9px;
  line-height: 1.5; }

.privacy-content-text {
  line-height: 1.8; }

.privacy-content-lists-item {
  padding-left: 16px;
  text-indent: -16px;
  line-height: 1.8; }

.privacy-content-lists-item.mod-number {
  padding-left: 21px;
  text-indent: -21px; }

@media screen and (max-width: 960px) {
  .privacy {
    padding: 5% 8%; }

  .privacy-title {
    font-size: 18px; }

  .privacy-summary {
    font-size: 14px; }

  .privacy-content-title {
    font-size: 16px; }

  .privacy-content-text {
    font-size: 14px; }

  .privacy-content-lists-item {
    font-size: 14px;
    padding-left: 14px;
    text-indent: -14px; }

  .privacy-content-lists-item.mod-number {
    padding-left: 19px;
    text-indent: -19px; } }
/*
* 特定商取引法
* .tokutei
*/
.tokutei-table {
  position: relative;
  left: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.tokutei-table:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 57px;
  border-left: 10px solid #e4b84c; }

.tokutei-table.mod-table-first {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px; }

.tokutei-table.mod-table-first:before {
  top: 0;
  left: 0;
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px; }

.tokutei-table.mod-table-last {
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; }

.tokutei-table.mod-table-last:before {
  bottom: 0;
  left: 0;
  height: 100%;
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px; }

.tokutei-table-heading {
  display: table-cell;
  width: 250px;
  height: 60px;
  padding: 0 10px 0 20px;
  background-color: #a6873a;
  color: #fff;
  border-bottom: 3px solid #fff;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle; }

.tokutei-table-heading.mod-table-first {
  border-top: 3px solid #a6873a;
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px; }

.tokutei-table-heading.mod-table-last {
  border-bottom: 3px solid #a6873a;
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px; }

.tokutei-table-heading-summary {
  font-size: 14px; }

.tokutei-table-contents {
  display: table-cell;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 3px solid #a6873a;
  border-width: 0 3px 3px 0;
  font-weight: 500;
  line-height: 1.3;
  vertical-align: middle; }

.tokutei-table-contents.mod-table-first {
  border-top: 3px solid #a6873a;
  -moz-border-radius: 0px 5px 0px 0px;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px; }

.tokutei-table-contents.mod-table-last {
  border-bottom: 3px solid #a6873a;
  -moz-border-radius: 0px 0px 5px 0px;
  -webkit-border-radius: 0px 0px 5px 0px;
  border-radius: 0px 0px 5px 0px; }

@media screen and (max-width: 960px) {
  .tokutei-table {
    display: block; }

  .tokutei-table:before {
    width: 100%;
    height: 10px;
    border-top: 10px solid #e4b84c;
    border-left: none; }

  .tokutei-table.mod-table-first:before {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; }

  .tokutei-table.mod-table-last:before {
    top: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }

  .tokutei-table-heading {
    display: block;
    width: 100%;
    padding: 20px 0 15px;
    border-bottom: none; }

  .tokutei-table-heading.mod-table-first {
    border-top: none;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; }

  .tokutei-table-heading.mod-table-last {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }

  .tokutei-table-contents {
    display: block;
    height: auto;
    padding: 15px 15px 20px;
    border: 3px solid #a6873a;
    border-width: 0 3px; }

  .tokutei-table-contents.mod-table-first {
    border-top: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }

  .tokutei-table-contents.mod-table-last {
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; } }
/*
* お問い合わせ
* .contact
*/
.contact {
  padding: 50px 85px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f5f5f5;
  text-align: left; }

.contact-summary {
  margin-bottom: 40px; }

.contact-content-title {
  margin-bottom: 10px;
  font-size: 22px;
  color: #a6873a;
  font-weight: bold;
  line-height: 1.5; }

.contact-content-access {
  margin-bottom: 10px;
  line-height: 1.8; }

.contact-content-tel {
  margin-bottom: 30px;
  line-height: 1.8; }

.contact-content-email {
  margin-bottom: 20px;
  line-height: 1.8; }

.contact-content-lists-wrap {
  text-align: left; }

.contact-content-lists {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-bottom: 50px;
  text-align: left; }

.contact-content-lists-item {
  padding-left: 16px;
  font-size: 16px;
  text-indent: -21px;
  line-height: 1.8; }

.contact-content-lists-item.mod-attention:before {
  content: '※'; }

.contact-content-address {
  margin-bottom: 30px; }

.contact-content-address .mod-company-name {
  display: block;
  margin-bottom: 10px; }

@media screen and (max-width: 960px) {
  .contact {
    padding: 5% 6% 0; } }
/*
* パスワード発行
* .issue
*/
.issue label {
  vertical-align: middle; }

.issue-table {
  position: relative;
  left: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.issue-table:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  border-left: 10px solid #e4b84c; }

.issue-table:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 3px;
  background-color: #fff; }

.issue-table.mod-table-first {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px; }

.issue-table.mod-table-first:before {
  top: 0;
  left: 0;
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px; }

.issue-table.mod-table-last {
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; }

.issue-table.mod-table-last:before {
  bottom: 0;
  left: 0;
  height: 100%;
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px; }

.issue-table.mod-table-last:after {
  content: none; }

.issue-table-heading {
  display: table-cell;
  width: 228px;
  height: 87px;
  padding: 0 10px 0 20px;
  background-color: #a6873a;
  color: #fff;
  border-bottom: 3px solid #fff;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle; }

.issue-table-heading.mod-table-first {
  border-top: 3px solid #a6873a;
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px; }

.issue-table-heading.mod-table-last {
  border-bottom: 3px solid #a6873a;
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px; }

.issue-table-heading-summary {
  font-size: 14px; }

.issue-table-contents {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  border: 3px solid #a6873a;
  border-width: 0 3px 3px 0;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle; }

.issue-table-contents.mod-table-first {
  border-top: 3px solid #a6873a;
  -moz-border-radius: 0px 5px 0px 0px;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px; }

.issue-table-contents.mod-table-last {
  border-bottom: 3px solid #a6873a;
  -moz-border-radius: 0px 0px 5px 0px;
  -webkit-border-radius: 0px 0px 5px 0px;
  border-radius: 0px 0px 5px 0px; }

.issue-form-input, .issue-submit-button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.issue-form-input {
  width: 100%;
  height: 40px;
  padding: 5px;
  border: 2px solid #c9c9c9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px;
  font-size: 16px; }

.issue-form-input.mod-offset-02 {
  max-width: 60px; }

.issue-form-input.mod-offset-03 {
  max-width: 120px; }

.issue-form-input.mod-offset-04 {
  max-width: 140px; }

.issue-form-input.mod-offset-10 {
  max-width: 180px; }

.issue-form-text {
  margin-right: 20px;
  font-weight: 600; }

.issue-form-text.mod-text-last {
  margin-right: 0; }

.issue-form-text.mod-icon-minus {
  margin-right: 10px;
  font-size: 10px;
  color: #969696; }

.issue-form-rule {
  font-weight: 600; }

.issue-table-contents-attention {
  display: block;
  padding-left: 14px;
  margin-top: 5px;
  font-size: 14px;
  text-indent: -14px; }

.issue-submit {
  width: 100%;
  max-width: 310px;
  margin: 50px auto 0;
  font-size: 22px;
  color: #fff; }

.issue-submit-button {
  width: 100%;
  border-bottom: 3px solid #a6873a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #c19527;
  font-weight: bold;
  color: #fff;
  text-align: center; }

.issue-submit-button {
  width: 100%;
  padding: 6px 15px;
  font-size: 22px;
  font-weight: bold;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer; }

.issue-submit-button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.issue-radio-wrap {
  margin-top: 10px; }

.issue-radio-wrap:first-child {
  margin-top: 0; }

@media screen and (max-width: 960px) {
  .issue-table {
    display: block; }

  .issue-table:before {
    width: 100%;
    height: 10px;
    border-top: 10px solid #e4b84c;
    border-left: none; }

  .issue-table:after {
    content: none; }

  .issue-table.mod-table-first:before {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; }

  .issue-table.mod-table-last:before {
    top: 0;
    height: 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }

  .issue-table-heading {
    display: block;
    width: 100%;
    height: 50px;
    padding: 20px 0 15px;
    border-bottom: none; }

  .issue-table-heading.mod-table-first {
    border-top: none;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; }

  .issue-table-heading.mod-table-last {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }

  .issue-table-contents {
    display: block;
    height: auto;
    padding: 15px 15px 20px;
    border: 3px solid #a6873a;
    border-width: 0 3px; }

  .issue-table-contents.mod-table-first {
    border-top: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }

  .issue-table-contents.mod-table-last {
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; } }
@media screen and (max-width: 767px) {
  .issue-form-input {
    margin-right: 3px;
    margin-bottom: 5px; }

  .issue-form-text {
    margin-right: 8px;
    font-size: 14px; }

  .issue-form-text.mod-icon-minus {
    margin-right: 3px;
    font-size: 10px; }

  .issue-form-input.mod-offset-02 {
    max-width: 50px; }

  .issue-form-input.mod-offset-03 {
    max-width: 80px; }

  .issue-form-input.mod-offset-04 {
    max-width: 100px; }

  .issue-form-input.mod-offset-10 {
    max-width: 120px; } }
@media screen and (max-width: 320px) {
  .issue-form-rule {
    font-size: 12px;
    font-weight: 600; }

  .issue-form-input.mod-offset-02 {
    max-width: 40px; }

  .issue-form-input.mod-offset-03 {
    max-width: 60px; }

  .issue-form-input.mod-offset-04 {
    max-width: 80px; } }
/******************************************
* 共通設定
******************************************/
.invisible {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
  filter: alpha(opacity=0); }

.visible {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  filter: alpha(opacity=100); }

.is-footer-fixed {
  height: 100%; }

.no-scroll {
  overflow: hidden;
  height: auto; }

.no-scroll-footer-fixed {
  overflow: hidden;
  height: 100%; }

.nowrap {
  display: inline-block;
  white-space: nowrap; }

.is-tab-only-show {
  display: none; }

.is-tab-only-hide {
  display: block; }

.is-tab-show {
  display: none; }

.is-sp-show {
  display: none; }

.is-sp-s-show {
  display: none; }

.is-sp-s-hide {
  display: block; }

@media screen and (max-width: 960px) {
  .is-pc-only-show {
    display: none; }

  .is-tab-hide {
    display: none; }

  .is-tab-show {
    display: block; } }
@media screen and (max-width: 767px) {
  .is-sp-hide {
    display: none; }

  .is-sp-show {
    display: block; } }
@media screen and (max-width: 320px) {
  .is-sp-s-show {
    display: block; }

  .is-sp-s-hide {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 960px) {
  .is-tab-only-show {
    display: block; }

  .is-tab-only-hide {
    display: none; } }
@media screen and (min-width: 768px) {
  .is-vertical-writing {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl; } }
.Header {
  background-color: #fff;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 30px; }
  @media screen and (max-width: 640px) {
    .Header {
      position: fixed;
      z-index: 1000;
      width: 100%;
      display: block;
      border-bottom: 2px solid #e70012;
      padding: 5.46875vw 0 4.21875vw 3.125vw; } }
  @media screen and (max-width: 640px) {
    .Header.is-notFixed {
      position: relative; } }

@media screen and (max-width: 640px) {
  .Header__contentContainer-sp {
    position: relative;
    z-index: 100;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

.Header__head {
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .Header__head {
      margin-bottom: 0; } }

.Footer {
  font-size: 10rem;
  padding: 0.5em 0;
  background-color: #fff; }

.FooterContainer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  width: 95%;
  margin: 0 auto; }

.Footer__head {
  color: #959595;
  letter-spacing: -0.06em;
  border-bottom: 1px dashed #959595;
  margin-bottom: 1.5em;
  padding: 0 0.25em 0.5em;
  transition: opacity .1s;
  font-size: 2rem; }
  .Footer__head:hover {
    opacity: .7; }

.Footer__body {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.875em;
  font-size: 1.6rem; }
  @media screen and (max-width: 480px) {
    .Footer__body {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }

.Footer__item {
  margin: 0 0.9375em; }
  @media screen and (max-width: 480px) {
    .Footer__item {
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      margin: 5px 0; } }
  .Footer__item:first-of-type {
    margin-left: 0; }
  .Footer__item:last-of-type {
    margin-right: 0; }

.Footer__itemLink {
  color: #959595;
  font-weight: bold;
  transition: opacity .1s;
  font-size: 1.6rem; }
  @media screen and (max-width: 480px) {
    .Footer__itemLink {
      padding: 5px; } }
  .Footer__itemLink:hover {
    opacity: .7; }

.Footer__foot {
  color: #959595;
  font-size: 1.6rem; }

.Container {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 640px) {
    .Container {
      padding-right: 3.125vw;
      padding-left: 3.125vw; } }

.l-Container {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 640px) {
    .l-Container {
      padding-top: 7.8125vw;
      padding-bottom: 15.625vw; } }
  .l-Container--home {
    padding-top: 30px;
    padding-bottom: 85px; }
    @media screen and (max-width: 640px) {
      .l-Container--home {
        padding-top: 7.8125vw;
        padding-bottom: 15.625vw; } }

.Gnav {
  width: 100%;
  max-width: 800px; }
  @media screen and (max-width: 640px) {
    .Gnav {
      display: none;
      position: absolute;
      z-index: 10;
      left: 0;
      bottom: -2px;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      background-color: #fff; } }

.Gnav__items {
  display: -webkit-flex;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .Gnav__items {
      -webkit-flex-direction: column;
      flex-direction: column; } }

.Gnav__item {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 160px;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .Gnav__item {
      width: 100%;
      max-width: none;
      padding: 0 5.46875vw; } }
  @media screen and (max-width: 640px) {
    .Gnav__item:last-of-type {
      padding-bottom: 7.8125vw; } }

.Gnav__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 2.4rem;
  letter-spacing: -.06em;
  line-height: 1;
  color: #434343;
  padding-bottom: 20px; }
  @media screen and (max-width: 640px) {
    .Gnav__link {
      font-size: 3rem;
      padding: 1.31579em;
      border-bottom: 1px solid #ccc; } }
  @media screen and (max-width: 640px) {
    .Gnav__link {
      font-size: 2.6rem; } }
  @media screen and (min-width: 641px) {
    .Gnav__link::before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      width: 0;
      height: 4px;
      background-color: #e70012;
      transition-property: width;
      transition-duration: .3s;
      transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      left: 0; } }
  @media screen and (min-width: 641px) {
    .Gnav__link::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      width: 0;
      height: 4px;
      background-color: #e70012;
      transition-property: width;
      transition-duration: .3s;
      transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
      right: 0; } }
  .Gnav__link.is-current {
    color: #e70012; }
    .Gnav__link.is-current::before {
      width: 100%; }
    .Gnav__link.is-current::after {
      width: 100%; }
  @media screen and (min-width: 980px) {
    .Gnav__link:hover::before {
      width: 70%; }
    .Gnav__link:hover::after {
      width: 70%; } }

.SpMenuIcons {
  display: none; }

@media screen and (max-width: 640px) {
  .SpMenuIcons {
    display: -webkit-flex;
    display: flex; }

  .SpMenuIcon {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    width: 17.1875vw;
    min-height: 10.15625vw; }
    .SpMenuIcon.is-active .SpMenuIcons__iconMenu {
      display: none; }
    .SpMenuIcon.is-active .SpMenuIcons__btnClose {
      display: block; }

  .SpMenuIcons__btnClose {
    display: none; } }
  @media screen and (max-width: 640px) and (max-width: 480px) {
    .SpMenuIcons__btnClose {
      max-height: 10.41667vw; } }

@media screen and (max-width: 640px) and (max-width: 480px) {
  .SpMenuIcons__iconMenu {
    max-height: 10.41667vw; } }

.Login-sp {
  display: none; }

@media screen and (max-width: 640px) {
  .Login-sp {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: -2px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #fff;
    width: 100%;
    padding: 7.8125vw 5.46875vw; }

  .Login-sp__form {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    width: 100%; }

  .Login-sp__text {
    width: 100%;
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 0.78125em; }

  .Login-sp__input {
    width: 100%;
    border: 1px solid #434343;
    font-size: 3.2rem;
    margin-bottom: 1.5625em;
    padding: .25em; }

  .Login-sp__btn {
    width: 100%;
    font-size: 3.2rem;
    color: #fff;
    background-color: #e70012;
    padding: 0.625em; } }
.LoginForm, .LoginForm--home {
  background-color: #110e51;
  margin-bottom: 70px; }

@media screen and (max-width: 640px) {
  .LoginForm--home {
    display: none; } }

.LoginForm__container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .LoginForm__container {
      width: 96%; } }
  @media screen and (max-width: 640px) {
    .LoginForm__container {
      display: none; } }

.LoginForm__form {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0; }

.LoginForm__body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 10px 0; }

.LoginForm__text {
  font-size: 1.8rem;
  color: #fff; }

.LoginForm__input {
  font-size: 1.8rem;
  margin-right: 20px;
  padding: 0.27778em;
  width: 130px;
  background-color: white; }

.LoginForm__btn {
  font-size: 1.6rem;
  color: #fff;
  background-color: #a6873a;
  border: 1px solid #a6873a;
  margin: 0 30px 0 5px;
  padding: 5px 25px;
  border-radius: 5px;
  cursor: pointer; }

.LoginForm__caution {
  font-size: 1rem;
  letter-spacing: -.02em;
  color: #fff;
  margin-top: .25em; }

.btn-ForgetPass {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  background-color: #a40000;
  padding: 0.83333em; }
  @media screen and (min-width: 641px) {
    .btn-ForgetPass {
      transition: opacity .1s; } }
  @media screen and (min-width: 641px) {
    .btn-ForgetPass:hover {
      opacity: .7; } }

@media screen and (max-width: 640px) {
  .is-pc {
    display: none; } }

@media screen and (min-width: 641px) {
  .is-sp {
    display: none; } }

/*# sourceMappingURL=fan.css.map */
