@charset "utf-8";

/*********************************
* 別ファイルからのインポートエリア
* 背景
less配下のファイルとの差分が大きく、app.cssのファイルが肥大化しているため修正が困難
⇨後にpage/componentごとに全て切り分けReactかScssに置き換える予定
⇨その前段階として細かくファイル分割をして管理/保守性の向上を図る
**********************************/

/* pages */
@import url("./pages/top.2023092201.css");
@import url("./pages/inquiry/index.css");

/* utility */
@import url("./utility/responsive.css");

/* project */
@import url("./pages/project/index.css");
@import url("./pages/project/edit.css");

/* Generated by gen_assets.sh */
body {
  background-color: #fff;
  font-family:"Lucida Grande","Lucida Sans Unicode","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","HiraKakuPro-W6", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

/* for safari font-weight */
_::-webkit-full-page-media, _:future, :root body {
  background-color: #fff;
  font-family:"Lucida Grande","Lucida Sans Unicode", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
_::-webkit-full-page-media, _:future, :root .h1,
_::-webkit-full-page-media, _:future, :root .h2,
_::-webkit-full-page-media, _:future, :root .h3,
_::-webkit-full-page-media, _:future, :root .h4,
_::-webkit-full-page-media, _:future, :root .h5,
_::-webkit-full-page-media, _:future, :root .h6,
_::-webkit-full-page-media, _:future, :root h1,
_::-webkit-full-page-media, _:future, :root h2,
_::-webkit-full-page-media, _:future, :root h3,
_::-webkit-full-page-media, _:future, :root h4,
_::-webkit-full-page-media, _:future, :root h5,
_::-webkit-full-page-media, _:future, :root h6 {
  font-family:"Lucida Grande","Lucida Sans Unicode", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

ul, li, ol, li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.contents_s i{
  margin-right: 0.5em;
}



/* bootstrapデフォルト設定をきびだんご用に改変 */

/* ページタイトル用 */

h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.3em;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #333;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #333;
    border-color: #333;
}

.pagination>li>a,
.pagination>li>span {
    color: #333;
}


.table.table-bordered {
	background: #fff;
	}
.panel-default>.panel-heading {
    background-color: #f2f2f2;
    padding: 10px 0;
    margin: 0 15px;
}
.well {
	/* background-color: #f5f2eb; */
	}
.btn-primary {
  background-color: #ff5c60 !important;
  border-color: #ff5c60 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #e63140 !important;
  border-color: #e63140 !important;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #ffce3a !important;
  border-color: #ffce3a !important;
}
.btn-kibi-primary {
    background-color: #ffc821;
    border-color: #ffc107;
}
.btn-kibi-secondary {
    background-color: #ff5c5c;
	border-color: #ff5c5c;
}
.progress-bar {
  background-color: #ff5c60;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.panel-body .bx-wrapper .bx-controls-direction a {
  z-index: 1;
}
/* Update css - fix bug layout - 2020.11.10 */
.carousel.fix-arrow .glyphicon-chevron-left, .carousel.fix-arrow .glyphicon-chevron-right{
  width: 45px;
  height: 45px;
  font-size: 45px;
}
.disabled-tab {
  pointer-events: none;
  cursor: default;
}
.col-md-3 > .panel{
  margin-top: 20px;
}
.design_bg table tr th{ vertical-align: middle; }

.banner-small ul {
  display: flex;
}
.home .banner-small li a.banner-3 {
  background-image: url(/image/top/top_banar_line_pc.png);
}
.icon-social img.border-line {
  border-radius: 50%;
  border: 3px #40c8b3 solid;
}

#projectBody.g-detail-wrap {
  background:none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
#projectBody.g-detail-wrap #item_img {
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
background: #f2f2f2;
}
#projectBody.g-detail-wrap .info_table .panel-default {
  padding-left: 10px;
  padding-right: 10px;
  background: #f2f2f2;
  margin-bottom: 0;
  padding-bottom: 20px;
  border: 0;
}
#projectBody.g-detail-wrap .g-social-group {
  padding-left: 10px;
  padding-right: 10px;
  background: #f2f2f2;
  padding-bottom: 1px;
}
.g-social-group2 {
  padding-top: 10px;
}

#projectBody.g-detail-wrap #accordionTable {
  padding-left: 10px;
  padding-right: 10px;
}
#projectBody.g-detail-wrap #sct {
border: 0;
}

.g-add-line img {
  display: block;
  margin: auto;
}
.add-line-pc {
  margin-bottom: 18px;
}
.add-line-sp {
  padding: 0 15px 20px;
  display: none;
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .clearfix .contents_s.col-md-3{
    padding-left: 15px;
    padding-right: 15px;
  }
  div#rewardAnchor.side-container.ticket, div#rewardAnchor.side-container.sidebarShopping .tablet-shopping-items {
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
  }
  div#rewardAnchor.side-container.ticket > #rewardRecoBox{
    width: 100%;
    display: block;
    margin: auto;
  }
  div#rewardAnchor.side-container.ticket > h2.hosoku{
    width: 100%;
    margin-bottom: 0;
  }
  #contents .contents_s .side-container.ticket > .contents_box1 {
    width: 50%;
  }
  #contents .contents_s .side-container.ticket > .contents_box1 .ticketBox .img_description{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 66.66%;
  }

  #contents .contents_s .tablet-shopping-items .golist.kibi-ticket {
    width: calc(50% - 20px);
  }
  #contents .contents_s .tablet-shopping-items .golist.kibi-ticket .img_description > p {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%
  }
  #contents .contents_s .side-container.ticket > .contents_box1 .golist.kibi-ticket .presentTitle {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #contents .contents_s .side-container.ticket > .contents_box1 .golist.kibi-ticket .cartArea .cartButton {
    height: 40px;
  }
  .tablet-shopping-items .golist.kibi-ticket .img_description img, #contents .contents_s .side-container.ticket > .contents_box1 .img_description img{
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    overflow: hidden;
  }
}

@media (max-width: 1024px) {
  .add-line-pc {
    display: none;
    margin-bottom: 0;
  }
  .add-line-sp{
    display: block;
  }
}

@media (max-width: 991px) {
  .home .clearfix.project-soon .row.slick-carousel-default, .home .clearfix.new-project .row.slick-carousel-default, .home .clearfix.slick-sp .row.slick-carousel-default {
    clear: both;
    overflow: auto;
    width: 100%;
  }
  .home .clearfix.slick-sp .col-md-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 447px) {
  .home .icon-social li {
    margin: 0 5px 20px;
  }
  .home .icon-social img {
    max-width: 45px;
  }
  .message-create__img_delete {
    max-width: 15px;
    margin-bottom: 5px;
  }
}

@media (max-width: 350px) {
  .home .icon-social img {
    max-width: 40px;
  }
}

.home .thumbnail.pjoBox.card-large img{
  position: relative;
  height: auto !important;
}
.home .wid100-sp .thumbnail.pjoBox.card-large a.c-d-block{
  height: auto !important;
  position: relative;
}
@media (min-width: 992px) {

  .home .wid100-sp .thumbnail.pjoBox.card-large a.c-d-block{
    max-height: 311px !important;
  }
  .home .thumbnail.card-large .caption {
    height: 188px !important;
  }
  .home .thumbnail.pjoBox.card-large h5{
    height: 90px;
    padding: 16px 0 0;
    margin-bottom: 0 !important;
  }
  .home .thumbnail.pjoBox.card-large h5 a{
    max-height: 90px;
    height: auto;
  }
  .home .thumbnail.pjoBox.card-large h5 b{
    font-size: 24.5px;
    line-height: 1.4;
  }

  .home .card-large .tx-yen, .home .card-large .tx-time {
    font-size: 18px;
    line-height: 1.8;
  }
}

/* ! Update css - fix bug layout - 2020.11.10 */

/* form general */
.iframe-wrapper{
  height: 100%;
  width: 100%;
}
.form iframe.form-project-question{
  height: 670px;
}
@media screen and (max-width: 767px){
  .form iframe.form-project-question{
    height: 750px;
  }
  .hide-sp {
    display: none;
  }
}

.form iframe.form-project-consultation{
  height: 2500px;
}
@media screen and (max-width: 767px){
  .form iframe.form-project-consultation{
    height: 4800px;
  }
}
	/* ヘッダナビ */
#headerArea.navbar {
	margin-bottom: 0;
}
#headerArea.navbar-default {
	background-color: #fff;
	padding: 5px 0 5px 5px;
	border-radius: 0;
  z-index: 10;
}

nav.navbar.navbar-default.navbar-fixed-top {}
#headerArea.navbar-default .navbar-brand {
color: #ffffff;
}
#headerArea.navbar-default .navbar-brand:hover, #headerArea.navbar-default .navbar-brand:focus {
color: #ffffff;
}
#headerArea.navbar-default .navbar-text {
color: #ffffff;
}
#headerArea.navbar-default .navbar-nav > li > a {
color: #ffffff;
font-size: 12px;
}
#headerArea.navbar-default .navbar-nav > li > a:hover, #headerArea.navbar-default .navbar-nav > li > a:focus {
color: #ffffff;
}
#headerArea.navbar-default .navbar-nav > .active > a, #headerArea.navbar-default .navbar-nav > .active > a:hover, #headerArea.navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #ed595c;
}
#headerArea.navbar-default .navbar-nav > .open > a, #headerArea.navbar-default .navbar-nav > .open > a:hover, #headerArea.navbar-default .navbar-nav > .open > a:focus {
color: #ffffff;
background-color: #ed595c;
}
#headerArea.navbar-default .navbar-toggle {border-color: #ff5c60;/* margin-top: 0px; */}
#headerArea.navbar-default .navbar-toggle:hover, #headerArea.navbar-default .navbar-toggle:focus {
background-color: #ed595c;
}
#headerArea.navbar-default .navbar-toggle .icon-bar {
background-color: #ffffff;
}
#headerArea.navbar-default .navbar-collapse,#headerArea.navbar-default .navbar-form {
border-color: #ffffff;
}
#headerArea.navbar-default .navbar-link {
color: #ffffff;
}
#headerArea.navbar-default .navbar-link:hover {
color: #ffffff;
}
@media (max-width: 767px) {
	#headerArea.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	#headerArea.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, #headerArea.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
	}
	#headerArea.navbar-default .navbar-nav .open .dropdown-menu > .active > a, #headerArea.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, #headerArea.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #ffffff;
	background-color: #ed595c;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#headerArea.navbar-default .nav > li:nth-child(4),
	#headerArea.navbar-default .nav > li:nth-child(5) {
		display: none;
		}
}

@media (min-width: 768px) {
.forCreateProject img {
	padding-bottom: 10px;
}
}

nav .pagination{
  text-align: center;
  min-width: 100px;
}
/* トップページ */
#mainPickupArea {
	margin-top:-20px
}
.comming_soon {
	font-size: 20px;
	text-align: center;
  height: 46px;
  line-height: 46px;
  margin-bottom: 0;
}
.projectSubText {
  background: #ff5c5c;
	margin-left: -9px;
	margin-right: -9px;
	height: 40px;
	line-height: 1.4em;
	color: #fff;
	font-size: 12px;
	position: relative;
	margin-bottom: 5px;]
}
.projectSubText p {
	position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	text-align: center;
	display: block;
	width: 100%;
	margin: 0;
  padding-right: 5px;
  padding-left: 5px;
}
#projectSeeds h5 {
	font-size: 14px;
}

@media (min-width: 768px) {
	#projectSeeds h5 {
		min-height: 50px;
	}
	#projectSeeds .thumbnail.pjoBox {
    	min-height: 295px;
    }
}


/* Extra small devices: Phones (<768px) */
@media (max-width: 990px) {
  .home .wid100-sp .thumbnail.pjoBox.card-large a.c-d-block{
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .home .wid100-sp .thumbnail.pjoBox.card-large a.c-d-block img{
    position: absolute;
  }
}
@media (max-width: 767px) {
	#projectSeeds .thumbnail.pjoBox {
    	min-height: 295px;
    }
}
/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
  .thumbnail.pjoBox {
    min-height: 285px;
  }
  .thumbnail.pjoBox-sp {
    min-height: 250px;
  }
}
/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
	#projectSeeds .thumbnail.pjoBox {
    min-height: 270px;
  }
  .home .wid100-sp .thumbnail.pjoBox.card-large a.c-d-block{
    height: 254px !important;
  }
}

.thumbnail.pjoBox {
  position: relative;
  padding: 0px;
  background-color: #f2f2f2;
  border: none;
}

.thumbnailPjo a img {
	max-width: 25px;
}
.thumbnailPjo {
	margin-bottom: 15px;
	min-height: 25px;
}
.thumbnailPjo a {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.thumbnailPjo a:first-child {
	width:25px;
	height:25px;
	overflow:hidden;
	border-radius:100%;
}
.thumbnail.pjoBox .progress {
	margin-bottom: 10px;
}
.thumbnail.pjoBox .list-inline {
	margin-bottom: 0;
	font-size: 11px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thumbnail.pjoBox .list-inline {
  	font-size: 10px;
  }
  .list-inline>li {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .thumbnail.pjoBox {
    min-height: 320px;
  }
  .thumbnail.pjoBox-sp {
    min-height: 250px;
  }
  .home .thumbnail.pjoBox > a:first-child {
    max-height: 430px;
    overflow: hidden;
    display: block;
  }
}

/* Large devices: Desktops (≥1200px) */
@media (min-width: 1200px) {
  .thumbnail.pjoBox {
    min-height: 400px;
  }
  .home .thumbnail.pjoBox {
    min-height: 290px;
  }
  .home .thumbnail.pjoBox-sp {
    min-height: 270px;
  }
  .home .thumbnail.pjoBox > a:first-child {
    max-height: 460px;
    overflow: hidden;
    display: block;
  }
  .home .thumbnail.pjoBox .list-inline {
    font-size: 10px;
  }
  .home .thumbnail.pjoBox .list-inline span {
    font-size: 12px;
  }
  .home .list-inline>li {
    padding-right: 2px;
    padding-left: 2px;
  }
  .home .thumbnailPjo a {
    font-size: 10px;
  }
  .home .thumbnail.pjoBox h5 {
    font-size:12px;
  }
}


/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
	.projectArchives .thumbnail.pjoBox > a:first-child {
    max-height: 192px;
    overflow: hidden;
    display: block;
  	}
}

/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
  	.projectArchives .thumbnail.pjoBox > a:first-child {
    max-height: 163px;
    overflow: hidden;
    display: block;
  	}
  	.projectArchives .thumbnail.pjoBox {
    min-height: 348px;
    }
}

/* Large devices: Desktops (≥1200px) */
@media (min-width: 1200px) {
  	.projectArchives .thumbnail.pjoBox > a:first-child {
    max-height: 201px;
    overflow: hidden;
    display: block;
  	}
  	.projectArchives .thumbnail.pjoBox {
      min-height: 430px;
    }
}




/* Extra small devices: Phones (<768px) */
@media (max-width: 767px) and (min-width: 481px) {
  .ownerList .thumbnail.pjoBox {
    min-height: 340px;
  }
}

/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
.ownerList .thumbnail.pjoBox {
    min-height: 360px;
  }
}

/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
.ownerList .thumbnail.pjoBox {
    min-height: 433px;
  }
.list-inline>li {
    padding-right: 5px;
    padding-left: 5px;
}
}

/* Large devices: Desktops (≥1200px) */
@media (min-width: 1200px) {
.ownerList .thumbnail.pjoBox {
    min-height: 395px;
  }
}

.thumbnail.pjoBox .list-inline i {
	color: rgba(0, 0, 0, 0.40);
}
.thumbnail.pjoBox .list-inline span {
	font-size: 14px;
}
.thumbnail.pjoBox .list-inline li:nth-child(even) {
	color: #ccc;
	padding:0;
}
@media (max-width: 767px) {
.thumbnail.pjoBox .list-inline li:nth-child(even) {
  }
  .thumbnail.pjoBox .list-inline span {
	font-size: 12px;
  }
  .thumbnail.pjoBox .list-inline i {
  	font-size:9px;
  }
}
.thumbnail.pjoBox .label {
	position: absolute;
	top: 10px;
	left: -5px;
}
.thumbnail.pjoBox .label a {
  color: #fff;
  width: fit-content;
  padding-bottom: 0;
}

#kibidangoLogo > img {
  max-width: 150px;
  float: left;
  margin-right: 30px;
}
#login {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
#login .sns a.fb {
  color: #fff;
  background-color: #3b5998;
}
#login .sns a.tw {
  color: #fff;
  background-color: #5eaade;
}
#login .sns a.yahoo {
  color: #fff;
  background-color: #ff0033;
}
#login .sns a.email {
  color: #fff;
  background-color: #999;
}
.popover-content {
	min-width: 250px;
}
.popover-content .yahoo {
	text-align:center;
	display: block;
}
.login-sns-icon .col-xs-6 a {
	border: 0px;
	border-radius: inherit;
}
.login-sns-icon .col-xs-6 {
	padding: 0;
}
.login-sns-icon .col-xs-6 a i {
    margin-right: inherit;
}
#passwork-reset-link,
#passowrd-reset {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.headTagline {
  background-color: #EB4E50;
  height: 30px;
}
.headTagline h1 {
  margin: 0;
  font-size: 12px;
  text-align: left;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
}
.headTagline #bnr-event {
  font-size: 12px;
  width: 50%;
  float: left;
  text-align: right;
  line-height: 30px;
  position: relative;
  right: 20px;
}
.headTagline #bnr-event a {
  color: rgba(255, 255, 255, 0.5);
}
#headerContainer {
  position: relative;
}
#headerContainer header#headerArea {
  height: 75px;
  background: #ff5c5c;
  position: relative;
}
#headerContainer header#headerArea p {
  position: absolute;
  top: 15px;
  left: 20px;
}
#headerContainer header#headerArea ul {
  position: absolute;
  top: 25px;
  right: 20px;
}
#footer {
  background: #000000;
  padding: 20px 0;
  margin-top: 20px;
  color: #fff;
}
#footer a {
    color: #fff;
}
#footerPayment li {
	margin-right: 10px;
	margin-bottom: 10px;
	}
	#footerPayment li a {
		margin: 0;
		padding: 0;
	}
	#footer .nav>li>a:hover {
    background-color: rgba(255, 255, 255, 0.20);
}
#back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin: 0;
  z-index: 2;
  display: none;
}
#back-top a {
  width: 32px;
  display: block;
}
#back-top a span {
  width: 49px;
  height: 49px;
  display: block;
  margin-bottom: 7px;
  background: url(https://c.kibidango.com/images/back-top-top.png) no-repeat center center;
  background-size:contain;
}
@media (max-width: 768px) {
#back-top {
  bottom: 20px;
  right: 7px;
}
#back-top a span {
  width: 32px;
  height: 32px;
}
}
#my_profile_edit span.att {
	color: #ff3344;
}
#mainContents span.help-block {
  margin-bottom: 0;
}
#mainContents h2 {
  margin-top: 0;
}
#mainSideContents span.help-block {
  margin-bottom: 0;
}
#mainSideContents h2 {
  margin-top: 0;
}
.home h2 {
  display: inline-block;
  margin-bottom: 20px;
  color: #202020;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home h2 > span:first-child {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
  line-height: 1.4em;
}
.home h2 > span:first-child:before {
  content: "";
  display: inline-block;
  background: #ff5c5c ;
  width: 10px;
  height: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
}
.home h2 > span:last-child {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.home h2 + p {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
#mainContents section > header > h2 + div {
  position: relative;
  display: inline-block;
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  width: calc(100% - 280px);
  background-color: #ff5c5c;
  vertical-align: top;
}
#mainContents section > header > h2 + div > p {
  padding: 10px 0 10px 70px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
#mainContents section > header > h2 + div:before {
  position: absolute;
  top: 50%;
  left: -10px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #ff5c5c ;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /* オレンジのエリア 吹き出しのため */
}
#mainContents section#projectSeeds > header > h2 + div > p {
  background-image: url(https://c.kibidango.com/images/icon-seed01.png);
}
#mainContents section#shopping > header > h2 + div > p {
  background-image: url(https://c.kibidango.com/images/icon-cart01.png);
}
/* プロジェクト詳細ページ */



/* 前環境との整合性 */

.projectTextArea {
	font-size: 12pt;
	white-space: pre-line;
	word-break:break-all;
	}
.projectTextArea h1,
.projectTextArea h2,
.projectTextArea h3,
.projectTextArea h4,
.projectTextArea h5 {
	font-weight: bold;
	line-height: 1.4em;
	}
.projectTextArea iframe {
	max-width: 100%;
	/* height: auto; */
	}


/* 画像 */

div.projectTextArea img {
/*   display: block; */
}
div.projectTextArea .Caption {
	font-size: 12px;
	padding-top:5px;
}
/* Extra small devices: Phones (<768px) */
@media (max-width: 767px) {
div.projectTextArea img,
.updateBox img {
  max-width: 100%;
  height: auto;
}
}

/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
div.projectTextArea img,
.updateBox img {
  max-width: 100%;
  height: auto;
}
}

/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
div.projectTextArea img,
.updateBox img {
  max-width: 100%;
  height: auto;
}
}

/* Large devices: Desktops (≥1200px) */
@media (min-width: 1200px) {
div.projectTextArea img,
.updateBox img {
  max-width: 100%;
  height: auto;
}
}


/* IE img width bug */
@media all and (-ms-high-contrast:none){
#accordionTable {
	table-layout: fixed;
}
}

#kobagake.exp p {
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 1.8em;
}
#kobagake.exp h3 {
margin-bottom: 1em;
margin-top: 4em;
line-height: 1.6em;
}
#kobagake.exp h4 {
padding: 5px 5px 5px 0px;
}
#kobagake.exp > br:first-child+h3 {
margin-top: 1em !important;
}


/* プロジェクト詳細ページ 特商法 */
#sct {
  font-size: 12px;
  border: 1px solid #efefef;
  color: #666;
}
#sct dl {
  display: table;
}
#sct dl di {
  display: table-row;
}
#sct dl di dt,
#sct dl di dd {
  padding: 10px;
  display: table-cell;
  border: 3px solid #fff;
}
#sct dl di dt {
  width: 34%;
  background: #f7f7f7;
  vertical-align: middle;
}
#sct dl di dd {
  width: 65%;
  background: #fff;
}
/** SHOPPING **/
.shopping-item-box .shopping-image-fix{
  height: 200px;
  width: 100%;
  display: table;
  margin-top:5px;
  margin-bottom: 10px;
}
.shopping-item-box .shopping-image-fix a,
.shopping-item-box .shopping-image-fix span{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 0 0 56.25% 0;
  position: relative;
}
.shopping-item-box .shopping-image-fix a img,
.shopping-item-box .shopping-image-fix span img{
  margin: 0 auto;
  max-height: 200px;
  width: 100%;
  height: 78.75px;
  position: absolute;
}

/* Extra small devices: Phones (<768px) */
@media (max-width: 767px) {
.shopping-item-box .shopping-image-fix a img,
.shopping-item-box .shopping-image-fix span img{
  max-height: inherit;
}
}

#shopping-top-ranking .shopping-item-box:before {
	display: block;
	padding-left:35px;
	background-position:top left;
	background-size:30px;
	background-repeat:no-repeat;
}
#shopping-top-ranking .shopping-item-box:nth-child(1):before {
	content: "1位";
	background-image: url(https://c.kibidango.com/images/rank_kabuto_1.gif);
}
#shopping-top-ranking .shopping-item-box:nth-child(2):before {
	content: "2位";
	background-image: url(https://c.kibidango.com/images/rank_kabuto_2.gif);
}
#shopping-top-ranking .shopping-item-box:nth-child(3):before {
	content: "3位";
	background-image: url(https://c.kibidango.com/images/rank_kabuto_3.gif);
}
section#shopping {
  width: 100%;
}
section#shopping article {
  margin-right: 20px;
}
section#shopping .moreLink > a {
  padding: 1em 1.5em;
}
section#shopping > article > section {
  margin-bottom: 20px;
}
section#shopping .shoppingBox {
  clear: both;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
section#shopping .shoppingHead {
  padding: 0 20px;
  height: 80px;
  background: #f5f2eb;
}
section#shopping .shoppingHead:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  /* clearfix */
  content: ".";
  font-size: 0;
}
section#shopping .shoppingHead > p:first-child {
  position: relative;
  top: -3px;
  float: left;
  width: 90px;
  height: 70px;
  background: url(https://c.kibidango.com/images/bg-noren01.png) no-repeat;
  background-size: contain;
  text-align: center;
}
section#shopping .shoppingHead > p:first-child img {
  position: relative;
  top: 70%;
  width: 40px;
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -khtml-border-radius: 20px;
}
section#shopping .shoppingHead > h3 {
  position: relative;
  top: 50%;
  float: left;
  margin-left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section#shopping .shoppingHead > .moreLink {
  position: relative;
  top: 50%;
  float: right;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section#shopping .shoppingBoxMain {
  padding: 20px;
}
section#shopping .shoppingBoxMain > ul > li > p:first-child {
  float: left;
  overflow: hidden;
  margin-right: 20px;
  width: 200px;
  height: 200px;
  background: #efefef;
  text-align: center;
}
section#shopping .shoppingBoxMain > ul > li {
  margin-bottom: 20px;
}
section#shopping .shoppingBoxMain > ul > li:last-child {
  margin-bottom: 0px;
}
section#shopping .shoppingBoxMain > ul > li:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  /* clearfix */
  content: ".";
  font-size: 0;
}
section#shopping .shoppingBoxMain > ul > li > p:first-child img {
  position: relative;
  top: 50%;
  max-width: 200px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section#shopping .shoppingBoxMain > ul > li > h4 {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6em;
}
section#shopping .shoppingBoxMain > ul > li > h4 + p {
  margin-bottom: 15px;
  font-size: 14px;
}
section#shopping .shoppingBoxMain > ul > li > p.moreLink {
  margin-top: 25px;
}
section#shopping .shoppingBoxMain > ul > li > p.moreLink > a {
  border: 1px solid #ff5c5c ;
  background: inherit;
  color: #ff5c5c ;
}
#projectBody .projectShopping{
  margin-top: 30px;
}
.projectShoppingArea img{
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.projectShoppingArea .description iframe {
	max-width:100%;
}
.projectShoppingArea a.cartShow {
	font-size: 12px;
}
/** mainPickup **/
/* サイド */
/** UPDATE **/
aside#mainSub #updateArea ul,
aside#mainSub #updateArea li,
aside#mainSub #updateArea p {
  padding: 0;
  margin: 0;
}
aside#mainSub #updateArea li {
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
aside#mainSub #updateArea li a {
  display: block;
}
aside#mainSub #updateArea li a p:first-child {
  overflow: hidden;
  height: 180px;
  background: #f5f2eb url(https://c.kibidango.com/images/img-camera_bg.png) no-repeat center 15px;
  background-size: 90px 90px;
  /* 活動報告 画像 縦 */
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
aside#mainSub #updateArea li a div {
  position: relative;
  padding: 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  color: #202020;
  /* オレンジのエリア */
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  bottom: 55px;
  margin-bottom: -55px;
  background: -prefix-linear-gradient(top, rgba(255, 92, 92, 0.8), #ff5c5c);
  background: linear-gradient(to bottom, rgba(255, 92, 92, 0.8), #ff5c5c);
}
aside#mainSub #updateArea li a div .sqCal {
  display: inline-block;
  overflow: hidden;
  padding: 4px 0 0 0;
  width: 45px;
  height: 45px;
  border: 2px solid #202020;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff ;
  /* 日付け枠 */
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
}
aside#mainSub #updateArea li a div .sqCal > span {
  display: block;
  text-align: center;
  line-height: 1em;
  /* 日付け枠 文字*/
}
aside#mainSub #updateArea li a div .sqCal > span:first-child {
  /* 日付け枠 月*/
  font-size: 11px;
}
aside#mainSub #updateArea li a div .sqCal > span:nth-child(2) {
  /* 日付け枠 日*/
  font-size: 23px;
  padding-top: 1px;
}
aside#mainSub #updateArea li a div p:nth-child(2) {
  display: inline-block;
  margin-left: 5px;
  width: calc(100% - 55px);
  vertical-align: top;
  font-size: 12px;
  line-height: 1.4em;
  /* オレンジのエリア テキスト */
}
aside#mainSub #updateArea li a div:after {
  background: #ff5c5c ;
  position: absolute;
  bottom: -3px;
  left: 25px;
  display: block;
  visibility: inherit;
  width: 6px;
  height: 6px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /* オレンジのエリア 吹き出しのため */
}
aside#mainSub #updateArea li p.project-info:last-child {
  /* PJOのエリア 背景白 */
  padding: 12px 0 10px 18px;
}
aside#mainSub #updateArea li p.project-info:last-child > a > img {
  margin-right: 7px;
  width: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  vertical-align: middle;
  /* PJOのエリア PJO画像 */
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
}
aside#mainSub img {
  width: 100%;
}
/** INFORMATION **/
aside#mainSub {
  line-height: 1.4em;
}
aside#mainSub #infoArea li {
  margin-bottom: 20px;
  border-bottom: 5px solid #f5f2eb;
}
aside#mainSub #infoArea li iframe {
  border: none;
}
aside#mainSub #infoArea li a {
  display: block;
  background: #fff;
}
aside#mainSub #infoArea li a div {
  padding: 10px;
}
aside#mainSub #infoArea li a div h3 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 14px;
}
aside#mainSub #infoArea li a div h3 + p {
  color: #202020;
}
aside#mainSub a {
  color: #337ab7 ;
}
aside#mainSub dl {
  margin: 0;
}
aside#mainSub dl dt {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  margin: 0 15px;
  font-size: 12px;
  font-weight: normal;
  color: #202020;
  text-shadow: inherit;
}
aside#mainSub dl dd {
  background: #fff;
  margin: 5px;
}
aside#mainSub dl dd a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 15px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
aside#mainSub dl dd a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #f5f2eb ;
}
aside#mainSub dl dd a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}
aside#mainSub dl dd a,
aside#mainSub dl dd a:before,
aside#mainSub dl dd a:after {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
aside#mainSub dl dd a:hover {
  filter: inherit;
  /*IE*/
  -moz-opacity: inherit;
  /*FF*/
  opacity: inherit;
}
aside#mainSub dl dd a:hover,
aside#mainSub dl dd a:hover:after {
  background-color: #ffcc33 ;
  color: #fff;
}
aside#mainSub dl dd a:hover:before {
  background-color: #fff;
}
aside#mainSub dl dt:first-child + dd {
  margin-top: 10px;
}
aside#mainSub dl di {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
aside#mainSub dl di a[href^="#"] {
  display: none;
}
/* 2015-04-26 トップ about us */
section#aboutUs {
  width: 100%;
}
section#aboutUs article {
  margin-right: 20px;
}
@media screen and (max-width: 767px){
section#aboutUs article {
  margin-right: 0;
  }
}
section#aboutUs .moreLink > a {
  padding: 1em 1.5em;
}
section#aboutUs > article > section {
  margin-bottom: 20px;
}
section#aboutUs .aboutHead {
  padding: 0 20px;
  height: 50px;
  background: #f5f2eb;
}
section#aboutUs .aboutHead > h3 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  font-size: 14px;
}
section#aboutUs .aboutBox {
  clear: both;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
section#aboutUs .aboutHead:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  /* clearfix */
  content: ".";
  font-size: 0;
}
section#aboutUs .aboutBoxMain {
  padding: 20px;
  line-height: 1.6em;
  font-size: 14px;
}
.exp p{
  line-height: 1.9em;
}
section#aboutUs .aboutBoxMain .exp p {
  margin-bottom: 0.5em;
}
#projectBody {
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); */
  background: #f2f2f2;
  padding: 10px;
  border-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #projectBody {
    padding: 0 10px 10px 10px;
  }
  .shoppingIntro {
    padding-top: 10px;
  }
}

.shoppingIntro {
  font-size: 16px;
}



#projectTab .tabItemnone {
  display: none !important;
}
#shipping, #payment {
  background-color: #fff;
}
#support-description .table-responsive{
  border: none;
}
#support-description .table-responsive table{
  border: 1px solid #ddd;
}
#payment .selectPayment ul {
  font-weight: bold;
  border: 1px solid #ccc;
  border-top: 0px solid #ccc;
  padding: 0;
  margin: 0;
}
#payment .selectPayment ul li {
  list-style: none;
  border-top: 1px solid #ccc;
  position: relative;
  height: 80px;
}
#payment .selectPayment ul li input {
  border-right: 1px solid #ccc;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
  z-index: 9999;
}
#payment .selectPayment label {
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: 30px;
  top: 50%;
  width: 200px;
  text-align: center;
}
#payment .selectPayment label + p {
  font-weight: normal;
  position: absolute;
  left: 220px;
  border-left: 1px solid #eee;
  height: 65px;
  padding-top: 15px;
  padding-left: 1em;
  line-height: 1.6em;
}
#payment .selectPayment label#checkboxOldCard {
  background-image: url(https://c.kibidango.com/images/payment-01.png);
  background-size: 36px auto;
  padding-top: 35px;
  margin-top: -25px;
}
#payment .selectPayment label#checkboxNewCard {
  background-image: url(https://c.kibidango.com/images/payment-02.png);
  background-size: 45px auto;
  padding-top: 43px;
  margin-top: -30px;
}
#payment .selectPayment label#checkboxPaypal {
  background-image: url(https://c.kibidango.com/images/payment-03.png);
  background-size: 70px auto;
  padding-top: 28px;
  margin-top: -20px;
}
#payment .selectPayment label#checkboxRakuten {
  background-image: url(//checkout.rakuten.co.jp/2014/logo/w_wr_20048.jpg);
  background-size: 123px auto;
  padding-top: 35px;
  margin-top: -25px;
  background-position: center 3px;
}
#payment .selectPayment label#checkboxPaidy {
  padding-top: 28px;
  margin-top: -20px;
}
#payment .selectPayment label#checkboxPaidy {
  line-height: 1.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#payment .selectPayment img.paidyIntext {
  vertical-align: bottom;
}
#action_view h3.h3,
#project_view h3.h3 {
  margin: 10px 0;
}

@media (max-width: 768px) {
#action_view h3.h3,
#project_view h3.h3 {
  font-size: 18px;
}
}

#action_view h4.h4,
#project_view h4.h4 {
  margin: 10px 0;
}
#action_view div.text,
#project_view div.text {
  margin: 10px 0;
  white-space: pre-wrap;
}
#action_view div.img,
#project_view div.img {
  margin: 10px 0;
  text-align: center;
}
#action_view div.img img,
#project_view div.img img {
  max-width: 100%;
}
#action_view div.link,
#project_view div.link {
  margin: 10px 0;
}
#action_view div.movie,
#project_view div.movie {
  margin: 10px 0;
  text-align: center;
}
#action_view img {
	max-width:100%;
}
#message {
  position: fixed;
  top: 50px;
  z-index: 999999999;
  right: 0;
  left: 0;
  margin: 0 15px;
}
.message_link_files{
  width: fit-content;
}
.float-left{
  float: left;
}
.file_name_contact{
  padding-top: 2px;
}
.media .media-left {
  float: left;
}

/* Takahashi css */

/* shopping page */
.shoppingGotoPage{
  margin-top: 10px;
}
@media screen and (max-width: 767px){
  .shoppingGotoPage{
    text-align: center;
  }
}
.shoppingGotoPage a.btn-link{
  border: 1px solid #ff5c5c;
  border-radius: 5px;
  background: inherit;
  color: #ff5c5c;
  padding: 0.5em 1.5em;
  display: inline-block;
}
@media screen and (max-width: 767px){
  .sp-width-auto{
    width: auto;
    display: inline;
  }
}
.media-body{
  width: auto;
}
.media .shoppingCartInfo p{
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}

.description{
  /* color: #666; */
  /* line-height: 1.9em; */
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  /* border-top: 1px dotted #ccc; */
  /* border-bottom: 1px dotted #ccc; */
}

/* shopping page end */

/* sidebar */
.side-container{
  background: #f2f2f2;
  margin-bottom: 20px;
  padding-bottom: 5px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.side-container .contents_box1 .golist .img_description img{
  max-width: 100%;
}
#contents h2{
  /* border-bottom: 1px dotted #aaa; */
  /* padding: 15px 0 30px 10px; */
  /* margin-bottom: 20px; */
  /* font-size: 24px; */
  /* color: #555; */
  /* line-height: 1.5em; */
}

#contents .contents_s .contents_box1{
  margin-bottom: 30px;
}
#contents .contents_s .golist{
  margin: 10px 15px;
}
#contents .contents_s .golist .sidebar-supporter-count{
  height: 32px;
  line-height: 32px;
}
#contents .contents_s .golist li{
  padding: 5px 5px 0;
  margin: 0;
  border-bottom: 0px dotted #ccc;
  line-height: 1.5em;
}
#contents .contents_s .golist li .limitTime {
  font-size: 38px;
  /* color: #666; */
  line-height: 1.8em;
  border-bottom: 1px dashed #ccc;
  display: block;
  position: relative;
  top: -10px;
  /* font-weight: normal; */
  text-align: right;
}
#contents .contents_s .golist li span{
  background-color: transparent;
  /* color: #666; */
  padding: 0;
  font-size: 36px;
  /* font-family: 'Telex',sans-serif; */
  line-height: 1em;
  min-width: 20px;
  text-align: center;
  font-weight: bold;
  float: right;
}
@media (min-width: 767px) and (max-width: 1199px) {
  #contents .contents_s .golist li .limitTime {
    font-size: 32px;
  }
  #contents .contents_s .golist li span{
    font-size: 30px;
  }
}

.timelimit-area{
  margin-top: 0;
  padding: 10px;
  font-size: 10px;
}
.timelimit-area > .description{
  margin: 5px;
  padding: 0;
  /* color: #666; */
  line-height: 1.5;
  font-size: 12px;
  border: none;
}
#contents .contents_s .side-container > .contents_box1{
  margin-bottom: 0;
}
#contents .contents_s h2{
  background: #eee;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 0px solid #ccc;
  padding: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  text-shadow: inherit;
}
#contents .contents_s h2.hosoku, #contents .contents_s h2.hosoku-campaign{
  background: none;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: #f5f2eb 1px solid;
  border-top: #f5f2eb 1px solid;
  padding: 15px;
  font-size: 16px;
  text-shadow: inherit;
}
#contents .contents_s h2:first-child{
  margin-top: 0px;
}
#contents .info .button{
  /* text-align:center; */
  margin: 0 15px;
  /* clear: both; */
}
#contents .info .buttonFollow{
  /* margin: 15px; */
}
#contents .info .buttonCart + .buttonFollow > a{
  background: whitesmoke;
  border: 1px solid #dddddd;
  color: #45494b;
  font-size: 12px;
}
#contents .info .buttonFollow > a{
  cursor: pointer;
  position: relative;
  font-size: 14px;
}
.profileUnFollowButton,
.shoppingUnWishButton {
	color: #ccc;
}

.profileUnFollowButton.btn-default .badge,
.shoppingUnWishButton.btn-default .badge {
    background-color: #999;
}

#contents .info .buttonFollow > a > span::before {
  content: "";
  width: 7px;
  height: 15px;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 9998;
}
#contents .info .buttonFollow > a > span::after {
  border: 1px solid #dddddd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  background: #fff;
  content: '';
  position: absolute;
  top: 6px;
  left: -5px;
  border-top: 5px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 5px solid transparent;
}
#contents .info .buttonFollow > a > span{
  border: 1px solid #dddddd;
  z-index: 1;
  position: relative;
  left: 10px;
  top: -2px;
  height: 50px;
  width: 100px;
  display: inline;
  color: #000;
  background: #fff;
  padding: 5px 7px;
  font-size: 10px;
  border-radius: 5px;
}
.kikan .contents_box1 .golist li{
  font-size: 12px;
  line-height: 20px;
}
#term .kikan .golist li span{
  font-size: 20px;
}
#side-profile .headerProfileIcon{
  max-height: 80px;
  max-width: 80px;
}
#side-profile .golist li:first-child{
  display: table-cell;
  vertical-align: middle;
}
#side-profile .owner-name{
  display: inline-block;
  height: 60px;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.linkFaq{
  text-align:center;
}
.linkFaq a{
  font-size: 12px;
  text-decoration: underline;
  padding: 5px 0 0 ;
  color: #aaa;
}

#contents #side-profile .owner-description{
  background: #f6f6f6;
  border-radius: 10px;
  padding: 15px;
  margin: 0px 5px 10px;
  position: relative;
  font-size: 12px;
}
#contents #side-profile .owner-description::before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
  left: 30px;
  width: 10px;
  height: 10px;
  visibility: inherit;
  background: #f6f6f6;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}
#contents .contents_box1 .contents_box1 .golist .img_description img{
  width: 100%;
}
/* Progress bar */
.progress{
  position: relative;
  background-color: #939393;
  border-radius: 10px;
}
#gaugeViewer{
  margin: 20px 10px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f2eb;
  border: 0px;
  padding: 0;
  position: relative;
}
#gaugeViewer .progress-counter{
  color: #666;
  text-shadow: 0 1px #ccc;
  position: absolute;
  z-index: 10;
  min-width: 20px;
  width: 100%;
  text-align: center;
  padding-left: 5px;
  font-weight: bold;
  line-height: 20px;
  top: 0;
  left: 0;
}
#gaugeViewer .progress-bar{
  color: #999;
  background: #ff9999;
  display: inline-block;
  height: 20px;
}
.progress-bar .progress-persent{
  position: absolute;
  left: 10px;
}
.accordionReward{
  position: relative;
}
.accordionReward input[type="checkbox"]{
  display: none;
}
.accordionReward label{
  height: 30px;
  line-height: 1.8;
  font-size: 20px;
  display: block;
  cursor: pointer;
  color: #666;
  background: #e8e6e6;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 30px;
  margin-bottom: 0;
  background: linear-gradient(to bottom, rgba(240,240,240,0) 0%, rgba(230, 230, 230, 0.94) 80%);
  background: -webkit-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(230, 230, 230, 0.94) 40%);
  background: -moz-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(230, 230, 230, 0.94) 40%);
  background: -o-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(230, 230, 230, 0.94) 40%);
  background: -ms-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(230, 230, 230, 0.94) 40%);
}
.accordionReward label.tri-reward {
  background: -webkit-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(255, 255, 255, 0.94) 40%);
  background: -moz-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(255, 255, 255, 0.94) 40%);
  background: -o-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(255, 255, 255, 0.94) 40%);
  background: -ms-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(255, 255, 255, 0.94) 40%);
  background: linear-gradient(to bottom, rgba(240,240,240,0) 0%, rgba(255, 255, 255, 0.94) 80%);
}
.accordionReward label::after {
  font-weight: bold;
  content: "\3082\3063\3068\898B\308B\3000\FF0B";
  font-size: 10px;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #666;
  background: #e8e6e6;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
.accordionReward label + .present_description{
  overflow: hidden;
  height: 80px;
}
.accordionReward input:checked + label{
  background: inherit;
}
#contents .contents_s .golist.kibi-ticket .present_description{
  padding: 15px;
  margin: 0;
  border-bottom: 0;
  font-size: 12px;
  white-space: pre-line;
}
#contents .contents_s #rewardRecoBox .golist.kibi-ticket{
  background: #ff9999;
}
#contents .contents_s #rewardRecoBox .golist.kibi-ticket .presentTitle{
  font-size: 14px;
  padding: 10px 15px 0;
  font-weight: bold;
}
#contents .contents_s .kibi-ticket .presentSupport{
  background: #fff;
  margin-top: 5px;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
}
/* Extra small devices: Phones (<768px) */
@media (max-width: 767px) {
	#contents .contents_s .kibi-ticket .presentSupport{
    	  font-size: 14px;
    }
}
/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
	#contents .contents_s .kibi-ticket .presentSupport{
    	  font-size: 14px;
    }
}
/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
	#contents .contents_s .kibi-ticket .presentSupport{
    	  font-size: 10px;
    }
}
#contents .contents_s .kibi-ticket .presentSupport i{
  position: absolute;
  left: 10px;
  line-height: 38px;
  margin-right: 0.5em;
}
#contents .contents_s .kibi-ticket .presentSupport span{
  position: absolute;
  right: 15px;
  line-height: 40px;
  font-size: 18px;
  /* font-weight: bold; */
}
#contents .contents_s .kibi-ticket .presentLimited::before {
  border: 10px solid transparent;
  border-bottom: 10px solid #e6e6e6;
  left: 50%;
  margin-left: -10px;
}
#contents .contents_s .kibi-ticket .presentLimited::after {
  border-color: rgba(230, 230, 230, 0);
  border-bottom-color: #e6e6e6;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
#contents .contents_s .kibi-ticket .presentLimited::after,
#contents .contents_s .kibi-ticket .presentLimited::before {
  bottom: 100%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#contents .contents_s .golist.kibi-ticket .cartArea{
  /* margin-bottom: 10px; */
}
#contents .contents_s .golist.kibi-ticket .cartArea h2{
  float: inherit;
  padding: inherit;
  line-height: inherit;
  margin-top: 0;
  margin-left: 15px;
  /* margin-bottom: 20px; */
  /* font-weight: bold; */
  /* color: #ff5c5c; */
  background: none;
  font-size: 20px;
}
#contents .contents_s .kibi-ticket .presentLimited{
  position: relative;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  margin: 5px 0;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#contents .contents_s .kibi-ticket .presentLimited i{
  position: absolute;
  left: 10px;
  line-height: 28px;
}
#contents .contents_s .kibi-ticket .presentLimited strong{
  position: absolute;
  left: 30px;
  line-height: 30px;
  font-size: 12px;
}
#contents .contents_s .kibi-ticket .presentLimited span{
  position: absolute;
  right: 10px;
  line-height: 30px;
  font-size: 18px;
  /* font-weight: bold; */
}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton{
  text-align: center;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
}
#contents .contents_s .finish .golist.kibi-ticket .cartArea .cartButton,
.sold a.btn{
  background: #ebedef;
  color: #9da0a4 !important;
  cursor:default;
}
#contents .contents_s .golist.kibi-ticket.rewordSold .cartArea .cartButton a{
  left: 0;
}
#contents .contents_s .golist.kibi-ticket.rewordSold .cartArea .cartButton a span{
  background: inherit;
  color: inherit;
  padding: 0;
  font-weight: normal;
}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton a span,
#contents .contents_s .golist.kibi-ticket.rewordSold .cartArea .cartButton a span{
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
#contents .contents_s .contents_box1 .finish .golist.kibi-ticket,
#contents .contents_s .golist.kibi-ticket{
  background: #f3f3f3;
}
#contents .contents_s .golist.kibi-ticket .cartArea .cartButton button{
  padding-top:10px;
  padding-bottom: 10px;
  border: none;
  color: #fff;
}
#contents .contents_s .golist.kibi-ticket {
  margin: 25px 10px;
  padding: 5px;
}
#contents .contents_s .golist.kibi-ticket {
  border: 1px solid #e3e3e3;
}
#contents .contents_s .golist.kibi-ticket .ticketBox {
  background: #fff;
}
#contents .contents_s .golist.kibi-ticket .presentTitle {
  font-size: 14px;
  padding: 10px 15px 0;
  font-weight: bold;
}

/* Progress bar end */


/* project seed */
.textSeedsComing{
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}

/* shopping sidebar */
#contents .contents_s .sidebarShopping h2 {
    margin-top: 0;
    background: rgba(255, 92, 92, 0.8);
}
.side-container.sidebarShopping {
  background: rgba(255, 92, 92, 0.1);
  border-top: 3px solid rgba(255, 92, 92, 1.0);
}
.sidebarShopping .sideSummary {
  margin: 0 10px;
}
.sidebarShopping .kibi-ticket {
  margin: 25px 10px !important;
  padding: 5px !important;
  background: none repeat scroll 0% 0% #F3F3F3 !important;
}
.sidebarShopping .shopPrice{
  float: inherit;
  padding: inherit;
  line-height: inherit;
  margin-left: 15px;
  margin-bottom: 20px;
  font-weight: bold;
  /* color: #FF5C5C; */
  font-size: 20px;
}
.sidebarShopping .cartButton{
  padding: 0 10px 10px;
}
.sidebarShopping .cartButton.cantBuy > span{
  font-size: 12px !important;
  padding: 10px;
  display: block;
  background: #f8f8f8;
  line-height: 1.6em !important;
  margin: 0 10px;
}
.sidebarShopping .cartButton a{
  float: inherit;
  width: inherit;
  position: inherit;
}
.sidebarShopping .cartButton.shoppingLoingNobody a,
.sidebarShopping .cartButton.shoppingLoingMember a{
  text-align: inherit;
  border-radius: inherit;
  margin: 0;
  text-decoration: underline;
  padding: 0 !important;
  background-color: inherit;
  color: #3F8998;
  line-height: inherit;
  font-weight: inherit !important;
  display: inline !important;
}
.sidebarShopping .endLink{
  text-align: center;
  position: relative;
  top: -5px;
}
.sidebarShopping .endLink a{
  text-decoration: underline;
}
/* sidebar end */

/* project report */

.projectReport.updateBox{
  background: #fff;
  margin: 0 0 30px;
}
.updateBox .time{
  color: #999;
}
.updateBox .commentCount{
  color: #666;
  margin-left: 10px;
  font-size: 9px;
  font-weight: bold;
}
#contents .updateBox h2{
  font-size: 20px;
  line-height: 1.5em;
  padding: 20px 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px dotted #aaa;
}
.updateBox .description{
  border-top: none;
  word-break: break-all;
  white-space: pre-line;
}
.updateBox .description h3{

}
.updateBox .description h3{
  border-left: 8px solid #ff5c60;
  padding-left: 10px;
}
.updateBox .description .text,
.updateBox .description a{
  line-height: 2em;
  font-size: 16px;
}
.updateBox .description .caption{
  color: #999;
  font-size: 0.9em;
  padding:5px;
}
.updateBox a{
  color: #337ab7;
}
#projectBody.action-wrap{
  margin: 0 0 30px 0;
  background: #f2f2f2;
  padding: 30px 20px;
}


@media screen and (max-width:767px){
  #projectBody.action-wrap{
    padding: 30px 10px;
    margin-left: -15px;
    margin-right: -15px;
}
}
/* project report end */

/* project support */

.followSearchList{
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #efefef;
}
.followSearchList .profileIcon{
  float: left;
}
.followSearchList .profileIcon a{
  display: block;
}
.followSearchList .profileIcon img{
  width: 48px;
  height: 48px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: none;

}
.followSearchList .profileName{
  height: 48px;
  font-size: 16px;
  clear: right;
  padding-left: 14px;
  margin-bottom: 0;
  word-break: normal;
  display: table-cell;
  vertical-align: middle;
}
.followSearchList .profileName a{
  color: #e84b47;
}
.followSearchList .profileName span{
  font-size: 12px;
  color: #999;
  display: inline-block;
}
#contents .paginate{
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
/* project support end */


@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
	background-color:#ed595c;
	border:inherit;
}
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}

@media (max-width: 767px) {
#navbar > div > button {
	display: block;
    margin-bottom: 5px;
}
#kibidangoLogo {
	position:relative;
	left:10px;
}
#kibidangoLogo > img {
    max-width: 120px;
}
#headerArea.navbar-default .navbar-toggle {
	margin-top: 8px;

	}
}

.form-group {
    margin-bottom: 5px;
}


.headerProfile{
  padding: 15px;
}
.profile-head{
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.profile-head > p,
.profile-head > a{
  display: table-cell;
  line-height: 1.6em;
  vertical-align: middle;
}

.profile-head p{
  font-size: 20px;
  font-weight: bold;
  padding-left: 15px;
}
.profile-head img{
  max-height: 48px;
}
.headerProfileDescription{
  word-break: break-all;
}

@media screen and (max-width:767px){
.profile-head > p,
.profile-head > a{
  line-height: 1.6em;
  font-size: 14px;
  padding-left: 0;
  display: block;
  text-align: center;
}
.profile-head > a{
  margin-bottom: 10px;
}
.profile-head img{
  }
.headerProfile .profile-fb-connect {
	margin-bottom: 10px;
	text-align: center;
}
.headerProfile .profile-fb-connect .fbConnect {
	float: none !important;
}
}
/* User page end */

/* Message box */
#list_table,
#list_table table{
  width: 100%;
  word-break: break-all;
  white-space: normal;
}
/* checkbox column */
#list_table table tr td:nth-child(4n+1){
  width: 35px;
}
/* From or To column */
#list_table table tr td:nth-child(4n+2){
  min-width: 100px;
  max-width: 200px;
}
/* Detail column */
#list_table table tr td:nth-child(4n+3){
  width: auto;
}
/* Date column */
#list_table table tr td:nth-child(4n){
  width: 100px;
}
.message-block{
  margin-top: 20px;
}
/* Message box end */


/* Complete page */
#complete-box{
  min-height: 300px;
}
#complete-box h2{
  text-shadow: 0 1px #fff;
  padding: 15px 0 10px 10px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #555;
  line-height: 1.5em;
  display: block;
  text-align: left;
}
#complete-box h5{
    text-shadow: 0 1px #fff;
    border-bottom: 1px dotted #aaa;
    padding: 0 0 25px 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color:#737373;
    line-height: 17px;
    display: block;
    text-align: left;
}
#complete-box #projectBody ul li{
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Complete page end */

/* pay-confirm */


@media screen and (min-width:768px){
  #shopping-order-confirm table tr th{
    width: 180px;
  }
}
@media screen and (max-width:767px){
  #shopping-order-confirm table tr{
    display: block;
    margin-bottom: 10px;
  }
  #shopping-order-confirm table tr{
    border-top: 1px solid #ddd;
  }
  #shopping-order-confirm table tr:first-child{
    border-top: none;
  }

  #shopping-order-confirm table tr th{
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  #shopping-order-confirm table tr td{
    display: list-item;
    width: 90%;
    margin-left: 10%;
    border: none;
    list-style:none;
  }
}

/* resistThanks */
#complete-box .resistThanks h3{
  color: #ea4844;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#complete-box .thanksProject{
  padding: 20px;
  margin: 20px 10px;
  border-radius: 10px;
  background-color: #fcfcfc;
}
#complete-box .thanksProject{
  padding: 10px;
  line-height: 1.8em;
}
#complete-box .thanksProject .thanksProjectComm{
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
#complete-box .thanksProject .thanksProjectTitle,
#complete-box .thanksProject .thanksProjectPrice{
  font-weight: bold;
}


/* resistThanks end */

@media (min-width:1200px){
  #projectLive .col-lg-4:nth-child(3n+1),
  #projectSuccess .col-lg-4:nth-child(3n+1),
  .profileSideVer .col-lg-4:nth-child(3n+1){
    clear: left;
  }
}
@media (max-width:1199px){
  #projectLive .col-md-6:nth-child(2n+1),
  #projectSuccess .col-md-6:nth-child(2n+1),
  .profileSideVer .col-md-6:nth-child(3n+1){
    clear: left;
  }
}
@media (min-width: 992px){
  #project-list .col-md-4:nth-child(3n+1){
    clear: left;
  }
}
@media (max-width: 991px){
  #project-list .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}
/* プロジェクトページ */

.project-title-area {
	text-align:center;
    text-shadow: 0 1px #ffffff;
    letter-spacing: 0.05em;
    margin-bottom:25px;
 }

h1.project-title {
    font-size: 24px;
    line-height: 1.4em;
    margin-top: 20px;
}
@media (max-width: 767px) {
  h1.project-title {
      font-size: 16px;
  }
  .title-links {
  	font-size:12px;
  }
  #projectTab.nav-tabs.nav-justified>li {
      float: left;
      width:50%;
      font-size:12px;
  }
  #projectTab.nav-tabs.nav-justified>li a {
      margin:0 5px 5px;
  }
  #projectBody {
      border-top: 1px solid #ddd;
      border-left: 0;
      border-right: 0;
      border-bottom: 1px solid #ddd;
  }
  .project-main {
  }
}
tr.project_main td.ta_left {
    border-top: 0;
}

.title-links span {
    padding-left: 20px;
}

.page-sns.well-sm {
	max-height: 70px;
  overflow:hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0;
}

.pj_description .panel-default {
	line-height:1.6em;
	font-size: 18px;
	border-radius:0 0 4px 4px;
}

@media (max-width: 767px) {
  .pj_description .panel-default {
  	font-size: 14px;
  }
}

#pjoLinks li {
	margin:10px 10px 20px;
}

#sendPjoMessage {
	font-size:12px;
	text-align:center;
}

/* 2015-05-15 リワード部分 アコーディオン開閉 */
.accordionReward {
	position:relative;

}
.accordionReward input:checked + label {
	/* display: none; クリック後、閉じるボタンはナシになる（閉じることはできない） */
	background: inherit;
	}
	#contents table tr.selectRwd label:after {
   padding: 10px 0;
   width: 100%;
   border-radius: inherit;
		}
.accordionReward input:checked + label:after {
	content: "\9589\3058\308B\3000\30FC";
	}
.accordionReward input[type=checkbox] {
  display: none;
}
.accordionReward label + .present_description {
  overflow: hidden;
  height: 80px;
}
.accordionReward input:checked ~ .present_description {
  height:auto;
	padding-bottom: 40px !important;
}
#CDT span {
	font-size:24px;
}


#pay-create .accordionReward label {padding-top: 70px;}
#pay-create .accordionReward label:after {
  width: 100%;
  /* padding-top: 20px; */
}

#pay-create .accordionReward label  + .pjBody {
  overflow: hidden;
  height: 80px;
}
#pay-create .accordionReward input:checked ~ .pjBody {
  height:auto;
	padding-bottom: 40px !important;
}
#pay-create .pjImg {
	margin-bottom: 10px;
}


#seedsIntro {position: relative;background: #f16251;-moz-border-radius: 0 0 10px 0 / 0 0 10px 0;-webkit-border-radius: 0 0 10px 0 / 0 0 10px 0;-o-border-radius: 0 0 10px 0 / 0 0 10px 0;-ms-border-radius: 0 0 10px 0 / 0 0 10px 0;-khtml-border-radius: 0 0 10px 0 / 0 0 10px 0;border-radius: 0 0 10px 0 / 0 0 10px 0;color: #fff;text-align: center;padding-top: 1px;/* ？？？？？ */margin: 0 0 40px;border-top: 5px solid #df5b4b;}
#seedsIntro:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -20px;
  bottom: -20px;
  width: 40px;
  height: 40px;
  visibility: inherit;
  background: #fff;
}
#seedsIntro:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  visibility: inherit;
  background: #ff8080;
}

#seedsIntro p {font-size: 14px;/* color: #fff; */}
#seedsIntroHead {
	background-image: url(https://c.kibidango.com/images/icon-flat-seeds01-.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 120px;
  margin: 40px 0;
}
#seedsIntroHead h3 {
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}
#seedsIntroMain {
	background: #df5b4b;
	padding: 20px 20px 10px;
}
#seedsIntroMain #seedsComment {
	background: #fff;
	text-align: left;
	color: #333;
	padding: 20px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
		position: relative;
	margin-bottom: 40px;
	white-space: pre-line;
	}

#seedsIntroMain #seedsComment:after {
	display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  visibility: inherit;
  background: #fff;
}
#seedsIntroMain #seedsComment p {
	font-size: 18px;
    margin-top: -30px;
    margin-bottom: -10px;
    }
#seedsIntroMain #seedsProfile > a {
display: inline-block;
}
#seedsIntroMain #seedsProIcon img {
  max-width: 80px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border: 5px solid #fff;
  display: inline-block;
  margin-right: inherit;
  float: none;
}
#seedsIntroMain #seedsProName {
	color: #333;
	font-size: 12px;
	margin-top: 10px;
}

#seedsIntroFoot {
	padding: 40px 0 ;
}
#seedsIntroFoot > p {
margin-bottom: 40px;
}

#seedsIntroFoot .clearfix {/* margin: 0 20px; */}
#seedsIntroFoot .clearfix .button {float: left;/* clear: inherit; */width: 50%;6% */-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;/* margin: 0 20px; */ 20px */padding: 0;}
#seedsIntroFoot .clearfix .button a {
margin: 0 0 5px;
}

#seedsIntroFoot .clearfix .button i {
	filter: alpha(opacity=30); /*IE*/
	-moz-opacity: 0.30; /*FF*/
	opacity: 0.30;
}

@media (max-width: 767px) {
	#seedsIntroMain #seedsComment {
		padding: 10px 15px;
	}
	#seedsIntroMain #seedsComment p {
	    font-size: 14px;
	}
	#seedsIntroHead {
  background-size: 60px 60px;
  padding-top: 60px;
  margin: 20px 0;
}
#seedsIntroHead h3 {
	font-size:20px;
	margin-bottom:15px;
}
#seedsIntroHead p,
#seedsIntroFoot p {
	margin:0 15px;
}
#seedsIntroHead p > br,
#seedsIntroFoot p > br {
	display:none;
}
}

#seedsIntroFoot .clearfix .button .linkFaq a {
color: #aa382b;
text-shadow: inherit;
}

#seeds.contents_m.project-main p.pj_description {
display: none;
}
#seeds.contents_m.project-main #projectBody > #item_img {/* margin: 20px 20px 0; */}
#seeds.contents_m.project-main #projectBody > #media {/* margin: 20px 20px 0; */}

#media iframe,
#media-hidden iframe {
  width: 100%;
}

/* Extra small devices: Phones (<768px) */
@media (max-width: 767px) {
  #media iframe {
    min-height: 350px;
  }

  #media-hidden iframe {
    min-height: 400px;
  }
}

/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {

  #media iframe,
  #media-hidden iframe {
    min-height: 500px;
  }
}

/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {

  #media iframe,
  #media-hidden iframe {
    min-height: 550px;
  }
}

/* Large devices: Desktops (≥1200px) */
@media (min-width: 1200px) {

  #media iframe,
  #media-hidden iframe {
    min-height: 550px;
  }
}
#seeds.contents_m.project-main #projectBody #item_img > img {
		-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
		-o-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
		-ms-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
		-khtml-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
		border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}

#seedsIntroFoot > .row {
	margin:0;
}

@media (max-width: 767px) {
  #seedsIntroFoot > .row .col-xs-12.col-sm-6 {
      margin-bottom: 5px;
  }
}

.supportEnd.well.well-sm {
	margin: 0 15px 15px;
}

.no_success {
	text-align:center;
}

@media (min-width: 768px) {
.no_success {
	padding: 30px 0 0;
}
}
/* マイページ */

.pjoPageBox div.contents_s.col-md-3 {
}



/* マイページトップの横幅調整 */
/* user/◯◯ と/myは別物。後者はログイン後 */

/* Extra small devices: Phones (<768px) */
@media (max-width: 767px) {

}

/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
	.row.profileSideVer {
	margin-right:-250px;
}
}

/* Large devices: Desktops (≥1200px) */
@media (min-width: 1200px) {
	.row.profileSideVer {
	margin-right:-300px;
}
}


.imgSq{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.imgSq img{
    position:absolute;
}
/* static page */
#static{
  background-color: #fff;
  padding-bottom: 20px;
}
#static-wrap h2{
  border-bottom: 1px dotted #aaa;
  padding: 15px 0 30px 10px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  color: #555;
  line-height: 1.5em;
  text-shadow: 0 1px #fff;
}
#static h3{
  letter-spacing: inherit;
  padding: 20px;
  background: #ff5c5c;
  text-shadow: 0 0 0;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
}
#static h3 strong{
  line-height: 2em;
}
#static di{
  margin-bottom: 50px;
}
#static dd,
#static p{
  line-height: 2em;
  margin-left: 0.5em;
  padding: 0 10px;
  font-size: 16px;
}
#static dt{
  margin-top: 50px;
  margin-bottom: 0.7em;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.7em;
  font-size: 17px;
  text-shadow: 0 1px #fff;
  line-height: 1.6em;
}
#static ul{
  line-height: 140%;
  margin-top: 0.5em;
  margin-left: 1em;
}
#static li{
  list-style-position: inside;
  list-style-type: inherit;
  margin-left: 0;
  margin-bottom: 1.5em;
  line-height: 140%;
  list-style: none;
}
#static li::before{
  content: "\2610";
  margin-right: 10px;
  color: #ff5c5c;
}
#static .exp{
  margin-top: 50px;
  margin-bottom: 50px;
}
#static .table-responsive{
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
#static .table-responsive::-webkit-scrollbar{
	width: 5px;
	background: #eeeeee;
}
#static .table-responsive::-webkit-scrollbar-thumb{
	background: #FF5C60;
	border-radius: 2px;
}
@media (max-width: 600px) {
  #static .table-responsive {
    border-width: 0 0 1px 0;
  }
  #static .table-responsive th, #static .table-responsive td {
    width: 100%;
    display: block;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 1px 0 1px !important;
  }
}
#faq-initial{
  padding: 20px;
}
@media (max-width: 767px) {
  #faq-initial{
    padding: 0px;
  }
}
#faq-initial dt,
#faq-initial dd{
}
#faq-initial dt::before,
#faq-initial dd::before{
  margin-right: 0.5em;
}
#faq-initial dt::before{
  content: "Q.";
}
#faq-initial dd::before{
  content: "A.";
  margin-left: -1.0em;
}
#static .user-kiyaku-title{
  margin-left: 0;
  padding-left: 0;
}
#static #user-kiyaku ul{
  margin-left: 25px;
}
#static #user-kiyaku ol{
  margin-left: 20px;
  list-style-type: decimal;
}
#static #user-kiyaku ol li,
#static #user-kiyaku ul li{
  list-style: decimal;
}
#static #user-kiyaku ol li::before,
#static #user-kiyaku ul li::before{
  content: none;
}

/* static page end */

/* my-delete */
#my-delete{
  margin-top: 50px;
  margin-bottom: 50px;
}
#my-delete .text-note {
  margin-bottom: 70px;
  font-size: 12px;
}
/* my-delete end */

.listDefault li {
	list-style: disc;
	margin-left:1.5em;
	margin-bottom:5px;
}

.introText {
	white-space: pre-line;
	margin-top: -20px;/* 原因不明の空白対策 */
}

#media #item_img > img {
	width: 100%;
	/* display: block; */
	/* height: auto; */
}
@media (max-width: 768px) {
#media #item_img > img {
	width: 100%;
}
}
#pay-create .pjTitle {
	font-weight: bold;
}
#pay-create .pjBody {
	font-size: 85%;
	white-space: pre-line;
}
#loginRegister {
	margin-top: 20px;
}
#loginRegister .loginLogo {
	margin-bottom: 20px;
}

#loginRegister .loginLogo {
	margin-bottom: 20px;
}

#loginRegister .loginLogo img {
	max-width: 200px;
}

@media (max-width: 768px) {
  #loginRegister .loginLogo img {
  	max-width: 100px;
  }
  #loginRegister {
  	margin-top: 10px;
  }
  #loginRegister .loginLogo {
  	margin-bottom: 10px;
  }
}


.button-fb {
  color: #fff;
  background-color: #3b5998;
  border: inherit;
	text-align: center;
}
.button-tw {
  color: #fff;
  background-color: #5eaade;
  border: inherit;
	text-align: center;
}
.button-fb:hover,
.button-tw:hover {
  color: #efefef;
}
.button-yahoo {
	text-align: center;
}

#loginRegister .fb {
  color: #fff;
  background-color: #3b5998;
  border: inherit;
}
#loginRegister .tw {
  color: #fff;
  background-color: #5eaade;
  border: inherit;
}
#loginRegister .yahoo {
	text-align: center;
  color: #fff;
  background-color: #e61f19;
  border: inherit;
}


@media (max-width: 767px) {
#mailCheck .form-inline .form-control {
    margin-bottom: 3px;
   }
   #payment .list-group-item .col-xs-12.col-sm-8 {
	display: none;
}
}


#payment .list-group-item .col-xs-12.col-sm-8 {
	font-size: 80%;
}
#payment .list-group-item label {
	margin-bottom: 0;
	/* line-height: 1em; */
}

.faqPopover { /* スマホでの誤タップがちょっと不安 */
	text-decoration: underline;
	display: inline-block;
	cursor: pointer;
	color: #ccc;
}

.introText .moreStory {
    position: relative;
    top: 15px;
}
.introText .moreStory, #seedsIntroMain .moreStory {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
}
#seedsIntroMain .moreStory {
	margin-bottom: -10px;
	}
.projectTextArea object,
.projectTextArea object * {
	max-width:100% !important;
}

.page-sns.well iframe:nth-child(3){
}

/* Update css - fix bug layout - 2020.11.10 */
.page-sns.well iframe:nth-child(3), .snsArea > iframe, .snsBox > div > iframe{
}

.page-sns.well > iframe, .page-sns.well > div {
  height: 20px !important;
  display: inline-flex !important;
  margin-right:10px;
  border-radius: 3px;
  margin-bottom: 9px;
}

.snsArea{
  display: flex;
  flex-wrap: wrap;
}

.snsArea > div, .page-sns > div {
  width: auto !important;
}
.snsArea > iframe, .snsArea > div {
  height: 20px !important;
  display: inline-flex !important;
  margin-right: 10px;
  border-radius: 3px;
  margin-bottom: 9px;
}

.snsBox > div > div{
  width: auto !important;
}

.snsBox > div{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.snsBox > div > iframe, .snsBox > div > div {
  height: 20px !important;
  display: inline-flex !important;
  margin-right:10px;
  border-radius: 3px;
  margin-bottom: 8px;
}
/* ! Update css - fix bug layout - 2020.11.10 */

.updateBox div.snsBox > iframe {
	margin-left:inherit;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}




/* バーガーメニュー */

@media (max-width: 767px) {
#headerArea.navbar-default .navbar-toggle {
    display: none;
}
}

.contents {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}

.contents__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.contents__inner h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    font-family: Futura, "Century Gothic", "helvetica neue", arial, sans-serif !important;
    font-style: italic;
}

.contents__inner p {
    margin-top: 20px;
    font-size: 20px;
}

.contents__inner p span {
    border-bottom: 1px solid #fff;
}

/* drawer menu */
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 49px 0 0;
    background: #fff;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    opacity: 0;
}

/* checkbox */
.check {
    display: none;
}

/* menu button - label tag */
.menu-btn {
	position: absolute;
    display: block;
    top: 13px;
    right: 10px;
    display: block;
    width: 40px;
    height: 16px;
    cursor: pointer;
    z-index: 9999999999;
    }

.bar {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.middle {
    top: 6px;
    opacity: 1;
}

.bar.bottom {
    top: 12px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menu-btn__text {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    -webkit-transition: all .1s;
    transition: all .1s;
    display: block;
    visibility: visible;
    opacity: 1;
	font-size: 10px;
    color: #fff;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    display: inline-block;
    font-weight: bold;
    white-space:nowrap;
}

.menu-btn:hover .bar {
}

.menu-btn:hover .menu-btn__text {
}

.close-menu {
    position: fixed;
    top: 64px;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: all 0.5s ease;
}

/* checked */
.check:checked ~ .drawer-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
    background:#222;
}

.check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
    width: 32px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ccc;
}

.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
    width: 32px;
    top: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #ccc;
}

.drawer-menu .navbar-nav {
}

.drawer-menu .navbar {
    border: 0px solid transparent;
}
.drawer-menu .navbar-nav .open .dropdown-menu {
    background-color: #000;
}

.drawer-menu .dropdown-menu li {
	position: relative;
	top: -5px;
	}

.drawer-menu .navbar-nav .open .dropdown-menu>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.drawer-menu .navbar-inverse .navbar-nav>li>a:hover {
    color: #9d9d9d;
}
.drawer-menu .navbar-inverse .navbar-nav>li.open>a:hover {
    color: #fff;
}
.drawer-menu ul.nav > .divider {
	height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.1);
}
#spLogin {
    right: 50px;
}
#spPjmake {
    right: 100px;
}
.sp-header-icon {
	position: absolute;
    top: 10px;
    z-index: 9999999990;
	line-height: 1em;
}

.sp-header-icon > a {
	text-align: center;
}
.sp-header-icon > a > .spLogin_icon {
	display:block;
	font-size: 20px;
	color:#fff;
	line-height: 18px;
	position: relative;
	top: 0px;
	margin-bottom: -2px;
}
.sp-header-icon > a > .spLogin_icon.iconLock {
	color:rgba(255, 255, 255, 0.4);
}
.sp-header-icon > a > .spLogin_ProfileIcon {
	display: block;
	position: relative;
	top: 1px;
}
.sp-header-icon > a > .spLogin_ProfileIcon > img {
	max-width: 19px;
	max-height: 19px;
	border-radius: 100%;
	line-height: 19px;
}
.sp-header-icon > a > .spLogin_text {
	font-size: 10px;
    color: #fff;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    display: inline-block;
    font-weight: bold;
    white-space:nowrap;
    }
.input-name{
  margin-bottom: 0px !important;
}

table.tableResp01 {
	width: 100%;
	}
table.tableResp01 th,
table.tableResp01 td {
	padding: 10px;
	border: 1px solid #ddd;
	}
table.tableResp01 th {
	background: #f4f4f4;
	}
table.tableResp01 td {
	background: #fff;
	}
table.tableResp01 th {
	width: 30%;
	text-align: left;
	}

@media (min-width: 768px) and (max-width: 991px) {
	table.tableResp01 th.discount-th {
	width: 45%;
	}
}

@media only screen and (max-width:767px) {
    table.tableResp01 {
	    /* margin: 0 -10px; */
	    }
    table.tableResp01 th,
    table.tableResp01 td {
        width: 100%;
        display: block;
        border-top: none;
        }
    table.tableResp01 tr:first-child th {
	    border-top: 1px solid #ddd;
	    }
}

#projectTab .badge,
.list-group-item>.badge {
    background-color: rgba(255, 92, 97, 0.80);
}

@media only screen and (min-width:481px) {
  .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
  }
  .nav-tabs.nav-justified>li>a {
    border-bottom-color: #f2f2f2;
  }
}

@media (max-width: 767px) and (min-width:481px) {
  .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #ddd;
  }
  .nav-tabs.nav-justified>li>a:hover {
    border-bottom-color: #fff;
  }
}
/* スマホ プロジェクトページ タブ用 */
@media only screen and (max-width:480px) {
  .title-links span, .title-links span a {
  color: #aaa;
  }
  .nav-tabs.nav-justified {
      display: -webkit-box;
      display: box;
  }
  .project-tab-area {
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  }
  #projectTab.nav-tabs.nav-justified>li {
      float: inherit;
      -webkit-box-flex: 1;
      box-flex: 1;
      text-align: center;
      border-radius: 5px 5px 0 0;
      background: #fff;
      width: auto;
  }
  #projectTab.nav-tabs.nav-justified>li a {
      margin: 0;
      padding:10px 0;
      position:relative;
      border-radius:inherit;
      border:0px;
      color: #aaa;
  }
  #projectTab.nav-tabs.nav-justified>li.tabReward.active, #projectTab.nav-tabs.nav-justified>li.tabProject.active, #projectTab.nav-tabs.nav-justified>li.tabAction.active, #projectTab.nav-tabs.nav-justified>li.tabSupporter.active, #projectTab.nav-tabs.nav-justified>li.tabItempage.active {
      border-bottom: 2px solid #ff5c60;
  }
  #projectTab.nav-tabs.nav-justified>li.tabReward.active a, #projectTab.nav-tabs.nav-justified>li.tabProject.active a, #projectTab.nav-tabs.nav-justified>li.tabAction.active a, #projectTab.nav-tabs.nav-justified>li.tabSupporter.active a, #projectTab.nav-tabs.nav-justified>li.tabItempage.active a {
      color: #000;
  }
  #projectTab .badge {
      padding: 4px 5px;
      font-size: 10px;
      background-color: rgba(255, 92, 97, 0.80);
      border-radius: 10px;
      right: 1px;
      top: -5px;
      position: absolute;
  }
  #projectBody {
      border-top: 0px solid #ddd;
      margin-left: -15px;
      margin-right: -15px;
      }
  .project-tab-area {
  	margin-left: -15px;
  	margin-right: -15px;
  }
  #side-profile .owner-name a {
      color: #aaa;
  }
}
/* ショッピング見出し */
.project-heading.others{
  margin-top: 90px;
}

.project-heading .project-heading__main{
  font-size: 20px;
  font-weight: bold;
}
.project-heading .project-heading__subtext{
  font-size: 16px;
}

table#easyPreviewTable img {
    max-width: 100%;
}
.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#my_profile_edit input,
#my_profile_edit select,
#pay-create input,
#pay-create select {
		margin-bottom: 5px;
}

.projectTextArea .caption {
    color: #999;
    font-size: 0.9em;
    margin-top: -25px;
}

img.sidebar_profile_photo {
    max-width: 100%;
}


@media (min-width: 992px) and (max-width: 1199px) {
.snsProject > p:nth-child(1) {
	font-size: 85%;
}
}

#campaign-info-table {
	color: #222;
}
@media only screen and (max-width:767px) {
	#campaign-info-table {
		font-size: 12px;
	}
}

/***************
bootstrapWizard
****************/
.bootstrapWizard {
    list-style: none;
    padding: 40px 0 40px;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
/* boot-strap.min.jsが効いているため、一旦強制的にcontent:none;を指定する */
.bootstrapWizard::before{
  content:none !important;
}
.bootstrapWizard::after{
  content:none !important;
}

.bootstrapWizard a:hover,
.bootstrapWizard a:active,
.bootstrapWizard a:focus {
    text-decoration: none
}

.bootstrapWizard li {
    text-align: center;
    padding-left: 0;
    position: relative;
}
.bootstrapWizard li a{
  width: 40px;
}


/* borderのエリア */
.bootstrapWizard li:first-child:before{
  content: none;
}
.bootstrapWizard li:last-child:after{
  content: none;
}
.bootstrapWizard li::before{
  content: "";
  display: block;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  width: 50%;
  z-index: 1
}
.bootstrapWizard li::after{
  content: "";
  display: block;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 0;
  width: 50%;
  z-index: 1
}
/* デフォルト */
.bootstrapWizard li::before {
  border-top: 3px solid #B2B5B9;
}
.bootstrapWizard li::after {
  border-top: 3px solid #B2B5B9;
}
/* active */
.bootstrapWizard .completed::before {
  border-top: 3px solid #ff5c60;
}
.bootstrapWizard .completed::after {
  border-top: 3px solid #ff5c60;
}
/* completed */
.bootstrapWizard .active::before {
  border-top: 3px solid #ff5c60;
}
.bootstrapWizard .active::after {
  border-top: 3px solid #B2B5B9;
}




/* .step(文字部分) */
.bootstrapWizard li .step {
    background: #B2B5B9;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all .1s linear 0s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
}

.bootstrapWizard li.completed .step {
  background: #ff5c60;
  color: #fff;
}

.bootstrapWizard li.active .step {
    background: #ff5c60;
    color: #fff;
}

/* チェックマーク */
.bootstrapWizard li.completed .step::after{
  content: '';
  width: 16px;
  height: 8px;
  display: inline-block;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  top: 14px;
  left: 12px;
  position: absolute;
}

/* title */
.bootstrapWizard li.active .title {
    color: #2B3D53
}

.bootstrapWizard li .title {
    color: #bfbfbf;
    display: block;
    font-size: 10px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 13px;
    word-wrap: break-word;
}

.kibi-ticket.rewordSold p.img_description {
	background:#000;
	position:relative;
}
.kibi-ticket.rewordSold p.img_description img {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.kibi-ticket.rewordSold p.img_description:after {
	content:"SOLD OUT";
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%) rotate(-10deg);
	-ms-transform: translate(-50%,-50%) rotate(-10deg);
	transform: translate(-50%,-50%) rotate(-10deg);
	display:block;
	color:#fff;
	border: 5px solid #fff;
	padding: 0.5em;
	font-size:20px;
	width: 80%;
	text-align: center;
}

/* ポップアップモーダル */
	.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
	}
	.popupModal1 > input:nth-child(1) + label {
	    cursor: pointer;
	}
	.modalPopup2 { /* 初期設定 ポップアップ非表示 */
	    display: none;
	}

	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
	    display: block;
	    z-index: 998;
	    position: fixed;
	    width: 90%;
	    height: 80%;
	    border-radius: 20px;
	    left: 50%;
	    top: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	    background: #fff;
	    padding: 10px 20px;
	    overflow: hidden;
	}
	@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
	         width: 600px;
	         height: 600px;
	         padding: 30px;
	    }
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
	     left: 50% !important;
	     top: 50% !important;
	     margin-left: 270px !important;
	     margin-top: -310px !important;
	}
	}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
	    overflow:auto;
	    -webkit-overflow-scrolling:touch;
	    display: inline-block;
	    width: 100%;
	    height: 100%;
	}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
	    width: 100%;
	      height:100%;
	      border:none;
	      display:block;
	}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
	max-width: 100%;
	}
	.popupModal1 > input:nth-child(1) + label ~ label {
	    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

	}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.70);
	    display: block;
	    position: fixed;
	    left: 0;
	    top: 0;
	    z-index: 997;
	    text-indent: -999999px;
	    overflow: hidden;
	}
	.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
	    background: rgba(255, 255, 255, 0.5);
	    display: inline-block;
	    position: fixed;
	    right: 10px;
	    top: 20px;
	    z-index: 999;
	    width: 44pt;
	    height: 44pt;
	    font-size: 40px;
	    border-radius: 50%;
	    line-height: 44pt;
	    text-align: center;
	    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
	}
	.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
	.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
	    display: none;
	}
	.modalPopup2 {
	    animation: fadeIn 1s ease 0s 1 normal;
	    -webkit-animation: fadeIn 1s ease 0s 1 normal;
	}
	@keyframes fadeIn {
	    0% {opacity: 0}
	    100% {opacity: 1}
	}
	@-webkit-keyframes fadeIn {
	    0% {opacity: 0}
	    100% {opacity: 1}
	}
	.popupModal1 .modalTitle {
	     padding-bottom: .5em;
	     margin: .5em 0;
	     border-bottom:
	     1px solid #ccc;
	     font-weight: bold;
	}
	.popupModal1 .modalMain {
	     color:#222;
	     text-align: left;
	     font-size: 14px;
	     line-height: 1.8em;
	}

.action-preview-box {
	line-height: 2em;
	font-size: 16px;
	word-break: break-all;
}
.action-preview-box .ng-binding {
/* 	margin: 20px 0; */
	display: inline-block;
}
.action-preview-box h3 {
	border-left: 8px solid #ff5c60;
	padding-left: 10px;
	display: inline-block;
}
.action-preview-box img {
	max-width:100%;
	display:block;
	margin-top:20px;
}
.action-preview-box iframe {
	max-width:100%;
}
.action-preview-box .caption {
	color: #999;
  font-size: 0.9em;
  padding: 5px;
  margin-top:-20px;
}

.pj-preview-box {
	line-height: 2em;
	font-size: 16px;
	word-break: break-all;
}
.pj-preview-box .ng-binding {
/* 	margin: 20px 0; */
	display: inline-block;
}
.pj-preview-box h3,
.pj-preview-box h4 {
	font-weight: bold;
    line-height: 1.4em;
}
.pj-preview-box img {
	max-width:100%;
	display:block;
	margin-top:20px;
}
.pj-preview-box .img,
.action-preview-box .img {
	text-align: center;
}
.pj-preview-box .img img,
.action-preview-box .img img {
	display:inline-block;
}
.pj-preview-box iframe {
	max-width:100%;
}
.pj-preview-box .caption,
.action-preview-box .caption {
	color: #999;
  font-size: 0.9em;
  padding: 5px;
  margin:0;
  display: block;
  text-align: left;
}

#snsArea ul {
	display:table;
	margin-top:-15px;
	margin-bottom: 20px;
}
#snsArea li {
	display:table-cell;
	width:33%;
	padding:15px;
}
@media (max-width: 991px) {
#snsArea li {
	padding:30px;
}
}
#result-area .thumbnail {
	height:100px;
}

#project_view,
#action_view,
.pj-preview-box,
.action-preview-box {
	line-height:1.85em !important;
	white-space: normal !important;
}
#project_view .caption,
#action_view .caption,
.pj-preview-box .caption,
.action-preview-box .caption {
	line-height:1.6em;
	margin-top:0;
	margin-bottom:2em;
  text-align: center;
}
#project_view .text,
#action_view .text,
.pj-preview-box .text,
.action-preview-box .text {
	margin-bottom:2em !important;
}
#project_view .img,
#action_view .img,
.pj-preview-box .img,
.action-preview-box .img {
	margin-bottom:2em !important;
}
#project_view .img + .caption,
#action_view .img + .caption,
.pj-preview-box .img + .caption,
.action-preview-box .img + .caption {
	margin-top:-2em !important;
}
#project_view h3,
#action_view h3 ,
.pj-preview-box h3:not(#sct-title),
.action-preview-box h3 {
	border-bottom: 1px solid #ccc;
	margin: 1em 0 1em !important;
	padding: 0 0 3px 15px;
	border-left: 5px solid #ccc;
	line-height:1.8em;
	font-size:140%;
	display: block !important;
	font-weight: bold;
}
#action_view h4 ,
.pj-preview-box h4,
.action-preview-box h4 {
	line-height:1.8em;
	font-weight: bold;
}
.ng-scope.link {
	margin: 10px 0;
}
.ng-scope.link + br {
	display: none;
}
.progress-bar.active, .progress.active .progress-bar { /* バーのアニメーション */
    -webkit-animation: inherit !important;
    -o-animation: inherit !important;
    animation:inherit !important;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: inherit !important;
    background-image:inherit !important;
    background-image: inherit !important;
    -webkit-background-size: inherit !important;
    background-size: inherit !important;
}

@media screen and (min-width:768px){
  .reward_send_memo div.radio {
   padding:10px 0;
  }
}
@media screen and (max-width:767px){
  .reward_send_memo div.radio {
    padding:15px 0;
    border-bottom:1px solid #efefef;
  }
  .reward_send_memo div.radio:last-child {
    border-bottom:0px;
  }
  .reward_send_memo div.radio label {
    display:block;
  }
}


.limited-now {
	position: relative;
	padding: .5em 0 .5em 25px;
	background-color: #f0f0f0;
	margin-left:-10px;
	margin-bottom:0;
	font-size:16px;
	letter-spacing:0.03em;
	width:220px;
	font-weight:bold;
}
.limited-now span {
	display:block;
	font-size:12px;
	font-weight:normal;
}
.limited-now::before,
.limited-now::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
.limited-now::before {
	left: 0;
	border-width: 0 10px 10px 0;
	border-right-color: #ccc;
}

.help-block.limited-start {
  text-align: center;
}

.discountbox {
  margin:10px 0;
  margin-left: 15px;
}
.discountbox > .discount-arrow {
  padding: 0 0.1em;
  color:#ccc;
}
.discountbox > .discount-arrow > i {
  margin-right:0;
}
.discountbox > .discount-before{
  font-size: 20px;
}
.discountbox > .discount-after{
	position: relative;
}
.discountbox > .discount-after.include-price{
	font-size: 20px;
	height: 50px;
	display: inline-block;
}
.discountbox > .discount-after.include-price{
	font-size: 20px;
	height: 45px;
	display: inline-block;
}
.discountbox > .discount-after.include-price > span {
	background: #ff9999;
	color: #fff;
	padding: 1px 0;
	font-size: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 70px;
	text-align: center;
}
.discountbox > .discount-after:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	border: 10px solid transparent;
	border-top: 15px solid #efefef;
}
.discountbox.discount-success > .discount-after:before{
	top: -15px;
 }
.discountbox.discount-success {
	margin-top:0;
}
.discountbox.discount-success > .discount-after:before{
	content: none;
}
.discountdescription {
  margin: 0 10px;
  font-size: 12px;
  display: inline-block;
}
.discountdescription > span {
  text-align: center;
  background: #efefef;
  padding: 0.5em 1em;
  line-height: 1em;
  display: inline-block;
  min-width: 180px;
}

h1.tx-header-top {
  color: #595959;
  font-size: 10px;
  font-weight: normal;
  margin-top: 10px;
  padding: 0;
  line-height: 30px;
  float: left;
  display: inline-block;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: all 0.5s ease;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 32px 11px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #242424;
  display: block;
  position: relative;
  font-weight: bold;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 50px;
  color: #000;
}

.icon-menu {
  cursor: pointer;
  float: right;
  margin-top: 5px;
}

.icon-menu img {
  max-width: 44px;
}

.sidenav .icon-down {
  position: absolute;
  right: 32px;
  top: 7px;
  max-width: 20px;
  height: 20px !important;
  display: block !important;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.thumbnail.pjoBox h5 a {
  font-size: 12px;
  color: #242424;
  margin-bottom: 0;
  position: relative;
  max-height: 3.6em;
  text-align: justify;
  text-decoration: none;
  margin-right: -1em;
  padding-right: 1em;
  padding-top: 3px;
  padding-bottom: 0;
}
.thumbnail.pjoBox h5 a b {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .thumbnail.pjoBox h5.h5-min {
    min-height: 30px;
  }
}
@media (max-width: 425px) {
  .thumbnail.pjoBox {
    min-height: 260px;
  }
}

.col-xs-custom{
  position: relative;
  min-height: 1px;
  float: left;
  width: 25%;
}

.btn-custom {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
.click-item-menu[aria-expanded="true"] .icon-down{
  -webkit-transform: 0.2s;
  -moz-transform: 0.2s;
  -ms-transform: 0.2s;
  -o-transform: 0.2s;
  transform: 0.2s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.show-myDiv {
  background: #f2f2f2;
  padding: 18px 52px;
}
.show-myDiv li {
  font-size: 14px;
  margin-bottom: 18px;
}
.show-myDiv li a {
  font-size: 14px;
  font-weight: normal;
  padding: 0;
}
.show-myDiv li.last {
  margin-bottom: 0;
}
.beginner {
  float: right;
  margin: 15px;
  display: block;
}
.beginner a {
  color: #242424;
  text-decoration: none ;
  font-weight: bold;
}
.beginner img {
  max-width: 16px;
}
.beginner2 {
  display: none;
}
.icon_start {
  float: right;
  margin: 15px;
}
.icon_start a{
  color: #242424;
  text-decoration: none;
  font-weight: bold;
}
.icon_start img {
  max-width: 18px;
}
.banner-small {
  width: 100%;
  padding: 30px 0;
}
.banner-small ul {
  text-align: center;
}
.banner-small li {
  display: inline-block;
  margin-right: 20px;
}
.banner-small li img {
  width: 375px;
}
.banner-small li.last {
  margin-right: 0;
}
.title-tx-h3 {
  text-align: center;
  line-height: 10px;
  margin-bottom: 30px;
}
h3.title-h3 {
  font-size: 20px;
  color: #242424;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  font-weight: bold;
}
.title-tx-h3 img {
  max-width: 50px;
}
.flag-update {
  position: absolute!important;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
.flag-update img {
  max-width: 30px;
}
.tx-yen {
  font-size: 11.5px;
  color: #595959;
  float: left;
}
.tx-time {
  float: right;
  font-size: 11.5px;
  color: #595959;
}
.tx-yen2 {
  font-size: 11.5px;
  color: #595959;
}
.tx-time2 {
  font-size: 11.5px;
  color: #595959;
  display: block;
  margin-bottom: 3px;
}
.block-btn {
  margin: 20px auto 80px;
  text-align: center;
}
.block-btn2 {
  margin: 20px auto;
  text-align: center;
}
.block-btn-menu {
  margin: 0 auto;
  text-align: center;
}
.btn-more {
  text-align: center;
  border-radius: 27px;
  border: 1px solid #FF5C5C;
  width: 400px;
  padding: 18px 0;
  background-color: transparent;
  font-size: 14px;
  color: #FF5C5C;
  font-weight: bold;
}
.btn-more:focus {
  outline: unset;
}
.btn-more:hover {
  border-color: #e81a1a;
  color: #e81a1a;
}
.mb-40 {
  margin-bottom: 40px;
}
.avatar {
  max-width: 26px;
  height: 26px;
  object-fit: contain;
  -o-object-fit: contain;
}
.caption span {
  font-size: 11.5px;
}
.tx-view {
  font-size: 14px;
  margin-bottom: 30px;
}
.btn-hold-project {
  text-align: center;
  border-radius: 27px;
  border: 1px solid #FF5C5C;
  width: 400px;
  padding: 18px 0;
  background-color: #FF5C5C;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.btn-hold-project:hover {
  background-color: #e81a1a;
}
.btn-login {
  text-align: center;
  border-radius: 27px;
  border: 1px solid #FF5C5C;
  width: 100%;
  padding: 9px 0;
  background-color: #FF5C5C;
  font-size: 14px;
  color: #fff;
}
.btn-login:focus {
  outline: none;
}
.btn-login:hover {
  background-color: #e81a1a;
}
.kibidango-shop {
  background-color: #F2F2F2;
  margin-bottom: 30px;
}
.title-h4 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.bg-kibidango-shop {
  background-color: #f2f2f2;
}
.thumbnail .caption {
  overflow: hidden;
  min-height: 126px;
  padding: 10px;
}
.flag-number1 {
  background: url(../image/flag_rank1.png) no-repeat left top;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #fff!important;
  padding-left: 5px;
}
.flag-number2 {
  background: url(../image/flag_rank2.png) no-repeat left top;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #fff!important;
  padding-left: 5px;
}
.flag-number3 {
  background: url(../image/flag_rank3.png) no-repeat left top;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #fff!important;
  padding-left: 5px;
}
.flag-number4 {
  background: url(../image/flag_rank4.png) no-repeat left top;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #000!important;
  padding-left: 5px;
}
.flag-number5 {
  background: url(../image/flag_rank4.png) no-repeat left top;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #000!important;
  padding-left: 5px;
}

.navbar-header {
  float: left;
  height: 53px;
  display: flex;
  align-items: center;

}
@media (max-width: 767px) {
  .navbar-header {
    height: 36px;
    align-items: flex-end;
  }
}
.news-block {
  background: #f2f2f2;
  margin-bottom: 20px;
  overflow: hidden;
}
.img-gif {
  opacity: 0;
}
.news-block img, .news-block .img-gif {
  max-width: 90px;
  float: left;
  height: 90px;
  width: 7em;
}
.tx-news {
  float: left;
  margin-left: 12px;
  color: #595959;
  font-size: 11.5px;
  width: 75%;
}
.tx-news p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 10px 0 8px 0;
}
.mt-10 {
  margin-top: 10px;
}
.f-24 {
  font-size: 14px;
  color: #242424;
  font-weight: bold;
}
.banner-kibi-blog {
  text-align: center;
}
.banner-kibi-blog li {
  display: inline-block;
  text-align: center;
  margin: 80px 20px 60px;
}
.banner-kibi-blog li img {
  width: 375px;
}
.icon-social {
  text-align: center;
}
.icon-social li {
  display: inline-block;
  text-align: center;
  margin: 0 15px 60px;
}
.icon-social img {
  max-width: 56px;
}
#footer-new {
  background: #595959;
  padding: 20px 0;
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
#footer-new .logo-footer img {
  max-width: 107px;
  margin: 30px 0 20px;
}
.tx-left {
  text-align: left;
}
.tx-left a {
  color: #fff;
  text-decoration: none;
}
.copyright {
  font-size: 10px;
  margin: 45px 0 30px;
}
.news-left {
  float: left;
}
#footer-new .col-sm-6 {
  min-height: 130px;
}
#footer-new .col-sm-6.last-child {
  min-height: 200px;
}
@media (max-width: 395px) {
  #footer-new .col-sm-6 {
    min-height: 150px;
  }
}
@media (max-width: 338px) {
  #footer-new .col-sm-6 {
    min-height: 195px;
  }
}
.multi-item-carousel {
  overflow: hidden;
}
.multi-item-carousel img {
  height: 100%;
  width: 100%;
}
.multi-item-carousel .carousel-control.left,
.multi-item-carousel .carousel-control.right {
  background: rgba(0,0,0,0.70);
  width: 25%;
}
.multi-item-carousel .carousel-inner {
  width: 150%;
  left: -25%;
}
.carousel-inner-1st {
  left: 25% !important;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
  -webkit-transform: translate3d(33%, 0, 0);
  transform: translate3d(33%, 0, 0);
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
  -webkit-transform: translate3d(-33%, 0, 0);
  transform: translate3d(-33%, 0, 0);
}
.item__third {
  float: left;
  position: relative;  /* captions can now be added */
  width: 33.33333333%;
}
.item__third img {
  aspect-ratio: 16 / 9;
}
.hide-pc {
  display: none;
}
.hide-sp {
  display: block;
}
.hide-pc-sp {
  display: none;
}
@media screen and (max-width:767px){
  .col-sm-6 col_custom{
    width: 50%;
    float: left;
  }
  .btn-more {
    width: 100%;
    padding: 9px 0;
  }
  .btn-hold-project {
    width: 100%;
    padding: 9px 0;
  }
  .block-btn {
    margin: 20px auto 30px;
  }
  .banner-kibi-blog li {
    margin: 80px 20px 50px;
  }
  .icon-social li {
    margin: 0 15px 20px;
  }
  .beginner2, .icon-menu {
    margin-top: 0 !important;
  }
  .title-tx-h3, h3.title-h3 {
    text-align: left;
  }
  .hide-sp {
    display: none;
  }
  .hide-pc {
    display: block;
  }
}
@media screen and (max-width:990px){
  .beginner {
    display: none;
  }
  .beginner2 {
    display: block;
    float: right;
    margin: 5px 15px 0 0;
  }
  .beginner2 img {
    max-width: 44px;
  }
  .icon_start {
    display: none;
  }
  .wid100 {
    width: 100%;
  }
  .hide-sp {
    display: none !important;
  }
  .hide-pc-sp {
    display: block;
  }
}
@media screen and (max-width:1200px){
  .banner-small {
    display: none;
  }
}
@media screen and (max-width:475px){
  .tx-news {
    width: 69%;
  }
  .banner-kibi-blog li img {
    width: 100%;
    height: auto;
  }
  .banner-kibi-blog li {
    margin: 80px 0 60px;
  }
  .btn-support-proj {
    width: 100%;
  }
}
@media screen and (max-width:375px){
  .tx-news {
    width: 50%;
  }
}
.sidenav.click-menu{
  width: 320px;
}
.carousel-control {
  color: #adadad;
  background: #000 !important;
  opacity : .4;
}
.carousel-control:hover, .carousel-control:active,.carousel-control:focus {
  color: #adadad;
  background: #000 !important;
  opacity : .3;
}
.sidebar-submenu {
  display: none;
}
.sidebar-submenu ul li:last-child {
  margin-bottom: 0;
}
.title-footer-h6 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
}
#footer-new .tx-left p{
  margin-bottom: 0;
}
.thumbnail a>img.lazy, .thumbnail>img.lazy {
  width: 100%;
  height: 148px;
}
.thumbnail a>img.lazy-big, .thumbnail>img.lazy-big {
  max-width: 100%;
  height: 430px;
}

.slick-dots {
  display: none !important;
}
.slider {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:990px){
  .wid100-sp {
    width: 100% !important;
  }
}
@media screen and (max-width:585px){
  .thumbnail a>img.lazy, .thumbnail>img.lazy {
    width: 100%;
  }
}
@media screen and (max-width:425px){
  .thumbnail a>img.lazy, .thumbnail>img.lazy {
    width: 100%;
    height: 120px;
  }
  .thumbnail a>img.lazy-big, .thumbnail>img.lazy-big {
    max-width: 100%;
    height: 200px !important;
  }
}
.panel-default {
  background: #f2f2f2;
  border-color: transparent;
}
.container-login {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.collapse, .collapsing{
  height: 150px !important;
}
.clearfix .col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 490px) {
  .clearfix .col-md-3 {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 767px) {
  .clearfix .row{
    margin-right: 3px !important;
    margin-left: 3px !important;
  }
}
@media screen and (max-width: 341px) {
  .tx-yen {
    font-size: 10px;
  }
  .tx-time {
    font-size: 10px;
  }
}
.height-big {
  height: 136px;
}
@media screen and (max-width: 767px) {
  .col_custom {
    float: left;
    width: 50%;
  }
  .wid-sp {
    width: 100% !important;
  }
  #footer-new .col-sm-6 {
    width: 50%;
    float: left;
  }
}
.not_activate{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
.opacity_menu {
  background: rgba(0,0,0,.5);
  visibility: visible;
  opacity: 1;
  z-index: 3;
  cursor: default;
  top: 65px;
  right: 320px;
  transition: all 0.5s ease;
}
.tg {
  text-align: center;
  padding-bottom: 37px;
  min-width: 25px;
}

@media (min-width: 1200px) {
  .tg{
    text-align: center;
    position: absolute;
    bottom: -100%;
    width: 100%;
    left: 2.5px;
  }
  .carousel .item.left.active .item__third:nth-child(2) .tg, .carousel .item.right.active .item__third:nth-child(2) .tg{
    bottom: -100%;
    transition: none;
  }
  .carousel .item.active .item__third:nth-child(2) .tg{
    bottom: -2px;
    transition: all .6s;
  }
  .tg1 span {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: inherit !important;
    width: 100%;
    position: absolute;
    bottom: 96px;
    margin-bottom: 18px;
    color: white;
    font-weight: bold;
    padding-bottom: 7px;
    padding: 20px;
    font-size: 20px;
  }
  .tg span {
    color: white;
    font-weight: bold;
  }
  .f {
    font-size: 12px;
  }
  .s{
    font-size: 16px;
  }
}
@media screen and (max-width:1199px) {
  .tg{
    text-align: center;
    position: absolute;
    bottom: -22px;
    width: 100%;
  }
  .carousel .item .item__third .tg{
    bottom: -100%;
    transition: none;
  }
  .carousel .item.left.active .item__third:nth-child(2) .tg, .carousel .item.right.active .item__third:nth-child(2) .tg{
    bottom: -100%;
    transition: none;
  }
  .carousel .item.active .item__third:nth-child(2) .tg{
    bottom: -22px;
    transition: all .6s;
  }
  .tg1 span {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: inherit !important;
    width: 487px;
    position: absolute;
    bottom: 55px;
    left: 10px;
    margin-bottom: 18px;
    color: white;
    font-weight: bold;
    padding-bottom: 60px;
    font-size: 20px;
  }
  .tg2 {
    margin-left: 15px;
  }
  .tg span {
    color: white;
    font-weight: bold;
  }
  .f {
    font-size: 12px;
  }
  .s{
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tg{
    text-align: center;
    padding-bottom: 93px;
    position: absolute;
    left: 4px;
    bottom: -68px;
    width: 100%;
  }
  .carousel .item.left.active .item__third:nth-child(2) .tg{
    bottom: -100%;
    transition: none;
  }
  .carousel .item.active .item__third:nth-child(2) .tg{
    bottom: 0px;
    transition: all .6s;
  }
  .tg1 span {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: inherit !important;
    width: 100%;
    position: absolute;
    bottom: 81px;
    left: 10px;
    margin-bottom: 18px;
    color: white;
    font-weight: bold;
    padding-bottom: 65px;
    font-size: 17px;
  }
  .tg2 {
    margin-left: 15px;
  }
  .tg span {
    color: white;
    font-weight: bold;
  }
  .f {
    font-size: 11px;
  }
  .s{
    font-size: 15px;
  }

  .close-menu, .opacity_menu{
    top: 62px;
  }
}

@media (max-width: 767px) {
  .tg{
    text-align: center;
    padding-bottom: 93px;
    position: absolute;
    left: 4px;
    bottom: -77px;
  }
  .carousel .item.left.active .item__third:nth-child(2) .tg{
    bottom: -100%;
    transition: none;
  }
  .carousel .item.active .item__third:nth-child(2) .tg{
    bottom: 0px;
    transition: all .6s;
  }
  .tg1 span {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: inherit !important;
    width: 100%;
    position: absolute;
    bottom: 79px;
    left: 8px;
    margin-bottom: 18px;
    color: white;
    font-weight: bold;
    padding-bottom: 65px;
    font-size: 17px;
  }
  .tg2 {
    margin-left: 41px;
  }
  .tg span {
    color: white;
    font-weight: bold;
  }
  .f {
    font-size: 11px;
  }
  .s{
    font-size: 15px;
  }

  .close-menu, .opacity_menu{
    top: 50px;
  }
}

@media (max-width: 725px) {
  .tg{
    text-align: center;
    padding-bottom: 93px;
    position: absolute;
    left: 4px;
    bottom: -71px;
    width: 100%;
  }
  .carousel .item.left.active .item__third:nth-child(2) .tg{
    bottom: -100%;
    transition: none;
  }
  .carousel .item.active .item__third:nth-child(2) .tg{
    bottom: 0px;
    transition: all .6s;
  }
  .tg1 span {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: inherit !important;
    width: 100%;
    position: absolute;
    bottom: 69px;
    left: 8px;
    margin-bottom: 18px;
    color: white;
    font-weight: bold;
    padding-bottom: 75px;
    font-size: 16px;
  }
  .tg2 {
    margin-left: 41px;
  }
  .tg span {
    color: white;
    font-weight: bold;
  }
  .f {
    font-size: 9px;
  }
  .s{
    font-size: 12px;
  }
}
@media (max-width: 656px) {
  .tg{
    text-align: center;
    padding-bottom: 93px;
    position: absolute;
    left: 4px;
    bottom: -73px;
    width: 100%;
  }
  .carousel .item.left.active .item__third:nth-child(2) .tg{
    bottom: -100%;
    transition: none;
  }
  .carousel .item.active .item__third:nth-child(2) .tg{
  }
  .tg1 span {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: inherit !important;
    width: 100%;
    position: absolute;
    bottom: 65px;
    left: 8px;
    margin-bottom: 18px;
    color: white;
    font-weight: bold;
    padding-bottom: 62px;
    font-size: 15px;
  }
  .tg span {
    color: white;
    font-weight: bold;
  }
  .f {
    font-size: 8px;
  }
  .s{
    font-size: 11px;
  }
}

@media (max-width: 610px) {
  .tg{
    text-align: center;
    padding-bottom: 93px;
    position: absolute;
    left: 4px;
    bottom: -74px;
    width:100%;
  }
  .carousel .item.left.active .item__third:nth-child(2) .tg{
    bottom: -100%;
    transition: none;
  }
  .carousel .item.active .item__third:nth-child(2) .tg{
  }
  .tg1 span {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: inherit !important;
    width: 100%;
    position: absolute;
    bottom: 61px;
    left: 8px;
    margin-bottom: 18px;
    color: white;
    font-weight: bold;
    padding-bottom: 66px;
    font-size: 13px;
  }
  .tg span {
    color: white;
    font-weight: bold;
  }
  .f {
    font-size: 7px;
  }
  .s{
    font-size: 10px;
  }
}

@media (max-width: 568px) {
  .tg{
    text-align: center;
    padding-bottom: 93px;
    position: absolute;
    left: 2px;
    bottom: -77px;
    width: 100%;
  }
  .carousel .item.left.active .item__third:nth-child(2) .tg{
    bottom: -100%;
    transition: none;
  }
  .carousel .item.active .item__third:nth-child(2) .tg{
  }
  .tg1 span {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: inherit !important;
    width: 93%;
    position: absolute;
    bottom: 60px;
    left: 8px;
    margin-bottom: 18px;
    color: white;
    font-weight: bold;
    padding-bottom: 64px;
    font-size: 10.5px;
  }
  .tg span {
    color: white;
    font-weight: bold;
  }
  .f {
    font-size: 5.5px;
  }
  .s{
    font-size: 8px;
  }
}

@media (max-width: 480px) {
  .tg{
    text-align: center;
    padding-bottom: 93px;
    position: absolute;
    left: 2.5px;
    bottom: -79px;
    width: 100%;
  }
  .carousel .item.left.active .item__third:nth-child(2) .tg{
    bottom: -100%;
    transition: none;
  }
  .carousel .item.active .item__third:nth-child(2) .tg{
  }
  .tg1 span {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: inherit !important;
    width: 100%;
    position: absolute;
    bottom: 47px;
    left: 6px;
    margin-bottom: 18px;
    color: white;
    font-weight: bold;
    padding-bottom: 72px;
    font-size: 8.5px;
  }
  .tg2 {
    margin-left: 25px;
  }
  .tg span {
    color: white;
    font-weight: bold;
  }
  .f {
    font-size: 3.5px;
  }
  .s{
    font-size: 6.5px;
  }
}

@media (max-width: 415px) {
  .tg{
    text-align: center;
    padding-bottom: 93px;
    position: absolute;
    left: 1px;
    bottom: -90px;
    width: 100%;
  }
  .carousel .item.left.active .item__third:nth-child(2) .tg{
    bottom: -100%;
    transition: none;
  }
  .carousel .item.active .item__third:nth-child(2) .tg{
  }
  .tg1 span {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: inherit !important;
    width: 100%;
    position: absolute;
    bottom: 36px;
    left: 4px;
    margin-bottom: 18px;
    color: white;
    font-weight: bold;
    padding-bottom: 69px;
    font-size: 6.5px;
  }
  .tg2 {
    margin-left: 20px;
  }
  .tg span {
    color: white;
    font-weight: bold;
  }
  .f {
    font-size: 2.5px;
  }
  .s{
    font-size: 5.5px;
  }
}

@media (max-width: 375px) {
  .tg{
    text-align: center;
    padding-bottom: 93px;
    position: absolute;
    left: 1px;
    bottom: -90px;
    width: 100%;
  }
  .carousel .item.left.active .item__third:nth-child(2) .tg{
    bottom: -100%;
    transition: none;
  }
  .carousel .item.active .item__third:nth-child(2) .tg{
  }
  .tg1 span {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: inherit !important;
    width: 100%;
    position: absolute;
    bottom: 36px;
    left: 4px;
    margin-bottom: 18px;
    color: white;
    font-weight: bold;
    padding-bottom: 69px;
    font-size: 6.5px;
  }
  .tg2 {
    margin-left: 11px;
  }
  .tg span {
    color: white;
    font-weight: bold;
  }
  .f {
    font-size: 2.5px;
  }
  .s{
    font-size: 5.5px;
  }
}

@media (max-width: 320px) {
  .tg{
    text-align: center;
    padding-bottom: 93px;
    position: absolute;
    left: 1px;
    bottom: -90px;
    width: 100%;
  }
  .carousel .item.left.active .item__third:nth-child(2) .tg{
    bottom: -100%;
    transition: none;
  }
  .carousel .item.active .item__third:nth-child(2) .tg{
  }
  .tg1 span {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: inherit !important;
    width: 100%;
    position: absolute;
    bottom: 36px;
    left: 4px;
    margin-bottom: 18px;
    color: white;
    font-weight: bold;
    padding-bottom: 69px;
    font-size: 5px;
  }
  .tg2 {
    margin-left: 9px;
  }
  .tg span {
    color: white;
    font-weight: bold;
  }
  .f {
    font-size: 2px;
  }
  .s{
    font-size: 4px;
  }
}

.bx-viewport {
  background: #e5e5e5;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.c-bg-mercury {
  background: #f2f2f2 !important;
  background-color: #f2f2f2 !important;
}
.c-bg-transparent {
  background: transparent !important;
  background-color: transparent !important;
}

.slick-next.slick-arrow {
  display: none !important;
}
.c-pl-0 {
  padding-left: 0 !important;
}
.c-pr-0 {
  padding-right: 0 !important;
}
.c-pt-0 {
  padding-top: 0 !important;
}
.c-pb-0 {
  padding-bottom: 0 !important;
}
.c-pb-0.caption {
  padding: 9px 9px 0 9px;
}
.c-mt-0 {
  margin-top: 0 !important;
}
.c-mt-3 {
  margin-top: 3px !important;
}
.c-mt-20 {
  margin-top: 20px !important;
}
.c-ml-0 {
  margin-left: 0 !important;
}
.c-ml-5 {
  margin-left: 5px !important;
}
.c-ml-10 {
  margin-right: 10px !important;
}
.c-ml-20 {
  margin-left: 20px !important;
}
.c-mb-0 {
  margin-bottom: 0 !important;
}
.c-mb-5 {
  margin-bottom: 5px !important;
}
.c-mb-10 {
  margin-bottom: 10px !important;
}
.c-mr-0 {
  margin-right: 0 !important;
}
.c-mr-5 {
  margin-right: 5px !important;
}
.c-mr-10 {
  margin-right: 10px !important;
}
.c-mr-20 {
  margin-right: 20px !important;
}
.c-mh-0 {
  min-height: 0 !important;
}
.c-h-26 {
  height: 26px;
}
/*font weight*/
.c-fw-bold {
  font-weight: bold;
}
/*flex*/
.c-d-flex {
  display: flex;
}
@media screen and (min-width: 769px) {
  .c-d-flex__pc {
    display: flex;
  }
}
.c-al-center {
  align-items: center;
}
/*/block*/
.c-d-block {
  display: block;
}
/*border*/
.c-bd-50 {
  border-radius: 50%;
}

/*float*/
.c-float-l {
  float: left;
}
/*display-float*/
.c-display-l span{
  display: block;
}
.c-display-l {
  float: left;
}
/*font size*/
.c-fs-12 {
  font-size: 12px;
}
/*border*/
.c-bd-none {
  border: none !important;
  border-bottom: none !important;
}
@media screen and (max-width: 987px) {
  .c-sp-mt-20 {
    margin-top: 20px;
  }
}
.c-gray {
  background-color: #e5e5e5!important;
}
.thumbnail.pjoBox a {
  position: relative;
  padding-bottom: 56.25%;
}
.thumbnail.pjoBox a img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.thumbnail .thumbnailPjo a, .thumbnail.pjoBox a.flag-update {
  position: inherit;
  padding-bottom: 0;
}

.thumbnail .thumbnailPjo a img, .thumbnail.pjoBox a img[alt="flag-update"] {
  height: auto;
  position: inherit;
  object-fit: inherit;
}

.card-large {
  width: calc(273px * 2 + 20px);
  margin-right: 20px;
}
.card-small {
  width: 273px;
}
.card-small:nth-child(odd) {
  margin-right: 20px;
}
.card-small:nth-child(1), .card-small:nth-child(2) {
  margin-bottom: 20px;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-26 {
  padding-bottom: 2.6rem!important;
  padding-top: 2.6rem!important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.thumbnail.card-large .caption {
  padding: 13px 10px 10px;
}
.thumbnail.pjoBox.card-large a {
  height: 397px;
  padding-bottom: 0;
}
.thumbnail.pjoBox.card-large a img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .card-large {
    width: calc(219px * 2 + 20px) !important;
  }
  .home .thumbnail.pjoBox.card-large a {
    height: 352px !important;
  }
  .card-small {
    width: 223px;
  }
  .thumbnail.pjoBox.card-large a {
    height: 341px;
  }
}
@media (max-width: 991px) {
  .card-large {
    width: 100%;
  }
  .card-small {
    width: calc(100% / 2 - 10px);
  }
}
.mt-40 {
  margin-top: 40px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.project-box-title-h5,
.project-box-title-h5 a,
.project-box-title-h5 a b,
.shopping-item-title a {
  width: fit-content;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 24px;
  line-height: 1;
}
.h-170 {
  height: 170px;
}
.mt--50 {
  margin-top: -50px;
}
@media (min-width: 992px) {
  .home .block-btn {
    margin-bottom: 40px;
  }
  .mt-sp-5 {
    margin-top: -20px;
  }
  .home .title-h4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .title-h4.pl-10 {
    padding-left: 10px;
  }
  .home .m-pc-0 {
    margin-left: 0;
  }
  .home .kibidango-shop .slick-track {
    margin-left: 0;
  }
  .home .mt-pc-20 {
    margin-top: 40px;
  }
  .home h3.title-h3  {
    margin-top: 40px;
  }
  .home .thumbnail.pjoBox h5 a b {
    line-height: 17px;
  }
  .home .thumbnail.pjoBox h5 {
    height: 34px;
  }
  .home .kibidango-shop .thumbnail.pjoBox h5 {
    font-size: 12px;
    color: #242424;
    letter-spacing: 0;
    line-height: 17px;
  }
  .home .card-small .tx-yen, .home .card-small .tx-time {
    float: none;
  }
  .home .news-block img {
    object-fit: cover;
  }
  .home .s {
    font-size: 18px;
  }
  .home .banner-small {
    margin-bottom: 10px;
  }
  .home .item .tg1 span {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .home .divider {
    width: 223px;
    height: 4px;
    background-color: #fff;
    margin-left: 40px;
    position: absolute;
    bottom: 104px;
  }
  .home .tg1 span {
    bottom: 110px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .home .tg {
    padding-bottom: 0;
    left: 0;
  }
  .home .tg1 {
    height: 100px;
  }
  .home .tg2 {
    height: 70px;
    margin-left: 0;
  }
  .home .slick-action .row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .home .icon-social li {
    margin-bottom: 30px;
  }
  .home .thumbnail.pjoBox.card-large a {
    height: 408px;
  }
  .home .thumbnail.card-large .caption {
    height: 90px;
  }
  .home .card-large .tx-yen, .home .card-large .tx-time {
    float: none;
  }
  .home .title-h4 {
    margin-top: 28px;
  }
  .home .block-btn {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .home .new-project .row, .home .clearfix.project-soon .row, .home .clearfix.slick-sp .row {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.home .progress {
  height: 16px;
}
.home .progress .progress-bar span {
  font-size: 10px;
  line-height: 16px;
}
.home .tx-yen, .home .tx-time {
  font-size: 10px;
}
.home .comming_soon {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.home .tg1, .home .item .tg2  {
  background-color: rgba(0,0,0,0.5);
}
.home .title-h4.row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.home .kibidango-shop .clearfix .row, .home .clearfix .row {
  margin-left: 0;
  margin-right: 0;
}
.home .clearfix .row .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.home .wid100-sp, .home .wid100 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.home .wid100-sp .card-large {
  width: 100% !important;
}
.home .wid100 .card-small {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
.home .wid100 .card-small:nth-of-type(even) {
  margin-right: 0;
}
.home .wid100 .card-small .caption {
  height: 90px;
}
.banner-kibi-blog li {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
@media (max-width: 991px) {
  #headerArea.navbar-default {
    padding-bottom: 2px;
  }
  #headerArea .container {
    padding-right: 8px;
    height: 36px;
  }
  /* end header */
  .home .multi-item-carousel .carousel-inner {
    width: 270%;
    left: -85%;
  }
  .carousel-inner-1st {
    left: 5% !important;
  }
  .home .multi-item-carousel .carousel-control.left,
  .home .multi-item-carousel .carousel-control.right {
    background: rgba(0,0,0,0.70);
    width: 5%;
  }
  .home .glyphicon-chevron-right::before, .home .glyphicon-chevron-left::before {
    content: "";
  }
  .home .item .tg {
    display: block;
    bottom: 0;
    padding-bottom: 0;
    left: 0;
  }
  .home .tg1 {
    height: 52px;
  }
  .home .item .tg1 span {
    bottom: 63px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 12px;
    left: 0;
    padding-left: 17px;
    padding-right: 17px;
    text-align: left;
  }
  .home .item .tg2 {
    display: flex;
    justify-content: space-between;
    padding-left: 17px;
    padding-right: 20px;
    margin-right: 0;
    margin-left: 0;
  }
  .home .item .tg2 p {
    padding: 0;
  }
  .home .item .tg2 p span {
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
  }
  .home .divider {
    height: 2px;
    width: 100px;
    background-color: #fff;
    margin-left: 17px;
    bottom: 55px;
    position: absolute;
  }
  .home .title-h3 {
    margin-top: 30px;
    font-size: 18px;
  }
  .home .title-tx-h3 {
    margin-bottom: 20px;
  }
  .home .clearfix .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .home .clearfix.project-soon .row.slick-carousel-default, .home .clearfix.new-project .row.slick-carousel-default, .home .clearfix.slick-sp .row.slick-carousel-default {
    margin-left: 0 !important;
  }
  .home .clearfix.project-soon .col-md-3, .home .clearfix.new-project .col-md-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .home .clearfix .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .home .container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .home .thumbnail.pjoBox h5 a b {
    color: #242424;
    line-height: 15px;
  }
  .home .project-box-title-h5 {
    height: 34px;
  }
  .home .thumbnail.pjoBox {
    margin-bottom: 8px;
  }
  .home .block-btn {
    margin-top: 12px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .home .slick-slide {
    margin-right: 10px;
  }
  .home .title-h4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .kibidango-shop .clearfix .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .home .kibidango-shop .clearfix .slick-slide {
    margin-right: 0;
  }
  .home .clearfix .row.slick-carousel-default {
    margin-right: -18px !important;
  }
  .home .card-small .tx-yen, .home .card-small .tx-time {
    float: none;
  }
  .home .thumbnail.pjoBox.card-large .project-box-title-h5 {
    height: 17px;
    margin-bottom: 12px !important;
  }
  .home .thumbnail.pjoBox.card-large h5 a b {
    -webkit-line-clamp: 1;
    min-height: auto;
  }
  .home .c-sp-mt-20 {
    margin-top: 10px;
  }
  .home .card-small:nth-child(1), .home .card-small:nth-child(2) {
    margin-bottom: 10px;
  }
  .home .kibidango-shop .block-btn {
    margin-top: 10px;
  }
  .home .news-block {
    margin-bottom: 10px;
  }
  .home .news-block b {
    font-size: 10px;
  }
  .home .news-block .tx-news {
    width: calc(100% - 102px);
    padding-right: 15px;
    height: 90px;
  }
  .home .news-block .tx-news p {
    font-size: 12px;
    margin: 12px 0 8px 0;
  }
  .home .news-block .tx-news p:last-child {
    font-size: 10px;
  }
  .home .card-small {
    width: calc(100% / 2 - 5px);
  }
  .home .card-small:nth-child(odd) {
    margin-right: 10px;
  }
  .home .banner-kibi-blog li {
    margin-top: 90px;
  }
  .home .news-block img {
    object-fit: cover;
  }
  .home .icon-social {
    padding-bottom: 30px;
  }
  .home .icon-social li {
    margin-bottom: 0;
  }
  .copyright {
    margin-bottom: 10px;
  }
  .title-footer-h6 {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
  }
  #footer-new .tx-left p a {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 16px;
  }
  .home .btn-hold-project {
    margin-top: -40px;
  }
  .home .mt-sp-5 {
    margin-top: -5px;
  }
  .home .project-box-title-h5 {
    font-size: 12px;
    color: #242424;
    letter-spacing: 0;
    line-height: 17px;
  }
  .home .card-small {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .home .kibidango-shop .clearfix .slick-slide {
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .tg1 {
    height: 90px;
  }
  .home .tg2 {
    height: 80px;
  }
}
@media (min-width: 601px) and (max-width: 991px) {
  .home .item .tg1 span {
    font-size: 20px;
  }
  .home .c-display-l .f {
    font-size: 12px;
  }
  .home .item .tg2 p span.s {
    font-size: 18px;
  }
  .home .tg1 {
    height: 100px;
  }
  .home .item .tg1 span {
    bottom: 100px;
  }
  .home .divider {
    bottom: 90px;
  }
  .home .item .tg2 p span {
    padding-bottom: 5px;
  }
  .home .tg2 {
    height: 60px;
  }
  .home .clearfix .col-md-3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .home .thumbnail.pjoBox {
    margin-bottom: 20px !important;
  }
  .home .kibidango-shop .title-h4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home .card-small {
    margin-right: 20px !important;
    width: calc(100% / 2 - 20px);
  }
  .home .card-small:nth-of-type(even) {
    margin-right: 0 !important;
  }
  .home .wid-sp {
    margin-top: 0;
  }
}
@media (max-width: 425px) {
  .home .thumbnail.pjoBox.card-large a {
    height: 200px !important;
  }
}

#project-list .thumbnail.pjoBox h5 {
  min-height: 43px;
}

#project-list .thumbnail .caption {
  min-height: 190px;
}

#project-list .thumbnail.pjoBox h5 a {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.home .thumbnail.pjoBox h5 a b {
  text-align: left;
}

.home .tx-news p {
  text-align: left;
}
.home .banner-small li a {
  width: 366px;
  height: 100px;
  display: block;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .banner-small li a.banner-1 {
  background-image: url(/image/top/top_banar_store_pc.png);
}
.home .banner-small li a.banner-2 {
  background-image: url(/image/top-wide-wantedly-001.png);
}
#project-list .thumbnail.pjoBox .thumbnailPjo {
  display: flex;
  align-items: center;
}
.home .project-soon .caption span, #project-list .thumbnail.pjoBox .thumbnailPjo a:nth-child(2) {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#project-list .thumbnail.pjoBox .thumbnailPjo a:nth-child(2) {
  flex: 1;
  height: 18px;
  margin-left: 5px;
}
.home .kibidango-shop .thumbnail.pjoBox a:hover {
  text-decoration: none;
}
/* sidenav */
.sidenav {
  padding-top: 73px;
}
.sidenav li a {
  padding: 0;
  line-height: 1;
  position: static;
  width: auto;
  display: inline-block;
}
.sidenav li {
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding: 12px 32px;
  position: relative;
}
.sidenav li:first-child {
  padding: 0;
  margin-top: 0;
  position: static;
}
.sidenav .block-btn-menu {
  padding: 30px 32px 11px;
}
.sidenav .block-btn-menu a {
  padding: 0 !important;
}
.sidenav .block-btn-menu:nth-child(2) {
  padding-top: 10px;
}
.sidenav .logout {
  padding-top: 10px;
  padding-bottom: 40px;
}
#nav_panel li:nth-child(2) {
  margin-top: 0;
}
.sidenav .closebtn {
  padding: 7px;
  line-height: 1;
  text-align: center;
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 9px;
  padding: 0;
}
.show-myDiv {
  padding: 10px 0 10px 52px;
}
.show-myDiv li, .show-myDiv li:first-child  {
  margin-bottom: 10px;
  padding: 0;
  padding: 8px 0;
}
.show-myDiv li a {
  margin-top: 0;
  padding: 0;
}
.sidenav .block-btn-menu a {
  margin-top: 0;
  padding-top: 30px;
}
.block-btn-menu .btn-login {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1;
}
/* end sidenav */
a:focus {
  outline: none;
}

.shopping-item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shopping-item-title, .shopping-item-title a {
  line-height: 1.2;
  min-height: 27.5px;
}

#project-list .row, .pjoPageBox .row.profileSideVer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

#project-list .col-sm-6 {
  padding-left: 10px;
  padding-right: 10px;
}

#project-list .thumbnail.pjoBox > a, .pjoPageBox .thumbnail.pjoBox > a {
  width: 100%;
  display: block;
}

#project-list .row::after,
#project-list .row::before,
.pjoPageBox .row.profileSideVer::after,
.pjoPageBox .row.profileSideVer::before,
.home .clearfix .row::after,
.home .clearfix .row::before {
  display: initial;
}

@media (max-width: 767px) {
  .pjoPageBox .row.profileSideVer {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  #project-list .col-sm-6, .pjoPageBox .col-sm-6 {
    width: 50%;
  }
}

@media (max-width: 480px) {
  #project-list .col-sm-6, .pjoPageBox .col-sm-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #project-list .row {
    margin-left: 0;
    margin-right: 0;
  }
  .pjoPageBox .row.profileSideVer {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .ownerList .thumbnail.pjoBox {
    min-height: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home .block-btn {
    padding-bottom: 40px;
    margin-top: 0;
  }
  .home .clearfix .col-md-3 {
    width: 25%;
  }
  .home .card-small {
    width: calc((100% - 80px) / 4);
  }
  .home .clearfix.new-project .row,
  .home .clearfix.project-soon .row,
  .home .clearfix.slick-sp .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .home .clearfix .row .col-md-6.col-sm-12 {
    width: 50%;
  }
  .home .clearfix .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 990px) and (min-width: 767px) {
  .home .wid100 .card-small {
    width: calc((100% - 60px) / 4);
    margin-right: 20px !important;
  }
  .home .wid100 .card-small:last-child {
    margin-right: 0 !important;
  }
}
@media (min-width: 991px) {
  .wid-sp {
    width: 50%;
  }
  .thumbnail.pjoBox.card-large a {
    height: 366px;
  }
  .home .thumbnail.card-large .caption {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .home .title-h4.row {
    padding-left: 0;
    padding-right: 0;
  }
  .home .wid100-sp, .home .wid100 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home .wid100 .card-small {
    width: calc((100% - 10px) / 2);
  }
  .banner-kibi-blog {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) and (min-width: 601px) {
  .home .wid100 .card-small {
    width: calc((100% - 20px) / 2);
  }
  .home .wid100 .card-small:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media (max-width: 330px) {
  .home .tx-yen, .home .tx-time {
    font-size: 9px;
  }
  .home .slick-action .thumbnail .caption {
    padding: 6px;
  }
}
.text_red {
  color: #ff0000;
}

/* 特定のページ配下の記述は「p-(ディレクトリ名)-」でクラス名を統一する */
/* TODO : 後に/pages/pay.scss配下に格納 */
.p-edit-address-panel-body .p-edit-address-panel-body__heading{
  color: #737373;
}
.p-edit-address-panel-body__heading--text{
  margin: 0;
  line-height: 22px;
}
.p-edit-address-table{
  margin-top: 15px;
}

/* TODO : 後に/pages/profile.scss配下に格納 */
.p-profile-help-block .p-profile-help-block__link{
  text-decoration: underline #337AB7;
}
.p-profile-help-block p{
  margin: 0;
  line-height: 22px;
}

/* URL: /project/{pj_id}/pay/create */
.project-pay-paidy-cvs img {
  width: 36%;
  max-width: 500px;
}
.project-pay-paidy-bank {
  display: flex;
}
.project-pay-paidy-bank img {
  width: 40%;
  max-width: 500px;
}
@media (max-width: 425px) {
  .project-pay-paidy-cvs img {
    width: 100%;
  }
  .project-pay-paidy-bank img {
    width: 100%;
  }
  .project-pay-paidy-bank {
    flex-direction: column;
  }
}

.wid-90 {
  width: 90%;
}

.wid-80 {
  width: 80%;
}

.block-risk {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 0 20px;
  font-weight: 400;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

.risk-area {
  padding: 15px 0px;
  cursor: pointer;
}

.risk-title {
  font-weight: normal;
  font-size: 16px;
}

.risk-content {
  display: none;
  padding-bottom: 15px;
}

.risk-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
  margin-left: 10px;
  transition: transform 0.2s;
  float: right;
  margin-right: 5px;
}

.open-area.risk-content {
  display: block;
}

.risk-area.open-area .risk-arrow {
  transform: rotate(225deg);
  margin-top: 5px;
}

.risk-list,
.risk-list li {
  list-style: disc;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-right: 4px;
  line-height: 130%;
}

.risk-warning {
  padding: 20px 0px;
  font-weight: bold;
  font-size: 20px;
}

.risk-container {
  border: 1px solid #ccc;
  padding: 15px 0px;
  margin: 0 0px 20px;
  background: #fff;
  position: relative;
  border-radius: 4px;
}

.risk-container-check {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.radio-label {
  vertical-align: middle;
  margin-left: 10px;
  font-weight: normal;
  margin-bottom: unset;
}

.risk-container-check .formError {
  margin-top: -46px;
  opacity: unset;
  margin-left: -12px;
}

.risk-container-check .formError .formErrorContent {
  background: #f76c6c;
}

.blue-color {
  color: #006EBE;
}

.check-title {
  padding-bottom: 20px;
  padding-top: 15px;
  line-height: 130%;
  font-size: 12px;
}

.checkbox-round label {
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 30%;
  cursor: pointer;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  margin-left: 15px;
}

.checkbox-round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(-45deg);
  width: 8px;
}

.checkbox-round input[type="checkbox"] {
  visibility: hidden;
}

.checkbox-round input[type="checkbox"]:checked+label {
  background-color: #1b88ff;
  border: 1px solid #333333;
}

.checkbox-round input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.risk-warning-content .border-bottom:first-child .risk-area:first-child {
  padding-top: unset;
}

.dashboard-items {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  border-radius: 4px;
  padding-top: 40px;
  padding-bottom: 15px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
}

.dashboard-items .body {
  display: flex;
  padding: 0px 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  background: var(--bootstrap-background-gray-2, #F4F4F4);
}

.dashboard-items .body .child {
  display: flex;
  padding: 15px 20px;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex: 1 0 0;
}

.dashboard-items .body .child .title {
  color: var(--bootstrap-black, #333);
  text-align: center;
  font-size: 14px;
}

.dashboard-items .body .child .count-value {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
}

.dashboard-items .body .child .count-value .quantity{
  font-size: 26px;
  font-weight: 700;
}

.dashboard-items .body .child .count-value .unit{
  font-size: 14px;
}

.dashboard-items .footer {
  color: var(--bootstrap-help-text, #737373);
  text-align: right;
  font-size: 12px;
}

@media (max-width: 767px) {
  .dashboard-items {
    align-items: flex-start;
  }

  .dashboard-items .body {
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard-items .body .child {
    align-self: stretch;
    padding: 20px 20px;
  }

  .dashboard-items .body .child .count-value .quantity{
    font-size: 22px;
  }

  .dashboard-items .footer {
    align-self: stretch;
    text-align: left;
  }
}

.body-modal{
  overflow-y: auto;
}

.link-phone-number{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .panel-default {
    border-radius: 0px;
  }
}

.word-break {
  word-break: break-all;
}