@charset "utf-8";
/*-------------------------------------
　基本設定
---------------------------------------*/
#lp_page {
  margin: 0 auto 100px;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}
.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;
}
.contents-section {
  padding: 90px 0
}
.contents-inner {
  margin: 0 auto;
  width: 970px;
}
.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;
}
.rollover:hover,
.page_link a:hover {
  opacity: 0.6;
}
.text_title {
  /*font-size: 38px;*/
  margin: 0 0 20px;
  color: #fff;
  text-align: center;
  /*transform: skewX(-14deg);*/
}
.contents-wap p.annotation {
  font-size: 18px;
  margin: 10px 0 0;
  width: 100%;
}
.color_wht {
  color: #fff;
}
/*.pagetop {
  display: none;
  width: 970px;
  margin: 0 auto;
}*/
#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: 767px) {
  .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;
  }
  .contents-section {
    padding: 60px 0
  }
  .contents-inner {
    width: calc(100% - 30px);
  }
  .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;
  }
  .contents-wap p.annotation {
    font-size: 14px;
  }
  /*.pagetop {
    width: 96%;
  }*/
  #pagetop {
    right: 8%;
  }
}

/*-------------------------------------
　共通要素
---------------------------------------*/
.contents-section h2 {
  margin-bottom: 40px;
  text-align: center;
}
.contents-inner > .rec_wap:not(:last-child){
  margin-bottom: 60px;
}
h3.text_title {
  margin-bottom: 40px;
}
div + h3.text_title {
  margin-top: 80px;
}
h3.text_title span {
  color: #000;
  display: flex;
  font-size: 32px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1.4;
  transform: skewX(-14deg);
  text-shadow: 2px 2px 10px #fff,
    -2px 2px 10px #fff,
    2px -2px 10px #fff,
    -2px -2px 10px #fff;
}
h3.text_title span::before,
h3.text_title span::after {
  content: "";
  width: 90px;
  border-top: 1px solid #000;
  box-shadow: 2px 2px 10px #fff,
    -2px 2px 10px #fff,
    2px -2px 10px #fff,
    -2px -2px 10px #fff;
}
h3.text_title span::before {
  margin-right: 1rem; 
}
h3.text_title span::after {
  margin-left: 1rem; 
}
h4.text_title {
  color: #004da1;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 40px;
  transform: skewX(-14deg);
}
.contents-inner:nth-of-type(n+2) {
  margin-top: 90px;
}
.rec_wap img {
  max-width: 100%;
}
a.p-link-button {
  margin: 30px auto 0;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contents-section h2 {
    margin-bottom: 20px;
  }
  .contents-inner:nth-of-type(n+2) {
    margin-top: 30px;
  }
  div + h3.text_title {
    margin-top: 40px;
  }
  .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: 20px;
  }
  h3.text_title span::before,
  h3.text_title span::after {
    width: 3vw;
    border-top: 1px solid #333;
  }
  h4.text_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  a.p-link-button {
    width: 100%;
  }
}

/*-------------------------------------
　ナビ
---------------------------------------*/
.nav_box {
  background: #6d4e1c;
  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 li > a {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  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: 767px) {
  .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;
  }
}

/*-------------------------------------
　各ブロック背景
---------------------------------------*/
/*GW6大キャンペーン*/
.bg-gw-6campaign {
  background: #fff url("../../../event/gw2023/images/bg-gw-6campaign.jpg") no-repeat top center / cover;
  padding-top: 0;
  text-align: center;
}
/*GWセール*/
.bg-gw-sale {
  background: #fff url("../../../event/gw2023/images/bg-gw-sale.jpg") no-repeat top center / cover;
  padding-top: 0;
  text-align: center;
}
/*GW特集*/
.bg-gw-special {
  background: #fff url("../../../event/gw2023/images/bg-gw-special.jpg") no-repeat top center / cover;
  padding-top: 0;
  text-align: center;
}
/*SNS・レビューキャンペーン*/
.bg-sns-review {
  background: #fff url("../../../event/gw2023/images/bg-sns-review.jpg") no-repeat top center / cover;
  padding-top: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bg-gw-6campaign {
    background: #fff url("../../../event/gw2023/images/bg-gw-6campaign-sp.jpg") no-repeat top center / cover;
  }
  .bg-gw-sale {
    background: #fff url("../../../event/gw2023/images/bg-gw-sale-sp.jpg") no-repeat top center / cover;
  }
  .bg-gw-special {
    background: #fff url("../../../event/gw2023/images/bg-gw-special-sp.jpg") no-repeat top center / cover;
  }
  .bg-sns-review {
    background: #fff url("../../../event/gw2023/images/bg-sns-review-sp.jpg") no-repeat top center / cover;
  }
}

/*-------------------------------------
　メインビジュアル
---------------------------------------*/
.main_title {
  height: 666px;
  position: relative;
  width: 100%;
}
/*注意・スマホ用ではない*/
@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%;
}
@media screen and (max-width: 767px) {
  .main_title {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .main_title .main_title_inner {
    max-width: 100%;
    position: static;
    transform: translateX(0);
  }
}

/*-------------------------------------
　GW6大キャンペーン
---------------------------------------*/
.p-sale-campaign__panels {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.p-sale-campaign__panels--small {
  background-color: #fff;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  flex-basis: 48%;
  margin: 0 0 4%;
}
.p-sale-campaign__panels--small:nth-of-type(2n-2) {
  margin: 0 0 4% 4%;
}
.campaign-shoulder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #011e60;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  height: 95px;
  letter-spacing: 1px;
  line-height: 1.4;
  padding: 10px 0;
  text-align: center;
}
.campaign-shoulder span {
  transform: skewX(-10deg);
}
.campaign-image {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px), print {
  .campaign-image {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    max-width: 420px;
    height: auto;
    max-height: 420px;
  }
}
.campaign-image img {
  height: auto;
  width: 100%;
}
.other-campaign-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other-campaign-link li {
  background-color: #fff;
  width: calc((100% / 3) - 20px);
}
.other-campaign-link li img {
  height: auto;
  width: 100%;
}
.background_white {
  background-color: #fff;
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .p-sale-campaign__panels--small {
    flex-basis: 100%;
    margin: 0 0 8%;
  }
  .p-sale-campaign__panels--small:nth-of-type(2n-2) {
    margin: 0 0 8%;
  }
  .campaign-shoulder {
    font-size: 18px;
    height: auto;
  }
  .campaign-image {
    height: auto;
    min-height: auto;
    margin-bottom: 15px;
    margin-top: 15px;
    width: calc(100% - 30px);
  }
  .other-campaign-link li {
    margin-bottom: 20px;
    width: calc((100% / 2) - 10px);
  }
  .background_white {
    padding: 15px;
  }
}

/*-------------------------------------
　GWセール
---------------------------------------*/
#gw-sale .item-image {
  margin: 0 auto 20px;
  width: 80%;
}
#gw-sale .item-image img {
  height: auto;
  width: 100%;
}
#gw-sale .item-name {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
#gw-sale .item-price {
  color: #e43344;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
#gw-sale .item-price span {
  font-size: 22px;
  padding: 0 4px;
}

/*-------------------------------------
　新生活特集
---------------------------------------*/
.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: 767px) {
  .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 .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: 0 auto 10px;
  width: 84%;  
}
.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 60px;
  justify-content: center;
}
.store-limited p {
  background-color: #fff;
  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 {
  color: #000;
  font-size: 38px;
  font-weight: 600;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 2px 2px 10px #fff,
    -2px 2px 10px #fff,
    2px -2px 10px #fff,
    -2px -2px 10px #fff;
}
.store-link h3::before,
.store-link h3::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #333;
  box-shadow: 2px 2px 10px #fff,
    -2px 2px 10px #fff,
    2px -2px 10px #fff,
    -2px -2px 10px #fff;
}
.store-link h3::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.store-link h3::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.store-link a {
  margin: 30px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .shop_area h2 {
    margin-bottom: 20px;
  }
  .store-limited {
    display: block;
    margin-bottom: 40px;
  }
  .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;
	  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: 767px) {
  .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: 30px;
}
.camp_cont {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 30px;
}
.camp_cont:nth-of-type(n+2) {
  margin-top: 30px;
}
.camp_twitter_box a, .camp_twitter_box a span {
  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%;*/
  width: 24.6%;
  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: -4px;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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;
  }
}

.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%;
  }
}