/*--------------------------------------------------------------------------------ページタイトルまわり*/
.a_header {
  width: var(--w-basesize);
  margin: 0 auto;
  padding: 2em 0 0 0;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.a_header img {
  width: 100%;
  hight: auto;
}
.title {
  font-size: var(--f-size-xlarge);
  font-weight: bold;
  line-height: 1.3em;
  text-align: left;
}
.date {
  font-weight: 500;
  font-size: var(--f-size-small);
  padding: 2em 0;
  display: block;
  text-align: right;
}
.wrap-con {
  width: 100%;
  display: block;
  justify-content: center;
  padding-top: 3em;
}
.sec_wrap {
  width: var(--w-basesize);
  margin: 0 auto;
}
.sec_wrap p {
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}

.sec_wrap:first-child {
  margin: 0 auto;
}
.sec_wrap:not(:first-child) {
  margin-top: 3em;
}
.sec_wrap:last-child {
  margin-bottom: 0;
}

.sec_wrap div.cont-n {
  padding: 30px;
  text-align: center;
  position: relative;
overflow: hidden;
}
div.cover-f{
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left bottom;
    background-image: url(../img/image_kirakira.png);
}
.sec_wrap div.cont-n img {
  margin-bottom: 2em;
}
.sec_wrap div.cont-n span.message01 {
  position: absolute;
  margin: 30px;
  padding: 1em;
  top: 0;
  left: 60%;
  background: #FFFFFF;
  border-radius: 20px;
}
.sec_wrap div.cont-n img.message01_img {
  position: absolute;
  bottom: 0;
  right: 10%;
  max-width: 13%;
  z-index: 888;
}
div.rotate-p{
  text-align: left;
  font-size: 1.03rem;
}
.sec_wrap div.cont-n img {
  width: 100%;
  height: auto;
}
div.wrap_flex {
  display: flex;
  align-items: space-around;
  flex-direction: row;
  column-gap: 30px;
  margin: 0;
}
div.wrap_flex div.item-w2 {
  border-radius: 0 0 10px 10px;
  width: 50%;
  background: #FFFFFF;
  outline: 2px solid #B9B9B9;
  box-sizing: border-box;
}
div.wrap_flex div.item-w2 h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 0;
}
div.wrap_flex div.item-w2 h2.kaitori {
  background: var(--sell);
}
div.wrap_flex div.item-w2 h2.shitadori {
  background: var(--trade-in);
}
div.wrap_flex div.item-w2 p {
  padding: 2em;
}
div.wrap_flex div.item-w3 {
  border-radius: 0 0 10px 10px;
  width: 33%;
  background: #FFFFFF;
  outline: 2px solid #B9B9B9;
  box-sizing: border-box;
}
div.wrap_flex div.item-w3 h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 0;
}
div.wrap_flex div.item-w4 {
  border-radius: 0 0 10px 10px;
  width: 25%;
  background: #FFFFFF;
  outline: 2px solid #969696;
  box-sizing: border-box;
}
div.wrap_flex div.item-w4 h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--point-color04);
  padding: 0.3em 0;
 background: #FFFECE;
}
div.wrap_flex ul {
  text-align: left;
  padding: 1em;
  list-style-position: inside;
  list-style-type: square;
}
div.wrap_flex ul li {
  padding-top: 10px;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
div.wrap_flex-center {
  width: 80%;
  display: flex;
  align-items: center;
  margin: 2em auto;
}
div.wrap_flex-center div.item-w1-con {
  margin: 0 auto;
}
div.wrap_flex-center div.item-w2_product_img01 {
  width: 80%;
}
div.wrap_flex-center div.item-w2_product_img01 img {
  width: 60%;
  object-fit: cover;
  height: auto;
}
div.wrap_flex-center div.item-w2_product_text {
  width: 80%;
  background: #FFFFFF;
  padding: 2em;
  display: inline-block;
  letter-spacing: -1em;
}
div.hikaku {
  display: block;
  position: relative;
  text-align: left;
}
div.hikaku img.hikaku_image{
width:70%;
height: auto;
}
div.hikaku img.campaign_fukidashi{
  position: absolute;
    top: 20%;
  right: 0;
  width: 32%;
  height: auto;
    transform: rotate(10deg);
  animation: tikatika 3s step-end infinite;
z-index: 9999;
}
div.hikaku h2 {
  display: block;
background: #646464;
color:#FFFFFF;
  font-size: var(--f-size-large);
  font-weight: bold;
  padding: 0.6em;
}
div.hikaku:first-child {
  margin: 0 auto;
}
div.hikaku:not(:first-child) {
  margin-top: 3em;
}
div.hikaku:last-child {
  margin-bottom: 0;
}

span.carrier-point01 {
  position: absolute;
  background: #FF0004;
  color: yellow;
  font-weight: bold;
  padding: 0.3em 1em;
  top: -28%;
  right: 10%;
  transform: rotate(18deg);
}
@keyframes tikatika {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
span.hikaku_carrier {
  display: inline-block;
  margin: 2em auto;
  padding: 1em 0;
  background: #EFEFEF;
  border: 2px solid #B9B9B9;
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;
}
span.hikaku_carrier > span {
  padding: 1em;
}
span.hikaku_geo {
  background: #FFFCBA;
  display: inline-block;
  padding: 1em 0;
  border: 2px solid #FF0004;
  font-weight: bold;
  font-size: 1.8rem;
}
span.hikaku_geo > span {
  padding: 1em;
}

/*--------------------------------------------------------------------------------宅配買取*/
div.takuhai{
  margin: 2em 0 0;
  padding: 0 2em 1em;
}

div.takuhai h2.point_tt02 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  top:-40px;
  left:-2%;
  padding: 1rem 2rem;
  background:#005C88;
  color:#FFF000;
}
div.wrap_flex-takuhai {
  display: flex;
  align-items: space-around;
  flex-direction: row;
  column-gap: 20px;
}
.bg-takuhai{
  border-top: 4px solid #003C8F;
  border-bottom: 4px solid #003C8F;
  background: #FFFFFF;
}
div.wrap_flex-takuhai div.item-w3-takuhai{
  width: 33%;
  box-sizing: border-box;
  padding: 1em;
  text-align: center;
  position: relative;
}

div.wrap_flex-takuhai div.item-w3-takuhai:nth-child(2n+1){
margin-top: 10%;
}


div.wrap_flex-takuhai div.item-w3-takuhai img{
  width: 100%;
  height: auto;
}
div.wrap_flex-takuhai div.item-w3-takuhai p{
  position: absolute;
  display: block;
  text-align: center;
  border-radius:20px;
  text-shadow: 2px 2px 0 #005C88, -2px -2px 0 #005C88, -2px 2px 0 #005C88, 2px -2px 0 #005C88, 0px 2px 0 #005C88, 0-2px 0 #005C88, -2px 0 0 #005C88, 2px 0 0 #005C88;
  text-decoration: none;
  background: #005C88;
  color:#FFFFFF;
  padding:0.5em;
top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
div.wrap_flex-takuhai div.item-w3-takuhai p.p2{
  position: absolute;
  display: block;
  border-radius:20px;
  text-shadow: 2px 2px 0 #005C88, -2px -2px 0 #005C88, -2px 2px 0 #005C88, 2px -2px 0 #005C88, 0px 2px 0 #005C88, 0-2px 0 #005C88, -2px 0 0 #005C88, 2px 0 0 #005C88;
  text-decoration: none;
  background: #005C88;
  color:#FFFFFF;
  padding:0.5em;
top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
div.wrap_flex-takuhai div.item-w4-takuhai{
  width: 25%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 1em;
}
div.wrap_flex-takuhai div.item-w4-takuhai h2{
  background: #E38D00;
  color: #FFFFFF;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  padding: 0.2em;
  margin-bottom: 1em;
}
div.wrap_flex-takuhai div.item-w4-takuhai p{
text-align: center;
line-height: 1.4em;
}
/*--------------------------------------------------------------------------------店頭買取*/
div.shop{
  margin: 2em 0 0;
  padding: 0 2em 1em;
}

div.shop h2.point_tt02 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  top:-40px;
  left:-2%;
  padding: 1rem 2rem;
  background:#358B00;
  color:#FFF000;
}
div.wrap_flex-shop {
  display: flex;
  align-items: space-around;
  flex-direction: row;
  column-gap: 20px;
}
.bg-shop{
  border-top: 4px solid #2A6F00;
  border-bottom: 4px solid #2A6F00;
  background: #FFFFFF;
}
div.wrap_flex-shop div.item-w3-shop{
  width: 33%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 1em;
}
div.wrap_flex-shop div.item-w3-shop h2{
  background: #E38D00;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 0.2em;
  margin-bottom: 1em;
}
div.wrap_flex-shop div.item-w3-shop h3{
  border-bottom: 4px solid #34C757;
  color: #266300;
  box-sizing: border-box;
  padding: 0.3em;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4rem;
}

div.wrap_flex-shop div.item-w3-shop p{
text-align: center;
line-height: 1.4em;
}
div.wrap_flex-shop div.item-w3-shop img{
  width: 100%;
  height: auto;
}


/* --------------------------まとめ------------------------- */ :root {
  --matome-h2-text-color: #FFFFFF;
  --matome-h2-bg-color: #0F7E6E;
}
.sec_wrap-matome {
  width: var(--w-basesize);
  margin: 0 auto;
}
.matome {
  margin: 6em 0 0;
  padding-bottom: 1em;
}
.matome p {
font-weight: normal;
  margin: 0 1em;
  font-size: var(--f-size-medium);
}
.matome h2 {
  position: relative;
  font-size: var(--f-size-xlarge);
  padding: 0.6em;
  margin-bottom: 1.6em;
  background: var(--matome-h2-bg-color);
  color: var(--matome-h2-text-color);
}
.matome h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid var(--matome-h2-bg-color);
  width: 0;
  height: 0;
}