/*-- common 2509 --*/
.CRL_main {
  background: #fde9c3;
}

.txt18 {
  font-size: 18px;
}

.txt20 {
  font-size: 20px;
}

.txt24 {
  font-size: 24px;
}

.txt28 {
  font-size: 28px;
}

.txt34 {
  font-size: 34px;
}

.txt39 {
  font-size: 39px;
}

.txt54 {
  font-size: 54px;
}

.txt80 {
  font-size: 80px;
}

@media (max-width: 800px) {

  .txt18 {
    font-size: 2.25vw;
  }

  .txt20 {
    font-size: 2.5vw;
  }

  .txt24 {
    font-size: 3vw;
  }

  .txt28 {
    font-size: 3.5vw;
  }

  .txt34 {
    font-size: 4.25vw;
  }

  .txt39 {
    font-size: 4.8vw;
  }

  .txt54 {
    font-size: 6.75vw;
  }

  .txt80 {
    font-size: 10vw;
  }
}

.c-coffee {
  background: -webkit-linear-gradient(180deg, #010100 0%, #532407 50%, #010100 100%);
  background-clip: text;
  -webkit-background-clip: -webkit-text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
}

.light_min {
  animation: light_min 1s infinite alternate;
}

@keyframes light_min {
  0% {
    transform: scale(1) rotate(0deg);
  }

  100% {
    transform: scale(0.5) rotate(-10deg);
  }
}


/*-- s40year 40周年獎項 --*/


.CRL_main .s40year {
  background-color: black;
  padding-top: 12%;
  color: white;
}

.s40year .s40year_tit {
  z-index: 1;
  top: 5%;
}

.s40year_tit h3 {
  font-weight: 400;
  color: #fcf9da;
  text-shadow: 0 0 30px #4c0e01;
}

.s40year_video {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.s40year_video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 10%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.s40year_video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.s40year_video video {
  width: 100%;
  position: relative;
  left: -12%;
  z-index: 0;
  display: block;
}

.s40year_video img {
  position: relative;
  left: -12%;
  z-index: 0;
}

.s40year .s40year_icons {
  z-index: 2;
  left: auto;
  right: 17%;
  top: 22.5%;
  width: 19.8vw;
  max-width: 159px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.s40year_icons img {
  transition: 1.5s;
}



/*-- sWO 水油質地 + YT --*/

.CRL_main .sWO_tit {
  top: 6%;
  z-index: 3;
  width: 100%;
  text-align: center;
  color: white;
}

.CRL_main .sWO_tit h2 {
  font-weight: 600;
  text-shadow: 0 4px 6px rgba(125, 66, 27, .5), 0 3px 3px rgba(125, 66, 27, .7);
}

.CRL_main .sWO_tit img.shine_line_img {
  width: 54%;
  position: absolute;
  top: -8%;
  left: 28%;
}

.CRL_main .sWO_txt {
  position: absolute;
  width: 100%;
  top: 8%;
  z-index: 2;
  color: #000000;
}

.CRL_main .sWO_txt_pdimg {
  width: 45%;
  margin: auto;
  position: relative;
  z-index: 1;
}

.sWO_txt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 40vw;
  max-height: 326px;
  background: linear-gradient(to right, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .1) 100%);
  z-index: 0;
}

.sWO_txt_data {
  display: flex;
  position: absolute;
  z-index: 3;
  top: 15%;
  width: 100%;
  font-weight: 400;
}

.CRL_main .sWO_txt_data img {
  width: 50%;
  margin: auto;
}

.CRL_main .sWO_txt_data .box:nth-child(1) {
  padding-right: 10%;
}

.CRL_main .sWO_txt_data .box:nth-child(2) {
  padding-left: 10%;
}

.sWO_txt_data .box {
  width: 50%;
  text-shadow: 0 2px 4px #ffffffee;
  line-height: 1.25;
}

.sWO_txt_data .box div {
  margin-bottom: .5em;
  text-align: left;
  padding-left: 12%;
}

.sWO_txt_data .box .txt_label {
  display: inline-block;
  font-weight: 600;
  border: 1px solid #000000;
  border-radius: 3em;
  padding: .15em .75em;
  margin-bottom: .5em;
}

.sWO_txt_data .box .txt_label small {
  font-weight: 400;
  position: relative;
  top: -.06em;
  display: inline-block;
}

.sWO_txt_data .box i {
  font-weight: 600;
  font-size: 1.2em;
}

.sWO .sWO_video {
  position: relative;
  z-index: 0;
}

.sWO_video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 8%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.sWO_video:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(156, 72, 27, .2);
}

.sWO_video video {
  width: 100%;
  display: block;
}

.CRL_main .sWO_yt {
  position: relative;
  padding: 8% 5%;
  background: linear-gradient(to top, #632f10 0%, #d78c3e 100%);
}

.CRL_main .sWO_yt iframe {
  display: block;
}

.CRL_main .sWO_yt:before {
  content: "";
  display: block;
  width: 100%;
  height: 10%;
  position: absolute;
  top: -10%;
  left: 0;
  background: linear-gradient(to bottom, #d78c3e00 0%, #d78c3e 100%);
}

.CRL_main .sWO_yt:after {
  content: "";
  display: block;
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: -10%;
  left: 0;
  background: linear-gradient(to bottom, #632f10 0%, #632f1000 100%);
}

.sWO_yt_player {
  aspect-ratio: 16/9;
  border: 1px solid #efbe8b;
}



/*-- sBoth 雙質地 --*/

.CRL_main .sBoth {
  color: white;
}

.sBoth:before {
  content: "";
  display: block;
  background: url(../images/sBoth_oil.png) no-repeat center;
  background-size: cover;
  aspect-ratio: 1/1;
  width: 28.25vw;
  max-width: 226px;
  position: absolute;
  top: -4.5%;
  right: -17%;
}

.sBoth .light_min {
  position: absolute;
  width: 40%;
  top: 18%;
  left: 28%;
}

.sBoth .sBoth_tit {
  top: 8%;
}

.sBoth .sBoth_tit h2 {
  position: relative;
}

.sBoth .sBoth_tit span.c-coffee {
  position: relative;
  z-index: 1;
}

span.w_shadow {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  display: block;
  text-shadow: 0 4px 10px rgba(255, 255, 255, .8);
}

.sBoth .sBoth_txt {
  top: 31%;
  display: flex;
  font-weight: 500;
}

.s_label {
  display: inline-block;
  border: 1px solid currentColor;
  padding: .125em .5em;
  border-radius: .25em;
  font-weight: 400;
  margin: .25em 0;
}

.sBoth_txt>div {
  width: 50%;
  box-sizing: border-box;
  line-height: 1.5;
}

.sBoth_txt h3 {
  letter-spacing: .1em;
  font-weight: 500;
  padding: .5em 0;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: .5em;
}

.sBoth_txt ul li {
  display: flex;
  gap: .5em;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1em;
}

.sBoth_txt li img {
  width: 3.75vw;
  max-width: 30px;
  align-self: flex-start;
  padding-top: .15em;
}

.sBoth_txt li span {
  flex: 1;
}

.sBoth .sBoth_txt_L {
  color: #8e460d;
  padding-right: 7.5%;
}

.sBoth_txt_L h3 {
  background-image: url(../images/sBoth_stit1.png);
}

.sBoth_txt_L ul {
  padding-left: 15%;
}

.sBoth_txt_L li b {
  color: black;
}

.sBoth .sBoth_txt_R {
  padding-left: 7.5%;
}

.sBoth_txt_R h3 {
  background-image: url(../images/sBoth_stit2.png);
}

.sBoth_txt_R ul {
  padding-left: 15%;
}

.sBoth_txt_R li b {
  color: #f4d39a;
}



/*-- sRotate 轉轉扭 --*/

.CRL_main .sRotate {
  color: white;
}

.sRotate .sRotate_tit {
  top: 10%;
}

.sRotate .sRotate_tit h2 {
  font-weight: 600;
}

.sRotate .sRotate_tit .shine_line_img {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 5%;
}

.sRotate .sRotate_img {
  left: 27%;
  width: 46%;
  top: 40.5%;
  animation: sRotate_img 6s infinite;
}

.sRotate .sRotate_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 25.75vw;
  max-width: 206px;
  aspect-ratio: 1/1;
  background: url(../images/sRotate_iconbg.png) no-repeat center;
  background-size: cover;
  line-height: 1.5;
}

.sRotate .sRotate_icon-1 {
  left: 8%;
  top: 30%;
}

.sRotate .sRotate_icon-2 {
  left: auto;
  right: 8%;
  top: 60%;
}


@keyframes sRotate_img {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*-- sFamily 黃金家族--*/

.CRL_main .sFamily {
  color: #4d3424;
  background: #fff5e5 url(../images/sFamily_bg.jpg) no-repeat top;
  background-size: 100% auto;
  padding: 8% 0;
}

.sFamily .sFamily_tit {
  color: #b80e30;
  margin-bottom: 1.5em;
}

.sFamily .sFamily_txt {
  display: flex;
}

.sFamily .sFamily_txt>div {
  width: 50%;
  box-sizing: border-box;
}

.CRL_main .sFamily_txt_pd {
  position: relative;
  padding: 0 4%;
}

.sFamily_txt_pd .sFamily_new {
  right: -10%;
  top: 0;
}


.CRL_main .sFamily_pdname {
  display: flex;
  font-weight: 500;
  margin-bottom: .5em;
}

.sFamily_pdname span {
  flex: 1;
}

.CRL_main .sFamily_txt_step {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}

.sFamily_txt_step .txt34 {
  text-align: right;
  line-height: 1.5;
  align-self: flex-end;
}

.sFamily_txt_step .font_200 {
  line-height: .8;
  background: -webkit-linear-gradient(90deg, #240600 0%, #9e4d16 50%, #dc903b 100%);
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: -webkit-text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.sFamily_txt_step b {
  width: 100%;
  text-align: left;
  margin-top: .5em;
}

.sFamily_txt_step-R {
  justify-content: flex-end;
}

.sFamily_txt_step-R b {
  text-align: right;
  padding-right: .25em;
}

.sbtns {
  display: flex;
  justify-content: space-around;
  gap: 0;
}

.sbtns .CRL_btn {
  min-width: 5.5em;
  line-height: 1.2;
  border-radius: .375em;
  padding: .75em 1em;
  box-sizing: border-box;
  font-size: 18px;
}


.CRL_main .sFamily_new {
  border-radius: 500px;
  width: 4em;
  height: 4em;
  background: linear-gradient(to left, rgba(93, 37, 9, 1) 0%, rgba(207, 128, 50, 1) 100%);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: white;
}

@media (max-width: 800px) {
  .sbtns .CRL_btn {
    font-size: 3.2vw;
  }
}


/*********s11-- 表單*********/
.CRL_main .s11 {
  text-align: left;
  padding-bottom: 3%;
  padding-top: 5%;
  position: relative;
  color: #333;
  background: #fde9c3;
}

.CRL_main .s11 .CRL_cnt {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden
}

.shadow {
  box-shadow: 10px 10px 20px rgba(50, 28, 14, .5)
}

.CRL_main .s11 h2 {
  text-align: center;
  margin-bottom: 3%;
}

.CRL_main .s11 .CRL_cnt figure {
  position: relative;
}

.CRL_main .s11 .CRL_cnt figure p.txtS {
  position: absolute;
  text-align: right;
  right: 2%;
  bottom: 2%;
  text-shadow: 10px 0 10px #fff,
    10px 0 10px #fff;
}



.CRL_main .s11 .CRL_cnt b {
  color: #b40024
}

.CRL_main .s11 .CRL_cnt b.txt6L {
  font-weight: 500 !important;
}

.CRL_main .s11 .formdesc1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px
}

.CRL_main .s11 .formdesc1 label {
  position: relative;
  width: 45%;
  text-align: left
}

.CRL_main .s11 .formdesc1 p {
  padding-left: 35px
}

.CRL_main .s11 .formdesc1 input[type=radio]+label:before {
  position: absolute;
  left: 0;
  top: 76%
}

.CRL_main .s11 .s11_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
}

.CRL_main .s11 .s11_txt .c-r {
  display: inline-block
}

.CRL_main .s11 .s11_txt p {
  line-height: 1.5;
  flex: 1;
}

.CRL_main .s11 p.txtS {
  line-height: 120%;
}

.CRL_main .s11.no_form a {
  padding: 1rem 2rem;
  line-height: inherit;
  margin: 5% auto 0;
  display: flex;
  width: fit-content;
}


.CRL_main .s11 .s11_txt img {
  width: 33%
}

.CRL_main .s11 .CRL_cnt figcaption {
  padding: 5%
}

.CRL_main .s11 .formdesc1 label {
  position: relative;
  width: 47%;
}

.CRL_main .s11 {
  padding: 5% 0;
}

.CRL_main .s11.no_form a {
  padding: 3vw 5vw;
}


@media(max-width:550px) {
  .CRL_main .s11 .CRL_cnt figcaption {
    padding: 5% 5% 10%;
  }

  .CRL_main .s11.no_form button {
    line-height: inherit;
    padding: 2.5vw 3.5vw;
  }

  .CRL_main .s11 .formdesc1 label {
    width: 48%
  }
}

@media(max-width:414px) {
  .CRL_main .s11 .formdesc1 label {
    width: 50%
  }
}

@media(max-width:360px) {
  .CRL_main .s11 .formdesc1 input[type=radio]+label:before {
    top: 65%
  }
}

.s_liveTXT2 ul:not(.slick-dots) {
  margin: 5% auto 5px
}

.s_live .CRL_cnt {
  background-color: rgba(248, 240, 234, .7)
}

.s_liveTXT2 .tit span {
  background-color: transparent
}

.s_liveTXT2 .tit:before {
  width: 30%
}

.s_liveTXT2 .tit:after {
  content: "";
  background-color: #b40024;
  position: absolute;
  height: 2px;
  width: 30%;
  right: 0%;
  top: 47%;
  z-index: 1
}

.CRL_main .s_liveTXT {
  background-color: #fff
}




.s_liveTXT div .c-cf br:nth-of-type(3),
.s_liveTXT div .c-cf br:nth-of-type(4) {
  display: none
}

.s_liveTXT2 .tit:before,
.s_liveTXT2 .tit:after {
  width: 15%
}

.CRL_main .s_live {
  padding-top: 5%
}

.CRL_main .s_live-slider .txtS {
  margin: 10px 0
}

.CRL_main .s11 .s_liveTXT2 {
  margin-bottom: 5%
}


@media(max-width:550px) {
  .CRL_main .s_live_step li {
    width: 55%
  }

  .CRL_main .s_live_step li:nth-of-type(odd) {
    padding-left: 5%;
    width: 45%
  }
}


/*-- spa 表單間距 --*/
.CRL_main .SS11 .CRL_cnt figcaption {
  padding: 0 5% 5% !important;
}

.CRL_main .SS11 {
  padding-bottom: 5% !important;
}

.CRL_main .formdesc2 {
  margin-top: 10px;
}






/*********CRL_CRS永續之美*********/
.CRL_main .CRL_CRS {
  background-image: url(../images/crs_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 5% 0;
  border: 1px solid #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5%;
  margin-top: 5%;
  color: white;
}

.CRL_main .CRL_CRS h2 {
  width: 100%;
}

.CRL_main .CRL_CRS_img1 {
  position: absolute;
  width: 45%;
  margin-top: 8%;
}

.CRL_main .CRL_CRS>div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.CRL_main .CRL_CRS>div>div {
  width: 50%;
}

.CRL_main h3 {
  margin-bottom: 5%;
}

.CRL_CRS_L ul li {
  margin-bottom: 6%;
}


.CRL_CRS_R .CRL_CRS_img3 {
  width: 50%;
  margin: 5% auto;
}

.CRL_main p.CRL_CRS_R_txt {
  text-align: justify;
  padding: 5% 25%;
  margin-top: 5%;
  line-height: 150%;
  font-size: 18px;
}

@media (max-width: 800px) {
  .CRL_main p.CRL_CRS_R_txt {
    font-size: 2.25vw;
  }
}

.CRL_main .CRL_CRS_img1 {
  width: 58%;
  margin-top: 0;
  top: 32%;
}

.CRL_main .CRL_CRS_img2 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.CRL_main .CRL_CRS>div {
  margin-top: 5%;
}

.CRL_main .CRL_CRS_R_txt {}

.CRL_main .CRL_CRS_R .txtM2 {
  margin: 5% 0;
}





/*********元宇宙CRL_world*********/
.CRL_main .CRL_world .CRL_world_img1 {
  border-radius: 10px;
}

.CRL_main .CRL_world {
  padding: 5% 0 10%;
}

.CRL_main .CRL_world p {
  margin: 5% 0;
}



.CRL_main .CRL_world .CRL_world_img1 {
  margin-bottom: 8%;
}



/*PC手機板調*/
.CRL_main .s11 {
  color: #333;
}

.CRL_main .s11 p {
  text-align: left;
}

@media (min-width: 762px) {
  .CRL_main .s1 a {}

  .CRL_main .s4_1 {}

  .CRL_main .s9 h2 .shine_line_img {
    bottom: -155%;
  }

  .s13_txt>div:before,
  .s13_txt>div:after {
    font-size: 150px;
  }

  .CRL_main .s12_new {
    width: 100px;
    height: 100px;
    font-size: 30px;
  }
}