@charset "UTF-8";
/* テスト */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  background: #f7f8fa;
}

a,
.btn.btn-link,
.btn.btn-link.active,
.btn.btn-link:active,
.btn.btn-link:focus {
  color: #125687;
  text-decoration: none;
}

a:hover,
.btn.btn-link:hover,
.btn.btn-link.active:hover {
  color: #cc0d21;
  text-decoration: underline;
}

.mb-3 {
  margin-bottom: .6rem;
}

a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header, #content {
  margin: 0 auto;
}

.site-content {
  margin: 2em auto !important;
}

header {
  padding-top: 10px;
  background: #FFFFFF;
}

header h1 {
  width: 170px;
  text-align: center;
  margin-bottom: 0;
}

header .rightbox {
  position: absolute;
  top: 10px;
  right: .4rem;
  font-weight: 400;
  font-size: 0.9em;
}

.site-header{
	display: flex;
}

.site-branding h1{
  width: 112px;
}

.site-branding h1 .sp{
  display: none;
}

.nav-content{
  height: 100%;
}

.nav-link{
  position: absolute;
  bottom: 0;
  width: 100%;
}

.container.grid-lg {
  max-width: 1150px;
}

header p {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  color: #333333;
  font-size: 0.85em;
  padding-top: 30px;
}

.white_area {
  background: #FFF;
  padding: 2em 1em;
}

#navigation {
  background-color: #FFF;
  /* border-bottom: 3px solid #c82434; */
}

#navigation .columns.col-gapless {
  margin-bottom: 5px;
}

#navigation .btn.btn-link {
  color: #333;
  border: none;
  border-radius: 0;
  width: 100%;
  font-weight: 500;
  border-left: 1px solid #CCC;
  font-size: 1.1em;
  text-align: center;
}

#navigation .btn.btn-link.active,
#navigation .btn.btn-link:active,
#navigation .btn.btn-link:focus,
#navigation .btn.btn-link:hover {
  color: #c82434;
  text-decoration: none;
}

#navigation .btn.jtb {
  color: #333;
  padding: 0 25px;
  height: 1.5rem;
  line-height: 1.4rem;
  border-color: #333;
  position: absolute;
  right: .4rem;
  top: 5px;
  font-size: 0.9em;
  font-weight: 500;
}

#navigation .btn.jtb:hover {
  color: #cc0d21;
  background: #FFF;
}

header #navigation .sp {
  display: none !important;
}

header #navigation .sp .drawer-hamburger {
  top: -13px !important;
  padding: 0px .75rem 0px !important;
}

header #navigation .sp .drawer-menu li {
  margin: 0;
  border-bottom: 1px solid #CCC;
  font-weight: bold;
}

header #navigation .sp .drawer-nav .inner {
  padding: 35px 15px;
}

header #navigation .sp .drawer-nav .btn.jtb {
  position: static !important;
  width: 100% !important;
  padding: 5px 25px 5px 25px;
  height: auto;
  line-height: 1.4rem;
}

@media screen and (max-width: 550px) {
  header #navigation .pc {
    display: none;
  }
  header #navigation .sp {
    display: block !important;
  }
}

/*
#navigation .column:first-child{
	padding-right: 0;
}
#navigation .column:last-child{
	padding-left: 0;
}
#navigation .column.pd-0{
	padding: 0;
}
*/
.bx-wrapper .bx-caption {
  text-align: center;
  position: static !important;
  background: #000;
  width: 100%;
  display: table;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: table-cell;
  font-size: .85em;
  padding: 10px;
  height: 65px;
  vertical-align: middle;
  text-align: center;
  width: 100% !important;
  margin: auto;
}

h2.keyvisual {
  text-align: left;
  font-weight: 600;
  color: #333;
  display: block;
  padding-bottom: 0;
  margin: 1em 0 0.5em;
  font-size: 1.5em;
  letter-spacing: 0.05em;
}

h2.title {
  text-align: center;
  font-weight: 600;
  color: #c82434;
  display: block;
  padding-bottom: 0.3em;
  margin: 1em 0 0.5em;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #c82434;
}

.news-box {
  border: 1px solid #dddddd;
  background-color: #f7f8fa;
  padding: 0;
  position: relative;
  height: 100%;
  padding-bottom: 1em;
}

.news-box:hover, .news-box:active, .news-box:visited {
  border: 1px solid #c82434;
  background-color: #fff;
}

.news-box .day {
  color: #333;
  font-style: italic;
  font-size: 0.8em;
  margin: 1em 1em 0;
}

.news-box h3 {
  font-size: 0.9em;
  margin: 0.5em 1em;
  color: #343434;
}

.news-box a {
  font-weight: normal;
  color: #343434;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-icon {
  background-color: #dddddd;
  display: inline-block;
  padding: 0.1em 0.3em;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.news-box a .news-icon:hover {
  background-color: #c82434;
}

/* Now on Sale */
.tours .card.tour {
  border: .05rem solid #EEEEEE;
  border-radius: 3px;
  padding: 6px 6px 0 6px;
  -ms-flex-direction: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
          flex-direction: inherit;
  text-decoration: none;
  position: relative;
}

.tours .card.tour:hover {
  opacity: 0.6;
}

.tours .card.tour span.note {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 0.7em;
  font-weight: 600;
  background: #ff0081;
  color: #FFF;
  text-align: center;
  padding: 0 10px;
  border-top-right-radius: 3px;
  display: block;
}

.tours .card.tour span.accept {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 0.7em;
  font-weight: 600;
  background: #0b0073;
  color: #FFF;
  text-align: center;
  padding: 0 10px;
  border-top-right-radius: 3px;
  display: block;
}

.tours .card.tour span.done {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 0.7em;
  font-weight: 600;
  background: #999;
  color: #FFF;
  text-align: center;
  padding: 0 10px;
  border-top-right-radius: 3px;
  display: block;
}

.tours .card.tour .l {
  width: 60%;
  /*display: table-cell;*/
  padding: 0 0px 0 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.tours .card.tour .l p.cast {
  font-size: 0.9em;
  line-height: 120%;
  font-weight: 600;
  word-break: break-all;
  padding: 0;
  margin: 0;
  color: #125687;
  overflow: hidden !important;
  position: relative;
  width: calc(100% - 15px);
}

.tours .card.tour .l p.title {
  font-size: 0.9em;
  line-height: 120%;
  word-break: break-all;
  padding: 0;
  margin: 5px 0 0 0;
  color: #999;
  overflow: hidden;
  position: relative;
  width: calc(100% - 15px);
}

.tours .card.tour .l p.h48 {
  overflow: hidden;
  max-height: 48px !important;
}

.tours .card.tour .l p.h32 {
  overflow: hidden;
  max-height: 32px !important;
}

.tours .card.tour .l p.h16 {
  overflow: hidden;
  max-height: 16px !important;
}

.tours .card.tour .r {
  width: 40%;
  /*display: table-cell;*/
  padding: 0 !important;
  margin: 0 !important;
}

.tours .card.tour .r img {
  margin: 0;
  padding: 0;
}

.ellipsis:before, .ellipsis:after {
  position: absolute;
  background: #fff;
}

.ellipsis:before {
  font-size: 0.7em;
  line-height: 140%;
  content: "･･･";
  bottom: 0;
  right: 0;
}

.ellipsis:after {
  content: "";
  width: 100%;
  height: 100%;
}

/* Tours */
/*
.filter-body{
    position: relative;
	}
.filter-body:before{
    content: "";
    display: block;
    padding-top: 100%;
}

.tour-detail-box{
	display: block;
}
.card{
	position: relative;
	padding-bottom: 3.8em;
	background-color: #f7f8fa;
	height: 100%;
	
}
.card:hover{
	background-color: #fff;
}
.card-footer{
	border-top: 1px solid #dddddd;
	padding-top: 0.5em !important;
	margin-top: 1em;
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
}
.card a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card a:hover{
	border: 1px solid #c82434;
}
.card-title{
	font-size: 1em;
	color: #343434;
}
.card-body{
	padding-top: 0.5em !important;
}
.card-body p{
	font-size: 0.85em;
	color: #343434;
	margin: 0 0 0.5em;
}
.card-body p span{
	padding: 0.2em 0.5em;
	margin-right: 0.5em;
	color: #343434;
}
.btn-jtb{
	background-color: #c82434;
	border: none;
	color: #fff;
	margin-bottom: 0.5em;
}
*/
/* Tour Schedule */
.filter-list {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1em;
  margin-bottom: 1.5em;
}

.filter-list h3 {
  font-size: 1em;
  margin-bottom: 0;
  color: #333;
}

.filter-list ul {
  margin-top: 0;
}

.filter-list ul li {
  list-style: none;
}

.tour-all ul {
  margin-left: 0;
}

.tour-month, .tour-artist, .tour-area {
  border-top: 1px dotted #ccc;
  padding-top: 0.5em;
}

.filter-list .btn {
  border-color: #ccc;
  color: #333;
}

.filter-list .btn:hover, .filter-list .btn.active, .filter-list .btn:active {
  border-color: #c82434;
  background-color: #c82434;
  color: #fff;
}

/* Company Profile */
#company {
  color: #50596c;
}

#company h3 {
  font-size: 1em;
}

/* Banner */
#footer_menu {
  text-align: center;
  background: #FFF !important;
  padding: 1em;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

#footer_menu a.btn-link {
  font-size: 0.9em;
  font-weight: normal;
}

footer {
  background-color: #f7f8fa;
  text-align: center;
  font-size: 0.9em;
  padding: 1em 0;
}

footer p {
  margin: 0;
}

/*============== Add Property ==============*/
/* Venue Info */
.venueInfo .tab {
  text-align: center;
  margin: 0 0 30px;
  list-style: none;
  border: none;
}

.venueInfo .tab li {
  color: #333;
  display: inline-block;
  font-size: 20px;
  list-style: none;
  margin: 0px 5px 0px 5px;
}

.venueInfo .tab li a {
  text-decoration: none;
  margin: 0 1px;
  border: 1px solid #DDD;
  padding: 0.2em 0.5em;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  background: #EFEFEF;
  color: #333;
}

.venueInfo .tab li a.selected,
.venueInfo .tab li a:hover {
  color: #FFF;
  background: #c82434;
  border-color: #c82434;
}

.venueInfo h3 {
  color: #333;
  font-size: 20px;
  margin: 0 0 20px;
}

.venueInfo dl {
  position: relative;
  width: 49%;
  float: left;
  margin: 0 5px 5px 5px;
  background: #EFEFEF;
  border: 1px solid #DDD;
  list-style: none !important;
}

.venueInfo dl dt {
  color: #333;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  list-style: none !important;
}

.venueInfo dl dd {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #FFF;
  padding: 10px;
  text-align: right;
  padding: 10px;
  font-size: 14px;
  list-style: none !important;
}

.venueInfo dl dd a {
  color: #c82434;
  margin: 0 0 0 5px;
}

.venueInfo ul.panel {
  border: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.cf {
  clear: both !important;
}

.venueInfo ul.panel li {
  list-style: none !important;
}

/*==========================================================================================

	768px以下用（SP）のCSS

==========================================================================================*/
@media screen and (max-width: 768px) {
  .venueInfo .tab {
    margin: 0 0 20px;
  }
  .venueInfo .tab li {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .venueInfo .tab li a {
    margin: 0;
  }
  .venueInfo h3 {
    font-size: 14px;
    margin: 0 10px 10px;
  }
  .venueInfo .panel > li {
    border-top: 1px solid #1e1e1e;
  }
  .venueInfo dl {
    width: 100%;
    background: none;
    border-bottom: 1px solid #1e1e1e;
    margin: 0;
  }
  .venueInfo dl dt {
    font-size: 12px;
  }
  .venueInfo dl dd {
    font-size: 12px;
  }
  .venueInfo dl dd a {
    margin: 0 0 0 10px;
    text-decoration: none;
  }
}

/* PlayGude */
.playguide {
  color: #333;
}

.playguide .lead {
  margin: 0 0 60px;
}

.playguide .section h3 {
  height: 40px;
  margin: 0 0 20px;
}

.playguide .section h3 img {
  height: 100%;
}

.playguide .section {
  position: relative;
  padding: 0 0 40px;
  border-bottom: 1px solid #474747;
  margin: 0 0 60px;
  width: 100%;
  display: block;
}

.playguide .section:last-child {
  border: none;
  margin: 0;
}

.playguide .section .txt {
  margin: 0 0 40px;
}

.playguide .section .txt p {
  margin: 0 0 20px;
}

.playguide .section .txt h4 {
  margin: 0 0 5px;
  font-size: 20px;
}

.playguide .section .btnHP {
  position: absolute;
  top: 0;
  right: 0;
}

.playguide .section .btnHP a {
  display: block;
  width: 270px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
  background: #EFEFEF;
  border: 1px solid #DDD;
  text-decoration: none;
}

.playguide .section .btnHP a:hover {
  background: #c82434;
  border-color: #c82434;
  color: #FFF;
}

.playguide .section .commission h3 {
  background: #c82434;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  margin: 0 0 20px;
}

.playguide .section .commission table {
  width: 100%;
  margin: 0 0 10px;
  border-collapse: collapse;
  background: #FFF;
}

/*
.playguide .section .commission table tr:first-child{
	background: #231f20;
}
*/
.playguide .section .commission table tr td {
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #333;
  vertical-align: middle;
  line-height: 1.6em;
  font-size: 13px;
  text-align: left;
}

.playguide .section .commission table tr td.center {
  text-align: center;
}

.playguide .section .commission table tr td.col1 {
  width: 23%;
}

.playguide .section .commission table tr td.col2 {
  width: 23%;
}

.playguide .section .commission table tr td.col3 {
  width: 23%;
}

/*
.playguide .section .commission table tr td.col1{
	width: 110px;
}
.playguide .section .commission table tr td.col2{
	width: 180px;
}
.playguide .section .commission table tr td.col3{
	width: 200px;
}
.playguide .section .commission table tr td.col4{
	width: 160px;
}
.playguide .section .commission table tr td.col5{
	width: 205px;
}
*/
.playguide .section .commission table.is-pc {
  display: table !important;
}

.playguide .section .commission table.is-sp {
  display: none !important;
}

.playguide .section .commission table tr.is-pc {
  display: table-row !important;
}

.playguide .section .commission table tr.is-sp {
  display: none !important;
}

.playguide .section .commission table tr td.is-pc {
  display: table-cell !important;
}

.playguide .section .commission table tr td.is-sp {
  display: none !important;
}

.playguide .section .commission .txt {
  margin: 0 0 20px;
}

.playguide .section .commission .txt a {
  color: #c82434;
}

/*==========================================================================================

	768px以下用（SP）のCSS

==========================================================================================*/
@media screen and (max-width: 768px) {
  .playguide .lead {
    font-size: 12px;
    margin: 0 10px 30px;
    line-height: 1.5em;
  }
  .playguide .section {
    padding: 0 0px 20px;
    margin: 0 0 30px;
  }
  .playguide .section h3 {
    height: 30px;
    text-align: center;
  }
  .playguide .section h3 img {
    width: auto;
  }
  .playguide .section .txt {
    font-size: 12px;
    margin: 0 10px 20px;
    line-height: 1.6em;
  }
  .playguide .section .txt p {
    margin: 0 0 10px;
  }
  .playguide .section .txt h4 {
    margin: 0 0 5px;
    font-size: 14px;
  }
  .playguide .section .btnHP {
    position: relative;
    margin: 10px 10px 20px;
  }
  .playguide .section .btnHP a {
    display: block;
    /* 	    float: right; */
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    /* 	    background: #fee600; */
    color: #000;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
  }
  .playguide .section .commission h3 {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    font-size: 12px;
    height: 44px;
    line-height: 44px;
  }
  .playguide .section .commission h3.up {
    background: #c82434 url(../../common/images/acordion_up.png) no-repeat right 10px center;
    background-size: 11px 7px;
  }
  .playguide .section .commission h3.down {
    background: #fee600 url(../../common/images/acordion_down.png) no-repeat right 10px center;
    background-size: 11px 7px;
  }
  .playguide .section .commission .acordion {
    margin: 0 10px;
  }
  .playguide .section .commission table tr td {
    font-size: 10px;
  }
  /*
	.playguide .section .commission table tr td.col1{
		width: auto;
	}
	.playguide .section .commission table tr td.col2{
		width: 25%;
	}
	.playguide .section .commission table tr td.col3{
		width: 25%;
	}
	.playguide .section .commission table tr td.col4{
		width: 25%;
	}
	.playguide .section .commission table tr td.col5{
		width: 25%;
	}
*/
  .playguide .section .commission table.is-pc {
    display: none !important;
  }
  .playguide .section .commission table.is-sp {
    display: table !important;
  }
  .playguide .section .commission table tr.is-pc {
    display: none !important;
  }
  .playguide .section .commission table tr.is-sp {
    display: table-row !important;
  }
  .playguide .section .commission table tr td.is-pc {
    display: none !important;
  }
  .playguide .section .commission table tr td.is-sp {
    display: table-cell !important;
  }
  .playguide .section .commission .txt {
    font-size: 11px;
  }
  
  .site-branding h1{
    width: 55px;
    height: 55px;
  }

  .site-branding h1 .pc{
    display: none;
  }
  .site-branding h1 .sp{
    display: block;
  }
}

.site-title,
.site-description {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.js-01 {
  margin: 0 0;
  padding: 0 0px;
}

.js-01 li {
  margin: 0 0px;
  padding: 0 0px;
  /* border: 1px solid #EEEEEE; */
  display: block;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}

.js-01 li {
  display: none;
}

.bx-viewport .js-01 li {
  display: block !important;
}

.bx-wrapper .bx-caption {
  text-align: center;
  position: static !important;
  background: #000;
}

.mod-bxslider {
  overflow: hidden;
  background: #FFF;
  padding: 0 0 10px;
}

.bx-viewport:before,
.bx-viewport:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 1000;
}

.bx-wrapper .bx-viewport {
  overflow: visible !important;
  left: -6px;
  border-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 104% !important;
}

.bx-wrapper .bx-next {
  background: none;
}

.bx-wrapper .bx-prev {
  background: none;
}

.bx-viewport:before {
  right: 100%;
  left: -100%;
}

.bx-viewport:after {
  left: 100%;
  right: -100%;
}

@media screen and (max-width: 768px) {
  .js-01 li {
    margin-left: 0px !important;
    margin-right: 0px !important;
    border: 0 !important;
    border-radius: 0;
  }
  .bx-wrapper .bx-viewport {
    left: 0 !important;
    width: 100% !important;
  }
}

.pd-5 {
  padding: 5px !important;
}

/*
.js-01 .img-responsive{
	display:none;
}
*/
.str_content {
  padding: 30px 0 25px 0;
}

.sns_area {
  padding: 25px 30px 14px 30px;
  border-radius: 3px;
  background: #fff;
}

.hdg_lv3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.sns_area p {
  font-size: 0.9em;
  margin-bottom: 10px;
}

.sns_area .sns_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px 9px 0px;
}

ol, ul {
  list-style: none;
}

.sns_area .sns_list_link > li {
  margin: 0 20px 0 0;
}

.banner {
  background: #fff;
}

.banner ul, .banner li {
  margin: 0;
  padding: 0;
}

.banner img {
  vertical-align: middle;
  width: 100%;
}

.banner__wrap {
  width: 100%;
  margin: 0 auto;
  padding: 2em 1em;
}

.banner-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .banner-mail {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.banner-mail li {
  max-width: 306px;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .banner-mail li {
    margin-bottom: 0.5em;
  }
}

.banner-mail li:first-child {
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .banner-mail li:first-child {
    margin-right: 0;
  }
}

.banner-ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .banner-ad {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.banner-ad li {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .banner-ad li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 306px;
  }
}

.banner-ad li:not(:last-child) {
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .banner-ad li:not(:last-child) {
    margin-right: 0;
  }
}



/* フッターバナーエリア */
.banner_sub{
  display: flex;
  align-items: stretch;
  justify-content:space-between;
  margin-top: 50px;
}

.banner_sub li a{
  display: block;
}

.banner_sub img{
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100px;
}

.banner_su--hm{
  /* width: 70%; */
  margin: 0 10px 0 0;
}

/* .banner_su--tbt{
  float: left;
  text-align: left;
  margin: 0;
  padding: 10px 0 0 0;
  width: 20%;
  vertical-align: bottom
} */

.banner_su--kotori{
  /* width: 30%; */
  margin: 0;
}


@media screen and (max-width: 768px) {
  .banner_sub{
    padding: 10px 0 0 0;
    flex-direction: column;
  }
  .banner_su--hm{
    /* width: 55%; */
    float: left;
  }
  .banner_su--tbt{
    width: 20%;
    padding: 0;
    margin-left: 5%;
  }
  .banner_su--kotori{
    /* width: 20%; */
    padding: 0;
  }
}