/*---------------------------------------------------
特集ページ
Copyright (c) THIRDWAVE CORP. All Rights Reserved.
----------------------------------------------------*/
h5.dxv {display: none;}

.pc {
  display: block;
}
.sp {
  display: none;
}
.min {
  font-family: 'Noto Serif JP', serif;
}
#container {
	width:100%;
}
.column2R #main {
	float: none;
	width: auto;
}
.breadCrumb {
	width: 970px;
	margin: 0 auto;
}
.pagetop {
  width: 1050px;
  margin: 0 auto;
}

#main section.contents.main_catch a img {
  transition: 0.3s all;
}
#main section.contents.main_catch a img:hover {
  transform: translateY(5px);
}
#main section.contents .section_inner {
    width: 1050px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 80px 0;
}
#main section.contents.main_catch .section_inner {
    padding: 100px 0;
}
#main section.contents .section_inner p.text {
  color: #fff;
  font-size: 18px;
}
#main section.contents.main_visual {
  background: rgb(1,27,86) url(/5info/img/4awards/header_bg.jpg) repeat-x 0 0;
}
#main section.contents.main_visual .section_inner {
  width: auto;
  padding: 0;
}
#main section.contents.main_visual img {
  max-width: 100%;
  margin: 0 auto;
  animation: KVfadeIn 2s ease 0s 1 normal;
}
@keyframes KVfadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#main section.contents.main_catch {
    background: rgb(0,17,56);
    background: linear-gradient(120deg, rgba(0,17,56,1) 25%, rgba(17,37,91,1) 45%, rgba(17,37,91,1) 55%, rgba(0,17,56,1) 75%);
    font-size: 22px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 2;
}
#main section.contents.main_catch .section_inner p.text {
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    font-size: 20.5px;
}
#main section.contents.main_catch p.bnr_jump {
  margin-top: 40px;
}
#main section.contents.result {
    background: #000 url(/5info/img/4awards/img_bg02.jpg) center 0 no-repeat;
}
#main section.contents.result ul.result_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
#main section.contents.result ul.result_box li {
  width: 46%;
  margin-bottom: 80px;
}
#main section.contents.result ul.result_box li p {
  color: #ffbb17;
  font-weight: bold;
  text-align: center;
}
#main section.contents.result ul.result_box li p.sub {
  font-size: 17px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  background: #000;
}
#main section.contents.result ul.result_box li p.sub.line-2 {
  height: 94px;
}

#main section.contents.result ul.result_box li p.ttl {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.4;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(163,126,36);
  background: linear-gradient(90deg, rgba(163,126,36,1) 0%, rgba(255,210,103,1) 50%, rgba(163,126,36,1) 100%);
  color: #000;
}

#main section.contents.result ul.result_box li img {
  max-width: 100%;
}
#main section.contents.result a img {
  transition: 0.3s all;
}
#main section.contents.result a img:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}
.ttl_link_award {
  color: #ffbb17;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}
ul.link_award {
  margin: 0 auto;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.link_award li {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 48%;
  margin-bottom: 20px;
}
ul.link_award li a {
  background: #4e4e4e;
  padding: 10px 0;
  display: block;
  text-decoration: none!important;
  color: #fff!important;
  transition: 0.5s all;
}
ul.link_award li a:hover {
  opacity: 0.9;
}
#main section.contents.lineup {
  background: rgb(0,17,55);
  background: linear-gradient(0deg, rgba(0,17,55,1) 65%, rgba(20,35,69,1) 97%);
}
#main section.contents.lineup .section_inner {
  width: 970px;
  text-align: center;
}
#main section.contents.lineup h2 {
  margin-bottom: 80px;
}
.awardModel a {
  display: block;
  text-decoration: none;
  color: #000;
  transition: 0.3s all;
}
.awardModel a:hover {
  box-shadow: 5px 5px 10px 1px rgba(255,233,154, 0.5);
}
.awardModel .standardBox {
  position: relative;
  /* display: flex;
  flex-direction: row-reverse;
  justify-content: space-between; */
  margin-bottom: 80px;
  background: rgb(255,233,154);
  background: linear-gradient(0deg, rgba(255,233,154,1) 0%, rgba(255,244,206,1) 100%);
}
.awardModel h3.ttl {
  background: #DFAF2E;
  color: #000;
  text-align: center;
  font-size: 36px;
  padding: 12px 0 10px;
  letter-spacing: 0.08em;
}
.awardModel .standardBox .imgBox {
  position: absolute;
  top: 10px;
  right: 60px;
}
.awardModel .standardBox .imgBox img {
  max-width: 360px;
}
.awardModel .standardBox p.buyBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #786600;
  color: #fff;
  text-align: center;
  padding: 10px 50px;
  font-size: 16px;
}
.awardModel .standardBox .textBox {
  color: #000;
  text-align: left;
  padding: 40px;
}
.pcName {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}
.specText {
  font-size: 16px;
  margin-bottom: 20px;
}
.specText dl {
  display: flex;
}
.specText dl dt::after {
  content: ':';
  padding: 0 5px;
}
.specText span {
  color: #000!important;
}
.benchText {
  display: block;
  font-size: 80%;
}
.priceBox span {
  color: red!important;
  font-weight: bold;
  font-size: 28px;
}
.priceBox span.en {
  font-size: 22px;
}
.priceBox span.taxkara {
  font-size: 18px;
}

.effect {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s all;
}

.effect.active {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width:479px){
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .breadCrumb {
  	width: auto;
  }
  .pagetop {
    width: auto;
  }
  #main section.contents.lineup .section_inner {
    width: auto;
  }
  #main section.contents .section_inner img {
    max-width: 100%;
  }
  #main section.contents .section_inner {
      width: auto;
      padding: 40px 10px;
  }
  #main section.contents.main_catch .section_inner {
      width: auto;
      padding: 40px 10px;
  }
  #main section.contents .section_inner p.text {
    font-size: 4vw;
    transform: translateY(0);
    animation: KVfadeIn 2s ease 0s 1 normal;
  }
  #main section.contents.main_catch .section_inner p.text {
    width: auto;
    font-size: 3.9vw;
  }
  #main section.contents.main_catch p.bnr_jump {
    margin-top: 20px;
  }
  #main section.contents.result ul.result_box li p.sub {
    font-size: 4vw;
    height: auto;
  }
  #main section.contents.result ul.result_box li p.sub.line-2 {
    height: auto;
  }
  #main section.contents.result ul.result_box li p.ttl {
    font-size: 5vw;
    height: auto;
    margin-bottom: 10px;
    line-height: 1.8;
  }
  #main section.contents.result ul.result_box {
    display: block;
    padding: 0 10px;
  }
  #main section.contents.result ul.result_box li {
    width: auto;
    margin-bottom: 60px;
  }
  .ttl_link_award {
    font-size: 5vw;
    margin-bottom: 20px;
  }
  ul.link_award {
    display: block;
    width: auto;
    padding: 0 10px;
  }
  ul.link_award li {
    width: auto;
    font-size: 4.5vw;
  }
  #main section.contents.lineup h2 {
    margin-bottom: 40px;
  }
  .awardModel h3.ttl {
    width: 90%;
    margin: 0 auto;
    font-size: 6vw;
    padding: 10px 0 10px;
  }
  .awardModel .standardBox {
      display: block;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 40px;
  }
  .awardModel .standardBox .imgBox {
    position: static;
    padding: 20px 10px;
  }
  .awardModel .standardBox .imgBox img {
    width: 60%;
  }
  .awardModel .standardBox .textBox {
    padding: 0 10px;
    padding-bottom: 80px;
  }
  .pcName {
    font-size: 5.5vw;
  }
  .specText dl dt {
      width: 30%;
  }
  .priceBox {
    text-align: center;
  }
  .awardModel .standardBox p.buyBtn {
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 10px;
  }

}
