@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Damion&display=swap');
/*-------------------------------------
　基本設定
---------------------------------------*/
#container {
  width: 100%;
  margin-bottom: 60px;
}
.column2R #main {
  float: none;
  width: auto;
}
#lp_page {
  width: 100%;
  margin: 0 auto;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
#lp_page * {
  box-sizing: border-box;
}
.breadCrumb {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.sidebannerLeft, .sidebannerRight {
  display: none;
}
.p-registered .iconlink_wapper {
  width: 510px;
}
.cont_wap {
  background: #ebebeb;
  /*background: linear-gradient(180deg, #071c6b 0%, #070a6b 100%);*/
}
.cont_section {
  padding: 90px 0
}
.cont_inner {
  width: 970px;
  margin: 0 auto;
}
.main_title {
  width: 100%;
  /*height: 28.95vw;*/
  height: 666px;
  position: relative;
}
.txt_ttl.color_primary {
  color: #333;
}
.page_link {
	width: 970px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.page_link a {
	margin: 0;
}
.page_link a:hover {
	opacity: 0.6;
}
/*注意・スマホ用ではない*/
@media (min-width: 1900px) {
  .main_title {
    height: 666px;
  }
}
.main_title .main_title_inner {
  /*width: 100vw;
  max-width: 1900px;*/
  width: 1920px;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main_title .main_title_inner img {
  width: 100%;
}
.ichiran-link {
  display: block;
  text-align: right;
  font-size: 14px;
  margin: 20px 0;
}
.ichiran-link a {
  color: #fff;
}
.txt_ttl {
  font-size: 38px;
  margin: 0 0 20px;
  color: #fff;
  text-align: center;
  /*letter-spacing: 4px;*/
  transform: skewX(-14deg);
}
.txt_ttl span {
  display: inline-block;
  margin-left: 0.6em;
}
.pagetop {
  display: none;
  width: 970px;
  margin: 0 auto;
}
.only_pc {
  display: block;
}
img.only_pc {
  margin-left: auto;
  margin-right: auto;
}
.only_sp {
  display: none;
}
.bxshadow {
  box-shadow: 4px 4px 2px #000;
}
#pagetop {
  opacity: 1;
  position: fixed;
  bottom: 30px;
  right: 55px;
  transition: opacity .5s;
  z-index: 1;
}
#pagetop a {
  background-color: rgba(51,51,51,.8);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  .p-registered .iconlink_wapper {
    width: 96vw;
  }
  #lp_page {
    width: 100%;
    font-size: 3.6vw;
    position: relative;
  }
  #lp_page img {
    max-width: 100%;
    height: auto;
  }
  .cont_section {
    padding: 60px 0
  }
  .cont_inner {
    width: 100%;
  }
  .main_title {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .main_title .main_title_inner {
    max-width: 100%;
    position: static;
    transform: translateX(0);
  }
  .page_link {
    width: 100%;
    position: static;
    transform: translateX(0);
    flex-wrap: wrap;
    padding: 15px 0 10px;
    background: #df0011;
  }
  .page_link a {
    padding: 0 15px;
    width: 50%;
  }
  .ichiran-link {
    font-size: 3.2vw;
    margin: 10px 10px 0 0;
  }
  .txt_ttl {
    font-size: 5.4vw;
    line-height: 1.4;
    margin: 0 auto 15px;
    letter-spacing: 2px;
  }
  .txt_ttl span {
    display: block;
    margin-left: 0;
  }
  .pagetop {
    width: 96%;
  }
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
  img.only_sp {
    margin-left: auto;
    margin-right: auto;
  }
  .bxshadow {
    box-shadow: 2px 2px 2px #561c20;
  }
  #pagetop {
    right: 8%;
  }
}

/*-------------------------------------
　ナビ
---------------------------------------*/
.nav_box {
	background: rgb(109,78,28);
	background: linear-gradient(45deg, rgba(109,78,28,1) 0%, rgba(250,211,30,1) 15%, rgba(255,244,193,1) 51%, rgba(250,211,30,1) 88%, rgba(109,78,28,1) 100%);

}
.nav_box a {
  color: #484848 !important;
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none !important;
  height: 100%;
}
.nav_box a:hover {
  background: rgba(255,244,193,1);
}
.menuBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin-left: 0;
  box-shadow: 0 1px 10px rgb(255 255 255 / 60%);
}
.inside {
  margin: 0 auto;
  width: 970px;
}
.inside ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside ul li {
  width: 25%;
  /*height: 50px;*/
  border-right: 1px solid #484848;
}
.inside ul li:first-of-type {
  border-left: 1px solid #484848;
}
@media screen and (max-width:479px) {
  .nav_box {}
  .nav_box a {
    font-size: 3vw;
    letter-spacing: 0;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_box a:hover {
    background: transparent;
  }
  .menuBox {
    /*position: sticky;*/
  }
  .inside {
    width: 100%;
  }
  .inside ul li {
    width: 25%;
	/*width: 20%;*/
  }
  .inside ul li:first-of-type {
    border-left: none;
  }
  .inside ul li:last-of-type {
    border-right: none;
  }
}

/*-------------------------------------
　ポイント還元キャンペーン
---------------------------------------*/
@-webkit-keyframes hover-flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover-flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.cont_point-camp {
  text-align: center;
  background: url("../../5info/img/winter-fes-2022/bg_point-camp.png") no-repeat top center / cover;
	padding-top: 0;
}
.cont_point-camp a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}
.point-camp_txt {
  margin: 50px auto;
}
.point-camp_txt p {
  font-size: 24px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.point-camp_txt p span {
  color: #f20c41;
}
.point-camp_txt .point-camp_txt_empha {
  color: #011e60;
	font-size: 26px;
	letter-spacing: 4px;
    font-weight: bold;
	background: #fff49f;
	display: inline-block;
    padding: 0 30px;
}
.point-camp_txt p:first-of-type, .point-camp_txt .point-camp_txt_empha {
  transform: skewX(-14deg);
}
.point-camp_txt .point-camp_txt_limit {
  display: inline-block;
  font-size: 20px;
  color: #000015;
  padding: 2px 20px;
  background: #fff;
  margin-top: 10px;
}
.cont_point-camp .txt_ttl {
  margin-top: 90px;
}
.point-camp_wide {
/*  width: 300%;
  margin-left: -100%;*/
  padding: 30px 0;
/*  background: #f20c41;
  background: linear-gradient(0deg, #f13726 0%, #f13726 22%, #f20c41 91%, #f20c41 100%);*/
}
.point-camp_wide .point-camp_wide_inr {
  width: 970px;
  margin: 0 auto;
}
.point-camp_wide img {
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.camp_2nd {
  border-top: 2px solid #fff49f;
  border-bottom: 2px solid #fff49f;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-bottom: 90px;
}
.camp_2nd a {
  padding: 0 14px;
}
.point-camp_detail p {
	font-size: 24px;
	text-align: center;
	/*color: #fff;*/
	margin: 40px auto 30px;
}
.point-camp_detail a {
	font-size: 20px;
	text-align: center;
	color: #fff !important;
    padding: 10px 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 2px;
    text-decoration: none !important;
    background-color: #000;
	width: 500px;
	margin: 0 auto;
}
.point-camp_detail a::after {
	position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #fff;
    content: '';
}

@media screen and (max-width: 479px) {
  .cont_point-camp .cont_inner {
    /*width: 84%;*/
  }
  .point-camp_txt {
    margin: 30px auto;
  }
  .point-camp_txt p {
    font-size: 3.4vw;
    letter-spacing: 0;
    margin-bottom: 6px;
  }
  .point-camp_txt .point-camp_txt_empha {
    font-size: 3.6vw;
    letter-spacing: 0px;
    padding: 0 10px;
  }
  .point-camp_txt .point-camp_txt_limit {
    font-size: 3.2vw;
    margin-top: 14px;
  }
  .cont_point-camp .txt_ttl {
    margin-top: 20px;
  }
  .point-camp_wide {
    padding: 20px 0;
  }
  .point-camp_wide .point-camp_wide_inr {
    width: 94%;
  }
  .camp_2nd a {
    display: block;
    padding: 0 0 20px;
  }
.point-camp_detail p {
	font-size: 5.6vw;
	margin: 30px auto 20px;
}
.point-camp_detail a {
	font-size: 4vw;
	width: 100%;
}
}

/*-------------------------------------
　おすすめパソコン
---------------------------------------*/
.cont_recpc .txt_ttl {
  color: #011e60;
}
.cont_recpc .cont_inner:nth-of-type(n+2) {
  margin-top: 90px;
}
.rec_wap {
  /*width: 300%;
  margin-left: -100%;*/
  /*padding: 40px 0;
  background: #f6f6f6;*/
}
.rec_wap.creator_home_pc {
  background: #fff;
}
/*.rec_wap.gaming_pc {
  margin-top: 60px;
}*/
.rec_wap img {
  max-width: 100%;
}
.rec_inner {
  width: 1050px;
  margin: 0 auto;
}
.rec_ttl_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rec_ttl {
  font-size: 36px;
  font-weight: bold;
  color: #004ea1;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 4px;
}
.rec_ttl span {
  display: block;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Sansita Swashed', cursive;
  letter-spacing: 1px;
  transform: scaleX(1.2) skewX(-6deg);
}
.gaming_pc .rec_ttl {
  color: #011e60;
}
.rec_ttl.creator_pc {
  color: #0a3381;
  padding-right: 40px;
}
.rec_ttl.home_pc {
  padding-left: 40px;
  position: relative;
}
.rec_ttl.home_pc::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 94px;
  background-color: #0a3381;
  position: absolute;
  top: 5px;
  left: 0;
  transform: rotate(20deg);
}
.rec_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
/*.rec_box {
  width: 300px;
  position: relative;
  background: #ffc2c7;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}
.rec_box:hover {
  background: #ffdbde;
}
.rec_box::before {
  content: "特価";
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
  transform: rotate(-45deg);
  z-index: 555;
}
.rec_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-right: 100px solid transparent;
  z-index: 444;
}*/
.rec_box.point_back {
  background: #92f097;
}
.rec_box.point_back:hover {
  background: #bbfcbe;
}
.rec_box.point_back::before {
  content: "ポイント\A進呈";
  white-space: pre;
  position: absolute;
  top: 15px;
  left: 1px;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1;
}
.rec_box.point_back::after {
  border-top: 100px solid #4db052;
}
.rec_box.reco_pc {
  background: #0036b1;
}
.rec_box.reco_pc:hover {
  background: #6292ff;
}
/*おすすめタグ*/
#rec_mark01::before {
  content: "おすすめ";
  white-space: pre;
  position: absolute;
  top: 24px;
  left: 1px;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1;
}
#rec_mark02::before {
  content: "おすすめ";
  white-space: pre;
  position: absolute;
  top: 24px;
  left: 1px;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1;
}
/*.rec_box.reco_pc::before {
  content: "おすすめ";
  white-space: pre;
  position: absolute;
  top: 24px;
  left: 1px;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1;
}*/
.rec_box.reco_pc::before {
  content: none;
  white-space: pre;
  position: absolute;
  top: 24px;
  left: 1px;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1;
}
#rec_mark01::after {
  border-top: 100px solid #00277e;
}
#rec_mark02::after {
  border-top: 100px solid #00277e;
}
/*.rec_box.reco_pc::after {
  border-top: 100px solid #00277e;
}*/
.rec_box.sold_out {
  background: #ddd;
}
.rec_box.sold_out::after {
  border-top: 0;
}
.rec_box.sold_out::before {
  content: "※ご好評につき\A完売しました";
  white-space: pre;
  position: absolute;
  top: 30px;
  left: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #e43344;
  letter-spacing: 4px;
  transform: rotate(0) translateX(-50%);
}
.rec_box a, .rec_box a span {
  text-decoration: none;
  color: #333;
}
.rec_box.sold_out a {
  pointer-events: none !important;
}
.rec_box .rec_box_inner {
  background: #fff;
  padding: 20px;
  height: 100%;
}
.rec_box.sold_out .rec_box_inner {
  opacity: 0.6;
}
.rec_box .rec_img {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rec_box .rec_name {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
.rec_box .rec_spec p {
  font-size: 14px;
}
.rec_box .rec_price, .rec_box .rec_price span {
  font-size: 22px;
  font-weight: bold;
  color: #e43344;
}
.rec_box .rec_price .yen {
  font-size: 14px;
}
/*.rec_box .jaccs_box {
  margin-top: 6px;
  padding: 6px 6px 0px;
  border-top: 1px dashed #ccc;
  font-size: 14px;
}*/
.rec_box .rec_jaccs_price span {
  color: #00a2e6;
}
.point_back_txt {
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  margin-right: 40px;
}
.jaccs_link {
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  margin-right: 40px;
}
.point_back_txt + .jaccs_link {
  margin-top: 10px;
}
@media screen and (max-width: 479px) {
  .cont_recpc .cont_inner:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .rec_wap {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .rec_wap.gaming_pc {
    margin-top: 0;
  }
  .rec_inner {
    width: 100%;
  }
  .rec_ttl_flex {
    flex-direction: column;
  }
  .rec_ttl {
    font-size: 5vw;
    letter-spacing: 1px;
  }
  .rec_ttl span {
    font-size: 5vw;
  }
  .rec_ttl.creator_pc {
    padding-right: 0;
  }
  .rec_ttl.home_pc {
    padding-left: 0;
    margin-top: 20px;
  }
  .rec_ttl.home_pc::before {
    content: none;
  }
  .rec_flex {
    display: block;
    margin-top: 20px;
  }
  .rec_box {
    width: 100%;
  }
  .rec_box .rec_box_inner {
    padding: 15px;
  }
  .rec_box .rec_name {
    font-size: 4vw;
    margin: 10px 0 4px;
  }
  .rec_box .rec_spec p {
    font-size: 3.4vw;
  }
  .rec_box .rec_price, .rec_box .rec_price span {
    font-size: 5vw;
  }
  .rec_box .rec_price .yen {
    font-size: 3.4vw;
  }
  .point_back_txt {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 3.4vw;
  }
  .jaccs_link {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 3.4vw;
  }
}

/*========================================
slider (slick js)
========================================*/
.rot_box {
  margin-top: 30px;
}
.rot_prev, .rot_next {
  display: block;
  position: absolute;
  top: -20px;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.8;
}
.rot_prev:hover, .rot_next:hover {
  opacity: 0.6;
}
.rot_prev {
  left: 2px;
}
.rot_next {
  right: 10px;
}
.rec_wap .rot_next {
  right: 4px;
}
.slick-slide {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.rec_wap .slick-slide {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.slick-slide img {
  margin: 0 auto;
}
.square_slider {
  display: none;
}
.slick-initialized {
  display: block;
}
@media screen and (max-width: 479px) {
  .rot_next, .rec_wap .rot_next {
    right: 2px;
  }
  .rec_wap .slick-slide {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

/*-------------------------------------
　スペシャル
---------------------------------------*/
.cont_special {
  background-image: url(/5info/img/30th-anniversary/bg_special.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.cont_special a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}
.special_box {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .special_box {
    flex-direction: column;
    gap: 20px;
    width: 60%;
    margin: 0 auto;
  }
}

/*-------------------------------------
　LINEキャンペーン
---------------------------------------*/
.camp_line_box {
  background-color: #ffe2c4;
}
.camp_line_box p span:first-of-type {
  margin-top: 10px;
}
.areaTtl {
  font-size: 32px;
  margin-bottom: 30px;
  color: #00ba01;
  text-align: center;
}
.areaTxt {
  font-size: 22px;
  margin-bottom: 60px;
}
.addFriendsList {
  /*margin-top: 50px;*/
}
.addFriendsBox {
  position: relative;
  display: flex;
  /*padding-top: 60px;*/
}
.addFriendsTtl {
  font-size: 30px;
  font-weight: 800;
  color: #0fbd0c;
  transform: rotate(-15deg);
  text-align: center;
  position: absolute;
  line-height: 1;
  top: -64px;
  left: -72px;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.addFriendsStep {
  font-size: 16px;
  /*margin-top: -80px;*/
  margin-left: 30px;
  width: calc(100% - 200px);
}
.addFriendsImg {
  width: 200px;
}
.addFriendsImg img {
  max-width: 100%;
}
.addFriendsStep li {
  counter-increment: number;
}
.addFriendsStep li::before {
  content: counter(number);
  font-family: 'Damion', cursive;
  font-size: 60px;
  color: #00ba01;
  letter-spacing: -5px;
  line-height: 0.8;
  width: 40px;
  display: inline-block;
}
.line_pc {
  display: block;
}
.line_sp {
  display: none;
}
@media screen and (max-width: 479px) {
  .line_pc {
    display: none;
  }
  .line_sp {
    display: block;
  }
  .areaSpBtn {
    text-align: center;
  }
  .areaTtl {
    font-size: 6vw;
    margin-bottom: 10px;
  }
  .areaTxt {
    font-size: 3.6vw;
    margin-bottom: 20px;
  }
}

/*-------------------------------------
おすすめモデル
---------------------------------------*/
.cont_recpc {
  padding-top: 0;
}
.bg_recom_model {
  background: url("../../5info/img/winter-fes-2022/bg_rec_model.png") no-repeat top center / cover;
}
.bg_select_model {
  background: url("../../5info/img/winter-fes-2022/bg_select_model.png") no-repeat top center / cover;
}
.bg_ranking_model {
  background: url("../../5info/img/winter-fes-2022/bg_ranking_model.png") no-repeat top center / cover;
}
.cont_recpc h2 {
  margin-bottom: 40px;
  text-align: center;
}
.cont_recpc .cont_inner > .rec_wap:not(:last-child){
  margin-bottom: 60px;
}
.model_parent a {
  background-color: rgb(248,244,217);
  background: linear-gradient(45deg, rgba(248,244,217,1) 0%, rgba(255,255,255,1) 25%, rgba(252,244,203,1) 87%);
  border: 8px solid rgb(211,186,118);
  border-image: linear-gradient(45deg, rgba(211,186,118,1) 0%, rgba(255,254,168,1) 35%, rgba(223,180,63,1) 63%, rgba(235,208,27,1) 85%, rgba(213,188,86,1) 100%);
  border-image-slice: 1;
  display: block;
  padding: 56px 80px 30px;
}
.bg_ranking_model .model_parent a {
	padding: 30px 80px;
}
.model_parent a:hover {
  border: 8px solid rgb(173,3,17);
  border-image: linear-gradient(45deg, rgba(173,3,17,1) 10%, rgba(229,0,18,1) 51%, rgba(173,3,17,1) 100%);
  border-image-slice: 1;
}
.model_parent {
  position: relative;
}
.model_parent .ttl_limited {
  background: linear-gradient(45deg, rgba(173,3,17,1) 10%, rgba(229,0,18,1) 51%, rgba(173,3,17,1) 100%);
  color: #fef18c;
  box-sizing: border-box;
  font-size: min(4vw,22px);
	letter-spacing: 2px;
  font-weight: 600;
  font-style: italic;
  padding: 6px 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.used_inner {
  background-color: rgb(248,244,217);
  background: linear-gradient(45deg, rgba(248,244,217,1) 0%, rgba(255,255,255,1) 25%, rgba(252,244,203,1) 87%);
  border: 8px solid rgb(211,186,118);
  border-image: linear-gradient(45deg, rgba(211,186,118,1) 0%, rgba(255,254,168,1) 35%, rgba(223,180,63,1) 63%, rgba(235,208,27,1) 85%, rgba(213,188,86,1) 100%);
  border-image-slice: 1;
  display: flex;
  flex-flow: row-reverse;
  padding: 56px 80px 30px;
}
.flot_btn {
  display: flex;
  margin-top: 40px;
}
.flot_btn div:last-child {
  margin-left: 20px;
}
.flot_btn a {
  color: #fff;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 479px){
  .used_inner {
    display: block;
    padding: 30px 13px 13px;
  }
  .flot_btn {
    display: block;
    margin-top: 20px;
  }
  .flot_btn div:last-child {
    margin-left: 0px;
  }
  .cont_recpc .cont_inner > .rec_wap:not(:last-child){
    margin-bottom: 30px;
  }
  .model_detail_komekome {
    margin: 0 auto;
    text-align: center;
    width: 94%;
  }
}
/*.model_parent::after {
  content: '詳しくはこちら';
  background-color: #004da1;
  background-image: linear-gradient(135deg, #0078c4 25%, #004da1 100%);
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
  width: 200px;
  position: absolute;
  bottom: 10%;
  right: 7.4%;
}*/
.bg_30th_anniv_model .model_parent::before {
  content: '30周年記念モデル';
  background-color: #000;
  color: #d9c689;
  box-sizing: border-box;
  font-size: min(3vw,18px);
  font-weight: 600;
  font-style: italic;
  padding: 4px 14px;
  position: absolute;
  top: -3%;
  left: 0;
}

.model_inner {
  border-bottom: 1px dotted #c0c0c0;
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.model_detail {
  width: 60%;
}
.model_name {
  font-size: min(6vw,30px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
}
.model_catchcopy {
  margin-bottom: 10px;
}
.model_img {
  position: relative;
  width: 40%;
}
.model_img .icon_sale {
  display: block;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.bg_ranking_model .model_img .icon_sale {
  top: 0;
  bottom: auto;
  right: -30px;
}
.model_img .model_vga {
  background: #fce300;
  border: 1px solid #ccc;
  color: #484848;
  display: block;
  font-size: min(4.4vw,24px);
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
  transform: rotate(-4deg);
  width: 90%;
  position: absolute;
  top: -10px;
  left: 10%;
}
.model_spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 66%;
}
.model_spec li::before {
  content: '・';
}
.oldtax {
  color: #ff0000;
  font-size: min(6vw,24px);
  text-decoration: line-through;
}
.model_price {
  font-style: italic;
  line-height: 1;
  margin-bottom: 20px;
}
.rec_box a .model_price span {
  color: #e50011;
  font-size: min(10vw,50px);
  font-weight: 600;
  margin-bottom: 4px;
}
.rec_box a .model_price span.yen {
  font-size: min(6vw,30px);
}
.model_point {
  background-color: #e50011;
  color: #fef18c;
  font-size: min(3.4vw,16px);
  display: inline-block;
  letter-spacing: 1px;
  padding: 6px 14px;
}
.rec_box a .model_point span {
  color: #fef18c;
  font-size: min(6vw,18px);
}
.bottom_area {
  display: flex;
  justify-content: space-between;
}
.btn_box {
  background: linear-gradient(135deg, #0078c4 25%, #004da1 100%);
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
  width: 200px;
}
@media screen and (max-width: 479px){
  .bg_30th_anniv_model {
    background:
      url("../../5info/img/30th-anniversary/bg_30th_anniv_model_top.png") no-repeat center top / 100%,
      url("../../5info/img/30th-anniversary/bg_30th_anniv_model.png") no-repeat top center / cover;
  }
  /*.bg_recom_model {
    background:
      url("../../5info/img/30th-anniversary/bg_recom_model_top.png") no-repeat center top / 100%,
      url("../../5info/img/30th-anniversary/bg_recom_model.png") no-repeat top center / cover;
  }*/
  .bg_30th_anniv_model .cont_inner > .rec_wap:not(:last-child),
  .bg_recom_model .cont_inner > .rec_wap:not(:last-child) {
    margin-bottom: 0;
  }
  .bg_30th_anniv_model h2,
  .bg_recom_model h2 {
    margin-bottom: 20px;
  }
  .model_parent a, .bg_ranking_model .model_parent a {
    padding: 46px 13px 13px;
  }
  /*.model_parent::after {
    width: 88%;
    bottom: 4%;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }*/
  .bg_30th_anniv_model .model_parent::before {
    font-size: 5vw;
  }
  .model_inner {
    display: block;
  }
  .model_detail,
  .model_img {
    width: 100%;
  }
  .model_img img {
    display: block;
    margin: 0 auto 20px;
    height: auto;
    width: 80%;
  }
.model_img .icon_sale {
  width: 30%;
	margin: 0;
}
.bg_ranking_model .model_img .icon_sale {
    right: 0;
}
  .model_img .model_vga {
    margin: 20px auto -20px;
		position: static;
    width: 80%;
	}
  .bottom_area {
    display: block;
  }
  .btn_box {
    margin-top: 20px;
    width: 100%;
  }
}

/*-------------------------------------
上海問屋リンク
---------------------------------------*/
.donya_link_wap h2.txt_ttl {
  margin-top: 100px;
}
.donya_parent a {
  display: block;
  padding: 30px 80px;
  text-decoration: none;
  background-color: rgb(248,244,217);
  background: linear-gradient(45deg, rgba(248,244,217,1) 0%, rgba(255,255,255,1) 25%, rgba(252,244,203,1) 87%);
  border: 8px solid rgb(211,186,118);
  border-image: linear-gradient(45deg, rgba(211,186,118,1) 0%, rgba(255,254,168,1) 35%, rgba(223,180,63,1) 63%, rgba(235,208,27,1) 85%, rgba(213,188,86,1) 100%);
  border-image-slice: 1;
}
.donya_parent a:hover {
  border: 8px solid rgb(173,3,17);
  border-image: linear-gradient(45deg, rgba(173,3,17,1) 10%, rgba(229,0,18,1) 51%, rgba(173,3,17,1) 100%);
  border-image-slice: 1;
}
.donya_detail {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.donya_img {
  width: 45%;
}
.donya_spec {
  width: 52%;
}
.donya_name {
  font-size: min(6vw,30px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
}
.donya_name span,
.donya_catchcopy {
  color: #333;
}
.donya_name span:first-child {
  margin-right: .6em;
}
.donya_price {
  margin-bottom: 20px;
}
.donya_price span {
  color: #e50011;
  font-size: min(10vw,50px);
  font-style: italic;
  font-weight: 600;
  margin-bottom: 10px;
}
.donya_price span.yen {
  font-size: min(6vw,30px);
}
@media screen and (max-width: 479px){
  .donya_link_wap {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
  }
  .donya_parent a {
    padding: 14px 10px;
  }
  .donya_detail {
    display: block;
  }
  .donya_img,
  .donya_spec {
    width: 100%;
  }
  .donya_img img {
    display: block;
    margin: 0 auto 20px;
    width: 80%;
  }
}

/*-------------------------------------
ブランド一覧
---------------------------------------*/
.brand_link_wap h2.txt_ttl {
	/*color: #fef18c;*/
	margin-top: 100px;
}
.brand_link_box {
	display: flex;
	justify-content: space-between;
}
.brand_link {
  width: 32%;
  background-color: rgb(248,244,217);
  background: linear-gradient(45deg, rgba(248,244,217,1) 0%, rgba(255,255,255,1) 25%, rgba(252,244,203,1) 87%);
  border: 8px solid rgb(211,186,118);
  border-image: linear-gradient(45deg, rgba(211,186,118,1) 0%, rgba(255,254,168,1) 35%, rgba(223,180,63,1) 63%, rgba(235,208,27,1) 85%, rgba(213,188,86,1) 100%);
  border-image-slice: 1;
  display: block;
  padding: 20px 10px;
	text-align: center;
}
.brand_link p {
	font-size: 18px;
}
.brand_link img {
	max-width: 100%;
	display: inline-block;
	margin: 10px auto;
}
.brand_link li {
	margin-top: 10px;
}
.brand_link li a, .minitower_link a {
  font-size: 14px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 2px;
  text-decoration: none !important;
  background-color: #004da1;
  color: #fff !important;
}
.brand_link li a::after, .minitower_link a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #fff;
  content: '';
}
.brand_link li a:hover, .minitower_link a:hover {
	opacity: 0.6;
}
.minitower_link {
	width: 840px;
	margin: 50px auto 0;
}
.minitower_link a {
	font-size: 22px;
}
@media screen and (max-width: 479px){
  .brand_link_wap h2.txt_ttl {
    margin-top: 20px;
  }
  .brand_link_box {
    flex-direction: column;
    width: 94%;
    margin: 0 auto;
  }
  .brand_link {
    width: 100%;
    padding: 25px 15px 15px;
  }
  .brand_link:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .brand_link_l, .brand_link_r {
    display: inline-block;
  }
  .brand_link_l {
    width: 55%;
  }
  .brand_link_r {
		width: 35%;
		margin-left: 4%;
	}
  .brand_link p {
    font-size: 3.8vw;
  }
  .brand_link img {
    margin: 10px auto 0;
  }
  .brand_link_r img {
    margin: -10px auto 0;
  }
  .brand_link li a, .minitower_link a {
    font-size: 3.4vw;
  }
  /*.brand_link li a::after {
    
  }*/
  .minitower_link {
    width: 94%;
    margin: 20px auto 0;
  }
  .minitower_link a {
    font-size: 3.6vw;
    padding: 10px 12vw;
  }  
}

/*-------------------------------------
通常コンテンツ
---------------------------------------*/
.cont_general .cont_inner {
  margin: 0 auto;
  width: 905px;
}
.cont_general .cont_inner:nth-of-type(n+2) {
  margin-top: 90px;
}

@media screen and (max-width: 479px){
  .cont_general .cont_inner {
    width: 94%;
  }
}

/*-------------------------------------
上海問屋+中古
---------------------------------------*/
.donya_used_area {
  background:
    url("../../5info/img/30th-anniversary/bg_donya_used_area_top.png") no-repeat top center / contain,
    url("../../5info/img/30th-anniversary/bg_donya_used_area.png") no-repeat top center / cover;
}
.parts_wap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.parts_parent {
  position: relative;
  flex-basis: 48%;
  margin: 0 0 4%;
}
.parts_parent:nth-of-type(2n-2) {
  margin: 0 0 4% 4%;
}
.parts_parent a {
  display: block;
  padding: 14px 10px;
  text-decoration: none;
  background-color: rgb(248,244,217);
  background: linear-gradient(45deg, rgba(248,244,217,1) 0%, rgba(255,255,255,1) 25%, rgba(252,244,203,1) 87%);
  border: 8px solid rgb(211,186,118);
  border-image: linear-gradient(45deg, rgba(211,186,118,1) 0%, rgba(255,254,168,1) 35%, rgba(223,180,63,1) 63%, rgba(235,208,27,1) 85%, rgba(213,188,86,1) 100%);
  border-image-slice: 1;
}
.parts_parent a:hover {
  border: 8px solid rgb(173,3,17);
  border-image: linear-gradient(45deg, rgba(173,3,17,1) 10%, rgba(229,0,18,1) 51%, rgba(173,3,17,1) 100%);
  border-image-slice: 1;
}
.parts_parent a::before {
  content: 'セール';
  background-color: #c9030e;
  color: #fff;
  box-sizing: border-box;
  font-size: min(3vw,18px);
  font-weight: 600;
  font-style: italic;
  padding: 4px 14px;
  position: absolute;
  top: 0;
  left: 0;
}
/*.parts_parent a:hover::before {
  background-color: #d9c689;
}*/
.parts_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.parts_img {
  width: 45%;
}
.parts_spec {
  width: 52%;
}
.parts_name {
  margin-bottom: 10px;
	text-align: left;
  word-wrap: break-word;
}
.parts_name span {
  color: #333;
}
.parts_name span:first-child {
  margin-right: .6em;
}
.parts_price {
  margin-bottom: 10px;
}
.parts_price span {
  color: #e50011;
  font-size: min(5vw,30px);
  font-style: italic;
  font-weight: 600;
  margin-bottom: 10px;
}
.parts_price span.yen {
  font-size: min(6vw,18px);
}
.coupon_wape {
  text-align: center;
}
.coupon_code {
  background: #c8030e;
  color: #fff;
  font-size: min(5vw,30px);
  margin: 0 auto 20px;
  padding: 10px 0;
  width: 56%;
}
.donya_used input[type="text"] {
  color: #fff;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cppy_btn {
  position: relative;
}
.cppy_btn span {
  background-color: #ebebeb;
  border: 1px solid #333;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  font-size: min(5vw,22px);
  margin: 0 auto 10px;
  padding: 4px 20px;
  width: 40%;
}
.noPopup {
  display: none;
  position: absolute;
  top: -130px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 300px;
  height: 44px;
  background: #ff0000;
  border: 1px solid;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 44px;
  text-indent: 0px;
}
.shop_code {
  font-size: min(4vw,18px);
  line-height: 1.8;
}
.shop_code span {
  font-size: min(5vw,22px);
}

@media screen and (max-width: 479px){
  .parts_wap {
    display: block;
	  width: 94%;
	  margin-left: auto;
	  margin-right: auto;
  }
  .parts_wap .parts_parent:not(:last-child) {
    margin-bottom: 30px;
  }
  .parts_detail {
    /*display: block;*/
  }
  .parts_parent:nth-of-type(2n-2){
    margin: 0;
  }
  .parts_img {
    margin: 0;
    /*width: 80%;*/
	  width: 42%;
  }
  .parts_spec {
    /*width: 100%;*/
	  width: 52%;
  }
  .coupon_code,
  .cppy_btn span {
    width: 100%;
  }
}

/*-------------------------------------
店舗限定
---------------------------------------*/
.shop_area {
  color: #fff;
  text-align: center;
  background: url("../../5info/img/winter-fes-2022/bg_shop_limited.png") no-repeat top center / cover;
  /*background: url("../../5info/img/winter-fes-2022/bg_ranking_model.jpg") no-repeat top center / cover;*/
	/*padding-top: 0;*/
}
.shop_area h2 {
  margin-bottom: 40px;
}
.shop_area a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}
.shop_area img.shop_pop {
  height: auto;
  width: 100%;
}
.specific_shop_text {
  margin-bottom: 40px;
  text-align: center;
}
.specific_shop {
  display: flex;
}
.specific_shop p {
  flex-basis: 49%;
}
.specific_shop p:last-child {
  margin: 0 0 0 2%;
}
.app_coupon_box {
	/*margin-top: 90px;*/
}
.app_coupon_box h2 {
	color: #fef18c;
}
.app_coupon_box img {
	color: #fef18c;
}
@media screen and (max-width: 479px){
  .shop_area .cont_inner a {
    /*pointer-events: none;*/
	  display: block;
	  width: 94%;
	  margin: 0 auto;
  }
.shop_area h2 {
  margin-bottom: 20px;
}
  .specific_shop {
    display: block;
  }
  .specific_shop p {
    flex-basis: auto;
  }
  .specific_shop p:not(:last-child) {
    margin-bottom: 20px;
  }
  .specific_shop p:last-child {
    margin: 0;
  }
.app_coupon_box {
	width: 94%;
	margin: 30px auto 0;
}
}

/*-------------------------------------
パーツブロック
---------------------------------------*/
.bg_parts_sale {
  text-align: center;
  background: url("../../5info/img/winter-fes-2022/bg_parts_model.png") no-repeat top center / cover;
	padding-top: 0;
}
.bg_parts_sale h2 {
	margin-bottom: 40px;
}
@media screen and (min-width: 480px){
.parts_sale_area .parts_parent a {
    padding: 34px 10px 14px;
  }
}
@media screen and (max-width: 479px){
  .camp_2nd.camp_last {
    padding-bottom: 0px;
  }
}

/*-------------------------------------
中古訴求ブロック
---------------------------------------*/
.bg_used_model {
  background: #000 url("../../5info/img/winter-fes-2022/bg_used_model.png") no-repeat top center / cover;
}
.rec_box a .model_price span.ex_txt {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
.set_price .main_price {
  color: #e50011;
  font-size: min(10vw,50px);
  font-style: italic;
  font-weight: 600;
}
.set_price .yen {
  color: #e50011;
  font-size: min(6vw,30px);
  font-style: italic;
  font-weight: 600;
}
.bg_used_model .bottom_area {
  justify-content: flex-end;
}
.bg_used_model .model_inner {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bg_used_model .model_img span {
  text-align: center;
  margin-top: 4px;
  display: block;
  margin: 10px auto 0;
}
.set_item h3 {
  font-size: 26px;
  margin: 30px 0 16px;
}
.set_item-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.set_item-detail li {
  width: 30%;
}
.set_item-detail li img {
  border: 1px solid #dbdbdb;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 479px){
  .bg_used_model .model_parent a {
    padding: 20px 13px 20px;
  }
  .set_item-detail {
    display: block; 
  }
  .set_item-detail li {
    margin: 0 auto;
    width: 80%;
  }
  .set_item-detail li:not(:last-child){
    margin-bottom: 50px;
  }
}

/*-------------------------------------
　Twitterキャンペーン
---------------------------------------*/
.bg_twitter_camp h2 {
    margin-bottom: 40px;
}
.twitter_camp_area {
  background: url("../../5info/img/winter-fes-2022/bg_twitter_camp.png") no-repeat top center / cover;
  padding-top: 0;
}
.cont_twitter-camp {
  background-image: url(/5info/img/30th-anniversary/bg_twitter-camp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.camp_twitter_ttl {
  background: #150059;
  background: linear-gradient(0deg, #150059 0%, #4a0366 100%);
  padding: 10px 0;
  border: 1px solid #fff;
  border-bottom: none;
}
.camp_twitter_ttl h3 {
  text-align: center;
  font-size: 34px;
  letter-spacing: 12px;
  font-weight: bold;
  color: #150059;
  transform: skewX(-14deg);
  text-shadow:
    2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
.camp_twitter_box {
  background-color: #e9edf0;
  padding: 30px 0;
}
.camp_cont {
  background: #fff;
  border-radius: 10px;
  width: 740px;
  margin: 0 auto;
  padding: 30px;
}
.camp_cont:nth-of-type(n+2) {
  margin-top: 30px;
}
.camp_twitter_box a, .camp_twitter_box a span {
  color: #00a2e6;
  word-break: break-all;
}
.camp_twitter_box p:nth-of-type(n+2) {
  margin-top: 20px;
}
.camp_twitter_box .camp_twitter_txt p span {
  font-size: 14px;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.camp_twitter_img {
  width: 380px;
  margin: 0 auto 30px;
}
.camp_twitter_img img {
  max-width: 100%;
}
.camp_twitter_link p {
  font-size: 16px;
  text-align: center;
}
.camp_twitter_link p span {
  font-size: 24px;
  font-weight: bold;
}
.camp_twitter_caution {
  margin-top: 30px;
}
.camp_twitter_caution li {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
.camp_btn_box {
  margin: 26px auto 0;
  display: flex;
  justify-content: space-between;
}
.btn_wap {
  width: 32%;
  background: #ccc;
  transform: skewX(-14deg);
  box-shadow: 2px 2px 4px #999;
}
.btn_wap.rt_now {
  background: #e43344;
  transition: all 0.3s;
}
.btn_wap.rt_now:hover {
  background: #e45633;
}
.btn_wap a {
  pointer-events: none;
}
.btn_wap.rt_now a {
  pointer-events: auto;
}
.btn_wap a, .btn_wap a span {
  text-decoration: none !important;
  color: #fff !important;
}
.btn_wap a .btn_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  transform: skewX(14deg);
}
.btn_wap a .btn_txt span:last-of-type {
  font-size: 18px;
  display: inline-block;
  margin-bottom: -12px;
  font-family: Meiryo, "メイリオ";
}
@media screen and (max-width: 479px) {
  .camp_twitter_ttl {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .camp_twitter_ttl h3 {
    font-size: 4.6vw;
    letter-spacing: 2px;
  }
  .camp_twitter_box {
    padding: 20px 0;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .camp_cont {
    width: 92%;
    padding: 20px 4%;
  }
  .camp_cont:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .camp_twitter_box p:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .camp_twitter_box .camp_twitter_txt p span {
    font-size: 3.2vw;
  }
  .camp_twitter_caution {
    margin-top: 20px;
  }
  .camp_twitter_caution li {
    font-size: 3.2vw;
  }
  .camp_twitter_caution li a {
    word-break: keep-all;
  }
  .camp_twitter_img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .camp_twitter_link p {
    font-size: 3.6vw;
  }
  .camp_twitter_link p span {
    font-size: 4.6vw;
  }
  .camp_btn_box {
    margin: 20px auto 0;
    flex-wrap: wrap;
    width: 94%;
  }
  .btn_wap {
    width: 48.6%;
  }
  .btn_wap:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .btn_wap.rt_now:hover {
    background: #e43344;
  }
}

/*-------------------------------------
送料無料
---------------------------------------*/
.free_shipping {
	text-align: center;
	background: url("../../5info/img/winter-fes-2022/bg_free_shipping.jpg") no-repeat top center / cover;
	padding: 30px 0 0;
}
.free_shipping_txt {
  background: rgba(21,2,8,0.5);
	font-size: 16px;
	color: #fff;
	padding: 20px 0;
  margin-top: 30px;
}
/*.free_shipping .free_pc {
	
}*/
.free_shipping .free_sp {
	display: none;
}
@media screen and (max-width: 479px){
  .free_shipping {
    background: url("../../5info/img/winter-fes-2022/bg_free_shipping_sp.jpg") no-repeat top center / cover;
    padding: 20px 0 0;
  }
  .free_shipping_txt {
    font-size: 3.4vw;
    padding: 10px 15px;
    margin-top: 20px;
  }
  .free_shipping .free_pc {
    display: none;
  }
  .free_shipping .free_sp {
    display: inline;
    width: 80%;
  }
}

/*-------------------------------------
その他キャンペーン
---------------------------------------*/
.bg_other_camp {
	background: #000;
}
.other_camp_area {
	background: url(/5info/img/winter-fes-2022/bg_shop_limited.png) no-repeat top center / cover;
	padding-top: 0;
}
.other_camp_area .other_camp_bnr {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.other_camp_area .other_camp_bnr li {
	width: 360px;
	/*margin: 0 30px;*/
	margin: 0 10px;
}
.other_camp_area .other_camp_bnr img {
	max-width: 100%;
}
.other_camp_area .other_camp_bnr a:hover {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: 1;
}
@media screen and (max-width: 479px){
.other_camp_area .other_camp_bnr {
	margin-top: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
}
.other_camp_area .other_camp_bnr li {
	width: 48%;
	margin: 0;
}
.other_camp_area .other_camp_bnr li:nth-of-type(n+3) {
	margin-top: 15px;
}
}
/*-------------------------------------
　リンクボタンSFCC仕様
---------------------------------------*/
.c-button--secondaryA-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70%;
  height: 50px;
  overflow: hidden;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
  background-color: #fff;
  text-decoration: none;
  margin: 30px auto 0;
}
.c-button--secondaryA-white::after  {
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
}
.c-button--secondaryA-white::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -168%;
  width: 150%;
  height: 100%;
  -webkit-transform: skewX(-18deg);
  transform: skewX(-18deg);
  background-color: #a3a3a3;
  content: '';
  opacity: 0.3;
}
a.c-button--disabled span {
  color: #7f7f7f !important;
}
.c-button--disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70%;
  height: 50px;
  overflow: hidden;
  border: 0;
  border-radius: 2px;
  background-color: #ececec;
  color: #7f7f7f;
  text-decoration: none !important;
  pointer-events: none;
  margin: 30px auto 0;
}
.c-button--disabled:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #7f7f7f;
  content: '';
}
.c-button--over:before {
  -webkit-animation: c-button-animation-over ease-out .4s both;
  animation: c-button-animation-over ease-out .4s both;
}
.c-button--out:before {
  -webkit-animation: c-button-animation-out ease-in .4s both;
  animation: c-button-animation-out ease-in .4s both;
}
.c-button--secondaryA-white > span {
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .c-button--secondaryA-white > span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.63;
  }
}
@media screen and (max-width: 767px) {
  .c-button--secondaryA-white > span {
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.36;
  }
}
.c-button--secondaryA-white {
  border-color: #7fd0f2;
  background-color: #fff;
  color: #00a2e6;
}
.c-button--secondaryA-white::after {
  border-color: #00a2e6;
}
.c-button--secondaryA-white::before {
  background-color: #00a2e6;
  opacity: .1;
}
@-webkit-keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}
@keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}
@-webkit-keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}
@keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}
@media screen and (max-width:479px) {
  .c-button--secondaryA-white {
    width: 90%;
  }
}

/*-------------------------------------
　モデル自動バナー仕様
---------------------------------------*/
.model_wep {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 0 -130px;
  width: calc(100% + 230px);
}
.model_wep > div {
  background-color: #fff;
  background-color: rgb(248,244,217);
  background: linear-gradient(45deg, rgba(248,244,217,1) 0%, rgba(255,255,255,1) 25%, rgba(252,244,203,1) 87%);
  border: 6px solid rgb(211,186,118);
  border-image: linear-gradient(45deg, rgba(211,186,118,1) 0%, rgba(255,254,168,1) 35%, rgba(223,180,63,1) 63%, rgba(235,208,27,1) 85%, rgba(213,188,86,1) 100%);
  border-image-slice: 1;
  margin-bottom: 16px;
  margin-right: 12px;
  padding: 20px;
  position: relative;
  width: calc((100% / 4) - 10px);
}
.model_wep > div:nth-child(4n) {
  margin-right: 0;
} 
.model_wep > div:hover {
  border: 6px solid rgb(173,3,17);
  border-image: linear-gradient(45deg, rgba(173,3,17,1) 10%, rgba(229,0,18,1) 51%, rgba(173,3,17,1) 100%);
  border-image-slice: 1;
}
span.tw_banner_data a,
span.tw_banner_data a span {
  color: #333;
  text-decoration: none;
}
.rec_auto_box .model_img {
  text-align: center;
  width: 100%;
}
.txt_pcname {
  font-size: min(4vw,20px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
}
.icon_img img {
  width: 1px;
}
.case_img {
  margin-bottom: 6px;
}
.txt_sale {
  margin-bottom: 4px;
}
.txt_spec {
  margin-bottom: 4px;
}
.txt_spec span {
  display: block;
  font-size: 14px;
}
.txt_spec span::before {
   content: '・';
}
.stkIcon {
  border-bottom: 1px solid #333;
  display: inline-block;
  font-weight: 600;
}
.txt_price {
  margin-bottom: 6px;
}
span.tw_banner_data a .txt_price span {
  color: #e50011;
  font-size: min(5vw,30px);
  font-style: italic;
  font-weight: 600;
}
span.tw_banner_data a .txt_price span.yen,
span.tw_banner_data a .txt_price span.tax {
  font-size: min(3.8vw,16px);
}
.point_return {
  background-color: #e50011;
  color: #fef18c;
  font-size: min(3.4vw,16px);
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 6px 12px;
}
.point_return .txt_bk {
  color: #fef18c;
}
.rec_auto_btn {
  background: linear-gradient(135deg, #0078c4 25%, #004da1 100%);
  color: #fff;
  font-size: min(3.8vw,16px);
  padding: 12px 0;
  text-align: center;
  width: 100%;
}
.model_wep .case_img img {
  height: 148px;
}
@media screen and (max-width: 479px){
  .model_wep {
    margin: 0 auto;
    width: 94%;
  }
  .model_wep > div {
    padding: 10px 10px;
    margin-right: 10px;
    width: calc((100% / 2) - 5px);
  }
  .model_wep > div:nth-child(2n) {
    margin-right: 0;
  }
  .txt_pcname {
    margin-bottom: 0;
  }
  .case_img img {
    width: 100%;
  }
}

.sale_end {
  -webkit-filter: grayscale(1); /* Webkit */
  filter: grayscale(1); /* W3C */
  cursor: default;
}