@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; }
.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; }
.mabm30 { margin-bottom: -40px !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; }

@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; }
  .mabm30 { margin-bottom: 10px !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; }
.fs40	{font-size: 40px !important;}
/* font-weight */
.fwn { font-weight: normal;}
.fwb { font-weight: bold;}

/* color */
.f_pink      { color: #f94545 !important;}
.f_darkpink  { color: #ff124c !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;}
  
  .fs40	{font-size: 18px !important;}

}

@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;
  image-rendering: -webkit-optimize-contrast;
}

.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: 70px !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: 20px;
    background-color: #fff;
    border: 3px solid #ccc;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;/* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    box-sizing: border-box;
}
@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: 54px;
  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: 3.8vw;
    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;
}
#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: #333;
  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: 85%;
  }
}




/*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: 300px;
}

#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: 33%;
  height: 100%;
  margin-top:4px;
}


#header .second_row > ul > li:first-child a p{
  margin-bottom: 6px;
}
#header .second_row > ul > li:last-child {
  margin-right: 0;
}

#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 .second_row > ul > li:nth-child(1){
  background: url(../images/common/head_icon1.png) no-repeat left 10px top;
}
#header .second_row > ul > li:nth-child(2){
  background: url(../images/common/head_icon2.png) no-repeat left 10px top;
}
#header .second_row > ul > li:nth-child(3){
  background: url(../images/common/head_icon3.png) no-repeat left 10px top;
}

#header li a {
  width: 360px;
  border-bottom: 2px solid #626262;
  box-sizing: border-box;
}

#header .second_row .nav_txt {
  display: flex;
  line-height: 2;
  font-family: "Noto Sans";
  font-size: 16px;
  box-sizing: border-box;
  margin-bottom: 6px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}

#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 li a {
    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 li a span {
    font-size: 10px;
    transform: scale(0.7);
    padding-left: 2px;
  }
  #header li a img {
    width: 25px; 
  }
  #header .btn_area {
    position: absolute;
    right: 0px;
  /*phase2 中階層ができた場合
  right: 41px;*/
  width: 40px;
}


.sp_gnav {
  position: absolute;
  width: 100%;
  top: 40px;
  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;
}
.sp_gnav > ul > li.current {
  border-bottom: 1px solid #f9605f;
}
.sp_gnav > ul > li:last-child {
  margin-right: 0;
}
/*
.sp_gnav > ul > li:first-child {
  margin-right: 0;
  margin-top: 6px;
}
.sp_gnav > ul > li:first-child a p{
  margin-bottom: 6px;
}
*/
.sp_gnav > ul > li > a {
  display: block;
  font-family: "Noto Sans";
  white-space: nowrap;
  padding: 9px 10px;
  color: #040a36;
  font-weight: bold;
  line-height: 1.2;
}
/*
.sp_gnav > ul > li:first-child > a,
.sp_gnav > ul > li:last-child > a {
  padding: 8px 10px 9px;
}
*/
}

#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;
  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 { padding-bottom: 80px !important; }
  /*
  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;
  }
  */
}

/*---------------------------------------------
footer input clear
---------------------------------------------*/

footer input[type="submit"],
footer input[type="text"],
footer input[type="password"],
footer input[type="email"],
footer input[type="number"],
footer input[type="url"],
footer input[type="tel"],
footer input[type="search"],
footer textarea,
footer select {
    outline: none;
    box-sizing: border-box;
    border-style: none;
}

footer select, footer button{ cursor:pointer; }

footer input[type="submit"] { -webkit-appearance: none; }/*iphone用*/
footer input[type="text"],
footer input[type="checkbox"] + label.checkbox2,
footer input[type="radio"] + label { border: 1px solid #ccc; border-radius: 6px;
box-shadow:2px 3px 5px 1px rgba(0,0,0,0.18) inset;  -moz-box-shadow:2px 3px 5px 1px rgba(0,0,0,0.18) inset;  -webkit-box-shadow:2px 3px 5px 1px rgba(0,0,0,0.18) inset; }

/*----------------------------------------------
フッター検索枠
-----------------------------------------------*/

footer .search_box input[type="text"]{
    background:url(/moetaku/_assets/images/common/icon_search.png) no-repeat top 58% left 10px;
    background-color: #fff9d4;
    background-size:16px;
    min-height: 36px;
    padding: 0.3em 10px 0 30px;
    line-height: 1.4em;
}
footer .search_box input[type="text"]:focus {
    background-color: #fff;
}

footer .search_box input[type="submit"]{
    color:#fff;
    min-height: 36px;
    font-family: "Noto Sans";
    background:#999;
    background:url(/moetaku/_assets/images/common/icon_search_w.png) no-repeat top 48% left 10px #999;
    background-size:16px;
    -webkit-border-radius: 6px; -moz-border-radius:6px; border-radius:6px;
    margin-left:10px;
    padding-top:2px;
    cursor: pointer !important;
}

footer .search_box input[type="submit"]:hover{
    opacity:0.7;
}
@media all and (-ms-high-contrast: none){
    footer .search_box input[type="submit"] {
        font-family: inherit;
        line-height: 36px;
    }
    footer .search_box input[type="submit"] {
        font-family: inherit\9;
        line-height: 36px\9;
    }
}

/*----------------------------------------------
メインビジュアル
-----------------------------------------------*/
#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_visual{
  height:440px;
  width:100%;
  min-width:1170px;
  background:url(../images/common/main_ob.png) no-repeat;
}

@media(min-width: 1461px) {
  #main_visual{
    background-position: center left 30%;
  }
}
@media(min-width: 1250px) and (max-width: 1460px) {
  #main_visual{
    background-position: center left 15%;
  }
}
@media(min-width: 769px) and (max-width: 1249px){
  #main_visual{
    background-position: center left -90%;
  }
}
#main_visual .inner{
  position: relative;
  display: block;
  width:1170px;
  height:440px;
  text-align: center;
  margin:0 auto;
  z-index: 0;
 
}

#main_visual .headline{
  position: relative;
  width: calc(100% - 350px);
  padding-top: 25px;
  font-family: "Noto Sans";
  font-weight: 700;
  font-size:40px;
  line-height: 1.2em;
  letter-spacing: -0.08em;
}

#main_visual em{
  font-size: 64px;
  line-height: 1.2em;
}
#main_visual .mv_main{
  width: 517px;
  margin: 10px auto 0 auto;
  z-index: 5;
}
#main_visual .mv_point{
  width: 400px;
  margin: 10px auto 0 auto;
  z-index: 5;
}



@media (max-width: 768px) {
  #main_bg{
    width:auto;
    height:auto;
    min-width:auto;
    margin-top: 0;
    background: url(../images/common/main_bg_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  #main_visual{
    background: none;
  }
  #main_visual .headline img{
    width: 100%;
  }
  #figure #main_bg{
    background: none;
  }
  #main_visual{
    width:auto;
    min-width:auto;
    height: calc(40px + 113vw);
    background-size:100%;
    padding-bottom: 0px;
  }
  #main_visual .inner{
    width: auto;
  }
  #main_visual .headline{
    width: 100%;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    font-size:6.25vw;
    line-height: 1.1;
  }

  #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{
    bottom: -9px;
    width:4vw;
    height:4vh;
    font-size: 4vw;
  }
  #main_visual strong{
    font-size: 11.25vw;
    line-height: 1em;
  }
  _::-webkit-full-page-media, _:future, :root #main_visual strong:before {
    top: .4px;
    left: -.1px;
  }
  #main_visual em{
    font-size: 9.375vw;
    line-height: 1.2em;
  }
  #main_visual .mv_main{
    width: 70%;      
  }
  #main_visual .mv_point{
    width: 70%;
    margin: 5px auto 0 auto;
  }
  #main_visual .mv_ob2{
    bottom: -12.5%;
    left: -20px;
    width: 120px;
  }


}

@media (max-width: 320px) {

  #main_visual{
    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: 192px;
}
#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 10px;
  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;
    background-image: url(../images/common/mv_base_sp.png);
    background-size: 100%;
    width: 80%;
    margin: 24px auto 0;
    padding: 0 0px 2px;
    position: relative;
    height: 208px;
  }
  #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;
  }

  _::-webkit-full-page-media, _:future, :root #top_search .top_serchbox button {
    min-width: 56px;
  }
}

.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: 10px auto 0;
    height: 178px;
  }
}

/*----------------------------------------------
お知らせ枠 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: 20px 0 0 0;
  position: relative;
}
.h_text h1{
  margin-left:315px;
  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:206px;
    height:45px;
    
  }

}
@media (max-width: 320px) {
  .h_text{

    display: none;
  }

}

/* sidebar */
.sidebar {
  position: fixed;
  right: 0;
  top: 104px;
  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{
  color: #ffffff;
  opacity:0.6;
}
.sidebar_body > *{
  border-top: 1px solid #808080;
  padding:20px 10px;
  display: block;
  background-color: #000;
  font-family: "Noto Sans";
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.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;
}
.sidebar_body span{
  font-size: 10px;
}

@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 3px 20px;
    width:22%;
    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;
    font-size: 12px;
  }
  .sidebar_body a:nth-child(3){
    width: 34%;
  }
  .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;
    }

  .sidebar_body > a:first-child img {
    width: 73%;
  }

}

/* conversionエリア */

.conversion {
  position: relative;
  z-index: 1;
  min-width: 1170px;
}

.conversion.first p{
  text-shadow: 2px 2px 0px rgba(255,255,255,1);
}
.conversion{
  text-align: center;
  z-index: 3;
  padding: 90px 0 50px;
  
}
.conversion.first section{
  width: 1400px;
  background: url(/moetaku/zoids/_assets/images/common/appeal1.jpg) no-repeat center left,
  url(/moetaku/zoids/_assets/images/common/appeal2.jpg) no-repeat center right;
}

.conversion section p{
  font-size: 32px;
  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;
}
.conv_txt .fzxlll{
  font-size: 130%!important;
}
.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.first section{
    background: url(/moetaku/zoids/_assets/images/common/appeal1.jpg) no-repeat bottom left,
  url(/moetaku/zoids/_assets/images/common/appeal2.jpg) no-repeat bottom right;
    background-size: 20%;
    padding-bottom: 30px;
  }
  .conversion section{
    padding: 0;
  }
  .conversion.first section{
    width: auto;
  }
  .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;
  }

}
@media screen and (max-width: 500px){
  .conversion .img_icon{
    position: absolute;
    top: 50px;
    left: -50px;
  }
}
@media screen and (max-width: 430px){
  .conversion .img_icon{
    position: absolute;
    top: 50px;
    left:-80px;
  }
}
@media screen and (max-width: 370px){
  .conversion .img_icon{
    position: absolute;
    top: 50px;
    left:-100px;
  }
}

/* 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: 30px 0 30px 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{
  min-width: 1170px;
}
#appeal section{
  padding-bottom: 80px;
}
#appeal .appeal_area{
  position: relative;
  padding: 175px 0 0 0;
  background:url(../images/common/bg_belt.jpg) no-repeat #e8e8e8 center top -100px;
}
#appeal .appeal_txt_area{
  font-family: "Noto Sans";
  text-align: center;
  font-weight: bold;
}
#appeal .appeal_txt_area .appeal_copy {
  font-size: 80px;
  margin-top: 150px;
}
#appeal .appeal_txt_area .appeal_midium{
  font-size: 32px;
  line-height: 1.5;
}
#appeal .appeal_txt_area .appeal_large{
  font-size: 50px;
}
#appeal .appeal_txt_area em {
  color: #ec0d0d;
}
#appeal .hosyo {
  min-width: 1170px;
  padding: 70px 0 100px 0;
}
#appeal .hosyo_img {
  width: 880px;
  margin-left: auto;
  margin-right:auto;
}
#appeal .hosyo .conv_btn {
  margin-top: 50px;
}
#appeal .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;
  margin: 40px auto 60px auto;
}
#appeal .hosyo .hosho_btn.arrow_right:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  background-color: #fff;
  height: 1px;
  right: 24px;
}

#appeal .hosyo .hosho_btn.arrow_right:after {
  content: '';
  position: absolute;
  top: 30px;
  transform: rotate(45deg);
  width: 10px;
  background-color: #fff;
  height: 1px;
  right: 24px;
}

@media (max-width: 768px) {
  #appeal{
    min-width: initial;
    min-width: auto;
  }
  #appeal section{
    padding: 40px 15px 32px;
  }
  #appeal .appeal_area{
    position: relative;
    padding: 120px 0 200px 0;
    background:url(../images/common/bg_belt_sp.jpg) no-repeat #e8e8e8 center top;
    background-size: 100% auto;
  }
  #appeal .appeal_txt_area .appeal_copy {
    font-size: 9.375vw;
    margin-top: 0;
  }
  #appeal .appeal_txt_area .appeal_midium{
    font-size: 5vw;
    line-height: 1.5;
  }
  #appeal .appeal_txt_area .appeal_large{
    font-size: 7.5vw;
  }





  #appeal .hosyo {
    min-width: initial;
    min-width: auto;
    padding: 35px 15px 50px 15px;
  }
  #appeal .hosyo_img {
    width: 100%;
  }
  #appeal .hosyo .hosho_btn {
    font-size: 5vw;
    margin: 20px auto 30px auto;
  }



}

/* item-area */
.product_area{
  padding-bottom: 110px;
  position: relative;
}
.product_area .img_icon{
  position: absolute;
  right: -100px;
  top: -60px;
}
.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;
}
.purchase .product_area .four_column dl {
  position: static;
  background: none;
  padding: 0px;
}

@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;
  }
  .product_area .img_icon{
    text-align: right;
    right: -70px;
    top: 0px;
  }
  .product_area .img_icon img{
      width: 40%;
  }
}

/* review */
#review{
  position: relative;
  min-width: 1170px;
}
#review section{
  padding-bottom: 20px;
}
#review #yotpoArea {
  width: 990px;
}
@media screen and (max-width: 767px){
  #review #yotpoArea {
    width: 100%;
  }
}
.review_box {
  width: 990px;
  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;
  box-sizing: border-box;
}

@media screen and (max-width: 767px){
  #review{
    min-width: auto;
  }
  #review section {
    padding: 10px 15px 0px;
  }
  #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 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;

  font-family: "Noto Sans";
  font-size: 375%;
  text-align: center;
}
.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;
    font-size: 187%;
  }
}


/*usage*/

.usage {
  position: relative;
  margin-top: 0px;
  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;
  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;
}
.usage .attention {
  margin-top: 30px;
  padding: 20px;
  border: 4px solid #1e0f0a;
  text-align: center;
  font-size: 125%;
}
@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 .attention {
    margin-top: 0;
    padding: 12px 15px;
    border-width: 2px;
    font-size: 100%;
    text-align: left;
  }
}

.usage .sub_conductor{
  text-align: center;
  margin: 30px auto 0 auto;
}
@media ( max-width: 768px ) {
  .usage .sub_conductor {
    margin-top: 10px;
    margin: 30px auto;
  }
  .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: 200px;
  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: 100px;
}
#campaign_area .heading_wrap{
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.campaign_area-top{
  background: rgba(0,0,0,1);
  padding-bottom: 100px;
}
.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{
  position: relative;
  padding-top: 158px;
  margin-top: -193px;
  z-index: 2;
}
.campaign_bottom section{
  transform:skewY(10deg);
}

.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;
  margin-top: 0;
}
.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: 40px;
  }
  .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: 0px;

}
.purchase section{
  padding-top: 0px;
}
.purchase section#csm{
  padding-bottom: 0;
}
.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 {
    width: auto;
  }
  .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:auto;
}
.purchase .four_column dl {
  position: relative;
  width: 100%;
  padding: 20px 20px 32px;
  box-sizing: border-box;
  background: #fff;
}
.purchase .four_column dl:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #f2f2f2 #fff #f2f2f2;
}
.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_prise > br.sp {
  display: none;
}
.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_prise > br.sp {
    display: block !important;
  }

  .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 .four_column dl:after {
    border-width: 0 10px 10px 0;
  }

  .purchase .purchase_genre_content {
    height: auto;
    margin:0;
    padding:10px 20px;
  }
	.purchase .purchase_genre_content img {
	  width: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 {
    justify-content: space-between;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
  .purchase_prise span {
    width: 68%;
    font-size: 36px;
  }
  .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: 50px auto 30px;
  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% - 306px ) / 4);
  height: 54px;
  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;
  box-sizing: border-box;
}
.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: 120px;
}
.purchase .tab_changer li:last-child {
  margin-right: 150px;
  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) / 4);
    height: auto;
   
    letter-spacing: -1px;
    line-height: 1.2;
    min-height: 3em;
    margin-right: 4px;
  }
  .purchase .tab_changer li:nth-child(4n){
    margin-right: 0;
  }

  .purchase .tab_changer li:first-child{
    margin-left: 0;
  }
  .purchase .tab_changer li:last-child{
    margin-right: 0;
    font-size: 14px;
  }
  .purchase .tab_changer li:last-child::before {
    content: "";
  }
  .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;
  margin-top: 15px;
}
#kaitori section {
  padding-bottom: 40px;
  padding-top: 30px;
}
#kaitori section::before {
  opacity: 0.2;
}
#kaitori  .heading_wrap{
  margin-bottom: 30px;
  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(150, 150, 150, 0.8);
  height: auto;
  margin:0 auto 0;
  position: relative;
  z-index: 1;
  padding:70px 20px;
}
.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(20% 0%, 98% 0, 100% 20%, 100% 100%, 80% 100%, 2% 100%, 0 80%, 0 0);
}

.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;
  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: 500;
  color: #fff;
  width: 140px;
  cursor: pointer;
  box-shadow: -5px 12px 11px -7px rgba(0,0,0,0.1) inset;
}
.kaitori_serchbox button:hover{
  opacity: 0.6;
  transition: all 0.2s ease 0s;
}


@media screen and (max-width: 767px){
  #kaitori{
    min-width: auto;
    padding: 0px 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 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: 30px;
    padding-bottom: 0;
  }
  #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: 0;
  padding-bottom: 0px;
}
.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: 19px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .faq{
    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: 10px;
}
.sells {
    width: 100%;
    text-align: center;
}
.sells .four_column li a {
    position: relative;
    padding: 10px 10px 40px;
    display: block;
    -webkit-border-radius: 7px;  -moz-border-radius: 7px;  border-radius: 7px;
}
.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-weight: bold;
}
.other_header li:first-child {
  width: 600px;
}
.other_header li:nth-child(2){
  width: 260px;
}
.other_header li:nth-child(3){
  width: 280px;
}

.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%;
	height: 60px;
  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 15px;
  box-sizing: border-box;

}
.other_list .info {
  width: 590px;
  font-size: 14px;
  font-weight: bold;
}
.other_list .vendor{
  width: 260px;
  text-align: center;
}

.other_list .price {
  width: 300px;
  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 15px;
}


.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 {
  margin-top: 10px;
}
@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;
  }
}



/* assessment */
.assessment_title {
  background-color: #000;
  border-top: solid 5px #ff0000;
  padding: 10px;
  font-family: 'Noto Sans';
  font-weight: 500;
  font-size: 28px;
  color: #ff0000;
  text-align: center;
}
.assessment .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.assessment .check_left {
  width: 450px;
}
.assessment .check_right {
  width: 640px;
}
.assessment .check_right dl {
  display: table;
  margin-bottom: 20px;
  line-height: 1.6;
  background: #fff;
  border: 3px solid #ccc;
  border-bottom-right-radius: 15px;
  box-sizing: border-box;
}
.assessment .check_right dt,
.assessment .check_right dd {
  display: table-cell;
  vertical-align: middle;
}
.assessment .check_right dt {
  width: 30%;
  background-color: #f2f2f2;
  text-align: center;
  color: #ff0000;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 160%;
  line-height: 1.2;
}
.assessment .check_right dd {
  padding: 15px 30px;
}
#tips .storing_point {
  position: relative;
  width: 100%;
  padding: 0 80px;
  border-bottom: 1px solid #bfbfbf;
  box-sizing: border-box;
}
#tips .storing_point:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 767px){
  .assessment .row {
    flex-wrap: wrap;
    padding: 0;
  }
  .assessment .check_left {
    width: 100%;
  }
  .assessment .check_right {
    width: 100%;
    margin-top: 20px;
  }
  .assessment .check_right dl,
  .assessment .check_right dt,
  .assessment .check_right dd {
    display: block;
  }
  .assessment .check_right dt {
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }

}
/* summary */
.summary .summary-box {
  position: relative;
  padding: 30px;
  border: 3px solid #f00;
  border-radius: 3px;
  font-size: 20px;
  text-align: center;
}
.summary .summary-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #fc024d transparent transparent transparent;
}
.summary .summary-box h4 {
  color: #f00;
  font-size: 24px;
  font-weight: bold;
}
.summary .summary-box p {
  margin-top: 25px;
}

@media screen and (max-width: 767px){
  .summary .summary-box {
    padding: 15px;
    border-width: 2px;
    font-size: 100%;
    text-align: left;
  }
  .summary .summary-box:before {
    margin-left: -10px;
    border-width: 10px 10px 0 10px;
  }
  .summary .summary-box h4 {
    font-size: 16px;
    text-align: center;
  }
  .summary .summary-box p {
    margin-top: .5em;
  }
}


/* 吹き出し見出し */
h3.baloon {
    position: relative;
    top: -75px;
    width: 490px;
    margin: 0 auto;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
h3.baloon_regular {
    height: 32px;
    padding: 30px 5px 40px;
    background-image: url("/moetaku/_assets/images/common/title_normal.png");
}
h3.baloon_cloud {
    height: 50px;
    padding: 33px 5px;
    background-image: url("/moetaku/_assets/images/common/title_cloud.png");
}
h3.baloon_surprise {
    width: 563px;
    height: 51px;
    padding: 37px 5px 29px;
    background-image: url("/moetaku/_assets/images/common/title_surprise.png");
    
    font-family: "Noto Sans";
    font-size: 150%;
    font-weight: bold;
}
@media (max-width: 768px) {
    h3.baloon {
        width: 286px;
    }
    h3.baloon_regular {
        padding: 18px 5px 40px;
    }
    h3.baloon_cloud {
        padding: 20px 5px 45px;
    }
    h3.baloon_surprise {
        padding: 17px 5px 40px;
        font-size:16px;
    }
}

/* 吹き出し見出しとセットのキャラクター */
h3 .bal_char_only{
    display: block;
}
h3.baloon_regular .bal_char{
    position: absolute;
    top: -12px;
    left: 10px;
}
h3.baloon_cloud .bal_char{
    position: absolute;
    top: -12px;
    left: -20px;
}
h3.baloon_surprise .bal_char{
    position: absolute;
    top: -3px;
    left: 10px;
}

h3 .bal_char_only img,
h3 .bal_char img {
    width: 100px;
    height: auto;
}
@media (max-width: 768px) {
h3 .bal_char_only{
}
h3.baloon_regular .bal_char{
    position: absolute;
    top: 0;
    left: 25px;
}
h3.baloon_cloud .bal_char{
    position: absolute;
    top: 0;
    left: 25px;
}
h3.baloon_surprise .bal_char{
    position: absolute;
    top: -3px;
    left: 25px;
}
h3 .bal_char_only img,
h3 .bal_char img {
    width: 56px;
    height: auto;
}
}

/*sns*/
#sns h2 {
    font-family: "Noto Sans";
    font-size: 375%;
    text-align: center;
}

#sns .application {
    position: relative;
    display: table;
    width: 50%;
    height: 70px;
    text-align: center;
    margin: 0 auto;
}
#sns .application > .app_btn {
    display: table-cell;
    width: 100%;
    height: 70px;
    padding-right: 0;
    color:#fff;
    background: #ff5200;
    line-height: 70px;
    font-size: 175%;
    font-family: 'Noto Sans';
    text-decoration: none;
    margin: 0;
    border-radius: 35px;
    vertical-align: middle;
}
#sns .application > a.app_btn:hover{
    opacity:0.6;
}
#sns .app_btn.arrow_right {
    position: absolute;
}
#sns .app_btn.arrow_right:before {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 120%;
    font-family: 'Fontawesome';
    content: "\f138";
    background: none;
}
#sns .app_btn.arrow_right:after {
  content: none;
}
/*IE 調整*/
@media all and (-ms-high-contrast: none){
    #sns .application > .app_btn {
        font-family: inherit;
    }

    #sns .application > .app_btn {
        font-family: inherit\9; /*IE10以下*/
    }
}

/*申込ボタンアニメーション*/

#sns .app_btn.arrow_right.echo .inner_btn {
    display:block;
    width:100%;
    height:100%;
    position:relative;
}
#sns .app_btn.arrow_right.echo .inner_btn:before {
    position: absolute;
    top: -8px;
    right: 15px;
    font-family: 'Fontawesome';
    font-size: 135%;
    content: "\f138";
}
#sns .app_btn.arrow_right.echo:before,
#sns .app_btn.arrow_right.echo:after {
    content: none;
}
/* ボタンのアニメーション用ボックスとkeyframeを指定 */
#sns .app_btn.arrow_right.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;
    background: #ff5200;
    border-radius: 2em;
}

@media (max-width: 768px) {
    #sns .application {
        width: 90%;
        margin: 0 auto;
    }
    #sns .application > a.app_btn {
        line-height: 2.9;
    }
    #sns .application > .app_btn {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 125%;

    }
    #sns .app_btn.arrow_right:before {
        position: absolute;
        top: -4px;
        right: 15px;
    }
    #sns .app_btn.arrow_right.echo .inner_btn:before {
        top: 1px !important;
        right: 15px;
    }
}

/* 申込ボタン附属テキスト付 */
#sns .application_text {
    position: relative;
    display: table;
    width: 50%;
    height: 120px;
    text-align: center;
    margin: 0 auto;
}
#sns .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;
}
#sns .application_text > a.app_btn:hover{
    opacity:0.6;
}
#sns .attachment_text {
  font-size: 55%;
  font-weight: normal;
}
#sns .application_text .app_btn.arrow_right:before {
    position: absolute;
    top: 33px;
    right: 33px;
    font-size: 140%;
    font-family: 'Fontawesome';
    content: "\f138";
}
@media (max-width: 768px) {
    #sns .application_text {
      width: 100%;
      height: 60px;
    }
    #sns .application_text > .app_btn {
      width: 100%;
      height: 60px;
      font-size: 150%;
      line-height: 1.3;
    }
    #sns .application_text .app_btn.arrow_right:before {
      position: absolute;
      top: 11px;
      right: 17px;
    }
}

/*pickup*/
.pick-up .sub_conductor {
    position: relative;
    width: 50%;
    height: 40px;
    text-align: center;
    margin: 0 auto;
}
.pick-up .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: 35px;
    border: solid 2px #333333;
    background: none;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pick-up .sub_conductor > a.sub_btn:hover{
    background-color:#ffd4df;
}
.pick-up .sub_conductor > a.sub_btn.arrow_right {
    position: absolute;
}
.pick-up .sub_conductor > a.sub_btn.arrow_right:before {
    position: absolute;
    top: -3px;
    right: 11px;
    width: 18px;
    font-family: 'Fontawesome';
    content: "\f138";
    font-size: 120%;
}

/*IE 調整*/
@media all and (-ms-high-contrast: none){
    .pick-up .sub_conductor > a.sub_btn {
        font-family: inherit;
    }
    .pick-up .sub_conductor > a.sub_btn.arrow_right:before {
        top: -4px;
    }
    .pick-up .sub_conductor > a.sub_btn {
        font-family: inherit; /*IE10以下*/
    }
    .pick-up .sub_conductor > a.sub_btn.arrow_right:before {
        top: -4px\9;
    }
}


@media ( max-width: 768px ) {
    .pick-up .sub_conductor {
        width: 90%;
    }
    .pick-up .sub_conductor > a.sub_btn {
        line-height: 2.5;
    }
    .pick-up .sub_conductor > a.sub_btn.arrow_right:after {
        top: 41%;
    }
    .pick-up .sub_conductor > a.sub_btn:hover{
        background-color:#fff;
    }

    /* 黒背景プラス */
    .pick-up .i_plus,
    .pick-up .i_minus {
        position: absolute;
    }
    .pick-up .i_plus:before,
    .pick-up .i_minus:before {
        display: block;
        position: absolute;
        font-family: 'Fontawesome';
        width: 14px;
        height: 14px;
        color: #000;
        font-size: 140%;
    }
    .pick-up .i_plus:before {
        top: -7px;
        right: 13px;
        content: "\f055";
    }
    .pick-up .i_minus:before {
        top: -8px;
        right: 13px;
        content: "\f056";
    }
}


.barcode_btn{
    width: 970px;
    margin: 40px auto 20px;
}

@media (max-width: 768px) {
    .barcode_btn{
        width: auto;
        margin: 20px auto 20px;
    }

}

/******************************************
* 
* モーダル
*
*******************************************/

#colorbox, #cboxOverlay{
  position:fixed; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0); 
}
#cboxWrapper {
  max-width:none;
}
#cboxOverlay{
  position:fixed; width:100%; height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft{
  clear:left;
}
#cboxContent{
  position:relative;  background-color:#fff !important;

  border-radius: 0 !important;
  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){
  #cboxContent{background-color:#666 !important;
  }
}
#cboxLoadedContent{
overflow:auto; /* -webkit-overflow-scrolling: touch; */ }
#cboxTitle{
  margin:0;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{
  cursor:pointer;
}
.cboxPhoto{
  float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;
}
.cboxIframe{
  width:100%; height:100%; display:block; border:0; padding:0; margin:0;
  }
#colorbox, #cboxContent, #cboxLoadedContent{
  box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;
}

#cboxOverlay{
  background:url(/moetaku/_assets/barcode/img/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);
}
#colorbox{outline:0;
}

#cboxContent{
  position: relative;
  overflow:hidden; 
  border-radius: 10px; 
}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{position: relative; margin-bottom:0px; }
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{
  position:absolute;
  top :10px;
  left :20px;
  background:url(/moetaku/_assets/barcode/img/angle-left.svg) no-repeat left top -4px;
  background-size: contain;
  width:100px;
  padding-left:20px;
  height:25px;
  color:#000;
  z-index: 10;
  text-align: left;
  font-weight: 700;
}
#cboxPrevious:before,#cboxPager:before{
  content:"";
  position: absolute;
  display: block;
  width:100%;
  height:100%;
  padding:5px;
  background:rgba(255,255,255,0.8);
  z-index:-1;
}
#cboxPrevious:before{
  background-color:transparent;
}
#cboxPager{
  position:absolute;
  display: block;
  top:45%;
  font-size: 87.5%;
  right:10px;
  width:100px;
  color:#000;
  z-index: 10;
  text-align: right;
  font-weight: 300;
  line-height: 2;
}
#cboxPager a:hover{
  color:#835a00;
}
#cboxNext{position:absolute; bottom:0; left:27px; background:url() no-repeat -50px 0; width:25px; height:25px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; top:7px; right:12px; background:url(/moetaku/_assets/barcode/img/times.svg) no-repeat 0 0 !important; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover,#cboxPrevious:hover{opacity: 0.5;}

/*modal design*/

.modal_content {
  width: 740px;
  background-color: #fff;
  padding: 90px 110px;
  margin-left: auto;
  margin-right:auto;
  text-align: center;
}
.modal_content  .application{
  width: 100%;
  filter: drop-shadow(2px 2px 2px #aaa);
}
.modal_content  .application.application > .app_btn {
  background-position: 50% 50%;
}


@media screen and (max-width: 960px){
  .modal_content {
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .modal_content {
    padding: 40px 20px 30px;
    width: 100%!important;
  }
  #modal_item4.modal_content {
    padding: 40px 0px 30px;
    overflow: hidden;
  }
  .modal_content  .application{
    height: 50px;
  }
  .app_btn.arrow_right:before{
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    right: 10px;
  }
  .app_btn.arrow_right:after {
    top: 21px;
    width: 8px;
    height: 2px;
    right: 10px;
  }
  .modal_content  .application.application > .app_btn {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


#cboxLoadedContent {
  overflow-y: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
#cboxLoadedContent::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
#cboxLoadedContent.no_scroll {
  overflow: hidden;
}


/******************************************
* 
* バーコード
*
*******************************************/

.barcode em.new             { font-weight: 700; color: #f00; }
.barcode .open_modal3:hover { opacity: .6; }
.barcode_btn{
    width: 970px;
    margin: 40px auto 20px;
}

@media (max-width: 768px) {
    .barcode_btn{
        width: auto;
        margin: 20px auto 20px;
    }

}

.barcode    { text-align: center; }
.barcode h2 { font-family: "Noto sans", sans-serif; font-size: 160%; font-weight: bold;}
.barcode em.new             { font-weight: 700; color: #f00; }
.barcode .open_modal3:hover { opacity: .6; }
#modal_item3 dt     { width: 400px; margin:auto; padding-bottom: 10px; border-bottom: 4px solid #f00; color: #f00; font-family: "Noto Sans"; font-size: 32px; font-weight: 400; }
#modal_item3 dt em  { display: block; font-size: 48px; font-weight: 700; }
#modal_item3 dd     { margin-top: 20px; line-height: 1.5; }
#modal_item3 dd img { display: block; width: auto; margin: 30px auto 0; }

.scroll-prevent { position: fixed; z-index: -1; width: 100%; height: 100%; }

@media screen and (max-width: 767px){
#scanedcontainer         { background: #fff; padding: 10px 10px 20px; margin-top: 20px;}
.scaned                  { margin-top: 0!important;}
.barcode                 { width: calc(76% + 70px); }
.barcode h2              { font-size: 140%; }
.assessment + .scaned    { margin-top: 30px; }
.scaned .outline:after   { content: ""; clear: both; display: block; height: 0; }
.scaned .outline figure  { float: left; width: 100px; margin: 0; }
.scaned .outline .exp    { float: right; width: calc(100% - 113px); padding-top: 5px; font-size: 71%; line-height: 1.5; }
.scaned .exp .item-maker { margin-bottom: 10px; font-family: "Noto Sans"; font-weight: 400; letter-spacing: .05em; }
.scaned .exp .item-title { margin-bottom: 10px; font-size: 150%; font-weight: bold; }
.scaned .exp .item-saler time { display: block; }

.scaned .item-price                        { margin-top: 20px; }
.scaned .item-price .caption               { position: relative; padding-bottom: 5px; border-bottom: 2px solid #e40012; color: #e40012; font-size: 22px; font-family: "Noto Sans"; font-weight: 700; text-align: center; }
.scaned .item-price .caption:after         { content: ""; position: absolute; bottom: -9px; left: 50%; width: 0; height: 0; margin-left: -7px; border-style: solid; border-width: 7px 7px 0 7px; border-color: #e40013 transparent transparent transparent; }
.scaned .item-price .item-purchase         { position: relative; color: #e40012; }
.scaned .item-price .item-purchase:after   { content: ""; clear: both; display: block; height: 0; }
.scaned .item-price .item-purchase dt      { float: left; margin-top: 12px; font-family: "Noto Sans"; font-size: 22px; font-weight: 700; line-height: 1; }
.scaned .item-price .item-purchase dd      { float: right; font-family: Oswald; font-size: 50px; font-weight: bold; }
.scaned .item-price .item-purchase dd:nth-child(3){clear: both;float: none;}
.scaned .item-price .item-purchase dd span { margin-left: 5px; font-size: 40px; }
.scaned .item-price .item-purchase dd:after{ content: ""; position: absolute; bottom: 10px; right: 0; z-index: -1; width: 323px; height: 38px; background: url(../images/common/line_price_large.png) no-repeat; background-size: 323px 38px; }
.scaned .item-price .item-purchase dd .tag {letter-spacing: 0.1em!important;}
.scaned .item-next   { margin: 20px 0; }
.scaned .item-next a { display: block; position: relative; height: 67px; border: 3px solid #000; background: url(../images/common/bg_item-next.png) no-repeat 14px bottom; background-size: 63px 55px; font-family: "Noto Sans"; font-size: 18px; font-weight: 500; text-align: center; line-height: 58px; }
.scaned .item-next a:before,
.scaned .item-next a:after  { content: ""; position: absolute; top: 50%; right: 10px; height: 1px; background-color: #000; }
.scaned .item-next a:before { width: 10px; transform: translateY(-50%); }
.scaned .item-next a:after  { width: 6px; margin-top: -3px; transform: rotate(45deg); }
.scaned .application        {width: 100%;}
.scaned .conv { position: relative; left: -7px; width: calc(100% + 14px); margin-top: 10px; }

.scaned .sum              { position: relative; margin-top: 18px; padding-right: 105px; border-bottom: 1px solid #000; font-family: "Noto Sans"; font-size: 20px; font-weight: 500; text-align: center; }
.scaned .sum span         { color: #f00; font-size: 20px; }
.scaned .sum span em      { font-family: Oswald; font-size: 30px; font-weight: bold; }
.scaned .sum .breakdown   { position: absolute; bottom: -1px; right: 0; }
.scaned .sum .breakdown a { display: block; width: 105px; height: 39px; padding-right: 23px; background: #000; color: #fff; font-size: 12px; line-height: 39px; }
.scaned .sum .breakdown a:after{ content: ""; position: absolute; top: 50%; right: 10px; width: 18px; height: 18px; margin-top: -9px; background: url(../images/campaign/i_roupe.png) no-repeat; background-size: 18px 18px; }

#modal_item2                { padding: 20px; }
#modal_item2 #cboxClose     { display: none; }
#modal_item2 .sum           { padding: 15px 30px; background: #eee; font-family: "Noto Sans"; font-size: 20px; font-weight: 500; }
#modal_item2 .sum .sum_amount p { display: inline-block; width: 100%;margin-bottom: 10px;}
#modal_item2 .sum p span { word-break: keep-all; margin: 0 5px;}
#modal_item2 .sum p span.sum_money { color: #f00; font-weight: bold;}
#modal_item2 .sum p span em   { font-family: Oswald; font-size: 30px; }
#modal_item2 .sum .conv_btn { display: block; margin-top: 10px; }
#modal_item2 > ul > li                     { position: relative; margin-top: 15px; padding: 15px 30px 15px 15px; background: #eee; text-align: left; }
#modal_item2 > ul > li:after               { content: ""; clear: both; display: block; height: 0; }
#modal_item2 > ul > li figure              { float: left; width: 50px; margin: 0; }
#modal_item2 > ul > li .exp                { float: right; width: calc(100% - 63px); font-size: 71%; line-height: 1.5; }
#modal_item2 > ul > li .exp .item-maker    { margin-bottom: 2px; font-family: "Noto Sans"; font-weight: 400; letter-spacing: .05em; }
#modal_item2 > ul > li .exp .item-title    { font-size: 120%; font-weight: bold; }
#modal_item2 > ul > li .exp .item-price    { margin-top: -9px; color: #f00; font-size: 20px; font-weight: bold; text-align: right; }
#modal_item2 > ul > li .exp .item-price em { font-family: Oswald; font-size: 30px; }
#modal_item2 > ul > li .close        { display: block; position: absolute; top: 7px; right: 7px; width: 20px; height: 20px; border: 2px solid; border-radius: 50%; background: #000; }
#modal_item2 > ul > li .close:after,
#modal_item2 > ul > li .close:before { content: ""; display: block; position: absolute; top: 7px; left: 3px; width: 10px; height: 2px; background: #fff; transform: rotate(45deg); }
#modal_item2 > ul > li .close:after  { transform: rotate(-45deg); }

}