@charset "UTF-8";
@import "reset.css";
@import "bootstrap.min.css";
@import "slick.css";
@import "layout.css";
@import "tablet.css";
@import "pc.css";
@import "sp.css";

table {
	width: 100%;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.pa0{
        padding:0 0;
}

.pt20 {
	padding-top: 20px;
}

.pl2 {
    padding-left: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt60 {
	margin-top: 60px;
}

.mb0 {
  margin-bottom: 0;
}

.mb40 {
	margin-bottom: 40px;
}

.fnt-16 {
	font-size: 16px;
}

.fnt-18 {
	font-size: 18px;
}

.fnt-22 {
  font-size: 22px;
}


.disp-inl {
	display: inline-block;
}

.disp-tbl {
	display: table;
	width: 100%;
}

.disp-tbl > * {
	display: table-cell;
	vertical-align: middle;
}

.news-box:hover,
.news-box:focus,
.info-wrap a:focus,
.btn-icon:hover,
.btn-icon:focus,
a.jsc-page-link:hover,
a.jsc-page-link:focus {
	text-decoration: none;
}

.fs-14{
  font-size: 14px;
}

.fwb{
  font-weight:bold;
}

.red{
  color: #F00;
}

.bg-pink{
background-color: #ffefe7;
}


.content-box_0{
    margin:20px 15px 0 15px;
}

.lh-15{
    line-height: 1.5;
}

.mw300{
  max-width: 300px;
}

.qr_width{
  width: 120px;
}

.text-left{
  text-align: left;
}

.flex{
  display: flex;
  justify-content: center; 
  align-items: center;
}

@media screen and (max-width: 375px) {

.mw300{
  width: 240px !important;

}
}
/*田中追記*/
@media screen and (min-width: 992px) {
.bottom_btn {
display: none;
}
}
@media screen and (max-width: 991px) {
.bottom_btn {
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    width: 100%;
    background-color: #ffffffbf;
    height: 60px;
}
	.bottom_btn_items {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 15px;
    max-width: 375px;
    margin: 0 auto;
}
	.bottom_base a {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    background: #dd0000;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
	width: 140px;
}
	.bottom_mercari a {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    background: #dd0000;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
	width: 140px;
}
}
/*211227田中*/
.keyvisual-items__wrap video {
    width: 100%;
}
.pc_none {
    display: none;
	margin-top: 77px;
}
	.sp_none{
	margin-top: 98px;
	}
@media screen and (max-width: 991px){
.pc_none {
    display: block;
}
	.sp_none{
		display: none;
	}
}