@charset "UTF-8";

/*//////////////////////////////////////////////////

Title : SB Best Cosemetics Awards 2025

//////////////////////////////////////////////////*/


/* ========================================================
                      * Layout style *
========================================================= */

html {
  font-size: 62.5%;
}

main {
  width: 100%;
  max-width: 100%;
}


#Contents {
  margin-bottom: 0;
}

footer {
  margin-top: 0;
}

.lp_contents a {
  text-decoration: none;
}

.lp_contents img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: optimizequality; 
}

.lp_contents p,
.lp_contents ul,
.lp_contents ol,
.lp_contents dl {
  margin: 0;
}

.topic-path {
  margin-right: 0;
  margin-left: 0;
}

picture {
  display: flex;
}

/* ===================
      Roots 
=================== */

:root {
  --color-main: #D57584;
  --color-txt: #1F1F1F;
  --color-txt2: #333333;
  --color-white: #ffffff;
  --color-bg1: #fbf4f3;
  --color-bg2: #f5f6fb;
}

/* ===================
  LP Contents
=================== */

.lp_contents {
  overflow-x: hidden;
}

.lp_contents p {
  margin: 0 auto;
  padding: 0;
  font-family: 'Lato', 'ryo-gothic-plusn', sans-serif;
  font-feature-settings: "palt";
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.125em;
  color: var(--color-txt);
}


.lp_contents_bg {
  position: fixed;
  width: 100%;
  height: 279rem;
  top: 0;
  z-index: -1;
}

.lp_contents_bg img {
  width: 100vw;
  height: 100vh;
}


#FooterWrap {
  position: relative;
  z-index: 2;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents img {
  max-width: 100%;
}

.lp_contents sup {
  font-size: 1rem;
}

.lp_contents a {
  color: var(--color-txt);
}

.lp_contents a,
.lp_contents a:before,
.lp_contents a:after,
.lp_contents a img {
  transition: opacity .3s ease-in-out,
  color .3s ease-in-out,
  background-color .3s ease-in-out,
  background-image .3s ease-in-out,
  border-color .3s ease-in-out,
  text-shadow .3s ease-in-out,
  text-weight .3s ease-in-out;
}

.lp_contents a:hover {
  opacity: 0.6;
}

.lp_contents h1 {
  padding: 0;
}

.flex_wrap {
  display: flex;
}

/* ===================
  　　　Animation
=================== */


.ef {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
}

.ef.active {
  opacity: 1;
  transform: translateY(0);
}


/* ===================
      Button Setting
=================== */
.lp_contents .btn {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
}

.lp_contents .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.lp_contents .btn a span {
  display: inline-block;
}

/* ===================
  　　　 MV
=================== */
.lp_contents .mv_sec {
  padding-bottom: 10rem;
}

.lp_contents .mv_pic {
  width: 64.7rem;
  margin: 0 auto;
}

.lp_contents .mv_txt {
  margin-top: 2.8rem;
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: center;
  color: var(--color-txt);
}

/* ===================
　　　 FOLLOW NAV
=================== */
.lp_contents .navigation_list {
  display: flex;
  justify-content: center;
}

.lp_contents .navigation_list li {
  position: relative;
  display: flex;
  justify-content: center;
  width: 17.5rem;
  height: 5.6rem;
}

.lp_contents .navigation_list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 2.8rem;
  background-color: var(--color-white);
  content: "";
}

.lp_contents .navigation_list li:first-of-type:before {
  content: none;
}


.lp_contents .navigation_list li a{
  display: flex;
  justify-content: center;
  align-items: center;
}


.lp_contents .navigation_list li .nav_name {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.075em;
  color: var(--color-white);
}


/* FOLLOW NAV  */
.lp_contents .nav_follow {
  position: fixed;
  transform: translateY(100%);
  visibility: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
  background-color: var(--color-main);
}

.lp_contents .nav_follow.hidden {
  transition: all 0.6s 0.3s;
  visibility: visible;
  transform: translateY(0);
  z-index: 100;
}
.lp_contents .nav_follow.visible {
  transition: all 0.6s 0.3s;
  transform: translateY(100%);
  /* z-index: -2; */
}

/* ===================
  　　　Award TAB
=================== */
.lp_contents .award_area {
  margin: 6.3rem auto 0;
  width: 120rem;
}

.lp_contents .tab_area {
  width: 120rem;
  margin: 0 auto;
  border-bottom: 2px solid var(--color-main);
}

.lp_contents .tab_list {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  gap: 1rem;
}

.lp_contents .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: 6rem;
  background-color: transparent;
  cursor: pointer;
}

.lp_contents .tab.active {
  background-color: var(--color-main);
  color: var(--color-white);
}

.lp_contents .tab.active p {
  color: var(--color-white);
}

.lp_contents .tab p {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: var(--color-txt);
}

.lp_contents .panel {
  display: none;
}

.lp_contents .panel.active {
  display: block;
  animation: appear .5s ease-in;
}

@keyframes appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.lp_contents .award_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7rem 0 10rem;
  gap: 6rem;
}

.lp_contents .award_list .award_item:last-of-type {
  padding-bottom: 7rem;
}

.lp_contents .award_item:before {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  display: block;
  width: 120rem;
  height: 3rem;
}
.lp_contents .award_item:nth-of-type(odd):before {
  background: url(../img/decor01.png) no-repeat;
  background-size: 100%;
  content: "";
}
.lp_contents .award_item:nth-of-type(even):before {
  background: url(../img/decor02.png) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .award_item:last-of-type:before {
  content: none;
}

.lp_contents .item_pic {
  position: relative;
  width: 42rem;
  margin-left: -1.5rem;
  z-index: 3;
}

.lp_contents .item_pic:before {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  display: block;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  background-color: rgb(256, 256, 256,0.35);
  z-index: -1;
  content: "";
}

.lp_contents .item_pic:after {
  position: absolute;
  top: 4rem;
  left: -11rem;
  display: block;
  width: 9rem;
  height: 9rem;
  background: url(../img/icon_award_2024_2nd.png?241223) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .item_txt_group {
  width: 30.4rem;
}

.lp_contents .item_name {
  font-size: 2rem;
  line-height: 1.8;
  text-align: left;
  color: var(--color-txt);
  white-space: nowrap;
}

.lp_contents .item_var_name {
  color: var(--color-main);
}

.lp_contents .item_price {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1;
  text-align: left;
  color: var(--color-txt);
}

.lp_contents .btn.detail_btn{
  margin-top: 2.2rem;
}

.lp_contents .btn.detail_btn a,
.lp_contents .btn.sold {
  width: 22rem;
  padding: 1.1rem 0 1.1rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
  color: var(--color-white);
  background-color: var(--color-main);
  text-transform: uppercase;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.lp_contents .btn.sold {
  display: flex;
  justify-content: center;
  margin: 2.2rem 0 0;
}

.lp_contents .btn.detail_btn span {
  position: relative;
  margin-left: -1rem;
}

.lp_contents .btn.detail_btn span:before {
  position: absolute;
  top: 0.2rem;
  right: -3.6rem;
  display: block;
  width: 0.6rem;
  height: 1.2rem;
  background: url(../img/arrow.svg) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .btn.sold span:before {
  width: 0;
}

.lp_contents .award_record {
  margin-top: 3.2rem;
}

.lp_contents .award_record li {
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  line-height: 2.2;
  text-align: left;
  color: var(--color-txt2);
  padding-left: 1.6rem;
  letter-spacing: 0.125em;
  font-feature-settings: "palt";
  white-space: nowrap;
  text-indent: -1em;
  padding-left: 1em;
}

.lp_contents .award_record li .dot {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--color-main);
  content: "";
  margin-right: 1rem;
  vertical-align: 0.3rem;
  
}

.lp_contents .award_record li:last-of-type {
  margin-bottom: 0;
}

/* ===================
2025上半期 panel01
=================== */

.lp_contents .year2025_1st .item_pic:after {
  width: 9rem;
  height: 9rem;
  background: url(../img/icon_award_2025_1st.png?250612) no-repeat;
  background-size: 100%;
  content: "";
}


.lp_contents .year2025_1st .award_list .award_item:nth-of-type(1):before {
  content: none;
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(1) {
  padding: 7rem 0 7rem;
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(1) .item_txt_group {
  margin-top: 3.5rem;
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(2) .item_pic:after {
  width: 9rem;
  height: 13rem;
  background: url(../img/icon_award_2025_1st_02.png) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(2) .item_pic:before {
  content:none;
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(2) {
  padding: 0 0 10.5rem;
}


.lp_contents .year2025_1st .award_list .award_item:nth-of-type(2) .award_item_inner {
  display: block;
  width: 94rem;
  margin: 0 auto;
  padding: 4.2rem 0;
  border-radius: 4rem;
  background-color: rgb(256, 256, 256,0.35);
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(2) .award_item_detail_blk {
  width: 70rem;
  display: flex;
  justify-content: center;
  margin-left: 18rem;
  gap: 2rem;
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(2) .item_pic {
  width: 36rem;
  margin-left: -5rem;
  margin-top: .7rem;
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(2) .item_pic:after {
  top: 0.1rem;
  left: -8.8rem;
}

.lp_contents .year2025_1st .award_item:nth-of-type(even):before {
  background: url(../img/decor01.png) no-repeat;
  background-size: 100%;
}

.lp_contents .year2025_1st .award_item:nth-of-type(odd):before {
  background: url(../img/decor02.png) no-repeat;
  background-size: 100%;
}


/* ===================
2024下半期
=================== */
.lp_contents .year2024_2nd .award_list .award_item:nth-of-type(1) .item_txt_group {
  margin-top: 3.5rem;
}

.lp_contents .year2024_2nd .award_list .award_item:nth-of-type(2) {
  align-items: flex-start;
  padding-bottom: 9.5rem;
}


.lp_contents .year2024_2nd .award_list .award_item:nth-of-type(2) .item_txt_group {
  margin-top: 5.4rem;
}

/* ===================
2024上半期
=================== */
.lp_contents .year2024_1st .item_txt_group {
  margin-top: -.5rem;
}

.lp_contents .year2024_1st .item_pic:after {
  width: 9rem;
  height: 9rem;
  background: url(../img/icon_award_2024_1st.png) no-repeat;
  background-size: 100%;
  content: "";
}

/* ===================
2023下半期
=================== */
.lp_contents .year2023_2nd .item_pic:after {
  width: 9rem;
  height: 9rem;
  background: url(../img/icon_award_2023_2nd.png) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .year2023_2nd .item_txt_group {
  margin-top: -.5rem;
}

.lp_contents .year2023_2nd .award_list .award_item:nth-of-type(2) {
  align-items: flex-start;
}

.lp_contents .year2023_2nd .award_list .award_item:nth-of-type(2) .item_txt_group{
  margin-top: 5.2rem;
  margin-bottom: -.5rem;
}


/* ===================
2023上半期
=================== */
.lp_contents .year2023_1st .item_pic:after {
  width: 9rem;
  height: 24rem;
  background: url(../img/icon_award_2023_1st.png) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .year2023_1st .award_list .award_item:first-of-type {
  align-items: flex-start;
  padding-bottom: 9.6rem;
}

.lp_contents .year2023_1st .award_list .award_item:first-of-type .item_txt_group {
  margin-top: 5.3rem;
}

/*=======================================
               Responsive
========================================*/


/* only PC */

@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}



/*=======================================
                    PC
========================================*/

@media screen and (min-width: 769px) {

  #Wrap,
  .wrapBottom,
  .wrapTop,
  #Contents {
    width: 100%;
  }

  .lp_contents {
    overflow: hidden;
  }
}


/* only tablet */

@media screen and (min-width: 769px) and (max-width: 1400px) {

  html {
    font-size: calc(10 * (100vw / 1400));
  }

}

/*=======================================
                    SP
========================================*/


/* only SP */

@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .lp_contents {
    /* overflow: hidden; */
    overflow-x: clip;
    margin: 0 auto;
    font-size: calc(24 * (100vw / 780));
  }

  .lp_contents p {
    font-size: calc(24 * (100vw / 780));
  }


  .lp_contents a:hover,
  .lp_contents a:active,
  .lp_contents a:focus {
    opacity: 1;
  }

  .lp_contents_bg {
    height: 100vh;
  }

  .lp_contents_bg img {
    width: 100%;
    height: 100vh;
  }


  /* ===================
      Button Setting
  =================== */
  .lp_contents .btn {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
  }

  .lp_contents .btn a {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

/* ===================
  　　　 MV
=================== */
.lp_contents .mv_sec {
  padding-bottom: calc(100 * (100vw / 780));
}

.lp_contents .mv_pic {
  width: calc(612 * (100vw / 780));
  margin: 0 auto;
}

.lp_contents .mv_txt {
  margin-top: calc(40 * (100vw / 780));
  font-size: calc(28 * (100vw / 780));
}

/* NAV  */
.lp_contents .navigation_list {
  justify-content: flex-start;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lp_contents .navigation_list li {
  justify-content: flex-start;
  width: calc(195 * (100vw / 780));
  height: calc(86 * (100vw / 780));
  padding: 0 calc(15 * (100vw / 780));
  white-space: nowrap;
}

.lp_contents .navigation_list li:before {
  width: calc(2 * (100vw / 780));
  height: calc(50 * (100vw / 780));
  background-color: var(--color-white);
  content: "";
}

.lp_contents .navigation_list li .nav_name {
  font-size: calc(26 * (100vw / 780));
  text-align: center;
}

/* ===================
  　　　Award TAB
=================== */
.lp_contents .award_area {
  margin: calc(90 * (100vw / 780)) auto 0;
  width: 100%;
}

.lp_contents .tab_area {
  width: 100%;
  margin: 0 auto;
  border-bottom: calc(4 * (100vw / 780)) solid var(--color-main);
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lp_contents .tab_list {
  width: fit-content;
  margin: 0;
  justify-content: flex-start;
  gap: calc(0 * (100vw / 780));
  overflow-x: scroll;

}

.lp_contents .tab {
  width: calc(180 * (100vw / 780));
  height: calc(156 * (100vw / 780));
}

.lp_contents .tab p {
  margin-top: calc(-10*(100vw / 780));
  font-size: calc(32 * (100vw / 780));
  line-height: 1.8;
}

.lp_contents .panel_area {
  width: 100%;
}

.lp_contents .award_item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: calc(105 * (100vw / 780)) 0 calc(135 * (100vw / 780));
  gap: calc(57 * (100vw / 780));
}

.lp_contents .award_list .award_item:last-of-type {
  padding-bottom: calc(100 * (100vw / 780));
}

.lp_contents .award_item:before {
  width: calc(780 * (100vw / 780));
  height: calc(40 * (100vw / 780));
}

.lp_contents .award_item:nth-of-type(odd):before {
  background: url(../img/decor01_sp.png) no-repeat;
  background-size: 100%;
  content: "";
}
.lp_contents .award_item:nth-of-type(even):before {
  background: url(../img/decor02_sp.png) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .award_item:last-of-type:before {
  content: none;
}

.lp_contents .item_pic {
  width: calc(630 * (100vw / 780));
  margin-left: calc(90 * (100vw / 780));
}

.lp_contents .item_pic:before {
  width: calc(630 * (100vw / 780));
  height: calc(630 * (100vw / 780));
  border-radius: 50%;
  background-color: rgb(256, 256, 256,0.35);
  z-index: -1;
  content: "";
}

.lp_contents .item_pic:after {
  top: calc(-4 * (100vw / 780));
  left: calc(-103 * (100vw / 780));
  display: block;
  width: calc(140 * (100vw / 780));
  height: calc(140 * (100vw / 780));
  background: url(../img/icon_award_2024_2nd.png?241223) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .item_txt_group {
  width: calc(780 * (100vw / 780));
}

.lp_contents .item_name {
  font-size: calc(36 * (100vw / 780));
  text-align: center;
}

.lp_contents .item_price {
  margin-top: calc(20 * (100vw / 780));
  font-size: calc(28 * (100vw / 780));
  text-align: center;
}

.lp_contents .btn.detail_btn{
  margin-top: calc(40 * (100vw / 780));
}

.lp_contents .btn.detail_btn a, 
.lp_contents .btn.sold {
  width: calc(440 * (100vw / 780));
  margin: 0 auto;
  padding: calc(23 * (100vw / 780)) 0 calc(24 * (100vw / 780));
  font-size: calc(28 * (100vw / 780));
}

.lp_contents .btn.sold {
  margin: calc(40 * (100vw / 780)) auto 0;
}

.lp_contents .btn.detail_btn span {
  position: relative;
  margin-left: calc(0 * (100vw / 780))
}

.lp_contents .btn.detail_btn span:before {
  top: calc(0*(100vw / 780));
  right: calc(-64*(100vw / 780));
  width: calc(15*(100vw / 780));
  height: calc(40*(100vw / 780));
  background: url(../img/arrow.svg) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .btn.sold span:before {
  width: 0;
}

.lp_contents .award_record {
  margin-top: calc(65 * (100vw / 780))
}

.lp_contents .award_record li {
  position: relative;
  width: fit-content;
  margin: 0 auto calc(15*(100vw / 780));
  font-size: calc(24*(100vw / 780));
  padding-left: calc(0*(100vw / 780));
  text-align: center;
  letter-spacing: 0.125em;
  text-indent: 0;
  padding-left: 0;
  
}

.lp_contents .award_record li .dot {
  width: calc(12*(100vw / 780));
  height: calc(12*(100vw / 780));
  content: "";
  margin-right: calc(16 * (100vw / 780));
  vertical-align: calc(5 * (100vw / 780));
}
/* ===================
2025上半期
=================== */
.lp_contents .year2025_1st .item_pic:after {
  width: calc(140*(100vw / 780));
  height: calc(140*(100vw / 780));
  background: url(../img/icon_award_2025_1st.png) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(1) {
  padding: calc(100*(100vw / 780)) 0 calc(90*(100vw / 780));
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(1) .item_txt_group {
  margin-top: calc(0*(100vw / 780));
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(1) .item_pic {
  width: calc(640*(100vw / 780));
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(2) .item_pic:after {
  width: calc(140*(100vw / 780));
  height: calc(202*(100vw / 780));
  background: url(../img/icon_award_2025_1st_02.png) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(2) {
  padding: 0 0 calc(140*(100vw / 780));
}


.lp_contents .year2025_1st .award_list .award_item:nth-of-type(2) .award_item_inner {
  display: block;
  width: calc(720*(100vw / 780));
  margin: 0 auto;
  padding:calc(60*(100vw / 780)) 0 calc(70*(100vw / 780));
  border-radius: calc(80*(100vw / 780));
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(2) .award_item_detail_blk {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  gap: calc(42 * (100vw / 780));
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(2) .item_pic {
  width: calc(540*(100vw / 780));
  margin-left: calc(170*(100vw / 780));
  margin-top: calc(0*(100vw / 780));
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(2) .item_pic:after {
  top: calc(100 * (100vw / 780));
  left: calc(-130 * (100vw / 780));
}

.lp_contents .year2025_1st .award_list .award_item:nth-of-type(2) .item_txt_group {
  width: 100%;
}

.lp_contents .year2025_1st .award_item:nth-of-type(even):before {
  background: url(../img/decor01_sp.png) no-repeat;
  background-size: 100%;
}

.lp_contents .year2025_1st .award_item:nth-of-type(odd):before {
  background: url(../img/decor02_sp.png) no-repeat;
  background-size: 100%;
}

/* ===================
2024下半期
=================== */
.lp_contents .year2024_2nd .award_list .award_item:nth-of-type(1) .item_txt_group {
  margin-top: calc(0 * (100vw / 780));
}

.lp_contents .year2024_2nd .award_list .award_item:nth-of-type(2) {
  align-items: center;
  padding-bottom: calc(135 * (100vw / 780));
}


.lp_contents .year2024_2nd .award_list .award_item:nth-of-type(2) .item_txt_group {
  margin-top: calc(0 * (100vw / 780));
}

/* ===================
2024上半期
=================== */
.lp_contents .year2024_1st .item_txt_group {
  margin-top: calc(0 * (100vw / 780));
}

.lp_contents .year2024_1st .item_pic {
  margin-left: calc(100*(100vw / 780));
}

.lp_contents .year2024_1st .item_pic:after {
  width: calc(140 * (100vw / 780));
  height: calc(140 * (100vw / 780));
  background: url(../img/icon_award_2024_1st.png?241223) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .year2024_1st .award_list .award_item:last-of-type .award_record li:before {
  left: calc(103*(100vw / 780));
}

/* ===================
2023下半期
=================== */
.lp_contents .year2023_2nd .item_pic:after {
  width: calc(140 * (100vw / 780));
  height: calc(140 * (100vw / 780));
  background: url(../img/icon_award_2023_2nd.png) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .year2023_2nd .item_txt_group {
  margin-top: calc(0 * (100vw / 780));
}

.lp_contents .year2023_2nd .award_list .award_item:nth-of-type(2) {
  align-items: center;
}

.lp_contents .year2023_2nd .award_list .award_item:nth-of-type(2) .item_txt_group{
  margin-top: calc(0 * (100vw / 780));
  margin-bottom: calc(0 * (100vw / 780));
}

.lp_contents .year2023_2nd .award_list .award_item:nth-of-type(5) .item_txt_group .award_record li:before {
  left: calc(12*(100vw / 780));
}

/* ===================
2023上半期
=================== */
.lp_contents .year2023_1st .item_pic:after {
  width: calc(140 * (100vw / 780));
  height: calc(362 * (100vw / 780));
  background: url(../img/icon_award_2023_1st_sp.png?250109) no-repeat;
  background-size: 100%;
  content: "";
}

.lp_contents .year2023_1st .award_list .award_item:first-of-type .item_txt_group {
  margin-top: 0;
}

.lp_contents .year2023_1st .award_list .award_item:first-of-type {
  align-items: center;
  padding-bottom: calc(100 * (100vw / 780));
}

.lp_contents .year2023_1st .award_list .award_item:first-of-type .award_record li:last-of-type:before {
  left: calc(50*(100vw / 780));
}



}
