@charset "UTF-8";
.tsr {
  -webkit-font-smoothing: antialiased;
}

.tsr-text {
  font-size: 16px;
  line-height: 2em;
  margin: 16px 0 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tsr-text.--small {
  font-size: 14px;
}
.tsr-text.--red {
  color: #B71C1C;
  font-weight: bold;
}
.tsr-text a {
  color: #333;
}
@media screen and (max-width: 768px) {
  .tsr-text {
    text-align: left;
  }
}
.tsr-mv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .tsr-mv {
    background-image: url(../images/tsr/image_mv_pc.png);
    height: calc(100vh - 90px);
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-mv {
    background-image: url(../images/tsr/image_mv_sp.png);
    height: calc(50vh - 70px);
    margin-top: 70px;
  }
}
.tsr-mv__copy {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tsr-mv__copy:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  background: linear-gradient(45deg, #931E36);
}
@media screen and (min-width: 769px) {
  .tsr-mv__copy:before {
    height: 500px;
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-mv__copy:before {
    height: 200px;
    width: 200px;
  }
}
@media screen and (min-width: 769px) {
  .tsr-mv__copy {
    height: 500px;
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-mv__copy {
    height: 220px;
    width: 220px;
  }
}
.tsr-mv__copyText {
  text-align: left;
  position: absolute;
  z-index: 2;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .tsr-mv__copyText {
    font-size: 48px;
    line-height: 1.3em;
    bottom: 32px;
    left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-mv__copyText {
    font-size: 20px;
    line-height: 1.3em;
    bottom: 12px;
    left: 16px;
  }
}
@media screen and (min-width: 769px) {
  .tsr-section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .tsr-section {
    padding: 48px 0;
  }
}
.tsr-section.--bgPaper {
  background-image: url(../images/tsr/bg_paper.png);
  background-position: center;
  background-repeat: repeat;
}
.tsr-section.--bgWhite {
  background-color: #fff;
}
.tsr-section.--bgRed {
  background-color: #931E36;
}
@media screen and (min-width: 769px) {
  .tsr-section__inner {
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .tsr-section__inner {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}
.tsr-section__title {
  color: #931E36;
  margin: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 769px) {
  .tsr-section__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-section__title {
    font-size: 28px;
  }
}
.tsr-section__logoList {
  display: flex;
}
@media screen and (min-width: 769px) {
  .tsr-section__logoList {
    margin: 24px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .tsr-section__logoList {
    flex-wrap: wrap;
  }
}
.tsr-section__logoItem img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .tsr-section__logoItem {
    margin-top: 24px 0 0 0;
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .tsr-section__featureList {
    display: flex;
    margin-left: -40px;
  }
}
@media screen and (min-width: 769px) {
  .tsr-section__featureItem {
    width: calc(33.33333% - 40px);
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-section__featureItem {
    margin-bottom: 48px;
  }
}
.tsr-section__featureTitle {
  color: #fff;
  font-weight: normal;
  margin: 0;
  position: relative;
  display: table;
  margin: 0 auto;
  background-image: url(../images/tsr/icon_leaf.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 150px;
  padding: 0;
}
.tsr-section__featureTitle.--two {
  line-height: 50px;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .tsr-section__featureTitle {
    font-size: 32px;
  }
}
@media screen and (min-width: 769px) {
  .tsr-section__featureTitle {
    font-size: 32px;
  }
}
.tsr-section__featureTitle:before {
  content: "“";
  left: -40px;
}
.tsr-section__featureTitle:after {
  content: "”";
  right: -40px;
}
.tsr-section__featureTitle:before, .tsr-section__featureTitle:after {
  position: absolute;
  font-size: 64px;
  top: -32px;
  opacity: 0.4;
  line-height: 150px;
}
.tsr-section__featureText {
  color: #fff;
  margin: 16px 0 0 0;
  text-align: left;
}
.tsr-section__ancherBtn {
  text-align: left;
  text-decoration: none;
  color: #931E36;
  background-color: #fff;
  border: 1px solid #931E36;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.32);
  position: relative;
}
@media screen and (min-width: 769px) {
  .tsr-section__ancherBtn {
    display: table;
    margin: 24px auto 0;
    transition: 0.3s;
    padding: 24px 64px 24px 24px;
  }
  .tsr-section__ancherBtn:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.32);
  }
}
@media screen and (max-width: 768px) {
  .tsr-section__ancherBtn {
    display: block;
    box-sizing: border-box;
    margin-top: 24px;
    width: 100%;
    padding: 16px;
  }
}
.tsr-section__ancherBtn:after {
  content: "";
  background-image: url(../images/tsr/icon_cta_arrow_red.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  display: block;
}
@media screen and (min-width: 769px) {
  .tsr-section__ancherBtn:after {
    width: 9px;
    height: 58px;
    right: 24px;
    top: calc(50% - 29px);
  }
}
@media screen and (max-width: 768px) {
  .tsr-section__ancherBtn:after {
    width: 9px;
    height: 58px;
    right: 24px;
    top: calc(50% - 29px);
  }
}
@media screen and (min-width: 769px) {
  .tsr-section__ancherBtnTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-section__ancherBtnTitle {
    font-size: 24px;
  }
}
.tsr-section__ancherBtnTitle {
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .tsr-section__ancherBtnSub {
    font-size: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-section__ancherBtnSub {
    font-size: 14px;
    margin-top: 8px;
  }
}
.tsr-section__ancherBtnSub {
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .tsr-titleSection {
    padding: 220px 0 110px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-titleSection {
    padding: 64px 0 32px;
  }
}
.tsr-titleSection {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .tsr-titleSection.--mattress {
    background-image: url(../images/tsr/bg_mattress.png);
  }
}
@media screen and (max-width: 768px) {
  .tsr-titleSection.--mattress {
    background-image: url(../images/tsr/bg_mattress.png);
  }
}
@media screen and (min-width: 769px) {
  .tsr-titleSection.--down {
    background-image: url(../images/tsr/bg_down.png);
  }
}
@media screen and (max-width: 768px) {
  .tsr-titleSection.--down {
    background-image: url(../images/tsr/bg_down.png);
  }
}
@media screen and (min-width: 769px) {
  .tsr-titleSection.--other {
    background-image: url(../images/tsr/bg_other.png);
  }
}
@media screen and (max-width: 768px) {
  .tsr-titleSection.--other {
    background-image: url(../images/tsr/bg_other.png);
  }
}
@media screen and (min-width: 769px) {
  .tsr-titleSection.--access {
    background-image: url(../images/tsr/bg_access.png);
  }
}
@media screen and (max-width: 768px) {
  .tsr-titleSection.--access {
    background-image: url(../images/tsr/bg_access.png);
  }
}
.tsr-titleSection__title {
  color: #fff;
  font-weight: normal;
  display: table;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 auto 0 0;
}
@media screen and (min-width: 769px) {
  .tsr-titleSection__title {
    font-size: 64px;
    padding-left: calc((100vw - 1200px) / 2 + 40px);
    padding-top: 0;
    padding-right: 24px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-titleSection__title {
    font-size: 32px;
    padding: 0 16px 0 16px;
  }
}
.tsr-titleSection__title span {
  display: table;
}
@media screen and (min-width: 769px) {
  .tsr-titleSection__title span {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-titleSection__title span {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .tsr-sliderMattress__inner {
    display: flex;
    justify-content: space-between;
  }
  .tsr-sliderMattress__inner.--top {
    flex-direction: row;
  }
  .tsr-sliderMattress__inner.--bottom {
    margin-top: 40px;
    flex-direction: row-reverse;
  }
}
.tsr-sliderMattress__imageArea img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tsr-sliderMattress__imageArea img {
    height: 326px;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .tsr-sliderMattress__imageArea img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
}
@media screen and (min-width: 769px) {
  .tsr-sliderMattress__imageArea {
    width: 48%;
  }
}
.tsr-sliderMattress__textArea {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .tsr-sliderMattress__textArea {
    width: 48%;
  }
}
.tsr-sliderMattress__title {
  color: #931E36;
}
@media screen and (min-width: 769px) {
  .tsr-sliderMattress__title {
    margin-top: 0;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-sliderMattress__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-sliderMattress .slick-prev {
    top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-sliderMattress .slick-next {
    top: 110px;
  }
}
@media screen and (min-width: 769px) {
  .tsr-map {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-map {
    margin-top: 32px;
  }
}
.tsr-map iframe {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tsr-map iframe {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-map iframe {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-hideSp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tsr-hidePc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tsr-card {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .tsr-card:first-child {
    margin-top: 0;
  }
  .tsr-card.--leftImage {
    flex-direction: row;
  }
  .tsr-card.--rightImage {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .tsr-card {
    margin-top: 40px;
  }
  .tsr-card:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .tsr-card__imageArea {
    width: 48%;
  }
}
.tsr-card__imageArea img {
  width: 100%;
}
.tsr-card__textArea {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .tsr-card__textArea {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .tsr-card__textArea {
    margin-top: 24px;
  }
}
.tsr-card__title {
  color: #931E36;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .tsr-card__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-card__title {
    font-size: 26px;
  }
}
.tsr-card__title.--min {
  font-size: 16px;
  color: #333;
}
@media screen and (min-width: 769px) {
  .tsr-card__title.--min {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-card__title.--min {
    margin-top: 32px;
  }
}
.tsr-train__item span {
  display: inline-block;
}
.tsr-train__item span:nth-child(1) {
  width: 80px;
}
.tsr-train__item span:nth-child(2) {
  width: 96px;
}
.tsr-train__item span:nth-child(3) {
  width: 64px;
}
.tsr-train__item span:nth-child(4) {
  width: 64px;
}
@media screen and (max-width: 768px) {
  .tsr-train__item {
    font-size: 14px;
  }
}
.tsr-brandList {
  background-color: #931E36;
  display: table;
}
@media screen and (min-width: 769px) {
  .tsr-brandList {
    margin-top: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-brandList {
    margin-top: 16px;
    padding: 16px;
  }
}
.tsr-brandList * {
  color: #fff;
}
.tsr-brandList__title {
  font-size: 16px;
  margin: 0;
}
.tsr-brandList__list {
  display: flex;
  margin: 8px 0 0;
}
.tsr-brandList__item {
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .tsr-sliderDown {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-sliderDown {
    margin-top: 48px;
  }
}
@media screen and (min-width: 769px) {
  .tsr-sliderDown__item {
    width: 288px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-sliderDown__item {
    width: calc(100% - 64px);
  }
}
@media screen and (min-width: 769px) {
  .tsr-sliderDown .slick-slide {
    margin: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-sliderDown .slick-slide {
    margin: 0 16px;
  }
}
@media screen and (min-width: 769px) {
  .tsr-sliderDown .slick-list {
    margin: 0 -8px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-sliderDown .slick-list {
    margin: 0 -16px;
  }
}
.tsr-itemCard {
  background-color: #fff;
}
.tsr-itemCard img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tsr-itemCard img {
    height: 192px;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .tsr-itemCard img {
    height: 190px;
    object-fit: cover;
  }
}
.tsr-itemCard__caption {
  font-size: 10px;
  color: #999;
  text-align: right;
  margin: 8px 16px 0 0;
}
.tsr-itemCard__title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #ccc;
  margin: 8px 16px 0;
  padding-bottom: 8px;
}
.tsr-itemCard__spec {
  margin: 0 16px;
  padding: 8px 0;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .tsr-itemCard__spec {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-itemCard__spec {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .tsr-spDownCard {
    display: flex;
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-spDownCard {
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .tsr-spDownCard__imageArea {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .tsr-spDownCard__imageArea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tsr-spDownCard__imageArea img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .tsr-spDownCard__imageArea img {
    width: 600px;
    height: 520px;
    object-fit: cover;
  }
}
.tsr-spDownCard__textArea {
  background-image: url(../images/tsr/bg_down_ider.png);
  background-position: center;
  background-size: cover;
  text-align: left;
}
.tsr-spDownCard__textArea * {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .tsr-spDownCard__textArea {
    padding: 0 24px;
    height: 520px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-spDownCard__textArea {
    padding: 24px 16px;
  }
}
@media screen and (min-width: 769px) {
  .tsr-spDownCard__subTitle {
    font-size: 24px;
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .tsr-spDownCard__subTitle {
    font-size: 24px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .tsr-spDownCard__title {
    font-size: 32px;
    margin: 8px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .tsr-spDownCard__title {
    font-size: 32px;
    margin: 8px 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .tsr-spDownCard__text {
    font-size: 16px;
    line-height: 2em;
    margin: 16px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .tsr-spDownCard__text {
    font-size: 14px;
    line-height: 2em;
    margin: 16px 0 0 0;
  }
}
.tsr-spDownCard__price {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 769px) {
  .tsr-spDownCard__price {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-spDownCard__price {
    margin-top: 24px;
  }
}
.tsr-spDownCard__priceLabel {
  font-weight: bold;
}
.tsr-spDownCard__priceLabel span {
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .tsr-spDownCard__priceLabel {
    margin-top: 24px;
    font-size: 24px;
  }
  .tsr-spDownCard__priceLabel span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-spDownCard__priceLabel {
    margin-top: 24px;
    font-size: 24px;
  }
  .tsr-spDownCard__priceLabel span {
    font-size: 16px;
  }
}
.tsr-spDownCard__priceNumber {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .tsr-spDownCard__priceNumber {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-spDownCard__priceNumber {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  .tsr-form {
    width: 640px;
    margin: 0 auto;
  }
}
.tsr-form form dl {
  text-align: left;
}
.tsr-form form dl dt {
  margin: 24px 0 0;
  font-weight: bold;
  position: relative;
  padding-left: 36px;
}
.tsr-form form dl dt.req:before {
  content: "必須";
  background-color: #B71C1C;
}
.tsr-form form dl dt.any:before {
  content: "任意";
  background-color: #01579B;
}
.tsr-form form dl dt.req:before, .tsr-form form dl dt.any:before {
  position: absolute;
  font-size: 11px;
  color: #fff;
  line-height: 1em;
  padding: 4px;
  border-radius: 4px;
  top: 3px;
  left: 0;
}
.tsr-form form dl dd {
  margin: 8px 0 0;
}
.tsr-form form input[type=text], .tsr-form form input[type=email], .tsr-form form textarea {
  width: 100%;
  padding: 0 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  box-sizing: border-box;
}
.tsr-form form input[type=text], .tsr-form form input[type=email] {
  height: 40px;
}
.tsr-form form textarea {
  height: 120px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.tsr-form form .ex {
  font-size: 16px;
  display: block;
  margin-top: 8px;
}
.tsr-form form input[type=submit] {
  width: 100%;
  height: 48px;
  color: #fff;
  background-color: #931E36;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.32);
  transition: 0.3s;
  margin: 24px 0 0 0;
  padding: 0;
  border: none;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .tsr-form form input[type=submit]:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.32);
  }
}
.tsr-form form label {
  display: inline-block;
}
.tsr-cta {
  position: fixed;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .tsr-cta {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 769px) {
  .tsr-cta {
    bottom: 40px;
    left: calc(50% - 250px);
  }
}
.tsr-cta__ancherBtn {
  text-align: left;
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(#ff4500, #6e210f);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.32);
  position: relative;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .tsr-cta__ancherBtn {
    display: block;
    width: 500px;
    box-sizing: border-box;
    margin: 24px auto 0;
    transition: 0.3s;
    padding: 24px 64px 24px 24px;
  }
  .tsr-cta__ancherBtn:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.32);
  }
}
@media screen and (max-width: 768px) {
  .tsr-cta__ancherBtn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 12px 12px 12px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-cta__ancherBtn {
    display: block;
  }
}
.tsr-cta__ancherBtn:after {
  content: "";
  background-image: url(../images/tsr/icon_cta_arrow_down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  display: block;
}
@media screen and (min-width: 769px) {
  .tsr-cta__ancherBtn:after {
    width: 9px;
    height: 58px;
    right: 24px;
    top: calc(50% - 29px);
  }
}
@media screen and (max-width: 768px) {
  .tsr-cta__ancherBtn:after {
    width: 9px;
    height: 42px;
    right: 20px;
    top: calc(50% - 21px);
  }
}
.tsr-cta__ancherBtn:before {
  content: "";
  height: 100%;
  width: 48px;
  background-color: #480D19;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 8px 8px 0;
}
@media screen and (min-width: 769px) {
  .tsr-cta__ancherBtnTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-cta__ancherBtnTitle {
    font-size: 17px;
  }
}
.tsr-cta__ancherBtnTitle {
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .tsr-cta__ancherBtnSub {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tsr-cta__ancherBtnSub {
    font-size: 11px;
  }
}
.tsr-cta__ancherBtnSub {
  margin: 0;
  font-weight: normal;
}
.tsr-cta__ancherBtnSub span {
  color: #FFF9CC;
  font-weight: bold;
}

.slick-arrow {
  z-index: 1;
  background-color: #931E36;
}
.slick-arrow:focus, .slick-arrow:hover {
  background-color: #931E36;
}
@media screen and (max-width: 768px) {
  .slick-arrow {
    width: 20px;
    height: 51px;
  }
}
@media screen and (min-width: 769px) {
  .slick-arrow {
    width: 40px;
    height: 103px;
  }
}

.slick-prev:before, .slick-next:before {
  content: "";
  z-index: 2;
  position: absolute;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .slick-prev:before, .slick-next:before {
    width: 12.5px;
    height: 15px;
    top: calc(50% - 7.5px);
    left: calc(50% - 6.25px);
  }
}
@media screen and (min-width: 769px) {
  .slick-prev:before, .slick-next:before {
    width: 15px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 7.5px);
  }
}

@media screen and (max-width: 768px) {
  .slick-prev {
    left: -16px;
  }
}
@media screen and (min-width: 769px) {
  .slick-prev {
    left: -56px;
  }
}
.slick-prev:before {
  background-image: url(../images/tsr/icon_slider_left.png);
}

@media screen and (max-width: 768px) {
  .slick-next {
    right: -16px;
  }
}
@media screen and (min-width: 769px) {
  .slick-next {
    right: -56px;
  }
}
.slick-next:before {
  background-image: url(../images/tsr/icon_slider_right.png);
}

@media screen and (min-width: 769px) {
  .slick-dots {
    bottom: -40px;
  }
}
.slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #fff;
  margin: 0 8px;
}
.slick-dots li.slick-active {
  background-color: #931E36;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
}
