/* ========================================== */
/* base */
/* ========================================== */

ul {
	padding:0px;
	margin:0;
	list-style:none;
}

ul.indent li {
	text-indent:-1em;
	padding-left:1em;
}

dt {
	font-weight:normal;
}

a {
	text-decoration:none;
	word-wrap:break-word;
	word-break: break-all;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: all .3s linear;
}

a:hover {
	text-decoration:none;
}
 
a:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"],input[type="password"],input[type="email"],textarea,select{ 
	font-family: inherit;
	font-size:1em !important;
	font-weight:inherit;
    -webkit-appearance: none;
}

.container {
    max-width: 1030px;
}

dl,dd,p {
	margin:0;
	padding:0;
}


/* ========================================== */
/* フォント */
/* ========================================== */

.font-base {
  font-family: "Noto Sans JP", sans-serif;
}

.font-accent {
  font-family: "Abel", sans-serif;
}

.font-xs {
  font-size: 11px;
  line-height: 1.4rem;
}

a {
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

/* ========================================== */
/* ヘッダー */
/* ========================================== */
header h1{
  position:relative;
  right:20px;
}
header .brand-logo {
    margin-right: 0;
    margin-left: 1rem;
    margin-bottom:0px !important;
}
header .brand-logo img {
  width: 205px;
}
header .header-top {
  width: 100%;
  min-height: 72px;
  padding: 0 20px;
  font-weight: 500;
}
header a {
  color: #fff;
  text-decoration:none;
}
header a:hover {
  color: #fff;
  text-decoration:none;
}
header .nav-link {
  padding: 10px 0!important;
  margin: 0 20px;
}
header a.nav-link:hover {
  opacity: 0.7;
}
header .pulldown-toggle {
  position: relative;
}
header .pulldown-toggle.sp-only {
  display: none;
}
header .pulldown-toggle span {
  position: relative;
  padding-right: 15px !important;
  cursor: pointer;
}
header .pulldown-toggle span::after {
  position: absolute;
  content: "▼";
  font-size: 12px;
  right: 0;
  margin-top: 3px;
}
header .pulldown-menu {
  display: none;
}
@media screen and (min-width: 1200px) { 
  header .pulldown-toggle:hover > .pulldown-menu {
    position: absolute;
    display: block;
    top: 45px;
    left: 10px;
    border-top: 1px #707070 solid;
    background-color: #000;
  }
  header .pulldown-toggle:hover > .pulldown-menu .nav-link {
    padding: 10px 15px !important;
    margin: 0;
    font-size: 15px;
    border-bottom: 1px #707070 solid;
  }
  header .pulldown-toggle:hover > .pulldown-menu .nav-link.commingsoon {
    pointer-events: none;
    background-color: #333;
  }
  header .pulldown-menu .nav-link:hover {
    opacity: 1;
  }
  header .pulldown-toggle:hover > .pulldown-menu.contents {
    width: 150px;
  }
  header .pulldown-toggle:hover > .pulldown-menu.store {
    width: 280px;
  }
  header .navbar-nav .new-on {
    position: relative;
  }
  header .navbar-nav .new-on::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
    border-radius: 5px;
    background-color: #AC0606;
  }
}
.storelogo-sp {
  width: 180px;
  margin-bottom: 1rem;
}
.navbar .btn {
  line-height: 1;
  letter-spacing: 1px;
  width: 110px;
  height: 30px;
  padding-top: 7px;
  font-family: "Bebas Neue", sans-serif;
  border: 2px #605F5F solid;
  border-radius: 15px;
  transition: all .3s linear;
}
.navbar .btn + .btn {
  margin-left: 15px!important;
}
.navbar .btn span {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.navbar .btn span::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: -1px;
  left: 0;
}
.navbar .btn.join-btn span::before {
  background: url(../images/icn_join.svg) no-repeat center/14px;
}
.navbar .btn.login span::before {
  background: url(../images/icn_login.svg) no-repeat center/13px;
}
.navbar .btn.mypage span::before {
  width: 16px;
  height: 16px;
  background: url(../images/icn_mypage.svg) no-repeat center/16px;
}
.navbar .btn.logout span::before {
  background: url(../images/icn_logout.svg) no-repeat center/13px;
}
.navbar .btn:hover{
  opacity: 0.7;
}
a.nav-item.nav-link.campaign {
  position: relative;
}
a.nav-item.nav-link.campaign::after {
  position: relative;
  top: auto;
  left: 10px;
  transform:inherit;
  content:"NEW";
  color: #ff0000;
  font-size: 13px;
  font-weight: 700;
}
/* キャンペーン行 */
.header-campaign {
width:100%;
  background-color: rgba(255, 255, 255,0.7);
  padding: 12px 15px;
  color: #ff0000;
  font-weight: 700;
}
.header-campaign p.header-campaign-title {
  display: inline-block;
  margin-right: 2rem;
}
.header-campaign a {
  color: #007BFF;
  text-decoration:underline;
}
.header-campaign a:hover {
  color:#007BFF;
  text-decoration:underline;
}

@media screen and (max-width: 1199px){
  .header-campaign {
  text-align:center;
  }
}

/*bp切り替え*/
  .d-custom-flex {
    display: flex;
  }

@media screen and (min-width: 1200px) { 
    .navbar-expand-custom {
      -ms-flex-flow:row nowrap;
      flex-flow:row nowrap;
      -ms-flex-pack:flex-start;
      justify-content:flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .nav-link {
      padding: .5rem 1rem;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
    }
    .navbar-toggler-custom-icon {
        display: none;
    }
    header .nav-link:hover {
      border-bottom:1px solid rgba(0, 0, 0, 0);
    }
.d-custom-inline {
display:inline!important;
}

.d-custom-none {
display:none!important;
}

.d-custom-flex {
  flex-direction: row;
}

a.nav-item.nav-link.campaign::after {
  position:absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

}

@media screen and (min-width: 992px) and ( max-width:1199px) {
  .navbar-expand-custom .nav-link {
    padding: .5rem 1rem;
  }
  header.navbar-expand-custom .nav-link:hover {
    border-bottom: none;
    text-decoration: none;
  }
}

@media screen and (max-width: 1199px){

  .navbar-toggler.new-on {
    position: relative;
  }
  .navbar-toggler.new-on::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 0;
    right: 7px;
    border-radius: 5px;
    background-color: #AC0606;
  }
  header .nav-link:hover {
    opacity: 1;
    border-bottom: none;
  }
  header .header-top {
    min-height: 50px;
    padding: 0 10px 0 0;
  }
  header h1.brand-logo {
    position: absolute;
    width: 170px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .brand-logo img {
    width: 100%;
  }
  .navbar-toggler {
    padding: .25rem .75rem 0;
  }
  .navbar-toggler .navbar-toggler-custom-icon {
    width: 18px;
    height: 16px;
  }
  .navbar-toggler-custom-icon span {
    height: 2px;
    border-radius: 0;
  }
  .navbar-toggler-custom-icon span:nth-child(1) {
    width: 18px;
  }
  .navbar-toggler-custom-icon span:nth-child(2) {
    top: 7px;
    width: 15px;
  }
  .navbar-toggler-custom-icon span:nth-child(3) {
    top: 14px;
    width: 12px;
  }
  .navbar-toggler .navbar-toggler-custom-icon + span {
    line-height: 1;
    display: block;
    color: #fff;
    margin-top: 5px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 13px;
  }

  .navbar .btn {
    position: absolute;
    width: 35px;
    height: auto;
    top: 10px;
    right: 50px;
    padding: 0;
    border: none;
  }
  .navbar .btn.mypage {
    right: 55px;
  }
  .navbar .btn + .btn {
    right: 10px;
    margin-left: 0;
  }
  .navbar .btn span {
    padding: 20px 0 0;
    font-size: 13px;
  }
  .navbar .btn span::before {
    top: 0;
    right: 0;
    margin: auto;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-custom-icon span:nth-child(1) {
    top: 9px;
    margin-left: 2px;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-custom-icon span:nth-child(3) {
    width: 18px;
    top: 9px;
    margin-left: 2px;
  }

  header a.nav-link {
    margin: 0 30px;
    padding: 7px 0!important;
    background: url(../images/icn_arrow.svg) no-repeat center right;
  }
  .navbar-collapse {
    position: absolute;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.8);
  }
  header .pulldown-toggle.sp-only {
    display: block;
  }
  header .pc-only {
    display: none;
  }
  header a.nav-link.commingsoon {
    pointer-events: none;
    opacity: 0.5;
  }
  header .pulldown-toggle span {
    margin: 0;
    padding: 7px 30px!important;
    background-color: #464343;
  }
  header .pulldown-toggle span::before,
  header .pulldown-toggle span::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    top: 0;
    bottom: 0;
    right: 27px;
    margin: auto;
    background-color: #fff;
  }
  header .pulldown-toggle span::before {
    display: none;
    width: 2px;
    height: 16px;
    right: 34px;
  }
  header .pulldown-toggle span.open::before {
    display: block;
  }
  header .pulldown-toggle span.store.open {
    border-bottom: 1px #707070 solid;
  }
  header .pulldown-menu {
    display: block;
  }
  header .pulldown-menu .nav-link {
    border-bottom: 1px #707070 solid;
  }
  header .pulldown-toggle.store .pulldown-menu .nav-link:nth-last-child(1) {
    border: none;
  }
  header .pulldown-menu .arrow::before,
  header .pulldown-menu .arrow::after {
    display: none;
  }
}

/* ========================================== */
/* フッター */
/* ========================================== */
footer {
  padding: 70px 15px 50px;
  background: url(../images/bg_footer.jpg) no-repeat center/cover;
}
footer .brand-logo img {
  width: 205px;
}
footer .links {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px #fff solid;
}
footer .links a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
}
footer .links a::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/icn_arrow.svg) no-repeat center/13px;
}

@media screen and (min-width: 768px) {
  footer .links a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {

  footer .links {
    border: none;
  }
  footer .links li {
    width: 100%;
  }
  footer .links a {
    display: block;
    padding: 15px 0;
    border-top: 1px #707070 solid;
  }
  footer .links li:nth-last-child(1) a {
    border-bottom: 1px #707070 solid;
  }
  footer .links a::before {
    left: inherit;
    right: 0;
  }
}

/* ========================================== */
/* 共通カラー */
/* ========================================== */
/* ベースカラー */
/* 背景 */
.bg-base {
  /* サイト全体の背景色 */
  background-color: #fff;
}

/* メインカラー */
/* 背景 */
.bg-main {
  /* 主にヘッダの背景色 */
  background-color: #000;
}
/* サブカラー */
.bg-sub { 
  /* 主にフッタの背景色 */
  background-color: #000;
}
/* アクセントカラー */
/* 任意でUIパーツの色を増やしたいときに定義を増やす */
.bg-accent-light-gray {
  background-color: #f8f8f8;
}
.bg-accent-light-red {
  background-color: #efdfdf;
}

/* テキスト */
.text-base {
  color: #fff;
}
.text-main {
  color: #333;
}
.text-accent-light-gray {
  color: #c0c0c0;
}

/* ========================================== */
/* UIパーツ別 */
/* ========================================== */
/* ボタン */
.btn {
  border-radius: 2rem;
}
.btn-main {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
a.pc-radius{
border:2px solid #fff !important;
}

.arrow {
  position: relative;
}
.arrow::before,
.arrow::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background-color: #000;
}
.arrow::before {
  bottom: 6px;
  transform: rotate(55deg);
}
.arrow::after {
  top: 7px;
  transform: rotate(-55deg);
}
.arrow.white::before,
.arrow.white::after {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
.btn-main {
  color: #333;
  background-color: transparent;
  background-image: none;
  border-color: #333;
}
}
.btn-main:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

/* アラート */
.alert-main {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-registration-mail.alert,
.alert-mypage-change-email.alert {
  border: none;
}
.alert-registration-mail.alert .alert-heading,
.alert-mypage-change-email.alert .alert-heading {
  color: #ff0000;
}
.alert-registration-mail.alert .alert-body,
.alert-mypage-change-email.alert .alert-body {
  color: #808080;
}

/* バッジ（ラベル） */
.badge-history-status.badge {
  font-size: 100%;
  font-weight: normal;
  padding: .5em 1em;
}
.badge-history-status.badge-secondary {
  color: #343a40;
  background-color: #e9ecef;
}
li.active .page-link{
background:#000 !important;
color:#FFF !important;
border-color:#000 !important;
}

/* 見出し */
.contents-ttl {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.contents-ttl h2 {
  color: #AC0606;
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
  border-bottom: 1px #AC0606 solid;
}
.contents-ttl span {
  letter-spacing: 1px;
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  .contents-ttl h2 {
    padding-top: 0!important;
    font-size: 40px;
  }
}

h2 span {
  display: block;
  font-size: 22px;
}


/* ========================================== */
/* 画面別 */
/* ========================================== */
/* 投稿ページ */
.post-item {
  /*border: 1px solid #dee2e6;*/
  -ms-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.post-item:hover {
  /*border: 1px solid #343a40;*/
}
.post-item a:hover {
  color: #343a40;
}
h2{
padding-top:1.5rem !important;
}

/* マイページ履歴 */
@media screen and (min-width: 768px) {
.row-history-left {
  border-right: 1px solid rgba(0,0,0,.1);
}
}
.mypage-plan-contract-footer { display:none; }


/*---------------------------------------------
  payment
---------------------------------------------*/

#payment .lead {
  font-size: 14px;
  margin-bottom: 64px;
}


/***** tab_menu *****/

#payment .tab_menu {
  margin-bottom: 64px;
  border-bottom: solid 1px #CBCBCB;
  height: 36px;
  overflow-y: hidden;
}

#payment .tab_scroll {
  overflow-x: scroll;
}

#payment .tab_menu ul {
  display: table;
  padding-bottom: 24px;
}

#payment .tab_menu li {
  display: table-cell;
}

#payment .tab_menu li label{
  cursor: pointer;
  margin-bottom: 0;
  padding: 0 16px 9px;
  position: relative;
  white-space: nowrap;
}
#payment .tab_menu li input:checked+label {
  color: #007bff;
  border-bottom: solid 2px #007bff;
}


/***** sub_menu *****/

#payment .sub_menu {
  margin-bottom: 64px;
}

#payment .sub_menu li {
  display: inline-block;
  margin-right: 1em;
}

#payment .sub_menu li label{
  cursor: pointer;
}
#payment .sub_menu li input:checked+label {
  color: #007bff;
}


/***** payment *****/

#payment .payment .payment_list h3 {
  margin-bottom: 64px;
  font-size: 20px;
}

#payment .payment .payment_list .payment_box {
  margin-bottom: 64px;
}

#payment .payment .payment_list .payment_box h4 {
  font-size: 16px;
  margin-bottom: 32px;
}

#payment .payment .payment_list .payment_box dl {
  overflow: hidden;
  clear: both;
  border-bottom: solid 1px #CBCBCB;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {

#payment .payment .payment_list .payment_box dt {
  width: 16%;
  float: left;
  font-weight: normal;
}

#payment .payment .payment_list .payment_box dd {
  width: 84%;
  float: right;
  margin-bottom: 0;
}
}

@media screen and (max-width: 767px) {

#payment .payment .payment_list .payment_box dt {
  font-weight: normal;
  margin-bottom: 8px;
}

#payment .payment .payment_list .payment_box dd {
  margin-bottom: 0;
}
}

.store_tag i {
margin-right: 0.5em;
}

.store_tag ul {
text-align: left !important;
display: inline;
}

.store_tag ul li {
padding: 0 !important;
margin-right: 1em !important;
line-height:1.8;
}

/*-----------------------------
  about
-----------------------------*/
#about dt h2{
background-color: #000;
color: #fff;
text-align: center;
margin-bottom: 0;
padding: 1rem!important;
cursor: pointer;
position: relative;
}

#about dt h2:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
#about dt h2:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: all .3s ease-in-out;
}

#about dt.select h2:before {
  transform: rotate(180deg);
}
#about dt.select h2:after {
  opacity: 0;
}


#about dd {
  display:none;
}

@media screen and (max-width: 767px) {
#about dt h2 {
  font-size: 1.3rem;
}
}

/*------------------
  product
------------------*/

.product-page .page-ttl {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.product-page .commingsoon {
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}

.product-page .special-bnr img {
  width: 800px;
  max-width: 100%;
}

.product-page .figure {
  display: flex;
  align-items: center;
  padding: 20px 20px 0;
  border: 1px #000 solid;
  flex-direction: row-reverse;
  justify-content: space-around;
}

.product-page .figure img {
  width: 30%;
}

.product-page .figure .txt {
  width: 600px;
  max-width: 70%;
  text-align: center;
}

.product-page .figure .txt .headline {
  line-height: 1.4;
  font-size: 60px;
  font-weight: bold;
}

.product-page .figure .txt .headline span {
  display: block;
  font-size: 40px;
}

.product-page .figure .txt .sub {
  display: block;
  font-size: 14px;
}

.product-page .figure .txt .copyright {
  text-align: right;
  margin-top: 10px;
}

.product-page .bnr-list {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.product-page .bnr-list li {
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {

  .product-page .page-ttl + p br.pc-only {
    display: none;
  }

  .product-page .figure .txt .headline {
    font-size: 45px;
  }

  .product-page .figure .txt .headline span {
    font-size: 30px;
  }

  .product-page .figure .txt .sub {
    font-size: 11px;
  }

}

@media screen and (max-width: 767px) {

  .product-page .commingsoon {
    width: 250px;
  }

  .product-page .figure {
    display: block;
    text-align: center;
  }

  .product-page .figure .txt {
    width: 100%;
    max-width: 100%;
  }

  .product-page .figure .txt .headline {
    font-size: 30px;
  }

  .product-page .figure .txt .headline span {
    font-size: 20px;
  }

  .product-page .figure .txt .copyright {
    margin-bottom: 10px;
    text-align: center;
  }

  .product-page .figure img {
    width: 300px;
    max-width: 100%;
  }

}