@charset "UTF-8";


/*
1.base
2.layout
3.module
4.state
----------------------------------------*/

/* 1.base
----------------------------------------*/

/*font*/

@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  src: url("../fonts/NotoSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  src: url("../fonts/NotoSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  src: url("../fonts/NotoSans-Regular.woff") format("woff");
}

@font-face {
  font-family: "FontAwesome";
  src:  url("../fonts/fontawesome-webfont.woff") format("woff");
}

/*---------------------------------------------
Common Style
---------------------------------------------*/

/*margin,padding*/

.m0  { margin: 0 !important; }
.mat0 { margin-top: 0 !important; }
.mat1 { margin-top: 1em !important; }
.mat5 { margin-top: 5px !important; }
.mat10 { margin-top: 10px !important; }
.mat15 { margin-top: 15px !important; }
.mat20 { margin-top: 20px !important; }
.mat25 { margin-top: 25px !important; }
.mat30 { margin-top: 30px !important; }
.mat35 { margin-top: 35px !important; }
.mat40 { margin-top: 40px !important; }
.mat45 { margin-top: 45px !important; }
.mat50 { margin-top: 50px !important; }
.mat60 { margin-top: 60px !important; }
.mat70 { margin-top: 70px !important; }
.mat80 { margin-top: 80px !important; }
.mat90 { margin-top: 90px !important; }
.mat100 { margin-top: 100px !important; }
.mat170 { margin-top: 170px !important; }
.pmat250 { margin-top: 250px !important; }
.mab0 { margin-bottom: 0 !important; }
.mab1 { margin-bottom: 1em !important; }
.mab5 { margin-bottom: 5px !important; }
.mab10 { margin-bottom: 10px !important; }
.mab15 { margin-bottom: 15px !important; }
.mab20 { margin-bottom: 20px !important; }
.mab25 { margin-bottom: 25px !important; }
.mab30 { margin-bottom: 30px !important; }
.mab40 { margin-bottom: 40px !important; }
.mab50 { margin-bottom: 50px !important; }
.mar0 { margin-right: 0 !important; }
.mar1 { margin-right: 1em !important; }
.mar10 { margin-right: 10px !important; }
.mar15 { margin-right: 15px !important; }
.mar20 { margin-right: 20px !important; }
.mar30 { margin-right: 30px !important; }
.mal0 { margin-left: 0 !important; }
.mal1 { margin-left: 1em !important; }
.mal10 { margin-left: 10px !important; }
.mal15 { margin-left: 15px !important; }
.mal20 { margin-left: 20px !important; }
.mal30 { margin-left: 30px !important; }

.p0  { padding: 0 !important; }
.pat0 { padding-top: 0 !important; }
.pat1 { padding-top: 1em !important; }
.pat5 { padding-top: 5px !important; }
.pat10 { padding-top: 10px !important; }
.pat15 { padding-top: 15px !important; }
.pat20 { padding-top: 20px !important; }
.pat25 { padding-top: 25px !important; }
.pat30 { padding-top: 30px !important; }
.pat40 { padding-top: 40px !important; }
.pat50 { padding-top: 50px !important; }
.pab0 { padding-bottom: 0 !important; }
.pab1 { padding-bottom: 1em !important; }
.pab5 { padding-bottom: 5px !important; }
.pab10 { padding-bottom: 10px !important; }
.pab15 { padding-bottom: 15px !important; }
.pab20 { padding-bottom: 20px !important; }
.pab25 { padding-bottom: 25px !important; }
.pab30 { padding-bottom: 30px !important; }
.pab40 { padding-bottom: 40px !important; }
.pab50 { padding-bottom: 50px !important; }
.par0 { padding-right: 0 !important; }
.par1 { padding-right: 1em !important; }
.par10 { padding-right: 10px !important; }
.par15 { padding-right: 15px !important; }
.par20 { padding-right: 20px !important; }
.par30 { padding-right: 30px !important; }
.pal0 { padding-left: 0 !important; }
.pal1 { padding-left: 1em !important; }
.pal10 { padding-left: 10px !important; }
.pal15 { padding-left: 15px !important; }
.pal20 { padding-left: 20px !important; }
.pal30 { padding-left: 30px !important; }

.smat100 { margin-top: 100px !important; }
.smat90 { margin-top: 0px !important; }

@media (max-width: 768px) {
  .sp_mat0 { margin-top: 0px !important; }
  .sp_mat5 { margin-top: 5px !important; }
  .sp_mat10 { margin-top: 10px !important; }
  .sp_mat20 { margin-top: 20px !important; }
  .sp_mat30 { margin-top: 30px !important; }
  .sp_mat40 { margin-top: 40px !important; }
  .sp_mat50 { margin-top: 50px !important; }
  .sp_pab0 { padding-bottom: 0px !important; }
  .smat100 { margin-top: 0px !important; }
  .smat90 { padding-top: 90px !important; }
  .pmat250 { margin-top: 180px !important; }

}

/* font-size */
.fzxs { font-size: 62% !important; }
.fzs  { font-size: 75% !important; }
.fzm  { font-size: 87% !important; }
.fzl  { font-size: 100% !important; }
.fzml { font-size: 115% !important; }
.fzxl { font-size: 135% !important; }
.fzxll { font-size: 150% !important; }
.fzxlll { font-size: 175% !important; }
.fzxllll { font-size: 200% !important; }

/* font-weight */
.fwn { font-weight: normal;}
.fwb { font-weight: bold;}

/* color */
.f_pink      { color: #f94545 !important;}
.f_black     { color: #000 !important;}
.f_white     { color: #fff !important;}
.f_brown     { color: #333 !important;}
.bg_pink     { background-color: #f94545 !important;}
.bg_grey     { background-color: #f2f2f2 !important;}
.bg_black    { background-color: #000000 !important;}
.bg_white    { background-color: #fff !important;}


/*display*/
.disN { display: none !important; }
.posA { position: absolute !important; }
.posR { position: relative !important; }
.fl  { float: left !important; }
.fr  { float: right !important; }
.b0  { border: 0 !important; }
.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
@media (max-width: 768px) {
  .-mb-disN { display: none !important; }
  .-mb-posA { position: absolute !important; }
  .-mb-posR { position: relative !important; }
  .-mb-fl  { float: left !important; }
  .-mb-fr  { float: right !important; }
  .-mb-b0  { border: 0 !important; }
  .-mb-tal { text-align: left !important; }
  .-mb-tac { text-align: center !important; }
  .-mb-tar { text-align: right !important; }
}

.hand { cursor: pointer !important; }

.bgGray { background: #777; color: #fff; }
.bgRed { background: #d54132; color: #fff; }
.ti  { text-indent: -1em; margin-left: 1em; }

.em {
  padding: 0 2px;
  font-size: 63%;
  font-weight: normal;
  vertical-align: super;
}


.pc { display: block; }
.sp { display: none; }

@media (max-width: 768px) {
  .pc { display: none;}
  .sp { display: block;}
}

@media all and (-ms-high-contrast: none){
  html{
    overflow-x:hidden;
  }
}

.no_visible { visibility: hidden; pointer-events: none; }

/*ホバーを滑らかに処理*/
a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a,
a:hover {
  color: #000;
  text-decoration: none;
}


img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

.clearfix {
  display: block;
  clear: both;
  content: "";
}


/*---------------------------------------------
layout
---------------------------------------------*/

section {
  width: 1170px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
}

#wrap {
  position: absolute;
  top: 149px;
  left: 0;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  section {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 40px 20px;
  }
  #wrap {
    position: absolute;
    top: 63px !important;
  }
}


/* カラムレイアウト
-----------------------------*/
/* 2カラム デフォルトレイアウト */
.two_column:after {
  display: table;
  clear: both;
  content: "";
}
.two_column > * {
  float: left;
  width: 575px;
  margin-right: 20px;
}
.two_column > *:nth-child(2n) {
  margin-right: 0;
}

/* 3カラム デフォルトレイアウト */
.three_column:after {
  display: table;
  clear: both;
  content: "";
}
.three_column > * {
  float: left;
  width: 370px;
  margin-right: 20px;
}
.three_column > *:nth-child(3n) {
  margin-right: 0;
}

/* 4カラム デフォルトレイアウト */
.four_column:after {
  display: table;
  clear: both;
  content: "";
}
.four_column {
  display: flex;
  flex-wrap: wrap;
}
.four_column > * {
  width: calc((100% -  84px) / 4);
  margin-right: 28px;
}
.four_column > *:nth-child(4n) {
  margin-right: 0;
}
.four_column > *:nth-child(n + 5) {
  margin-top: 28px;
}


/* 5カラム デフォルトレイアウト */
.five_column:after {
  display: table;
  clear: both;
  content: "";
}
.five_column > * {
  float: left;
  width: 218px;
  margin-right: 20px;
}
.five_column > *:nth-child(5n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .two_column > *,
  .three_column > *,
  .four_column > *,
  .five_column > * {
    float: left;
    width: 48%;
    margin-right: 10px;
  }
  .three_column > *:nth-child(2n),
  .four_column > *:nth-child(2n),
  .five_column > *:nth-child(2n) {
    margin-right: 0;
  }
}

/* カラム系 白背景 グレーボーダー */
.column_grey > li {
  margin-bottom: 32px;
  background-color: #fff;
  border: 4px solid #ccc;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  box-sizing: border-box;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .column_grey > li {
    margin-bottom: 10px;
    background-color: #fff;
    border: 3px solid #ccc;
    box-sizing: border-box;
  }
}




/*---------------------------------------------
parts
---------------------------------------------*/
#twitter-widget-0 {
  border: 1px solid #ccc !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
}





/*見出し*/

.heading_wrap{
  position: relative;
  width:980px;
  margin:0 auto 50px;
  font-family: "Noto Sans";
}
.heading_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.heading_text > *{
  color: #fff;
  font-weight: bold;
  text-align: center;

  
}
.heading_sub{
   width:800px;
  font-size: 200%;
  margin-top: 18px;
}
.heading_main{
   width:800px;
  font-size: 300%;
  margin-bottom:23px;
}

@media screen and (max-width: 767px){
  .heading_wrap{
    width: 100%;
    margin-bottom: 30px;
  }
  .heading_text{
    width: 100%;
  }
  .heading_sub{
    width:100%;
   font-size: 21px;
   margin-top: 14px;
 }
 .heading_sub_1{
margin-top: 11px;
 }
 .heading_main{
    width:100%;
   font-size: 25px;
   margin-bottom:16px;
 }
}
/* IE11 */
@media all and (-ms-high-contrast: none){
  .heading_sub{
   margin-top: 26px;
 }
 .heading_main{
   margin-bottom:12px;
 }
}


/* 買取申込ボタン */

.application {
  position: relative;
  display: table;
  width: 42.8%;
  height: 70px;
  text-align: center;
  margin: 0 auto;
}
.application > .app_btn {
  display: table-cell;
  width: 100%;
  height: 70px;
  color:#fff;
  background: url(../images/common/btn_bg01.png) no-repeat;
  background-size:100%;
  line-height: 70px;
  font-size: 175%;
  font-family: 'Noto Sans';
  text-decoration: none;
  margin: 0;
  border-radius: 0px;
  vertical-align: middle;
  box-sizing: border-box;
}
.application > a.app_btn:hover{
  opacity:0.6;
}
.app_btn.arrow_right {
  position: absolute;
  padding-right: 25px;
}
.app_btn.arrow_right:before {
 content: '';
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 16px;
 background-color: #fff;
 height: 2px;
 right: 22px;
}
.app_btn.arrow_right:after {
  content: '';
  position: absolute;
  top: 31px;
  transform: rotate(45deg);
  width: 10px;
  background-color: #fff;
  height: 2px;
  right: 20px;
}
.bg_btn{
  position: relative;
}
.bg_btn p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color:#fff;
  font-weight: bold;
  font-family: 'Noto Sans';
  width: 100%;
  text-align: center;
}
.appeal_area .bg_btn p{
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features .bg_btn p{
  left: 64%;
}
section .conv_btn.large{
  width: 650px;
  orphans: 30px;
}
@media screen and (max-width: 767px){
  section .conv_btn.large{
    width: 100%;
  }
  .features .bg_btn p{
    left: 60%;
    font-size: 16px;
  }
}


/*IE 調整*/
@media all and (-ms-high-contrast: none){
  .application > .app_btn {
    font-family: inherit;
  }

  .bg_btn p{
    top:56%;
  }

  .application > .app_btn {
    font-family: inherit\9; /*IE10以下*/
  }
}
@media screen and (max-width: 767px){
  .bg_btn p{
    font-size:20px;
  }
}

/*申込ボタンアニメーション*/

.app_btn.arrow_right.echo .inner_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
  position:relative;
}
.app_btn.arrow_right.echo .inner_btn:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  background-color: #fff;
  height: 1px;
  right: 0;
}
.app_btn.arrow_right.echo .inner_btn:after {
  content: '';
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
  width: 10px;
  background-color: #fff;
  height: 1px;
  right: -2px;
}
/* ボタンのアニメーション用ボックスとkeyframeを指定 */
#top_search .app_box .application > .app_btn.echo:before {
  content: "";
  animation: echo 2s cubic-bezier(0.55, 0, 0.1, 1) infinite;
  animation-fill-mode: both;
  display: block;
  position: absolute;
  margin: auto;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0px;
  background-color: #ff0000;
}
@keyframes echo {
  0% {
    transform:scale(0);
    opacity:1;
  }
  70% {
    transform:scale(1.2, 1.3);
  }
  100% {
    transform:scale(1.25, 1.35);
    opacity:0;
  }
}


@media (max-width: 768px) {
  .application {
    width: 90%;
    height: 45px;
    margin: 0 auto;
  }
  .application > a.app_btn {
    line-height: 2.9;
  }
  .application > .app_btn {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 125%;

  }
  .app_btn.arrow_right:before {
    position: absolute;
    top: -4px;
    right: 15px;
  }
  .app_btn.arrow_right.echo .inner_btn:after{
    top: 20px;
  }
}

/* 申込ボタン附属テキスト付 */
.application_text {
  position: relative;
  display: table;
  width: 50%;
  height: 120px;
  text-align: center;
  margin: 0 auto;
}
.application_text > .app_btn {
  display: table-cell;
  width: 100%;
  height: 120px;
  color:#fff;
  background-color: #ff5200;
  font-size: 240%;
  font-family: 'Noto Sans';
  line-height: 50px;
  text-decoration: none;
  margin: 0;
  border-radius: 60px;
  vertical-align: middle;
}
.application_text > a.app_btn:hover{
  opacity:0.6;
}
.attachment_text {
  font-size: 55%;
  font-weight: normal;
}
.application_text .app_btn.arrow_right:before {
  position: absolute;
  top: 33px;
  right: 33px;
  font-size: 140%;
  font-family: 'Fontawesome';
  content: "\f105";
}
input::placeholder {
  color: #999999;
}

/* IE */
input:-ms-input-placeholder {
  color: #999999;
}

/* Edge */
input::-ms-input-placeholder {
  color: #999999;
}
@media (max-width: 768px) {
  .application_text {
    width: 100%;
    height: 60px;
  }
  .application_text > .app_btn {
    width: 100%;
    height: 60px;
    font-size: 150%;
    line-height: 1.3;
  }
  .application_text .app_btn.arrow_right:before {
    position: absolute;
    top: 11px;
    right: 17px;
  }
}
/* サブボタン */

/*
基本は文字の長さに合わせてボタンのwidthも変わる
ボタンwidthを規定したい場合は、個別に指定すること

例）
#aaaaaaa .sub_conductor > a.sub_btn {
width: 370px;
}

*/

.sub_conductor {
  position: relative;
  width: 42.8%;
  height: 40px;
  text-align: center;
  margin: 0 auto;
}
.sub_conductor > a.sub_btn {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  line-height: 2.3;
  font-family: 'Noto Sans';
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  border: solid 2px #333333;
  color: #000;
  background-color:#fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}
.sub_conductor > a.sub_btn:hover{
  background-color:#fff;
}
.sub_conductor > a.sub_btn.arrow_right {
  position: absolute;
}
.sub_conductor > a.sub_btn.arrow_right:before {
  position: absolute;
  top: -3px;
  right: 11px;
  width: 18px;
  font-family: 'Fontawesome';
  content: "\f105";
  font-size: 120%;
}

/* 黒背景プラス */
.i_plus,
.i_minus {
  position: absolute;
}
.i_search{
  position: relative;
}
.i_plus:before,
.i_minus:before,
.i_search:before {
  display: block;
  position: absolute;
  font-family: 'Fontawesome';
  width: 14px;
  height: 14px;
  color: #000;
  font-size: 140%;
}
.i_plus:before {
  top: 6px;
  right: 13px;
  content: "\f078";
  font-size: 12px;
}
.i_minus:before {
  top: 4px;
  right: 13px;
  content: "\f077";
  font-size: 12px;
}
.i_search:before{
  top: 44%;
  transform: translateY(-50%);
  left: 13px;
  content: "\f002";
}

/*IE 調整*/
@media all and (-ms-high-contrast: none){
  .sub_conductor > a.sub_btn {
    font-family: inherit;
  }
  .sub_conductor > a.sub_btn.arrow_right:before {
    top: -4px;
  }
  .sub_conductor > a.sub_btn {
    font-family: inherit; /*IE10以下*/
  }
  .sub_conductor > a.sub_btn.arrow_right:before {
    top: -4px\9;
  }

}


@media ( max-width: 768px ) {
  .sub_conductor {
    width: 90%;
    height: 35px;
  }
  .sub_conductor > a.sub_btn {
    line-height: 2.5;
  }
  .sub_conductor > a.sub_btn.arrow_right:after {
    top: 41%;
  }
  .sub_conductor > a.sub_btn:hover{
    background-color:#fff;
  }
  .i_plus:before,.i_minus:before  {
    top: 1px;
  }
}


/* 黒右矢印 */
.arrow_right_black {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}
.arrow_right_black:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  margin-top: -19px;
  border-radius: 50%;
  background: #000;
  content: "";
}
.arrow_right_black:after {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 8px;
  height: 8px;
  margin: -12px;
  border: 0;
  border-top: 2px solid  #fff;
  border-right: 2px solid  #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
@media ( max-width: 768px ) {
  .arrow_right_black:before {
    width: 20px;
    height: 20px;
  }
  .arrow_right_black:after {
    left: 17px;
    margin: -13px;
  }
}
/* パンくずリスト */
#dir_path {
  background: #fff;
}
#dir_path section {
  padding: 6px 0;
}
#dir_path section ol {
  width: 100%;

}
#dir_path section ol li {
  float: left;
  width: auto;
  padding-right: 7px;
  line-height: 2;
  font-size:14px;
}

#dir_path section ol li:after {
  display: inline-block;
  content: ">";
}
#dir_path section ol li:last-child:after {
  content: "";
}
#dir_path section ol li a {
  display: inline-block;
  width: auto;
  color: #0068b7;
  margin-right: 7px;
}
@media (max-width: 768px) {
  #dir_path section {
    padding: 3px 0;
  }
  #dir_path section ol {
    padding-left: 5px;
  }
  #dir_path section ol li  {
    font-size: 8px;
  }
}


/*block*/
.block_rel {
  position: relative;

}

.block_note {
  border: 3px solid #aaa;
  border-radius: 3px;
  padding: 20px 30px;
  line-height: 1.5;
  margin: 40px 0;
}

.block_note dt {
  font-family: "Noto Sans";
  font-size: 112%;
  margin: 0 0 15px;
  padding-left: 15px;
  border-left: 5px solid #aaa;
}
.block_note dd {
  font-size: 100%;
}

.other_list_none.block_note p{
  font-family: "Noto Sans";
  font-size:20px;
  font-weight: 700;
}

.other_list_none.block_note p .f_pink{
  font-size:28px;
}
.block_note .three_column > * {
  width:330px;
}
@media (max-width: 768px) {
  .block_note {
    padding: 10px;
    margin: 40px 0 10px;
  }
  .block_note dt {
    font-size: 108%;
    padding-left: 10px;
  }
  .other_lists_none.block_note p{
    font-size:16px;
  }
  .other_lists_none.block_note p .f_pink{
    font-size:22px;
  }

}


.block_line {
  background-color: #fff;
  border: 5px solid #000;
  border-radius: 3px;
  padding: 30px 35px;
  line-height: 1.5;
  margin: 40px 0 0;
}

@media (max-width: 768px) {
  .block_line {
    border: 3px solid #000;
    padding: 12px;
    margin: 20px 0 0;
  }
}



.block_sideimg {
  display: flex;
  justify-content: center;
  align-content: center;
  border: 3px solid #333;
  border-radius: 3px;
  padding: 50px 30px;
  line-height: 1.5;
  margin: 40px 0;
}
.block_sideimg dt {
  font-family: "Noto Sans";
  font-size: 143%;
  color: #333;
  margin: 0 0 15px;
}
.block_sideimg dd {
  font-size: 100%;
}
.block_sideimg dl {
  width: 55%;
}
.block_sideimg figure {
  width: 45%;
  margin: 0;
  text-align: center;
}
.block_sideimg figure img {
  max-width: 470px;
}

@media (max-width: 768px) {
  .block_sideimg {
    padding: 10px;
    margin: 30px 0 30px;
    flex-direction: column;
  }
  .block_sideimg dt {
    font-size: 121%;
  }
  .block_sideimg dl {
    width: 100%;
  }
  .block_sideimg figure {
    width: 100%;
    padding: 20px 0 10px;
  }
  .block_sideimg figure img {
    width: 70%;
  }
}




/*text*/
.emphasis {
  display: block;
  color: #f94545;
  font-family: "Noto Sans";
  font-size: 62px;
  font-weight: 100;
  border-bottom: 2px solid #f94545;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  margin: 0 0 50px 0;
}
@media all and (-ms-high-contrast: none){
  .emphasis {
    font-family: inherit;
  }
}
.emphasis em {
  display: block;
  font-size: 100px;
  letter-spacing: -2px;
  padding: 0 0 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #f94545;
}

@media (max-width: 768px) {
  .emphasis {
    font-size: 4.5vw;
    margin: 0 0 20px 0;
  }
  .emphasis em {
    font-size: 8.3vw;
  }
}


/*----------------------------------------------
ヘッダー
-----------------------------------------------*/

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  width: 100%;
  background-color: #fff;
}

#header {
  top: 0;
  left: 0;
  padding: 6px 0 0 0;
}


/* header */
#header section {
  padding: 0;
  position: relative;
  height: 100px;
}

#header .logo {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 170px;
}

#header .various {
  width:1170px;
  position: absolute;
  top: 5px;
  bottom: 0px;
  right: 0;
  left:0px;
  box-sizing: border-box;
}

#header .first_row,
#header .second_row {
  width: 100%;
}

#header .first_row {
  height: 38px;
  margin-bottom: 10px;
}

#header .second_row {
  position: absolute;
  bottom: 0;
  height: auto;
}

#header .description {
  float: left;
  width: 35%;
  padding:2px 10px 0 0;
  font-size:75%;
  color: #fff;
}



/* 買取申込ボタン */
#header .application {
  position: absolute;
  right:0;
  height: 36px;
  margin: 0px;
}

#header .application>.app_btn {
  position: absolute;
  right: 0;
  width: 200px;
  height: 42px;
  line-height: 36px;
  font-size: 16px;
  border-radius: 0px;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .application > .app_btn:before {
}
@media all and (-ms-high-contrast: none){
  #header .application{
    display: block;
  }
  #header .application > .app_btn:before {
    top: -1px;
  }
}

#header .second_row > ul > li {
  float: left;
  width: 20%;
  height: 100%;
  margin-top:4px;
}

#header .second_row > ul > li:last-child {
  margin-right: 0;
  margin-top: 6px;
}
#header .second_row > ul > li:last-child a p{
  margin-bottom: 0;
  font-size: 16px;
}

#header .second_row > ul > li > a {
  display: block;
  text-align: center;
}

#header .second_row > ul > li a:hover,
#header .second_row > ul > li > a.active {
  color: #f9605f;
  border-bottom: 2px solid #f9605f;
}

#header .second_row > ul > li > a span {
  width:44px;
  height:38px;
}

#header .purchase_item {
  width: 220px;
  border-bottom: 2px solid #626262;
  box-sizing: border-box;
}
#header .second_row .nav_pic {
  float: left;
  display: inline-block;
  top: 0;
  left: 0;
  width: 44px;
  height: 38px;
  margin: 0px 0 0 0;
  overflow: hidden;
}

#header .second_row .nav_txt {
  display: flex;
  line-height: 2;
  font-family: "Noto Sans";
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 6px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
#header .second_row .nav_txt img{
  width:auto;
  margin-right: 8px;
}
#header .second_row .active .nav_txt {
  color: #f9605f;
}


#header .third_row {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1;
  background: #333333;
  height: 40px;
}
#header .third_row.open {
  display: flex;
}
#header .third_row section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
#header .third_row ol {
  display: flex;
}
#header .third_row ol li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  font-family: "Noto Sans";
  font-size: 15px;
  font-weight: 0;
  text-align: center;
  position: relative;
  padding: 0 15px;
  line-height: 1;
  border-left: 1px solid #ccc;
}
@media all and (-ms-high-contrast: none){
  #header .third_row ol li {
    font-family: inherit;
  }
  
}
#header .third_row ol li:last-child {
  border-right: 1px solid #ccc;
}
/*
#header .third_row ol li:before{
content:"";
position: absolute;
border-left: 1px solid #ccc;
height:16px;
width:1px;
left:0px;
}
#header .third_row ol li:last-child:after{
content:"";
position: absolute;
border-right: 1px solid #ccc;
height:16px;
width:1px;
right:0px;
}
*/
#header .third_row ol li a,
#header .third_row ol li span {
  display: block;
  color: #fff;
  padding: 1px 10px;
}
#header .third_row ol li span {
  color: #999;
}
#header .third_row ol li a:hover,
#header .third_row ol li a.active {
  color: #333;
}
#header .app_btn.arrow_right:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  background-color: #fff;
  height: 1px;
  right: 16px;
}

#header .app_btn.arrow_right:after {
  content: '';
  position: absolute;
  top: 17px;
  transform: rotate(45deg);
  width: 10px;
  background-color: #fff;
  height: 1px;
  right: 16px;
}
@media screen and (max-width: 767px){
  #header .purchase_item {
    width: 100%;
    border-bottom: none;
  }
}
/* 5.sprites
----------------------------------------*/
.sprites { background: url(../images/common/sprites.png) no-repeat; background-size:auto; display:inline-block;}

.genre01_icon    { background-position: 0px 0px; }
.genre02_icon      { background-position:-44px 0px; }
.genre03_icon      { background-position:-88px 0px; }
.genre04_icon      { background-position:-132px 0px; }
.campaign_icon    { background-position:-176px 0px; }

/*----------------------------------------*/




@media (max-width: 768px) {
  #header {
    padding: 0px 0 0 0;
    height:40px;
  }
  #header section{
    position: relative;
    height: auto;
  }
  #header .logo {
    width: auto;
    padding: 4px 0px 3px 10px;
    height: 38px;
  }
  #header .logo img {
    width: auto;
    height: 100%;
  }
  #header .first_row {
    height: auto;
    margin-bottom: 0px;
  }

  #header .second_row {
    display: none;
  }
  #header .various {
    width: auto;
    left: 60px;
  }
  #header .description {
    width: 100%;
    font-size: 71%;
    padding: 2px 100px 0 0;
  }
  #header .purchase_item span {
    font-size: 10px;
    transform: scale(0.7);
    padding-left: 2px;
  }
  #header .purchase_item img {
    width: 40px; 
  }
  #header .btn_area {
    position: absolute;
    right: 0px;
  /*phase2 中階層ができた場合
  right: 41px;*/
  width: 40px;
}


.sp_gnav {
  position: absolute;
  width: 100%;
  top: 44px;
  background: #fff;
}
.sp_gnav > ul {
  overflow-x: auto;
  display: flex;
  align-items: flex-end;
}
.sp_gnav > ul > li {
  width: 160px;
  height: 100%;
  font-size: 10px;
  margin-right: 5px;
  padding: 0 2px;
  text-align: center;
  border-bottom: 2px solid #626262;
}
.sp_gnav > ul > li.current {
  border-bottom: 1px solid #f9605f;
}
.sp_gnav > ul > li:last-child {
  margin-right: 0;
}
.sp_gnav > ul > li > a {
  display: block;
  font-family: "Noto Sans";
  white-space: nowrap;
  padding: 2px 4px 3px;
  color: #040a36;
  font-weight: bold;
}
.sp_gnav > ul > li:nth-child(1) > a {
  padding: 6px 10px 3px;
}
}

#header ol.icon_arrow li  {   margin-top: 4px; }



#gnav .icon_arrow a:before {
  position: initial;
  margin: 0 10px 0 5px;
}

.icon_arrow a:before {
  font-family: 'Fontawesome';
  content: "\f105";
  position: absolute;
  width: auto;
  height: auto;
  text-align: center;
  top:-5%;
  left:10px;
  font-size: 21px;
  font-weight: bold;
  color: #999999;
}

#gnav .pr_txt {
  font-family: "Noto Sans";
  font-size: 131%;
  font-weight: bold;
  color: #f94545;
  text-align: center;
  width: 255px;
  margin: 15px 0 0 20px;
  box-sizing: border-box;
}


/*----------------------------------------------
フッター
-----------------------------------------------*/



/*---------------------------------------------
04. clearfix
---------------------------------------------*/
.clearfix,
footer,
section {
  *zoom: 1;
}
.clearfix:after,
footer:after,
section:after {
  content: " ";
  display: table;
  clear: both;
}



/* 2.layout
----------------------------------------*/



footer {
  position: relative;
  display: block;
  z-index: 20;
  width: 100%;
  height: auto;
  background-color: #000;
  color:#fff;
  padding-bottom:100px;
}

footer section{
  padding:0px;
}
footer section:first-of-type{
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}

footer form{
  color:#000;
  font-size:14px;
}
#footer  {
  min-width: 1170px;
  padding: 20px 0 40px 0;
  -webkit-box-shadow:  0 0 3px 0 #999;
  box-shadow:  0 0 3px 0 #999;

}


/*sitemap*/
#footer .sitemap{
  padding:20px 20px 0;
}
#footer .sitemap li{
  float:left;
  width:auto;
  padding:2px 30px 0 0;
}
#footer .sitemap li.oneline {
  width:100%;
}

#footer .sitemap li:first-child{
  padding-top:0px;
}

#footer .sitemap p,#footer .sitemap dl{
  margin-bottom:30px;
}
#footer .sitemap p,#footer .sitemap dt{
  font-weight: 700;
  position: relative;
  line-height: 0.9em;
}

#footer dt{
  color:#c7e8aa;
  margin-bottom:10px;
}
#footer dd{
  color:#c7e8aa;
  margin-bottom:5px;
  font-size:14px;
  padding-left:14px;
  line-height: 1.2em;
}

#footer a{
  color:#fff;
  position: relative;
  padding:0 0 0 24px;
/*text-indent: -1em;
padding-left: 1em;*/
display: inline-block;
}

#footer a:hover{
  text-decoration: none;
  opacity: 0.5;
}

#footer .sitemap p a:before,#footer .sitemap dt a:before {
  font-family: 'Fontawesome';
  content: "\f105";
  position: absolute;
  width:auto; height:auto;
  text-align: center;
  top:0%; left: 0px;

}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {

  #footer .sitemap p a:before,#footer .sitemap dt a:before {
   top: -9%;
 }
}
@media screen and (max-width: 767px){
  #footer  {
    min-width: auto;

  }
  #footer:after{
    padding-bottom:100px;
  }
}



/*footer bottom*/
#footer .bottom {
  margin:40px 0 20px;
}
#footer .bottom ul{
  display: inline-block;
}
#footer .bottom ul:last-child{
  border-right: 1px solid #fff;
}
#footer .bottom li{
  display: inline-block;
  border-left:1px solid #fff;
  padding:0 20px;
  font-size:14px;
}

#footer .bottom li a{
  padding:0;
}

#footer #copyright_wrap .fl{
  width:70%;

}
#footer #copyright_wrap .fr{
  width:23%;
  padding-top: 25px;
}
#footer #copyright_wrap .social-btn_fb a{
  padding:0;

}

#footer p.corp, copyright{
  margin-top: 15px;
  font-size:13px;
  display: block;
}

#footer #copyright_wrap li {
  float: left;
}
#footer .social-btn_fb img,
#footer .social-btn_tw img{
  width:36px;
  height:auto;
}

#footer .page-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 0;
  width: 250px;
  height: 285px;
  
}
#footer .page-top a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  position: relative;
}
#footer .page-top a:hover {
  opacity: 1;
  -webkit-transform: translate(0px,-5px);
  -moz-transform: translate(0px,-5px);
  -ms-transform: translate(0px,-5px);
  -o-transform: translate(0px,-5px);
  transform: translate(0px,-5px);
}
#footer .page-top a:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 250px;
  height: 285px;
  background: url("../images/common/pagetop.png") no-repeat center top;
  content: "";
}

.lh {line-height:22px !important;}

@media (max-width: 768px){
  footer section:first-of-type{
    border: 0;
  }


  /*sitemap*/
  #footer .sitemap li{
    width: auto;
  }
  #footer .sitemap li:nth-last-child(2){
    clear: both;
    padding-top: 0;
  }
  #footer .sitemap p,#footer .sitemap dl{
    margin-bottom: 20px;
  }
  #footer .sitemap p.sp-oneline{
    clear: both;
    float: none;
    width: 100%;
  }
  #footer .sitemap dl{
    float: left;
    width: 50%;
  }
  #footer dd{
    padding-left:0;
  }
  #footer .sitemap dd > a{
    display: inline-block;
  }
  #footer .sitemap p a:after,#footer .sitemap dt a:after{
    top: 50%; left: 5px;
    margin-top: 0px;
  }
  #footer dl.genere {
    margin-top: -25px;
    padding-left: 15px;

  }
  #footer dl.genere.left{
    width:60%;
  }
  #footer dl.genere.right{
    width:40%;
  }
  /*footer bottom*/
  #footer .bottom {
    margin: 20px;
    padding: 0 10px;
    text-align: center;
  }
  #footer .bottom ul{
    display: block;
    margin-bottom: 10px;
  }
  #footer .bottom ul:last-child{
    margin-bottom: 0;
    border: 0;
  }
  #footer .bottom li{
    padding: 0 10px;
  }
  #footer .bottom li:last-child{
    border-right: 1px solid #fff;
  }
  #footer #copyright_wrap{
    text-align: center;
  }
  #footer #copyright_wrap .fl{
    float: none;
    width: 100%;
  }
  #footer #copyright_wrap .fr{
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  #footer #copyright_wrap .fr li{
    display: inline-block;
    float: none;
  }

  #footer .page-top {
    bottom: 60px;
    width: 140px;
    height: 160px;
    right:0px;

    margin-right:0;
  }
  #footer .page-top a{
    width:auto;
  }
  #footer .page-top a:after {
    right: 3px;
    width: 100%;
    height: 100%;
    background-size: contain;
  }
}



/*----------------------------------------------
メインビジュアル
-----------------------------------------------*/
#main_bg{
  position: relative;
  margin-top:-45px;
  z-index: 0;
  width:100%;
  min-width: 1170px;
  background:url(../images/common/main_bg.jpg) no-repeat center top;
  background-size: cover;
  background-position: center;
}

#main_bg .second2{
  position: absolute;
  margin-top:-35px;
  margin-left:-100px !important;
  z-index: 0;
  width:100%;
  min-width: 1400px;
}


#main_visual{
  height:458px;
  width:100%;
  min-width:1170px;
}

#main_visual .inner{
  position: relative;
  display: block;
  width:1170px;
  text-align: center;
  margin:0 auto;
  z-index: 0;
}

#main_visual .headline{
  width:50%;
  margin: auto;
  padding-top:50px;
  padding-right:500px;
  position: relative;
}
#main_visual .mv_tag{
  position: absolute;
  left: 13%;  
  top: 13%;
}
#main_visual .mv_sub{
  position: absolute;
  right: 27%;
  top: 15%;
}
#main_visual .mv_point{
  position: absolute;
  bottom: -52%;
  left: 11.5%;
  width: 400px;
  z-index: 5;
}
#main_visual .mv_ob1{
  position: absolute;
  bottom: -90%;
  right: 22%;
z-index: 10;
}
#main_visual .mv_ob2 {
  position: absolute;
  bottom: -70%;
  left: -4%;
  width: 200px;
  z-index: 6;
}


/*mvB*/
.mvB #main_visual .headline{
  padding-top: 46px;
  margin:0 20px 0 -38px;
  background: url(../images/common/mv_title_bg.png) no-repeat top 10px center;
  height:398px;
}
.mvB #main_visual .headline img{
  width: auto;
}
.mvB #main_visual .mv_tag{
  position: absolute;
  left: 38%;  
  top: 8%;
}
.mvB #main_visual .mv_sub{
  position: absolute;
  right: 29%;
  top: 19%;
}
.mvB #main_visual .mv_main{
  position: absolute;
  left: 16%;  
  top: 30%;
}
.mvB #main_visual .mv_point{
  position: absolute;
  bottom: 14%;
  left: 38%;
}


@media all and (-ms-high-contrast: none){
  #main_visual .mv_tag,
  #main_visual .mv_sub,
  #main_visual .mv_main,
  #main_visual .mv_point{
    overflow: hidden !important;
  }
}

@media (max-width: 768px) {
  #main_bg{
    width:auto;
    height:auto;
    min-width:auto;
    margin-top: 10px;
    background: url(../images/common/main_bg_sp.jpg) no-repeat center top;
    background-size: cover;
    overflow-x: hidden;
  }
  
  #main_bg .second2{
	margin-top:0px;
    width:auto;
    height:auto;
    min-width:100%;
    text-align:center !important;
    margin-left:0px !important;
  }

  
  
  #main_bg.mvB{
    background:url(../images/common/main_bg2_sp.jpg) no-repeat center top;
    background-size: cover;
  }

  #main_visual .headline img{
    width: 100%;
  }
  #figure #main_bg{
    background: none;
  }
  #main_visual{
    width:auto;
    min-width:auto;
    height:520px;
    background-size:100%;
    padding-bottom: 0px;
  }
  #main_visual .inner{
    top: 0px;
    width: auto;
  }
  #main_visual .headline{
    width: 95%;
    padding-right: 0;
    padding-top: 30px;
  }

  #main_visual .headline span.diagonal_line{
    top: -4px;
    padding: 0 20px;
    font-size:5vw;
  }

  #main_visual span.diagonal_line:before,#main_visual span.diagonal_line:after{
    width:4vw;
    height:4vh;
    margin-top: -12px;
    font-size: 4vw;
  }
  #main_visual .headline span.strong_line {
    font-size: calc(32px + 3vw);
  }
  #main_visual .points {
    width: 200px;
    margin-top: 16px;
  }
  #main_visual .mv_tag {
    left: 18%;
    width: 24%;
    top: 16%;
  }
  #main_visual .mv_sub{
    right: 5%;
    width: 43%;
    top: 18%;
  }
  #main_visual .mv_point{
    bottom: -54%;
    width: 70%;
    left: 20%;
  }
  #main_visual .mv_ob1{
    top: 128%;
    width: 64%;
    left: 53%;
  }
  #main_visual .mv_ob2{
    bottom: -90%;
    width: 40%;
    left: -10%;
  }

  /*mvB*/

.mvB #main_visual .headline{
    width: 100%;
    padding-right: 0;
     margin:auto;
    background: url(../images/common/mv_title_bg.png) no-repeat top 10px center;
    background-size:110%;
    height:234px;
  }
  .mvB #main_visual .mv_tag{
    left: 15%;
    width:70%;
    top: 10%;
  }
  .mvB #main_visual .mv_tag img{
    width:70%;
  }
  .mvB #main_visual .mv_sub{
    left: 13%;
    width: 83%;
    top: 23%;
  }
  .mvB #main_visual .mv_sub img{
    width:70%;
  }
  .mvB #main_visual .mv_main{
    position: absolute;
    left: 2%;  
    top: 37%;
  }
  .mvB #main_visual .mv_main img{
    width:85%;
  }
  .mvB #main_visual .mv_point{
     bottom: 0%;
    width: 80%;
    left: 10%;
  }
  .mvB #main_visual .mv_point img{
    width:64%;
  }

}

@media (max-width: 320px) {

  #main_visual{
    background:url(../images/common/main_visual_sp.png) no-repeat center top 49%;
    background-size:100%;
    height:430px; 
  }
  #main_visual .points {
    width: 190px;
    margin-top: 15px;
  }

}
/*----------------------------------------------
トップビジュアル検索枠
-----------------------------------------------*/

#top_search{
  position: absolute;
  top: 100px;
  right: 68px;
  width: 265px;
  background-image: url(../images/common/mv_base.png);
  padding: 10px;
  z-index: 30;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 240px;
}
#top_search h2{
  margin:0;
  color:#fff;
  font-size:137%;
  font-family: 'Noto Sans';
  font-weight: 400;
}
#top_search h2 em{
  font-size:100%;
}
#top_search .search_box{
  background-color: #fff;
  margin:15px 14px 2px;
  padding:28px 25px 17px;
  box-sizing: border-box;
  -webkit-border-radius: 6px 6px 0px 0px; -moz-border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px;
  -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.18);
  -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.18);
  box-shadow:0px 0px 10px 0px rgba(0,0,0,0.18);
}
#top_search .search_box input[type="text"]{
  width:100%;
  height:46px;
  line-height: 1.8;
}
#top_search .search_box input[type="submit"]{
  width:200px;
}


#top_search .search_box .select-wrap{
  display: none;
  margin-bottom: 20px;
}
#top_search #top_search_parts{
  height: 100%;
}

#top_search .app_box{
  box-sizing: border-box;
  margin: 0;
  padding: 5px 0 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#top_search .app_box h3{
  color:#ec0d0d;
  font-size:18px;
  font-family: 'Noto Sans';
  font-weight: 400;
  margin:0 0 16px!important;
  padding:0;
  line-height: 1.6;

}
#top_search .app_box h3 em {
  font-size: 18px;
  font-weight: 700;

}
#top_search .app_box .application  {
  width: 84%;
}
#top_search .app_box .application > .app_btn {
  width: 220px;
  height: 45px;
  line-height: 2.3;
  font-size:137%;
  font-weight: 400;
  left: 50%;
  transform: translateX(-50%);
}

#top_search .app_box .app_btn.arrow_right:before {
  top: 25%;
  right: 20px;
  width: 25px;
  height: 25px;
  content: none;
}
#top_search .app_box .app_btn.arrow_right:after {
  top: 40%;
  right: 29px;
  width: 8px;
  height: 8px;
  background-color: transparent;
}
#top_search .top_serchbox {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom:14px;
  position: relative;

}
_::-webkit-full-page-media, _:future, :root #top_search .top_serchbox {
  width: 86%;
  min-height: 48px;
}
#top_search .top_serchbox form{
  display: flex;
  justify-content: center;
}



#top_search .top_serchbox input {
  padding: 16px 10px;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  background-color: #f2f2f2;
  box-shadow: 14px 12px 11px -7px rgba(0,0,0,0.1) inset;
  font-family: 'Noto Sans';
  border: none;
}
_::-webkit-full-page-media, _:future, :root #top_search .top_serchbox input {
  width: 100%;
}
@-moz-document url-prefix(){
  /*ff huck*/
  #top_search .top_serchbox form {
    display:inline-flex;
    justify-content: center;
    width:100%;
  }
  #top_search .top_serchbox input {
    width:calc(75% - 60px);
    clip-path: polygon(13px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 13px);
  }
  #top_search .top_serchbox button {
    width:calc(75% - 60px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0 0);
  }
}


@media all and (-ms-high-contrast:none){/* IE11 */
  *::-ms-backdrop,  #top_search .top_serchbox input {
    width:calc(75% - 60px);
    clip-path: polygon(13px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 13px);
  }
  *::-ms-backdrop, #top_search .top_serchbox button {
    width:calc(75% - 60px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0 0);
  }
}


@media all and (-ms-high-contrast: none){
  #top_search .top_serchbox {
    width:100%;
  }
  #top_search .top_serchbox input {
    width:calc(75% - 60px);
  }
}
#top_search .top_serchbox button {
  padding: 16px 10px;
  font-family: 'Noto Sans';
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  background-color: #666666;
  color:#fff;
  border: none;
  width: 60px;
  cursor: pointer;
  box-shadow: -5px 12px 11px -7px rgba(0,0,0,0.1) inset;
  transition: all 0.2s ease 0s;
}
#top_search .top_serchbox button:hover{
  opacity: 0.6;
}
#top_search .application{
  height: 45px;
}

@media (max-width: 768px) {
  #top_search{
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    margin: 108px 20px 0;
    padding: 1px 0px 2px;
    position: relative;
    height: 248px;
  }
  #top_search h2{
    font-size:150%;
  }
  #top_search h2 em{
    font-size:100%;
  }
  #top_search .app_box{
    padding:8px 0 8px;
  }

  #top_search .app_box h3{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-weight: 700;
    font-size:120%;
    margin:0 0 5px!important;
  }

  #top_search .app_box .application > .app_btn {
    width: 100%;
    line-height: 2.6em;
  }

  #top_search .app_box .app_btn.arrow_right:before {
    top: 25%;
    right: 20px;
    width: 25px;
    height: 25px;

  }
  #top_search .app_box .app_btn.arrow_right:after {
    top: 40%;
    right: 29px;
    width: 8px;
    height: 8px;
  }
  #top_search .top_serchbox{
    width:calc(100% - 56px);
    margin-top: 10px;
  }

  #top_search .top_serchbox input{
    width:calc(100% - 56px);
  }
  #top_search .top_serchbox form {
    width: 100%;
  }


  #top_search .top_serchbox button {
    padding: 16px 10px;
    font-family: 'Noto Sans';
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    background-color: #666666;
    color:#fff;
    border: none;
    width: 56px;
    cursor: pointer;
    box-shadow: -5px 12px 11px -7px rgba(0,0,0,0.1) inset;
    transition: all 0.2s ease 0s;
  }
}


/*----------------------------------------------
トップビジュアル検索枠
-----------------------------------------------*/

#top_search3{
  position: absolute;
  top: 100px;
  right: 68px;
  width: 265px;
  background-image: url(../images/common/mv_base2.png);
  padding: 10px;
  z-index: 30;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 180px;
}
#top_search3 h2{
  margin:0;
  color:#fff;
  font-size:137%;
  font-family: 'Noto Sans';
  font-weight: 400;
}
#top_search3 h2 em{
  font-size:100%;
}
#top_search3 .search_box{
  background-color: #fff;
  margin:15px 14px 2px;
  padding:10px 25px 17px;
  box-sizing: border-box;
  -webkit-border-radius: 6px 6px 0px 0px; -moz-border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px;
  -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.18);
  -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.18);
  box-shadow:0px 0px 10px 0px rgba(0,0,0,0.18);
}
#top_search3 .search_box input[type="text"]{
  width:100%;
  height:46px;
  line-height: 1.8;
}
#top_search3 .search_box input[type="submit"]{
  width:200px;
}


#top_search3 .search_box .select-wrap{
  display: none;
  margin-bottom: 20px;
}
#top_search3 #top_search3_parts{
  height: 100%;
}

#top_search3 .app_box{
  box-sizing: border-box;
  margin: 0;
  padding: 5px 0 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#top_search3 .app_box h3{
  color:#ec0d0d;
  font-size:18px;
  font-family: 'Noto Sans';
  font-weight: 400;
  margin:0 0 16px!important;
  padding:0;
  line-height: 1.2;

}
#top_search3 .app_box h3 em {
  font-size: 18px;
  font-weight: 700;

}
#top_search3 .app_box .application  {
  width: 84%;
}
#top_search3 .app_box .application > .app_btn {
  width: 220px;
  height: 45px;
  line-height: 2.3;
  font-size:137%;
  font-weight: 400;
  left: 50%;
  transform: translateX(-50%);
}

#top_search3 .app_box .app_btn.arrow_right:before {
  top: 25%;
  right: 20px;
  width: 25px;
  height: 25px;
  content: none;
}
#top_search3 .app_box .app_btn.arrow_right:after {
  top: 40%;
  right: 29px;
  width: 8px;
  height: 8px;
  background-color: transparent;
}
#top_search3 .top_serchbox {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom:14px;
  position: relative;

}
_::-webkit-full-page-media, _:future, :root #top_search3 .top_serchbox {
  width: 86%;
  min-height: 48px;
}
#top_search3 .top_serchbox form{
  display: flex;
  justify-content: center;
}



#top_search3 .top_serchbox input {
  padding: 16px 10px;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  background-color: #f2f2f2;
  box-shadow: 14px 12px 11px -7px rgba(0,0,0,0.1) inset;
  font-family: 'Noto Sans';
  border: none;
}
_::-webkit-full-page-media, _:future, :root #top_search3 .top_serchbox input {
  width: 100%;
}
@-moz-document url-prefix(){
  /*ff huck*/
  #top_search3 .top_serchbox form {
    display:inline-flex;
    justify-content: center;
    width:100%;
  }
  #top_search3 .top_serchbox input {
    width:calc(75% - 60px);
    clip-path: polygon(13px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 13px);
  }
  #top_search3 .top_serchbox button {
    width:calc(75% - 60px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0 0);
  }
}


@media all and (-ms-high-contrast:none){/* IE11 */
  *::-ms-backdrop,  #top_search3 .top_serchbox input {
    width:calc(75% - 60px);
    clip-path: polygon(13px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 13px);
  }
  *::-ms-backdrop, #top_search3 .top_serchbox button {
    width:calc(75% - 60px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0 0);
  }
}


@media all and (-ms-high-contrast: none){
  #top_search3 .top_serchbox {
    width:100%;
  }
  #top_search3 .top_serchbox input {
    width:calc(75% - 60px);
  }
}
#top_search3 .top_serchbox button {
  padding: 16px 10px;
  font-family: 'Noto Sans';
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  background-color: #666666;
  color:#fff;
  border: none;
  width: 60px;
  cursor: pointer;
  box-shadow: -5px 12px 11px -7px rgba(0,0,0,0.1) inset;
  transition: all 0.2s ease 0s;
}
#top_search3 .top_serchbox button:hover{
  opacity: 0.6;
}
#top_search3 .application{
  height: 45px;
}

@media (max-width: 768px) {
  #top_search3{
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    margin: 128px 20px 0;
    padding: 1px 0px 2px;
    position: relative;
    height: 200px;
  }
  #top_search3 h2{
    font-size:150%;
  }
  #top_search3 h2 em{
    font-size:100%;
  }
  #top_search3 .app_box{
    padding:8px 0 8px;
  }

  #top_search3 .app_box h3{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-weight: 700;
    font-size:120%;
    margin:0 0 5px!important;
  }

  #top_search3 .app_box .application > .app_btn {
    width: 100%;
    line-height: 2.6em;
  }

  #top_search3 .app_box .app_btn.arrow_right:before {
    top: 25%;
    right: 20px;
    width: 25px;
    height: 25px;

  }
  #top_search3 .app_box .app_btn.arrow_right:after {
    top: 40%;
    right: 29px;
    width: 8px;
    height: 8px;
  }
  #top_search3 .top_serchbox{
    width:calc(100% - 56px);
    margin-top: 10px;
  }

  #top_search3 .top_serchbox input{
    width:calc(100% - 56px);
  }
  #top_search3 .top_serchbox form {
    width: 100%;
  }


  #top_search3 .top_serchbox button {
    padding: 16px 10px;
    font-family: 'Noto Sans';
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    background-color: #666666;
    color:#fff;
    border: none;
    width: 56px;
    cursor: pointer;
    box-shadow: -5px 12px 11px -7px rgba(0,0,0,0.1) inset;
    transition: all 0.2s ease 0s;
  }
}

.ipad #top_search .top_serchbox,
.ipad #top_search .top_serchbox input,
.ipad #top_search .top_serchbox form{
  width: auto!important;
}


.ipad #header .second_row li:nth-child(1) .nav_txt,
.ipad #header .second_row li:nth-child(2) .nav_txt,
.ipad #header .second_row li:nth-child(3) .nav_txt,
.ipad #header .second_row li:nth-child(4) .nav_txt{
  font-size: 10px!important;

}

@media (max-width: 320px) {
  #top_search{
    margin: 80px 20px 0;
  }
}

/*----------------------------------------------
お知らせ枠 TOP
----------------------------------------------*/
#top .news			{ display: table; background-color:#f2f2f2; height:auto; width: 100%; box-sizing: border-box; font-weight:bold; min-width: 1170px;position:relative;}
#top .news_header	{ display: table-cell; width:22%;background-color:#ec0d0d;text-align:right;color:#ffffff;padding:10px 20px 10px 0; box-sizing: border-box; }
#top .news_main		{ display: table-cell; width:78%;padding:10px 20px; box-sizing: border-box; }

@media (max-width: 768px) {
  #top .news			{ min-width: auto;}
  #top .news_header	{ width:26%; font-size: 14px;  text-align:center; padding:10px 0;  }
  #top .news_main		{ width:74%; padding:10px 10px 10px; font-size:10px;  vertical-align: top;}

}


/*----------------------------------------------
キャンペーンバナー TOP
----------------------------------------------*/
#campaign {
  background: #fff;
}
#campaign p {
  font-family: "Noto Sans";
  font-size: 250%;
  color: #333;
  text-align: center;
}
#campaign section {
  padding: 40px 20px 70px 20px;
  text-align:center;
}
img.campaign_bnr {
  max-width: 100%;
  margin:0 !important;
}
a img.campaign_bnr{
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
a:hover img.campaign_bnr {
  opacity:0.7;
}
#campaign .application {
  margin-top: 30px;
}

@media (max-width: 768px) {
  #campaign section {
    padding: 30px 20px 60px 20px;
  }
  .campaign_bnr {
    width: 100% !important;
  }
  a:hover img.campaign_bnr{
    opacity:1;
  }

}

/* 角落ちマスク */
.mask {
  clip-path: polygon(13px 0, 100% 0, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0 13px) !important;
}
@media screen and (max-width: 767px){
  .mask {
    clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px) !important;
  }
}

/* 斜め背景 */
.skew-l {
  transform:skewY(10deg)
}
.skew-l > section {
  transform:skewY(-10deg)
}
.skew-r {
  transform:skewY(-10deg)
}
.skew-r > section {
  transform:skewY(10deg)
}


/* リンク */
.link_under {
  text-decoration: underline;
}
.link_under:hover {
  opacity: 0.6;
}
/* インデント */
.text_indent{
  text-indent: -1em;
  padding-left: 1em;
}


/* 見出しテキスト */
.heading {
  text-align: center;
}
.heading p{
  font-size: 50px;
  font-family: "Noto Sans";
  color: #000;
}
.heading.heading_w p{
  color: #fff;
}
.heading h2{
  font-size: 100px !important;
  font-weight: bold !important;
  font-family: "Noto Sans";
  color:#ec0d0d;
}
@media screen and (max-width: 767px){
  .heading p{
    font-size: 20px;
  }
  .heading h2 {
    font-size: 40px !important;
  }
}


/*owabi*/
.owabi {
  text-align:center;
  width: 100%;
}

@media (max-width: 768px) {
  .owabi{
    background-size: 100%;
    height:auto;
    padding-bottom:85%;
  }

}

/*ヘッダーテキスト*/
.h_text {
  position: absolute;
  width:100%;
  z-index: 100;
  text-align: left;
  color: #000;
  font-size: 12px;
  pointer-events: none;
  
}
.h_text section {
  margin:auto;
  padding: 28px 0 0 0;
  position: relative;
}
.h_text h1{
  margin-left:190px;
  font-family: "Noto Sans";
}
@media (max-width: 768px) {
  .h_text{
    font-size:10px;
    transform: scale(0.8);
  }
  .h_text section {
    padding: 6px 0 0 0;

  }
  .h_text h1{
    margin-left:170px;
    height:45px;
    
  }

}
@media (max-width: 320px) {
  .h_text{

    display: none;
  }

}

/* sidebar */
.sidebar {
  position: fixed;
  right: 0;
  top: 110px;
  z-index: 30;
  width: 85px;
  clip-path: polygon(13px 0, 100% 0, 100% 100%, 13px 100%, 0% calc(100% - 13px), 0 13px);
  background-color: #fff;
}

.sidebar img{
  width:auto;
}
.sidebar a:hover{
  opacity:0.6;
}
.sidebar_body > *{
  border-top: 1px solid #808080;
  padding:20px 12px;
  display: block;
  background-color: #000;
  text-align: center;
}
.sidebar_body > *:last-child{
  padding:8px 12px;
}
.sidebar_head,
.sidebar_foot {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans";
  font-weight: 500;
  font-size: 14px;
}
.sidebar_head{
  background-color: #ec0d0d;
}
.sidebar_head > *{
  padding:10px 0 8px;
  background-color: #ec0d0d;
}
.sidebar_foot > *{
  border-top: 1px solid #808080;
  padding: 10px 18px 12px;
  display: block;
  background-color: #ec0d0d;
}


@media screen and (max-width: 767px){
  .sidebar {
    position: fixed;
    right: 0;
    top:auto;
    bottom: 0px;
    z-index: 30;
    width: 100%;
    height: 57px;
    padding:0;
    clip-path: none;
    background: #000;
    box-sizing: border-box;
    display: flex;
  }
  .sidebar img{
    width:100%;
  }
   .sidebar_body {
      width:69.4%;
      display: flex;
   }
  .sidebar_body > *{
    border-top:none;
    
    padding:20px 7px 20px;
    width:20%;
    margin:0 auto;
    box-sizing: border-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #000;
  }
  .sidebar_head,
  .sidebar_foot {

    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans";
    font-weight: normal;
    font-size: 10px;
    width:15.28%;
    margin:0;
  }
  .sidebar_head{
  }
  .sidebar_head > *{
    padding:16px 0 12px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .sidebar_foot > *{
    padding: 10px 9px 12px;
    }

}

/* conversionエリア */

.conversion {
  position: relative;
  z-index: 1;
  min-width: 1170px;
}
.conversion section{
  text-align: center;
  z-index: 3;
  padding: 90px 0 130px;
}
.conversion section p{
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Sans";
}
.conversion section p.black{
  color:#000;
}
.conversion .strong_txt{
  color:#ec0d0d;
  font-size: 50px;
  font-weight: bold;
  font-family: "Noto Sans";
  z-index: 3;
  position: relative;
}
.conversion .conv_txt.large .strong_txt{
  font-size: 80px;
}
.conv_txt{
  position: relative;
  margin-top: 8px;
}
.conversion section .conv_line{
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}

@media all and (-ms-high-contrast: none){
  .conversion section .conv_line{
    bottom:8px;
  }
}
.conversion section .conv_txt.large .conv_line{
  bottom: 2px;
}
@media all and (-ms-high-contrast: none){
  .conversion section .conv_txt.large .conv_line{
    bottom:25px;
  }
}
@media screen and (max-width: 767px){
  .conversion {
    min-width: auto;
    padding: 30px 0;
  }
  .conversion section{
    padding: 0;
  }
  .conversion section p{
    font-size: 14px;
  }
  .conversion .strong_txt {
    font-size: 25px;
  }
  .conv_txt {
    position: relative;
    margin-top: 0px;
  }
  .conversion .conv_txt.large .strong_txt{
    font-size: 28px;
  }
  p.conv_txt_medi{
    font-size: 16px !important;
  }
}


/* total */
#total{
  margin-top: 40px;
  min-width: 1170px;
}

@media screen and (max-width: 767px){
  #total{
    min-width: auto;
    margin-top: 0;
  }
}

/*----------------------------------------------
メインコンテンツ
-----------------------------------------------*/
/* section */
section.bg_item{
  position: relative;
}
section.bg_item::before{
  position: absolute;
  content: "";
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index:1;
  height: 350px;
  pointer-events: none;
}
section.bg_item_w::before{
  background-image: url(../images/common/bg_item01.png);
}
section.bg_item_g::before{
  background-image: url(../images/common/bg_item02.png);
}
section .conv_btn{
  width: 500px;
  display: block;
  margin: 30px auto 0;
}
section .conv_btn:hover{
  opacity: 0.6;
}
@media all and (-ms-high-contrast: none){
  .conv_btn{
    overflow: hidden
  }
}
section .hosho_btn{
  width: 660px;
  display: block;
  margin: 40px auto 80px;
}
section .hosho_btn:hover{
  opacity: 0.6;
}
section .sec_h{
  width: 800px;
  margin:20px auto;
  position: relative;
  z-index:3;
}

@media screen and (max-width: 767px){
  section.bg_item::before{
    background-size: 100%;
  }
  section .conv_btn{
    width: 80%;
    margin: 12px auto 0;
  }
  section .sec_h{
    width:100%;
    margin: 0 auto;
  }
}


/* lead-area */
.lead-area {
  padding-top: 10px;
}
.lead-area section{
  padding: 50px 0 60px 0;
}
.lead-area p {
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 250%;
  letter-spacing: -3px;
}
.lead-area p span {
  font-family: "Noto Sans";
  font-size: 125%;
}
.lead-area h2 {
  font-family: "Noto Sans";
  font-size: 418.75%;
  font-weight: 500;
  color: #333;
  letter-spacing: -2px;
}
.lead-area h2 span {
  position: relative;
  padding-top: 0.2em;
}
.lead-area h2 span::before {
  position: absolute;
  content: "";
  width: 0.15em;
  height: 0.15em;
  border-radius: 50%;
  background-color: #333;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 768px) {
  .lead-area {
   padding-top: 0;
 }
 .lead-area section{
   padding: 30px 20px 20px;
 }

 .lead-area p {
  font-size: 140%;
  letter-spacing: -1px;
}

}

.question {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;

}
.question::after {
  content: '';
  background: url(../images/common/question-square-solid.svg) no-repeat center center;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0px;
  bottom: 0;
  left: -20px;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;

}


@media (max-width: 768px) {
  #pickup {
    margin-top: 50px;
  }

  #pickup:before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 567px;
    background: url(../images/common/bg_item_01.png) no-repeat;
    background-size:35%;
  }

  #pickup .text-area {

    width: 75%;
  }
  #pickup .text-area p.fzm.tar{
    text-align: left!important;
  }
  #pickup .text-area h3 {
    text-align: center;
    font-size: 120%;
  }

  #pickup .item-name {
    text-align: center;
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px 20px 0px;
  }

  #pickup .item-name h4 {
    font-size: 130%;

  }
  #pickup .item-name span{
    font-size:12px;
  }
  #pickup .item-name .popular {
    position: relative;
    display: block;
    width:100%;
    min-width:auto;
    max-width: auto;
    border: solid 2px #333;
    margin-top:10px;

  }
  #pickup .item-name .popular::before {
    display: block;
    background: none;
  }
  #pickup .item-name .popular p {
    font-size: 100%;
    padding: 4px 10px;
  }
  #pickup .item-name .popular p::before {
    width: 0px;
    background-color: none;
  }
  #pickup .item-name .popular p::after {
    width: 0px;
    background-color: none;
  }


  #pickup .text-area dl {
    font-size: 110%;
    margin-left:0!important;
  }

  #pickup .text-area .by-netoff {
    margin-top:20px!important;
    padding: 20px 20px 20px 55px;
  }
  #pickup .text-area .by-netoff p {
    font-size: 130%;
  }
  #pickup .text-area .by-netoff .price {
    font-size: 180%;
  }
  #pickup .text-area .by-netoff .price .num {
    font-size: 130%;
  }

  .arrow-wht{
    top: -10px;
    left: 10px;
    width: 30px;
    height: 50px;
  }
  .arrow-wht span{

    width: 30px;
    height: 50px;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    box-sizing: border-box;
  }
  .arrow-wht span::after{
    bottom: -5px;
    right: -15px;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
  }

}
@media (max-width: 320px) {

  #pickup .text-area dt {
    float: none;
    margin-bottom:5px;
  }
  #pickup .text-area dd {
    padding-left: 0px;
    margin-bottom:10px;
  }
  #pickup .text-area .by-netoff .price {
    font-size: 130%;
  }
  #pickup .text-area .by-netoff .price .num {
    font-size: 150%;
  }

}


/*total*/
.total {
  background:url(../images/common/total.jpg) no-repeat center top #eeeeee;
  width: 100%;
  height:800px;
  text-align: center;
}



/*total_thanks*/
.total_thanks{
  width: 100%;
  text-align: center;
  font-weight: bold;
  min-width: 1170px;
  background-color: #333;
}
.total_thanks section {
  padding: 40px 0 50px;
}

.total_thanks h2{
  font-family: 'Noto Serif JP', serif !important;
  color:#fff!important;
  font-size: 150%!important;
}
.total_thanks h3{
  font-family: 'Noto Serif JP', serif !important;
  color:#fff!important;
  font-size: 250%!important;
}
@media (max-width: 768px) {
  .total {
    background-size: 100%;
    height:auto;
    padding-bottom:57%;
  }
  .total_thanks{
    min-width: auto;
  }
  #wrap .total_thanks h2 {
    font-size: 14px !important;
    margin: 0px 0 40px 0;
  }
  .total_thanks h3{
    font-size: 20px!important;

  }
  .total_thanks section {
    padding: 20px 0;
  }
}

/* appeal */
#appeal{
  background-color: #f0efef;
  position: relative;
  min-width: 1170px;
}
#appeal section{
  padding-bottom: 30px;
}
.appeal_area .appeal_h{
  width: 800px;
  margin:70px auto;
  position: relative;
  z-index:3;
}
.appeal_img{
  min-width: 1170px;
}
#appeal .appeal_content{
  position: relative;
}
#appeal .appeal_txt_area{
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans";
  text-align: center;
  font-weight: bold;
  width: 100%;
}
#appeal .appeal_content:nth-child(2)  .appeal_txt_area{
  bottom: 64px;
}
#appeal .appeal_content:nth-child(3) .appeal_txt_area{
  bottom: 40px;
}
#appeal .appeal_content:nth-child(5) .appeal_txt_area{
  bottom: 70px;
}

#appeal .appeal_txt_area .appeal_small{
  font-size: 22px;
}
#appeal .appeal_txt_area .appeal_midium{
  font-size: 28px;
}
#appeal .appeal_txt_area .appeal_large{
  font-size: 40px;
  color: #ec0d0d;
}
#appeal .appeal_txt_area .appeal_caption{
  font-size: 16px;
  font-weight: normal;
  font-family: 'メイリオ', Meiryo, sans-serif;
  margin-top: 12px;
}
#appeal .appeal_txt_area .appeal_midium + .appeal_midium{
  margin-top: 18px;
}
#appeal .appeal_arrow{
  width:550px;
  margin: 0 auto;
}
#appeal .appeal_present_txt {
  font-family: "Noto Sans";
  font-weight: bold;
  text-align: center;
}
#appeal .appeal_present_beginner{
  font-size: 55px;
  margin: 10px auto 0;
  position: relative;
  width: max-content;
  text-align: center;
}
@media all and (-ms-high-contrast: none){
  #appeal .appeal_present_beginner{
    display:inline; 
  }
}
#appeal .appeal_present_beginner::before{
 position: absolute;
 top: 64%;
 left: -105px;
 transform: translateY(-50%);
 content: '';
 background: url(../images/common/beginner.png) no-repeat;
 width: 100px;
 height: 130px;
}
.appeal_area .appeal_present_copy{
  color: #ec0d0d;
  font-size:78px;
  position: relative;
  z-index: 2;
}
.appeal_area .appeal_present_copy::before{
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  background: url(../images/common/yellow_line.png) no-repeat;
  width: 100%;
  height: 20px;
  background-position: 50% 0;
  z-index: -1;
}
.appeal_area .appeal_present_copy + .appeal_present_copy{
  margin-bottom: 40px;
}

#appeal .appeal_btn_area{
  margin-top: 20px;
  margin-bottom: 20px;
}
#appeal .appeal_btn {
  text-align: center;
  border: 2px solid #333333;
  border-radius: 30px;
  width: 370px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  font-family: "Noto Sans";
  font-weight: 500;
  transition: all 0.2s ease 0s;
}
#appeal .appeal_btn a{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease 0s;
}
#appeal .appeal_btn:before {
  content: '';
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  width: 15px;
  background-color: #333333;
  height: 1.5px;
  right: 20px;
  transition: all 0.2s ease 0s;
}
#appeal .appeal_btn:after {
  content: '';
  position: absolute;
  top: 17px;
  transform: rotate(45deg);
  width: 10px;
  background-color: #333333;
  height: 1.5px;
  right: 18px;
  transition: all 0.2s ease 0s;
}
#appeal .appeal_btn:hover {
  border: 2px solid #333333;
  background-color: #333;

}
#appeal .appeal_btn:hover a{
  color: #fff;

}
#appeal .appeal_btn:hover:before {
  background-color: #fff;
}
#appeal .appeal_btn:hover:after {
  background-color: #fff;
}
#appeal .appeal_arrow-icon{
  width: 94px;
  margin: 0 auto;
}
#appeal .appeal_campaign_txt{
  font-family: "Noto Sans";
  font-weight: bold;
  font-size:42px;
  text-align: center;
}
#appeal .appeal_campaign_txt .appeal_campaign_copy{
  font-size:52px;
  color: #FFF;
  background-color: #ff0000;
  display: initial;
  position: relative;
  z-index: 3;
}
@media all and (-ms-high-contrast: none){
  #appeal .appeal_campaign_txt .appeal_campaign_copy{
    display:inline;
    padding-top: 4px;
  }
}
#appeal .cycle_area{
  position: relative;
  margin-top: -54px;
  z-index: 2;
  min-width: 1170px;
}
#appeal .cycle_img > *{
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  width:auto;
}
#appeal .cycle_img > *:first-child{
  width: 38%;
  top:16%;

}
#appeal .cycle_img > *:last-child{
  width: 58%;
}
.appeal_area .hosyo {
  padding-bottom: 210px;
  padding-top: 230px;
}
.appeal_area .hosyo_img {
  width: 882px;
  margin-left: auto;
  margin-right:auto;
}
.appeal_area .appeal_present_copy {
  width: 882px;
  margin-left: auto;
  margin-right:auto;
}
.appeal_area .hosyo .appeal_present_copy {
  font-family: "Noto Sans";
  font-weight: bold;
  text-align: center;
  font-size: 52px;
  margin-top: 20px;
}
.appeal_area .hosyo .appeal_present_copy::before {
  bottom: -2px;
}
.appeal_area .hosyo .conv_btn {
  margin-top: 50px;
}
.appeal_area .hosyo .hosho_btn {
  background-color: #000;
  color: #FFF;
  font-size: 28px;
  font-family: "Noto Sans";
  font-weight: bold;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.appeal_area .hosyo .hosho_btn.arrow_right:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  background-color: #fff;
  height: 1px;
  right: 24px;
}

.appeal_area .hosyo .hosho_btn.arrow_right:after {
  content: '';
  position: absolute;
  top: 30px;
  transform: rotate(45deg);
  width: 10px;
  background-color: #fff;
  height: 1px;
  right: 24px;
}

@media screen and (max-width: 767px){
  #appeal{
    min-width: auto;
  }
  .appeal_img{
    min-width: auto;
  }
  #appeal .cycle_area{
    min-width: auto;
    margin-top: -40px;
  }
  .appeal_area .appeal_h{
    width: 100%;
    margin: 30px 0 50px;
  }
  #appeal .appeal_txt_area{
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
  }
  #appeal .appeal_content{
    margin-top: 30px;
  }
  #appeal .appeal_content:nth-child(3){
    margin-top: 20px;
  }
  #appeal .appeal_content:nth-child(5){
  }
  #appeal .appeal_content:nth-child(3) .appeal_txt_area{
    position:initial;
  }
  #appeal .appeal_content:nth-child(5) .appeal_txt_area{
    position:initial;
  }
  #appeal .appeal_txt_area .appeal_midium{
    margin-top: 10px;
    font-size: 14px;
  }
  #appeal .appeal_txt_area .appeal_small {
    font-size: 12px;
  }
  #appeal .appeal_txt_area .appeal_large {
    font-size: 20px;
    margin-top: 2px;
  }
  #appeal .appeal_arrow {
    width: 80%;
    margin-top: 18px;
  }
  #appeal .appeal_present_beginner::before {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 56px;
    background-size: 45px;
  }
  #appeal .appeal_present_beginner {
    font-size: 25px;
    margin: 75px auto 0;
    width: 100%;
  }
  .appeal_area .hosyo{
    padding-top: 100px;
  }

  .appeal_area .appeal_present_copy {
    width: 100%;
    font-size: 36px;
  }
  .appeal_area .appeal_present_copy::before {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: url(../images/common/yellow_line_sp.png) no-repeat;
    width: 100%;
    height: 10px;
    background-position: 50% 0;
    z-index: -1;
    background-size: 110%;
  }
  #appeal .appeal_txt_area .appeal_caption {
    font-size: 10px;
    margin-top: 12px;
    line-height: 1.8;
  }
  #appeal .appeal_btn {
    border: 1px solid #333333;
    width: 100%;
    height: 30px;
  }
  #appeal .appeal_btn a {
    font-size: 12px;
  }
  #appeal .appeal_btn:before {
    top: 52%;
    width: 15px;
    height: 1px;
    right: 20px;
  }
  #appeal .appeal_btn:after {
   top: 11px;
   width: 8px;
   height: 1px;
   right: 18px;
 }
 #appeal .appeal_txt_area .appeal_midium + .appeal_midium {
  margin-top: 6px;
  line-height: 2;
}
#appeal .appeal_arrow-icon{
  width: 45px;
}
#appeal section {
  padding-top: 30px;
}
#appeal .appeal_campaign_txt {
  font-size: 18px;
}
#appeal .appeal_campaign_txt .appeal_campaign_copy {
  font-size: 22px;
}
.appeal_area .hosyo_img{
  width: 100%;
}
.appeal_area .hosyo .appeal_present_copy {
  font-size: 26px;
  margin-top: 12px;
}
#appeal .cycle_img > *:last-child {
  width: 84%;
  top: 6%;
}
#appeal .cycle_img > *:first-child{
  width: 50%;
  top: 16%;
}
.appeal_area .hosyo{
  padding-bottom: 0;
}
.appeal_area .hosyo_img{
  margin-top: 20px;
}
.appeal_area .hosyo .conv_btn{
  margin-top: 28px;
  margin-bottom: 30px;
}
.appeal_area .hosyo .hosho_btn {
  font-size: 14px;
  height: 35px;
  width: 100%;
}
.appeal_area .hosyo .hosho_btn.arrow_right:before {
  width: 10px;
  right: 10px;
}

.appeal_area .hosyo .hosho_btn.arrow_right:after {
  top: 15px;
  width: 6px;
  right: 10px;
}
}

/* item-area */
.product_area{
  padding:110px 0 ;
}
.product_area section{
  padding: 0;
}
.product_area section + section{
  padding-top: 80px;
}
.product_area .product_items li dd{
  text-align: center;
  font-weight: bold;
  margin-top: 16px;
}
@media screen and (max-width: 767px){
  .product_area{
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .product_area section{
    padding: 0 15px;
  }
  .product_area section + section{
    padding-top: 50px;
  }
}

/* review */
#review{
  position: relative;
  min-width: 1170px;
}
#review section{
  padding-bottom: 20px;
}
#review .h_title{
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
#review .h_title > *{
  text-align: center;
  font-family: "Noto Sans";
  font-weight: 500;
  font-size: 26px;
}
#review .h_title h3{
  font-size: 60px;
  color: #000;
}

.review_box {
  width: 80%;
  height: auto;
  margin: 0px auto 50px;
  z-index: 1;
}
.review_content{
  background: #fff;
  width: 100%;
  height: auto;
  padding:0 30px;
  margin:-30px auto 50px;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
  border: 4px solid #cccccc;
}

@media screen and (max-width: 767px){
  #review{
    min-width: auto;
  }
  #review section {
    padding: 10px 15px 40px;
  }
  #review .h_title{
    margin-top: 6px;
  }
  #review .h_title > * {
    font-size: 16px;
  }
  #review .h_title h3 {
    font-size: 24px;
    margin-top: 4px;
  }
  .review_content {
    margin: 0 auto;
  }
  .review_box {
    width: 100%;
    margin: 18px auto 0;
  }
}

/*all_service*/
.all_service {
  position: relative;
  min-width: 1170px;
}
.all_service::after{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content:'';
  width:100%;
  height:34px;
  top:0;
  background-image:url(../images/common/h_line05.png);
  background-repeat:no-repeat;
  background-position-x: 50%;
  z-index: 2;
}
.all_service ul {
  position: relative;
  z-index: 3;
}
.all_service h2{
  margin: 10px 0;
  padding: 0 0 30px 0;
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
}
.all_service .column_link li dd {
  font-family: "Noto Sans";
  font-weight: 700;
  text-align: center;
  color: #ff124c;
  padding: 10px 0 10px;
}
.all_service .column_link li dt {
  text-align: center;
  padding: 5px 0 15px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 162%;
}
@media (max-width: 768px) {
  .all_service .column_link li dd {
    font-size: 85%;
  }
  .all_service .column_link li dt {
    padding: 0 0 15px;
    font-size: 137%;
  }
  .all_service {
    min-width: auto;
  }
  .all_service::after{
    height:26px;
    background-image:url(../images/common/h_line05_sp.png);
    background-size: 100%;
  }
  .all_service h2{
    margin-bottom: 0;
  }
}


/*usage*/

.usage {
  position: relative;
  margin-top: 100px;
  min-width: 1170px;
}
.usage::after{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content:'';
  width:100%;
  height:34px;
  top:0;
  background-repeat:no-repeat;
  background-position-x: 50%;
  z-index: 2;
}
.usage .heading_wrap{
  margin: 0 auto 90px;
}

.usage ul{
  position: relative;
  z-index: 3;
}
.usage .five_column li {
  position: relative;
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans";
  width: 210px;
  min-height: 300px;
  margin-right: 30px;
}
.usage .five_column li:nth-child(5) {
  margin-right: 0px;
}
.usage .five_column li:before{
  content:"1";
  position: absolute;
  display: block;
  top: -30px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background: #f94545;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 137%;
  font-weight: 700;
  border-radius: 3px;
  line-height: 40px;
}
.usage .five_column li.n2:before{
  content:"2";
}
.usage .five_column li.n3:before{
  content:"3";
}
.usage .five_column li.n4:before{
  content:"4";
}
.usage .five_column li.n5:before{
  content:"5";
}

.usage .five_column li:after{
  content:"";
  position: absolute;
  top: 50%;
  right: -26px;
  margin-top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #f94545;
}
.usage .five_column li:nth-child(5):after{
  content:"";
  border: none;
}
.usage .five_column li dl {
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
  padding: 10px 0;
  box-sizing: border-box;
  height: 95px;
}
.usage .five_column li dt {
  font-size: 122%;
  font-weight: 700;
}
.usage .five_column li dd {
  font-size: 100%;
  font-weight: 700;
}

@media ( max-width: 768px ) {
  .usage {
    min-width: auto;
    margin-top: 10px;
  }

  .usage .heading_wrap{
    margin-bottom: 30px;
  }
  .usage .five_column li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
    min-height: auto;
  }
  .usage .five_column li:before{
    top: 50%;
    left: -15px;
    margin-top: -15px;
    margin-left: 0px;
    width: 30px;
    height: 30px;
    font-size: 122%;
    line-height: 30px;
    z-index: 5;
  }

  .usage .five_column li:after{
    top: inherit;
    right: inherit;
    bottom: -25px;
    left: 50%;
    margin-top: inherit;
    margin-left: -15px;
    border-width: 15px 15px 0 15px;
    border-color: #f94545 transparent transparent transparent;
  }
  .usage .five_column li dl {
    height: 90px;
    padding: 10px;
  }
  .usage .five_column li dt {
    font-size: 122%;
  }
  .usage .five_column li dd {
    font-size: 87%;
  }
  .usage .five_column li img {
    width: 90px;
    height: 90px;
    float: left;
  }
  .usage .conv_btn {
    width: 100%;
  }
}

.usage .sub_conductor{
  text-align: center;
  margin:60px auto 30px;
}
@media ( max-width: 768px ) {
  .usage .sub_conductor {
    margin-top: 10px;
  }
  .usage .sub_conductor > a.sub_btn {
    width: 100%;
  }
  .usage .sub_conductor > a.sub_btn.arrow_right:after {
    top: 41%;
    right: 27px;
  }
}

/* features */
.features {
  position: relative;
  margin-top: 30px;
  min-width: 1170px;
}
.features::after{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content:'';
  width:100%;
  height:34px;
  top:0;
  background-repeat:no-repeat;
  background-position-x: 50%;
  z-index: 2;
}

.features .three_column li {
  font-family: "Noto Sans";
  height: 250px;
  margin-bottom: 20px;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
.features .three_column li:nth-child(3n) {
  border-right: 1px solid #ccc;
}
.features .three_column .circle_pic {
  width: 130px;
  height:auto;
  margin: 20px auto;
}
.features_txt{
  text-align: center;
}
.features .three_column dl dt {
  font-size: 20px;
  font-weight: bold;
}
.features .three_column dl dd {
  font-size: 34px;
  font-weight: bold;
  padding:0px 0px 20px;
  color:#f94545;
}
.features .three_column dl dd span {
  font-size: 20px;
}
.features .application{
  margin:50px auto 0;
}

@media ( max-width: 768px ) {
  .features {
    margin-top: 0;
    min-width: auto;
  }

  .features section{
   padding: 50px 10px 50px 10px;
 }
 .features .three_column {
  margin: 0 auto;
}
.features .three_column li {
  float: left;
  width: 50%;
  height: auto;
  border-right: 1px solid  #ccc;
  border-left: 1px solid  #ccc;
  margin-right: 0;
  margin-bottom: 10px;
}
.features .three_column li:nth-child(even) {
  border-left: 0;
}
.features .three_column li:last-child {
  margin-bottom: 0;
}
.features .three_column .circle_pic {
  width: 48%;
  margin-bottom: 0;
}
.features .three_column dl {
  padding: 5%;
}
.features .three_column dl dt,
.features .three_column dl dd span {
  font-size: 100%;
}
.features .three_column dl dd {
  font-size: 120%;
}
.features section .conv_btn {
  width: 100%;
  margin-top: 0;
}
}


/* campaign*/
#campaign_area{
  margin-top: 250px;
  background-image:url(../images/common/bg_sec01.jpg), linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 68%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 100%);
  background-size: contain,auto;
  background-repeat:no-repeat;
  background-position:0 320px ,0 0;
  padding-bottom: 150px;
}
#campaign_area .heading_wrap{
  
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.campaign_area-top{
  padding-bottom: 0;
  position: relative;
  z-index: 2;
  padding-top: 24px;
}
.campaign_middle{
  transform:skewY(10deg);
  position: relative;
  z-index: 1;
  margin-top: -30px;
}
.campaign_middle section{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding:0;
}
.campaign_bottom{
  padding-top: 0;
}

.campaign_note {
  margin: 20px 0 0;
  text-align: center;
  line-height: 1.5;
}
.campaign_note em {
  font-size: 120%;
  font-weight: 700;
}
#campaign_area .block_note{
  background-color: #000000;
  }
.block_note {
  padding: 32px 18px 28px;
}
.campaign_title {
  font-size: 24px;
  font-weight: bold;
  color: white;
  font-family: 'Noto Sans';
}
.campaign_caption ul{
  font-size: 20px;
  margin-top: 10px;
}
.campaign_caption ul li:first-child {
  margin-top: 0px;
}
.campaign_caption ul li {
  padding-left: 34px;
  position: relative;
  color: #fff;
}
.campaign_caption ul li::before {
  position: absolute;
  content:'●';
  width: 16px;
  height: 20px;
  top:0;
  left: 10px;
  color: #ccc;
}
.campaign_caption ul li span{
  font-weight: bold;
  color:#f94545;
}
.caption-bottom{
  color:#ff0000;
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}


@media ( max-width: 768px ) {
  #campaign_area{
    margin-top: 130px;
  }
  .block_note{
    padding: 10px;
    margin: 40px 0 10px;
  }
  .campaign_note {
    margin: 20px 0 0;
    text-align: left;
  }
  .campaign_note em {
    font-size: 110%;
  }
  .campaign_title{
    font-size: 16px;
  }
  .campaign_caption ul {
    font-size: 14px;
    margin-top: 10px;
  }
  .campaign_caption ul li {
    margin-top: 14px;
    padding-left: 28px;
  }
  section .conv_btn {
    width: 100%;
    margin-top: 0;
  }
  .campaign_middle{
    margin-top: 0;
  }
  .caption-bottom{
    margin-top: 10px;
    font-size: 14px;
  }
  .campaign_bottom .application{
    margin-top: 80px !important;
  }
}


/* purchase*/
.purchase {
  position: relative;
  min-width: 1170px;
  margin-top: 130px;

}
.purchase section{
  padding-bottom: 110px;
  padding-top: 90px;
}
.purchase section h2{
  width: 720px;
  margin-left: auto;
  margin-right:auto;
}




@media (max-width: 768px) {
  .purchase {
    min-width: auto;
    margin-top: 45px;
  }

  .purchase::after {
    background-image: url(../images/common/h_line02_sp.png);
    background-size: 100%;
    height: 28px;
  }
  .purchase section h2 {
    margin: 0px 0 26px 0 !important;
  }
  .purchase .search_price{
    width:100%;
    margin: 30px auto 30px;
    padding: 0 20px;
  }
  .purchase section {
    padding-top: 60px;
  }
  .bag_text{
    font-size:140%;
    line-height: 1.4;
  }
  .bag_text span{
    font-size:150%;
  }
}




@media (max-width: 768px) {
  .purchase .purchase_item_body:before{
    top:0px; 
  }
  .purchase_item_body .four_column > *{
    width:calc(50% - 5px);
  }
  .purchase .purchase_item_title {
    background: #664a1a;
  }
  .purchase .purchase_item_title span{
    font-size: 20px;
    padding:0px 10px 0px 10px;
  }
  .purchase .purchase_item_title em{
     display: none;
   }
   .purchase .purchase_item_title img{
    width:36px;
    margin-left:10px;
  }
  .purchase .purchase_item_title:before{
    width:auto;
    height: auto;
  }

}



.purchase .five_column li {
  margin: 0 10px 20px;
  box-sizing:border-box;
  background: #fff;
}
.purchase .five_column dl{
  padding:15px;
}

@media screen and (max-width: 767px){
  .purchase_medama_area {
    padding-left: 0;
  }
  .purchase_medama_body {
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0px;
  }
  .purchase_medama_area .update p{
    font-size: 12px;
  }
  .purchase_medama_body .medama_imgarea {
    width: 40%;
    height: calc( 100% - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 26px auto;
  }
  .purchase_medama_body .medama_imgarea img {
    width: 100%;
    height:auto;
}
  .purchase_medama_body .medama_txtarea .hardware {
      font-size: 14px;
      font-weight: 500;
  }
  .purchase_medama_body .medama_txtarea .purchase_name p {
      font-size: 22px;
      width: 100%;
      height: auto;
      max-height: 75px;
  }
  .purchase_medama_body .medama_txtarea {
    padding: 10px 28px 0;
      width: calc(100%);
      height: auto;
  }
  .purchase_medama_body .medama_txtarea .maker {
      font-size: 12px;
      margin-top: 0px;
  }
  .purchase_medama_body .medama_txtarea .date {
      font-size: 12px;
  }
  .purchase_medama_body  .purchase .purchase_data {
      margin: 0px 0px 10px;
  }
  .purchase_medama_body .medama_txtarea .purchase_tag{
      margin-top: 5px;
  }
  .purchase_medama_body .medama_txtarea .purchase_tag p {
      font-size: 14px;
      padding: 4px 12px 2px 14px;
      clip-path: polygon(6px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 6px);
  }
  .purchase_medama_body .medama_txtarea .purchase_prise {
      font-weight: bold;
      color: #ec0d0d;
      display: flex;
      align-items: flex-end;
      justify-content: end;
      font-weight: bold;
      font-size: 26px;
      position: relative;
      z-index: 3;
      padding-right: 0px;
      margin-top: 5px;
  }
  .purchase_medama_body .medama_txtarea .purchase_prise .price_title {
      font-size: 15px;
      margin-bottom: 0;
  }
  .purchase_medama_body .medama_txtarea .purchase_prise .price {
      font-size: 38px;
      margin-right: 2px;
  }
  .purchase_medama_body .medama_txtarea .purchase_prise::before {
      height: 30px;
      bottom: -6px;
      left: 24px;
      background-size: 80%;
  }
  .purchase .caption {
      font-size: 12px;
  }
  .purchase .purchase_item_body {
      margin-bottom: 16px;
  }
}


/*00%買取保証*/
.purchase .purchase_pr {
  text-align: center;
  margin: 20px 0 80px;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Noto Sans";
  font-weight: 700;
  position: relative;
  z-index: 1;

}
.purchase .purchase_pr span.until {
  font-size: 24px;
  padding:8px 0 0 150px;
  position: relative;
}
.purchase .purchase_pr span.until:after {
  content: "";
  background:url(../images/common/ico_kingakumeyasu.png) no-repeat top left;
  display: block;
  position: absolute;
  top:0;
  left:0;
  width:150px;
  height:70px;
}

.purchase .purchase_pr p{
  /*display: none;*/
  letter-spacing: -2px;
}
@media all and (-ms-high-contrast: none){
  .purchase .purchase_pr p {
    font-family: inherit;
  }
}
.purchase .purchase_pr p span {
  font-size: 50px;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.4;
  padding: 0 0 6px;
}

.purchase .purchase_pr p span em{
  font-size: 74px;
  line-height: 1.2;
}
.purchase .purchase_pr p span.f_black {
  border-bottom: 2px solid #000;
}

.purchase .purchase_pr p span.f_pink {
  border-bottom: 2px solid #f94545;
}


@media (max-width: 768px) {

  .purchase .purchase_pr {
    margin: 20px 0 60px;

  }
  .purchase .purchase_pr span.until {
    font-size: 18px;
    padding:50px 0 10px 0px;
    display: block;
  }
  .purchase .purchase_pr span.until:after {
    background:url(../images/common/ico_kingakumeyasu.png) no-repeat top center;
    background-size:80%;
    right:0;
    margin: auto;
    width:150px;
    height:70px;
  }

  .purchase .purchase_pr p span {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
    line-height: 1.4;
    padding: 0 0 4px;
  }

  .purchase .purchase_pr p span em{
    font-size: 50px;
    line-height: 1.2;
  }
  .purchase .purchase_pr p span.f_black {
    border-bottom: 2px solid #000;
  }

  .purchase .purchase_pr p span.f_pink {
    border-bottom: 2px solid #f94545;
  }

}

.purchase .genre_list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing: border-box;
}
.purchase .genre_list li {
  padding: 10px;
  box-sizing:border-box;
  font-size: 0;
  margin: 0;
  width: 25%;
}
.purchase .genre_list li > a,
.purchase .genre_list li > div {
  background: #fff;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 10px;
  box-sizing: border-box;
}
.purchase .genre_list li > a:hover{
  opacity:0.6;
}
.purchase .genre_list li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  height:70px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.purchase .genre_list li figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.purchase .genre_list li span {
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 20px;
  width: 65%;
}

.purchase .purchase_genre_content {
  width: 100%;
  text-align: center;
  margin:0;
  padding:10px;
  background: #fff;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.purchase .purchase_genre_content img {
  width:200px;
  height:200px;
}
.purchase .four_column dl {
  width: 100%;
  padding: 20px 20px 32px;
  box-sizing: border-box;
  background: #fff;
}
.purchase_prise::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 34px;
  bottom: -8px;
  left: 0px;
  background-image: url(../images/common/line_price.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.purchase_name {
  margin: 0px 0px 10px;
  font-weight: 700;
  color: #000;
  font-size: 14px;
}

.purchase_data {
  margin: 0px 0px 10px;
  font-size:75%;
  font-family: "Noto Sans";
  color: #000;
}

.purchase_prise {
  font-size:110%;
  font-weight: 700;
  color: #ec0d0d;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  font-family: "Noto Sans";
  font-weight: bold;
  font-size: 18px;
  position: relative;
  z-index: 3;
  padding-right: 10px;
  font-weight: bold;
}
.purchase_prise span{
  font-size: 38px;
  font-family: Oswald;
  margin:0 3px;
}

.purchase .tag {
    display: block;
    font-size:14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #ee0d5c;
    text-align: center;
    margin-top: 10px;
    padding: 7px 0 6px;
}


.purchase_prise .purchase_prise-title{
  font-size: 14px;
  margin-bottom: 6px;
  margin-right: 8px;
  font-weight: normal;
}
.purchase_prise > *{
  display: block;

}
.purchase_items .purchase_tag{
  width: 230px;
  text-align: center;
  margin-top: 12px;
  color: #ec0d0d;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans";
  border-bottom: 2px solid #ec0d0d;
  padding-bottom: 4px;
  position: relative;
}
.purchase_items .purchase_tag::before{
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  content:'';
  width:7px;
  height:4px;
  bottom:-8px;
  left: 50%;
  transform: translateY(-50%);
  background-color: #ec0d0d;
}
.purchase_data.maker{
  margin-bottom: 4px;
}
.purchase_prise .price_title {
  font-size: 14px;
  margin-right: auto;
  line-height: 1.2;
  margin-bottom: 4px;
}
.purchase_prise .price {
  font-size: 50px;
  font-family: Oswald;
  font-weight: bold;
  margin-right: 2px;
  margin-bottom: -0.15em;
}
#kaitori .purchase_prise::before{
  left:50px;
}

@media (max-width: 768px) {
  .purchase section{
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }

  .purchase .five_column li {
    padding: 0;
    margin: 0 5px 14px 5px;
    box-sizing:border-box;
    width: 46.5%;
  }
  .purchase .five_column li:nth-child(even){
    float: right;
  }
  .purchase .four_column dl {
    padding: 10px;
  }

  .purchase .purchase_genre_content {
    height: auto;
    margin:0;
    padding:10px;
  }
.purchase .purchase_genre_content img {
  width:100%;
  height:100%;
}

  .purchase .purchase_name {
    margin: 0px 0px 5px;
    line-height: 1.4;
    word-wrap: break-word;
    font-size: 14px;
  }
  .purchase .purchase_data {
    margin: 0px 0px 3px;
    font-size: 10px;
  }
  .purchase .purchase_prise {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
  .purchase .logo_list {
    padding: 0;
    width: 100%;
  }
  .purchase .logo_list li {
    width: 33.3%;
    padding: 5px;
    margin: 0;
  }
  .purchase .logo_list li:nth-child(even) {
    float: left;
  }
  .purchase .logo_list li figure {
    width:100%;
    height:50px;
    padding: 10px 15px;
  }
  .purchase .logo_list li figure img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 100%;
  }

  .purchase .genre_list {
    padding: 0;
    width: 100%;
  }
  .purchase .genre_list li {
    width: 33.3%;
    padding: 5px;
    margin: 0;
  }
  .purchase .genre_list li:nth-child(even) {
    float: left;
  }
  .purchase .genre_list li > a,
  .purchase .genre_list li > div {
    height: 14vw;
    padding: 5px;
  }
  .purchase .genre_list li figure {
    width: 25%;
    height: 100%;
  }
  .purchase .genre_list li span {
    font-size: 2.5vw;
    padding: 8px;
    width: 75%;
  }
  .purchase_prise{
    padding-right: 2px;
  }
  .purchase .purchase_prise .tag {
    display: block!important;
    margin-top: 10px!important;
    margin-left:0px;
    padding: 7px 0 6px;
  }
  .purchase_items .purchase_tag {
    width: 100%;
    text-align: center;
    margin-top: 12px;
    font-size: 10px;
    border-bottom: 1px solid #ec0d0d;
    padding-bottom: 4px;
    position: relative;
  }
  .purchase_items .purchase_tag::before {
    width: 5px;
    height: 4px;
    bottom: -6px;
  }
  .purchase_prise .price {
    font-size: 30px;
    margin-right: 2px;
  }
  
  @media all and (-ms-high-contrast: none){
    .purchase_prise .price{
      margin-bottom: 4px;
    }
  }
  .purchase_prise .price_title {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .purchase_prise::before {
    height: 20px;
    bottom: -4px;
    background-size: 100%;
    left:0px;
  }
  .four_column > *:nth-child(n + 3) {
    margin-top: 14px;
  }
}

@media (max-width: 332px) {
  .purchase .five_column li {
    margin: 0 5px 14px 5px;
    width: 45.5%;
  }
}

.purchase .tab_changer {
  width: 100%;
  margin: 70px auto 20px;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid #ec0d0d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}
.purchase .tab_changer li {
  font-family: "Noto Sans";
  width: calc((100% - 120px ) / 6);
  height: 60px;
  font-weight: 500;
  color:#fff;
  background-color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  clip-path: polygon(0 0, 92% 0, 100% 20%, 100% 100%, 0 100%);
  transition: all 0.2s ease 0s;
  display: flex;
  flex-direction: column;
}
.purchase .tab_changer li span{
  font-size: 12px;
}

@media all and (-ms-high-contrast: none){
  .purchase .tab_changer li{
    height: 50px;
    padding-top: 10px;
  }
}
.purchase .tab_changer li:first-child {
  margin-left: 30px;
}
.purchase .tab_changer li:last-child {
  margin-right: 30px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  transition: all 0.2s ease 0s;
}
.purchase .tab_changer li:last-child::before {
  font-size: 20px;
  top: 42%;
  left: 16px;
  transition: all 0.2s ease 0s;
}
.purchase .tab_changer li:last-child:hover::before {
  color: #FFF;
}
.purchase .tab_changer li:last-child:hover {
  color: #fff;
  background-color: #FF6685;
}
.purchase .tab_changer li:last-child:hover a {
  color: #fff;
}
@media (max-width: 768px) {
  .purchase .tab_changer {
    width: 100%;
    height: auto;
    margin: 0 0px 15px;
  }
  .purchase .tab_changer li {
    width: calc((100% - 12px) / 3);
    height: auto;
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 1.2;
    min-height: 3em;
    margin-right: 6px;
  }
  .purchase .tab_changer li:nth-child(3n){
    margin-right: 0;
  }
  .purchase .tab_changer li:nth-child(n + 4){
    margin-top: 6px;
  }
  .purchase .tab_changer li:first-child{
    margin-left: 0;
  }
  .purchase .tab_changer li:last-child{
    margin-right: 0;
    font-size: 12px;
  }
  .purchase .tab_changer li:last-child::before {
    font-size: 12px;
    top: 50%;
    left: 10px;
    transition: all 0.2s ease 0s;
  }
  .purchase .tab_changer li span{
    font-size: 10px;
    font-weight: normal;
  }
}
.purchase .tab_changer li:hover,
.purchase .tab_changer li.current{
  background-color: #ec0d0d;
}

/*ゲーム機固有テキスト*/
.purchase #game_txt{
  display: none;
}
.purchase #game_txt.is-active{
  display: block;
}

/* 買取価格 */
#kaitori{
  min-width: 1170px;
  padding:100px 0;
  background-image:url(../images/common/bg_sec01.jpg);
  background-repeat:no-repeat;
  background-size: cover;
  margin-top: 15px;
}
#kaitori section {
  padding-bottom: 40px;
  padding-top: 30px;
}
#kaitori section::before {
  opacity: 0.2;
}
#kaitori  .heading_wrap{
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.kaitori_box {
  width: 100%;
  height: auto;
  margin: -4px auto 0;
  z-index: 0;
  min-width: 1170px;
}
.kaitori_content{
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  margin:0 auto 0;
  position: relative;
  z-index: 1;
  padding:50px 20px 50px;
}
.kaitori_content.loading:after {  
    content:"";
    display: block;
    position: absolute;
    bottom: 25px;
    width: 100%;
    height: 32px;
    background: url(../images/common/loading.gif) no-repeat center;
}
.kaitori_serchbox {  
  position: relative;
  width:calc(60% + 140px);
  margin: 0 auto;    
  clip-path: polygon(2% 0, 100% 0, 100% 80%, 98% 100%, 0 100%, 0 20%);
}

.kaitori_serchbox_content{
  display: flex;
  justify-content: center;
  width: 100%;
  box-shadow: 14px 12px 11px -7px rgba(0,0,0,0.1) inset;
  background-color: #f2f2f2;
}
.kaitori_serchbox input {
  padding: 16px 12px 16px 50px;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 20px;
  background-color: transparent;
  border: none;
  height: 38px;
  width:calc(100% - 140px);
  font-family: 'メイリオ', Meiryo, sans-serif;
}

.kaitori_serchbox::before{
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  background: url(../images/common/i_search.png) no-repeat;
}
.kaitori_serchbox button {
  padding: 16px 10px;
  font-family: 'Noto Sans';
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 20px;
  background-color: #666666;
  font-weight: bold;
  color: #fff;
  border: none;
  width: 140px;
  cursor: pointer;
  box-shadow: -5px 12px 11px -7px rgba(0,0,0,0.1) inset;
  transition: all 0.2s ease 0s;
}
.kaitori_serchbox button:hover{
  opacity: 0.6;
}


@media screen and (max-width: 767px){
  #kaitori{
    min-width: auto;
    padding: 50px 0 20px;
  }
  #kaitori section {
    padding:40px 15px 32px ;
  }
  .kaitori_box {
    min-width: auto;
    margin: 24px auto 0;
  }
  .kaitori_serchbox {
    width: calc(76% + 70px);
  }

  .kaitori_serchbox input {
    padding: 10px 10px 10px 35px;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    background-color: transparent;
    border: none;
    height: auto;
    width: calc(100% - 70px);
  }
  .kaitori_serchbox button {
    width: 70px;
    padding: 12px 8px;
    font-size: 16px;
  }
  .kaitori_serchbox::before {
    width: 16px;
    height: 18px;
    left: 9px;
    background-size: 16px;
  }

  .kaitori_content {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
    padding: 26px 12px 26px;
  }
  
}


/* 4.state
----------------------------------------*/
.is-current {
  color: #f94545;
}


.appeal_area,.campaign_bottom,.slide-right{
  overflow: hidden;
}

.sc_active{
  opacity: 0.7;
}



/*otoku*/
#otoku{
  margin-top: 220px;
  padding-bottom: 170px;
}
#otoku h4.message_title_black {
  position: relative;
  margin: 0 auto 30px;
  width: 48%;
  padding: 6px 12px 8px;
  font-weight: 500;
  font-size: 112%;
  font-family: "Noto Sans";
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#otoku h4.message_title_black:after {
  position: absolute;
  content: "";
  color: #fff;
  top: 80%;
  left: 48%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  z-index: 0;
  background: #fff;
}

#otoku h4.message_title {
    position: relative;
    top: 415px;
    margin: 0 auto 30px;
    width: 48%;
    padding: 6px 12px 8px;
    font-weight: 500;
    font-size: 112%;
    font-family: "Noto Sans";
    color: #ff124c;
    text-align: center;
    background-color: #fff;
    border: 2px solid #ff124c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#otoku ul {
  float: left;
  width: 376px;
  margin-top: -75px;
  margin-right: 20px;
}
#otoku ul:last-child {
  margin-right: 0;
}
#otoku ul li {
  width: 100%;
  margin-bottom: 20px;
}
#otoku ul li.top img {
  border: 4px solid #000;
  border-radius: 15px;
  box-sizing: border-box;
}
#otoku ul li.bottom img {
  border: 4px solid #ff7189;
  border-radius: 15px;
  box-sizing: border-box;
}
#otoku ul p {
  width: 100%;
  margin-bottom: 10px;
  font-size:140%;
  text-align: center;
  font-weight: bold;
  color: #fc2868;
}
#otoku ul .otoku_arrow {
  width: 5%;
  margin: 0 auto 100px;
}
#otoku p.catch_copy {
  position: relative;
  width: 50%;
  margin: 30px auto 0;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
#otoku p.catch_copy:before,
#otoku p.catch_copy:after {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
}
#otoku p.catch_copy:before {
  left: -37px;
  content: "＼";
}
#otoku p.catch_copy:after {
  right: -37px;
  content: "／";
}

@media (max-width: 768px) {
  #otoku{
    margin-top: 78px;
    padding-bottom: 100px;
  }
  #otoku ul {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #otoku ul li {
    margin-bottom: 10px;
  }
  #otoku ul li.top {
    width: 85%;
    text-align: left;
  }
  #otoku ul li.bottom {
    float: right;
    width: 85%;
    margin-top: -40px;
    text-align: right;
  }
  #otoku ul li.bottom.last + p {
    margin-bottom: 20px;
  }
  #otoku ul p {
    margin-bottom: 45px;
    clear: both;
  }
  #otoku .baloon_sp_black,
  #otoku .baloon_sp_pink {
    position: relative;
    z-index: 15;
    width: 85%;
    height: 40px;
    background: #fff;
    font-size: 120%;
    line-height: 2.3;
    box-sizing: border-box;
    border-radius: 10px;
  }
  #otoku .baloon_sp_black {
    left: 0;
    margin-bottom: 14px;
    border: 3px solid #000;
  }
  #otoku .baloon_sp_pink {
    margin-bottom: 14px;
    color: #ff124c;
    border: 3px solid #ff7189;
  }
  #otoku .baloon_sp_black:after,
  #otoku .baloon_sp_pink:after {
    position: absolute;
    z-index: 10;
    top: 29px;
    bottom: 0;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-left: -11px;
    background: #fff;
    box-sizing: border-box;
    content: "";
  }
  #otoku .baloon_sp_black:after {
    border-left: 3px solid #000;
    border-bottom: 3px solid  #000;
    transform: rotate(-45deg);
  }
  #otoku .baloon_sp_pink:after {
    background: #fff;
    border-left: 3px solid  #ff7189;
    border-bottom: 3px solid  #ff7189;
    transform: rotate(-45deg);
  }
  #otoku ul p:nth-child(even) {
    text-align: left;
  }
  #otoku ul .otoku_arrow {
    position: relative;
    left: 10px;
    width: 5%;
    margin: -38px 0 0 15px;
    transform: rotate(-45deg);
  }
  #otoku p.catch_copy {
    font-size: 108%;
    margin-top: 0;
  }
}


/*faq*/
.faq {
  margin-top: 205px;
  padding-bottom: 70px;
}
.faq dl{
  margin-bottom:40px;
}
.faq dt{
  display: block;
  border-bottom:2px solid #333;
  padding: 8px 16px 8px 66px;
  position: relative;
  color:#000;
  font-size:125%;
  line-height: 1.6;
  margin-bottom:40px;
  font-weight: bold;
}
.faq dt:after{
  content:"Q";
  display: block;
  position: absolute;
  width:50px;
  height:50px;
  line-height: 48px;
  font-size: 150%;
  font-weight: bold;
  background-color:#333;
  color:#fff;
  text-align: center;
  vertical-align: middle;
  font-family: "Roboto";
  font-weight: 700;
  bottom:0;
  left:0;
}
.faq dd{
  display: block;
  padding:0;
  border-left:2px solid #a0a0a0;
  margin-left:100px;
  padding:8px 8px 8px 16px;
  position: relative;

}
.faq dd:after{
  content:"A";
  display: block;
  position: absolute;
  width:30px;
  height:30px;
  font-family: "Roboto";
  font-weight: 700;
  bottom:0;
  left:0;
  font-size: 150%;
  color:#ff0000;
  top:1px;
  left:-30px;
}
.faq dt span{
  display: block;
  cursor: pointer; 
}
.faq dt span.i_plus{
  position: static;
}
.faq dt.js-active span.i_plus:before{
  content: "\f106";
  font-size: 100%;
  top:0;
}

.faq dd .f_pink{
  font-size: 120%;
  font-weight: bold;
}
@media (max-width: 768px) {
  .faq{
    margin-top: 70px;
    padding-bottom: 30px;
  }
  .faq dt{
    vertical-align: middle;
    font-size:100%;
    line-height: 1.4;
    margin-bottom:20px;
    min-height:46px;
    padding: 8px 30px 8px 45px;
  }
  .faq dt:after{
    
    width:36px;
    
  }
  .faq dd{
    margin-left:40px;
    padding:8px 0px 8px 16px;
    position: relative;
  }
  .faq dt span.i_plus:before{
    top:0.6em;
  }
  .faq dt.js-active span.i_plus:before{
    font-size: 140%;
    font-weight: 700;
  }
}

/* sells */
#sells{
  margin-top: 120px;
}
.sells {
    width: 100%;
    text-align: center;
}
.sells .four_column li a {
    position: relative;
    padding: 10px 10px 40px;
    display: block;
    -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;
}
.sells .four_column li a:hover{
    background-color:#ffd4df;
}
.sells .four_column li p {
    font-family: 'Noto Sans';
    font-weight: 700;
    font-size:137%;
    margin: 10px 0 15px;

}
.sells .four_column li a:after{
    position: absolute;
    left:0;
    right:0;
    bottom:12px;
    font-family: 'Fontawesome';
    content: "\f138";
    font-size:160%;
}

.sells .three_column li a {
    position: relative;
    padding: 10px 10px 40px;
    display: block;
    -webkit-border-radius: 7px;  -moz-border-radius: 7px;  border-radius: 7px;
}
.sells .three_column li a:hover{
    background-color:#ffd4df;
}
.sells .three_column li p {
    font-family: 'Noto Sans';
    font-weight: 700;
    font-size:137%;
    margin: 10px 0 15px;

}
.sells .three_column li a:after{
    position: absolute;
    left:0;
    right:0;
    bottom:12px;
    font-family: 'Fontawesome';
    content: "\f138";
    font-size:160%;
}

.sells .application {
    margin-top: 30px;
}
.sell_shop-btn{
width: 100%;
height: 65px;
margin-top: 25px;
box-sizing: border-box;
border-radius: 6px;
box-sizing: border-box;
background: linear-gradient(
45deg, transparent 6px, #000 7px,#000 10px,#fff 10px, #fff 10px), linear-gradient(
135deg
, #fff 14px, #fff 15px, #fff 16px), linear-gradient(
225deg
, transparent 6px, #000 7px,#000 10px,#fff 10px, #fff 10px), linear-gradient(
315deg
, #fff 14px, #fff 15px, #fff 16px);
background-position: bottom left,top left,top right,bottom right;
background-size: 50% 50%;
background-repeat: no-repeat;
position: relative;
}
.sell_shop-btn::before,
.sell_shop-btn::after{
  position: absolute;
  content: "";
  width: 562px;
  height: 50px;
  pointer-events: none;
}

.sell_shop-btn::before{
border-top: 4px solid #000;
border-left: 4px solid #000;
top: 0;
left: 0;
}
.sell_shop-btn::after{
border-right: 4px solid #000;
border-bottom: 4px solid #000;
bottom: 0;
right: 0;
}
.sell_shop-btn a{
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: 'Noto Sans';
  display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.sell_shop-btn a:hover{
  color: rgba(0, 0, 0, 0.6)
}
.sell_shop-btn .arrow_right:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  background-color: #000;
  height: 1px;
  right: 16px;
}

.sell_shop-btn .arrow_right:after {
  content: '';
  position: absolute;
  top: 27px;
  transform: rotate(45deg);
  width: 10px;
  background-color: #000;
  height: 1px;
  right: 16px;
}


@media ( max-width: 768px ) {
  #sells{
    margin-top: 70px;
  }
  .sell_shop{
    padding-top: 25px;
  }
    .sells .four_column li p {
        font-size: 100%;
    }
    .sells .four_column li a:hover{
    background-color:none;
}

    .sells .three_column li p {
        font-size: 100%;
    }
    .sells .three_column li a:hover{
    background-color:none;
}
.sell_shop-btn{
  height: 50px;
}
.sell_shop-btn::before,
.sell_shop-btn::after{
  width: 325px;
  height: 40px;
}
.sell_shop-btn a{
  font-size: 16px;
}
.sell_shop-btn .arrow_right:after{
  width: 7px;
  top: 21px;
}
}


/*高価買取下テーブル*/
#other_lists {
  width: 100%;
}
#other_lists h4.message_title {
  margin: 0 auto 15px;;
}
#other_lists p {
  font-size: 73%;
  padding: 0 5px 5px 0;
  text-align: right;
}
.other_header {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #5c5c5c;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.other_header li {
  float: left;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.other_header li:first-child {
  width: 68%;
}
.other_header li:nth-child(2){
  width: 9%;
}
.other_header li:nth-child(3){
  width: 21%;
}

.other_list {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}



.other_list {
  max-height: 1000px;
  transition: max-height 500ms;
  overflow: hidden;
}
.other_list:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 95%, rgba(255, 255, 255, 1));
  content: "";
}
.other_list.more_active {
  max-height: 100%;
}
.other_list.more_active:after {
  background: none;
}



.other_list ul {
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0;
  box-sizing: border-box;
}
.other_list ul:nth-child(odd) {
  background: #f2f2f2;
}
.other_list ul:nth-child(even) {
  background: #fff;
}
.other_list li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;

}
.other_list .info {
  width: 758px;
}
.other_list .vendor{
  width: 100px;
  text-align: center;
}

.other_list .price {
  width: 260px;
  color:#ff124c;
  font-weight:900;
  font-size: 100%;
  padding: 12px 10px;
  text-align: right;
}
.other_list .price span {
  font-size: 165%;
}

.other_list .price span.tag {
    position: relative;
    top: -3px;
    display: inline-block;
    font-size:13px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #ee0d5c;
    text-align: center;
    padding: 4px 6px 3px;
    margin: 0 0 5px 5px;
}


.other_list .jan {
  text-align: center;
}

@media (max-width: 768px) {
  #other_lists h4.message_title {
    margin: 0 auto 10px;
  }
  #other_lists p {
    font-size: 85%;
  }
  .other_header li:first-child {
    width: 65%;
  }
  .other_header li:last-child {
    width: 35%;
  }
  .other_list {
    max-height: 400px;
    transition: max-height 500ms;
    overflow: hidden;
  }
  .other_list:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.8) 95%, rgba(255, 255, 255, 1));
    content: "";
  }
  .other_list.more_active {
    max-height: 100%;
  }
  .other_list.more_active:after {
    background: none;
  }
  .other_list ul {
    height: 100%;
  }
  .other_list li {
    display: block;
    float: left;
    font-size: 80%;
  }
  .other_list .info {
    float: left;
    width: 58%;
    padding: 10px 5px;
    text-align: left;
    box-sizing: border-box;
  }
  .other_list .vendor {
    float: left;
    width: 12%;
    padding: 10px 5px;
    text-align: left;
    box-sizing: border-box;
    text-align: center;
  }
  .other_list .price {
    width: 30%;
    padding: 10px 5px;
    box-sizing: border-box;
  }
  .other_list .price span {
    font-size: 130%;
  }
  .other_list .price span.tag {
    position: static;
    display: block;
    font-size:10px;
    margin: 4px 0 4px 5px;
  }

  .other_list .jan {
    display: none;
  }
  #js_more_btn.sub_btn {
    padding: 0 20px;
    line-height: 2.2;
    height: 35px;
  }

  .purchase .other_list .purchase_data{
    margin: 0px 0px 6px;
  }
  .purchase .other_list .purchase_prise{
    text-align: left;
  }

  .other_list.more_active {
    max-height: 100%;
  }
  .other_list.more_active:after {
    background: none;
  }


}


/* more_list */
.more_list {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-top: 12px;
}



/* sell_shop  */
.sell_shop {
padding-top: 70px;
}
@media screen and (max-width: 767px){
  .sell_shop{
    padding-top: 25px;
  }
  .sell_shop .two_column{
    flex-wrap: wrap;
  }
  .sell_shop .two_column > *{
    width: 100%;
  }
  .sell_shop .two_column > li + li{
    margin-top: 40px;
  }
}


/* character */
.lead-area section,
.purchase .heading_wrap,
#kaitori .heading_wrap,
.appeal_area .hosyo_img,
.appeal_area .hosyo,
.product_area .product_area-top,
.product_area .product_area-bottom,
#campaign_area .heading_wrap,
#campaign_area .campaign_bottom,
.usage .heading_wrap,
#otoku .heading_wrap,
#features .heading_wrap,
.features #features,
#faq .heading_wrap,
.sell_shop .heading_wrap,
#sells .heading_wrap{
  position: relative;
}
.lead-area section::before,
.purchase .heading_wrap::before,
#kaitori .heading_wrap::before,
.appeal_area .hosyo_img::before,
.appeal_area .hosyo::before,
.product_area .product_area-top::before,
.product_area .product_area-bottom::before,
#campaign_area .heading_wrap::before,
#campaign_area .heading_wrap::after,
#campaign_area .campaign_bottom::before,
.usage .heading_wrap::before,
#otoku .heading_wrap::before,
#features .heading_wrap::before,
.features #features::before,
#faq .heading_wrap::before,
.sell_shop .heading_wrap::before,
#sells .heading_wrap::before{
  position: absolute;
  content:'';
  background-repeat:no-repeat;
  z-index: 25;
  width:300px;
  height:200px;
  background-size:300px 200px;
  -webkit-backface-visibility: hidden;
}
.lead-area section::before{
  bottom:-40px;
  right:0%;
  background-image:url(../images/common/i_character_01.png);
}
.purchase .heading_wrap::before{
  top: -186px;
  left: 30%;
  background-image:url(../images/common/i_character_02.png);
}
#kaitori .heading_wrap::before{
  top: -187px;
  left: 39%;
  background-image:url(../images/common/i_character_03.png);
}
.appeal_area .hosyo_img::before{
  top: -200px;
  left: 30%;
  background-image:url(../images/common/i_character_04.png);
}
.appeal_area .hosyo::before{
  bottom: 240px;
  left: 0%;
  background-image:url(../images/common/i_character_05.png);
}
.product_area .product_area-top::before{
  top: -183px;
  left: 39%;
  background-image:url(../images/common/i_character_06.png);
}
.product_area .product_area-bottom::before{
  bottom: -60px;
  right: 5%;
  background-image:url(../images/common/i_character_07.png);
}
#campaign_area .heading_wrap::before{
  top: -194px;
  left: 39%;
  background-image:url(../images/common/i_character_08.png);
}
#campaign_area .heading_wrap::after{
  bottom: -180px;
  right: -7%;
  background-image:url(../images/common/i_character_09.png);
}
#campaign_area .campaign_bottom::before{
  bottom: 80px;
  right: 0%;
  background-image:url(../images/common/i_character_10.png);
}
.usage .heading_wrap::before{
  top: -180px;
  left: 30%;
  background-image:url(../images/common/i_character_11.png);
}
#otoku .heading_wrap::before{
  top: -194px;
  left: 34%;
  background-image:url(../images/common/i_character_12.png);
}
#features .heading_wrap::before{
  top: -185px;
  left: 30%;
  background-image:url(../images/common/i_character_13.png);
}
.features #features::before{
  bottom: 80px;
  right: 0%;
  background-image:url(../images/common/i_character_14.png);
}
#faq .heading_wrap::before{
  top: -185px;
  left: 40%;
  background-image:url(../images/common/i_character_15.png);
}
.sell_shop .heading_wrap::before{
  top: -190px;
  left: 30%;
  background-image:url(../images/common/i_character_16.png);
}
#sells .heading_wrap::before{
  top: -190px;
  left: 39%;
  background-image:url(../images/common/i_character_17.png);
}
@media screen and (max-width: 767px){
  
  .lead-area section::before{
    bottom:0px;
    width: 150px;
    height: 135px;
    left:0px;
    background-size:150px 100px;
  }
  .purchase .heading_wrap::before {
    left: 60px;
    background-size: 200px;
    width: 200px;
    height: 135px;
    top: -126px;
  }
  .product_area .product_area-top::before {
    left: 80px;
    background-size: 200px;
    width: 200px;
    height: 133px;
    top: -125px;
  }
  #kaitori .heading_wrap::before{
    top: -126px;
    left: 76px;
    background-size: 200px;
    width: 200px;
    height: 135px;
  }
  #sells .heading_wrap::before{
    left:10%;
  }
  .sell_shop .heading_wrap::before{
    left: 0;
  }
  #faq .heading_wrap::before{
    left: 6%;
  }
  #features .heading_wrap::before{
    left: 8px;
  }
  #otoku .heading_wrap::before{
    left: 5%;
  }
  .usage .heading_wrap::before{
    left: 8%;
  }
  #campaign_area .heading_wrap::before {
    left: 50px;
    background-size: 200px;
    width: 200px;
    height: 135px;
    top: -145px;
  }
  .product_area .product_area-bottom::before{
    bottom: 50px;
    background-size: 180px;
    width: 180px;
    height: 120px;
    right: 10px;
  }
  #campaign_area .heading_wrap::after {
    right: 0px;
    background-size: 190px;
    width: 190px;
    height: 160px;
    bottom: -140px;
  }
  .appeal_area .hosyo_img::before {
    left: 50px;
    background-size: 200px;
    width: 200px;
    height: 135px;
    top: -125px;
  }
  .appeal_area .hosyo::before{
    bottom: 60px;
    left: 0%;
    background-size: 175px;
    width: 175px;
    height: 115px;
  }
  #campaign_area .campaign_bottom::before {
    bottom: 50px;
    right: 5px;
    background-image: url(../images/common/i_character_10.png);
    background-size: 160px;
    width: 160px;
    height: 130px;
  }
  .usage .heading_wrap::before {
    left: 50px;
    background-size: 200px;
    width: 200px;
    height: 130px;
    top: -124px;
  }
  #otoku .heading_wrap::before {
    left: 70px;
    background-size: 200px;
    width: 200px;
    height: 140px;
    top: -130px;
  }
  #features .heading_wrap::before {
    left: 60px;
    background-size: 200px;
    width: 200px;
    height: 140px;
    top: -130px;
  }
  .features #features::before {
    bottom: 70px;
    right: 6px;
    background-image: url(../images/common/i_character_14.png);
    background-size: 180px;
    width: 180px;
    height: 135px;
  }
  #faq .heading_wrap::before {
    left: 80px;
    background-size: 200px;
    width: 200px;
    height: 135px;
    top: -130px;
  }
  .sell_shop .heading_wrap::before {
    left: 52px;
    background-size: 200px;
    width: 200px;
    height: 135px;
    top: -125px;
  }
  #sells .heading_wrap::before {
    background-size: 200px;
    width: 200px;
    height: 135px;
    left: 70px;
    top: -122px;
  }
}






/* 吹き出し*/
.glaph	{margin:0 0 100px 0;}

.balloon_title2 {
	position: relative;
	margin: -100px 0 50px 0;
	width: 1000px;
	padding: 15px 12px 15px;
	font-weight: 600;
	font-size: 200%;
	font-family: "Noto Sans";
	color: #000000;
	text-align: center;
	background-color: #fff;
	border-top: 5px solid #fbd3d3;
	-webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	border-radius: 0 0 10px 10px / 0 0 10px 10px;
	-webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.balloon_title2 span {
	position: relative;
	z-index: 11;
}

.balloon_title2:after {
	position: absolute;
	content: "";
	top: 79%;
	left: 50%;
	margin-left:-16px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 32px 32px 0 32px;
	border-color: #ffffff transparent transparent transparent;
	z-index: 0;
}
.w600	{width:500px;}
.w1200	{width:1000px;}
.marker {
	display: inline;
	background: linear-gradient(transparent 60%, #fff100 0%);
	font-weight: bold;
}
.marker2 {
	display: inline;
	background: linear-gradient(transparent 60%, #fbd3d3 0%);
	font-weight: bold;
	font-size:30px;
}

.g_img	{width:400px;text-align:center;}


.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 20px;
  background: #fff1f7;
  border-radius: 15px;
  text-align:left;
}

.balloon1:before {
content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff1f7;
  z-index: 0;}

.balloon1 p {
  margin: 0;
  padding: 0;
}


.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  min-width: 120px;
  max-width: 60%;
  color: #555;
  font-size: 20px;
  background: #fff1f7;
  border-radius: 15px;
  text-align:left;
  margin-left:-100px !important;
}

.balloon2:before {
content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff1f7;
  z-index: 0;}

.balloon2 p {
  margin: 0;
  padding: 0;
}
.illust7
{background: url(/moetaku/_assets/images/graph/img_text_07.jpg) no-repeat top;margin-top:-160px;margin-left:770px;height:200px;}

.illust8
{background: url(/gunpla/_assets/images/common/img_moe_kauyo2.webp) no-repeat top;margin-top:-160px;margin-left:900px;height:170px;
  background-size: 90%;

}


.textg	{margin-right:150px !important;text-decoration:underline;margin-bottom:100px !important;}

@media screen and (max-width: 767px){
	.glaph	{margin:30px 0 80px 0;}
	.balloon_title2 {
		width: 90%;
		font-size: 130%;
		margin:0 0 40px 0 ;
	}
	.balloon_title2 span {
		padding: 18px 0 18.5px;
	}
	.balloon_title2:after {
		position: absolute;
		top: 77%;
		left: 48%;
		width: 24px;
		height: 24px;
	}
	
.w600	{width:100%;}
.w1200	{width:100%;}
.marker {
	display: inline;
	background: linear-gradient(transparent 60%, #fff100 0%);
	font-weight: bold;
}

.marker2 {
	font-size:20px;
}

	
.g_img	{width:70%;text-align:center;margin-bottom:20px;}
	
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  min-width: 120px;
  max-width: 70%;
  color: #555;
  font-size: 14px;
  background: #fff1f7;
  border-radius: 15px;
  text-align:left;
  margin-left:-20%;
}

.balloon1:before {
content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff1f7;
  z-index: 0;}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  min-width: 120px;
  max-width: 70%;
  color: #555;
  font-size: 14px;
  background: #fff1f7;
  border-radius: 15px;
  text-align:left;
  margin-left:-20%;
}

.balloon2:before {
content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff1f7;
  z-index: 0;}

.balloon2 p {
  margin: 0;
  padding: 0;
}
.illust7
{background: url(/moetaku/_assets/images/graph/img_text_07_sp.jpg) no-repeat top right;margin-top:-130px;margin-left:0;height:120px;}

.illust8
{margin-top:-85px;
margin-left: 0;
margin-right: -250px;
height:100px;
background-size: 20%;
}


.textg	{margin-right:10px !important;text-decoration:underline;margin-bottom:50px !important;}

}



#safety2 section{
  padding:20px;
  border:1px solid;
  margin:-80px auto 80px;
  width:1120px;
  min-width:1120px;
}
#safety2 a{
  color:#183ec9;
}

#safety2 .text_safety2{
  text-align: center;
  font-size:28px;
  font-weight: bold;
}
#safety2 .text_safety2 p{
  width:25em;
  position: relative;
  margin: auto;
}
#safety2 .text_safety2 p:before,#safety2 .text_safety2 p:after{
  content:"……";
  display: inline-block;
  position: absolute;
  width:50px;
  font-size: 20px;
  color:#000;
  bottom:0px;
}
#safety2 .text_safety2 p:before{
  left:-50px;
  transform: rotate(45deg);
}
#safety2 .text_safety2 p:after{
  right:-50px;
  transform: rotate(-45deg);
}

#safety2 .safety2 .arrow_text
 {line-height:30px;
 margin-left:50px;
 font-size:20px;
}

@media screen and (max-width: 767px) {

#safety2 section{
  padding:8px;
  margin:20px auto 50px;
  width:95%;
  min-width:auto;
}

  #safety2 .text_safety2{
    font-size:17px !important;
  }
  #safety2 .text_safety2 p{
    width:15.5em;
    margin-bottom: 5px;
  }
  #safety2 .text_safety2 p:before,#safety2 .text_safety2 p:after{
    bottom:0px;
   font-size: 18px;
}

 
#safety2 .safety2 .arrow_text
 {line-height:20px;
 margin-left:0px;
 font-size:14px;
}


}
