@charset "UTF-8";

:root {
  --font-lp_base: pragmatica, "Noto Sans JP","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  --font-lp_sans-serif: "classico-urw", sans-serif;
  --font-lp_en: "itc-avant-garde-gothic-pro", sans-serif;
  --font-lp_mincho: "Cormorant Infant","Zen Old Mincho", serif;
  --color-lp_bg: #DEEAFF;
  --color-lp_active_bg: #FFFFF2;
  --color-lp_point_bg: #FFFFF2;
  --color-lp_font: #182946;
  --color-lp_font_sub: #4B6BA3;
  --color-lp_primary: #FDFFE6;
  --color-lp_secondary: #7890BB;
}

/*--------------------------------
                canvas
 --------------------------------*/

html,
body {
  height: 100%;
}

#canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}

body.o-start #canvas {
  cursor: none;
}

.dg, .ac {
    display: none;
}


/*--------------------------------
            CSS Animation
 --------------------------------*/

/*------------ Fade In ------------*/
#lp_contents .fadeIn {
  opacity: 0;
  transition: 2s;
}

#lp_contents .fadeIn.is-show {
  opacity: 1;
}

#lp_contents .fadeInUp {
  opacity: 0;
  transform: translate(0, 5rem);
  transition: 2s;
}

#lp_contents .fadeInUp.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

#lp_contents .delay1{
  transition-delay: 0.25s;
}
#lp_contents .delay2{
  transition-delay: 0.5s;
}
#lp_contents .delay3{
  transition-delay: 0.75s;
}
#lp_contents .delay4{
  transition-delay: 1s;
}

#lp_contents .zoom{
  overflow: hidden;
}

#lp_contents .zoom img{
  opacity: 0;
  transition: all 2s;
  transform: scale(1.2);
  filter: blur(5px);
}

#lp_contents .zoom.is-show img{
  opacity: 1;
  transform: scale(1.0);
  filter: blur(0);
}

/*------------ modal ------------*/
body.no_scroll {
  height: 100vh;
  overflow: hidden;
}

#lp_contents .modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#lp_contents .modal__bg{
  height: 100vh;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  filter: drop-shadow(
    0 0 0 rgba(0, 0, 0, 0.3)
  );
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

#lp_contents .modal__content{
  background: var(--color-lp_point_bg);
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1001;
  max-height: 90svh;
  overflow-y: scroll;
  border-radius: 1rem;
  padding: 4rem 6rem;
  width: 102rem;
}

#lp_contents .close-btn{
  position: sticky;
  height: 0;
  top: 2rem;
  right: 2rem;
  z-index: 100;
}

#lp_contents .close-btn span{
  position: absolute;
  display: block;
  width: 3rem;
  aspect-ratio: 1/1;
  top: -4.5rem;
  right: -4.5rem;
}

#lp_contents #modal-judge .close-btn span{
  right: -1.5rem;
}

#lp_contents .close-btn span:before,
#lp_contents .close-btn span:after{
  content: '';
  width: 3rem;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


#lp_contents #modal-special_kit .close-btn span:before,
#lp_contents #modal-special_kit .close-btn span:after {
  background-color: #fff;
}

#lp_contents .close-btn span:after{
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  #lp_contents .modal__content{
    width: 38.6rem;
    padding: 4.2rem 3rem 3rem;
  }

  #lp_contents #modal-judge .modal__content {
    padding: 3.2rem 3rem 3rem;
  }

  #lp_contents #modal-judge .close-btn span {
    top: -4rem;
    right: -1.8rem;
  }

  #lp_contents .close-btn span{
    top: -5.2rem;
    right: -2.2rem;
  }
}


/*------------ tab_container ------------*/
#lp_contents .js-tab-menu__item:hover,
#lp_contents .anchor:hover {
  cursor: pointer;
}

#lp_contents .js-tab-content__item {
  overflow: hidden;
  height: 0;
  opacity: 0;
}

#lp_contents .js-tab-content__item.is-active {
  overflow: visible;
  height: fit-content;
  opacity: 1;
  transition: opacity .4s ease-in-out;
}


/*------------ follow ------------*/
#lp_contents .follow{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  transition: all 0.5s;
  transform: translateY(100%);
}

#lp_contents .follow.fixed{
  transform: translateY(0%);
}

#lp_contents .follow.none{
  transform: translateY(100%);
}

#lp_contents .follow_2{
  opacity: 0;
  transition: all 0.5s;
  z-index: 100;
}

#lp_contents .follow_2.fixed{
  opacity: 1;
}

#lp_contents .follow_2.none{
  opacity: 0;
}


/*--------------------------------
                共 通
 --------------------------------*/

main,#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
  max-width: 100%;
}

#lp_contents *{
  box-sizing: border-box;
}

#lp_contents{
  font-family: YakuHanJP_Narrow , var(--font-lp_base);
/*font-feature-settings: "palt";*/
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: justify;

  color: var(--color-lp_font);
  background-color: var(--color-lp_bg);
  position: relative;
  /*overflow: hidden;*/
}
#lp_contents:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;height: auto;}
#lp_contents a{display: block;width: 100%;cursor: pointer;transition: all 0.5s;color: inherit;}
#lp_contents a:hover{opacity: .8}
#lp_contents ul li,#lp_contents ol li{list-style: none;}
#lp_contents h1,#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: normal;}
#lp_contents p {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: .05em;
}
#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}
#lp_contents small.note{
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
#lp_contents p small.note{
  margin-top: 0;
}
#lp_contents section{
  position: relative;
  z-index: 2;
}

#lp_contents .ttl_text{
  width: fit-content;
  position: relative;
  font-size: 2.2rem;
  font-family: var(--font-lp_en);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 auto 1.6rem;
}

#lp_contents .ttl_text:before,
#lp_contents .ttl_text:after{
  content: '';
  display: block;
  background-color: var(--color-lp_font);
  mask-image: url(../img/star.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  width: 1.5rem;
  height: 1.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#lp_contents .ttl_text:before{
  left: -3rem;
}

#lp_contents .ttl_text:after{
  right: -3rem;
}

#lp_contents .link_btn{
  width: 25rem;
  height: 4rem;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-lp_sans-serif);
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: linear-gradient(45deg, #C7A853 0%, #E5CE8E 22.66%, #F8ECC9 48.28%, #E5CE8E 80.3%, #C7A853 100%);
  margin: auto;
}

#lp_contents .tab-content .link_btn {
  font-size: 2rem;
  width: 24rem;
  height: 3.8rem;
}

#lp_contents .plus{
  width: 1rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
}

 #lp_contents .plus:before,
 #lp_contents .plus:after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

 #lp_contents .plus:after{
  transform: rotate(90deg);
}

#lp_contents .img_blk{
  overflow: hidden;
  border-radius: 1rem;
}


/* nav
==================================*/

#lp_contents .nav_list{
  text-align: center;
  width: 100%;
  background-color: var(--color-lp_primary);
  margin: 7rem auto 0;
}

#lp_contents .nav_list ul{
  width: 120rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

#lp_contents .nav_list li{
  position: relative;
  transition: all .4s ease;
  flex: 1;
  font-family: var(--font-lp_sans-serif);
  color: var(--color-lp_secondary);
}

#lp_contents .nav_list li:hover {
  background-color: #FBFFC9;
}


#lp_contents .nav_list li a {
  padding: 1.6rem 0;
}

#lp_contents .nav_list li p{
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.025em;
}

#lp_contents .nav_list li small {
  font-size: 1.7rem;
}

#lp_contents .nav_list li:before{
  content: '';
  width: 1px;
  height: 2rem;
  background-color: var(--color-lp_bg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#lp_contents .nav_list li:last-child:after{
  content: '';
  width: 1px;
  height: 2rem;
  background-color: var(--color-lp_bg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#lp_contents .nav_kit{
  width: 11rem;
  height: 11rem;
  letter-spacing: 0.025em;
  position: fixed;
  right: 12.3rem;
  left: auto;
  bottom: 8rem;
}


/* sec_mv
==================================*/

#lp_contents .sec_mv{
  padding-top: 5rem;
  font-family: "itc-avant-garde-gothic-pro","Noto Sans JP","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  text-align: center;
}

#lp_contents .sec_mv h1 {
  margin-inline: auto;
  margin-bottom: 4.3rem;
  width: 130rem;
}

#lp_contents .sec_mv .head {
  margin-bottom: 2rem;
  font-size: 1.9rem;
  letter-spacing: .1em;
}

#lp_contents .sec_mv .title {
  margin-bottom: 2.6rem;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.34;
}

#lp_contents .sec_mv .lead{
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: .1em;
  margin: 0 auto 4.6rem;
}

#lp_contents .judge_list {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}

#lp_contents .judge_person {
  width: 14.8rem;
}

#lp_contents .sec_mv .staff_text{
  margin-top: .9rem;
  margin-bottom: .4rem;
  color: var(--color-lp_font_sub);
  font-size: 1.4rem;
  line-height: 1.2;
}

#lp_contents .sec_mv .name{
  color: var(--color-lp_font_sub);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

#lp_contents .sec_mv .name small {
  font-size: 1.3rem;
}

#lp_contents .sec_mv .award_list{
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 1;
}

#lp_contents .sec_mv .award_list a {
  display: inline-block;
  transition: all .4s ease;
  text-decoration: underline;
  text-underline-offset: 2px;
  width: fit-content;
}

#lp_contents .sec_mv .award_list a:hover {
  color: var(--color-lp_font_sub);
}

#lp_contents .sec_mv .award_list .arrow{
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  width: 0.4rem;
  height: 0.8rem;
}

#lp_contents .sec_mv .award_list .arrow:before{
  content: '';
  transition: all .4s ease;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid var(--color-lp_font);
  border-right: 1px solid var(--color-lp_font);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#lp_contents .sec_mv .award_list a:hover .arrow:before {
  border-top: 1px solid var(--color-lp_font_sub);
  border-right: 1px solid var(--color-lp_font_sub);
}


/* sec_award
==================================*/

#lp_contents .sec_award{
  /* width: 100rem; */
  margin: 12rem auto 0;
  padding-top: 8rem;
}

#lp_contents .sec_award .first_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.6rem 4.2rem;
}

#lp_contents .sec_award .cate_wrap:not(:last-child){
  margin-bottom: 10rem;
}

/*------------ ttl_wrap ------------*/
#lp_contents .sec_award .ttl_wrap{
  position: relative;
  text-align: center;
  margin: 0 auto 5rem;
}

#lp_contents .sec_award.sec_grand_prize .ttl_wrap .ttl_eng{
  font-size: 8.2rem;
}

#lp_contents .sec_award .ttl_wrap .ttl_eng{
  color: var(--color-lp_primary);
  font-family: var(--font-lp_sans-serif);
  font-size: 7.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  position: absolute;
  top: -6.8rem;
  left: 0;
  right: 0;
  margin: auto;
  transition-duration: 1.5s;
  transition-delay: 1s;
}

#lp_contents .sec_award.is-show .ttl_wrap .ttl_eng{
  opacity: 0.36;
  color: #fff;
}

#lp_contents .sec_award .ttl_wrap h2{
  position: relative;
  width: fit-content;
  height: 4rem;
  margin: auto;
  transition-duration: 1.5s;
  transition-delay: .6s;
}

#lp_contents .sec_award .ttl_wrap h2 img {
  width: auto;
  height: 100%;
}

#lp_contents .sec_award .ttl_wrap h2:before,
#lp_contents .sec_award .ttl_wrap h2:after{
  content: '';
  width: 1.5rem;
  height: 5rem;
  display: block;
  background-image: url(../img/parentheses.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#lp_contents .sec_award.sec_special .ttl_wrap h2:before,
#lp_contents .sec_award.sec_special .ttl_wrap h2:after{
  background-image: none;
  mask-image: url(../img/parentheses.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
}

#lp_contents .sec_award .ttl_wrap h2:before{
  left: -3.5rem;
}

#lp_contents .sec_award .ttl_wrap h2:after{
  right: -3.5rem;
  transform: scale(-1, 1);
}

#lp_contents .sec_award .ttl_wrap .lead{
  font-family: var(--font-lp_mincho);
  font-size: 2.8rem;
  margin-top: 3rem;
}

#lp_contents .sec_award .ttl_wrap .cate_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin: 3rem auto 0;
  transition-duration: 1.5s;
  transition-delay: 1s;
}

#lp_contents .sec_award .ttl_wrap .cate_list li{
  transition: all .4s ease;
  background-color: #fff;
  border: 1px solid var(--color-lp_secondary);
  border-radius: 10rem;
  color: var(--color-lp_secondary);
  font-size: 1.6rem;
  line-height: 1;
}

#lp_contents .sec_award .ttl_wrap .cate_list li:hover {
  background-color: var(--color-lp_point_bg);
}

#lp_contents .sec_award .ttl_wrap .cate_list li a{
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 1.3rem 0.7rem 1.9rem;
}

#lp_contents .sec_award .ttl_wrap .cate_list li a:after{
  content: '';
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/*------------ cate_ttl_wrap ------------*/
#lp_contents .sec_award .cate_ttl_wrap{
  margin: 0 auto 5rem;
  width: 100rem;
}

#lp_contents .sec_award .cate_ttl_wrap .line{
  display: block;
  position: relative;
  margin: 0 auto 3rem;
}

#lp_contents .sec_award.sec_special .line {
  display: block;
  position: relative;
  margin: 4rem auto;
  width: 100rem;
}

#lp_contents .sec_award .cate_ttl_wrap .line img{
  display: block;
  margin: auto;
  width: 1.5rem;
  height: 1.7rem;
}

#lp_contents .sec_award.sec_special .line img{
  display: block;
  margin: auto;
  width: 1.5rem;
  height: 1.7rem;
}

#lp_contents .sec_award .cate_ttl_wrap .line:before,
#lp_contents .sec_award .cate_ttl_wrap .line:after{
  content: '';
  height: 1px;
  background-image : linear-gradient(to right, var(--color-lp_secondary) 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#lp_contents .sec_award.sec_special .line:before,
#lp_contents .sec_award.sec_special .line:after {
  content: '';
  height: 1px;
  background-image : linear-gradient(to right, #fff 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#lp_contents .sec_award .cate_ttl_wrap .line:before,
#lp_contents .sec_award.sec_special .line:before {
  left: 0;
  width: calc(50% - 1rem);
}

#lp_contents .sec_award .cate_ttl_wrap .line:after,
#lp_contents .sec_award.sec_special .line:after {
  right: 0;
  width: calc(50% - 1rem);
}

#lp_contents .sec_award .cate_ttl_wrap .cate{
  text-align: center;
  font-family: var(--font-lp_mincho);
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1;
}

#lp_contents .sec_award .cate_ttl_wrap .cate .small {
  font-size: 3.3rem;
}

#lp_contents .sec_award .cate_ttl_wrap .cate small{
  display: block;
  margin-bottom: 1.5rem;
  color: var(--color-lp_secondary);
  font-family: var(--font-lp_sans-serif);
  font-size: 2.6rem;
  font-weight: 500;
}

/*------------ img_wrap ------------*/
#lp_contents .sec_award .img_wrap{
  position: relative;
  display: flex;
  align-items: center;
  width: 48rem;
  border-radius: 1.8rem;
  padding: 2.8rem;
  background-color: #fff;
}

#lp_contents .sec_award .img_wrap.full{
  padding: 0;
}

#lp_contents .sec_award .img_wrap.full a,
#lp_contents .sec_award .img_wrap.full .img_blk{
  width: 100%;
  height: 100%;
}

#lp_contents .sec_award .img_wrap img{
  border-radius: 1rem;
}

#lp_contents .sec_award .img_wrap.full a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#lp_contents .sec_award .emblem{
  width: 12rem;
  position: absolute;
  top: 6rem;
  left: -2.5rem;
  z-index: 2;
}

#lp_contents .sec_award .rank{
  width: 7rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-lp_sans-serif);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: -1rem;
  left: -1rem;
  color: #fff;
  padding-top: 0.5rem;
  z-index: 2;
}

#lp_contents .sec_award .rank1{
  width: 8rem;
  background-color: #BC9D4A;
  font-size: 1.3rem;
}

#lp_contents .sec_award .rank2{
  background-color: #909090;
}

#lp_contents .sec_award .rank3{
  background-color: #654900;
}

#lp_contents .sec_award .rank big{
  display: block;
  font-size: 3.5rem;
  margin-top: -0.3rem;
}

#lp_contents .sec_award .rank1 big{
  font-size: 4.5rem;
  font-weight: normal;
}

#lp_contents .sec_award .rank:before{
  content: '';
  width: calc(100% - 0.8rem);
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px dotted #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.7;
}

/*------------ text_wrap ------------*/
#lp_contents .sec_award .text_wrap{
  text-align: center;
  width: 49.4rem;
}

#lp_contents .sec_award .item_lead{
  margin-top: .6rem;
  margin-bottom: 1.8rem;
  font-family: var(--font-lp_mincho);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.6;
}

#lp_contents .sec_award .item_lead .note {
  font-size: 1.4rem;
}

#lp_contents .sec_award .first_item .item_detail {
  margin-bottom: 1.6rem;
}

#lp_contents .sec_award .brand_name{
  color: var(--color-lp_secondary);
  font-family: var(--font-lp_sans-serif);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 1rem;
}

#lp_contents .sec_award .item_name{
  margin-bottom: 1rem;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.3;
}

#lp_contents .sec_award .price{
  font-size: 2rem;
  line-height: 1;
  margin-top: 0.6rem;
}

#lp_contents .sec_award .price .yen{
  font-size: 1.9rem;
}

#lp_contents .sec_award .price .tax{
  font-size: 1.4rem;
}

#lp_contents .sec_award .text_wrap .cmnt_wrap{
  margin: 3.6rem auto 0;
  padding: 3rem 2.7rem 2.4rem;
}

#lp_contents .sec_award .text_wrap .cmnt_wrap .cmnt_blk{
  width: 100%;
}

/*------------ cmnt_wrap ------------*/
#lp_contents .cmnt_wrap{
  position: relative;
  max-width: 100rem;
  width: 100%;
  background-color: var(--color-lp_point_bg);
  border-radius: 1rem 1rem 1rem 0;
  text-align: justify;
  z-index: 0;
}

#lp_contents .cmnt_wrap ul{
  display: flex;
}

#lp_contents .cmnt_wrap li{
  position: relative;
  display: flex;
  gap: 1rem;
}


/*--------------------------------
            Layout  PC
 --------------------------------*/
@media (min-width: 768px) {
  #lp_contents #modal-judge .all_cmnt_wrap ul {
    display: grid;
    grid-template-columns: 45rem 47rem;
  }

  #lp_contents .zoom.is-show img:hover{
    transform: scale(1.1);
  }

  #lp_contents .sec_award.sec_bodyhair .ttl_wrap + .cate_wrap .first_item {
    align-items: center;
  }

  #lp_contents .tab-menu__item.is-active {
    background: linear-gradient(180deg, #fff 86%, var(--color-lp_active_bg) 86%);
  }

  #lp_contents #modal-judge .modal__content {
    padding: 3.8rem 3rem 5rem;
    width: 100rem;
  }

  #lp_contents .sec_grand_prize .cmnt_wrap {
    border-radius: 1rem;
  }

  #lp_contents .sec_grand_prize .cmnt_wrap .cmnt_blk,
  #lp_contents .sec_bodyhair .first_item + .cmnt_wrap:not(.tab_container .cmnt_wrap) .cmnt_blk{
    width: 21.1rem;
  }

  #lp_contents .sec_grand_prize .cmnt_wrap li:nth-child(n+2),
  #lp_contents .sec_bodyhair .ttl_wrap + .cate_wrap .cmnt_wrap:not(.tab_container .cmnt_wrap) li:nth-child(n+2) {
    padding-left: 2.1rem;
    margin-left: 2.1rem;
  }

  #lp_contents #modal-judge .cmnt_wrap li:nth-child(2){
    padding-left: 2rem;
  }

  #lp_contents #modal-judge .cmnt_wrap li:nth-child(3){
    padding-top: 2.1rem;
    margin-top: 2.1rem;
  }

  #lp_contents .cmnt_wrap li::before,
  #lp_contents .cmnt_wrap li::after{
    content: '';
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
  }

  #lp_contents .sec_grand_prize .cmnt_wrap li:nth-child(n+2)::after,
  #lp_contents .sec_bodyhair .ttl_wrap + .cate_wrap .cmnt_wrap:not(.tab_container .cmnt_wrap) li:nth-child(n+2)::after{
    content: '';
    width: 1px;
    height: 14.6rem;
    background-image: url(../img/dot.svg);
    background-size: 1px 1px;
    background-repeat: repeat-y;
    background-position: left top;
  }

  #lp_contents .tab-content .all_cmnt_wrap.wide {
    margin: auto;
    max-width: 68rem;
  }

  #lp_contents #modal-judge .cmnt_wrap li:nth-child(2):after {
    content: '';
    width: 1px;
    height: 14.6rem;
    background-image: url(../img/dot.svg);
    background-size: 1px 1px;
    background-repeat: repeat-y;
    background-position: left top;
  }

  #lp_contents #modal-judge .cmnt_wrap li:nth-child(3):after {
    content: '';
    left: 2rem;
    margin: 0;
    width: 43.4rem;
    height: 1px;
    background-image: url(../img/dot.svg);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: left top;
  }

  #lp_contents #modal-judge .cmnt_wrap .cmnt_blk{
    width: 37.6rem;
  }

  #lp_contents .sec_award:not(.sec_grand_prize) .cmnt_wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    background-image: url(../img/corners2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }

  #lp_contents .tab-menu__item.full .img_blk {
    margin: 0 .5rem 1rem;
  }
}


#lp_contents .cmnt_wrap .img_blk{
  width: 6.4rem;
  height: fit-content;
  min-width: 6.4rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
}

#lp_contents #modal-judge .cmnt_wrap .cmnt_blk .name {
  font-size: 1.8rem;
}

#lp_contents .cmnt_wrap .cmnt_blk .name{
  color: var(--color-lp_secondary);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

#lp_contents .cmnt_wrap .cmnt_blk .name .small{
  font-size: 1.5rem;
}

#lp_contents .cmnt_wrap .cmnt_blk .name small{
  display: inline-block;
  margin-right: .8rem;
  font-size: 1.3rem;
}

#lp_contents .cmnt_wrap .cmnt_blk .name + p {
  letter-spacing: 0;
}

#lp_contents .cmnt_wrap .cmnt_btn{
  position: relative;
  width: 22rem;
  height: 3.4rem;
  color: #fff;
  background-color: var(--color-lp_secondary);
  border-radius: 10rem;
  font-size: 1.3rem;
  line-height: 1;
  margin: 1.6rem auto 0;
  padding-top: .3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lp_contents .judge .cmnt_btn{
  position: relative;
  width: 20rem;
  height: 4.7rem;
  color: #fff;
  background-color: var(--color-lp_secondary);
  border-radius: 50px;
  font-size: 1.6rem;
  line-height: 1;
  margin: 2.4rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lp_contents .cmnt_wrap .cmnt_inner{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4.6rem;
}

#lp_contents .UnequallySpaced .cmnt_wrap .cmnt_inner {
  display: grid;
  grid-template-columns: 35rem 51.4rem;
}

/*------------ all_cmnt_wrap ------------*/
#lp_contents .all_cmnt_wrap ul{
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem 0;
  justify-content: space-between;
}

#lp_contents #modal-judge .all_cmnt_wrap ul {
  gap: 0;
  justify-content: space-between;
}

#lp_contents .all_cmnt_wrap li:before,
#lp_contents .all_cmnt_wrap li:after{
  content: none;
}

#lp_contents #modal-judge .all_cmnt_wrap .img_blk{
  width: 6.4rem;
  min-width: 6.4rem;
}

#lp_contents .all_cmnt_wrap .img_blk {}

#lp_contents .all_cmnt_wrap .cmnt_blk .name{
  font-size: 1.5rem;
}

#lp_contents .all_cmnt_wrap .cmnt_blk .name small{
  display: inline-block;
  margin-right: 0.8rem;
}

#lp_contents .all_cmnt_wrap .staff_blk,
#lp_contents .all_cmnt_wrap .user_blk{
  flex: 1;
}

#lp_contents .all_cmnt_wrap .user_blk .name{
  font-family: var(--font-lp_base);
  font-size: 1.3rem;
  text-align: right;
  color: var(--color-lp_secondary);
  margin-top: 0.4rem;
  margin-bottom: 0;
}

#lp_contents .all_cmnt_wrap .sub-ttl{
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

#lp_contents .all_cmnt_wrap .sub-ttl:before{
  content: '';
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #172946 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#lp_contents .all_cmnt_wrap .sub-ttl span{
  padding: 0 1rem;
  background-color: var(--color-lp_active_bg);
  position: relative;
  z-index: 2;
  font-family: var(--font-lp_en);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}

/*------------ tab_container ------------*/
#lp_contents .tab_container {
  width: 100rem;
  margin: 4.2rem auto 0;
}

#lp_contents .tab_container .item_detail{
  position: relative;
  margin: 1rem 0 3rem;
  text-align: center;
  grid-column: 2 / 4;
  grid-row: 1 / 2;
  min-height: 10.6rem;
  z-index: 0;
}

#lp_contents .tab_container .item_lead{
  text-align: center;
}

#lp_contents .tab_container .brand_name{
  font-size: 1.9rem;
  font-weight: 500;
}

#lp_contents .tab_container .item_name{
  font-size: 1.9rem;
  line-height: 1.33;
}

#lp_contents .tab_container .price{
  font-size: 1.8rem;
  margin-top: 1rem;
}

#lp_contents .tab_container .yen{
  font-size: 1.7rem;
}

#lp_contents .tab_container .tax{
  font-size: 1.2rem;
}

#lp_contents .tab_container .btn_blk{
  display: flex;
  justify-content: center;
  gap: 2rem;
}

#lp_contents .tab_container .btn_blk a{
  margin: 0;
}

#lp_contents .tab_container .anchor{
  width: 24rem;
  height: 3.8rem;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-lp_font);
  border: 1px solid var(--color-lp_font);
  background-color: #fff;
  position: relative;
  padding-top: 0.4rem;
}

#lp_contents .tab_container .plus:before,
#lp_contents .tab_container .plus:after{
  background-color: var(--color-lp_font);
}

#lp_contents .tab-menu {
  display: flex;
  gap: 4rem;
}

#lp_contents .tab-menu__item {
  display: grid;
  align-items: center;
  grid-template-columns: 14rem 3.6rem 28.4rem;
  position: relative;
  flex: 1;
  height: fit-content;
  background-color: #fff;
  padding: 1rem 1rem 0;
  border-radius: 1.6rem;
  text-align: center;
}

#lp_contents .tab-menu__item.is-active{
  padding-bottom: 2.6rem;
  border-radius: 1rem 1rem 0 0;
}

#lp_contents .tab-menu__item .item_detail:after{
  content: '';
  position: absolute;
  margin: auto;
  bottom: -3.2rem;
  left: 0;
  right: 0;
  width: 1.45rem;
  height: .7rem;
  background-image: url(../img/arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

#lp_contents .tab-menu__item.is-active:before{
  transform: rotate(135deg);
}

#lp_contents .tab-menu__item.is-active:after{
  content: '';
  width: 2rem;
  height: 2rem;
  background-image: url(../img/corners.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
}

#lp_contents .tab-menu__item:nth-of-type(1).is-active:after{
  right: -2rem;
}

#lp_contents .tab-menu__item:nth-of-type(2).is-active:after{
  left: -2rem;
  transform: scale(-1,1);
}

#lp_contents .tab-menu__item .img_blk{
  border-radius: .6rem;
  overflow: hidden;
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}

#lp_contents .tab-content__item{
  display: grid;
  gap: 1.6rem;
  padding: 3.8rem 4.5rem 2.8rem;
  background-color: var(--color-lp_active_bg);
  border-radius: 0 1rem 1rem 1rem;
}

#lp_contents .js-tab-content__item:nth-of-type(2) .tab-content__item{
  border-radius: 1rem 0 1rem 1rem;
}


/*------------ grand_prize ------------*/
#lp_contents .sec_grand_prize{
  margin: 15rem auto 0;
}

#lp_contents .sec_grand_prize .first_item{
  align-items: center;
}

#lp_contents .sec_grand_prize .ttl_wrap .lead{
  font-size: 3.6rem;
  transition-duration: 1.5s;
  transition-delay: 1s;
}

#lp_contents .sec_grand_prize .cmnt_wrap,
#lp_contents .sec_bodyhair .first_item + .cmnt_wrap:not(.tab_container .cmnt_wrap){
  margin: 2.6rem auto 0;
  padding: 3.8rem 3rem 3rem;
}

#lp_contents .sec_grand_prize .emblem{
  top: -5rem;
}

/*------------ sec_special ------------*/
#lp_contents .sec_award.sec_special {
  padding-top: 14rem;
  padding-bottom: 12rem;
  background-color: rgba(100, 126, 173, .72);
  border-radius: 0;
  color: #fff;
  pointer-events: none;
  width: 100%;
}

#lp_contents #modal-special_kit .sec_award.sec_special {
  background-color: rgba(100, 126, 173, .7);
}

#lp_contents .sec_award.sec_special .ttl_wrap {
  font-family: var(--font-lp_mincho);
}

#lp_contents .sec_award.sec_special.is-show .ttl_wrap .ttl_eng {
  opacity: .16;
}

#lp_contents .sec_special .item_wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 5.4rem;
}

#lp_contents .sec_special .item_blk{
  display: grid;
  gap: 2.2rem;
  pointer-events: all;
}

#lp_contents .sec_special .kit_text {
  font-family: var(--font-lp_sans-serif);
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .01em;
  text-align: center;
}

#lp_contents .sec_special .kit_text .strong {
  font-size: 3.4rem;
}

#lp_contents .sec_special .img_wrap {
  width: 47rem;
}

#lp_contents .sec_special .text_wrap{
  margin: 0 auto;
  width: 46.4rem;
}

#lp_contents .sec_special .item_lead {
  margin-top: 0;
}

#lp_contents .sec_special .item_detail {
  margin-bottom: 1.6rem;
}

#lp_contents .sec_special .kit_list{
  margin-top: 3.6rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #6781B1;
  padding: 2.4rem 2.1rem 1.8rem;
}

#lp_contents .sec_special .kit_list .kit_ttl{
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.6rem;
}

#lp_contents .sec_special .kit_list ul{
  text-align: justify;
  display: grid;
  gap: 0.7rem;
  padding-left: 1.6rem;
}

#lp_contents .sec_special .kit_list ul li{
  font-size: 1.3rem;
  line-height: 1.25;
  letter-spacing: 0;
  text-indent: -1rem;
  list-style: disc;
}

#lp_contents .sec_special .kit_list ul li .note {
  color: #909fbf;
  font-size: 1.1rem;
}

#lp_contents .sec_special .link_btn {
  color: var(--color-lp_font);
}

/*------------ modal__content ------------*/
#lp_contents .modal__content.sec_award{
  margin: auto;
  max-height: 100vh;
}

#lp_contents .modal__content.sec_award .ttl_wrap{
  margin-bottom: 3rem;
}

#lp_contents .modal__content.sec_special .img_wrap,
#lp_contents .modal__content.sec_special .text_wrap{
  width: 42rem;
}

#lp_contents .modal__content.sec_special .item_lead{
  font-size: 1.8rem;
}

#lp_contents .modal__content.sec_special .item_name{
  font-size: 2rem;
}

/* #lp_contents .modal__content.sec_special .kit_list{
  background-color: var(--color-lp_active_bg);
} */

#lp_contents .modal__content .cmnt_wrap{
  padding: 0;
}

#lp_contents .modal__content.sec_award .close-btn span{
  top: -8rem;
  right: 11%;
}


/* sec_btm
==================================*/

#lp_contents .sec_btm{
  margin: 12rem auto 0;
  padding-bottom: 16rem;
}

#lp_contents .sec_btm .nav_list{
  margin: 0 auto 8rem;
}

#lp_contents .sec_btm .award_cate_wrap{
  width: 110rem;
  margin: auto;
}

#lp_contents .sec_btm .award_cate_blk:nth-of-type(n+2) {
  margin-top: 6.3rem;
}

#lp_contents .sec_btm .award_cate_ttl{
  text-align: center;
  font-family: var(--font-lp_sans-serif);
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-lp_secondary);
  margin-bottom: 2rem;
}

#lp_contents .sec_btm .award_cate_list{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#lp_contents .sec_btm .award_cate_list .borderBottom{
  border-bottom: 1px solid #fff;
}

#lp_contents .sec_btm .award_cate_list li{
  text-align: left;
  font-family: var(--font-lp_mincho);
  font-size: 1.7rem;
  line-height: 1.22;
  display: flex;
  align-items: center;
}

#lp_contents .sec_btm .award_cate_list li a{
  position: relative;
  padding: 1.2rem 4.4rem 1.1rem 2.5rem;
  color: #4D5F7E;
  z-index: 0;
}

#lp_contents .sec_btm .award_cate_list li .small {
  font-size: 1.6rem;
}

#lp_contents .sec_btm .award_cate_list li:last-child,
#lp_contents .sec_btm .award_cate_list li:nth-last-child(2):nth-child(odd){
  border-bottom-width: 0;
}

#lp_contents .sec_btm .award_cate_list li:nth-child(odd),
#lp_contents .sec_btm .award_cate_list li:nth-child(2){
  border-right: 1px solid #fff;
}

#lp_contents .sec_btm .award_cate_list li a:hover{
  background-color: rgba(120, 144, 187, 0.16);
  color: #182946;
}

#lp_contents .sec_btm .award_cate_list li a:before{
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid var(--color-lp_secondary);
  border-right: 1px solid var(--color-lp_secondary);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 2.1rem;
  bottom: 0;
  margin: auto;
}




/*--------------------------------
            Responsive
 --------------------------------*/

@media screen and (max-width: 1600px){
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}



/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 767px) {

  html {
    font-size: calc(10 * (100vw / 430));
  }

  #share{
    left: 1rem;
  }

  #share.fixed{
    bottom: 6rem;
    transition: 0.5s
  }

  #share.none{
    bottom: 5%;
  }

  #FooterWrap {
    margin-top: -3rem;
  }

  #lp_contents{
    font-size: 1.3rem;
  }
  #lp_contents:before{
    background-image: url(../img/bg_sp.png);
  }
  #lp_contents .sp_only{display: block;}
  #lp_contents .pc_only{display: none;}

  #lp_contents p {
    font-size: 1.3rem;
  }
  #lp_contents small.note{
    margin-top: 1rem;
    font-size: 1.1rem;
  }

  #lp_contents .ttl_text{
    font-size: 2.2rem;
    margin: 0 auto 2rem;
  }

  #lp_contents .link_btn{
    width: 21rem;
    height: 3.8rem;
    font-size: 1.8rem;
  }

  #lp_contents .tab-content .link_btn {
    font-size: 1.8rem;
    width: 16rem;
    height: 3.8rem;
  }


  /* nav
  ==================================*/

  #lp_contents .nav_list{
    margin: 6rem auto 0;
  }

  #lp_contents .nav_list ul{
    width: 100%;
  }

  #lp_contents .nav_list li p{
    font-size: 1.8rem;
  }

  #lp_contents .nav_list li a {
    display: grid;
    place-content: center;
    padding: 1.2rem 0;
    min-height: 6.3rem;
  }

  #lp_contents .nav_list li small {
    font-size: 1.5rem;
  }

  #lp_contents .nav_list li:before{
    left: auto;
    right: 0;
  }

  #lp_contents .nav_list li:last-child:before,
  #lp_contents .nav_list li:last-child:after{
    content: none;
  }

  #lp_contents .nav_list.fixed li{
    font-size: 1.6rem;
  }

  #lp_contents .nav_kit{
    right: 1.1rem;
    bottom: 7.6rem;
    width: 10rem;
    height: 10rem;
  }


  /* sec_mv
  ==================================*/
  #lp_contents .sec_mv {
    padding-top: 0;
  }

  #lp_contents .sec_mv h1 {
    margin-bottom: 5rem;
    width: 100%;
  }

  #lp_contents .sec_mv .head {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  #lp_contents .sec_mv .title {
    margin-bottom: 3rem;
    font-size: 2.1rem;
    line-height: 1.43;
  }

  #lp_contents .sec_mv .lead{
    font-size: 1.5rem;
    line-height: 2.25;
  }

  #lp_contents .judge_list {
    column-gap: 1rem;
  }

  #lp_contents .judge_person {
    width: 12.2rem;
  }

  #lp_contents .sec_mv .staff_text{
    margin-top: .6rem;
    font-size: 1.2rem;
    line-height: 1.25;
  }

  #lp_contents .sec_mv .name{
    font-size: 1.4rem;
  }

  #lp_contents .sec_mv .award_list{
    margin-top: 2rem;
  }


  /* sec_award
  ==================================*/

  #lp_contents .sec_award{
    width: 38.6rem;
    margin: 7rem auto 0;
    padding-top: 5rem;
  }

  #lp_contents .sec_award .first_item{
    gap: 1.6rem 0;
  }

  #lp_contents .sec_award .cate_wrap:not(:last-child){
    margin-bottom: 6rem;
  }

  /*------------ ttl_wrap ------------*/
  #lp_contents .sec_award .ttl_wrap{
    margin: 0 auto 2.5rem;
  }

  #lp_contents .sec_award.sec_grand_prize .ttl_wrap .ttl_eng{
    font-size: 6.8rem;
  }

  #lp_contents .sec_award .ttl_wrap .ttl_eng{
    font-size: 5.8rem;
    top: -5rem;
  }

  #lp_contents .sec_award .ttl_wrap h2{
    height: 3rem;
  }

  #lp_contents .sec_award .ttl_wrap h2:before,
  #lp_contents .sec_award .ttl_wrap h2:after{
    width: 1.2rem;
    height: 4rem;
  }

  #lp_contents .sec_award .ttl_wrap h2:before{
    left: -3rem;
  }

  #lp_contents .sec_award .ttl_wrap h2:after{
    right: -3rem;
  }

  #lp_contents .sec_award .ttl_wrap .lead{
    font-size: 2.2rem;
    margin-top: 2rem;
  }

  #lp_contents .sec_award .ttl_wrap .cate_list {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #lp_contents .sec_award .ttl_wrap .cate_list li{
    font-size: 1.4rem;
  }

  #lp_contents .sec_award .ttl_wrap .cate_list li a{
    padding: 0.8rem 1.5rem 0.6rem 1.8rem;
  }

  /*------------ cate_ttl_wrap ------------*/
  #lp_contents .sec_award .cate_ttl_wrap{
    margin: 0 auto 2.6rem;
    width: auto;
  }

  #lp_contents .sec_award.sec_special .line {
    margin: 3rem auto 2rem;
    width: 38.4rem;
  }

  #lp_contents .sec_award .cate_ttl_wrap .cate{
    font-size: 2.8rem;
    line-height: 1.2;
  }

  #lp_contents .sec_award .cate_ttl_wrap .cate .small {
  font-size: 2.6rem;
}

  #lp_contents .sec_award .cate_ttl_wrap .cate small{
    margin-bottom: 1rem;
    font-size: 2.1rem;
    letter-spacing: .01em;
  }

  /*------------ img_wrap ------------*/
  #lp_contents .sec_award .img_wrap{
    width: 36rem;
    margin: auto;
    padding: 2.5rem;
  }

  #lp_contents .sec_award .img_wrap.full a{
    border-radius: 1.8rem;
    overflow: hidden;
  }

  #lp_contents .sec_award .img_wrap.full .img_blk img {
    object-position: center;
    max-height: 36rem;
  }

  #lp_contents .sec_award .emblem{
    width: 9rem;
    top: 7rem;
    left: -1.5rem;
  }

  #lp_contents .sec_award .rank{
    width: 5.6rem;
    font-size: 1.1rem;
    padding-top: 0.2rem;
  }

  #lp_contents .sec_award .rank1{
    width: 8rem;
    font-size: 1.3rem;
  }

  #lp_contents .sec_award .rank big{
    font-size: 3rem;
  }

  #lp_contents .sec_award .rank1 big{
    font-size: 4.5rem;
  }

  #lp_contents .sec_award .rank:before{
    width: calc(100% - 0.6rem);
  }

  /*------------ text_wrap ------------*/
  #lp_contents .sec_award .text_wrap{
    width: 100%;
  }

  #lp_contents .sec_award .item_lead{
    margin-top: 0;
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
  }

  #lp_contents .sec_award .item_lead .note {
    font-size: 1.2rem;
  }

  #lp_contents .sec_award .brand_name{
    font-size: 1.9rem;
  }

  #lp_contents .sec_award .item_name{
    font-size: 1.9rem;
  }

  #lp_contents .sec_award .price{
    font-size: 1.8rem;
    margin-top: 1rem;
  }

  #lp_contents .sec_award .price .yen{
    font-size: 1.7rem;
  }

  #lp_contents .sec_award .price .tax{
    font-size: 1.2rem;
  }

  #lp_contents .sec_award .text_wrap .cmnt_wrap{
    margin: 3rem auto 0;
  }

  /*------------ cmnt_wrap ------------*/
  #lp_contents .cmnt_wrap{
    padding: 2.8rem 3rem 2rem;
    border-radius: 1rem;
  }

  #lp_contents .cmnt_wrap ul{
    flex-wrap: wrap;
  }

  #lp_contents .cmnt_wrap li{
    gap: 1rem;
  }

  #lp_contents .first_item + .cmnt_wrap:not(.tab_container .cmnt_wrap) li:not(:last-child),
  #lp_contents #modal-judge .cmnt_wrap li:not(:last-child){
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    background-image: url(../img/dot_sp.svg);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }

  #lp_contents .cmnt_wrap .img_blk{
    width: 7rem;
    min-width: 7rem;
  }

  /* #lp_contents .cmnt_wrap .cmnt_blk{
    width: 28rem;
  } */

  #lp_contents #modal-judge .cmnt_wrap .cmnt_blk .name {
    margin-bottom: .4rem;
  }

  #lp_contents .cmnt_wrap .cmnt_blk .name{
    font-size: 1.7rem;
    margin-bottom: .4rem;
  }

  #lp_contents .cmnt_wrap .cmnt_blk .name .small{
    font-size: 1.5rem;
  }

  #lp_contents .cmnt_wrap .cmnt_blk .name small{
    font-size: 1.2rem;
  }

  #lp_contents .UnequallySpaced .cmnt_wrap .cmnt_inner {
    display: flex;
  }

  /*------------ all_cmnt_wrap ------------*/

  #lp_contents .all_cmnt_wrap .img_blk{
    width: 5rem;
    min-width: 5rem;
  }

  #lp_contents .all_cmnt_wrap .cmnt_blk{
    width: 100%;
  }

  #lp_contents .all_cmnt_wrap .cmnt_blk .name{
    font-size: 1.4rem;
  }

  #lp_contents .all_cmnt_wrap .staff_blk,
  #lp_contents .all_cmnt_wrap .user_blk{
    flex: auto;
  }

  #lp_contents .all_cmnt_wrap .user_blk .name{
    font-size: 1.1rem;
    margin-bottom: 0;
  }

  #lp_contents .all_cmnt_wrap .sub-ttl{
    margin-bottom: 1.5rem;
  }

  #lp_contents .all_cmnt_wrap .sub-ttl span{
    font-size: 2rem;
  }

  /*------------ tab_container ------------*/
  #lp_contents .tab_container {
    width: 38.4rem;
    margin: 3rem auto 0;
  }

  #lp_contents .tab_container .item_detail{
    padding: 3rem 1rem 1.8rem;
    margin:0;
    text-align: center;
    background-color: #fff;
  }

  #lp_contents .tab_container .btn_blk{
    gap: 1rem;
  }

  #lp_contents .tab_container .btn_blk .plus {
    right: 1rem;
    width: .75rem;
    height: .75rem;
  }

  #lp_contents .tab_container .link_btn{
    width: 16rem;
    height: 4rem;
  }

  #lp_contents .tab_container .anchor{
    padding-top: 0.2rem;
    padding-right: .8rem;
    font-size: 1.3rem;
    width: 16rem;
  }

  #lp_contents .tab-menu {
    gap: 1.2rem;
  }

  #lp_contents .tab-menu__item {
    display: block;
    min-height: 18.6rem;
    padding: 0;
    border-radius: 1.2rem;
    max-width: 18.6rem;
    width: 18.6rem;
  }

  #lp_contents .tab-menu__item:before{
    content: "";
    width: .9rem;
    height: .9rem;
    border-bottom: 1px solid;
    border-left: 1px solid;
    transform: rotate(-45deg);
    position: absolute;
    right: 15rem;
    top: 16.5rem;
    transition: all 0.5s;
    z-index: 5;
  }

  #lp_contents .tab-menu__item.full:before {
    border-color: #fff;
  }

  #lp_contents .tab-menu__item.full{
    padding: 0;
  }

  #lp_contents .tab-menu__item.is-active{
    padding-bottom: 1.4rem;
  }

  #lp_contents .tab-menu__item.is-active:after{
    background-image: url(../img/corners_sp.png);
    width: 1.4rem;
    height: 1.4rem;
  }

  #lp_contents .tab-menu__item:nth-of-type(1).is-active:after{
    right: -1.3rem;
    bottom: -0.1rem;
  }

  #lp_contents .tab-menu__item:nth-of-type(2).is-active:after{
    left: -1.3rem;
    bottom: -0.1rem;
  }

  #lp_contents .tab-menu__item.full.is-active{
    padding-bottom: 1.2rem;
  }

  #lp_contents .tab-menu__item.full.is-active .img_blk{
    border-radius: 1rem 1rem 0 0;
  }

  #lp_contents .tab-menu__item:before{
    left: 0;
    right: 0;
    margin: auto;
  }

  #lp_contents .tab-menu__item .img_blk{
    margin: auto;
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    min-width: 100%;
  }

  #lp_contents .tab-content__item{
    display: block;
    padding: 0 0 2.8rem;
    overflow: hidden;
  }

  /*------------ grand_prize ------------*/
  #lp_contents .sec_grand_prize{
    margin: 10rem auto 0;
  }

  #lp_contents .sec_grand_prize .ttl_wrap .lead{
    font-size: 2.4rem;
  }

  #lp_contents .sec_grand_prize .cmnt_wrap,
  #lp_contents .sec_bodyhair .first_item + .cmnt_wrap:not(.tab_container .cmnt_wrap){
    margin: 3.2rem auto 0;
    padding: 3.1rem 3rem 3rem;
  }

  #lp_contents .sec_grand_prize .emblem{
    top: -3rem;
  }

  /*------------ sec_special ------------*/
  #lp_contents .sec_award.sec_special{
    padding-top: 9rem;
    padding-bottom: 4.5rem;
    pointer-events: all;
  }

  #lp_contents .sec_special .item_wrap{
    gap: .7rem 0;
  }

  #lp_contents .sec_special .item_blk{
    gap: 2rem;
  }

  #lp_contents .sec_special .kit_text {
    font-size: 2.1rem;
  }

  #lp_contents .sec_special .kit_text .strong {
    font-size: 2.9rem;
  }

  #lp_contents .sec_special .text_wrap{
    width: 38.4rem;
  }

  #lp_contents .sec_special .kit_list{
    padding: 2.2rem 2.6rem 1.7rem;
  }

  #lp_contents .sec_special .kit_list .kit_ttl{
    margin-bottom: 1.4rem;
    font-size: 1.5rem;
  }

  #lp_contents .sec_special .kit_list ul {
    padding-left: .8rem;
  }

  #lp_contents .sec_special .kit_list ul li{
    font-size: 1.3rem;
  }

  #lp_contents .sec_special .kit_list ul li .indent {
    display: inline-block;
    text-indent: -1rem;
  }

  /*------------ modal__content ------------*/
    #lp_contents .modal__content.sec_award{
    padding-bottom: 10rem;
  }

  #lp_contents .modal__content.sec_award .ttl_wrap{
    margin-bottom: 2rem;
  }

  #lp_contents .modal__content.sec_special .img_wrap,
  #lp_contents .modal__content.sec_special .text_wrap{
    width: 36rem;
  }

  #lp_contents .modal__content .cmnt_wrap{
    padding: 0;
  }

  #lp_contents .modal__content.sec_award .close-btn span{
    right: -5%;
    top: -4rem;
  }


  /* sec_btm
  ==================================*/

  #lp_contents .sec_btm{
    margin: 6rem auto 0;
    padding-bottom: 6rem;
  }

  #lp_contents .sec_btm .award_cate_wrap{
    gap: 3rem;
    width: 100%;
  }

  #lp_contents .sec_btm .award_cate_blk:nth-of-type(n+2) {
    margin-top: 3.7rem;
  }

  #lp_contents .sec_btm .award_cate_blk{
    width: 100%;
  }

  #lp_contents .sec_btm .award_cate_ttl{
    margin-bottom: 1.2rem;
    font-size: 3.2rem;
  }

  #lp_contents .sec_btm .award_cate_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #lp_contents .sec_btm .award_cate_list li{
    font-size: 1.6rem;
    border-bottom: 1px solid #fff;
    line-height: 1.3;
  }

  #lp_contents .sec_btm .award_cate_list li:nth-child(2){
    border-right: none;
  }

  #lp_contents .sec_btm .award_cate_list li .small {
    font-size: 1.5rem;
  }

  #lp_contents .sec_btm .award_cate_list li a {
    padding: 1.3rem 3.4rem 1rem 1.5rem;
    height: 100%;
  }

  #lp_contents .sec_btm .award_cate_list li.borderBottom:nth-child(2) a {
    display: flex;
    align-items: center;
  }

  #lp_contents .sec_btm .award_cate_list li a:before {
    right: 1.8rem;
  }
}
