@charset "UTF-8";
/*
*******************************************************************************************************
# トップページ

  -- override
  -- module
  -- layout
*******************************************************************************************************
*/
/* ------------------------------------
  * override
* ------------------------------------ */
* {
  letter-spacing: inherit;
}

/* ------------------------------------
  * module
* ------------------------------------ */
/* ------------------------------------
  * layout
* ------------------------------------ */
.wrp-mainvis {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
}
.wrp-mainvis .inner-cts {
  position: relative;
  height: 830px;
  margin: 0 auto;
  text-align: center;
}
.wrp-mainvis .inner-cts .swiper-container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}
.wrp-mainvis .inner-cts .swiper-container .swiper-slide .img img {
  width: auto;
  height: 800px;
}
@media screen and (min-width: 1761px) {
  .wrp-mainvis .inner-cts {
    height: 0;
    padding-bottom: 47.16%;
  }
  .wrp-mainvis .inner-cts .swiper-container {
    height: 100%;
    padding-bottom: 30px;
  }
  .wrp-mainvis .inner-cts .swiper-container .swiper-slide .img img {
    height: 100%;
  }
}
@media screen and (max-width: 736px) {
  .wrp-mainvis {
    margin-bottom: 15px;
  }
  .wrp-mainvis .inner-cts {
    height: 560px;
  }
  .wrp-mainvis .inner-cts .swiper-container .swiper-slide .img img {
    height: 530px;
  }
}
@media screen and (max-width: 374px) {
  .wrp-mainvis .inner-cts {
    height: 0;
    padding-bottom: 149.73%;
  }
  .wrp-mainvis .inner-cts .swiper-container {
    height: 100%;
    padding-bottom: 30px;
  }
  .wrp-mainvis .inner-cts .swiper-container .swiper-slide .img img {
    height: 100%;
  }
}

.cts-info {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: 25px auto 32px;
  padding: 0 30px;
  text-align: center;
}
.cts-info .mod-ttl {
  margin-bottom: 25px;
  font-size: 24px;
}
.cts-info .tolist {
  position: absolute;
  top: 20px;
  right: 30px;
}
.cts-info .tolist a {
  position: relative;
  padding-right: 30px;
}
.cts-info .tolist a .text {
  font-size: 14px;
}
.cts-info .list-info li {
  border-top: 1px dashed #ccc;
}
.cts-info .list-info li .list-info-inner {
  display: table;
  width: 100%;
  padding: 17px 0;
}
.cts-info .list-info li .list-info-inner > p {
  display: table-cell;
  vertical-align: top;
  letter-spacing: 0.05em;
}
.cts-info .list-info li .list-info-inner .mod-sttl {
  display: table-cell;
  width: 82px;
}
.cts-info .list-info li .list-info-inner .mod-sttl .text {
  box-sizing: border-box;
  display: inline-block;
  width: 80px;
  padding: 5px 0 4px 7px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}
.cts-info .list-info li .list-info-inner .text-dtl {
  display: table-cell;
  width: 100%;
  padding-left: 20px;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cts-info .list-info li .list-info-inner .text-dtl .date {
  display: block;
  margin-bottom: 10px;
}
.cts-info .list-info li .list-info-inner .text-dtl .text {
  display: block;
}
.cts-info .list-info li > a {
  color: inherit;
}
.cts-info .list-info li > a:after, .cts-info .list-info li > a .mod-arrow {
  top: auto;
  bottom: 20px;
}
@media screen and (min-width: 860px) {
  .cts-info .list-info li > a:hover .list-info-inner .text-dtl {
    color: #b81a35;
  }
}
@media screen and (max-width: 767px) {
  .cts-info {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .cts-info .mod-ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .cts-info .tolist {
    position: static;
    margin-bottom: 25px;
    padding-left: 20px;
  }
  .cts-info .tolist a {
    padding-right: 20px;
  }
  .cts-info .tolist a:after {
    width: 12px;
    height: 12px;
  }
  .cts-info .tolist a .text {
    font-size: 11px;
  }
  .cts-info .inner-cts .list-info li > a {
    display: block;
    width: 100%;
  }
  .cts-info .inner-cts .list-info li > a .mod-arrow {
    bottom: 10px;
  }
  .cts-info .inner-cts .list-info li .list-info-inner {
    position: relative;
    padding: 12px 0 10px;
  }
  .cts-info .inner-cts .list-info li .list-info-inner > p {
    display: inline-block;
  }
  .cts-info .inner-cts .list-info li .list-info-inner .mod-sttl {
    float: left;
    width: 70px;
  }
  .cts-info .inner-cts .list-info li .list-info-inner .mod-sttl .text {
    width: 70px;
    font-size: 10px;
  }
  .cts-info .inner-cts .list-info li .list-info-inner .text-dtl {
    display: inline-block;
    margin-top: 8px;
    padding-right: 28px;
    padding-left: 0;
  }
  .cts-info .inner-cts .list-info li .list-info-inner .text-dtl .date {
    position: absolute;
    top: 17px;
    left: 80px;
    font-size: 11px;
  }
  .cts-info .inner-cts .list-info li .list-info-inner .text-dtl .text {
    font-size: 12px;
    line-height: 1.4;
  }
}

.cts-links {
  margin-bottom: 55px;
  background-color: #f2f0f0;
}
.cts-links .list-links {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 42px 0 37px;
}
.cts-links .list-links li {
  position: relative;
  float: left;
  width: 16.66%;
}
.cts-links .list-links li:nth-child(3n) {
  width: 16.68%;
}
.cts-links .list-links li a {
  display: block;
  text-align: center;
}
.cts-links .list-links li a .icn {
  width: 60px;
  height: 60px;
}
.cts-links .list-links li a .icn:before {
  color: #b81a35;
  font-size: 60px;
}
.cts-links .list-links li a .text {
  display: table;
  width: 100%;
  height: 45px;
  letter-spacing: 0.05em;
  padding-top: 5px;
}
.cts-links .list-links li a .text > span {
  display: table-cell;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.cts-links .list-links li a:after {
  position: absolute;
  top: 25%;
  left: 25%;
  font-family: "iconfont";
  color: #b81a35;
  font-size: 60px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .cts-links {
    margin-bottom: 30px;
  }
  .cts-links .list-links {
    box-sizing: border-box;
    padding: 43px 0 25px;
    text-align: center;
  }
  .cts-links .list-links li {
    float: left;
    display: block;
    width: 33.33%;
  }
  .cts-links .list-links li:nth-child(3n) {
    width: 33.34%;
  }
  .cts-links .list-links li a .icn {
    width: 54px;
    height: 54px;
  }
  .cts-links .list-links li a .icn:before {
    font-size: 54px;
  }
  .cts-links .list-links li a .text > span {
    font-size: 12px;
    vertical-align: top;
  }
  .cts-links .list-links .event a {
    background-size: 48px auto;
  }
  .cts-links .list-links .shop a {
    background-size: 43px auto;
  }
  .cts-links .list-links .cafe a {
    background-size: 37px auto;
  }
  .cts-links .list-links .floor a {
    background-size: 45px auto;
  }
  .cts-links .list-links .access a {
    background-size: 49px auto;
  }
  .cts-links .list-links .about a {
    background-size: 49px auto;
  }
}

.cts-news .wrp-tabcts {
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  margin: 70px auto 0;
  padding: 0 30px;
}
.cts-news .wrp-tabcts .area-tab {
  border-bottom: 1px solid #b20000;
}
.cts-news .wrp-tabcts .area-tab .list-tab {
  text-align: center;
}
.cts-news .wrp-tabcts .area-tab .list-tab li {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0 25px;
}
.cts-news .wrp-tabcts .area-tab .list-tab li .text {
  letter-spacing: 0.05em;
}
.cts-news .wrp-tabcts .area-tab .list-tab li a {
  display: block;
  padding: 10px 15px 27px;
  color: #000;
  font-size: 15px;
  letter-spacing: 0.07em;
  text-decoration: none;
}
.cts-news .wrp-tabcts .area-tab .list-tab li.tab-all {
  width: 110px;
}
.cts-news .wrp-tabcts .area-tab .list-tab li.tab-event {
  width: 133px;
}
.cts-news .wrp-tabcts .area-tab .list-tab li.tab-shop {
  width: 126px;
}
.cts-news .wrp-tabcts .area-tab .list-tab li.tab-cafe {
  width: 247px;
}
.cts-news .wrp-tabcts .area-tab .list-tab li.act a {
  color: #b20000;
  font-weight: bold;
}
.cts-news .wrp-tabcts .area-tab .list-tab li.act a.mod-link-bar:before {
  left: 0 !important;
  width: 100% !important;
}
.cts-news .wrp-tabcts .area-cts {
  position: relative;
  padding-top: 140px;
}
.cts-news .wrp-tabcts .area-cts .list-topics {
  max-width: 1200px;
}
.cts-news .wrp-tabcts .area-cts .list-topics li {
  position: relative;
  float: left;
  width: 31.5%;
  margin-bottom: 45px;
  margin-left: 2.75%;
  opacity: 0;
}
.cts-news .wrp-tabcts .area-cts .list-topics li:nth-child(3n+1) {
  margin-left: 0;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a {
  color: inherit;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb {
  padding-bottom: 5px;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb .img {
  margin-bottom: 15px;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb .img > span {
  box-sizing: border-box;
  display: block;
  border: 1px solid #ccc;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb .img img {
  width: 100%;
  vertical-align: bottom;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb .tag {
  margin-bottom: 10px;
  padding: 0 15px;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb .tag > span[class^="tag-"] {
  display: inline-block;
  min-width: 62px;
  padding: 5px 5px 4px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb .tag > span[class^="tag-"]:nth-child(n+2) {
  margin-left: 9px;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb .tag .tag-01 {
  background-color: #000;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb .tag .tag-02 {
  background-color: #b81a35;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb > .text {
  position: relative;
  padding: 0 15px;
  font-size: 15px;
  letter-spacing: 0.07em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb > .text .shopname {
  display: block;
  margin: 4px 0;
  font-size: 14px;
  font-weight: 600;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb .place {
  display: inline-block;
  color: #000;
  font-size: 15px;
  padding: 0 15px;
  margin: 2px 0 0;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb .place .icn {
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-right: 5px;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb .place .icn:before {
  font-size: 21px;
  color: #000;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb .place > .text {
  color: #000;
}
@media screen and (min-width: 860px) {
  .cts-news .wrp-tabcts .area-cts .list-topics li > a.link-thumb:hover > .text {
    color: #b81a35;
  }
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.mod-link-arrow .mod-relative {
  display: block;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.mod-link-arrow .mod-arrow {
  top: auto;
  bottom: -32px;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-place {
  display: inline-block;
  color: #b81a35;
  font-size: 15px;
  padding: 0 15px;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-place .icn {
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-right: 5px;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-place .icn:before {
  font-size: 21px;
  color: #b81a35;
}
.cts-news .wrp-tabcts .area-cts .list-topics li > a.link-place > .text {
  color: #b81a35;
}
.cts-news .wrp-tabcts .area-cts .list-topics li:nth-child(3n+1) {
  clear: both;
}
.cts-news .wrp-tabcts .area-cts .list-topics li.new:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -10px;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/img/common/icon_new.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 50px auto;
  z-index: 6;
}
.cts-news .wrp-tabcts .area-cts:before {
  position: absolute;
  top: 50px;
  left: 50%;
  display: block;
  font-family: "iconfont";
  content: "\E928";
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -20px;
}
.cts-news .wrp-tabcts .area-cts.area-cts-event:before {
  content: "\E904";
}
.cts-news .wrp-tabcts .area-cts.area-cts-shop:before {
  content: "\E907";
}
.cts-news .wrp-tabcts .area-cts.area-cts-cafe:before {
  content: "\E908";
}
.cts-news .wrp-tabcts .area-cts.act .list-topics li {
  opacity: 1;
}
.cts-news .wrp-tabcts .area-cts.act .list-topics li:nth-child(1) {
  -webkit-transition: opacity .7s linear 0s;
  transition: opacity .7s linear 0s;
}
.cts-news .wrp-tabcts .area-cts.act .list-topics li:nth-child(2) {
  -webkit-transition: opacity .7s linear .15s;
  transition: opacity .7s linear .15s;
}
.cts-news .wrp-tabcts .area-cts.act .list-topics li:nth-child(3) {
  -webkit-transition: opacity .7s linear .3s;
  transition: opacity .7s linear .3s;
}
.cts-news .wrp-tabcts .area-cts.act .list-topics li:nth-child(4) {
  -webkit-transition: opacity .7s linear .45s;
  transition: opacity .7s linear .45s;
}
.cts-news .wrp-tabcts .area-cts.act .list-topics li:nth-child(5) {
  -webkit-transition: opacity .7s linear .6s;
  transition: opacity .7s linear .6s;
}
.cts-news .wrp-tabcts .area-cts.act .list-topics li:nth-child(6) {
  -webkit-transition: opacity .7s linear .75s;
  transition: opacity .7s linear .75s;
}

@media screen and (max-width: 1199px) {
  .cts-news .wrp-tabcts {
    width: 100%;
  }

  .area-cts .list-topics {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cts-news {
    padding: 0 15px;
  }
  .cts-news .mod-ttl {
    padding-top: 30px;
  }
  .cts-news .wrp-tabcts {
    margin-top: 10px;
    padding: 0;
  }
  .cts-news .wrp-tabcts .area-tab .list-tab {
    display: table;
    width: 100%;
    text-align: center;
  }
  .cts-news .wrp-tabcts .area-tab .list-tab li {
    box-sizing: border-box;
    display: table-cell;
    width: 23% !important;
    padding: 0;
    vertical-align: bottom;
  }
  .cts-news .wrp-tabcts .area-tab .list-tab li.tab-cafe {
    width: 31% !important;
  }
  .cts-news .wrp-tabcts .area-tab .list-tab li a {
    display: block;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
  }
  .cts-news .wrp-tabcts .area-tab .list-tab li.act a {
    color: #b20000;
    font-weight: bold;
  }
  .cts-news .wrp-tabcts .area-cts {
    padding-top: 64px;
    background-position: center 20px;
    background-size: 26px auto;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li {
    width: 50%;
    margin: 0;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li:nth-child(odd) {
    padding-right: 5px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li:nth-child(even) {
    padding-left: 5px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li:nth-child(n+3) {
    margin-top: 20px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li:nth-child(3n+1) {
    clear: none;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li:nth-child(2n+1) {
    clear: both;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li a.link-thumb .img {
    margin-bottom: 10px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li a.link-thumb .tag {
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 0 5px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li a.link-thumb .tag > span[class^="tag-"] {
    min-width: 0;
    padding: 4px 7px 3px;
    font-size: 10px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li a.link-thumb .tag > span[class^="tag-"]:nth-child(n+2) {
    margin-left: 5px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li a.link-thumb .tag > span.tag-01 {
    letter-spacing: -0.05em;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li a.link-thumb > .text {
    padding: 0 5px;
    font-size: 12px;
    line-height: 1.5;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li a.link-thumb > .text::after {
    top: -22px;
    width: 12px;
    height: 12px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li a.link-thumb > .text .shopname {
    font-size: 12px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li a.link-thumb .place {
    font-size: 12px;
    padding: 0 5px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li a.link-thumb .place .icn {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li a.link-thumb .place .icn:before {
    font-size: 17px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li a.mod-link-arrow .mod-arrow {
    bottom: -24px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li a.link-place {
    font-size: 12px;
    padding: 0 5px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li a.link-place .icn {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li a.link-place .icn:before {
    font-size: 17px;
  }
  .cts-news .wrp-tabcts .area-cts .list-topics li.new:before {
    top: -7px;
    left: -3px;
    width: 33px;
    height: 33px;
    background-size: 33px auto;
  }
  .cts-news .wrp-tabcts .area-cts .mod-links {
    margin-top: 25px;
  }
  .cts-news .wrp-tabcts .area-cts:before {
    top: 19px;
    font-size: 26px;
    margin-left: -13px;
  }
}
.cts-recommend .list-event {
  box-sizing: border-box;
  width: 100%;
  max-width: 1110px;
  margin: 54px auto 0;
  padding: 0 30px;
}
.cts-recommend .list-event li:nth-child(n+2) {
  margin-top: 8px;
}
.cts-recommend .list-event li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  text-decoration: none;
}
.cts-recommend .list-event li a .inner {
  padding: 20px;
  border: 1px solid #000;
}
.cts-recommend .list-event li a .sttl {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 32px;
  font-size: 20px;
  -webkit-writing-mode: vertical-rl;
  ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cts-recommend .list-event li a .img {
  margin-bottom: 10px;
  padding-right: 32px;
}
.cts-recommend .list-event li a .img img {
  width: 100%;
}
.cts-recommend .list-event li a .text-dtl {
  letter-spacing: 0.15em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cts-recommend .list-event li a.mod-link-arrow .mod-arrow {
  top: auto;
  bottom: 25px;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  margin-right: -17px;
}
.cts-recommend .list-event li a.mod-link-arrow .mod-arrow:after {
  font-size: 34px;
  line-height: 34px;
  width: 34px;
  height: 34px;
}
.cts-youtube{
      max-width: 1110px;
      margin: 0 auto 74px;
      padding: 50px 30px 0 30px;
}
.cts-youtube-inner{
      width: 100%;
      padding-top: 56.25%;
      position: relative;
      margin-top: 54px;
}
.cts-youtube iframe{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
@media screen and (min-width: 860px) {
  .cts-recommend .list-event li a:hover .sttl, .cts-recommend .list-event li a:hover .text-dtl {
    color: #b81a35;
  }
}
@media screen and (max-width: 767px) {
  .cts-recommend {
    box-sizing: border-box;
    padding: 25px 10px 0;
  }
  .cts-recommend .list-event {
    margin-top: 20px;
    padding: 0;
  }
  .cts-recommend .list-event li a {
    font-size: 12px;
  }
  .cts-recommend .list-event li a .inner {
    padding: 10px 10px 15px;
  }
  .cts-recommend .list-event li a .sttl {
    position: static;
    width: auto;
    margin-bottom: 5px;
    font-size: 10px;
    -webkit-writing-mode: horizontal-tb;
    ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    letter-spacing: 0.15em;
    line-height: 1;
  }
  .cts-recommend .list-event li a .img {
    margin-bottom: 5px;
    padding-right: 0;
  }
  .cts-recommend .list-event li a .text-dtl {
    padding: 0px 5px;
  }
  .cts-recommend .list-event li a.mod-link-arrow .mod-arrow {
    bottom: 10px;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    margin-right: -6px;
  }
  .cts-recommend .list-event li a.mod-link-arrow .mod-arrow:after {
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
  }
  .cts-youtube{
        margin: 0 auto 40px;
        padding: 25px 10px 0;
  }

  .cts-youtube-inner{
        margin-top: 20px;
  }
}

.cts-redbrick {
  overflow-x: hidden;
}
.cts-redbrick .lead {
  position: relative;
  height: 334px;
  background-image: url(/img/top/img_brickjournal.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1360px auto;
  margin-top: 80px;
}
.cts-redbrick .lead .lead-inner {
  position: relative;
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
}
.cts-redbrick .lead .lead-inner .text-main {
  position: absolute;
  top: 50%;
  left: 2.5%;
  width: 44.7%;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.cts-redbrick .lead .lead-inner .text-main img {
  width: 100%;
}
.cts-redbrick .lead .lead-inner .text-sub {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.17em;
  line-height: 2;
  padding: 0 2.5% 0 51.8%;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 975px) {
  .cts-redbrick .lead .lead-inner .text-sub {
    font-size: 14px;
  }
}
.cts-redbrick .list-journal {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 2;
}
.cts-redbrick .list-journal li {
  overflow: hidden;
  position: relative;
  margin-top: -20px;
  padding: 9.24% 8.4745%;
}
.cts-redbrick .list-journal li a {
  display: block;
  position: static;
  width: 100%;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-decoration: none;
  z-index: 2;
}
.cts-redbrick .list-journal li a .box {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.cts-redbrick .list-journal li a .box .inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 20.41%;
  border: 1px solid #000;
  position: relative;
}
.cts-redbrick .list-journal li a .box .inner .text {
  display: block;
  width: 46.02%;
  text-align: center;
  letter-spacing: 0.1em;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cts-redbrick .list-journal li a .box .inner .text > span {
  position: relative;
  margin-left: -30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 975px) {
  .cts-redbrick .list-journal li a .box .inner .text > span {
    font-size: 18px;
  }
}
.cts-redbrick .list-journal li a.mod-link-arrow .mod-arrow {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-right: -44px;
}
.cts-redbrick .list-journal li a.mod-link-arrow .mod-arrow:after {
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.cts-redbrick .list-journal li a .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 53.39%;
  z-index: -1;
}
.cts-redbrick .list-journal li a .img img {
  width: 100%;
}
.cts-redbrick .list-journal li:nth-child(odd) a .box .inner {
  padding-left: 53.98%;
}
.cts-redbrick .list-journal li:nth-child(odd) a .box .inner .text {
  right: 0;
}
.cts-redbrick .list-journal li:nth-child(even) a .box .inner {
  padding-right: 53.98%;
}
.cts-redbrick .list-journal li:nth-child(even) a .box .inner .text {
  left: 0;
}
.cts-redbrick .list-journal li:nth-child(even) a .img {
  left: auto;
  right: 0;
}
@media screen and (min-width: 860px) {
  .cts-redbrick .list-journal li a:hover .box .text > span {
    border-bottom: none;
    padding-bottom: 6px;
  }
}
.cts-redbrick .list-journal li.mod-fadeelm {
  -webkit-transition: top .6s, opacity .6s;
  transition: top .6s, opacity .6s;
}
.cts-redbrick .list-journal li.mod-fadeelm a .box {
  position: relative;
  top: 50px;
  left: 0;
  opacity: 0;
  -webkit-transition: top .5s ease .2s, opacity .5s ease .2s;
  transition: top .5s ease .2s, opacity .5s ease .2s;
}
.cts-redbrick .list-journal li.mod-fadeelm.fromtop a .box {
  top: -50px;
}
.cts-redbrick .list-journal li.mod-fadeelm.show a .box {
  top: 0;
  opacity: 1;
}
.cts-redbrick .mod-links {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .cts-redbrick {
    overflow-x: hidden;
  }
  .cts-redbrick .lead {
    height: auto;
    margin-top: 20px;
    background: none;
  }
  .cts-redbrick .lead .lead-inner .text-main {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    padding: 9.1% 0;
    background-image: url(/img/top/img_brickjournal.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .cts-redbrick .lead .lead-inner .text-main img {
    width: 71.9%;
  }
  .cts-redbrick .lead .lead-inner .text-sub {
    position: static;
    display: block;
    width: 100%;
    color: #000;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 17px 15px 20px;
    box-sizing: border-box;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .cts-redbrick .list-journal {
    padding: 0 15px;
  }
  .cts-redbrick .list-journal li {
    margin-top: 20px;
    padding: 10px 0 0;
    overflow: visible;
  }
  .cts-redbrick .list-journal li:first-child {
    margin-top: 0;
  }
  .cts-redbrick .list-journal li a {
    position: relative;
    width: 100%;
    padding: 5px 0 20px;
    border: 0;
    font-size: 14px;
    z-index: 2;
  }
  .cts-redbrick .list-journal li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    z-index: 2;
  }
  .cts-redbrick .list-journal li a .box {
    height: auto;
    min-height: 0;
  }
  .cts-redbrick .list-journal li a .box .inner {
    display: inline-block;
    border: none;
    padding: 0 !important;
    height: auto;
  }
  .cts-redbrick .list-journal li a .box .inner .text {
    display: inline-block;
    width: auto;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .cts-redbrick .list-journal li a .box .inner .text > span {
    font-size: 14px;
    margin-left: 0;
  }
  .cts-redbrick .list-journal li a .img {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: block;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 5px;
    z-index: -2;
  }
  .cts-redbrick .list-journal li a .img img {
    width: 100%;
  }
  .cts-redbrick .list-journal li a.mod-link-arrow .mod-arrow {
    width: 17px;
    height: 17px;
    margin-top: -8.5px;
    margin-right: -25px;
  }
  .cts-redbrick .list-journal li a.mod-link-arrow .mod-arrow:after {
    width: 17px;
    height: 17px;
    font-size: 17px;
    line-height: 17px;
  }
  .cts-redbrick .list-journal li:nth-child(odd) {
    padding-left: 10px;
  }
  .cts-redbrick .list-journal li:nth-child(odd) a {
    padding-left: 0;
    text-align: right;
  }
  .cts-redbrick .list-journal li:nth-child(odd) a .img {
    margin-left: -10px;
  }
  .cts-redbrick .list-journal li:nth-child(odd) a .text {
    margin-right: 40px;
    display: inline-block;
  }
  .cts-redbrick .list-journal li:nth-child(even) {
    padding-right: 10px;
  }
  .cts-redbrick .list-journal li:nth-child(even) a {
    padding-right: 0;
    text-align: left;
  }
  .cts-redbrick .list-journal li:nth-child(even) a .img {
    margin-left: 10px;
  }
  .cts-redbrick .list-journal li:nth-child(even) a .text {
    display: inline-block;
    margin-left: 20px;
  }
  .cts-redbrick .list-journal li:nth-child(even) a .text > span {
    margin-left: 0;
  }
  .cts-redbrick .list-journal li.mod-fadeelm a:before {
    top: 30px;
    opacity: 0;
    -webkit-transition: top .5s ease .2s, opacity .5s ease .2s;
    transition: top .5s ease .2s, opacity .5s ease .2s;
  }
  .cts-redbrick .list-journal li.mod-fadeelm a .box {
    top: 30px;
  }
  .cts-redbrick .list-journal li.mod-fadeelm.fromtop a:before {
    top: -30px;
  }
  .cts-redbrick .list-journal li.mod-fadeelm.fromtop a .box {
    top: -30px;
  }
  .cts-redbrick .list-journal li.mod-fadeelm.show a:before {
    top: 0;
    opacity: 1;
  }
  .cts-redbrick .list-journal li.mod-fadeelm.show a .box {
    top: 0;
  }
  .cts-redbrick .mod-links {
    margin-top: 25px;
  }
}
.cts-bayarea {
  overflow-x: hidden;
  padding-bottom: 80px;
}
.cts-bayarea .lead {
  position: relative;
  height: 334px;
  background-image: url(/img/top/img_bayarea.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1360px auto;
  margin-top: 80px;
}
.cts-bayarea .lead .lead-inner {
  position: relative;
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
}
.cts-bayarea .lead .lead-inner .text-main {
  position: absolute;
  top: 50%;
  right: 17.3%;
  width: 24.5%;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.cts-bayarea .lead .lead-inner .text-main img {
  width: 100%;
}
.cts-bayarea .lead .lead-inner .text-sub {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.17em;
  line-height: 2;
  padding: 0 51.8% 0 2.5%;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 975px) {
  .cts-bayarea .lead .lead-inner .text-sub {
    font-size: 14px;
  }
}
.cts-bayarea .mod-links {
  margin-top: 50px;
}

@media screen and (max-width: 738px) {
  .cts-bayarea {
    padding-bottom: 40px;
  }
  .cts-bayarea .lead {
    height: auto;
    margin-top: 20px;
    background: none;
  }
  .cts-bayarea .lead .lead-inner .text-main {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.6% 0;
    background-image: url(/img/top/img_bayarea.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .cts-bayarea .lead .lead-inner .text-main img {
    width: 37.2%;
  }
  .cts-bayarea .lead .lead-inner .text-sub {
    position: static;
    display: block;
    width: 100%;
    color: #000;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 17px 15px 20px;
    box-sizing: border-box;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .cts-bayarea .mod-links {
    margin-top: 10px;
  }
}
.cts-history .tolist {
  width: 100%;
  max-width: 1240px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  text-align: right;
}
.cts-history .tolist a {
  display: inline-block;
  width: auto;
  padding-right: 30px;
}
.cts-history .tolist a .text {
  font-size: 14px;
  border-bottom: 1px solid #000;
}
.cts-history .list-history {
  box-sizing: border-box;
  width: 100%;
  max-width: 1110px;
  margin: 30px auto 0;
  padding: 0 30px;
}
.cts-history .list-history li:nth-child(n+2) {
  margin-top: 8px;
}
.cts-history .list-history li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  text-decoration: none;
}
.cts-history .list-history li a .inner {
  padding: 20px;
  border: 1px solid #000;
}
.cts-history .list-history li a .inner .sttl {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 32px;
  font-size: 20px;
  -webkit-writing-mode: vertical-rl;
  ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cts-history .list-history li a .inner .img {
  margin-bottom: 10px;
  padding-right: 32px;
}
.cts-history .list-history li a .inner .img img {
  width: 100%;
}
.cts-history .list-history li a .inner .text-dtl {
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cts-history .list-history li a.mod-link-arrow .mod-arrow {
  top: auto;
  bottom: 25px;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  margin-right: -17px;
}
.cts-history .list-history li a.mod-link-arrow .mod-arrow:after {
  font-size: 34px;
  line-height: 34px;
  width: 34px;
  height: 34px;
}
@media screen and (min-width: 860px) {
  .cts-history .list-history li a:hover .sttl, .cts-history .list-history li a:hover .text-dtl {
    color: #b81a35;
  }
}

@media screen and (max-width: 767px) {
  .cts-history {
    padding: 0 10px;
  }
  .cts-history .mod-ttl {
    padding-top: 30px;
  }
  .cts-history .tolist {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 20px;
    text-align: center;
  }
  .cts-history .tolist a {
    padding-right: 20px;
  }
  .cts-history .tolist a .text {
    font-size: 11px;
    padding-bottom: 3px;
  }
  .cts-history .list-history {
    margin-top: 20px;
    padding: 0;
  }
  .cts-history .list-history li a {
    padding: 0;
    font-size: 12px;
  }
  .cts-history .list-history li a .inner {
    padding: 10px 10px 15px;
  }
  .cts-history .list-history li a .inner .sttl {
    position: static;
    width: auto;
    margin-bottom: 5px;
    font-size: 10px;
    -webkit-writing-mode: horizontal-tb;
    ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    letter-spacing: 0.15em;
    line-height: 1;
  }
  .cts-history .list-history li a .inner .img {
    margin-bottom: 5px;
    padding-right: 0;
  }
  .cts-history .list-history li a .inner .text-dtl {
    padding: 0px 5px;
  }
  .cts-history .list-history li a.mod-link-arrow .mod-arrow {
    bottom: 10px;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    margin-right: -6px;
  }
  .cts-history .list-history li a.mod-link-arrow .mod-arrow:after {
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
  }
}
.cts-access {
  margin-bottom: 55px;
}
.cts-access .tolist {
  width: 100%;
  max-width: 1240px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  text-align: right;
}
.cts-access .tolist a {
  display: inline-block;
  width: auto;
  padding-right: 30px;
}
.cts-access .tolist a .text {
  font-size: 14px;
  border-bottom: 1px solid #000;
}
.cts-access .inner-cts {
  margin-top: 30px;
  padding: 40px 0 45px;
  background-color: #f2f0f0;
}
.cts-access .list-access {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 35px;
  border-bottom: 1px dashed #333;
}
.cts-access .list-access li {
  float: left;
  width: 20%;
}
.cts-access .list-access li a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
.cts-access .list-access li a .icn {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.cts-access .list-access li a .icn:before {
  font-size: 70px;
  color: #b81a35;
}
.cts-access .list-access li a .text {
  display: table;
  padding: 5px 0 0;
  width: 100%;
  height: 48px;
  letter-spacing: 0.05em;
}
.cts-access .list-access li a .text > span {
  display: table-cell;
  vertical-align: middle;
}
.cts-access .map {
  width: 100%;
  max-width: 780px;
  margin: 24px auto 0;
  text-align: center;
}
.cts-access .map a {
  position: relative;
  display: inline-block;
  padding: 0 56px 0 0;
  font-size: 18px;
  letter-spacing: 0.07em;
  text-decoration: none;
}
.cts-access .map a .text {
  letter-spacing: 0.1em;
}
.cts-access .map a .icn {
  width: 42px;
  height: 42px;
  vertical-align: middle;
  margin-right: 5px;
}
.cts-access .map a .icn:before {
  font-size: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cts-access .map a.mod-link-arrow {
  display: inline-block;
  width: auto;
}
.cts-access .map a.mod-link-arrow .mod-arrow {
  width: 22px;
  height: 22px;
  margin-top: -15px;
  margin-right: 15px;
}
.cts-access .map a.mod-link-arrow .mod-arrow:after {
  font-size: 22px;
  line-height: 22px;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 860px) {
  .cts-access .map a:hover .icn:before {
    color: #b81a35;
  }
}

@media screen and (max-width: 767px) {
  .cts-access {
    margin-bottom: 40px;
  }
  .cts-access .tolist {
    margin-top: 10px;
    padding-right: 0;
    padding-left: 20px;
    text-align: center;
  }
  .cts-access .tolist a {
    padding-right: 20px;
  }
  .cts-access .tolist a .text {
    font-size: 11px;
    padding-bottom: 3px;
  }
  .cts-access .inner-cts {
    padding: 38px 20px 30px;
  }
  .cts-access .inner-cts .list-access {
    padding-bottom: 30px;
    text-align: center;
  }
  .cts-access .inner-cts .list-access li {
    float: none;
    display: inline-block;
    width: 32%;
    vertical-align: top;
  }
  .cts-access .inner-cts .list-access li:nth-child(n+4) {
    margin-top: 10px;
  }
  .cts-access .inner-cts .list-access li a {
    padding-top: 5px;
    font-size: 12px;
  }
  .cts-access .inner-cts .list-access li a .icn {
    width: 58px;
    height: 58px;
  }
  .cts-access .inner-cts .list-access li a .icn:before {
    font-size: 58px;
  }
  .cts-access .inner-cts .list-access li a .text {
    margin-top: 4px;
    line-height: 1.3;
    height: 30px;
  }
  .cts-access .inner-cts .map {
    margin-top: 15px;
  }
  .cts-access .inner-cts .map a {
    padding-right: 45px;
    padding-bottom: 2px;
    font-size: 14px;
  }
  .cts-access .inner-cts .map a.mod-link-arrow .mod-arrow:after {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
}
.cts-follow {
  padding: 40px 10px 0;
}
.cts-follow .inner-cts {
  width: 100%;
  max-width: 570px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
}
.cts-follow .inner-cts > .box-sns {
  margin: 0 20px;
  position: relative;
}
.cts-follow .inner-cts > .box-sns > a .box {
  width: 100%;
}

.cts-follow .inner-cts > .box-sns > a .box .box-inner {
  padding: 2.6% 2.6% 98%;
  border: 1px solid #000;
}

.cts-follow .inner-cts > .box-sns > a .sttl {
  font-size: 18px;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cts-follow .inner-cts > .box-sns > a .wrp-dtl {
  text-align: center;
}
.cts-follow .inner-cts > .box-sns > a .wrp-dtl .text {
  display: block;
  padding-top: 60px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
}
.cts-follow .inner-cts > .box-sns > a.mod-link-arrow .mod-arrow {
  margin-right: -25px;
}
@media screen and (min-width: 860px) {
  .cts-follow .inner-cts > .box-sns > a:hover .sttl {
    color: #b81a35;
  }
}
.cts-follow .inner-cts > .box-sns.area-tw .wrp-dtl {
  background-image: url(/img/common/icon_tw.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 45px auto;
}
.cts-follow .inner-cts > .box-sns.area-tw .wrp-widget {
  width: 84.2%;
  box-sizing: border-box;
  position: absolute;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  overflow: hidden;
}
.cts-follow .inner-cts > .box-sns.area-tw .wrp-widget .widget-inner {
  height: 0;
  padding-top: 99%;
  border: 1px solid #ccc8c8;
  position: relative;
  overflow: hidden;
}
.cts-follow .inner-cts > .box-sns.area-tw .wrp-widget .widget-inner .widget {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cts-follow .inner-cts > .box-sns.area-insta .wrp-dtl {
  background-image: url(/img/common/icon_insta.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 41px auto;
}
.cts-follow .inner-cts > .box-sns.area-insta .wrp-dtl .list-instagram {
  width: 100%;
  padding: 0 5.2% 5.2%;
  margin-top: 20px;
  box-sizing: border-box;
}
.cts-follow .inner-cts > .box-sns.area-insta .wrp-dtl .list-instagram > li {
  display: block;
  width: 33%;
  float: left;
  line-height: 0;
  border: 1px solid #fff;
}
.cts-follow .inner-cts > .box-sns.area-insta .wrp-dtl .list-instagram > li:nth-child(3n+1) {
  clear: both;
}
.cts-follow .inner-cts > .box-sns.area-insta .wrp-dtl .list-instagram > li > img {
  width: 100%;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .cts-follow {
    padding: 25px 0 0;
  }
  .cts-follow .inner-cts {
    display: block;
    margin-top: 22px;
  }
  .cts-follow .inner-cts > .box-sns {
    display: block;
    padding: 5px 10px 20px;
    margin: 0;
  }
  .cts-follow .inner-cts > .box-sns:nth-child(n+2) {
    margin-top: 15px;
  }
  .cts-follow .inner-cts > .box-sns > a .sttl {
    font-size: 10px;
  }
  .cts-follow .inner-cts > .box-sns > a .wrp-dtl {
    padding-top: 40px;
  }
  .cts-follow .inner-cts > .box-sns > a .wrp-dtl .text {
    font-size: 13px;
    padding-top: 0;
  }
  .cts-follow .inner-cts > .box-sns > a.mod-link-arrow .mod-arrow {
    margin-right: -20px;
  }
  .cts-follow .inner-cts > .box-sns.area-tw .wrp-dtl {
    background-size: 33px auto;
  }
  .cts-follow .inner-cts > .box-sns.area-tw .wrp-dtl .text > span {
    margin-bottom: 7px;
  }
  .cts-follow .inner-cts > .box-sns.area-tw .wrp-widget {
    bottom: 11%;
  }
  .cts-follow .inner-cts > .box-sns.area-tw .wrp-widget .widget-inner .widget {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .cts-follow .inner-cts > .box-sns.area-insta .wrp-dtl {
    background-size: 33px auto;
  }
  .cts-follow .inner-cts > .box-sns.area-insta .wrp-dtl .list-instagram {
    padding: 0 1.5%;
    margin-top: 12px;
  }
}
.cts-business {
  position: relative;
  padding-top: 40px;
  margin-bottom: 170px;
  overflow: visible;
}
.cts-business:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  display: block;
  width: 100%;
  height: 113px;
  background-color: #f2f0f0;
  z-index: 0;
}
.cts-business .mod-ttl {
  margin-bottom: 30px;
}
.cts-business .tolist {
  width: 100%;
  max-width: 1240px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  text-align: right;
}
.cts-business .tolist a {
  display: inline-block;
  width: auto;
  padding-right: 30px;
}
.cts-business .tolist a .text {
  font-size: 14px;
  border-bottom: 1px solid #000;
}
.cts-business .inner-cts {
  max-width: 1240px;
  margin: 30px auto 0;
  padding: 0 30px;
}
.cts-business .inner-cts .list-business {
	margin: 0 -15px;
}
.cts-business .inner-cts .list-business li {
  float: left;
  width: 25%;
  height: 196px;
  padding: 0 15px;
}
.cts-business .inner-cts .list-business li a {
  position: relative;
  display: block;
  height: 100%;
  color: #fff;
}
.cts-business .inner-cts .list-business li a .inner-wrp {
  width: 100%;
  height: 100%;
  padding: 22px;
  text-align: center;
  position: relative;
}
.cts-business .inner-cts .list-business li a .inner-wrp .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  line-height: 1;
  overflow: hidden;
}
.cts-business .inner-cts .list-business li a .inner-wrp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cts-business .inner-cts .list-business li a .inner-wrp .box {
  width: 100%;
  height: 100%;
}
.cts-business .inner-cts .list-business li a .inner-wrp .box .box-inner {
  width: 100%;
  height: 100%;
}
.cts-business .inner-cts .list-business li a .inner-wrp .box .inner {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.cts-business .inner-cts .list-business li a .inner-wrp .box .inner .icn {
  display: block;
  color: #fff;
  font-size: 50px;
  width: 50px;
  height: 50px;
  margin: 25px auto 15px;
}
.cts-business .inner-cts .list-business li a .inner-wrp .box .inner .u-icn-hand {
	background: url(../img/top/icon_hand.svg) no-repeat 50% 90%;
	-webkit-background-size: 44px 30px;
	-ms-background-size: 50px 32px;
	-moz-background-size: 50px 32px;
	background-size: 50px 32px;
}
.cts-business .inner-cts .list-business li a:hover .inner-wrp .box .inner .u-icn-hand {
	background-image: url(../img/top/icon_hand_red.svg);
}
.cts-business .inner-cts .list-business li a .inner-wrp .box .inner .text {
  display: inline;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
}
.cts-business .inner-cts .list-business li a .mod-arrow {
  color: #fff;
  z-index: 6;
  margin-top: 20px;
  margin-right: 13px;
}
.cts-business .inner-cts .list-business li a .mod-arrow:after {
  color: #fff;
}
@media screen and (min-width: 860px) {
  .cts-business .inner-cts .list-business li a:hover {
    color: #b81a35;
  }
  .cts-business .inner-cts .list-business li a:hover .inner-wrp:before {
    background-color: #fff;
    opacity: 0.65;
  }
  .cts-business .inner-cts .list-business li a:hover .inner-wrp .box .inner .icn {
    color: #b81a35;
  }
  .cts-business .inner-cts .list-business li a:hover .inner-wrp .box .inner .text {
    border-bottom: 1px solid #b81a35;
  }
}

@media screen and (max-width: 767px) {
  .cts-business {
    margin-bottom: 88px;
  }
  .cts-business:after {
    bottom: -20px;
    height: 59px;
  }
  .cts-business .mod-ttl {
    margin-bottom: 0;
  }
  .cts-business .tolist {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 20px;
    text-align: center;
  }
  .cts-business .tolist a {
    padding-right: 20px;
  }
  .cts-business .tolist a .text {
    font-size: 11px;
    padding-bottom: 3px;
  }
  .cts-business .inner-cts {
    padding: 0 20px;
    margin-top: 20px;
  }
  .cts-business .inner-cts .list-business li {
    float: none;
    width: 100%;
    height: 150px;
  }
  .cts-business .inner-cts .list-business li:nth-child(n+2) {
    margin-top: 15px;
    margin-left: 0;
  }
  .cts-business .inner-cts .list-business li a {
    overflow: hidden;
  }
  .cts-business .inner-cts .list-business li a .inner-wrp {
    padding: 15px;
  }
  .cts-business .inner-cts .list-business li a .inner-wrp .img img {
    width: 100%;
    position: absolute;
    margin-top: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .cts-business .inner-cts .list-business li a .inner-wrp .box .inner {
    display: block;
  }
  .cts-business .inner-cts .list-business li a .inner-wrp .box .inner .icn {
    margin: 25px auto 7px;
    width: 35px;
    height: 35px;
  }
  .cts-business .inner-cts .list-business li a .inner-wrp .box .inner .icn:before {
    font-size: 35px;
  }
  .cts-business .inner-cts .list-business li a .inner-wrp .box .inner .u-icn-hand,
  .cts-business .inner-cts .list-business li a:hover .inner-wrp .box .inner .u-icn-hand {
	  background-image: url(../img/top/icon_hand.svg);
	  -moz-background-size: 32px 22px;
	  -webkit-background-size: 32px 22px;
	  -ms-background-size: 32px 22px;
	  background-size: 32px 22px;
  }
  .cts-business .inner-cts .list-business li a .inner-wrp .box .inner .text {
    font-size: 12px;
  }
  .cts-business .inner-cts .list-business li a.mod-link-arrow .mod-arrow {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-right: 7px;
    top: 90px;
  }
  .cts-business .inner-cts .list-business li a.mod-link-arrow .mod-arrow:after {
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
  }
}
