 /* フレッシャーズフェア2026 */

 /* カーテン・ラグ・雑貨ボタン */

.btn-flat-vertical-border {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0.5em 3em;
  text-decoration: none;
  border-left: solid 4px #534741;
  border-right: solid 4px #534741;
  color: #534741;
  background: #f9f7f4;
  transition: .4s;
}

.btn-flat-vertical-border:hover {
  background: #534741;
  color: #FFF;
  text-decoration: none;
}

 /* リボン */
.ff_card_ribbon{ 
  margin:10px;
}

.ff_card {
  position: relative;/*リボンをかけたいコンテンツボックスにセット*/
  width: 100%;
  height: auto;
  background: #ffffff;
  margin: auto;
  padding: 4rem 2rem 3rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/*リボンの位置*/
.ff_ribbon01 {
    position: absolute;
    top: 20px;
    left: -10px;
    height: 25px;
    line-height: 25px;
    background-color: #ef8f81;
    color: #ffffff;
    text-align: center;
	font-weight: bold;
	padding: 0px 15px;
}
/*リボンの影部分*/
.ff_ribbon01::before {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 0px;
    height: 0px;
    border: none;
    border-top: 5px solid transparent;
    border-right: 10px solid #333;
    content: '';
}

.ff_ribbon01::after {
    position: absolute;
    top: 0px;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 12.5px 8px 12.5px 0px;
    border-color: transparent #ffffff;
    border-style: solid;
    content: '';
}


 /* リボン(グリーン)*/
/*リボンの位置*/
.ff_ribbon02 {
    position: absolute;
    top: 20px;
    left: -10px;
    height: 25px;
    line-height: 25px;
    background-color: #78c4a5;
    color: #ffffff;
    text-align: center;
	font-weight: bold;
	padding: 0px 15px;
}
/*リボンの影部分*/
.ff_ribbon02::before {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 0px;
    height: 0px;
    border: none;
    border-top: 5px solid transparent;
    border-right: 10px solid #333;
    content: '';
}

.ff_ribbon02::after {
    position: absolute;
    top: 0px;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 12.5px 8px 12.5px 0px;
    border-color: transparent #ffffff;
    border-style: solid;
    content: '';
}


 /* カーテン診断ボタン */
.ff-button_item01 {
	padding-top: 10px;
}
.ff-button_item01 a {
  background-color: #ef8f81;
  border: solid 1px #ef8f81;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 260px;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
}
.ff-button_item01 a:hover {
  color: #fff;
  opacity: 0.8;
}

.ff-button_item02 {
	padding-top: 10px;
}
.ff-button_item02  a {
  background-color: #f4b0a1;
  border: solid 1px #f4b0a1;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 260px;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
}
.ff-button_item02  a:hover {
  color: #fff;
  opacity: 0.8;
}

/* スライダー設定 */
.css-carousel-slider {
	display: flex;
    justify-content: center; 
    align-items: center; 
    width: 90%;
    /* max-width: 900px */ /* サイズ設定をする場合はここ(*1) */
    overflow: hidden;
    position: relative;
	margin: 0 auto;
}
.css-carousel-slider img {
    width: 100%;
    height: auto;
    vertical-align: top;
	margin: 5px;
}

/* スライド設定 */
.css-carousel-slider .slide-wrap {
    width: 400%; /* 画像の合計数*100%を設定(*2) */
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider 20s infinite; /* スライダーアニメーション全体の時間(*3) */
    animation-delay: 2s; /* スライダーが始まるまでの時間(*4) */
}
.css-carousel-slider .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main 20s infinite; /* (*3)と同じ内容を設定 */
    animation-delay: 2s; /* (*4)と同じ内容を設定 */
}
.css-carousel-slider .slide {
    width: 100%;
}

/* スライダーアニメーションの設定(*5) */
@keyframes css-carousel-slider {
    0% { transform: translateX(0); }

    20% { transform: translateX(calc(1 / 4 * -100%)); }
    25% { transform: translateX(calc(1 / 4 * -100%)); }

    45% { transform: translateX(calc(2 / 4 * -100%)); }
    50% { transform: translateX(calc(2 / 4 * -100%)); }

    70% { transform: translateX(calc(3 / 4 * -100%)); }
    75% { transform: translateX(calc(3 / 4 * -100%)); }

    95% { transform: translateX(calc(4 / 4 * -100%)); }
    100% { transform: translateX(calc(4 / 4 * -100%)); }
}

@keyframes css-carousel-slider-main {
    0% { transform: translateX(100%); }
    75% { transform: translateX(100%); }
    95% { transform: translateX(0%);}
}


/* インフォメーションボタン */
a.ff-btn02{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #f4b0a1;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}
a.ff-btn02:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: -3px 5px 0 0;
  background: url("/dcms_media/image/ff%20_information1.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.ff-btn02:hover {
  background: #ffcdc2;
}
@media screen and (min-width: 768px){
 a.ff-btn02{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:12px;
    display:inline-block;
  }
  a.ff-btn02:before {
    margin: -3px 10px 0 0;
  }
}

a.ff-btn03{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #78c4a5;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}
a.ff-btn03:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: -3px 5px 0 0;
  background: url("/dcms_media/image/ff%20_information2.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.ff-btn03:hover {
  background: #aedcc9;
}
@media screen and (min-width: 768px){
 a.ff-btn03{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:12px;
    display:inline-block;
  }
  a.ff-btn03:before {
    margin: -3px 10px 0 0;
  }
}

a.ff-btn04{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #78c4a5;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}
a.ff-btn04:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: -3px 5px 0 0;
  background: url("/dcms_media/image/ff-information03.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.ff-btn04:hover {
  background: #aedcc9;
}
@media screen and (min-width: 768px){
 a.ff-btn04{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:12px;
    display:inline-block;
  }
  a.ff-btn04:before {
    margin: -3px 10px 0 0;
  }
}

a.ff-btn05{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #f4b0a1;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}
a.ff-btn05:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: -3px 5px 0 0;
  background: url("/dcms_media/image/ff%20_information4.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.ff-btn05:hover {
  background: #ffcdc2;
}
@media screen and (min-width: 768px){
 a.ff-btn05{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:12px;
    display:inline-block;
  }
  a.ff-btn05:before {
    margin: -3px 10px 0 0;
  }
}

a.ff-btn06{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #26436b !important;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 3px;
  text-align:center;
  text-decoration:none !important;
}
a.ff-btn06:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -3px 5px 0 0;
  background: url("/dcms_media/image/ff-IGicon.jpg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.ff-btn06:hover {
  color: #fff;
  opacity: 0.6;
}
@media screen and (min-width: 768px){
 a.ff-btn06{
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size:12px;
    display:inline-block;
  }
  a.ff-btn06:before {
    margin: -3px 10px 0 0;
  }
}

/* サイズ表 */
.table-wrap {
  overflow-x: scroll;
}
.ff-table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.ff-table th,
.ff-table td {
  border: 2px solid #eee;
  padding: 4px 8px;
}

.table-wrap {
  overflow-x: scroll;
}
.ff-table02 {
  width: 100%;
  border-collapse: collapse;
}
.ff-table02 th,
.ff-table02 td {
  border: 2px solid #eee;
  padding: 4px 8px;
}