@charset "UTF-8";

@import url('//fonts.googleapis.com/css?family=Sintony:400,700');
@import url('//fonts.googleapis.com/css?family=Roboto:400,700');

@font-face { 
  font-family: 'mplus-1c-bold';
  src: url('../font/mplus-1c-bold.eot');
  src: url('../font/mplus-1c-bold.eot?#iefix') format('embedded-opentype'),
       url('../font/mplus-1c-bold.woff') format('woff'),
       url('../font/mplus-1c-bold.ttf') format('truetype');
}
@font-face { 
  font-family: 'mplus-1c-regular';
  src: url('../font/mplus-1c-regular.eot');
  src: url('../font/mplus-1c-regular.eot?#iefix') format('embedded-opentype'),
       url('../font/mplus-1c-regular.woff') format('woff'),
       url('../font/mplus-1c-regular.ttf') format('truetype');
}
/* ==========================================================================
   流れ星 PC
   ========================================================================== */


/* ==========================================================================
   カテゴリタイトル出し分け(仮)
   ========================================================================== */
.movie .title > h2 {  display: none;  }
.movie [class^="cate_mov"] .title > h2.mov {  display: block;  }
.movie [class^="cate_chu"] .title > h2.chu {  display: block;  }


/* ==========================================================================
   カテゴリサイド出し分け(仮)
   ========================================================================== */
.report .sidemenu {  display: none;  }
.report [class^="cate_information"] .sidemenu.information {  display: block;  }
.report [class^="cate_info01"] .sidemenu.info01 {  display: block;  }
.report [class^="cate_info02"] .sidemenu.info02 {  display: block;  }
.report [class^="cate_info03"] .sidemenu.info03 {  display: block;  }
.report [class^="cate_info04"] .sidemenu.info04 {  display: block;  }
.report [class^="cate_info05"] .sidemenu.info05 {  display: block;  }
.report [class^="cate_info06"] .sidemenu.info06 {  display: block;  }
.report [class^="cate_info07"] .sidemenu.info07 {  display: block;  }
.report [class^="cate_schedule"] .sidemenu.schedule {  display: block;  }
.report [class^="cate_takiue"] .sidemenu.takiue {  display: block;  }
.report [class^="cate_manager"] .sidemenu.manager {  display: block;  }

/* ==========================================================================
   ページャー出し分け(仮)
.report [class^="cate_schedule"] .pagination {  display: none;  }
   ========================================================================== */


.report.list [class^="cate_schedule"] .article:nth-last-child(2) > .articlewrap {
  border-bottom: none;
  padding-bottom: 20px;
}
.report.list [class^="cate_schedule"] .regular .article:nth-last-child(2) > .articlewrap {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}


#page{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity:0;
  opacity:0
}
#loading{
  position:absolute;
  left: 50%;
  top: 30%;
  margin-left: -50px;
}

body {
  background: #000;
  font-family: Helvetica, Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',
               'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  font-size: 81%;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.15ex;
}
/* Paragraph & Typographic */
p {
    font-size: 100%;
}
/* Links */
a, a:link, a:visited, a:active ,a:focus,
input[type="image"]:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active, button:active {
    color: #C9A063;
    outline: 0;
    text-decoration: none;
}
a:hover, input[type="image"]:hover,
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
    color: #fff;
    outline: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity:0.90;
    opacity:0.90;
}
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border:0px;
}
/* INPUTs */

/*input[type="text"], input[type="password"], input[type="number"], input[type="email"]*/

button, input, select, textarea {
  font-family: Helvetica, Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',
               'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 110%;
  color: #052020;
  padding: 5px 8px;
  background-color: rgba(255,255,255,0.8);
  outline: 0;
  border: 1px solid #C9CACA;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

input::-webkit-input-placeholder {  font-size: 85%; color: #aaaaaa;  }
input::-moz-placeholder  {  font-size: 85%; color: #666666;  }

input[type="image"] {
  padding: 0;
  border: 0;
}
a.btn,
input[type="button"], input[type="reset"], input[type="submit"], button {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin: 15px auto;
  background: #B28247;
  line-height: 38px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 8px 5px;
}
a.btn.cancel, button.btn.cancel {
  background-color: rgba(201,160,99,0.7);
  text-decoration: none;
  
}
input[type="button"].btn-small {
  line-height: 1.8;
  font-size: 100%;
  padding: 0;
}
input[type="radio"], input[type="checkbox"] {
  /* vertical-align: -2px; */
  /* margin: 10px 0 0; */
  opacity: 0;
  /* top: -3px; */
  left: 8px;
}
.center {
  text-align: center;
}

/* ==========================================================================
   font
   ========================================================================== */
.en, .cate, .newmark {
  font-family: 'Sintony', sans-serif;
  letter-spacing: 0.05ex;
}
.pagination span,
.pagination .pagearrowL,
.pagination .pagearrowR {
  font-family: 'Sintony' , sans-serif;
  letter-spacing: 0.05ex;
  font-size: 110%;
}
.ja, .customer h2, .customer h3, .customer h4, .customer .side .sidemenu a,
a.btn,
input[type="button"], input[type="reset"], input[type="submit"], button {
  font-family: 'mplus-1c-bold', sans-serif;
  letter-spacing: -0.04ex;
  /* margin-left: -0.15ex; */
}
.history h3, .history h4, .history .side .sidemenu a,
.report [class^="cate_sche"] .side .sidemenu a,
.report [class^="cate_sche"] .title .cate,
.report [class^="cate_taki"] .cate,
.report [class^="cate_mana"] .cate {
  font-family: 'Roboto', 'mplus-1c-regular', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',
               'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0.15ex;
}
.customer h4, .customer .side .sidemenu a, .customer .carrier > div > h3 {
  font-family: 'mplus-1c-regular', sans-serif;
}
.date, .top .cate_sche .article .title,
.report [class^="cate_sche"] .article .subtitle {
  font-family: 'Roboto', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',
               'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0.1ex;
}
.report [class^="cate_sche"] .side .sidemenu a.en {
  font-family: 'Sintony', sans-serif;
}
.top .cate_taki .title h2 {
  margin-bottom: 0;
}
.en.tt {
  letter-spacing: 0.25ex;
}
.header nav ul li .en {
  font-weight: 700;
  font-size: 1.2em;
}
.header nav ul li .ja {
  font-size: 1.05em;
  position: relative;
  top: -1px;
}
.title h2 .en, .title h2.en, .customer .title h2.en {
  font-size: 27px;
  position: relative;
  top: 0px;
}
.title h2 .ja, .title h2.ja, .customer .title h2 {
  font-size: 22px;
  position: relative;
  top: -2px;
}
.andmore .en {
  font-weight: 700;
  font-size: 16px;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */
#page {
  width: 100%;
  height: 100%;
  background: url("../images/pc_base.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 0;
}


/********************************
.header
********************************/
.header {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: fixed;
  top:0;
  left:0;
}
.header #arrow {
  text-align: center;
  cursor: pointer;
  height: 80px;
}
.header #arrow img {
  margin-top: 10px;
  width: auto;
  height: 33px;
}
.header nav, .header nav .subNav {
  display: none;
}

.header nav {
  background: rgba(0,0,0,0.65);
  width: 100%;
  height: 80px;
  position: fixed;
  line-height: 80px;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header nav ul {
  float: left;
  position: relative;
  left: 50%;
  font-size: 1.2em;
}
.header nav ul li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
  /* font-weight: bold; */
  height: 80px;
}
.header nav ul li a {
    padding: 0px 15px;
    display: block;
}
.header nav .arrow {
  position: relative;
  top: -27px;
  left: 40%;
  background: url("../images/pc_menu_arrow.png") no-repeat;
  width: 24px;
  height: 13px;
}

.header nav .subNav {
  width: 100%;
  height: 40px;
  position: fixed;
  line-height: 40px;
  top: 70px;
  left: 0;
  z-index: 1000;
}
.header nav ul li ul li{
  margin: 0 auto;
  height: 40px;
  top: -10px;
}
.header nav ul li ul li a{
  padding-bottom: 20px;
  height: 150px;
}

/********************************
.footer
********************************/
.footer {
  width: 100%;
  height: 80px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  text-align: center;
  border-top: 2px solid #a28150;
  z-index: 1000;
}

.footer .foot_wrap {
  margin: 16px 8px;
  /* width: 1000px; */
  /* width: 1350px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.footer .foot_wrap span {
  margin-left: 9px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .foot_wrap span:first-child {
  margin-left: 0;
}
.footer .foot_wrap span a img {
  width: 100%;
}
.footer .foot_wrap .share {
  position: relative;
  top: 5px;
}
.footer .foot_wrap .copyright {
  /* float: right; */
  /* margin-right: 6px; */
  /* margin-right: 20px; */
  /* margin-top: -13px; */
  /* margin-right: 110px; */
  text-align: right;
  right: 8px;
  bottom: -4px;
  position: absolute;
}

.footer .member_login {
  width: 100%;
  height: 80px;
  background: rgba(0,0,0,0.65);
  position: fixed;
  bottom: 82px;
  left: 0;
  display: none;
  overflow: hidden;
}
.footer .member_login .member {
  display: inline-block;
  width: 240px;
  margin: 19px 80px;
}

a.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    z-index: 1100;
}
a.pagetop img {
    width: 40px;
}
/********************************
.container
********************************/

.cont_bg {
  background: rgba(0,0,0,0.65);
  padding-bottom: 90px;
  padding-top: 43px;
}
.cont_wrap {
  width: 100%;
  margin: auto;
  padding-bottom: 60px;
  display: flex;
}
.main {
  width: 100%;
  background: rgba(114,113,113,0.5);
  padding-top: 25px;
  margin: 0 20px;
}
.main--credit {
    background: initial;
    margin: 0;
}
.side {
  width: 100%;
  margin: 0 20px;
}
.cont_main{
  width: 66vw;
}
.cont_side{
  width: 26vw;
}
.sidemenu {
  background: rgba(114,113,113,0.5);
  padding-top: 35px;

}
.title h2 {
  display: inline-block;
  color: #C9A063;
/*
  letter-spacing: 0.05ex;
  font-size: 24px;
*/
  line-height: 27px;
  margin-bottom: 10px;
}
.title .cate {
  display: inline-block;
  font-size: 24px;
  line-height: 27px;
  padding-left: 20px;
}
.side_title {
  padding-left: 20px;
  padding-bottom: 10px;
}
.side .sidemenu ul {
  padding-bottom: 80px;
}
.side .sidemenu li {
  min-height: 54px;
  font-size: 15px;
  font-weight: bold;
}
.side .sidemenu a {
  display: block;
  color: #fff;
  line-height: 34px;
  padding: 10px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.side .sidemenu a:hover {
  background: #B28247;
}
.side .sidemenu li.open > a,
.side .sidemenu li.selected > a,
.side .sidemenu li a.selected {
  background: #B28247;
}

/* ================================================================================
   report movie photo
================================================================================ */
#infscr-loading {
  position: fixed;
  bottom: 130px;
  left: 47%;
  text-align: center;
}
#infscr-loading img {
  width: 40%;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -moz-opacity:0.65;
  opacity: 0.65;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight,
#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight,
#cboxMiddleLeft, #cboxMiddleRight  {  display: none;  }


/* --------------------------------------------------
   article の基本
-------------------------------------------------- */
.list_parts a {
  color: #fff;
}
.article {
  display: block;
  width: 100%;
}

.date {
  color: #ddd;
  font-size: 80%;
}
.article .newmark {
  margin-left: 5px; 
  color: #F7083B;
  font-size: 80%;
  letter-spacing: 0;
}
.article .cate {
  padding: 2px 10px; 
  background: #B28247;
  color: #fff;
  font-size: 80%;
  margin-right: 10px;
}

.article .caption {  margin-top: 5px;  }
.article .content {  margin: 15px 0 20px;  }
.article .content img {
  display: block;
  margin: 20px 0;
  /*max-width: 85%;*/
}
.article .detailurl {
  /* padding: 10px 0px; */
  padding: 10px;
}
.article .content .star_btn img {
  display: inline;
  margin: 20px 0 0;
}
.article .detailurl, .article .detailurl:visited {
  display: block;
  color: #fff;
  text-decoration: none;
}
.article .time {
  display: inline-block;
  float: right;
  padding: 2px 10px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  letter-spacing: 0;
  position: relative;
  top: -35px;
  right: 0;
  margin-bottom: -35px;
}
.top .article .time {
  top: -45px;
  right: -5px;
}
.article .youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.article .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 85%;
}

/* --------------------------------------------------
   list の基本
-------------------------------------------------- */
#regular.title,
.mainwrap.regular  {  display: none;  }

.list .guest {
  background: #000;
  padding: 30px;
}

.list .pagination {
  text-align: center;
  height: 50px;
}
.list .pagination .pagearrowL,
.list .pagination .pagearrowR {
  position: relative;
  top: -10px;
}
.list .pagination .pagearrowL {
  float: left;
  left: 0px;
}
.list .pagination .pagearrowR {
  float: right;
  right: 20px;
}

/* --------------------------------------------------
   detail の基本
-------------------------------------------------- */
.detail .guest {
  position: fixed;
  left: 90px;
  top: 160px;
  text-align: center;
  width: 70%;
  background: #000;
  padding: 60px 40px 80px;
}
.detail .guest .member {
  position: relative;
  top: 20px;
}

/* --------------------------------------------------
   report の基本
-------------------------------------------------- */
.top .article .thumbnail {
  display: block;
  /* padding-right: 20px; */
}
.top .article .thumbnail img {
  max-width: 100%;
}
.report.list .list_parts {
  margin: -10px 0 0 30px;
}
.report.list .articlewrap {
  margin: 15px auto 20px;
  padding: 0 30px 15px 0;;
  border-bottom: 1px solid #fff;
}
.report.list .article:last-child > .articlewrap {
  border-bottom: none;
  padding-bottom: 20px;
}
.report.list .article .subtitle,
.report.list .article .title {  font-weight: bold;  }
.report.list .article .title {  font-size: 125%;  }

.report.list .article .content {  margin-top: 10px;  }
.report.list .article .label {  margin-bottom: 5px;  }

.report.list .articleID {
  position: relative;
  top: -20px;
  display: block;
}

/* --------------------------------------------------
   top INFORMATION 全体カスタム
-------------------------------------------------- */
.top .cate_info .article .thumbnail,
.top .cate_info .article .subtitle,
.top .cate_info .article .caption,
.report [class^="cate_info"] .article .subtitle/*,
.report [class^="cate_info"] .article .caption*/ {  display: none;  }

/* --------------------------------------------------
   top 一覧カスタム
-------------------------------------------------- */
.top .cate_info .article .title {  margin-top: 3px;  }

/* --------------------------------------------------
   INFORMATION 一覧カスタム
.report.list [class^="cate_info"] .article .label {    }
.report.list [class^="cate_info"] .article .content {    }
-------------------------------------------------- */

/* --------------------------------------------------
   SCHEDULE 全体カスタム
-------------------------------------------------- */
.top .cate_sche .article .thumbnail,
.top .cate_sche .article .date,
.top .cate_sche .article .newmark,
.top .cate_sche .article .cate,
.top .cate_sche .article .content,
.report [class^="cate_sche"] .article .thumbnail,
.report [class^="cate_sche"] .article .date,
.report [class^="cate_sche"] .article .newmark,
.report [class^="cate_sche"] .article .cate,
.report [class^="cate_sche"] .article .content {display: none;}

/* --------------------------------------------------
   SCHEDULE 一覧カスタム
-------------------------------------------------- */
.top .cate_sche .article .label,
.top .cate_sche .article .title,
.report.list [class^="cate_sche"] .article .label,
.report.list [class^="cate_sche"] .article .title {  display: inline;  }

.top .cate_sche .article .detailurl,
.report.list [class^="cate_sche"] .article .detailurl {  pointer-events: none;  }

.top .cate_sche .article .subtitle,
.report.list [class^="cate_sche"] .article .subtitle {
  position: relative;
  top: -2px;
}
.top .cate_sche .article .subtitle,
.report.list [class^="cate_sche"] .article .subtitle {
  font-family: 'Sintony', sans-serif;
  letter-spacing: 0.05ex;
  padding: 0 10px; 
  background: #B28247;
  color: #fff;
  font-size: 80%;
  margin-right: 10px;
  display: inline-block;
  font-weight: normal;
}

.report.list [class^="cate_sche"] .article .title {  font-size: 125%;  }

.top .cate_sche .article .caption {  margin-top: 1px;  }

.report.list [class^="cate_sche"] .article .caption {  margin-left: 5px;  margin-bottom: 10px;  }

.top .cate_sche .article .caption > span.br,
.report.list [class^="cate_sche"] .article .caption > span.br {  display: block;  }

/*
.top .cate_sche .article .caption > span.br_sp,
.report.list [class^="cate_sche"] .article .caption >*/ span.br_sp {  margin-left: 10px;  }

.report.list [class^="cate_sche"] .main {  background: rgba(114,113,113,0);  }
.report.list [class^="cate_sche"] .mainwrap {
  background: rgba(114,113,113,0.5);
  padding-top: 25px;
  margin-top: -25px;
}
.report.list [class^="cate_sche"] #regular.title {  display: block;  margin-top: -20px;  padding-top: 43px;  }
.report.list [class^="cate_sche"] .mainwrap.regular {  display: block;  margin-top: 0;  margin-bottom: 80px;  }
.report.list [class^="cate_sche"] .mainwrap.regular .article .caption {  display: inline;  }
.report.list [class^="cate_sche"] .article .content {
  display: block;
  margin-top:-10px;
  margin-left: 5px;
}
/* --------------------------------------------------
   SCHEDULE 詳細カスタム
.report.detail [class^="cate_sche"] .article { }
-------------------------------------------------- */

/* --------------------------------------------------
   瀧上タイム 全体カスタム
-------------------------------------------------- */
.top .cate_taki .article .thumbnail,
.top .cate_taki .article .cate,
.top .cate_taki .article .caption,
.report [class^="cate_taki"] .article .thumbnail,
.report [class^="cate_taki"] .article .cate {  display: none;  }

.report [class^="cate_taki"] .article .title {  margin-bottom: 20px;  }
.report [class^="cate_taki"] .article .label,
.report [class^="cate_taki"] .article .subtitle {  display: inline-block;  }
.report [class^="cate_taki"] .article .subtitle {  color: #ddd;  font-size: 80%;  }

/* --------------------------------------------------
   瀧上タイム 一覧カスタム
.report.list [class^="cate_taki"] .article .label {  }
-------------------------------------------------- */

/* --------------------------------------------------
   瀧上タイム 詳細カスタム
.report.detail [class^="cate_taki"] .article .label {  }
-------------------------------------------------- */

/* --------------------------------------------------
   マネージャー 全体カスタム
-------------------------------------------------- */
.top .cate_mana .article .thumbnail,
.top .cate_mana .article .cate,
.top .cate_mana .article .subtitle,
.top .cate_mana .article .caption,
.report [class^="cate_mana"] .article .cate,
.report [class^="cate_mana"] .article .subtitle,
.report [class^="cate_mana"] .article .caption {  display: none;  }

/* --------------------------------------------------
   マネージャー 一覧カスタム
-------------------------------------------------- */
.report.list [class^="cate_mana"] .article .content img {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}
.report.list [class^="cate_mana"] .side .sidemenu li >ul {  padding-bottom: 0;  }
.report.list [class^="cate_mana"] .side li > ul {  display: none;  }
.report.list [class^="cate_mana"] .side li.open ul {  display: block;  }

/* --------------------------------------------------
   マネージャー 詳細カスタム
.report.detail [class^="cate_mana"] .article { }
-------------------------------------------------- */

/* --------------------------------------------------
   photo movie の基本
-------------------------------------------------- */
.photo.list .main,
.movie.list .main {
  width: 100%;
  background: rgba(114,113,113,0);
  padding-top: 10px;
}

.photo .list_parts,
.movie .list_parts {
  margin: 0 auto;
  text-align: center;
}
.photo .list_parts {  width: 1020px;  /* margin-left: -10px;  margin-right: -10px; */  }
.movie .list_parts {  width: 1020px;  /* margin-left: -5px;  margin-right: -15px; */  }

.photo.list .article {
  display: block;
  width: 18%;
  margin: 1%;
  overflow: hidden;
}
.movie.list .article {
  display: block;
  width: 31%;
  margin: 1%;
  overflow: hidden;
}
.photo.list .article .thumbnail img,
.movie.list .article .thumbnail img {
  width: 100%;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
.photo.list .article .thumbnail img:hover,
.movie.list .article .thumbnail img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.photo.list .detailurl,
.movie.list .detailurl {
  width: 100%;
  padding: 0;
  display: block;
  overflow: hidden;
  position: relative;
  cursor: default;
  text-decoration: none;
  text-align: left;
}
.photo.list .detailurl:hover,
.movie.list .detailurl:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}
.photo.list .article .title,
.movie.list .article .title {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 2;
  height: auto;
  padding: 10px;
  background: rgba(0,0,0,0.6);
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
}
.photo.list .article .title {  width: 89%;  }
.movie.list .article .title {  width: 94%;  }

.photo.list .article:hover a .title,
.movie.list .article:hover a .title {  bottom: 0;  }

.photo .article .articlewrap,
.movie .article .articlewrap {  padding: 5px;  }

.photo .article .title,
.photo .article .subtitle,
.photo .article .caption {  font-size: 86%;  }

.photo.detail .content_wrap,
.movie.detail .content_wrap,
.detail .landing .content_wrap {
  float: left;
  width: 900px;
  height: 600px;
}
.photo.detail .content_wrap,
.detail .landing .content_wrap {
  background: rgba(114,113,113,0.5);
}
.photo.detail .content,
.movie.detail .content {
  text-align: center;
  width: 858px;
  height: 558px;
  position: relative;
}
.photo.detail .content img {
  position: absolute;
  max-width: 800px;
  max-height: 480px;
  display: none;
}
.movie.detail .content {
  margin-top: 70px;
}
.photo.detail .meta .title,
.movie.detail .meta .title {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  /*color: #444;*/
  top: 0px;
  font-weight: bold;
  margin: 10px 10px 10px 20px;
}

.photo.detail .pagination span,
.photo.detail .pagination .pagearrowL,
.photo.detail .pagination .pagearrowR,
.movie.detail .pagination span,
.movie.detail .pagination .pagearrowL,
.movie.detail .pagination .pagearrowR {
  position: fixed;
  z-index: 100;
  /*color: #444;*/
}
.photo.detail .pagination span,
.movie.detail .pagination span {
  bottom: 10px;
  left: 50%;
}

.photo.detail .pagination .pagearrowL,
.movie.detail .pagination .pagearrowL {
  top: 44%;
  left: 0;
}
.photo.detail .pagination .pagearrowR,
.movie.detail .pagination .pagearrowR {
  top: 44%;
  right: 0;
}

.movie .article .title {  font-weight: bold;  }

/* --------------------------------------------------
   PHOTO 全体カスタム
-------------------------------------------------- */
.top .cate_pho .cate,
.top .cate_pho .subtitle,
.top .cate_pho .caption,
.photo [class^="cate_pho"] .label,
.photo [class^="cate_pho"] .subtitle,
.photo [class^="cate_pho"] .caption,
.photo [class^="cate_jid"] .label,
.photo [class^="cate_jid"] .subtitle,
.photo [class^="cate_jid"] .caption {  display: none;  }

/* --------------------------------------------------
   PHOTO 一覧カスタム
.photo.list [class^="cate_pho"] .title,
.photo.list [class^="cate_jid"] .title {  padding-bottom: 5px;  }
-------------------------------------------------- */

/* --------------------------------------------------
   PHOTO 詳細カスタム
-------------------------------------------------- */

/* --------------------------------------------------
   MOVIE 全体カスタム
-------------------------------------------------- */
.top .cate_mov .cate,
.top .cate_mov .subtitle,
.top .cate_mov .caption,
.movie [class^="cate_mov"] .label,
.movie [class^="cate_mov"] .subtitle,
.movie [class^="cate_mov"] .caption {  display: none;  }

.movie.detail div.eviry-baseplayer {  top: -10px;  }

/* --------------------------------------------------
   MOVIE 一覧カスタム
-------------------------------------------------- */

/* --------------------------------------------------
   MOVIE 詳細カスタム
.movie.detail [class^="cate_mov"] .content {  margin-top: -20px;  }
.movie.detail [class^="cate_mov"] .title {  position: absolute;  margin: 30px 26px 0 5px;  z-index: 100;  }
-------------------------------------------------- */
.movie.detail.hijigami .content {
  margin-top: 30px;
}
.movie.detail.hijigami .content .foot_wrap {
  /*color: #444;*/
  margin-top: 10px;
}
.movie.detail.hijigami .content .foot_wrap a:hover {
  color: #444;
}

/* --------------------------------------------------
   ちゅうえい星人 全体カスタム
-------------------------------------------------- */
.top .cate_chu .cate,
.top .cate_chu .subtitle,
.top .cate_chu .caption,
.movie [class^="cate_chu"] .label,
.movie [class^="cate_chu"] .subtitle,
.movie [class^="cate_chu"] .caption {  display: none;  }

/* --------------------------------------------------
   ちゅうえい星人 一覧カスタム
-------------------------------------------------- */

/* --------------------------------------------------
   ちゅうえい星人 詳細カスタム
.movie.detail [class^="cate_chu"] .content {  margin-top: -20px;  }
.movie.detail [class^="cate_chu"] .title {  position: absolute;  margin: 30px 26px 0 5px;  z-index: 100;  }
-------------------------------------------------- */

/* --------------------------------------------------
   apply の基本
-------------------------------------------------- */
.apply.list .list_parts {
  margin: -10px 0 0 30px;
}
.apply.entry .list_parts {
  margin: 15px 30px;
}
.apply.entry.confirm .list_parts {
  margin: 30px 50px;
}
.apply.list .articlewrap {
  margin: 15px auto 20px;
  padding: 0 30px 15px 0;;
  border-bottom: 1px solid #fff;
}
.apply.list .article:last-child > .articlewrap {
  border-bottom: none;
  padding-bottom: 20px;
}
.apply.list .article .subtitle,
.apply.list .article .title, .apply.entry .article .title,
.apply.list .article .inviLabelTop,
.apply.list .article .inviLabelBtm {  font-weight: bold;  }

.apply.list .article .title, .apply.entry .article .title {  font-size: 125%;  }
.apply.list .article .subtitle {  color: #ff6b37;  }
.apply.entry .article .title {  margin-bottom: 20px;  }

.apply.list .article .inviLabelTop,
.apply.list .article .inviLabelBtm {
  margin-top: 10px;
}
.apply.list .articleID {
  position: relative;
  top: -20px;
  display: block;
}
.apply.list .article table.content {
  margin: 25px 0;
  width: 100%;
  border: 1px solid #B28247;
}
.apply.list .article table.content th {
  width: 21%;
  border: 1px dotted rgba(255,255,255,0.2);
  background-color: rgba(0,0,0,0.6);
  padding: 10px 15px;
}
.apply.list .article table.content td:nth-child(2) {
  border-top: 1px dotted rgba(255,255,255,0.2);
}
.apply.list .article table.content td {
  border-bottom: 1px dotted rgba(255,255,255,0.2);
  border-right: 1px dotted rgba(255,255,255,0.2);
  padding: 10px 10px 10px 15px;
}
.apply.list .article .inviBtnwrap {
  text-align: center;
  margin: 15px auto;
}
.apply.list .article .inviBtnwrap .guest{
  width: 70%;
  margin: auto;
}
.apply.list .article .inviBtnwrap .guest img {
  margin-top: 10px;
}
.apply.list .article .inviBtnwrap form {
  width: 45%;
  margin: auto;
}
.apply.list .article .inviBtnwrap input {
  font-size: 135%;
}
.apply.list .article .inviComment {
  color: #ffba66;
}
.apply.entry .eventinfo {
  width: 100%;
}
.ui-mobile label {
  display: flex;
  margin: 0;
  font-size: 13px;
}
.apply.entry .eventinfo th {
  vertical-align: middle;
  width: 30%;
  text-align: left;
  padding-right: 15px;
}
.eventinfo ul.radio_list,
.eventinfo ul.checkbox_list {
  background-color: rgba(0,0,0,0.6);
  padding: 5px 10px 5px 5px;
  border: 1px solid #fff;
  margin: .5em 0;
}
.eventinfo ul.radio_list li,
.eventinfo ul.checkbox_list li {
  font-size: 0 ;
  padding: 5px 10px 5px 0;
}
.confirm ul.btn-list01 li a, .confirm ul.btn-list01 li a:visited,
.apply.entry .invi_btn_wrapper .ui-btn.ui-input-btn.ui-corner-all.ui-shadow,
.apply.entry input[type="submit"] {
  background-color: #B28247;
  border-color: rgba(255,255,255,0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 38px;
  font-family: 'mplus-1c-bold', sans-serif;
  letter-spacing: -0.04ex;
  margin-left: -0.15ex;
  font-size: 135%;
  padding: 8px 5px;
  margin: 15px auto 35px;
  width: 270px;
  display: block;
  text-align: center;
  color: #fff;
}
.apply.entry .body_txt1.ui-grid-b.inline-btn .ui-btn.ui-input-btn.ui-corner-all.ui-shadow {
  background-color: rgba(201,160,99,0.5);
  border-color: rgba(255,255,255,0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 8px 5px;
  color: #fff;
  font-weight: normal;
}

.confirm ul.btn-list01 li.btn02 a {
  background-color: rgba(201,160,99,0.5);
}
.confirm ul.btn-list01 li a:hover,
.apply.entry .body_txt1.ui-grid-b.inline-btn .ui-btn.ui-input-btn.ui-corner-all.ui-shadow:hover,
.apply.entry .invi_btn_wrapper .ui-btn.ui-input-btn.ui-corner-all.ui-shadow:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity:0.90;
  opacity:0.90;
  color: #fff;
}
#zip2AddressBtn,
.apply.entry .invi_btn_wrapper input[type="submit"] {
  filter: Alpha(Opacity=0);
  opacity: 0;
}

#member_profile_gender-button, #member_profile_prefecture-button,
#member_input_gender-button, #member_input_prefecture-button,
#apply_history_age-button, #apply_history_gender-button, #apply_history_prefecture-button,
.apply.entry .body_txt1.ui-grid-a .ui-block-a,
.apply.entry .body_txt1.ui-grid-a .ui-block-b {
  width: 48%;
}
.apply.entry .body_txt1.ui-grid-a .ui-block-a {
  margin-right: 4%;
}
.apply.entry .body_txt1.ui-grid-b.inline-btn {
  width: 60%;
}

.apply.entry .body_txt1.ui-grid-b.inline-btn .ui-block-a > div,
.apply.entry .body_txt1.ui-grid-b.inline-btn .ui-block-b > div {
  /*width: 90%;*/
  width: 87%;
  display: inline-block;
  margin-right: 3%;
  vertical-align: middle;
}
.apply.entry .anke_title, .apply.entry .required {
  color: #ff6b37;
}
.customer.apply.entry .anke_title {
 margin-bottom: 10px;
}

/* ================================================================================
   top
================================================================================ */
.top > .logo_main {
  position: absolute;
  right: 0px;
  bottom: 100px;
  width: 60%;
  max-width: 758px;
  padding-left: 100px;
  height: auto;
  overflow: hidden;
}
.top > .logo_main img {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 658px;
}
.top .cont_bg {
  padding-top: 0;
}
.top .main, .top .side {
  padding-top: 50px;
  background: rgba(114,113,113,0);
}
.top .title h2 {
  margin-bottom: 5px;
}
.andmore {
  text-align: right;
text-decoration: underline;
}

/* .top .cate_sche, */
.top .history, .top .cate_taki, .top .cate_chu,
.top .cate_mana, .top .cate_mov, .top .cate_pho {
  margin-top: 50px;
}
.top .profile {
  padding-top: 48px;
}
.top .list_parts {
  background: rgba(114,113,113,0.5);
  margin: 0;
  padding: 15px 30px 5px;
}
.top .list_parts .andmore {
  margin-right: -20px;
}
.top .list_parts > div:nth-last-child(2) a {
  padding-bottom: 0px;
}
.top .list_parts_other {
  background: rgba(214, 214, 214, 0.5);
  margin: 0;
  padding: 15px 30px 5px;
  margin-bottom: 15px;
}

.top .profile .list_parts {
  padding: 0;
}

.top .profile .takiue .thumbnail {
  float: left;
  /* padding: 0 20px 20px 0; */
}
.top .profile .chuuei .thumbnail {
  float: right;
  padding: 16px 0px 8px 8px;
}
.top .profile .caption {
  margin-top: 0;
  padding: 25px 30px 30px;
}
.top .profile .article.chuuei {
  border-top: 1px solid #fff;
  /* margin-left: 30px; */
  /* width: 670px; */
  padding-bottom: 5px;
}

.top .profile .chuuei .caption {
  padding-top: 35px;
  padding-left: 0;
}
.top .profile .andmore {

  margin-right: 10px;
  padding-bottom: 5px;
}

.top .profile .caption div {
  display: table-row-group;
}

.top .profile .caption div span {
 display: table-cell;
}
.top .profile .caption div span:first-child {
  width: 120px;
  text-align: right;
  /* padding-right: 15px; */
}

.top .profile .caption div span:last-child {
  padding-left: 8px;
  width: 260px;
}
.top .history .article {
  padding-top: 15px;
  padding-bottom: 10px;
}
.top .history .article .left {
  float: left;
  /* width: 325px; */
  width: 300px;
  /* width: 294px; */
}
.top .history .article .articlewrap {
  float: right;
  width: 310px;
}
.top .history .article .thumbnail,
.top .history .article .left a,
.top .history .article .left .txt-ticket {
  padding-right: 18px;
}
.top .history .article .left a {
  display: block;
}
.top .history .title {
  font-size: 1.4em;
  font-weight: 700;
  color: #f4c400;
}
.top .history .txt-left {
  font-size: 1.15em;
  /* font-weight: bold; */
  line-height: 1.8;
  display: inline;
}
.top .history .txt-min {
  font-size: 0.8em;
  margin: 20px 0 5px;
  text-align: right;
}
.top .history .txt-fc {
  background: #e60c1a;
  margin: 10px 0;
  /* color: #000; */
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
}
.top .history .txt-fc h3 {
  background: #231816;
  color: #f4c400;
}  
.top .history .txt-ticket {
  font-size: 0.8em;
  font-size: 1em;
  margin-bottom: 15px;
  text-align: right;
} 
.top .history .caption > span {
  display: block;
  line-height: 0.8em;
}
.top .cate_mana .title h2 {
  margin-bottom: 5px;
}
.top .cate_chu .list_parts,
.top .cate_mov .list_parts,
.top .cate_pho .list_parts {
  background: rgba(114,113,113,0);
  padding-left:  5px;
  padding-right:  5px;
}
.top .cate_chu .list_parts div,
.top .cate_mov .list_parts div,
.top .cate_pho .list_parts div {
  display: block;
}
.top .cate_chu .list_parts .thumbnail,
.top .cate_mov .list_parts .thumbnail,
.top .cate_pho .list_parts .thumbnail {
  width: 270px;
  padding: 0;
  position: relative;
  top: -25px;
  left: -5px;
  margin-bottom: -10px;
}
.top .cate_chu .andmore,
.top .cate_mov .andmore,
.top .cate_pho .andmore {
  margin-right: 5px;
}
.top_footer_parts {
  float: left;
  width: 100%;
  text-align: center;
  margin: 80px auto 0;
}

.top_sub_menu span a {
  font-size: 92%;
  color: #fff;
  padding: 10px;
}
/* ================================================================================
   customer
================================================================================ */
.customer.mail .main {
  background: rgba(114,113,113,0);
  padding-top: 0px;
}
.customer.mail .mainwrap {
  background: rgba(114,113,113,0.5);
  padding-top: 25px;
  margin-bottom: 50px
}

.customer .mainwrap {
  width: auto;
  padding: 10px 30px 30px;
}
.customer.signup .text-area.pay,
.customer.signup .text-area.merit {
  margin-top: 45px;
}
.customer.signup .text-area.merit {
    width: 100%;
    background-color: black;
}
.meritDel-wrap {
    padding: 20px;
}
.meritDel-item {
    margin-top: 15px;
    position: relative;
}
.meritDel-item:before {
    content:"";
    display :block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url(/fccms/images/star.png);
}
.meritDel-item:first-child {
    margin-top: 0;
}
.meritDel-item p {
    color: #C9A063;
    font-size: 1.1rem;
    font-weight: bold;
    margin-left: 25px;
}
.text-areaPayment {
    display: flex;
}
.text-areaSettlement {
    width: 100%;
    margin-right: 20px;
}
.text-areaTerms {
    color: white;
    background-color: #B28247;
    text-align: center;
    width: 100%;
    max-width: 270px;
    padding: 10px 0;
    margin: 30px auto 30px;
}
.text-areaTerms a {
    color: white;
    font-size: 1.2rem;
    letter-spacing: 3px;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.text-areaTerms:hover {
    background-color: #C9A063;
}
.text-areaRegistration {
    width: 100%;
}
.carrierBox {
    margin-top: 45px;
}
.carrierBox--bottom {
    margin-top: 20px;
}
.carrierWrap {
  /* width: 270px; */
  /* margin-left: 20px; */
  /* margin-left: 13px; */
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.carrierItem {
    width: calc(100% / 2 - 40px);
    height: auto;
    background: rgba(0,0,0,0.3);
    padding: 20px 10px 20px;
    margin: 0 10px;
    word-break: break-all;
}
.carrierItem img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 30px auto 35px;
}

@media screen and (min-width:1280px) { 
    .carrierItem img {
        max-width: 60%;
    }
}

.carrierItem__ttl {
    text-align: center;
    font-size: 15px;
    width: 100%;
}
.customer.signup .text-area.regist {
  margin-top: 40px;
}
.customer.signup .carrier {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.customer.signup .carrier > div {
  float: left;
  width: 183.3px;
  height: 100%;
  background: rgba(0,0,0,0.3);
  padding: 0 10px 20px;
  /* padding: 0 15px 20px; */
}
.customer.login .carrier > div {
  float: left;
  width: 27%;
  height: 200px;
  background: rgba(0,0,0,0.3);
  padding: 0 15px 20px;
  margin: 25px 30px 30px 0;
  text-align: center;
}
.customer.signup .carrier > .docomo {
  position: relative;
  /*left: -15px;*/
}
.customer.signup .carrier > .softbank {
  margin-right: 0px;
  position: relative;
  /*right: -15px;*/
}
.customer.login .carrier > .softbank {
  margin-right: 0px;
}
.customer.login .carrier > .center {
  float: none;
  margin: 25px auto 30px;
  width: 45%;
}
.customer.login .carrier > .testmember {
  float: right;
  margin: 25px auto 30px;
  width: 18%;
  margin-top: -250px;
  margin-right: 10px;
}
.customer .carrier > div img {
  width: 90%;
  display: block;
  margin: 10px auto 35px;
}
.customer h3,
.customer.signup .text-area.regist a,
.customer.mail .btn-area a,
.customer.entmail .btn-area a,
.customer.faq .btn-area a {
  font-size: 20px;
  margin-bottom: 5px;
}
.customer.signup .text-area.regist a,
.customer.mail .btn-area a,
.customer.entmail .btn-area a,
.customer.faq .btn-area a {
  background: #B28247;
  color: #fff;
  /* height: 44px; */
  /* line-height: 44px; */
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  padding: 10px 5px;
}
.customer.faq .btn-area a {
  margin: 20px auto;
}
.customer.mail .btn-area a,
.customer.entmail .btn-area a,
.customer.signup .text-area.regist a,
.customer.faq .btn-area a {
  width: 270px;
}
.customer.mail .btn-area.bg01 a {
  background: #000;
}
.customer.mail .btn-area.bg01 a img {
  padding-bottom: 15px;
}
.customer.entmail .btn-area.long a {
  width: 370px;
}
.customer.entmail input[type="submit"] {
  width: 280px;
}
.customer.entmail.form .btn-area {
  margin-top: 60px;
  margin-bottom: -30px;
}
.customer.entmail .btn-area {
  text-align: center;
}
.customer.entmail .form-area {
  margin: 20px;
}
.form-area .btn-area {
  text-align: center;
}
.customer.entmail .form-area .btn-area input {
  /* margin-top: 50px; */
  position: fixed;
  bottom: 60px;
  left: 34%;
}

.form-area .box_gray {
  margin-bottom: 10px;
}
.confirm .form-area .box_gray {
  color: rgba(255,255,255,0.8);
  margin-bottom: 0;
}
.form-area .body_txt1 {
  margin-bottom: 20px;
}
.form-area .body_txt1.passbox {
  width: 56%;
  margin-bottom: 10px;
}

.form-area .nickname {
  width: 50%; 
}

#member_input_nickname {  padding: 10px;  }

#member_input_birthday_year-button span,
#member_input_birthday_month-button span,
#member_input_birthday_day-button span {  font-size: 120%;  }

#member_input_birthday1-button span:after, #member_profile_birthday1-button span:after,
#member_input_birthday_year-button span:after {  content: "年";  padding-right: 5px;  }
#member_input_birthday2-button span:after, #member_profile_birthday2-button span:after,
#member_input_birthday_month-button span:after {  content: "月";  padding-right: 5px;  }
#member_input_birthday3-button span:after, #member_profile_birthday3-button span:after,
#member_input_birthday_day-button span:after {  content: "日";  padding-right: 5px;  }
#apply_history_age-button span:after {  content: "歳";  padding-right: 5px;  }

.customer.mail .btn-area a {
  margin: 30px auto 15px;
}
.customer.entmail .btn-area a,
.customer.entmail .btn-area input {
  margin: 40px auto 0;
}
.customer.entmail .btn-area.btn01 a {
  background-color: rgba(201,160,99,0.5);
}
.customer .carrier > div > h3 {
  text-align: center;
  line-height: 4.3;
  font-size: 15px;
}
.customer .carrier > div > p {
  font-size: 85%;
  letter-spacing: 0;
}
.customer.ticket .btn02,
.customer .carrier .btn02 {
  width: 70%;
  line-height: 2.2;
  text-align: center;
  font-weight: 700;
  margin: 40px auto;
  border: 2px outset rgba(255,255,255,0.6);
  background-color: rgba(234,85,20,0.5);
}
.customer.ticket .btn02 a,
.customer .carrier .btn02 a {
  display: block;
  color: #F5F5F5;
}
.customer.ticket .btn02:hover,
.customer .carrier .btn02:hover {
  border: 2px outset rgba(255,255,255,0.8);
  background-color: rgba(234,85,20,0.3);
}
.customer.ticket .btn02 {
  margin: 10px auto -10px;
}
.customer #accordion dt {
  cursor: pointer;
}
.customer.rule #accordion dt {
  margin-top: -20px;
}
.customer.faq #accordion dt {
  margin: 5px 0;
}
.customer.faq #accordion dt:hover,
.customer.faq #accordion dt.active {
  color: #C9A063;
}

.customer.mail .text-area,
.customer.faq .text-area,
.customer #accordion dt .text-area {
  padding: 10px 10px 0;
}
.customer.mail h3,
.customer.entmail .text-area h3,
.customer.login .text-area h3,
.customer.faq h3,
.customer #accordion dt h3,
.customer.ticket .text-area h3 {
  background-color: rgba(0,0,0,0.5);
  margin-bottom: 10px;
  padding: 5px 20px;
}
.customer.entmail .text-area h3,
.customer.login .text-area h3,
.customer.ticket .text-area h3 {
  margin: 30px 0;
  text-align: center;
}
.customer.mail h3 {
  margin-top: 10px;
}
.customer.entmail .text-area p,
.customer.login .text-area p {
  padding: 0 20px;
}
.customer.rule #accordion dt:after {
  content: "続きを読む...";
  display: block;
  text-align: right;
  text-decoration: underline;
  margin-top: -20px;
}
.customer #accordion dt.active:after {
  display: none;
}
.customer #accordion dd {
  display:none;
  margin-bottom: 10px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #fff;
}
.customer.rule #accordion dt:before {
  content: "╋ ";
  text-align: right;
  display: block;
  position: relative;
  top: 43px;
  right: 20px;
  font-size: 25px;
}
.customer.rule #accordion dt.active:before {
  content: "━ ";
  text-align: right;
  display: block;
  position: relative;
  top: 43px;
  right: 20px;
  font-size: 25px;
}
.customer.faq #accordion dt:before {
  content: "╋ ";
  margin-right: 5px;
}
.customer.faq #accordion dt.active:before {
  content: "━ ";
  margin-right: 5px;
}

.customer.rule .mainwrap {
  padding-bottom: 50px;
}

.customer.login .main,
.customer.entmail .main,
.customer.ticket .main {
  float: left;
  width: 900px;
  height: 600px;
}
.customer.login .mainwrap,
.customer.entmail .mainwrap {
  width: 798px;
  height: 520px;
  position: relative;
  top: 20px;
}
.customer.error .main {
  background: rgba(114,113,113,0);
}
.customer.entmail .mainwrap {
  position: relative;
  top: 0px;
}
.customer.entmail.form .mainwrap {
  position: relative;
  top: -20px;
}
.text-area.error span {
  margin-left: 20px;
}
.customer h4 {
  font-size: 16px;
}
.customer.faq h4 {
  background-color: rgba(0,0,0,0.35);
  padding: 3px 20px;
  margin-bottom: 15px;
  margin-left: -10px;
  margin-right: -10px;
}
.customer.faq .info {
  margin-top: 30px;
}
.customer.mypage table {
  width: 100%;
  font-size: 120%;
}
.customer.mypage .table-area tr td:first-child {
  width: 35%;
  text-align: center;
}
.customer.mypage .table-area td {
  padding: 15px 30px;
  vertical-align: middle;
}
.customer.mypage .table-area td .title {
  background-color: rgba(255,255,255,0.25);
  width: 100%;
  margin: 10px 0 0;
  padding: 6px 0;
}
.customer.mypage .table-area {
  background-color: rgba(0,0,0,0.8);
  padding: 20px 0;
  margin-top: -5px;
  /* border: 2px solid #C9A063; */
}

.customer.mypage .btn01 {
  width: 100%;
}
.customer.mypage .btn01 a {
  display: block;
  border: 1px solid #c6a03a;
  padding: 5px;
  text-align: center;
  font-size: 90%;
  color: #c6a03a;
}
.customer.mypage .btn01 a:hover {
  color: #fff;
  border-color: #fff;
}
.customer.mypage .btn01.change a {
  margin-top: 10px;
}
.customer.apply .text-big {
  font-size: 120%;
}
.customer.apply.confirm input[type=submit] {
  width: 280px;
}
.customer.mypage .text-sml {
  font-size: 90%;
  margin-left: 20px;
}
.customer.mypage .text-ssml {
 font-size: 70%;
}
.customer.ticket .ticketwrap {
  margin: 20px;
}
.customer.ticket .ticket {
  background: rgba(0,0,0,0.3);
  text-align: center;
  /*padding: 20px 0;*/
  padding: 45px 0;
}
.customer.ticket #funity_button {
  width: 50%;
  margin: auto;
}
.customer.ticket div.button {
  font-family: 'mplus-1c-bold', sans-serif;
  /*width: 230px;*/
  width: 75%;
  margin: 10px 5px 0px;
  padding: 7px 0 12px;
  border: 2px solid;
  display: inline-block;
  text-align: center;
  font-size: 19px;
  background: #B28247;
  text-decoration: none;
  cursor: pointer;
}
.customer.ticket div.button:hover {
  background-color: rgba(234,85,20,0.3);
}
.customer.ticket div.button a {
  color: #fff;
  line-height: 0;
  font-size: 95%;
}
.customer.ticket div.button span {
  font-size: 70%;
  display: block;
  line-height: 1.2;
}
.customer.ticket .mainwrap {
  width: 798px;
  height: 520px;
  position: relative;
  top: -30px;
}
.customer.ticket .guest {
  padding: 20px 0 40px;
}
.customer.ticket .guest .member {
  position: relative;
  top: 20px;
}

/** add fujimoto **/
.newmark02{
  color: #F7083B;
  margin-left: 5px;
  font-size: 80%;
}

.mainwrap__title {
    display: inline-block;
    color: #C9A063;
    line-height: 27px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.text-area--pc,
.mailadressBox {
    margin-bottom: 20px;
}

.contwrap--registration {
    width: 100%;
    height: 100%;
    max-width: 960px;
    margin: 0 auto;
    background: rgba(114,113,113,0.5);
}

.contwrap--mailSendFinish {
    width: 100%;
    height: 100vh;
    max-width: 960px;
    margin: 0 auto;
    background: rgba(114,113,113,0.5);
}

.contwrap--login {
    width: 100%;
    height: 100vh;
    max-width: 960px;
    margin: 0 auto;
}

.btn--mailSendFinish {
    margin-top: 30px;
}

.btn--pcResize {
    width: 100%;
    max-width: 355px;
    margin: 0 auto;
}

.btn--cancel {
    margin-top: 10px;
}

.text-area---mailSendFinish,
.attention2--mailSendFinish {
    margin-top: 10px;
}

input#member_input_card_card_no,
input#member_input_card_expire_month,
input#member_input_card_expire_year,
input#member_input_card_holder_name,
input#member_input_card_security_code {
    color: white;
}

.withdrawal {
    float: initial;
    width: 100%;
    margin: 0;
    padding: 0;
}

.main--withdrawal {
    margin: 0;
}

.c-text-area {
    text-align: center;
    color: white;
    padding-top: 30px;
}

.c-text-area h3 {
    margin: 30px 0;
    background-color: rgba(0,0,0,0.5);
    padding: 5px 20px;
}

.c-main {
    background: rgba(114,113,113,0.5);
}

.c-mainWrap {
    padding: 0 20px;
    padding-bottom: 40px;
}

.carrierWrap--login {
    flex-wrap: initial;
}

.carrierItem--login h3 {
    text-align: center;
    line-height: 4.3;
    font-size: 15px;
    font-family: 'mplus-1c-regular', sans-serif;
    line-height: 1.7rem;
    height: 70px;
    width: 100%;
}

.carrierItem--login img {
    margin-top: 0;
}

.carrierItem--login p {
    font-size: 85%;
    letter-spacing: 0;
    text-align: center;
}

.mainwrap--login {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.c-creditLabel label {
    display: initial;
}

/* --------------------------------------------------
   カード情報の変更(PC)　カスタム
-------------------------------------------------- */
.credit_update label{
    display: initial;
}

.credit_update .cdud_block .ui-grid-a .ui-block-a,
.credit_update .cdud_block .ui-grid-a .ui-block-b,
{
    width: 20%;
}

.credit_update .ui-grid-c{
    width: 10%;
　　float: left;
}

.credit_update #btn_save_card{
    background-color: #B28247;
    border-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 38px;
    font-family: 'mplus-1c-bold', sans-serif;
    letter-spacing: -0.04ex;
    margin-left: -0.15ex;
    font-size: 135%;
    padding: 8px 5px;
    margin: 15px auto 35px;
    width: 270px;
    display: block;
    text-align: center;
    color: #fff;
}

.credit_update .cdud_block{
    margin-top: 4%;
} 

