@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);

/*old menu*/
.Tracking-menuBar {
    position: fixed;
    top: 0px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  z-index:3;
  width:100%;
}
.pcMenu--on {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.pcMenu--off {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.spMenu--on {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.spMenu--off {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
/*言語切り替えよう*/
.browser_ja,.browser_en{
  display:none;
}
/*メールアラート*/
.mail_Alert {
  display: none;
}
/*PCドロップダウン内フォントサイズ*/
.nav-sub-wrap .headline .heightLine .titles {
  font-size: 0.8em!important;
}
/*PCドロップダウン内プレミアム項目フォントサイズ*/
.panel .panel-inner .headline .heightLine .titles {
  font-size: 0.8em!important;
}
.viewallbtn {
    border: 1px solid #2D2E2E;
    padding: 10px 40px;
    color: #2D2E2E !important;
}
.see-all {
  height: 40px;
}
/* START: Cree Error Fix */
/*
.mob-nav .offcanvasList li:nth-child(9),.mob-nav .offcanvasList li:nth-child(10){
  padding:10px 2%;
}
*/
.mob-nav .offcanvasList li:nth-child(9){
  padding:10px 2%;
}
/* END: Cree Error Fix */

@media screen and (min-width: 768px) {
/* =============================================
PC Menu options
============================================= */
.spMenu {
  display: none;
  overflow:hidden;
  width: inherit;
}
.pcMenu{
  display: inherit;
  z-index: 9989;
  width: 100%;
}
.sub_nav_member a:first-child{
margin-right:15px;
}
}

@media screen and (max-width: 767px) {
/* =============================================
SP Menu options
============================================= */
.sub_nav_member a:first-child{
margin-right:0px;
}
.menuBlock {
  position: inherit!important;
}
.spmenu_space_cancel {
  display: none!important;
}
  /*メール認証関連*/
.spMenu {
  display: inherit;
   width: 100%;
}
.pcMenu{
  display: none;
  z-index: inherit;
  width: inherit;
}
}

body{
  color: #272727;
  font-size: 14px;
  line-height: 1.8;
}

.l-header{
  height: 50px;
  background: #fff;
  z-index:3;
}

.l-content{
  padding: 50px 0 0;
}

.l-container{
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1380px;
}

.l-container h1{
  font-size: 32px;
  line-height: 1.8;
}

.l-container time{
  display: block;
  margin-bottom: 40px;
  color: #ccc;
  font-size: 12px;
}

.l-container p{
  margin-bottom: 20px;
}

.l-container time{
  display: block;
  margin-bottom: 40px;
  color: #ccc;
  font-size: 12px;
}

.l-container .image{
  margin-bottom: 40px;
  width: 100%;
  height: 400px;
  background: #ccc;
  text-align: center;
  display: table;
  vertical-align: middle;
}

.l-container .image:after{
  display: table-cell;
  vertical-align: middle;
  content: 'Dammy Image';
  font-size: 42px;
  color: #fff;
  font-weight: bold;
}

.logo{
  float: left;
  line-height: 0;
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.logo img{
  width: 200px;
  text-align: center;
  vertical-align: middle;
}

.nav-item{
  float: left;
}

.panel-item{
    width: 15%;
    margin-right: 2%;
}

.nav-title{
  position: relative;
  display: block;
  padding: 0 10px 0 10px;
  color: #323232;
  text-decoration: none;
  line-height: 50px;
  font-size: 12px;
  font-weight: 700;
  font-family: Quicksand;
}

.nav-title:hover{
  background: #f9f9f9;
  color: #4c4c4c;
}

/**.nav-title:before{
  position: absolute;
  content: ' ';
  display: block;
  width: 9px;
  height: 5px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../images/arrow_off.png);
}**/

.nav-title.is-active {
  background: #f9f9f9;
  transition: background .2s ease;
  transition: background .2s ease;
  color: #4c4c4c;
}

.nav-item.is-active .nav-title:before{
  background: url(../images/arrow_on.png);
}

.panel{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    overflow: hidden;
    background: #f9f9f9;
    width: 100%;
    z-index: 3;
}

.panel-inner{
    padding: 30px 20px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.index {
    box-sizing: border-box;
    padding: 0 40px;
    border-right: 1px solid #555;
}

.index:first-child {
    border-left: 1px solid #555;
}

.index-title {
    color: #000;
    text-align: center;
    display: block;
    padding: 0 0 30px;
    font-weight: bold;
    text-decoration: none;
    transition: .2s;
}

.index-title img{
    display: block;
    margin-bottom: 10px;
}

.index-title:hover{
    opacity: 0.6;
}

.sub_nav {
    position: relative;
    float: right;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
}

.sub_nav_triangle {
    float: left;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
}

.sub_nav_triangle a{
    padding: 0 5px 0 5px;
    color: #323232;
    text-decoration: none;
    font-weight: 400;
    font-family: Quicksand;
}

.sub_nav_triangle select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	border: none !important;
    font-family: Quicksand !important;
	background: #fff !important;
    padding: 0 2%;
    color: 000 !important;
    height: 40px;
}

.sub_nav_triangle input {
    border: none !important;
}

.sub_nav_search {
    float: left;
    font-size: 18px;
    padding: 0px 5px;
}

.sub_nav_search a{
    padding: 0 5px 0 5px;
    color: #323232;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    font-family: Quicksand;
}

.sub_nav_member {
    float: left;
    font-size: 11px;
    padding: 0px 10px;
    display: block;
    width: auto;
}

.sub_nav_member a {
    /*padding: 0 5px 0 5px;ダッシュボード崩れ*/
    color: #E4007F;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    font-family: Quicksand;
}

.sub_nav_member a: hover{
    color: #ff1899;
}

@media screen and (max-width: 1180px) {
    .hideoff {display:none;}
}

@media screen and (min-width: 980px) {
    .mob-nav {display:none;}
    #offcanvas-btn-right {display:none;}
}

@media screen and (max-width: 979px) {
.l-nav {display: none;}
.logo{
  float: left;
  line-height: 0;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin-left: -5px;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
}
.logo img{
  width: 180px;
  text-align: left;
  vertical-align: middle;
}
}

.mobile-login-icon {
    position: absolute;
    padding: 0px 4px;
    right: 60px;
    height: 50px;
    line-height: 50px;
}

.mobile-login-icon-img {
    margin-top: 12px;
    width: 28px;
    height: 28px;
}

button {
    border: none;
}

.js-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.1);
}
.js-offcanvas.active{
  display:block;
}
.js-offcanvas-body{
  width:100%;
  -webkit-transition: margin-left 0.3s ease-in-out;
  -webkit-transition: margin-left 0.3s ease-in-out;
  -moz-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  -ms-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}
.js-offcanvas-body.js-offcanvas-body-right{
  overflow-y: hidden;
  margin-left: -250px;
  position:static;
}
.js-offcanvas-sidebar{
  width: 250px;
  z-index: 99999;
  position: fixed;
  top: 0;
  bottom: 0;
  max-width: 100%;
  color: #fff;
  background: #333;
  padding-right: 10px;
  padding-left: 10px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing:border-box;
}
.js-offcanvas-sidebar.js-offcanvas-sidebar-right {
  right: 0;
  left:auto;
  margin-right:-250px;
  -webkit-transition: margin-right 0.3s ease-in-out;
  -moz-transition: margin-right 0.3s ease-in-out;
  -o-transition: margin-right 0.3s ease-in-out;
  -ms-transition: margin-right 0.3s ease-in-out;
  transition: margin-right 0.3s ease-in-out;
}
.js-offcanvas-sidebar.js-offcanvas-sidebar-right.active{
  margin-right:0px;
  transition: margin-right 0.3s ease-in-out;
  -webkit-transition: margin-right 0.3s ease-in-out;
  -moz-transition: margin-right 0.3s ease-in-out;
  -o-transition: margin-right 0.3s ease-in-out;
  -ms-transition: margin-right 0.3s ease-in-out;
}
.js-offcanvas-sidebar.js-offcanvas-sidebar-right a{
    color: #fff;
    text-decoration: none;
}
.js-header-fixed {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -moz-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  -ms-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
}
.js-offcanvas-body.js-offcanvas-body-right{
  overflow:hidden;
}
.js-offcanvas-body.js-offcanvas-body-right .js-header-fixed {
  margin-left: -210px;
}

#offcanvas-btn-right{
	background-color: #FFF;
	width: 40px;
	height: 40px;
	margin: 5px 0px;
    font-size: 22px;
	float: right;
}

.offcanvasList{
	color:#FFFFFF;
	padding:0;
	margin:0;
}
.offcanvasList li{
	list-style-type:none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.offcanvasList li a{
    display:block;
	padding:10px;
    font-weight: 700;
    font-family: Quicksand;
}
.offcanvasList select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
    font-family: Quicksand;
    font-weight: 700;
    /*color: #fff;
    background: #333;*/

color: #333;
background: #fff;
font-size: 14px;
padding-left: 50px;
height: 30px;
width: 100%;
}

.search-box{
  width: 220px;
  height: 36px;
}

.container-1{
  width: 220px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.container-1 input#search{
  width: 220px;
  height: 36px;
  background: #ffffff;
  border: none;
  font-size: 14px;
  font-family: Quicksand;
  font-weight: 700;
  float: left;
  color: #222;
  padding-left: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.container-1 input#search::-webkit-input-placeholder {
   color: #222;
}
.container-1 input#search:-moz-placeholder { /* Firefox 18- */
   color: #222;
}
.container-1 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #222;
}
.container-1 input#search:-ms-input-placeholder {
   color: #222;
}

.container-1 .icon{
  position: absolute;
  top: 50%;
  margin-left: 14px;
  /*margin-top: 6px;*/
  margin-top: 4px;
  right: 4%;
  z-index: 1;
  color: #222;
}

.container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active{
    outline:none;
    background: #ffffff;
  }

/** PC用検索ボタン **/

.search-container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%
}

.site-header-default {
    display: none;
}

.site-header {
  background-color: #efefef;
}

.search-wrap {
  background-color: #efefef;
}

.search-wrap input {
  background-color: #efefef;
  border: none;
  color: #323232;
  height: 50px;
  line-height: 50px;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #888;
  opacity: 1 !important;
  font-family: Quicksand;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
  opacity: 1 !important;
  font-family: Quicksand;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  opacity: 1 !important;
  font-family: Quicksand;
}

:-ms-input-placeholder {
  color: #888;
  opacity: 1 !important;
  font-family: Quicksand;
}

.nav-bar {
  padding: 0.625em 0;
  text-align: right;
}

@media screen and (min-width: 850px) {
  .search-wrap input {
    font-size: 2em;
  }
}

/**General Styling **/

/*金色のリンク*/

.gold {
    color: #CBB577 !important;
}

a.gold {
    color: #CBB577 !important;
}

.user-ui {
  position: relative;
  right: 0;
  display: inline-block;
}
.user-ui .user-menu-toggle {
  display: inline-block;
  vertical-align: inherit;
  cursor: pointer;
}
.user-ui .user-menu-toggle .profile-img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  top: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
}

.user-ui .user-menu-toggle .profile-img-premium {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  top: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
	box-shadow: 0px 0px 0px 3px #BF9F70;
	-moz-box-shadow: 0px 0px 0px 3px #BF9F70;
	-webkit-box-shadow: 0px 0px 0px 3px #BF9F70;
}

.user-ui .user-menu-toggle .simple-arrow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 12px;
  color: #232323;
}

.user-ui .user-menu {
  width: 250px;
  background: #f9f9f9;
  position: absolute;
  right: 40%;
  border: 1px solid #f2f2f2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 99999;
  text-align: left;
}
.user-ui .user-menu::after {
  display: block;
  right: 0;
  content: " ";
  height: 0;
  top: -10px;
  width: 0;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f9f9f9;
}
.user-ui .user-menu::before {
  display: block;
  right: -1px;
  content: " ";
  height: 0;
  top: -11px;
  width: 0;
  position: absolute;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #f2f2f2;
}
.user-ui .user-menu .user-info {
    border-bottom: 1px solid #f2f2f2;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-weight: 700;
    font-family: Quicksand;
    padding-left: 20px;
}
.user-ui .user-menu .user-info .profile-img {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
}
.user-ui .user-menu .user-info h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #8e9299;
  font-weight: normal;
  line-height: normal;
  font-size: 15px;
  padding-left: 20px;
}
.user-ui .user-menu .user-info .btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.user-ui .user-menu .menu-nav {
  list-style-type: none;
}
.user-ui .user-menu .menu-nav li {
    height: 30px  !important;
    line-height: 30px;
    color: #232323;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    padding: 0 0 0 10px;
}
.user-ui .user-menu .menu-nav li a {
    display:block;
    color: #232323;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding:0;
    font-size: 18px;
    font-weight: 300;
}
.user-ui .user-menu .menu-nav li span {
  width: 20px;
  margin-right: 8px;
  font-size: 14px;
}
.user-ui .user-menu .menu-nav li:hover {
  background: #f2f2f2;
  color: #555555;
}

@media screen and (max-width: 979px) {
.user-ui .user-menu .user-info {font-size: 14px;}
.user-ui .user-menu .menu-nav li {font-size: 14px;}

}

.footerContainer {
    background: #232323;
}