@charset "UTF-8";
/* 1.base
--------*/
@font-face {
    font-family: "Roboto";
    src: url("/moetaku/_assets/fonts/Roboto-Light.woff") format("woff");
}
@font-face {
    font-family: "Noto Sans";
    src: url("/moetaku/_assets/fonts/NotoSans-Medium.woff") format("woff");
}
@font-face {
    font-family: "FontAwesome";
    src:  url("/moetaku/_assets/fonts/fontawesome-webfont.woff") format("woff");
}


/*margin,padding*/
.mat0 { margin-top: 0 !important;}
.mat15 { margin-top: 15px !important;}
.mat10 { margin-top: 10px !important;}
.mat20 { margin-top: 20px !important;}
.mat30 { margin-top: 30px !important;}
.mat40 { margin-top: 40px !important;}
.mat60 { margin-top: 60px !important;}
.mab0 { margin-bottom: 0 !important;}
.mab30 { margin-bottom: 30px !important;}
.mab40 { margin-bottom: 40px !important;}
.pab20 {padding-bottom:20px !important;}
.pat10 {padding-top:10px !important;}
.pat20 {padding-top:20px !important;}
.pal20 {padding-left:20px !important;}
.spal20 {padding-left:20px !important;}
.smab50 { margin-bottom: -150px !important;}
.smat80 {margin-top:0px !important;}
.spat10 {padding-top:10px !important;}
.spat5 {padding-top:5px !important;}
.mmat100	{margin-top:-100px !important;}
/* font-size */
.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;}
.f42 {font-size:42px !important;}
.f_price	{
font-size:34px !important;
}
.f_price2	{
font-size:24px !important;
}
.fs160 { font-size: 180% !important;}

/* font-weight */
.fwb { font-weight: bold;}

/* color */
.f_pink { color: #aa2d22 !important;}
.f_pink2 { color: #f94545 !important;}
.bg_grey { background: url(../images/common/bg_wanted.webp) repeat-y top 10px center;}
.bg_gray2 { background-color: #000000 !important;
padding:20px;
z-index: -10;

}
.bg_pink { background-color: #fff1f5 !important;}


.bg_yellow2 { background-color: #ffff00 !important;padding:5px 0;}
.under	{background: linear-gradient(90deg, rgba(50, 203, 255, 1), rgba(251, 159, 254, 1) 30%, rgba(122, 80, 230, 1) 74%, rgba(255, 34, 217, 1));
padding:2px 15px 0;border-radius:5px;}


/*display*/
.fl { float: left !important;}
.fr { float: right !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}
.tal {text-align: left !important;}

.pc { display: block;}
.sp { display: none;}

.purchase_item	a	{color:#ffffff !important;}
.attention	{font-size:14px !important;}
@media (max-width: 768px) {
  .pc { display: none; }
  .sp { display: block; }
  .f42 {font-size:24px !important;}
  .fs160 { font-size: 110% !important;}
  .smat5 {margin-top:-5px !important;}
  .smat20 { margin-top: 20px !important;}
  .spal20 {padding-left:0 !important;}
  .smab50 { margin-bottom: -50px !important;}
  .smat80 {margin-top:-80px !important;}
  .spat10 {padding-top:5px !important;}
  .spat5 {padding-top:0 !important;}
  .bg_yellow2 { padding:5px 0;}
  .h200	{height:180px;}
  .attention	{font-size:12px !important;}

}

@media all and (-ms-high-contrast: none) {
  html {
    overflow-x: hidden;
  }
}

/*ホバーを滑らかに処理*/
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;
  image-rendering: -webkit-optimize-contrast;
}

.clearfix {
  display: block;
  clear: both;
  content: "";
}


/*---------------------------------------------
layout
---------------------------------------------*/
section {
  width: 1170px;
  margin: 0 auto;
  padding: 40px 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: 10px 16px 40px 16px;
  }

  #wrap {
    position: absolute;
    top: 102px !important;
    overflow: hidden;
  }
}


/* カラムレイアウト
-----------------------------*/


/* 2カラム デフォルトレイアウト */
.two_column:after {
  display: table;
  clear: both;
  content: "";
}

.two_column>* {
  float: left;
  width: 540px;
  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>*{
    float: none;
    width: 100%;
  }


  
  .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
---------------------------------------------*/

/*見出し*/
.heading_wrap {
  z-index: 3;
  position: relative;
  width: 980px;
  margin: 0px auto 20px;
  padding-top:30px;
}
.heading_wrap img{
  height:200px;
}
.heading_wrap.reverse img{
}

.heading_wrap2 {
  z-index: 3;
  position: relative;
  width: 980px;
  margin: 20px auto;
  padding:30px 0 50px;
}
.heading_wrap2 img{
  height:180px;
}

.heading_text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
/*
.heading_text:before {
  z-index: 1;
  content: '';
  position: absolute;
  right: 0;
  top:10;
  left: 0;
  height: 250px;
  margin: auto;
  background: url(../images/common/title_pattern.webp) top center no-repeat;
  background-size: auto;
}
*/

.heading_text>* {
  color:#534b88;
  font-weight: 700;
  text-align: center;
    0 0 0.51em #ffffff,
    0 0 0.2em #ffffff;
}

.heading_sub {
  width: 800px;
  font-size: 200%;
  margin: 70px 0 10px;
  position: relative;
  color:#ffffff;
}



.heading_main {
  z-index: 1;
  width: 800px;
  font-size: 54px;
  margin-bottom: 23px;
  line-height:1.2;
}


.heading_main2 {
  z-index: 1;
  width: 800px;
  font-size: 44px;
  margin-bottom: 23px;
}



@media screen and (max-width: 767px) {
  .heading_wrap {
    width: 95%;
    margin: 0px auto 20px;
  }
  .heading_wrap img{
    height: 105px;
  }

  .heading_wrap2 {
    width: 95%;
    margin: 0px auto 20px;
    padding:30px 0 20px;
  }
  .heading_wrap2 img{
    height: 105px;
  }

  .heading_text {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin:5% auto;
    text-align: center;
    transform: none;
  }

  .heading_text:before {
    bottom: 20px;
    height: 60px;
  }

  _::-webkit-full-page-media, _:future, :root .heading_text {
    margin-top: 4%;
  }
  

  .heading_sub {
    width: 100%;
    font-size: 3.8vw;
    margin-top: 35px;
    margin-bottom:10px;
  }

  .heading_sub::before{
     width:88%;
     height: 20px;
     bottom:-18px;
     background-size: contain;
  }



  .heading_main {
    display: inline;
    width: 100%;
    font-size: 6.8vw;
    margin-bottom: 16px;
    
  }

  .heading_main::before {
    content: none;
  }
  
  
  .heading_main2 {
    display: inline;
    width: 100%;
    font-size:5vw;
    margin-bottom: 16px;
    
  }

  .heading_main2::before {
    content: none;
  }  
  
}

/* 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;
}
#wrap .application img{
  width: auto;
}

.application>a.app_btn:hover {
  opacity: 0.6;
}


/*IE 調整*/
@media all and (-ms-high-contrast: none) {

  .bg_btn p {
    top: 56%;
  }

}


@media (max-width: 768px) {
  .application {
    width: 80%;
    height: 45px;
    margin: 0 auto;
  }

  #wrap .application img{
    width: 100%;
  }

  .application>.app_btn {
    display: block;
    width: 100%;
    height: 50px;

  }

}

/* 買取申込ボタン2 */
.application2 {
    position: relative;
    display: table;
    width: 50%;
    height: 70px;
    text-align: center;
    margin: 50px auto 0 !important;
}
.application2 > .app_btn2 {
    display: table-cell;
    width: 100%;
    height: 90px;
    color:#fff;
    background-color: #f5007e;
    line-height: 1.2;
    font-size: 140%;
    font-family: 'Noto Sans';
    text-decoration: none;
    margin: 0;
    border-radius: 100px;
    vertical-align: middle;
    padding-top:5px;
}
.application2 > .app_btn2 span{
font-size:180%;
font-weight:500;
}


.application2 > a.app_btn2:hover{
background-color: #fe65b4;
}

.app_btn2.arrow_right2:before {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 150%;
    font-family: 'Fontawesome';
    content: "\f138";
}


@media (max-width: 768px) {
    .application2 {
        width: 95%;
        margin: 20px auto 0 !important;
    }

	.application2 > .app_btn2 span{
	font-size:150%;
	}


    .application2 > .app_btn2 {
        display: block;
        width: 100%;
        height: 60px;
    font-size: 100%;

    }
    .app_btn2.arrow_right2:before {
        position: absolute;
        top: 17px;
        right: 10px;
    }
}



input::placeholder {
  color: #999999;
}

/* IE */
input:-ms-input-placeholder {
  color: #999999;
}

/* Edge */
input::-ms-input-placeholder {
  color: #999999;
}


/* サブボタン */

.sub_conductor {
  width: 42.8%;
  text-align: center;
  margin: auto;
}

.sub_conductor>a.sub_btn {
  background: url("../images/common/btn_sub2.webp") no-repeat;
  background-size: 100% auto;
  display: block;
  width: 480px;
  height: auto;
  margin: 0 auto;
  line-height: 70px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  transition: none;
}

.sub_conductor>a.sub_btn:hover {
  opacity: 0.7;
  transition:.3s;
}


/*IE 調整*/
@media all and (-ms-high-contrast: none) {
  .sub_conductor>a.sub_btn {
    font-family: inherit;
  }

  
  .sub_conductor>a.sub_btn {
    font-family: inherit;
    /*IE10以下*/
  }

}


/* サブボタン2 */
.sub_conductor2 {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  padding:30px 0 ;
}

.sub_conductor2>a.sub_btn2 {
  background: #f5007e;
  background-size: 100% auto;
  border-radius:50px;
  display: block;
  width: 700px;
  height: auto;
  margin: 0 auto;
  line-height: 70px;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  transition: none;
}

.sub_conductor2>a.sub_btn2:hover {
  opacity: 0.6;
  transition:.3s;
}




/*IE 調整*/
@media all and (-ms-high-contrast: none) {
  .sub_conductor2>a.sub_btn2 {
    font-family: inherit;
  }

  
  .sub_conductor2>a.sub_btn2 {
    font-family: inherit;
    /*IE10以下*/
  }

}





/* FAQアコーディオンアイコン＿プラスマイナス */
.i_plus,
.i_minus {
  position: absolute;
}

.i_plus:before,
.i_minus: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;
}


@media (max-width: 768px) {
  .sub_conductor {
    width: 90%;
    height: 40px;
  }

  .sub_conductor>a.sub_btn {
    width: 90%;
    height: 50px;
    font-size: 16px;
    line-height: 2.8;
  }

  .sub_conductor>a.sub_btn:hover {
    background-color: #fff;
  }

  .i_plus:before,
  .i_minus:before {
    top: 1px;
  }
  
  
  .sub_conductor2 {
    width: 100%;
    height: 40px;
  padding-top:0px;
  }

  .sub_conductor2>a.sub_btn2 {
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 2.8;
  }

  .sub_conductor2>a.sub_btn2:hover {
    background-color: #fff;
  }

    .sub_btn2.arrow_right2:before {
        position: absolute;
        top: 17px;
        right: 10px;
    }



}



/* パンくずリスト */
#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: #005cbb !important;
  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: 70%;
  }
}

/*block*/
.block_rel {
  position: relative;

}

.block_note {
  border: 3px solid #aaa;
  border-radius: 3px;
  padding: 20px 30px;
  line-height: 1.5;
  margin: 40px 0;
}


@media (max-width: 768px) {
  .block_note {
    padding: 10px;
    margin: 40px 0 10px;
  }
}


/*----------------------------------------------
ヘッダー
-----------------------------------------------*/
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: 10px;
  left: 0;
  z-index: 500;
  width: 212px;
}

#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 .application {
  position: absolute;
  right: 0;
  height: 36px;
  margin: 0px;
}

#header .application>.app_btn {
  position: absolute;
  right: 0;
  width: 222px;
  height: 46px;
  line-height: 36px;
  font-size: 16px;
  padding-right: 0;
  border-radius: 0px;
  background: none;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .application>.app_btn::before,
#header .application>.app_btn::after {
  content: none;
}

@media all and (-ms-high-contrast: none) {
  #header .application {
    display: block;
  }

  #header .application>.app_btn:before {
    top: -1px;
  }
}

#header .second_row>ul {
  display: flex;
  align-items: stretch;
  transform: skewX(-10deg);
}

#header .second_row>ul>li.nav_head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  font-weight: bold;
  font-size: 14px;
  padding-top:4px;
}


#header .second_row>ul>li.nav_head>p {
  transform: skewX(10deg);
}

#header .second_row>ul>li:not(.nav_head) {
  width: calc((100% - 180px) / 4);
  height: 100%;
}
#header .second_row>ul>li.list{
   width:7%;
}
#header .second_row>ul.-min_nav>li:not(.nav_head) {
  width: calc((100% - 80px) / 4);
}

#header .second_row>ul>li.nav_head {
  position: relative;
  color: #fff;
  background: #534b88;
}

#header .second_row>ul>li:last-child {
  margin-right: 0;
}

#header .second_row>ul>li>a {
  display: block;
  text-align: center;
  border-right: 1px solid #000;
}

#header .second_row>ul>li>a.-latest {
  color: #534b88;
  background: #ffffff;
  border-top: 3px solid #534b88;
  border-right: 1px solid #534b88;
}
#header .second_row>ul>li.list>a.-latest{
  background: #534b88;
  position: relative;
  z-index: 0;
  padding-right: 0.5em;
  color: #fff;
}

#header .second_row>ul>li.list>a.-latest:after{
  content:"";
  display: block;
  position: absolute;
  width:0.8em;
  height:0.8em;
  top:0.5em;
  right:0.5em;
  background: url(../images/common/arrow-right.svg) no-repeat center center;
  background-size:100%;
  transform: skewX(10deg);
  z-index: 3;
} 

#header li a {
  width: 100%;
  box-sizing: border-box;

}

#header .second_row .nav_txt {
  display: flex;
  line-height: 2;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  transform: skewX(10deg);
  z-index: 0;

}

.second_top {border-top:1px solid #534b88;}

@media screen and (max-width: 767px) {
  #header li a {
    width: 100%;
    border-bottom: none;
  }
}

/*----------------------------------------*/
@media (max-width: 768px) {
  #header {
    padding: 0px 0 0 0;
    height: 40px;
  }

  #header section {
    position: relative;
    height: auto;
  }

  #header .logo {
    width: auto;
    top:0;
    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 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: 40px;
    /*phase2 中階層ができた場合
    right: 40px;*/
    width: 44px;
    clear:both;
  }


  .sp_gnav {
    position: absolute;
    width: 100%;
    top: 40px;
    background: #fff;
    overflow: hidden;
  }

  .sp_gnav>ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    border-top: 2px solid #534b88;
    transform: skewX(-10deg);
    background: #fff;
  }

  .sp_gnav>ul>li {
    width: calc(100% / 3);
    font-size: 10px;
    text-align: center;
    box-sizing: border-box;
  }

  .sp_gnav ul li.nav_head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    background: #534b88;
    color: #fff;
    line-height: 1;
  }

  .sp_gnav>ul>li.nav_head::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 10px 0 0;
    border-color: #534b88 transparent transparent transparent;
    transform: skewX(10deg);
  }


  .sp_gnav>ul>li:last-child {
    margin-right: 0;
  }

  .sp_gnav>ul>li>a {
    display: block;
    white-space: nowrap;
    padding: 9px 10px;
    color: #000;
    background: #fff;
    border-right: 1px solid #2d2d2d;
    font-weight: bold;
    line-height: 1.2;
    
  }
  .sp_gnav .nav_head p,.sp_gnav>ul>li>a>p {
    transform: skewX(10deg);
  }
  .sp_gnav>ul:not(.-min_nav)>li.-latest {
    width: calc((100% + 41px) / 3);
  }
  .sp_gnav>ul:not(.-min_nav)>li.list{
    width:14.3%;
  }

  .sp_gnav>ul.-min_nav>li.-latest {
    width: calc(100% - 100px);
  }

  .sp_gnav>ul>li.-latest>a {
    display: block;
    white-space: nowrap;
    padding: 9px 10px;
    color: #fff;
    background: #2d2d2d;
    font-weight: bold;
    line-height: 1.2;
    border-right: 1px solid #fff;
  }
  .sp_gnav>ul>li.list>a {
    background: #4d4d4d;
    position: relative;
    padding-right:2em;
  }
  .sp_gnav>ul>li.list>a.-latest:after{
    content:"";
    display: block;
    position: absolute;
    width:0.8em;
    height:0.8em;
    top:1em;
    right:1em;
    background: url(../images/common/arrow-right.svg) no-repeat center center;
    background-size:100%;
    transform: skewX(10deg);
    z-index: 3;
  } 
  .sp_gnav>ul>li:last-child>a {
    border-right: 0;
  }
}



/*----------------------------------------------
フッター
-----------------------------------------------*/
#footer .sitemap p a:before,
#footer .sitemap dt a:before {
  content: '' !important;
  top: 10% !important;
  background: url(../images/common/circle-white-arrow.svg) top center no-repeat;
  width: 16px !important;
  height: 16px !important;
}

@media (max-width: 768px) {
  #footer {
    padding-bottom: 80px !important;
  }

  #footer .sitemap p a:before,
  #footer .sitemap dt a:before {
    content: '' !important;
    top: 10% !important;
    background: url(../images/common/circle-white-arrow.svg) top center no-repeat;
    width: 14px !important;
    height: 14px !important;
  }
}


/*---------------------------------------------
04. clearfix
---------------------------------------------*/
.clearfix,
footer,
section {
  *zoom: 1;
}

.clearfix:after,
footer:after,
section:after {
  content: " ";
  display: table;
  clear: both;
}



/* 2.layout
----------------------------------------*/

/*---------------------------------------------
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;
  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.webp) no-repeat center top;
  background-size: cover;
  background-position: center;
}

#main_visual {
  height: 440px;
  width: 100%;
  min-width: 1170px;
  overflow: hidden;
}

#main_visual .inner {
  position: relative;
  display: block;
  width: 1170px;
  text-align: center;
  margin: 0 auto;
  z-index: 0;
}

#main_visual .headline {
  position: relative;
  width: calc(100% - 500px);
  padding-top: 20px;
  font-size: 40px;
}

#main_visual em {
  font-size: 64px;
  line-height: 1.2em;
}

#main_visual .mv_main {
  width: 72%;
  margin: 0 auto;
  text-align: center;
}

#main_visual .mv_point {
  position: absolute;
  top: 345px;
  left: 140px;
  width: 400px;
  z-index: 8;
}

#main_visual .mv_point_area{
  z-index: 8 !important;
  position: relative;

}

#main_visual .mv_point1{
  width: 137px;
  margin-top:5px;
  z-index: 8 !important;
}

#main_visual .mv_point2{
  width: 137px;
  margin-top:5px;
  z-index: 8 !important;
}

#main_visual .mv_point3{
  width: 137px;
  margin-top:5px;
  z-index: 8 !important;
}

#main_visual .mv_ob {
  position: absolute;
  top: 292px;
  left: 285px;
  width: 110px;
  z-index: 6;
}

#main_visual .mv_card1 {
  position: absolute;
  top: 120px;
  left: -50px;
  width: 220px;
  z-index: -2;
  transform: rotate(-10deg);
}
#main_visual .mv_card2 {
  position: absolute;
  top: 115px;
  left: 500px;
  width: 220px;
  z-index: -2;
  transform: rotate(10deg);
}
/*第二階層*/
.second_row #main_visual .headline {
  position: relative;
  width:100%;
  padding-top: 20px;
  font-size: 40px;
}


.second_row #main_visual .headline .mv_main {
  width: 60%;
  margin: -10px auto 0;
}

.second_row #main_visual .mv_ob {
    z-index: -1;
    top: 45%;
    margin: auto;
    width: 110px;
  }

.second_row #main_visual .headline .mv_txt{
    position: relative;
    z-index: 2;
    font-size: 76px;
    color: #fff;
    font-weight: bold;
    margin-top:50px;
    line-height: 1em;
    letter-spacing: -0.08em;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
    margin-left:-50px;
}

.second_row.line2 #main_visual .headline .mv_txt{
    margin-top:20px;
}

.second_row #main_visual .headline .mv_txt2{
    position: relative;
    z-index: 2;
    font-size: 40px;
    color: #eee;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: -0.08em;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
    
}
.second_row #main_visual .headline .mv_txt:before{
    content: "";
    position: absolute;
    display: block;
    background: url(../images/mv_sec/title_sec_bg.webp) no-repeat center center;
    background-size: 105% 105%;
    width: 60%;
    height:118%;
    top: -13%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.second_row #main_visual .headline .mv_txt2:before{
    content: "";
    position: absolute;
    display: block;
    background: url(../images/mv_sec/title_sec_bg.webp) no-repeat top center;
    background-size: 70% 90%;
    width: 100%;
    height:116%;
    top: 8%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}


.second_row #main_visual .headline .mv_txt3{
    position: relative;
    z-index: 2;
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    margin-top:220px;
    letter-spacing: -0.08em;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
    margin-bottom:-50px;
    
}

.second_row #main_visual .headline .mv_txt3:before{
    content: "";
    position: absolute;
    display: block;
    background: url(../images/mv_sec/title_sec_bg.webp) no-repeat top center;
    background-size: 70% 90%;
    width: 100%;
    height:116%;
    top: 8%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}


.second_row #main_visual .mv_card3 {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 220px;
  z-index: -2;
  transform: rotate(-20deg);
}
.second_row #main_visual .mv_card4 {
  position: absolute;
  top: 85px;
  left: 900px;
  width: 220px;
  z-index: -2;
  transform: rotate(20deg);
}


.second_row #top_search{
  right: 50px;
}


@media (max-width: 768px) {
  #main_bg {
    width: auto;
    height: auto;
    min-width: auto;
    margin-top: 0;
    background: url(../images/common/main_bg_sp.webp) no-repeat center top;
    background-size: cover;
  }

  #main_visual .headline img {
    width: 100%;
  }

  #figure #main_bg {
    background: none;
  }

  #main_visual {
    width: auto;
    min-width: auto;
    height: 550px;
    background-size: 100%;
    padding-bottom: 0px;
  }

  #main_visual .inner {
    width: auto;
  }

  #main_visual .mv_main{
    width:85%;
    margin: 0px auto;
  }

  #main_visual .headline {
    width: 100%;
    padding: 10px 20px 0 25px;
    box-sizing: border-box;
    font-size: 6.25vw;
    line-height: 1.1;
  }

 
  #main_visual em {
    font-size: 9.375vw;
    line-height: 1.2em;
  }

  #main_visual .mv_card1 {
    position: absolute;
    top: 110px;
    left: -10px;
    width: 130px;
    z-index: 5;
  }
  #main_visual .mv_card2 {
    position: absolute;
    top: 110px;
    left: 260px;
    width: 130px;
    z-index: -1;
  }

  #main_visual .mv_point {
    width: 70%;
    position: absolute;
    top:120%;
    left:0;
    right:0;
    margin: 0 auto;
  }
  
#main_visual .mv_point_area
{
width:100%;
margin:0 auto;
}  

#main_visual .mv_point1{
  width: 95px !important;
  margin-top:30px;
  z-index: 8 !important;
}

#main_visual .mv_point2{
  width: 95px !important;
  margin-top:30px;
  z-index: 8 !important;
}

#main_visual .mv_point3{
  width: 95px !important;
  margin-top:30px;
  z-index: 8 !important;
}

  
  #main_visual .mv_ob {
    z-index: -1;
    top: 63%;
    left: 0px;
    right:0px;
    margin: auto;
    width: 90px;
  }



  /*第二階層*/
  

  .second_row #main_visual {
	height:auto; 
	padding-bottom:50px;
	}

  .second_row #main_visual .headline {
    width: 100%;
    padding: 10px 20px 0 25px;
    box-sizing: border-box;
    font-size: 6.25vw;
    line-height: 1.1;
  }


  .second_row #main_visual .headline .mv_main {
    width: 100%;
    margin: -15px auto 0;
    z-index:1;
  }

  .second_row #main_visual .mv_ob {
    z-index: -1;
    top: 47%;
    margin: auto;
    width: 80px;
  }



  .second_row #main_visual .headline .mv_txt{
      font-size: 40px;
      margin-top:20px;
      line-height: 1.2em;
      margin-left:0;
  }
  .second_row #main_visual .headline .mv_txt2{
      font-size: 26px;
      padding-bottom: 16px;
  }
  .second_row #main_visual .headline .mv_txt:before{
      background: url(../images/mv_sec/title_sec_bg.webp) no-repeat center center;
      background-size: 105% 105%;
      height:110%;
      top: -3%;
      width: 80%;

  }
  .second_row #main_visual .headline .mv_txt2:before{
      background: url(../images/mv_sec/title_sec_bg.webp) no-repeat top center;
      background-size: 100% 72%;
      top: -8%;
  }
  .second_row #main_visual .headline .mv_txt3{
      font-size: 30px;
      padding-bottom: 16px;
     margin-top:130px;
     margin-bottom:-40px;
 }
  .second_row #main_visual .headline .mv_txt3:before{
      background: url(../images/mv_sec/title_sec_bg.webp) no-repeat top center;
      background-size: 100% 72%;
      top: -8%;
  }

  .second_row #main_visual .headline .mv_sec_l {
      top: 30px;
      left: -15px;
      width: 130px;
      z-index:-10 !important;
  }


.second_row #main_visual .mv_card3 {
    position: absolute;
    top: 80px;
    left: -10px;
    width: 120px;
    z-index: -1;
  }
.second_row #main_visual .mv_card4 {
    position: absolute;
    top: 80px;
    left: 270px;
    width: 120px;
    z-index: -1;
  }




  /*タイトルが2行の場合*/
  .second_row.line2 #main_visual .mv_ob {
    top: 29%;
  }

  .second_row.line2 #main_visual .headline .mv_txt{
      font-size: 36px;
      line-height: 1em;
      letter-spacing: -0.1em;
  }
  .second_row.line2 #main_visual .headline .mv_txt2{
      font-size: 24px;

  }
.second_row #top_search{
  top:-10px;
}



}

@media (max-width: 320px) {

  #main_visual {
    height: 430px;
  }

}

/*----------------------------------------------
トップビジュアル検索枠
-----------------------------------------------*/
#top_search {
  z-index: 30;
  position: absolute;
  top: 80px;
  right: 68px;
  width: 400px;
  height: 260px;
  background: #fff;
  border:6px solid #28c3ff;
  border-radius: 15px;
  box-shadow: 0px 5px 6px #000000;
}


#top_search .app_box {
  box-sizing: border-box;
  margin: 0 0 0 10px;
  padding: 50px 0px 40px 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
 
}

#top_search .app_box h3 {
  z-index: 1;
  position: absolute;
  top: -19px;
  right: 0;
  left: 0;
  margin:auto;

}
#top_search .app_box h3 img{
  width:280px;
  height: auto;
}


#top_search .app_box .application {
  width: 84%;
  margin:auto;
}

#top_search .app_box .application>.app_btn {
  padding-right: 0;
  left: 52%;
  background: none;
}
#top_search .app_box .application>.app_btn img{
  width:100%;
}


#top_search .top_serchbox {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top:30px;
  margin-bottom: 25px;
  position: relative;
  width: 350px;
}

_::-webkit-full-page-media,
_:future,
:root #top_search .top_serchbox {
  width: 86%;
  min-height: 48px;
}

#top_search .top_serchbox form {
  position: relative;
  display: flex;
  justify-content: center;
  border: 2px solid #cccccc;
  overflow: hidden;
}

#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;
  border: none;
  width: 260px;
}

_::-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: 175px;
  }

  #top_search .top_serchbox button {
    width: calc(75% - 60px);
  }
}


@media all and (-ms-high-contrast:none) {

  /* IE11 */
  *::-ms-backdrop,
  #top_search .top_serchbox input {
    width: calc(75% - 60px);
  }

  *::-ms-backdrop,
  #top_search .top_serchbox button {
    width: calc(75% - 60px);
  }
}

@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;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  background: rgb(92,99,103,1);
  background: linear-gradient(45deg, rgba(145,143,141,1) 0%, rgba(92,99,103,1) 100%);
  color: #fff;
  border: none;
  width: 60px;
  cursor: pointer;
  box-shadow: -5px 12px 11px -7px rgba(0, 0, 0, 0.1) inset;

}

#top_search .top_serchbox button:hover {
  opacity: 0.6;
}

#top_search .application {
  height: 45px;
}

@media (max-width: 768px) {

  #top_search {
    left: 0;
    right: 0;
    top: 0;
    width: 88%;
    margin: 24px auto 20px;
    padding: 0 0 2px;
    position: relative;
    height: 180px;
  }

  #top_search .app_box h3 img{
     width: 70%;
  }
  #top_search .top_serchbox{
    width:90%;
    margin-top:44px;
    margin-bottom: 10px;
  }
  #top_search .top_serchbox input {
    padding: 2px 10px!important;
  }
  #top_search .app_box {
    padding: 8px 0 8px;
  }
  #top_search .app_box .application{
    margin:;
  }
  #top_search .app_box .application>.app_btn {
    width: 100%;
    line-height: 2em;
  }
  #top_search .app_box .application>.app_btn img{
    width:70%;
  }


}

.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 {
  position: relative;
  display: table-cell;
  width: 22%;
  background-color: #666666;
  text-align: right;
  color: #ffffff;
  padding: 10px 20px 10px 0;
  box-sizing: border-box;
}

#top .news_header::before {
  content: '';
  position: absolute;
  top: 0;
  right: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 41px 11px;
  border-color: transparent transparent transparent #666666;
}

#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;
    background-color: #666666;
  }

  #top .news_header::before {
    content: none;
  }

  #top .news_main {
    width: 74%;
    padding: 10px 10px 10px;
    font-size: 10px;
    vertical-align: top;
  }

}

/*----------------------------------------------
sidebar
----------------------------------------------*/
.sidebar {
  position: fixed;
  right: 0;
  top: 104px;
  z-index: 30;
  width: 80px;
  background-color: transparent;
}

.sidebar img {
  width: auto;
}

.sidebar a:hover {
  color: #000000;
  opacity: 0.6;
  background-color: #b0e9ff;
}

.sidebar_body>* {
  border-top: 1px solid #534b88;
  padding: 15px 6px;
  display: block;
  background-color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  color: #000;
    border-left: 2px solid #534b88;
    border-right: 2px solid #534b88;

}

.sidebar_body>*:last-child {
  padding: 12px;
}

.sidebar_head {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}


.sidebar_foot {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

.sidebar_head {
  border-top-left-radius: 6px;
  background-color: #534b88;
}

.sidebar_head>* {
  padding: 10px 0 8px;
  border-top-left-radius: 10px;
  background-color: #534b88;
}

.sidebar_foot>* {
  border-top: 1px solid #808080;
  padding: 10px 14px 12px;
  display: block;
  background-color: #f5007e;
  border-bottom-left-radius: 6px;
}


@media screen and (max-width: 767px) {
  .sidebar {
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0px;
    z-index: 50;
    width: 100%;
    height: 57px;
    padding: 0;
    clip-path: none;
    background: #fff;
    box-sizing: border-box;
    display: flex;
  }

  .sidebar img {
    width: 100%;
  }

  .sidebar_head {
    display: none;
  }

  .sidebar_body {
    width: 85.72%;
    display: flex;
  }

  .sidebar_body>* {
    border-top: none;
    padding: 10px 3px;
    width: 30%;
    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: #fff;
    font-size: 10px;
    border-left: 2px solid #534b88;
    border-right: 0px solid #534b88;
 	 border-top: 2px solid #534b88;
 	 border-bottom: 2px solid #534b88;

  }


  .sidebar_body>*:nth-child(4) {
    width: 20.5%;
  }

  .sidebar_head,
  .sidebar_foot {
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 10px;
    margin: 0;
  }

  .sidebar_head {
    width: 12.28%;
    border-radius: 0;
  }

  .sidebar_head>* {
    padding: 16px 0 12px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .sidebar_body>*:last-child {
    padding: 5px;
  }

  .sidebar_foot>* {
    padding: 5px;
    border-radius: 0;
    border: none;
  }

  .sidebar_foot img {
    width: auto;
    height: 47px;
  }

}


/*ヘッダーテキスト*/
.h_text {
  position: absolute;
  width: 100%;
  z-index: 100;
  text-align: left;
  color: #000;
  font-size: 12px;
  pointer-events: none;

}

.h_text section {
  margin: auto;
  padding: 28px 0 0 0;
  position: relative;
}

.h_text h1 {
  margin-left: 230px;
}
.h_text div {
  margin-left: 230px;
}

@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: 75px;
    height: 45px;
  }
  .h_text div {
    margin-left: 75px;
    height: 45px;
  }

}


/* conversionエリア */

.conversion {
  position: relative;
  z-index: 1;
  min-width: 1170px;
  background: url(../images/common/bg_pr.webp) no-repeat top 10px center;
  margin-top: 30px;
}

.conversion section {
  text-align: center;
  z-index: 3;
  padding: 60px 0 80px;
}

.conversion section .conv_txt>.conv_txt_medi {
  z-index: 3;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color:#ffffff !important;
}

.conversion .strong_txt {
  z-index: 3;
  position: relative;
  color: #ec0d0d;
  font-weight: bold;
}


.conversion .strong_txt:before{
  content:"";
  display: block;
  position: absolute;
  height:50px;
  background: url(../images/common/bg_strong_txt.svg) no-repeat bottom center;
  bottom:6px;
  left:0;
  right:0;
  margin:auto;
  z-index: -1;
}

.conversion_area .conv_txt:nth-child(2) .strong_txt:before{
  height:60px;
}

.conversion .conv_txt {
  position: relative;
  margin-bottom:0.5em;
}
.conversion .conv_txt .strong_txt {
  font-size: 80px;
}

.conversion .conv_txt_num {
  font-size: 120px;
  line-height: 1;
}


.conversion .conv_txt_medi {
  font-size: 14px;
  font-weight: normal;
}



@media screen and (max-width: 767px) {
  .conversion {
    margin-top:10px;
    min-width: auto;
    padding: 40px 0 20px;
    background-size:98% 100%;
  }

  .conversion section {
    padding: 0;
  }

  .conversion section p {
    font-size: 12px;
  }

  .conversion section .conv_txt>.conv_txt_medi {
    display:block;
    font-size: 18px;
    margin-bottom:0.2em;
  }

  .conversion .conv_txt .strong_txt {
    font-size: 34px;
    position: relative;
  }

  .conversion_area .conv_txt:nth-child(2) .strong_txt:before {
      height: 27px;
  }

  .conversion .conv_txt .strong_txt.large:after{
    width:8em;
  }
  .conversion .conv_txt_num {
    font-size: 60px;
  }

 
}


/*----------------------------------------------
メインコンテンツ
-----------------------------------------------*/
/* section */


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
  }
}

@media screen and (max-width: 767px) {
  section .conv_btn {
    width: 80%;
    margin: 12px auto 0;
  }
}


/* lead-area */
.lead-area {
  padding-top: 0;
}

.lead-area section {
  padding: 30px 0 60px 0;
}

.lead-area p {
  margin-top: 0px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {


  .lead-area section {
    padding: 0 0 60px 0;
  }

  .lead-area p {
    font-size: 140%;
  }
}

/* total */
#total {
  margin-top: 40px;
  min-width: 1170px;
}

/*total_thanks*/
.total_thanks {
  width: 100%;
  text-align: center;
  font-weight: bold;
  min-width: 1170px;
  background-color: #44120e;
}

.total_thanks section {
  padding: 40px 0 50px;
}

.total_thanks h2 {
  color: #fff !important;
  font-size: 150% !important;
}

.total_thanks h3 {
  color: #fff !important;
  font-size: 250% !important;
}

@media (max-width: 768px) {
  #total {
    min-width: auto;
    margin-top: 0;
  }
  .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;
  }
}


#evaluation a:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  #evaluation {
    margin:20px;
  }
}

/* review */
#review {
  position: relative;
  min-width: 1170px;
}


#review::before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 22%;
  background: url(../images/common/bg_review.webp) top left 30% no-repeat, linear-gradient(0deg,#f63730 0%, #7c0a0d 100%);
  background-size: 865px auto;
 
}

#review section {
  padding: 30px 0 60px 0;
}

#review #yotpoArea {
  width: 970px;
}
#review #yotpoArea .review_title{
  margin: 0 auto 10px;
  text-align: center;
}
#review #yotpoArea img{
  text-align: center;
  width: 720px;
  height: auto;
}
#review .yotpo.yotpo-main-widget {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 2px solid rgba(204, 204, 204, 0.8);
  border-radius: 10px;

}

.main-widget.yotpo-display-wrapper {
  padding: 40px;
}

#review .yotpo.yotpo-main-widget > img {
  width: 826px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #review::before {
    padding-top: 49.6%;
    background-size: 100% auto;
 
  }

  #review #yotpoArea {
    width: 100%;
  }
  #review #yotpoArea img{
    width: 100%;
  }

  .main-widget.yotpo-display-wrapper {
    padding: 2px;
  }

}


.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 40px;
  }

  #review .h_title {
    margin-top: 6px;
  }

  #review .h_title>* {
    font-size: 16px;
  }

  #review .h_title h3 {
    font-size: 24px;
    margin-top: 4px;
  }

  .review_content {
    margin: 0 auto;
  }

  .review_box {
    width: 100%;
    margin: 18px auto 0;
  }
}
@media screen and (max-width: 320px) {
  .main-widget .bottom-line-items {
      margin-bottom: 84px!important;
  }
  .filters-container .free-text-search-input {
    width: 256px!important;
    }
}


/*usage*/

.usage section{
  padding: 40px 0 40px 0;
}

.usage .heading_wrap{
  margin: 0px auto 90px;
}
.usage ul {
  position: relative;
  z-index: 3;
}

.usage .five_column li {
  position: relative;
  background-color: #534b88;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  width: 210px;
  margin-right: 30px;
  border-radius:10px;
}

.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;
  font-family: "Oswald";
  background: #28c3ff;
  color: #fff;
  font-size: 146%;
  font-weight: 700;
  border-radius: 3px;
  line-height: 40px;
  transform: skewX(-10deg);
}

.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: -40px;
  width: 40px;
  height: 40px;
  transform: rotate(-90deg);
  background: url(../images/common/usage_arrow.webp) no-repeat center center;
  background-size: contain;
}

.usage .five_column li:nth-child(5):after {
  content: "";
  border: none;
  background: none;
}

.usage .five_column li dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 .sub_conductor {
  text-align: center;
  margin: 30px auto;
}



@media (max-width: 768px) {
  .usage section{
    padding: 16px 16px 60px;
  }


  .usage .heading_wrap{
    margin:20px auto 20px;
  }

  .usage ul{
    margin:0 16px;
  }
  .usage .five_column li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
    min-height: auto;
  }

  .usage .five_column li:before {
    top: 0;
    left: -12px;
    margin-top: -10px;
    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: -26px;
    left: 46%;
    transform:none;
    width: 35px;
    height: 35px;
  }
  .usage .five_column li:last-child:after{
    background: none;
  }
  .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 .sub_conductor {
    width:99%;
    margin:0 auto;
  }


}



/* request */

.request .heading_wrap {
  margin: 0px auto 70px;
}


.request_item {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 90px 30px;
	background: url(../images/common/bg_wanted.webp) repeat-y top 10px center;  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.request_title {
  position: absolute;
  top: -23px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 570px;
  height: 65px;
  margin: auto;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background: #534b88;
  border-radius: 10px;
 
}

.request_row {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.request_item+.request_item {
  margin-top: 70px;
}

.request_item_block {
  width: 470px;
}

.request_item_block+.request_item_block {
  margin-left: 30px;
}

.request_item_block p {
  padding: 0 25px;
  font-size: 20px;
  line-height: 1.6;
}

.request_item_block p>span {
  z-index: 1;
  position: relative;
  display: inline;
  font-size: 22px;
  font-weight: bold;

  background: linear-gradient(45deg, rgba(255,151,205,0.8) 0px, rgba(255,255,255,0.5) 100%);

}

.request_list {
  margin-top: 20px;
}

.request_list_item {
  padding: 0 25px;
}

.request_list_item+.request_list_item {
  margin-top: 10px;
}

.request_list_item>dt,
.request_list_item>dd {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
}

.request_list_item>dt {
  font-weight: bold;
}

.request_list_item>dt::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #999;
}
.request_row .sub_conductor{
  margin:20px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .request {
    margin-top: 130px;

  }

  .request .heading_wrap {
    margin: -100px auto 50px;
  }


  .request_title {
    width: 70%;
    height: 40px;
    font-size: 14px;
  }

  .request_item {
    padding: 40px 55px 20px;
  }

  .request_row {
    flex-direction: column;
  }


  .request_item_block {
    width: 100%;
  }

  .request_item_block+.request_item_block {
    margin-top: 30px;
    margin-left: 0;
    width: 125%;
  }

  .request_item_block p {
    padding: 0;
    font-size: 14px;
  }

  .request_item_block p>span {
    font-size: 15px;
  }

  .request_list_item {
    padding: 0;
  }

  .request_list_item>dt,
  .request_list_item>dd {
    font-size: 14px;
  }

  .request_list_item>dt::before {
    top: 3px;
    width: 10px;
    height: 10px;
  }
  .request_row .sub_conductor>a.sub_btn{
    line-height: 2;
  }
}

/* features */

.features .heading_main::before {
  background-size: 69%;
}

.features .three_column li {
  height: 290px;
  margin-bottom: 20px;
  border-left: 1px solid #534b88;
  box-sizing: border-box;
}

.features .three_column li:nth-child(3n) {
  border-right: 1px solid #534b88;
}

.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;
  color: #534b88;
}

.features .three_column dl dd {
  font-size: 34px;
  font-weight: bold;
  padding: 0px 0px 20px;
  color: #f5007e;
}


@media (max-width: 768px) {

  .features .heading_wrap::before {
    right: -63px;
    bottom: -80px;
    width: 129px;
    height: 179px;
  }

  .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%;
  }

}

/* campaign*/



#campaign_area .block_note {
  border: 0;
  margin-top: 0;
  padding: 30px 0 60px;
  border-radius: 0 0 20px 20px;
}

.block_note {
  background: #534b88;
  padding: 32px 18px 28px;
  color: #ffffff;
}

.campaign_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.campaign_caption ul {
  margin-top: 10px;
  padding: 0 80px;
  font-size: 20px;
}

.campaign_caption ul li:first-child {
  margin-top: 0px;
 font-weight: bold;
 color: #f5007e;
}

.campaign_caption ul li:nth-child(2)
{
}

.campaign_caption ul li {
  padding-left: 34px;
  position: relative;

}

.campaign_caption ul li::before {
  position: absolute;
  content: '●';
  width: 16px;
  height: 20px;
  top: 0;
  left: 10px;
  color: #999;
}


@media (max-width: 768px) {
  #campaign_area section{
    padding: 20px 0 40px 0;
  }

  #campaign_area .heading_wrap{
    margin:0 auto;
  }
  #campaign_area .block_note {
    padding: 20px;

  }

  .block_note {
    padding: 10px;
    margin: 40px 0 10px;
  }

  .campaign_title {
    font-size: 16px;
  }

  .campaign_caption ul {
    padding: 0;
    font-size: 14px;
    margin-top: 10px;
  }

  .campaign_caption ul li {
    margin-top: 10px;
    padding-left: 18px;
  }

  section .conv_btn {
    width: 100%;
    margin-top: 0;
  }

.campaign_caption ul li::before {
  width: 16px;
  height: 20px;
  top: 0;
  left: 1px;
}
}


/* purchase*/


section#purchase {
  padding: 0px 0 50px 0;
}

.purchase {
  position: relative;
  min-width: 1170px;

}
.purchase:before{
  content: "";
  position: absolute;
  background: url(../images/common/bg_wanted.webp) repeat-y top center;
  background-size:2000px;
  width: 100%;
  height: 100%;
  
  z-index: -1;
}

.purchase_ballon {
  position: absolute;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  max-width:200px;
  height: 60px;
  background: #f5007e;
  border-radius: 10px;
  box-sizing: border-box;
  transform: skewX(-10deg);
  top:20px;
  left:50%;
  right:0;
  margin: 0 auto;
  margin-left:calc(10% + 100px);
}


.purchase_ballon::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #f5007e;
  z-index: 2;
}

.purchase_ballon p {
  position: relative;
  color:#ffffff !important;
  font-size: 20px;
  font-weight: bold;
}
.purchase_ballon span{
  font-size: 32px;
}



.purchase_ballon2 {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  max-width:300px;
  height: 60px;
  margin: 0 auto -2px;
  background: #ff005a;
  border-radius: 10px;
  box-sizing: border-box;
  transform: skewX(-10deg);
  top:10px;
  left:20;
  right:0;
  margin:0 0 0 auto;
}


.purchase_ballon2::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #ff005a;
  z-index: 2;
}

.purchase_ballon2 p {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.purchase_ballon2 span{
  font-size: 24px;
}


.purchase section#csm {
  padding-top: 390px;
  padding-bottom: 0;
  position: relative;
}

.purchase .csm {
  padding-bottom: 50px;
}


.purchase .heading_main::before {
  background-size: 73%;
}

.purchase_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0px -50px 0 0;
}


.purchase_list>li {
  width: calc((100% - 288px) / 4);
  margin: 10px;
  padding: 10px 16px 20px;
  background:rgba(255,255,255,0.7) ;
  position: relative;
}

.purchase_list>li:hover a{
  opacity: 0.7;
}


.purchase_list.-radius_card>li {
  width: calc((100% - 250px) / 4);
  margin: 5px;
}

.purchase .purchase_list .purchase_genre_content {
  background: transparent;
}

.purchase_list .purchase_prise {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.purchase_list.-wanted .purchase_prise p,
.purchase_list.-wanted .purchase_prise em {
  color: #ff0024;
}

.purchase_list .purchase_prise em {
  font-size: 14px;
}

.purchase_list .purchase_prise p {
  width: 100%;
  text-align: right;
}

.purchase_list.-radius_card .purchase_prise p {
  font-size: 18px;
}

.purchase_list .purchase_prise p span {
  font-size: 44px;
}

.purchase_list.-radius_card .purchase_prise p span {
  font-size: 38px;
}



.second_row .ranking_list_inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0px -50px 0 0;
}

.second_row .ranking_list_inner img{
width:215px;
margin:0 auto;
}


.second_row .ranking_list_inner>li {
  width: calc((100% - 268px) / 4);
  margin: 10px;
  padding: 10px 16px 10px;
  background:rgba(255,255,255,0.7) ;
  position: relative;
}
.second_row .ranking_list_inner ul {
  width: 1170px;
}

.second_row .ranking_list_inner>li:hover a{
  opacity: 0.7;
}


.second_row .ranking_list_inner.-radius_card>li {
  width: calc((100% - 250px) / 5);
  margin: 5px;
}
.second_row .ranking_list_inner li dl{
  margin-top: 10px;
}

.second_row .ranking_list_inner li dt{
  text-align:left;
}

.second_row .ranking_list_inner .purchase_genre_content {
  background: transparent;
  text-align:center;

}

.second_row .ranking_list_inner .purchase_prise {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.second_row .ranking_list_inner.-wanted .purchase_prise p,
.second_row .ranking_list_inner.-wanted .purchase_prise em {
  color: #ff0024;
}

.second_row .ranking_list_inner .purchase_prise em {
  font-size: 14px;
}

.second_row .ranking_list_inner .purchase_prise p {
  width: 100%;
  text-align: right;
    font-size: 24px !important;

}

.second_row .ranking_list_inner.-radius_card .purchase_prise p {
  font-size: 24px !important;
}

.second_row .ranking_list_inner .purchase_prise p span {
  font-size: 44px !important;
}

.second_row .ranking_list_inner.-radius_card .purchase_prise p span {
  font-size: 38px !important;
  font-family: "Oswald";
}


.second_row .purchase_name {
  margin-bottom:-20px;
  font-weight: 700;
  color: #000;
  font-size: 14px;
}


.second_row .update{
  text-align: right !important;
  padding-top:20px !important;
}


@media (max-width: 768px) {
  .purchase {
    min-width: auto;
  }

  .purchase_ballon {
    padding: 9px 10px 7px;
    max-width:90px;
    height: 60px;
    top:-30px;
    right:10px;
 	 margin: 5px 3% 0 auto;
  }


  .purchase_ballon::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #f5007e;
    z-index: 2;
  }

  .purchase_ballon p {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }
  .purchase_ballon span{
    font-size: 24px;
  }

  .purchase_ballon2 {
    padding: 9px 10px 7px;
    max-width:90px;
    height: 60px;
    top:-30px;
    right:0px;
  }


  .purchase_ballon2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #ff005a;
    z-index: 2;
  }

  .purchase_ballon2 p {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
  }
  .purchase_ballon2 span{
    font-size: 20px;
  }


  .purchase .csm {
    padding-bottom: 0px;
  }
  .purchase.-bg-photo {
    position: relative;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    background: url(../images/common/bg_wanted_top.webp) top center,url(../images/common/bg_wanted_bottom.webp) bottom center;
    background-repeat: no-repeat;
    background-color: #e2b66b;
    background-size: 100% auto;
  }

  .purchase section#csm {
    position: relative;
    z-index: 1;
    padding-bottom: 8%;
    padding-top:42%;
  }

  .purchase_ballon {
    width: 80%;
  }

  .purchase_list{
    margin: 0px -11px 0 0;
  }
  .purchase_list.-wanted {
    padding-top: 8%;
    margin: 0px -26px 0 -14px;
  }

  .purchase_list.-wanted>li {
    padding: 10px 6px 14px;
  }
  .purchase_list>li:hover a{
    opacity: 1;
  }

  .purchase_list>li,
  .purchase_list.-radius_card>li {
    width: calc((100% - 30px) / 3);
    margin: 3px;
    padding: 10px 6px 14px;
  }




.second_row   .ranking_list_inner{
margin: 0px -11px 0 0;
  }
  .second_row .ranking_list_inner img{
    width:100%;
}

.second_row   .ranking_list_inner.-wanted {
    padding-top: 8%;
    margin: 0px -26px 0 -14px;
  }

.second_row   .ranking_list_inner.-wanted>li {
    padding: 10px 6px 14px;
  }
.second_row   .ranking_list_inner>li:hover a{
    opacity: 1;
  }

.second_row   .ranking_list_inner>li,
.second_row   .ranking_list_inner.-radius_card>li {
    width: calc((100% - 30px) / 3);
    margin: 3px;
    padding: 10px 6px 14px;
  }


.second_row .ranking_list_inner.-radius_card .purchase_prise p {
  font-size: 14px !important;
}

.second_row .ranking_list_inner .purchase_prise p  {
  font-size: 14px !important;
}


.second_row .ranking_list_inner .purchase_prise p span {
  font-size: 24px !important;
}




}


.purchase .purchase_genre_content {
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.purchase .purchase_genre_content img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.purchase_prise::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 20px;
  bottom: -3px;
  left: 0px;
  right:0px;
  margin: auto;
  background: url(../images/common/bg_price.svg) no-repeat bottom center;
  background-size: contain;
  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%;
  color: #000;
}

.purchase_prise {
  font-size: 110%;
  font-weight: 700;
  color: #ff0024;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  z-index: 3;
  padding-right: 4px;
  font-weight: bold;
}

.purchase_prise span {
  font-size: 38px;
  font-family: "Oswald";
}

.purchase_prise>* {
  display: block;
}


@media (max-width: 768px) {
  .purchase section {
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }

  .purchase .purchase_genre_content {
    height: auto;
    margin: 0 0 5px;
  }

  .purchase .purchase_name {
    margin: 0px 0px 5px;
    line-height: 1.4;
    word-wrap: break-word;
    font-size: 10px;
  }

  .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_prise {
    padding-right: 2px;
  }

  .purchase_list .purchase_prise p {
    padding: 0;
  }

  .purchase_list .purchase_prise p,
  .purchase_list.-radius_card .purchase_prise p,
  .purchase_list .purchase_prise em {
    font-size: 12px;
  }

  .purchase_list .purchase_prise p span {
    font-size: 24px;
  }

  .purchase_list.-radius_card .purchase_prise p span {
    font-size: 24px;
  }

  .purchase_prise::before {
    height:11px;
    bottom: -2px;
    background-image: url(../images/common/bg_price.svg);
    background-size: contain;
    left: 0px;
  }


  .four_column>*:nth-child(n + 3) {
    margin-top: 14px;
  }
}

@media (max-width: 332px) {
  .purchase_list .purchase_prise p span {
    font-size: 17px;
  }
}

.purchase .tab_changer {
  width: 100%;
  padding: 16px 16px 0;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.purchase .tab_changer li {
  width: calc((100% - 50px) / 4);
  height: 70px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin:0 4px 8px 0;
  box-sizing: border-box;
  background:  #a29bcd;
  background-size: 100% 45px;
  border-radius:10px 10px 0 0;
}
.purchase .tab_changer li:hover,
.purchase .tab_changer li.current {
  background-color: #534b88;
  background: #534b88;
  background-size: 100% 45px;
}

.purchase .tab_changer.-min_tab li {
  width: calc((100% - 40px) / 4);
}


@media all and (-ms-high-contrast: none) {
  .purchase .tab_changer li {
    height: 50px;
    padding-top: 10px;
  }
}

.purchase .tab_changer li:last-child {
  margin-right: 0;
}


@media (max-width: 768px) {
  .purchase .tab_changer {
    align-items: stretch;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .purchase .tab_changer li {
    width: calc((100% - 12px) / 3);
    height: auto;
    padding: 8px 5px 10px;
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 1.2;
    min-height: 2em;
    margin:0 4px 4px 0;
  background: url("../images/common/h2_attend2.webp") no-repeat bottom -5px  center #92a7b0;
  background-size: 100% 20px;
  }

	.purchase .tab_changer li:hover,
	.purchase .tab_changer li.current {
	  background-color: #534b88;
	  background: url("../images/common/h2_attend.webp") no-repeat bottom -5px  center #534b88;
	  background-size: 100% 20px;
	}

  .purchase .tab_changer.-min_tab li {
    width: calc((100% - 8px) / 3);
  }

  .purchase .tab_changer li:nth-child(3n) {
    margin-right: 0;
  }


  .purchase .tab_changer li:first-child {
    margin-left: 0;
  }

  .purchase .tab_changer li:last-child {
    margin-right: 0;
    font-size: 12px;
  }

  .purchase .tab_changer li:last-child::before {
    font-size: 12px;
    top: 50%;
    left: 10px;
    transition: all 0.2s ease 0s;
  }

  .purchase .tab_changer li span {
    font-size: 10px;
    font-weight: normal;
  }
   .purchase .tab_changer li{
    border-radius: 6px 6px 3px 3px!important;
  }
}


/* 買取価格 */

#kaitori section {
  padding: 20px 0 0;
  clear:both;
}


#kaitori .heading_main::before {
  background-size: 50%;
}

.kaitori_box {
  width: 100%;
  height: auto;
  margin: -4px auto 0;
  z-index: 0;
}

.kaitori_content {
  position: relative;
  z-index: 1;
  height: auto;
  margin: 0 auto 0;
  padding: 70px 20px;
  border-radius: 10px;
  background: #534b88;
  box-shadow: 0px 5px 6px #00000025;

}


.kaitori_serchbox {
  position: relative;
  width: calc(80% + 140px);
  margin: 0 auto;
  overflow: hidden;
}

.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:#ffffff;
  box-shadow: 14px 12px 11px -7px rgb(0 0 0 / 10%) inset;
  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.webp) no-repeat;
}

.kaitori_serchbox button {
  padding: 16px 10px;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 20px;
  background: rgb(92,99,103,1);
  background: linear-gradient(45deg, rgba(145,143,141,1) 0%, rgba(92,99,103,1) 100%);
  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;
    margin-top: 30px;
    padding: 20px 0 20px;
  }

  #kaitori section {
    padding: 0px 15px 0px;
  }

  #kaitori .heading_wrap{
    margin: 0 auto;
  }

  .kaitori_box {
    min-width: auto;
    margin: -5px 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;
  }

}


/*日本一安全宣言*/

#safety section{
  padding: 50px 0px 40px 0px;
}

#safety h2{
  text-align: center;
  font-size:28px;
  font-weight: bold;
}
#safety h2 p{
  width:15em;
  position: relative;
  margin: auto;
}
#safety h2 p:before,#safety h2 p:after{
  content:"……";
  display: inline-block;
  position: absolute;
  width:50px;
  font-size: 20px;
  color:#000;
  bottom:-10px;
}
#safety h2 p:before{
  left:-50px;
  transform: rotate(45deg);
}
#safety h2 p:after{
  right:-50px;
  transform: rotate(-45deg);
}
#safety .three_column{
  margin-top:20px;
}
#safety dd {
  margin-top:20px;
  text-align: center;
  font-size: 18px;
}

#safety dd .marker {
  font-size:24px;
  font-weight: bold;
  text-align: center;
  background: url(../images/common/bg_price.svg) no-repeat top 12px center;
  background-size: 100% 30px;
}

#safety dd .marker.large{
  background-size: 100% 36px;
}
#safety dd .marker.small{
  background-size: 100% 20px;
}

#safety dd .normal{
  margin-top:5px;
}
@media screen and (max-width: 767px) {
  #safety h2{
    font-size:18px;
  }
  #safety h2 p{
    width:14em;
    margin-bottom: 5px;
  }
  #safety picture {
    width:92%;
    display: block;
    margin: auto;
  }
  #safety .three_column>*{
    float: none;
    width: 100%;
    padding:0 10px;
    margin-bottom:40px;
  }
  #safety .three_column>*:last-child{
    margin-bottom:0;
  }


}


/* 4.state
----------------------------------------*/
.is-current {
  color: #aa2d22;
}

.sc_active {
  opacity: 0.7;
}


/*faq*/

.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: "Oswald";
  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: "Oswald";
  font-weight: 700;
  bottom: 0;
  left: 0;
  font-size: 150%;
  color: #aa2d22;
  top: 1px;
  left: -30px;
}

.faq dt span {
  display: block;
  cursor: pointer;
}

.faq dt span.i_plus {
  position: static;
}

.faq dt span.i_plus::before {
  content: '';
  background: url(../images/common/arrow-down.svg) top center no-repeat;
}

.faq dt.js-active span.i_plus:before {
  content: "";
  background: url(../images/common/arrow-up.svg) top center no-repeat;
  font-size: 100%;
  top: 0.5em;
}

.faq dd .f_pink {
  font-size: 19px;
  font-weight: bold;
}


@media (max-width: 768px) {

  .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;
  }
  .faq .sub_conductor>a.sub_btn{
    line-height: 2;
  }
}

/* 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-weight: 700;
  font-size: 137%;
  margin: 10px 0 15px;

}

.sells .four_column li a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  content: '';
  width: 25px;
  height: 25px;
  margin: auto;
  background: url(../images/common/circle-right.svg) top center no-repeat;
}


.sells .application {
  margin-top: 30px;
}


@media (max-width: 768px) {
 
  .sells .four_column li p {
    font-size: 100%;
  }

  .sells .four_column li a:hover {
    background-color: none;
  }

  .sells .four_column li a:after {
    width: 22px;
    height: 22px;
  }

}

/*シリーズリンク*/
.series{
  text-align: center;
  margin-top:30px;
}
.series .conv_txt{
  margin-bottom:20px;
  padding-top:20px;
  font-size: 36px !important;
  font-weight: 700;
  color:#534b88 !important;
}
.series .conv_txt>.conv_txt_medi {
  font-size: 36px !important;
  font-weight: 700;
  color:#534b88 !important;
  

}

.series .strong_txt {
  font-size: 70px;
  position: relative;
  color: #f5007e;
  font-weight: bold;

}

.series .strong_txt:before{
  content:"";
  display: block;
  position: absolute;
  height:70px;
  background: url(../images/common/bg_price.svg) no-repeat bottom center;
  bottom:6px;
  left:0;
  right:0;
  margin:auto;
  z-index: -1;
}


.series ul {
  justify-content: center;
}
.series ul li{
  background: #534b88;
  font-weight: bold;
  font-size: 18px;
  border-radius: 10px;
}
.series ul dl{
  padding:20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
}
.series ul dl dt{
  margin-bottom:20px;
  display: flex;
  justify-content: center; 
  align-items: center; 
}
.series ul dl dt img{
  width:70%;
}
.series ul dl dd{
  display: flex;
  text-align: center;
  justify-content: center; 
  color:#ffffff !important;

}

@media (max-width: 768px) {
  .series{
    margin:20px auto;
    padding:30px 10px;
  }
.series .conv_txt{
  font-size: 24px !important;
}

  .series .conv_txt>.conv_txt_medi{
    font-size: 24px;
  }
  .series .strong_txt{
    font-size: 42px;
  }
  .series .strong_txt:first-child:before{
    height: 18px;
  }
  .series .strong_txt:before{
    height: 21px;
  }
   .series ul {
    justify-content:flex-start;
  }
  .series ul li{
    font-size: 14px;
  }
  .series ul dl dt{
    margin-bottom:10px;  
  }
}


/*高価買取リスト_テキスト*/

#other_lists .other_header{
  background: #a07f4b;
  color:#ffffff;
  font-weight: bold;
  padding:6px;
  display: flex;
}
#other_lists .other_header ul{
  width: 100%;
}
#other_lists .other_header li{
  display: inline-flex;
  width:20%;
  box-sizing: border-box;
  justify-content:center;
}
#other_lists .other_header li:nth-child(1){
  width: 80%;
}
#other_lists .other_header li:nth-child(2){
  width: 13%;
}
#other_lists .other_list_inner{
  display: flex;
  flex-wrap: wrap;
}
#other_lists .other_list_inner ul{
  box-sizing: border-box;
  background:#f6e9d3;
  color:#000000;
  margin-right:1px;
  margin-bottom:1px;
  display: flex;
  width: 49.9%;
}

#other_lists .other_list_inner li{
  display: flex;
  box-sizing: border-box;
  padding:6px;
}

#other_lists .other_list_inner li.info{
  width: 74%;
  align-items: center;
}
#other_lists .other_list_inner li.price{
  width: 26%;
  padding-right:20px;
  font-weight: bold;
  color:#ec0d0d;
  justify-content: end;
  align-items: baseline;
  background: #f2dfbe;
}
#other_lists .other_list_inner li.price span{
  font-size: 155%;
  font-family: "Oswald";
}

#other_lists .update{
  text-align: right;
  margin-top:10px;
}

@media (max-width: 768px) {
  #other_lists {
    margin:0 2%;
  }
  #other_lists .other_header ul:last-child{
    display: none;
  }
  #other_lists .other_header li:nth-child(1){
    width: 70%;
  }
  #other_lists .other_header li:nth-child(2){
    width: 20%;
  }
  #other_lists .other_list_inner{
    display: block;
  }
  #other_lists .other_list_inner ul{
    width: 100%;
  }
  #other_lists .other_list_inner li.price{
    padding-right: 6px;
  }
}


/*-------------------------------------
第二階層　高価買取下テーブル
--------------------------------------*/

#other_lists2 {
  width: 100%;
}
#other_lists2 h4.message_title {
  margin: 0 auto 15px;;
}
#other_lists2 p {
  font-size: 73%;
  padding: 0 5px 5px 0;
  text-align: right;
}
.other_header2 {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #a07f4b;
}
.other_header2 li {
  float: left;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}
.other_header2 li:first-child,
.other_list2 li:first-child {
  width: 840px;
}
.other_header2 li:nth-child(2),
.other_list2 li:nth-child(2) {
  width: 110px;
}
.other_header2 li:last-child,
.other_list2 li:last-child {
  width: 200px;

}
.other_list2 {
  position: relative;
  width: 100%;
  margin-top:-2px !important;
  overflow: hidden;
}

.other_list2 ul {
  width: 100%;
  height: 60px;
  border: 1px solid #a07f4b;
  border-top: 0;
  box-sizing: border-box;
}
.other_list2 ul:nth-child(odd) {
  background: #f6e9d3;
}
.other_list2 ul:nth-child(even) {
  background: #fff;
}
.other_list2 li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
  font-size: 92%;
  box-sizing: border-box;
}
.other_list2 .price {
  color:#ec0d0d;
  font-weight:900;
  font-size: 100%;
  padding: 12px 10px;
  text-align: right;
  font-family: "Oswald";
}
.other_list2 .price span {
  font-size: 165%;
  font-family: "Oswald";
}

.other_list2 .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: 6px 6px 5px;
    margin: 0 0 5px 5px;
}


@media (max-width: 768px) {
  #other_lists2 h4.message_title {
    margin: 0 auto 10px;
  }
  #other_lists2 p {
    font-size: 85%;
  }
  .other_header2 li:first-child {
    width: 70%;
  }
  .other_header2 li:last-child {
    width: 30%;
  }
  .other_list2 {
    overflow: hidden;
  }
  .other_list2.more_active {
    max-height: 100%;
  }
  .other_list2.more_active:after {
    background: none;
  }
  .other_list2 ul {
    height: 100%;
  }
  .other_list2 li {
    display: block;
    float: left;
    font-size: 80%;
  }
  .other_list2 .info {
    float: left;
    width: 55% !important;
    padding: 10px 5px;
    text-align: left;
    box-sizing: border-box;
  }
  .other_list2 .vendor {
    float: left;
    width: 20% !important;
    padding: 10px 5px;
    text-align: left;
    box-sizing: border-box;
  }
  .other_list2 .price {
    width: 25% !important;
    padding: 10px 5px;
    box-sizing: border-box;
  }
  .other_list2 .price span {
    font-size: 130%;
  }
  .other_list2 .price span.tag {
    position: relative;
    top: 0;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    padding: 4px 4px 3px;
    margin: 0;
  }
}


/*.third_genre
-----------------------------------------------------*/
.third_genre .third_genre_right {
	width: 40%;
	float: right;
	position: relative;
	z-index: 5;
}
.third_genre .third_genre_right img {
	width: 264px;
	height: auto;
	position: relative;
	right: -60px;
	top: 130px;
transform: rotate( 15deg );
}
.third_genre .third_genre_left {
	width: 60%;
	float: left;
	position: relative;
	z-index: 10;
	overflow: hidden;
		left:30px;

}
.third_genre dl {
	position: relative;
	border: 7px solid #aa2d22;
	border-radius: 15px;
}
.third_genre dt {
	background: #aa2d22;
	text-align: center;
	color:#ffffff;
	font-weight: bold;
	font-size: 30px;
	padding: 25px 0 20px;
	position: relative;
}
.third_genre dt span {
	display: block;
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 3px;
}
.third_genre dd {
	padding: 30px;
	font-size: 16px;
	line-height: 1.8;
	background: #fff;
}

.mmat100	{margin-top:-100px !important;}

@media (max-width: 768px) {
	/*.third_genre
	-----------------------------------------------------*/
	.third_genre .third_genre_right {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 0px;
		margin-top:10px;
	}
	.third_genre .third_genre_right img {
		width: 150px;
		height: auto;
		position: static;
	}
	.third_genre .third_genre_left {
		width: 100%;
		float: none;
		left:0;
	}

	.third_genre .third_genre_left.more_active  {
		max-height: 1000px;
	}
	.third_genre .third_genre_left.more_active:after {
		background: none;
	}

	.third_genre dt {
		font-size: 18px;
		padding: 10px 0 15px;
	}
	.third_genre dt:after {
		background-size: contain;
		height: 2px;
		width: 25px;
	}
	.third_genre dt span {
		font-size: 16px;
	}
	.third_genre dd {
		padding: 20px 15px;
		font-size: 12px;
		line-height: 1.6;
	}

}


/*愛情買取*/
#love {
  background: url(/moetaku/tcg/pokemon_card/_assets/images/common/bg_love.webp) top center repeat-y;

}

#love section{
  padding: 50px 0px ;
}
#love h2{
  text-align: center;
  font-size:70px;
  font-weight: bold;
  padding-top:10px;
}

#love h3{
  text-align: center;
  font-size:28px;
  font-weight: bold;
  padding-top:30px;
  color:#e4007f;
}
#love h3 p{
  width:15em;
  position: relative;
  margin: auto;
}
#love h3 p:before,#love h3 p:after{
  content:"……";
  display: inline-block;
  position: absolute;
  width:50px;
  font-size: 20px;
  color:#e4007f;
  bottom:0px;
}
#love h3 p:before{
  left:-50px;
  transform: rotate(45deg);
}
#love h3 p:after{
  right:-50px;
  transform: rotate(-45deg);
}

#love  .catch_copy{
font-family: "Noto Sans";
font-size: 150%;
font-weight: bold;
margin-bottom:10px;
  color:#e4007f;
  text-align: center;
}

#love  img{
width:750px;
margin-left:17%;
text-align: center;
}

#love .main img{
width:1000px;
text-align: center;
margin-left:7%;

}

#love .message_title{
position: relative;
margin:0 auto 30px;
width:48%;
padding:6px 12px 8px;
font-weight: bold;
font-size:112%;
font-family: "Noto Sans";
color:#000000;
text-align: center;
background-color: #ffe12b;
border:2px solid #000000;
-webkit-border-radius: 10px;  -moz-border-radius: 10px; border-radius: 10px;
}

#love .message_title:after{
position: absolute;
content: "";
color: #fff;
top: 80%;
left: 48%;
width: 15px;
height: 15px;
border-top: 2px solid #000000;
border-right: 2px solid #000000;
-webkit-transform: rotate(-225deg);
transform: rotate(-225deg);
z-index: 0;
background: #ffe12b;
}

#love .message_title.black{
color:#000;
border:2px solid #000;
}

#love .message_title.black:after{
border-top: 2px solid #000;
border-right: 2px solid #000;
}


#love .sub_conductor5 {
  position: relative;
  width: 50%;
  height: 30px;
  text-align: center;
  margin: 50px auto;
}

#love .sub_conductor5>a.sub_btn {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 35px;
  color: #fff;
  background-color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}

#love .sub_conductor5>a.sub_btn:hover {
  opacity: 0.7;
}

#love .sub_conductor5>a.sub_btn.arrow_right {
  position: absolute;
}

#love .sub_conductor5>a.sub_btn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 27px;
  height: 27px;
  margin: auto;
  background: url(/moetaku/tcg/pokemon_card/_assets/images/common/circle-arrow-right.svg) top left no-repeat;
  background-size: 100%;
}


.button_tcg a {
    background: #ffffff;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #000000;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    border:2px solid;
}
.button_tcg a:hover {
    background: #ffe12b;
    color: #000000;
    border:2px solid;
}
.button_tcg a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #000000;
    border-right: 3px solid #000000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_tcg a:hover:after {
    border-color: #000000;
}


@media screen and (max-width: 767px) {

#love {
    background-size:100%;

}

#love section{
  padding: 20px 0;
}
#love h2{
  font-size:40px;
}

#love h3{
  font-size:18px;
}

#love h3 p:before,#love h3 p:after{
  content:"……";
  display: inline-block;
  position: absolute;
  width:50px;
  font-size: 16px;
  color:#e4007f;
  bottom:0px;
}
#love h3 p:before{
  left:-30px;
  transform: rotate(45deg);
}
#love h3 p:after{
  right:-30px;
  transform: rotate(-45deg);
}

#love  img{
width:90%;
margin-left:5%;
}

#love .main img{
width:95%;
text-align: center;
margin-left:2.5%;

}

#love .message_title{
width:80%;
}

#love .sub_conductor5 {
  width: 90%;
  height: 30px;
  text-align: center;
  margin: 30px auto;
}

#love .sub_conductor5>a.sub_btn {
  width: 100%;
  font-size: 14px;
}


#love .sub_conductor5>a.sub_btn::before {
  right: 10px;
}


}

.pack_list	{
background: #534b88;  
color:#ffffff;  
font-weight: bold;  
padding:10px 0 5px; 
font-size:40px;
margin:10px auto;
text-align:center;
margin-left:-1px;
width:97.5%;
}

@media screen and (max-width: 767px) {
.pack_list	{
padding:10px 0 5px; 
font-size:20px;
margin:10px auto;
text-align:center;
width:98%;

}

}




.c-container {
  max-width: 1060px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto 80px;
}

.c-container2 {
  max-width: 1060px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto 80px;
}

@media (max-width: 767px) {
  .c-container {
    padding: 0 20px;
    overflow-x: hidden;
    width: 100%;
  margin: 0 auto;
  }
  .c-container2 {
    padding: 0;
    overflow-x: hidden;
    width: 100%;
  margin: 0 auto;
  }
}


.c-content-guide ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-content-guide ul>li {
  padding-left: 22px;
  text-indent: -22px;
  font-weight: 700;
}

.c-content-guide ul>li:not(:last-of-type) {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .c-content-guide ul>li:not(:last-of-type) {
    margin-bottom: 4px;
  }
}


.c-content-guide .anker-list {
  background: #fffae2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  margin-bottom: 170px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .c-content-guide .anker-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
    margin-bottom: 60px;
  }
}

.c-content-guide .anker-list>dt {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 1.22727;
  position: relative;
}

@media (max-width: 767px) {
  .c-content-guide .anker-list>dt {
    width: 100%;
    padding: 18px 0;
  }
}

.c-content-guide .anker-list>dt:after {
  content: "";
  display: block;
  height: 100%;
  border-right: 1px solid #c4c4c4;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .c-content-guide .anker-list>dt:after {
    height: auto;
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
  }
}

.c-content-guide .anker-list>dd {
  padding: 0 40px;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .c-content-guide .anker-list>dd {
    padding: 14px 0 26px;
  }
}

.c-content-guide .anker-list>dd a {
  text-decoration: none;
}





.c-content-guide .anker-list2 {
  background: #ffffff;
  padding: 25px 0;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .c-content-guide .anker-list2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
    margin-bottom:0px;
    height:auto;
  }
}

.c-content-guide .anker-list2>h3 {
    width: 100%;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.22727;
  text-align:center;
}

@media (max-width: 767px) {
  .c-content-guide .anker-list2>h3 {
    width: 100%;
    padding: 18px 0;
  font-size: 1.5rem;
  }
}

.c-content-guide .anker-list2>h3:after {
  content: "";
  display: block;
    height: auto;
    width: 95%;
    border-bottom: 1px solid #c4c4c4;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    margin: 10px auto 30px;
  }
  
.c-content-guide .anker-list2>dd {
  padding: 0 40px;
  margin: 0;
}

@media (max-width: 767px) {
  .c-content-guide .anker-list2>dd {
    padding: 14px 0 26px;
  }
  
.c-content-guide .anker-list2>h3:after {
    margin: 0 auto;
  }
  
}

.c-content-guide .anker-list2>dd a {
  text-decoration: none;
}


.c-content-guide2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width:1170px;
}

.c-content-guide2 ul>li {
  padding-left: 22px;
  text-indent: -22px;
  font-weight: 700;
}

.c-content-guide2 ul>li:not(:last-of-type) {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
.c-content-guide2 ul {
  min-width:300px;
  max-width:767px;
}

.c-content-guide2 ul>li {
  padding-left: 0px;
  text-indent: 0px;
}
  .c-content-guide2 ul>li:not(:last-of-type) {
    margin-bottom: 4px;
  }
}


.c-content-guide2 .anker-list3 {
  background: #ffffff;
}

@media (max-width: 767px) {
  .c-content-guide2 .anker-list3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
    margin-bottom:0px;
    height:auto;
  }
}

.c-example-slider__list {
  padding: 0;
  margin: 0;
  list-style: none;
}



.c-example-slider__item {
  width: 160px;
  padding: 15px 2px 19px;
  margin: 0 5px;
  border-radius: 10px;
  height:300px;
  text-align:center;
}

.c-example-slider__title {
  margin: 0;
  padding: 5px;
  font-size: 14px;
    text-indent: 0;

}

.c-example-slider__price {
  margin: 0;
  padding-top: 9px;
  border-top: 1px solid #bcbcbc;
}

.c-example-slider__price-tag {
  padding: 3px 3px 4px 0px;
  font-size: 18px;
  line-height: 1.09;
  text-align: left;
}


.c-example-slider__price-num {
  font-size: 40px;
  font-weight: 700;
  color: #d90000;
}
.smat60 { margin-top: -60px !important;}
.spal30 { padding-left: 0px !important;}

@media (max-width: 767px) {
  .c-example-slider__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }
 
}





.ot_list_rank li	{
width:240px;
font-weight:200 !important;
font-size:14px;
text-align:center;
float:left;
margin-top:10px;
padding-bottom:20px;
}

.ot_list_rank .text_i {
  text-indent: 0;
  margin-left:0px;
  margin-bottom:10px;
  height:150px;
	text-align:left;
	
}
.ot_list_rank .text_i span {
	font-weight:700;
}

.ot_list_rank .text_i a {color:#000098;
}


.ot_list_rank .text_i a:hover
{opacity:0.6;
}



.ot_list_rank li img{
width:200px;
margin-bottom:10px;
text-align:center;

}
.ot_list_rank2 li	{
width:190px;
font-weight:200 !important;
font-size:14px;
text-align:center;
float:left;
margin-top:10px;
padding-bottom:20px;
}

.ot_list_rank2 .text_i {
  text-indent: 0;
  margin-left:0px;
  margin-bottom:10px;
  height:200px;
	text-align:left;
	
}
.ot_list_rank2 .text_i span {
	font-weight:700;

	
}
.ot_list_rank2 .text_i a {color:#000098;
}


.ot_list_rank2 .text_i a:hover
{opacity:0.6;
}

.ot_list_rank2 li img{
width:150px;
margin-bottom:10px;
text-align:center;

}


.ot_list_rank3 li	{
width:190px;
font-weight:200 !important;
font-size:14px;
text-align:center;
float:left;
margin-top:10px;
padding-bottom:20px;
}

.ot_list_rank3 .text_i {
  text-indent: 0;
  margin-left:0px;
  margin-bottom:10px;
  height:130px;
	text-align:left;
	
}
.ot_list_rank3 .text_i span {
	font-weight:700;
}

.ot_list_rank3 .text_i a {color:#000098;
}


.ot_list_rank3 .text_i a:hover
{opacity:0.6;
}



.ot_list_rank3 li img{
width:200px;
margin-bottom:10px;
text-align:center;

}
.ranking {
font-size:36px;font-weight:bold;color:#e4007f !important;border-bottom:2px dotted #c7c7c7;margin-bottom:10px;
text-align:center;
}

.ranking500 {
font-size:24px;font-weight:bold;color:#000000 !important;border-bottom:2px dotted #c7c7c7;margin-bottom:10px;
}

@media (max-width: 767px) {
.ot_list_rank li	{
width:100%;
font-weight:nomal;
font-size:14px;
text-align:center;
float:left;
margin-top:30px;
margin-bottom:10px;
padding:0;
}

.ot_list_rank .text_i {
  margin-top:-200px;
  height:auto;
width:50%;
float:right;	
text-align:left;
}

.ot_list_rank li img{
margin-bottom:0px;
text-align:left;
float:left;
width:50%;

}
.ot_list_rank2 li	{
width:46%;
font-weight:nomal;
font-size:14px;
text-align:center;
float:left;
margin-top:10px;
margin-left:2%;
margin-bottom:10px;
}
.ot_list_rank2 .text_i {
  margin-top:-40px;
  height:200px;
  width:97%;
  margin-left:0px;
}

.ot_list_rank2 li img{
width:110px;
margin-bottom:0px;
text-align:center;

}

.ot_list_rank3 li	{
width:100%;
font-weight:nomal;
font-size:14px;
text-align:center;
float:left;
margin-top:30px;
margin-bottom:10px;
padding:0;
}

.ot_list_rank3 .text_i {
  margin-top:-180px;
  height:auto;
width:50%;
float:right;	
text-align:left;
}

.ot_list_rank3 li img{
margin-bottom:0px;
text-align:left;
float:left;
width:50%;

}
.ranking {
font-size:24px;
}
.ranking500 {
font-size:18px;
}
.smat60 { margin-top: 0px !important;}
.spal30 { padding-left: 30px !important;}

}


/*ランキングテーブル*/
#ranking_lists {width: 100%;}
#ranking_lists h4.message_title {
  margin: 0 auto 15px;;
}
#ranking_lists p {
  font-size: 73%;
  padding: 0 5px 5px 0;
  text-align: right;
}
.ranking_header {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #a07f4b;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.ranking_header li {
  float: left;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
}
.ranking_header li:first-child,
.ranking_list li:first-child {
  width: 110px;
}
.ranking_header li:nth-child(2),
.ranking_list li:nth-child(2) {
  width: 840px;
}
.ranking_header li:last-child,
.ranking_list li:last-child {
  width: 200px;
}
.ranking_list {
  width: 100%;
  box-sizing: border-box;
}

.ranking_list {
  overflow: hidden;
}
.ranking_list ul {
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  border-top: 0;
  box-sizing: border-box;
}
.ranking_list ul:nth-child(odd) {
  background: #fff8ed;
}
.ranking_list ul:nth-child(even) {
  background: #fff;
}
.ranking_list li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
  font-size: 92%;
  box-sizing: border-box;
}
  .ranking_list .info {
    float: left;
    width: 7% !important;
    padding: 20px 5px 5px;
    text-align: center;
    box-sizing: border-box;
  }
  .ranking_list .info3 {
    float: left;
    width: 73% !important;
    padding: 20px 5px 5px;
    text-align: left;
    box-sizing: border-box;
  }
.ranking_list .price2 {
  color:#ec0d0d;
  font-weight:900;
  font-size: 100%;
  padding: 12px 10px;
  text-align: right;
}
.ranking_list .price2 span {
  font-size: 165%;
  font-family: "Oswald";
}

.ranking_list .price2 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: 6px 6px 5px;
    margin: 0 0 5px 5px;
}

@media (max-width: 768px) {
  #ranking_lists h4.message_title {
    margin: 0 auto 10px;
  }
  #ranking_lists p {
    font-size: 85%;
  }
  .ranking_header {
       margin:0 auto;
     width:98%;
  }
  .ranking_header li:first-child,
 .ranking_list li:first-child {
   width: 12%;
  }
.ranking_header li:nth-child(2),
.ranking_list li:nth-child(2){
  width: 53%;
}
  .ranking_header li:last-child,
.ranking_list li:last-child {
    width: 35%;
  }
  .ranking_list {
    overflow: hidden;
      width:98%;
      margin:0 auto;

  }
  .ranking_list ul {
    height: 100%;
  }
  .ranking_list li {
    display: block;
    float: left;
    font-size: 80%;

  }
  .ranking_list .info {
    float: left;
    width: 12% !important;
    padding: 5px;
    text-align: left;
    box-sizing: border-box;
    font-size:70%;
  }
  .ranking_list .info3 {
    float: left;
    width: 53% !important;
    padding: 5px;
    text-align: left;
    box-sizing: border-box;
  }
  .ranking_list .price2 {
    width: 35% !important;
    padding: 5px;
    box-sizing: border-box;
  }
  .ranking_list .price2 span {
    font-size: 115%;
  }
  .ranking_list .price2 span.tag {
    position: relative;
    top: 0;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    padding: 4px 4px 3px;
    margin: 0;
  }

  
}

/*TOP最新弾テーブル*/


.search_head2 {
font-size:40px;
font-weight:bold;
background-image: linear-gradient(90deg, rgba(0, 50, 95, 1), rgba(2, 75, 116, 1) 59%, rgba(14, 244, 255, 1));
color:#ffffff;
border-radius:50px;
padding:20px 0 10px;
margin:20px 0;
text-align:center;
}

.new_list {
	position: relative;
  width: 100%;
  box-sizing: border-box;
  padding:20px 0 40px;
  margin-top:20px;
}

.new_list ul {
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  border-top: 0;
  box-sizing: border-box;
}
.new_list ul:nth-child(odd) {
  background: #f2f2f2;
}
.new_list ul:nth-child(even) {
  background: #fff;
}
.new_list li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
  font-size: 92%;
  box-sizing: border-box;
}
.new_list li img {
width:43px;
padding-left:20px;
padding-top:5px;

}
.new_list .title {
  font-weight:200;
  font-size: 100%;
  padding: 15px 30px 10px;
}
.new_list .title span{
  font-weight:700;
  font-size: 150%;
  display: inline;
background: linear-gradient(transparent 60%, #ffff66 60%);

}

.new_list .top 	{border-top: 1px solid #ccc;}


@media (max-width: 768px) {
.search_head2 {
font-size:24px;
padding:20px 0 10px;
margin:0 0 20px ;
}

.new_list {
padding:0;
}

.new_list ul {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-top: 0;
  box-sizing: border-box;
}
.new_list li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 7px;
  font-size: 100%;
  box-sizing: border-box;
}
.new_list li img {
width:30px;
padding-left:5px;
padding-top:5px;

}
.new_list .title {
  font-size: 90%;
  padding: 5px 5px 5px 10px;
  line-height:1.7;
}
.new_list .title span{
  font-size: 120%;

}
}

/*下層*/

.h2_title {
background: linear-gradient(90deg, rgba(50, 203, 255, 1), rgba(251, 159, 254, 1) 30%, rgba(122, 80, 230, 1) 74%, rgba(255, 34, 217, 1));
padding:10px 15px 3px;border-radius:5px;
text-align:center;
color:#ffffff;
font-size:48px;
font-weight:700;
}

.auto_date	{
  position: relative;
  margin-top: -45px;
  z-index: 0;
  width: 270px;
  height: 270px;
  background: url(../images/common/img_date.webp) no-repeat center top;
  background-size: cover;
  background-position: center;
  font-size:34px !important;
  font-weight:700;
  float:left;
}

.auto_date p  {
padding-top:90px;
padding-left:20px;
transform: rotate( -18deg );
}

.new_title	{
font-size:54px;
font-weight:700;
text-align:center;
background: linear-gradient(90deg, rgba(50, 203, 255, 1), rgba(251, 159, 254, 1) 30%, rgba(122, 80, 230, 1) 74%, rgba(255, 34, 217, 1));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
margin-left:30px;
width: 850px;

}

.new_title2	{
font-size:42px;
font-weight:700;
text-align:center;
background: linear-gradient(90deg, rgba(50, 203, 255, 1), rgba(251, 159, 254, 1) 30%, rgba(122, 80, 230, 1) 74%, rgba(255, 34, 217, 1));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display:block;
margin-bottom:20px;

}


.new_title span	{
font-size:72px;
}

.new_title_main	{
border:8px solid;
border-image: conic-gradient(#de4141,#e8ac51,#f2e55c,#39a869,#4784bf,#5d5099,#a55b9a) 1;
border-radius:10px;
padding:20px;

}


.new_title_main img	{
width:250px;
}

.text_explanation {
font-size:18px;
line-height:28px;
margin:20px 0 40px;
}

.text_explanation_title {
background:#d9d9d9;
padding:10px;
font-size:20px;
font-weight:700;
width:auto;
}

.example li	{
background:#ffffff;
box-shadow: 2px 2px 4px;
border-radius:5px;
padding:15px;
font-size:18px;
margin-bottom:20px;
}
.example li img{
width:150px;
}

.example li picture{
float:left;
width:170px;

}

.example2 li	{
background:#ffffff;
box-shadow: 2px 2px 4px;
border-radius:5px;
padding:15px;
font-size:18px;
margin-bottom:20px;
}
.example2 li img{
width:180px;
}

.example2 li picture{
float:left;
width:200px;

}
.bg_purple	{
background:#534b88;
color:#ffffff;
padding:5px 10px 3px;
margin-bottom:10px;
margin-top:20px;
font-size:18px;
}

.bg_name {
background:#f5007e;
padding:3px 10px 1px;
font-size:28px;
font-weight:700;
color:#ffffff;

}



.card_01 img	{
width:230px;
margin-right:50px;

}

.card_01	{
background:#ffffff;
height:530px;
width:1000px;
padding:30px 80px;
margin:0 auto 30px;
border-radius:10px;
}

.card_02	{
background:#ffffff;
height:340px;
width:860px;
padding:30px 100px;
margin:0 auto 30px;
}

.card_text	{
font-size:230%;
font-weight:bold;
line-height:40px;
margin:30px auto;
width:700px;
}


.card_price{
font-size:42px !important;
font-weight:bold;
color:#de0011;
margin-top:20px;
}
.card_price span{
background: linear-gradient(transparent 60%, #ffff66 60%);
font-size:80px !important;
}


.chara_price{
font-weight:bold;
color:#de0011;
}
.chara_price span{
background: linear-gradient(transparent 60%, #ffff66 60%);
}


.price_mat	{margin-top:30px;
font-size:24px;}

.explanation_caption ul {
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}

.explanation_caption ul li {
  padding-left: 34px;
  position: relative;
  margin-bottom:10px;

}

.explanation_caption ul li::before {
  position: absolute;
  content: '●';
  width: 16px;
  height: 20px;
  top: 0;
  left: 10px;
  color: #999;
}


@media (max-width: 768px) {

.h2_title {
padding:5px 5px 3px;
font-size:20px;
margin-top:10px;
}

.auto_date	{
  margin-top:-10px;
  margin-left:-10px;
  width: 35%;
  height: 130px;
  font-size:20px !important;
  font-weight:700;
  float:left;
}

.auto_date p  {
padding-top:40px;
padding-left:0;
transform: rotate( -18deg );
}

.new_title	{
font-size:22px;
margin:0 auto;
float:right;
padding:10px 0;
width: 65%;

}

.new_title2	{
font-size:20px;
}


.new_title span	{
font-size:32px;
}

.text_explanation {
font-size:14px;
line-height:22px;
margin:20px 0 40px;
}

.text_explanation_title {
padding:10px;
font-size:16px;
}


.example li	{
padding:10px;
height:190px;
font-size:14px;
}
.example li img{
width:120px;
}

.example li picture{
float:left;
width:130px;

}

.example2 li	{
padding:10px;
height:auto;
font-size:14px;
}
.example2 li img{
width:120px;
}

.example2 li picture{
float:left;
width:130px;

}
.bg_purple	{
font-size:14px;
}

.bg_name {
padding:1px 10px 0;
font-size:18px;

}



.card_01	{
height:500px;
width:95%;
padding:10px;
margin:0 auto  15px;

}

.card_01 img	{
width:120px;
margin-right:5px;

}
.card_02	{
height:350px;
width:90%;
padding:10px;
margin:50px auto;

}

.card_02 img	{
width:120px;

}

.card_text	{
margin-left:10px;
margin-top:5px;
font-size:120%;
line-height:23px;
width:calc(100% - 140px);


}

.card_price{
font-size:24px !important;
font-weight:bold;
margin-top:5px;

}
.card_price span{
font-size:38px !important;
}

.price_mat	{margin-top:15px;
font-size:14px;}

.explanation_caption ul {
padding: 5px;
font-size: 14px;
margin-top: 10px;
}

.explanation_caption ul li {
margin-top: 10px;
padding-left: 18px;
}

section .conv_btn {
width: 100%;
margin-top: 0;
}

.explanation_caption ul li::before {
width: 16px;
height: 20px;
top: 0;
left: 1px;
}

}



.c-content-guide .anker-list2 {
  background: #ffffff;
  padding: 25px 0;
  border-radius: 8px;
}

.text_inner	{
font-size:18px !important;
line-height:28px !important;
padding:20px !important;
background: linear-gradient(90deg, rgba(50, 203, 255, 0.2), rgba(251, 159, 254, 0.2) 30%, rgba(122, 80, 230, 0.2) 74%, rgba(255, 34, 217, 0.2));
margin-top:20px !important;
border-radius:10px;
}

.text_inner span	{
font-weight:700;
color:#f5007e;
}


@media (max-width: 767px) {
  .c-content-guide .anker-list2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
    margin-bottom:0px;
    height:auto;
  }
}

.c-content-guide .anker-list2>h3 {
    width: 100%;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.22727;
  text-align:center;
}

@media (max-width: 767px) {
  .c-content-guide .anker-list2>h3 {
    width: 100%;
    padding: 18px 0;
  font-size: 1.5rem;
  }
}

.c-content-guide .anker-list2>h3:after {
  content: "";
  display: block;
    height: auto;
    width: 95%;
    border-bottom: 1px solid #c4c4c4;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    margin: 10px auto 30px;
  }
  
.c-content-guide .anker-list2>dd {
  padding: 0 40px;
  margin: 0;
}
.c-content-guide .anker-list2>dd a {
  text-decoration: none;
}

.fl_card { float: left !important;
margin-bottom:20px;
}

@media (max-width: 767px) {
  .c-content-guide .anker-list2>dd {
    padding: 14px 0 26px;
  }
  
.c-content-guide .anker-list2>h3:after {
    margin: 0 auto;
  }

.text_inner	{
font-size:14px !important;
line-height:22px !important;
padding:15px !important;
margin-top:20px !important;
}


}



