@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');
/*-------------------------------------
　【目次】　
　・基本設定
　・ナビ
　・半期決算特価モデル背景
　・ドスパラおすすめモデル背景
　・パソコンブロック
　・ポイント還元キャンペーン
　・中古ブロック
　・パーツブロック
　・店舗限定
　・リンクボタンSFCC仕様
---------------------------------------*/

/*-------------------------------------
　基本設定
---------------------------------------*/
#lp_page {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  margin: 0 auto 100px;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#lp_page * {
  box-sizing: border-box;
}
.breadCrumb {
  font-size: 12px;
  padding: 12px 0;
  margin-left: auto;
  margin-right: auto;
  width: 970px;
}
.breadCrumb li {
  background: url(../5img/bcBg_999.gif) no-repeat scroll left center !important;
  display: inline;
  padding: 0 0 0 10px;
}
.breadCrumb li:first-child {
  background: none;
  padding-left: 0;
}
.cont_wap {
  background: #ebebeb;
}
.cont_section {
  padding: 90px 0
}
.cont_inner {
  margin: 0 auto;
  width: 970px;
}
.main_title {
  height: 666px;
  position: relative;
  width: 100%;
}
.text_title.color_primary {
  color: #333;
}
.page_link {
  display: flex;
  justify-content: space-between;
  transform: translateX(-50%);
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 970px;
}
.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: 1920px;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main_title .main_title_inner img {
  width: 100%;
}
.text_title {
  /*font-size: 38px;*/
  margin: 0 0 20px;
  color: #fff;
  text-align: center;
  /*transform: skewX(-14deg);*/
}
.cont_wap p.annotation {
  font-size: 18px;
  margin: 10px 0 0;
  width: 100%;
}
.color_wht {
  color: #fff;
}
.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;
}
#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;
}
.image-border {
  border: 1px solid #c0c0c0;
}
#lp_page a:hover img {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}
@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;
  }
  #lp_page .breadCrumb {
    display: none;
  }
  .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;
    justify-content: space-around;
  }
  .page_link a {
    padding: 0 15px;
    width: 50%;
  }
  .ichiran-link {
    font-size: 3.2vw;
    margin: 10px 10px 0 0;
  }
  .text_title {
    font-size: 5.4vw;
    line-height: 1.4;
    margin: 0 auto 15px;
    letter-spacing: 2px;
  }
  .cont_wap p.annotation {
    font-size: 14px;
  }
  .pagetop {
    width: 96%;
  }
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
  img.only_sp {
    margin-left: auto;
    margin-right: auto;
  }
  #pagetop {
    right: 8%;
  }
}

/*-------------------------------------
　ナビ
---------------------------------------*/
.nav_box {
  background: rgb(0,3,96);
}
.nav_box li > a {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.4;
  padding: 12px 20px;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}
.nav_box li > a:hover {
  background: rgb(255,255,0);
  color: rgb(0,3,96);
}
.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 {
  display: table;
  border-right: 1px solid #484848;
  width: 25%;
}
.inside >ul > li:first-of-type {
  border-left: 1px solid #484848;
}
.inside .accordion-menu ul {
  margin: 0;
  padding: 0;
}
.inside .accordion-menu ul li a {
  display: block;
  margin-top: 0;
  padding: 0 10px;
  height: 0;
  background: #909090;
  color: #fff;
}
.inside .accordion-menu ul li:hover li a {
  display: table;
  margin-top: 1px;
  padding: 16px 10px;
  width: 100%;
}
@media screen and (max-width:479px) {
  .nav_box li > a {
    font-size: 3vw;
    letter-spacing: 0;
    padding: 10px 0;
    display: table-cell;
  }
  .inside {
    width: 100%;
  }
  .inside ul li {
    width: 25%;
  }
  .inside ul li:first-of-type {
    border-left: none;
  }
  .inside ul li:last-of-type {
    border-right: none;
  }
}

/*-------------------------------------
　共通要素
---------------------------------------*/
.cont_section h2 {
  margin-bottom: 40px;
  text-align: center;
}
.cont_inner > .rec_wap:not(:last-child){
  margin-bottom: 60px;
}
h3.text_title {
  margin-bottom: 40px;
}
h3.text_title span {
  color: #000;
  display: flex;
  font-size: 38px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  letter-spacing: 3px;
  line-height: 1.4;
  transform: skewX(-14deg);
}
h3.text_title span::before,
h3.text_title span::after {
  content: "";
  width: 100px;
  border-top: 1px solid #000;
}
h3.text_title span::before {
  margin-right: 1rem; 
}
h3.text_title span::after {
  margin-left: 1rem; 
}
h3.background-band {
  background-color: #011e60;
  padding: 10px 0;
}
h3.background-band span {
  color: #fff;
}
h3.background-band span::before,
h3.background-band span::after {
  border-top: 1px solid #fff;
}
h4.text_title {
  color: #004da1;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 40px;
  transform: skewX(-14deg);
}
.cont_inner:nth-of-type(n+2) {
  margin-top: 90px;
}
.rec_wap img {
  max-width: 100%;
}
@media screen and (max-width: 479px) {
  .cont_section h2 {
    margin-bottom: 20px;
  }
  .cont_inner:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .rec_wap {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .rec_box {
    width: 100%;
  }
  h3.text_title {
    margin-bottom: 10px;
  }
  h3.text_title span {
    font-size: 22px;
  }
  h3.text_title span::before,
  h3.text_title span::after {
    width: 4vw;
    border-top: 1px solid #333;
  }
  h4.text_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/*-------------------------------------
　各ブロック背景
---------------------------------------*/
/*新生活おすすめキャンペーン*/
.bg-recommend-campaign {
  background: #fff url("../../images/event/newlife2023/bg-recommend-campaign.png") no-repeat top center / cover;
  padding-top: 0;
  text-align: center;
}
/*新生活おすすめ特選品*/
.bg-recommend-choice {
  background-color: #fff;
  background-image: url("../../images/event/newlife2023/bg-recommend-choice-top.png"),url("../../images/event/newlife2023/bg-recommend-choice-bottom.png");
  background-position: top center,bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  border-top: 20px solid #001e60;
  padding-top: 0;
}
/*新生活特集*/
.bg-special-feature {
  background: #fff url("../../images/event/newlife2023/bg-special-feature.png") repeat top center / contain;
  padding-top: 0;
  border-top: 20px solid #001e60;
  text-align: center;
}
/*SNS・レビューキャンペーン*/
.bg-sns-review {
  background: #fff url("../../images/event/newlife2023/bg-sns-review.png") no-repeat top center / cover;
  padding-top: 0;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .bg-special-feature {
    border-top: 4px solid #001e60;
  }
}

/*-------------------------------------
　新生活特集
---------------------------------------*/
.special-feature__nav {
  display: flex;
  justify-content: space-between;
}
/*.special-feature__nav a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}*/
.bg-special-feature .cont-field {
  background-color: #fff;
  padding: 100px;
  margin: 0 -215px;
  width: calc(100% + 430px);
}
.bg-special-feature .cont-field > div {
  padding: 70px 0 0;
}

@media screen and (max-width: 479px) {
  .bg-special-feature .cont-field {
    margin: 0;
    padding: 20px 10px;
    width: 100%;
  }
  .special-feature__nav {
    flex-wrap: wrap;
  }
  .special-feature__nav li {
    width: 48%;
  }
}

/*-------------------------------------
　パソコンブロック
---------------------------------------*/
.model_wep {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
.model_wep.col4 {
  margin: 0 -130px;
  width: calc(100% + 230px);
}
.model_wep + .text_title {
  margin-top: 80px;
}
.model_box {
  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;
  padding: 20px;
  position: relative;
  width: calc((100% / 3) - 16px);
}
.col4 .model_box {
  width: calc((100% / 4) - 10px);
}
.model_box:nth-child(4n) {
  margin-right: 0;
} 
.model_box: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;
}
.model_box a,
.model_box a span {
  color: #333;
  text-decoration: none;
}
.model_box .model_img {
  text-align: center;
  width: 100%;
}
.model_img {
  position: relative;
  width: 40%;
}
.btn_box {
  background: linear-gradient(135deg, #0078c4 25%, #004da1 100%);
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
  width: 200px;
}
.txt_pcname {
  font-size: min(5vw,16px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case_img {
  margin-bottom: 6px;
}
.txt_spec {
  margin-bottom: 4px;
}
.txt_spec span {
  display: block;
  font-size: min(5vw,14px);
}
.txt_spec span::before {
   content: '・';
}
.stkIcon {
  border-bottom: 1px solid #333;
  display: inline-block;
  font-weight: 600;
}
.txt_price {
  margin-bottom: 6px;
}
.model_box a .txt_price span {
  color: #e50011 !important;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
}
.model_box a .txt_price span.yen,
.model_box a .txt_price span.tax {
  font-size: 16px;
}
.point_return {
  background-color: #e50011;
  color: #fef18c;
  font-size: 16px;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 6px 12px;
  text-align: center;
  width: 100%;
}
.model_box a .point_return span {
  color: #fef18c !important;
}
.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: auto;
  width: 100%;
}
@media screen and (max-width: 479px){
  .model_inner {
    display: block;
  }
  .bottom_area {
    display: block;
  }
  .btn_box {
    margin-top: 20px;
    width: 100%;
  }
  .model_wep {
    display: block;
    margin: 0 auto;
    width: 94%;
  }
  .model_wep.col4 {
    margin: 0 auto;
    width: 94%;
  }
  .col4 .model_box {
    width: 100%;
}
  .model_box {
    padding: 30px 20px;
    width: 100%;
  }
  .model_img img {
    display: block;
    margin: 0 auto 20px;
  }
  .model_box .model_img {
    margin: 0 auto;
    width: 80%;
  }
  .txt_pcname {
    margin-bottom: 20px;
  }
  .txt_spec {
    margin-bottom: 10px;
  }
  .txt_spec span {
    font-size: 18px;
  }
  .stkIcon {
    font-size: 20px;
    margin-bottom: 10px;
  }
}


/*-------------------------------------
　中古ブロック
---------------------------------------*/
.model_img span {
  text-align: center;
  margin-top: 4px;
  display: block;
  margin: 10px auto 0;
}
.rec_box a, .rec_box a span {
  text-decoration: none;
  color: #333;
}
.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);
}
.rec_box a .model_price span.ex_txt {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
.coming_soon {
  font-size: min(8vw,40px);
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 479px){
  .bg_used_model .model_parent a {
    padding: 20px 13px 20px;
  }
}

/*-------------------------------------
　ドスパラ特選品
---------------------------------------*/
.bg_select_item h2 {
	margin-bottom: 40px;
}
@media screen and (min-width: 480px){
.parts_sale_area .parts_parent a {
    padding: 34px 10px 14px;
  }
}
.parts_wap {
  display: flex;
  flex-wrap: wrap;
}
.parts_wap:not(:last-child) {
  margin-bottom: 50px;
}
.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_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 !important;
  font-size: min(5vw,30px);
  font-style: italic;
  font-weight: 600;
  margin-bottom: 10px;
}
.parts_price span.yen {
  font-size: min(6vw,18px);
}
@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_parent:nth-of-type(2n-2){
    margin: 0;
  }
  .parts_img {
    margin: 0;
	  width: 42%;
  }
  .parts_spec {
	  width: 52%;
  }
}

/*-------------------------------------
　店舗限定チラシ
---------------------------------------*/
.store-limited {
  display: flex;
  margin-bottom: 100px;
}
.store-limited p {
  flex-basis: 49%;
}
.store-limited p:last-child {
  margin: 0 0 0 2%;
}
.store-limited img.shop-flyer {
  height: auto;
  width: 100%;
}
.store-link {
  margin-bottom: 100px;
}
.store-link h3 {
  font-size: 38px;
  font-weight: 600;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-link h3::before,
.store-link h3::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #333;
}

.store-link h3::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.store-link h3::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
@media screen and (max-width: 479px){
  .shop_area h2 {
    margin-bottom: 20px;
  }
  .store-limited {
    display: block;
  }
  .store-limited p {
    flex-basis: auto;
  }
  .store-limited p:not(:last-child) {
    margin-bottom: 20px;
  }
  .store-limited p:last-child {
    margin: 0;
  }
  .store-limited a {
	  display: block;
	  width: 94%;
	  margin: 0 auto;
  }
  .store-link h3 {
    font-size: 22px;
    line-height: 1.4;
  }
}

.store-limited-sale {
  margin: 0 auto 80px;
}
.store-limited-sale__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.store-limited-sale__inner p {
  flex-basis: 49%;
}
.store-limited-sale img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .store-limited-sale {
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
  }
  .store-limited-sale__inner {
    display: block;
  }
  .store-limited-sale__inner p:not(:last-child) {
  margin-bottom: 20px;
  }
}

/*-------------------------------------
　Twitterキャンペーン
---------------------------------------*/
.bg-sns-review .cont-field {
  background-color: #fff;
  padding: 100px;
  margin: 0 -215px;
  width: calc(100% + 430px);
}
.bg_twitter_camp h2 {
    margin-bottom: 40px;
}
.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: 0 0 30px;
}
.camp_cont {
  background: #fff;
  border-radius: 10px;
  width: 900px;
  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_box + h3 {
  margin-top: 40px;
}
.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;
  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) {
  .bg-sns-review .cont-field {
    margin: 0;
    padding: 20px 10px;
    width: 100%;
  }
  .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;
    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: 100%;
    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;
  }
}

/*-------------------------------------
　新生活おすすめキャンペーン
---------------------------------------*/
.present-page-link img {
  height: auto;
  width: 100%;
}
#cont-recommend-campaign .other_camp_bnr {
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
	margin-top: 30px;
}
#cont-recommend-campaign .other_camp_bnr li {
  margin-bottom: 16px;
	width: calc((100% / 4) - 16px);
}
#cont-recommend-campaign .other_camp_bnr::after {
  display: block;
  content:"";
  width: calc((100% / 4) - 16px);
}
#cont-recommend-campaign .other_camp_bnr img {
	max-width: 100%;
}
/*.present-page-link a:hover,
#cont-recommend-campaign .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){
  .present-page-link {
    padding: 0 15px;
  }
  #cont-recommend-campaign .other_camp_bnr {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }
  #cont-recommend-campaign .other_camp_bnr li {
    width: 48%;
    margin: 0;
  }
  #cont-recommend-campaign .other_camp_bnr li:nth-of-type(n+3) {
    margin-top: 15px;
  }
}

/*-------------------------------------
　リンクボタンSFCC仕様
---------------------------------------*/
.c-button--secondaryA-white,
.c-button--secondaryA-blue {
  margin: 30px auto 0;
  width: 70%;
}
a.c-button--secondaryA-white span,
a.c-button--secondaryA-blue span {
  color: #fff !important;
}
a.c-button--disabled span {
  color: #7f7f7f;
}
.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;
  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, .c-button--secondaryA-blue {
    width: 90%;
  }
}

.ranking-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.4;
  text-align: left;
}
.ranking-wrap__detail {
  width: calc((100% / 3) - 16px);
}
.ranking-wrap__detail 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: 20px;
}
.ranking-wrap__detail 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;
}
.ranking-wrap__detail img {
  display: block;
  margin: 10px auto;
  height: auto;
  width: 80%;
}
.ranking-wrap__detail__image {
  margin-bottom: 10px;
}
.ranking-wrap__detail__catchcopy {
  font-size: 14px;
  margin-bottom: 10px;
}
.ranking-wrap__detail__name {
  font-weight: 600;
  margin-bottom: 10px;
}
.ranking-wrap__detail__spec {
  font-size: 12px;
  margin-bottom: 4px;
}
.ranking-wrap__detail__price span {
  color: #e43344 !important;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
}
.ranking-wrap__detail__price span.yen {
  font-size: 16px;
}
.ranking-wrap__other-link {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  text-align: right;
}
.cont-field > div + div {
  margin-top: 100px;
}
.ranking-wrap__other-link + .text_title {
  margin-top: 100px;
}
.ranking-wrap__other-campaign-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
  padding: 0 80px;
}
.ranking-wrap__other-campaign-link li {
  margin-bottom: 12px;
  width: calc((100% / 4) - 10px);
}
.ranking-wrap__other-campaign-link li img {
  height: auto;
  width: 100%;
}
.ranking-wrap__other-campaign-link .landscape {
  width: 770px;
}
/*.ranking-wrap__other-campaign-link li a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}*/
.banner-adjustment:after {
  content: "";
  display: block;
  width: calc((100% / 2) - 10px);
  height: 0;
}

@media screen and (max-width:479px){
  .ranking-wrap__detail:first-child {
    margin-bottom: 10px;
    width: 100%;
  }
  .ranking-wrap__detail:nth-child(n + 2) {
    width: calc((100% / 2) - 5px);
  }
  .ranking-wrap__detail:nth-child(n + 2) img {
    width: 100%;
  }
  .ranking-wrap__detail:nth-child(n + 2) .ranking-wrap__detail__price span {
    font-size: 22px;
  }
  .ranking-wrap__detail:nth-child(n + 2) .ranking-wrap__detail__price span.yen {
    font-size: 14px;
  }
  .ranking-wrap__detail a {
    border: 4px solid rgb(211,186,118);
    padding: 10px;
  }
  .cont-field > div + div {
    margin-top: 40px;
  }
  .ranking-wrap__other-link + .text_title {
    margin-top: 70px;
  }
  .ranking-wrap__other-campaign-link {
    margin-top: 40px;
    padding: 0 10px;
  }
  .ranking-wrap__other-campaign-link li {
    width: 48%;
  }
}