/* diamond kaitori */
ul.tabBtn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: space-evenly;
margin: 30px auto;
}

ul.tabBtn li {
box-sizing: border-box;
transition: .6s;
cursor: pointer;
padding: 10px 10px;
max-width: 170px;
max-height: 100px;
border-radius: 5px;
background-position: center;
background-color: #31a6ff;
overflow: hidden;
position: relative;
display: flex;
box-shadow: 2px 2px 5px #999;
margin-bottom: 15px;
}

ul.tabBtn li img {
height: 50%;
width: auto;
align-self: center;
z-index: 1;
}

ul.tabBtn li .label {
margin-left: 3%;
line-height: 1.1;
align-self: center;
}

ul.tabBtn li p {
color: white;
font-size: 2rem;
font-weight: bold;
/* line-height: 1.2em; */
text-align: center;
position: relative;
/* margin: auto; */
z-index: 1;
}

ul.tabBtn li span {
color: white;
font-size: 14px;
font-weight: bold;
/* line-height: 1.2em; */
text-align: center;
position: relative;
/* margin: auto; */
z-index: 1;
}

ul.tabBtn li:hover,
ul.tabBtn li:active,
ul.tabBtn li.active {
box-shadow: 2px;
}

ul.tabBtn li:not(.active)::before {
box-sizing: border-box;
content: '';
display: block;
border-top: solid .5em #ffe200;
border-right: solid .4em transparent;
border-bottom: solid .5em transparent;
border-left: solid .4em transparent;
overflow: hidden;
position: absolute;
bottom: 0;
left: 10%;
transform: translateY(-50%);
z-index: 1;
}

ul.tabBtn li::after {
box-sizing: border-box;
content: '';
display: block;
padding: 70% 0 .8em;
width: calc(100% + 1px);
/* height: 100%; */
background: #31a6ff;
background: linear-gradient(0deg, #00307e 0%, #31a6ff 65%);
color: #ffe200;
font-size: 0.9em;
line-height: 1em;
text-align: center;
position: absolute;
left: 0;
/* bottom: -100%; */
overflow: hidden;
}

ul.tabBtn li:not(.active):hover::after,
ul.tabBtn li:not(.active):active::after {
content: 'More Detail';
/* text-shadow: 1px 1px 2px #cd000e, -1px 1px 2px #cd000e, 1px -1px 2px #cd000e, -1px -1px 2px #cd000e; */
opacity: 1;
}

ul.tabBtn li::before,
ul.tabBtn li::after {
transition: .6s;
opacity: 0;
}

ul.tabBtn li:hover::before,
ul.tabBtn li:active::before {
opacity: 1;
}

ul.tabBtn li:hover::after,
ul.tabBtn li:active::after,
ul.tabBtn li.active::after {
bottom: 0;
opacity: 1;
}

.tabArea {
background: #e0f0ff;
border: transparent;
border-radius: 10px;
}

.tabArea .inner .closeBtn {
display: block;
margin: 0 auto 20px;
padding: 1rem;
font-size: 1.6rem;
width: 120px;
border-radius: 1rem;
background: #31a6ff;
color: #fff;
text-align: center;
text-decoration: none;
position: relative;
transition: .3s;
font-weight: bold;
}

.tabArea .inner .closeBtn:active,
.tabArea .inner .closeBtn:hover {
background: #00307e;
}

.tabArea .inner {
padding: 0 50px;
display: none;
}

.tabArea .inner {
display: inline-block;
}

.tabArea .inner h3 {
color: #31a6ff;
text-align: center;
font-size: 4em;
padding: 15px 0 0 0;
font-weight: bold !important;
}

.tabArea .inner h3 span {
font-size: 30px;
}

.tabArea .inner .content {
padding: 1px 30px 15px;
background: white;
border: transparent;
border-radius: 5px;
}

.tabArea .inner .text {
/* line-height: 2; */
/* letter-spacing: .15em; */
line-height: 1.5;
letter-spacing: 0.01em;
margin: 15px 0 15px;
font-size: 1.6rem;
}

.body .fourc {
font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
.tabArea .inner h3 {
font-size: 2.5em;
}
.tabArea .inner .text {
font-size: 1.2rem;
}
.body .fourc {
font-size: 1.2rem;
}
}

.inner .faq_box {
margin: 15px
}

.fag_gia {
margin: 34px 0 55px;
}

.fag_gia h5 {
text-align: center;
font-size: 30px;
font-weight: bold !important;
color: #31a6ff;
border-bottom: 2px solid #31a6ff;
padding-bottom: 3px;
margin-bottom: 13px;
}

.faq_box .question {
display: flex;
color: #31a6ff;
margin-bottom: 5px;
}

.faq_box .answer {
display: flex;
}

.faq_box .question .ico,
.faq_box .answer .ico {
font-size: 1.6em;
line-height: 1;
font-weight: bold;
min-width: 1.2em;
}

.faq_box .question .txt {
font-size: 1.2em;
font-weight: bold;
}

.faq_box .answer .txt {
/* font-size: 1.1em; */
font-size: 1.6rem;
line-height: 1.5;
letter-spacing: 0.01em;
}

.shop_gia p {
margin-bottom: 21px;
}

section._4c .intro {
width: 700px;
margin: 0 auto 2em auto;
}

@media screen and (max-width: 750px) {
section._4c .intro {
width: auto;
}
ul.tabBtn li {
min-width: none;
width: 45%;
}
ul.tabBtn li p {
font-size: 5vw;
}
.tabArea .inner {
padding: 0 10px;
}
}

.purchase-price-example ul li {
width: 31%;
margin: 1%;
border: 1px solid #c4c4c4;
border-radius: 10px;
overflow: hidden;
padding: 2%;
box-sizing: border-box;
}

.purchase-price-example ul li .price {
font-size: 2.4rem;
}

.purchase-price-example ul li .price span {
display: block;
color: #000;
font-size: 1.4rem;
}

.purchase-price-example ul li .name {
border-top: 1px solid #000;
padding-top: 5px;
margin-top: 7px;
min-height: 42px;
}

@media screen and (max-width: 750px) {
.purchase-price-example ul li .price {
font-size: 1.3rem;
}
.purchase-price-example ul li .price span {
font-size: 1rem;
}
.purchase-price-example ul li .name {
font-size: 1rem;
min-height: 45px;
}
}

@media screen and (max-width: 320px) {
.purchase-price-example ul li .price {
font-size: 1.1rem;
}
.purchase-price-example ul li .name {
min-height: 60px;
}
}


/*ダイヤモンド買取価格シミュレーション*/

#diamond_form .entry-header {
padding-top: 40px
}

#diamond_form .entry-black {
font-size: 25px;
color: #000;
font-weight: bold;
line-height: 100%;
text-align: center
}

#diamond_form .entry-blue {
font-size: 4rem;
color: #0c97ff;
font-weight: bold;
line-height: 100%;
text-align: center
}

#diamond_form .entry-text {
padding: 15px 40px;
font-size: 13px;
font-weight: bold
}

#diamond_form .entry-content {
background: #dfefff;
padding: 30px 40px;
border-radius: 5px
}

#diamond_form .entry-center {
text-align: center
}

#diamond_form .entry-search li label {
background: #30a6ff;
font-weight: bold;
border-radius: 5px 0 0 5px;
display: inline-block;
height: 37px;
line-height: 37px;
text-align: center;
width: 130px;
color: #fff
}

#diamond_form .entry-search li select {
-webkit-appearance: none;
appearance: none;
display: inline-block;
padding: 0 5px;
background: #fff;
height: 35px;
line-height: 35px;
border: 0;
-webkit-appearance: none;
width: calc(100% - 132px);
border-style: inset;
outline-color: #30a6ff;
padding-left: 10px;
border-radius: 0 5px 5px 0
}

#diamond_form .entry-search li select::-ms-expand {
display: none
}

#diamond_form .entry-search li::before {
border-bottom: 4.5px solid #30a6ff;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
content: "";
position: absolute;
right: 11px;
top: 10px;
width: 0
}

#diamond_form .entry-search li::after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4.5px solid #30a6ff;
content: "";
position: absolute;
right: 11px;
top: 24px;
width: 0
}

#diamond_form .entry-btn {
background: #de1021;
color: #fff;
padding: 20px 50px;
font-size: 20px;
font-weight: bold;
border: 0;
border-radius: 5px;
-webkit-appearance: none
}

#diamond_form .entry-btn:hover {
cursor: pointer;
background: #bd0c1a
}

#diamond_form .entry-btn:focus {
outline: 0
}

#diamond_form .entry-price {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
height: 230px;
padding: 20px;
border-radius: 5px;
background: #fff;
margin: 35px 0
}

#diamond_form .entry-search {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}

#diamond_form .entry-search li {
-ms-flex-preferred-size: 49%;
flex-basis: 49%;
border-radius: 5px;
margin-bottom: 15px;
position: relative;
letter-spacing: -.4em
}

#diamond_form .entry-search li label {
letter-spacing: normal
}

#diamond_form .entry-price h4 {
color: #000;
font-size: 14px
}

#diamond_form .entry-price h4 span {
color: #30a6ff;
font-size: 14px
}

#diamond_form .entry-price table {
margin-bottom: 15px;
border-collapse: separate;
border-spacing: 5px;
}

#diamond_form .entry-price table td {
background: #dfefff;
padding: 5px 0;
text-align: center;
}

#diamond_form .entry-price table tr:first-child td {
background: #30a6ff;
color: #fff
}

#diamond_form .entry-price table tr td:first-child {
background: #30a6ff;
color: #fff;
width: 70px;
}

#diamond_form .attentionbox p {
font-size: 10px;
line-height: 100%;
margin-bottom: 5px
}


/* 他社より高い買取価格 @トップ・ダイヤモンド買取・金買取 */

.compare-wrap {
margin: 50px 0;
}

.top .compare-wrap {
margin: 30px 0;
}

.compare-wrap img {
max-width: 100%;
width: 100%;
height: auto;
}

.compare-wrap h2 {
margin-bottom: 25px !important;
font-size: 22px;
text-align: left;
border-radius: 5px;
color: #fff;
background: #de1122;
padding: 15px 15px 10px;
line-height: 100%;
margin-top: 0px;
}

.compare-wrap .txt-box {
position: relative;
font-size: 21px;
font-weight: bold;
display: inline-block;
padding-left: 25px;
padding-right: 20px;
margin-bottom: 20px;
}

.compare-wrap .txt-box:before {
position: absolute;
content: '';
background: url(../img/diamond-kaitori/line_left.gif) no-repeat;
width: 16px;
height: 43px;
left: 0;
top: -9px;
}

.compare-wrap .txt-box:after {
position: absolute;
content: '';
background: url(../img/diamond-kaitori/line_right.gif) no-repeat;
width: 16px;
height: 43px;
right: 0;
top: -9px;
}

.compare-wrap .txt-box2 {
font-size: 26px;
font-weight: bold;
line-height: 1;
margin-bottom: 20px;
}

.compare-wrap .txt-box2 span {
color: #de1122;
font-size: 27px;
margin-right: 5px;
}

.compare-wrap ul.item-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.compare-wrap ul.item-wrap li.item {
width: 49%;
background-image: linear-gradient(-135deg, #de1122 20px, transparent 0);
background-color: #ededed;
padding: 10px;
box-sizing: border-box;
margin-bottom: 15px;
}

.compare-wrap ul.item-wrap li.item h3 {
background: none;
color: #de1122;
padding: 0;
margin: 0;
font-weight: bold;
font-size: 18px;
text-align: left;
border-radius: 5px;
line-height: 100%;
}

.compare-wrap ul.item-wrap li.item .gia {
font-size: 11px;
}

.compare-wrap ul.item-wrap li.item .inner-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .left {
width: 37%;
margin-right: 3%;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right {
width: 60%;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right ul.other-company {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 4px;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right ul.other-company li.other {
width: 100%;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right ul.other-company li.other .name {
background: #1e96aa;
color: #fff;
font-size: 11px;
padding: 1px 3px 0px;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right ul.other-company li.other .name .big {
font-size: 14px;
margin-right: 2px;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right ul.other-company li.other .price {
color: #707070;
font-size: 11px;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right ul.other-company li.other .price .big {
font-size: 17px;
margin-right: 2px;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right .jc {
background: #de1122;
color: #fff;
display: inline-block;
line-height: 1;
padding: 4px 6px 2px;
margin-bottom: 7px;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right .jc-price {
color: #de1122;
font-weight: bold;
line-height: 1;
font-size: 18px;
font-style: italic;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right .jc-price .big {
font-size: 36px;
}

.compare-wrap .note {
font-size: 11px;
line-height: 1.5;
}

.mtitle {
display: none;
padding: 10px;
position: relative;
background: #e0f0ff;
color: #31a6ff;
font-size: 15px;
font-weight: bold;
text-decoration: none
}

.mtitle:after {
content: "";
width: 10px;
height: 10px;
position: absolute;
top: 40%;
right: 20px;
margin: auto;
box-sizing: border-box;
border: 5px solid transparent;
border-top: 8px solid #31a6ff
}

@media screen and (max-width: 750px) {
.compare-wrap .txt-box {
font-size: 18px;
}
#diamond_form .entry-search li label {
width: 70px;
}
.mtitle {
display: block
}
#diamond_form {
display: none
}
#diamond_form {
width: 90%;
margin: 0 auto
}
#diamond_form .entry-black {
font-size: 23px
}
#diamond_form .entry-text {
padding: 15px 0
}
#diamond_form .entry-content {
padding: 15px
}
#diamond_form .entry-blue {
font-size: 20px
}
#diamond_form .entry-search li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
background: #fff;
border-radius: 5px;
margin-bottom: 15px;
position: relative
}
#diamond_form .entry-search li label {
width: 30%;
font-size: 12px
}
#diamond_form .entry-search li select {
font-size: 10px;
width: 69%
}
#diamond_form .entry-btn {
background: #de1021;
color: #fff;
padding: 10px 50px;
font-weight: bold;
border: 0;
border-radius: 5px;
-webkit-appearance: none;
font-size: 14px
}
#diamond_form .entry-price {
padding: 10px;
font-size: 10px
}
#diamond_form .entry-price h4 {
color: #000;
font-size: 12px
}
#diamond_form .entry-price table tr td:first-child {
width: 30px
}
}
/* diamond kaitori */

/* watch css */
.fs_18 {
font-size: 1.8rem !important;
text-decoration: underline;
text-underline-offset: 10px;
}

.appeal {
font-size: 24px !important;
}

.main {
font-size: 36px !important;
}

section.intro {
background-image: none !important;
}

.watchttitle {
font-size: 36px;
}

.watchsubtitle {
font-size: 16px;
}

.common-ttl {
background-image: none !important;
max-width: none !important;
min-height: 0 !important;
padding: 20px 0 4px !important;
}

.w {
width: 70%;
}

.kaitori-title {
align-items: center !important;
}

.market-model img {
max-width: 115px !important;
margin-right: 43px;
}

.market-content {
align-self: center !important;
}

.commonHead {
background-image: none !important;
min-height: 0px !important;
}

section.expensive .intro {
width: auto !important;
}

.fs_16 {
font-size: 16px !important;
}

.others th,
.others td {
font-size: 16px !important;
}

section.expensive .body .box .comparison .the_jewel_cafe {
min-width: 45% !important;
}

.fs_48 {
font-size: 48px !important;
}

section.expensive .body .box .comparison .the_jewel_cafe .the_price .the_value {
padding: 8px !important;
font-style: normal !important;
font-size: 28px;
}

.achieved {
position: relative;
margin: 0px 9px;
}

p.mini.fs_09 {
position: absolute;
top: -7px;
background: #f99c20;
font-weight: 100;
padding: 0 9px;
width: 100%;
text-align: center;
}

section.expensive .body .box .comparison .the_jewel_cafe .the_price {
padding: 0 1rem !important;
}

section.expensive .body .box {
padding: 25px !important;
}

.center {
text-align: center;
}

.watch-price .market-price-wrap {
background: transparent !important;
}

.tbl {
border: 1px solid #fbcfac;
}

.watch-price .market-price-wrap table th,
.watch-price .market-price-wrap table td {
border-right: 1px solid #fbcfac !important;
border-bottom: 1px solid #fbcfac !important;
}

.common-kaitori-resuluts .item-list li {
width: 24% !important;
}

.kaitoriName {
font-size: 12px !important;
}

.fs_14 {
font-size: 14px !important;
}

p.note {
font-size: 12px !important;
width: 100% !important;
}

.watch-price .market-price-wrap table th.item .right {
text-align: left;
}

.watch-price .market-price-wrap table th.item .name {
font-size: 1.8rem !important;
}

.watch-price .market-price-wrap table td.new .price {
font-size: 1.8rem !important;
}

.watch-price .market-price-wrap table th.item .number {
font-size: 1.2rem !important;
margin-top: 5px;
}

.watch-price .market-price-wrap .note {
margin: 0 !important;
padding-left: 0 !important;
}

.ico_arrow {
font-weight: bold;
}

h2.shop-title.kaitori-title {
margin: 0 !important;
}

/* .commonHead {
padding-top: 0 !important;
} */
.market-price-wrap {
padding: 0 !important;
}

.intro.ls-01.lh-15.fs-16r {
text-align: center;
}

section.expensive .body .box .comparison table {
margin-bottom: 110px;
}

@media screen and (max-width: 786px) {
section.expensive .body .box .comparison table {
margin-bottom: 0;
}
.market-content {
align-self: auto !important;
}

.main {
margin: 0 !important;
}

.fs_14 {
font-size: 14px !important;
}

.fs_16 {
font-size: 16px !important;
}

.fs_32 {
font-size: 20px !important;
}

.watchttitle {
font-size: 24px;
}

.watchsubtitle {
font-size: 14px;
}
.w {
width: 100%;
}

.intro_widthfix {
width: 100% !important;
}

section.intro .main {
padding-bottom: 0.5em !important;
}

.main {
font-size: 24 !important;
}

.commonHead {
background-image: none !important;
min-height: 0px !important;
}

.kaitori-title {
align-items: center !important;
text-align: center;
}

section.expensive .body .box .comparison .the_jewel_cafe .the_price {
min-width: 150px !important;
}

p.mini.fs_09 {
padding: 0 !important;
}

.others th,
.others td {
font-size: 14px !important;
}

.common-kaitori-resuluts .item-list li {
width: 24% !important;
}

.watch-price .market-price-wrap table th.item .name {
font-size: 1.4rem !important;
}

.watch-price .market-price-wrap table td.new .price {
font-size: 1.4rem !important;
}

.chart-watch .chart-inner {
margin: auto !important;
}

.watch-price .market-price-wrap table th.item .right {
margin-left: 10px;
}

h2.shop-title.kaitori-title {
margin: 12px 0 !important;
}

.kaitori-column a {
border-top: 0 !important;
padding: 0 !important;
}
}

/* watch css */

/* gold css */
body {
font-family: "Noto Sans", "Noto Sans JP", sans-serif !important;
}

.common-ttl {
background-image: none;
min-height: 0;
}

.common-ttl .section-inner .common-ttl-en {
display: none;
}

.fontsize14 {
font-size: 14px !important;
letter-spacing: normal;
}

.fontsize16 {
font-size: 16px !important;
letter-spacing: normal;
font-weight: 400;
}

.fontsize18 {
font-size: 18px !important;
letter-spacing: normal;
}

.textCenter {
text-align: center !important;
}

.spacing {
letter-spacing: normal;
}

.fontsize36 {
font-size: 36px !important;
text-align: center;
letter-spacing: normal;
}

.fontsize24 {
font-size: 24px !important;
letter-spacing: normal;
}

.kaitori-title {
align-items: center;
}

.gold-line {
margin-top: 45px !important;
display: block;
text-align: center !important;
}

.selectWrap {
margin-top: 18px;
}

section.kaitori-intro {
background-color: #fcf7f0 !important ;
padding: 60px 0;
}

.smTitle {
font-size: 16px;
font-family: inherit;
letter-spacing: normal;
text-align: center;
}

.pink_bg {
background: #fef7f7 !important;
}

.common-kaitori-resuluts .item-list li {
width: 24% !important;
}

.common-kaitori-resuluts .item-list {
height: max-content !important;
}

.kaitori-voice .star-rating .star-rating-front {
color: #f4c01e !important;
}

.kaitori-voice .voice-list2 .voice-list-item .voice-default .count-rating {
margin-bottom: 10px;
border-bottom: none !important;
font-size: 2.5rem;
}

.reviews-txt {
border-bottom: 1px solid gray;
padding-bottom: 22px;
}

.kaitori-voice .star-rating-front::after {
content: "★ ★ ★ ★ ★";
}

.kaitori-voice .star-rating-back::after {
content: "★ ★ ★ ★ ★";
}

.kaitori .red_bg {
background: #e50019;
}

.accordion {
background-color: transparent;
/* color: #444; */
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 18px;
transition: 0.4s;
position: relative;
padding-left: 32px;
}

.active,
.accordion:hover {
/* background-color: #ccc; */
}

.accordion::before {
content: "\002B";
color: #e50019;
font-weight: bold;
float: left;
margin-left: -25px;
margin-right: 20px;
position: absolute;
}

.active:after {
/* content: "\2212"; */
}

.panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}

.faqDiv {
border-bottom: 1px solid gray;
}

.kaitori-howto-tips .more {
border-top: none !important;
border-right: none !important;
content: "";
-webkit-transform: rotate(135deg);
transform: none !important;
width: auto !important;
height: auto !important;
position: relative !important;
right: 0 !important;
display: inline-block !important;
cursor: pointer !important;
text-align: center !important;
background-color: #e50019;
width: 22% !important;
color: white;
border-radius: 30px;
padding: 10px;
}

.bottomMargin {
margin-bottom: 20px;
}

.gold-title {
font-size: 16px !important;
text-align: center !important;
margin-bottom: 5px;
}

.gold-info table thead td,
.gold-info .table-att thead td {
padding-bottom: 0 !important;
}

.gold-info table {
font-weight: bold;
}

.kaitori-rank-bar:before {
width: 45px !important;
}

.kaitori-rank-bar:after {
width: 33px !important;
}

.kaitori-ranking .kaitori-rank-list {
background: #fcf7f0 !important;
border: none !important;
}

.kaitori .intro-title {
margin-bottom: 10px !important;
}

.section-ja-title {
margin: 40px 0 20px !important;
}

.text24-pc {
font-size: 24px;
}

.gold-info table thead td p.center,
.gold-info .table-att thead td p.center {
align-content: center;
color: #fff;
background: #de1122;
}

.gold-info table thead td.flexstart,
.gold-info .table-att thead td.flexstart {
align-content: flex-start;
color: #fff;
background: #de1122;
}

.gold-info table thead td p,
.gold-info .table-att thead td p {
margin: 0px !important;
}

.blog-archive-list li .blog-archive-content {
background: #fcf7f0 !important;
}

.blog-archive-list li .blog-catch-img .blog-archive-date {
background: #ca0000 !important;
color: #fff !important;
bottom: 0 !important;
font-weight: 400;
border-radius: initial !important;
border-right: 10px !important;
left: 0 !important;
}

.blog-archive-list li .blog-archive-ttl {
letter-spacing: normal;
}

.blog-archive-list li {
width: calc(100% / 4 - 10px) !important;
}

@media screen and (max-width: 786px) {
.ex-purchase-title-info {
left: 8px !important;
}

.fontsize14-mb {
font-size: 14px !important;
font-weight: normal;
}

.fontsize16-mb {
font-size: 16px !important;
}

.fontsize18-mb {
font-size: 18px !important;
font-weight: bold;
}

.fontsize24-mb {
font-size: 24px !important;
font-weight: bold;
}

.fontsize32-mb {
font-size: 32px !important;
font-weight: bold;
}

.red-border-left-ttl h2 {
font-weight: bold !important;
font-size: 16px;
}

.common-kaitori-resuluts .item-list li {
width: 30% !important;
}

.goldfs {
font-size: 14px !important;
font-weight: 100 !important;
}

.d-f {
display: block;
}

button.clickable.only-sp {
margin: 10px 0;
border: 1px solid #e50019;
border-radius: 4px;
padding: 5px 10px;
background: transparent;
color: #e50019;
}

button.clickable.only-sp.active:before {
content: none;
}

button.clickable.only-sp.active:after {
display: none;
}

.panel.pc-none {
padding: 0;
}

.search-shop .search-shop-en {
justify-content: center !important;
}

.border {
width: 50%;
height: 2px;
background-color: #fff;
margin-left: 32px;
align-self: center;
}

.wrap.search-shop-flex.c2.-wrap.area_list {
display: block !important;
width: 600px;
}

.search-shop .search-shop-list .wrap a {
padding: 14px 12px !important;
}

.reviews-txt {
margin: 0 20px;
}

.display-b {
display: block !important;
font-size: 15px;
}

.bottomMargin {
margin-bottom: 20px;
}

.panel {
padding: 0;
}

.d-f {
display: flex;
}

.kaitori-column a {
padding: 0;
border-top: none;
}

.kaitori-column-img img {
transform: none;
}

.margin-mb {
margin: 2px 20px 20px;
}

.kaitori-rank-inner.d-f.ai-c {
display: block !important;
}

.kaitori-ranking .kaitori-rank-list {
background: #fcf7f0;
}

.search-shop-flex.c2 > * {
width: auto !important;
}

.search-shop-flex {
/* display: inherit !important; */
}

.kaitori-inner-ways .kaitori-ways-num {
padding: 10px 9px !important;
}

.kaitori-howto-tips .more {
width: 44% !important;
}

.search-shop.mb-52 {
border-radius: 0;
}

.hPC {
max-height: 70%;
min-height: 45%;
padding-bottom: 10px;
}

.title-mb {
font-size: 24px !important ;
}

section.expensive .body .box .comparison .image {
    max-width: 45%;
}


}

/* gold css */


/* bag css */
.orange-label-jc {
font-size: 10px;
font-weight: 100;
background-color: #f99c20;
position: absolute;
top: -11px;

padding: 3px 2px;
margin: 0 24px;
}

.price-label {
font-size: 48px;
padding: 0 10px;
width: 190px;
min-height: 40px;
}

.priceRed {
max-width: 100%;
margin-top: 20px;
}

.priceRed-bg {
background-color: #d01427;
color: white;
}

ul.tabBtn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: space-evenly;
margin: 30px auto;
}

ul.tabBtn li {
box-sizing: border-box;
transition: 0.6s;
cursor: pointer;
padding: 10px 10px;
max-width: 170px;
max-height: 100px;
border-radius: 5px;
background-position: center;
background-color: #31a6ff;
overflow: hidden;
position: relative;
display: flex;
box-shadow: 2px 2px 5px #999;
margin-bottom: 15px;
}

ul.tabBtn li img {
height: 50%;
width: auto;
align-self: center;
z-index: 1;
}

ul.tabBtn li .label {
margin-left: 3%;
line-height: 1.1;
align-self: center;
}

ul.tabBtn li p {
color: white;
font-size: 2rem;
font-weight: bold;
/* line-height: 1.2em; */
text-align: center;
position: relative;
/* margin: auto; */
z-index: 1;
}

ul.tabBtn li span {
color: white;
font-size: 14px;
font-weight: bold;
/* line-height: 1.2em; */
text-align: center;
position: relative;
/* margin: auto; */
z-index: 1;
}

ul.tabBtn li:hover,
ul.tabBtn li:active,
ul.tabBtn li.active {
box-shadow: 2px;
}

ul.tabBtn li:not(.active)::before {
box-sizing: border-box;
content: "";
display: block;
border-top: solid 0.5em #ffe200;
border-right: solid 0.4em transparent;
border-bottom: solid 0.5em transparent;
border-left: solid 0.4em transparent;
overflow: hidden;
position: absolute;
bottom: 0;
left: 10%;
transform: translateY(-50%);
z-index: 1;
}

ul.tabBtn li::after {
box-sizing: border-box;
content: "";
display: block;
padding: 70% 0 0.8em;
width: calc(100% + 1px);
/* height: 100%; */
background: #31a6ff;
background: linear-gradient(0deg, #00307e 0%, #31a6ff 65%);
color: #ffe200;
font-size: 0.9em;
line-height: 1em;
text-align: center;
position: absolute;
left: 0;
/* bottom: -100%; */
overflow: hidden;
}

ul.tabBtn li:not(.active):hover::after,
ul.tabBtn li:not(.active):active::after {
content: "More Detail";
/* text-shadow: 1px 1px 2px #cd000e, -1px 1px 2px #cd000e, 1px -1px 2px #cd000e, -1px -1px 2px #cd000e; */
opacity: 1;
}

ul.tabBtn li::before,
ul.tabBtn li::after {
transition: 0.6s;
opacity: 0;
}

ul.tabBtn li:hover::before,
ul.tabBtn li:active::before {
opacity: 1;
}

ul.tabBtn li:hover::after,
ul.tabBtn li:active::after,
ul.tabBtn li.active::after {
bottom: 0;
opacity: 1;
}

.tabArea {
background: #e0f0ff;
border: transparent;
border-radius: 10px;
}

.tabArea .inner .closeBtn {
display: block;
margin: 0 auto 20px;
padding: 1rem;
font-size: 1.6rem;
width: 120px;
border-radius: 1rem;
background: #31a6ff;
color: #fff;
text-align: center;
text-decoration: none;
position: relative;
transition: 0.3s;
font-weight: bold;
}

.tabArea .inner .closeBtn:active,
.tabArea .inner .closeBtn:hover {
background: #00307e;
}

.tabArea .inner {
padding: 0 50px;
display: none;
}

.tabArea .inner {
display: inline-block;
}

.tabArea .inner h3 {
color: #31a6ff;
text-align: center;
font-size: 4em;
padding: 15px 0 0 0;
font-weight: bold !important;
}

.tabArea .inner h3 span {
font-size: 30px;
}

.tabArea .inner .content {
padding: 1px 30px 15px;
background: white;
border: transparent;
border-radius: 5px;
}

.tabArea .inner .text {
/* line-height: 2; */
/* letter-spacing: .15em; */
line-height: 1.5;
letter-spacing: 0.01em;
margin: 15px 0 15px;
font-size: 1.6rem;
}

.body .fourc {
font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
.tabArea .inner h3 {
font-size: 2.5em;
}
.tabArea .inner .text {
font-size: 1.2rem;
}
.body .fourc {
font-size: 1.2rem;
}
}

.inner .faq_box {
margin: 15px;
}

.fag_gia {
margin: 34px 0 55px;
}

.fag_gia h5 {
text-align: center;
font-size: 30px;
font-weight: bold !important;
color: #31a6ff;
border-bottom: 2px solid #31a6ff;
padding-bottom: 3px;
margin-bottom: 13px;
}

.faq_box .question {
display: flex;
color: #31a6ff;
margin-bottom: 5px;
}

.faq_box .answer {
display: flex;
}

.faq_box .question .ico,
.faq_box .answer .ico {
font-size: 1.6em;
line-height: 1;
font-weight: bold;
min-width: 1.2em;
}

.faq_box .question .txt {
font-size: 1.2em;
font-weight: bold;
}

.faq_box .answer .txt {
/* font-size: 1.1em; */
font-size: 1.6rem;
line-height: 1.5;
letter-spacing: 0.01em;
}

.shop_gia p {
margin-bottom: 21px;
}

section._4c .intro {
width: 700px;
margin: 0 auto 2em auto;
}

@media screen and (max-width: 750px) {
section._4c .intro {
width: auto;
}
ul.tabBtn li {
min-width: none;
width: 45%;
}
ul.tabBtn li p {
font-size: 5vw;
}
.tabArea .inner {
padding: 0 10px;
}
}

.purchase-price-example ul li {
width: 31%;
margin: 1%;
border: 1px solid #c4c4c4;
border-radius: 10px;
overflow: hidden;
padding: 2%;
box-sizing: border-box;
}

.purchase-price-example ul li .price {
font-size: 2.4rem;
}

.purchase-price-example ul li .price span {
display: block;
color: #000;
font-size: 1.4rem;
}

.purchase-price-example ul li .name {
border-top: 1px solid #000;
padding-top: 5px;
margin-top: 7px;
min-height: 42px;
}

@media screen and (max-width: 750px) {
.purchase-price-example ul li .price {
font-size: 1.3rem;
}
.purchase-price-example ul li .price span {
font-size: 1rem;
}
.purchase-price-example ul li .name {
font-size: 1rem;
min-height: 45px;
}
}

@media screen and (max-width: 320px) {
.purchase-price-example ul li .price {
font-size: 1.1rem;
}
.purchase-price-example ul li .name {
min-height: 60px;
}
}

/*ダイヤモンド買取価格シミュレーション*/

#diamond_form .entry-header {
padding-top: 40px;
}

#diamond_form .entry-black {
font-size: 25px;
color: #000;
font-weight: bold;
line-height: 100%;
text-align: center;
}

#diamond_form .entry-blue {
font-size: 4rem;
color: #0c97ff;
font-weight: bold;
line-height: 100%;
text-align: center;
}

#diamond_form .entry-text {
padding: 15px 40px;
font-size: 13px;
font-weight: bold;
}

#diamond_form .entry-content {
background: #dfefff;
padding: 30px 40px;
border-radius: 5px;
}

#diamond_form .entry-center {
text-align: center;
}

#diamond_form .entry-search li label {
background: #30a6ff;
font-weight: bold;
border-radius: 5px 0 0 5px;
display: inline-block;
height: 37px;
line-height: 37px;
text-align: center;
width: 130px;
color: #fff;
}

#diamond_form .entry-search li select {
-webkit-appearance: none;
appearance: none;
display: inline-block;
padding: 0 5px;
background: #fff;
height: 35px;
line-height: 35px;
border: 0;
-webkit-appearance: none;
width: calc(100% - 132px);
border-style: inset;
outline-color: #30a6ff;
padding-left: 10px;
border-radius: 0 5px 5px 0;
}

#diamond_form .entry-search li select::-ms-expand {
display: none;
}

#diamond_form .entry-search li::before {
border-bottom: 4.5px solid #30a6ff;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
content: "";
position: absolute;
right: 11px;
top: 10px;
width: 0;
}

#diamond_form .entry-search li::after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4.5px solid #30a6ff;
content: "";
position: absolute;
right: 11px;
top: 24px;
width: 0;
}

#diamond_form .entry-btn {
background: #de1021;
color: #fff;
padding: 20px 50px;
font-size: 20px;
font-weight: bold;
border: 0;
border-radius: 5px;
-webkit-appearance: none;
}

#diamond_form .entry-btn:hover {
cursor: pointer;
background: #bd0c1a;
}

#diamond_form .entry-btn:focus {
outline: 0;
}

#diamond_form .entry-price {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
height: 230px;
padding: 20px;
border-radius: 5px;
background: #fff;
margin: 35px 0;
}

#diamond_form .entry-search {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

#diamond_form .entry-search li {
-ms-flex-preferred-size: 49%;
flex-basis: 49%;
border-radius: 5px;
margin-bottom: 15px;
position: relative;
letter-spacing: -0.4em;
}

#diamond_form .entry-search li label {
letter-spacing: normal;
}

#diamond_form .entry-price h4 {
color: #000;
font-size: 14px;
}

#diamond_form .entry-price h4 span {
color: #30a6ff;
font-size: 14px;
}

#diamond_form .entry-price table {
margin-bottom: 15px;
border-collapse: separate;
border-spacing: 5px;
}

#diamond_form .entry-price table td {
background: #dfefff;
padding: 5px 0;
text-align: center;
}

#diamond_form .entry-price table tr:first-child td {
background: #30a6ff;
color: #fff;
}

#diamond_form .entry-price table tr td:first-child {
background: #30a6ff;
color: #fff;
width: 70px;
}

#diamond_form .attentionbox p {
font-size: 10px;
line-height: 100%;
margin-bottom: 5px;
}

/* 他社より高い買取価格 @トップ・ダイヤモンド買取・金買取 */

.compare-wrap {
margin: 50px 0;
}

.top .compare-wrap {
margin: 30px 0;
}

.compare-wrap img {
max-width: 100%;
width: 100%;
height: auto;
}

.compare-wrap h2 {
margin-bottom: 25px !important;
font-size: 22px;
text-align: left;
border-radius: 5px;
color: #fff;
background: #de1122;
padding: 15px 15px 10px;
line-height: 100%;
margin-top: 0px;
}

.compare-wrap .txt-box {
position: relative;
font-size: 21px;
font-weight: bold;
display: inline-block;
padding-left: 25px;
padding-right: 20px;
margin-bottom: 20px;
}

.compare-wrap .txt-box:before {
position: absolute;
content: "";
background: url(../img/diamond-kaitori/line_left.gif) no-repeat;
width: 16px;
height: 43px;
left: 0;
top: -9px;
}

.compare-wrap .txt-box:after {
position: absolute;
content: "";
background: url(../img/diamond-kaitori/line_right.gif) no-repeat;
width: 16px;
height: 43px;
right: 0;
top: -9px;
}

.compare-wrap .txt-box2 {
font-size: 26px;
font-weight: bold;
line-height: 1;
margin-bottom: 20px;
}

.compare-wrap .txt-box2 span {
color: #de1122;
font-size: 27px;
margin-right: 5px;
}

.compare-wrap ul.item-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.compare-wrap ul.item-wrap li.item {
width: 49%;
background-image: linear-gradient(-135deg, #de1122 20px, transparent 0);
background-color: #ededed;
padding: 10px;
box-sizing: border-box;
margin-bottom: 15px;
}

.compare-wrap ul.item-wrap li.item h3 {
background: none;
color: #de1122;
padding: 0;
margin: 0;
font-weight: bold;
font-size: 18px;
text-align: left;
border-radius: 5px;
line-height: 100%;
}

.compare-wrap ul.item-wrap li.item .gia {
font-size: 11px;
}

.compare-wrap ul.item-wrap li.item .inner-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .left {
width: 37%;
margin-right: 3%;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right {
width: 60%;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right ul.other-company {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 4px;
}

.compare-wrap
ul.item-wrap
li.item
.inner-wrap
.right
ul.other-company
li.other {
width: 100%;
}

.compare-wrap
ul.item-wrap
li.item
.inner-wrap
.right
ul.other-company
li.other
.name {
background: #1e96aa;
color: #fff;
font-size: 11px;
padding: 1px 3px 0px;
}

.compare-wrap
ul.item-wrap
li.item
.inner-wrap
.right
ul.other-company
li.other
.name
.big {
font-size: 14px;
margin-right: 2px;
}

.compare-wrap
ul.item-wrap
li.item
.inner-wrap
.right
ul.other-company
li.other
.price {
color: #707070;
font-size: 11px;
}

.compare-wrap
ul.item-wrap
li.item
.inner-wrap
.right
ul.other-company
li.other
.price
.big {
font-size: 17px;
margin-right: 2px;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right .jc {
background: #de1122;
color: #fff;
display: inline-block;
line-height: 1;
padding: 4px 6px 2px;
margin-bottom: 7px;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right .jc-price {
color: #de1122;
font-weight: bold;
line-height: 1;
font-size: 18px;
font-style: italic;
}

.compare-wrap ul.item-wrap li.item .inner-wrap .right .jc-price .big {
font-size: 36px;
}

.compare-wrap .note {
font-size: 11px;
line-height: 1.5;
}

.mtitle {
display: none;
padding: 10px;
position: relative;
background: #e0f0ff;
color: #31a6ff;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}

.mtitle:after {
content: "";
width: 10px;
height: 10px;
position: absolute;
top: 40%;
right: 20px;
margin: auto;
box-sizing: border-box;
border: 5px solid transparent;
border-top: 8px solid #31a6ff;
}

.watch-price .market-price-wrap {
background: #ffede3;
/* height: 630px; */
padding-top: 30px;
padding-bottom: 83px;
margin: 40px 0 20px;
}

.watch-price .market-price-wrap .ttl-wrap {
display: flex;
justify-content: space-between;
margin-bottom: -45px;
}

.watch-price .market-price-wrap .ttl-wrap .left {
width: 200px;
overflow: hidden;
height: 182px;
position: relative;
top: -45px;
}

.watch-price .market-price-wrap .ttl-top {
text-align: center;
margin: 10px 0px 15px;
}

.watch-price .market-price-wrap .ttl-top .deco {
font-size: 1.5rem;
line-height: 1em;
position: relative;
display: inline-block;
font-weight: bold;
}

.watch-price .market-price-wrap .ttl-top .deco:before {
content: "";
background: url(../img/tokei-kaitori/line_decoration_left.png) no-repeat;
position: absolute;
width: 13px;
height: 38px;
top: -14px;
left: -20px;
}

.watch-price .market-price-wrap .ttl-top .deco:after {
content: "";
background: url(../img/tokei-kaitori/line_decoration_right.png) no-repeat;
position: absolute;
width: 13px;
height: 38px;
top: -14px;
right: -20px;
}

.chart-watch {
border-radius: 5px;
padding: 10px 40px 0 10px;
position: relative;
}

.chart-watch .chart-img {
display: block;
float: left;
padding: 0px 10px;
margin-top: -80px;
width: 217px;
height: auto;
}

.chart-watch .chart-title {
display: block;
height: 18px;
left: 160px;
}

.chart-watch .chart-inner {
display: block;
position: absolute;
background: #ffffff;
width: 678px;
height: 485px;
top: 163px;
left: 41px;
border-radius: 15px;
padding: 20px;
}

.watch-price .market-price-wrap table {
width: 100%;
border-spacing: 0;
}

.watch-price .market-price-wrap table th {
padding: 3px;
}

.watch-price .market-price-wrap table th.date {
text-align: center;
font-size: 1rem;
border-bottom: none;
padding-top: 10px;
}

.watch-price .market-price-wrap table th.date.new {
position: relative;
color: #ef0000;
font-weight: bold;
border-right: none;
}

.watch-price .market-price-wrap table th.date.new .price {
content: "";
position: absolute;
background: #fcd8c9;
right: 0px;
top: 0;
z-index: 1;
width: 90%;
height: 100%;
padding-top: 7px;
line-height: 28px;
}

.watch-price .market-price-wrap table th.item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}

.watch-price .market-price-wrap table td {
padding: 10px;
}

.watch-price .market-price-wrap table td.old {
position: relative;
font-weight: bold;
width: 200px;
font-size: 1.4rem;
text-align: center;
box-sizing: border-box;
}

.watch-price .market-price-wrap table th,
.watch-price .market-price-wrap table td {
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-collapse: collapse;
}

.watch-price .market-price-wrap table td.new {
position: relative;
color: #ef0000;
font-weight: bold;
width: 200px;
font-size: 1.4rem;
padding-left: 15px;
box-sizing: border-box;
text-align: center;
border-right: none;
}

.watch-price .market-price-wrap table th.item .left {
width: 50px;
}

.watch-price .market-price-wrap table th.item .right {
width: 270px;
}

.watch-price .market-price-wrap img {
max-width: 100%;
height: auto;
}

.watch-price .market-price-wrap table th.item .name {
font-weight: bold;
font-size: 1rem;
}

.watch-price .market-price-wrap table th.item .number {
font-weight: normal;
font-size: 0.7rem;
}

.watch-price .market-price-wrap table td.old:after {
content: "";
background: url(../../img/tokei-kaitori/icon_soar.png) no-repeat;
position: absolute;
width: 33px;
height: 22px;
right: -20px;
z-index: 2;
}

.watch-price .market-price-wrap table td.new .price {
content: "";
position: absolute;
background: #fcd8c9;
right: 0px;
top: 0;
z-index: 1;
width: 90%;
height: 100%;
line-height: 56px;
}

.watch-price .market-price-wrap .note {
font-size: 0.6rem;
padding-left: 1em;
padding-top: 5px;
}

.watch-price .market-price-wrap .ttl {
font-size: 1.5rem;
text-align: center;
font-weight: bold;
line-height: 28px;
}

.watch-price .market-price-wrap .br-pc {
display: none;
}

.watch-price .market-price-wrap .ttl .maker {
background: linear-gradient(transparent 50%, #f4ff00 50%);
padding-left: 5px;
margin-left: 5px;
color: #ef0000;
}

.watch-price .market-price-wrap .ttl .maker {
background: linear-gradient(transparent 50%, #f4ff00 50%);
padding-left: 5px;
margin-left: 5px;
color: #ef0000;
}

.watch-price .market-price-wrap .ttl .growth {
font-size: 1.8rem;
}

.watch-price .market-price-wrap table th.item .name {
font-size: 1.5rem;
}

.watch-price .market-price-wrap table th.item .number {
font-size: 1rem;
}

.watch-price .market-price-wrap .note {
font-size: 0.9rem;
}

.tokei-kaitori .record-list-wrap .note {
font-size: 0.9rem;
}

.tokei-kaitori .record-list-wrap ul.record-list li .price .ttl {
font-size: 1rem;
}

.tokei-kaitori .record-list-wrap ul.record-list li .name {
font-size: 1.3rem;
}

.tokei-kaitori .record-list-wrap ul.record-list li .price .value {
font-size: 1.3rem;
}

.watch-price .market-price-wrap .ttl-top .deco {
font-size: 2rem;
}

.watch-price .market-price-wrap .ttl {
font-size: 2rem;
}

.watch-price .market-price-wrap .ttl-top {
margin: 0;
}

.chart-watch {
padding: 10px 40px 0 40px;
}

.chart-watch .chart-inner {
width: auto;
position: initial;
}

.tokei-kaitori .record-list-wrap ul.record-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.tokei-kaitori .record-list-wrap ul.record-list li {
width: 33.3%;
min-height: 95px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-right: 1px dotted #b0b0b0;
border-bottom: 1px dotted #b0b0b0;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
box-sizing: border-box;
padding: 5px 5px 5px;
}

.tokei-kaitori .record-list-wrap ul.record-list li .left {
width: 25%;
}

.tokei-kaitori .record-list-wrap ul.record-list li .right {
width: 69%;
}

.tokei-kaitori .record-list-wrap img {
max-width: 100%;
height: auto;
}

.tokei-kaitori .record-list-wrap ul.record-list li .name {
font-size: 1.3rem;
line-height: 1;
margin: 5px 0px 5px;
}

.tokei-kaitori .record-list-wrap ul.record-list li .price .ttl {
font-size: 1rem;
background: #e6e2d4;
padding: 4px 4px;
margin-right: 2px;
padding: 1px 5px;
border-radius: 3px;
}

.tokei-kaitori .record-list-wrap ul.record-list li .price .value {
color: #de1122;
font-size: 1.3rem;
font-weight: bold;
display: block;
text-align: right;
margin-right: 37px;
}

.tokei-kaitori .record-list-wrap .note {
margin-top: 10px;
font-size: 0.9rem;
}

.under.kaitori h2 {
font-size: 22px;
text-align: left;
border-radius: 5px;
color: #fff;
background: #de1122;
padding: 15px 15px 10px;
line-height: 100%;
margin-top: 0px;
margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
#main .timepiece p {
width: 96%;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.watch-price .market-price-wrap {
background: #ffede3;
height: 590px;
padding-top: 30px;
margin: 20px 0;
}
.watch-price .market-price-wrap .ttl-wrap {
display: flex;
justify-content: space-between;
margin-bottom: -45px;
}
.watch-price .market-price-wrap .ttl-wrap .left {
width: 200px;
overflow: hidden;
height: 182px;
position: relative;
top: -45px;
}
.watch-price .market-price-wrap .ttl-top {
text-align: center;
margin: -10px 0 0px 100px;
}
.watch-price .market-price-wrap .ttl-top .deco {
font-size: 0.7rem;
line-height: 1em;
position: relative;
display: inline-block;
font-weight: bold;
}
.watch-price .market-price-wrap .ttl-top .deco:before {
content: "";
background: url(../img/tokei-kaitori/line_decoration_left.png) no-repeat;
position: absolute;
width: 13px;
height: 24px;
top: -14px;
left: -15px;
}
.watch-price .market-price-wrap .ttl-top .deco:after {
content: "";
background: url(../img/tokei-kaitori/line_decoration_right.png) no-repeat;
position: absolute;
width: 13px;
height: 24px;
top: -14px;
right: -15px;
}
.watch-price .market-price-wrap .ttl {
font-size: 0.9rem;
text-align: center;
font-weight: bold;
line-height: 18px;
margin-bottom: 12px;
}
.watch-price .market-price-wrap .ttl .maker {
background: linear-gradient(transparent 50%, #f4ff00 50%);
padding-left: 5px;
margin-left: 5px;
color: #ef0000;
}
.watch-price .market-price-wrap .ttl .maker {
background: linear-gradient(transparent 50%, #f4ff00 50%);
padding-left: 5px;
margin-left: 5px;
color: #ef0000;
}
.watch-price .market-price-wrap .ttl .growth {
font-size: 1rem;
}
.chart-watch {
border-radius: 5px;
padding: 10px 0px 0px;
position: relative;
}
.chart-watch .chart-img {
display: block;
float: left;
padding: 0px 10px;
margin-top: -60px;
width: 130px;
height: auto;
position: absolute;
}
.chart-watch .chart-title {
display: block;
}
.chart-watch .chart-inner {
display: block;
background: #ffffff;
height: 400px;
margin: 6px 0px 100px;
}
.watch-price .market-price-wrap table {
width: 100%;
border-spacing: 0;
}
.watch-price .market-price-wrap table th {
padding: 3px;
}
.watch-price .market-price-wrap table th.date {
text-align: center;
font-size: 0.7rem;
border-bottom: none;
padding-top: 10px;
}
.watch-price .market-price-wrap table th.date.new {
position: relative;
color: #ef0000;
font-weight: bold;
border-right: none;
}
.watch-price .market-price-wrap table td.new {
color: #ef0000;
border-right: none;
position: relative;
font-weight: bold;
font-size: 0.9rem;
text-align: center;
box-sizing: border-box;
}
.watch-price .market-price-wrap table td.old {
position: relative;
font-weight: bold;
font-size: 0.9rem;
text-align: center;
box-sizing: border-box;
}
.watch-price .market-price-wrap table th.item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.watch-price .market-price-wrap table td {
padding: 3px;
}
.watch-price .market-price-wrap table th,
.watch-price .market-price-wrap table td {
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-collapse: collapse;
}
.watch-price .market-price-wrap table th.item .left {
width: 50px;
}
.watch-price .market-price-wrap table th.item .right {
width: 100%;
}
.watch-price .market-price-wrap img {
max-width: 100%;
height: auto;
}
.watch-price .market-price-wrap table th.item .name {
font-weight: bold;
font-size: 0.7rem;
line-height: 1em;
}
.watch-price .market-price-wrap table th.item .number {
font-weight: normal;
font-size: 0.6rem;
}
.watch-price .market-price-wrap table td.old:after {
content: "";
background: url(../img/tokei-kaitori/icon_soar.png) no-repeat;
background-size: contain;
position: absolute;
width: 17px;
height: 22px;
right: -11px;
top: 30px;
z-index: 2;
}
.watch-price .market-price-wrap .note {
font-size: 0.6rem;
padding-left: 1em;
padding-top: 10px;
line-height: 1.4em;
}
.watch-price .market-price-wrap table th.item .name {
font-size: 1.2rem;
}
.watch-price .market-price-wrap table th.item .number {
font-size: 1rem;
}
.watch-price .market-price-wrap .note {
font-size: 0.9rem;
}
.watch-price .market-price-wrap table th.date {
font-size: 1rem;
}
.watch-price .market-price-wrap table td.old {
font-size: 1rem;
}
.chart-watch .chart-inner {
margin: auto 15px;
}
.tokei-kaitori .record-list-wrap ul.record-list li .name {
font-size: 1rem;
}
.tokei-kaitori .record-list-wrap ul.record-list li .price .ttl {
font-size: 0.9rem;
}
.tokei-kaitori .record-list-wrap ul.record-list li .price .value {
font-size: 0.85rem;
}
.tokei-kaitori .record-list-wrap .note {
font-size: 0.8rem;
}
.watch-price .market-price-wrap table th.item .right {
width: 150px;
}
.chart-watch {
padding: 0;
}
}

.section-inner {
margin: 0 auto;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
.section-inner {
padding: 0 20px;
}
}

@media screen and (max-width: 960px) {
.section-inner {
padding-top: 25px;
width: 90vw;
}
}

.kaitori-howto-item {
align-items: center;
display: flex;
justify-content: center;
margin: 0 -6px;
}

@media screen and (min-width: 1000px) {
.kaitori-howto-item-title {
font-size: 1.5rem;
}
}

.kaitori-howto-item-title {
color: #de1122;
display: inline-block;
font-size: 1.4rem;
font-weight: bolder !important;
letter-spacing: 0.05em;
line-height: 1.7;
}

@media screen and (min-width: 767px) {
.kaitori-howto-item-title {
font-size: 2rem;
}
}

.kaitori-howto-item > * {
margin: 0 6px;
}

.kaitori-howto-txt {
margin-top: 15px;
letter-spacing: 0.15em;
}

@media screen and (min-width: 767px) {
.kaitori-howto-txt {
margin-top: 36px;
font-size: 1.6rem;
}
}

.common-ttl {
background-image: url(https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.jewel-cafe.jp/wp-content/themes/jewelcafe_replace/assets/css/../images/common/common-ttl-bg.png);
background-size: 100%;
letter-spacing: 0.11em;
margin: 0 auto 15px;
max-width: 1000px;
min-height: auto;
padding: 30px 0;
}

.common-ttl .section-inner {
padding-left: 20px;
width: 90vw;
}

.kaitori-title {
align-items: fhealex-start;
display: flex;
flex-direction: column;
margin: 0 auto;
}

.common-ttl .section-inner .common-ttl-sub {
font-size: 12px;
}

.common-ttl .section-inner .common-ttl-main {
font-size: 1.25rem;
}

.common-ttl .section-inner .common-ttl-en {
font-size: 12px;
}

.kaitori-ways-list h3 {
border-left: 5px solid #de1122;
margin-bottom: 16px;
margin-top: 20px;
font-weight: bold !important;
padding: 4px 12px;
}

.kaitori-ways-list p {
font-size: 1.2rem;
letter-spacing: 0.15em;
}

@media screen and (min-width: 767px) {
.kaitori-ways-list h3 {
font-size: 1.7rem;
}
.kaitori-ways-list p {
font-size: 1.5rem;
}
.tokei-kaitori .record-list-wrap ul.record-list li:nth-child(3n) {
border-right: none;
}
}

@media screen and (max-width: 766px) {
.tokei-kaitori .record-list-wrap ul.record-list li:nth-child(2n) {
border-right: none;
}
}

@media screen and (max-width: 750px) {
.compare-wrap .txt-box {
font-size: 18px;
}
#diamond_form .entry-search li label {
width: 70px;
}
.mtitle {
display: block;
}
#diamond_form {
display: none;
}
#diamond_form {
width: 90%;
margin: 0 auto;
}
#diamond_form .entry-black {
font-size: 23px;
}
#diamond_form .entry-text {
padding: 15px 0;
}
#diamond_form .entry-content {
padding: 15px;
}
#diamond_form .entry-blue {
font-size: 20px;
}
#diamond_form .entry-search li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
background: #fff;
border-radius: 5px;
margin-bottom: 15px;
position: relative;
}
#diamond_form .entry-search li label {
width: 30%;
font-size: 12px;
}
#diamond_form .entry-search li select {
font-size: 10px;
width: 69%;
}
#diamond_form .entry-btn {
background: #de1021;
color: #fff;
padding: 10px 50px;
font-weight: bold;
border: 0;
border-radius: 5px;
-webkit-appearance: none;
font-size: 14px;
}
#diamond_form .entry-price {
padding: 10px;
font-size: 10px;
}
#diamond_form .entry-price h4 {
color: #000;
font-size: 12px;
}
#diamond_form .entry-price table tr td:first-child {
width: 30px;
}
}

/* rolex pag new css */

.kaitori .kaitori-intro {
margin-bottom: 30px;
}

.kaitori .kaitori-search-model {
margin-bottom: 54px;
}

.kaitori-intro .intro-title {
font-size: 40px;
}

.color-red2 {
color: #c20006;
}

.color-red3 {
color: #ca0000;
}

.kaitori .red_bg {
background: #c80000;
}

.kaitori .pink_bg {
background: #ffdad2;
padding-top: 60px;
padding-bottom: 65px;
}

.kaitori .gray_bg {
background: #e7e7e7;
padding-top: 60px;
padding-bottom: 65px;
}

.kaitori .kaitori-blog {
padding-top: 75px;
padding-bottom: 65px;
}

.kaitori .kaitori-accordion {
padding-top: 30px;
padding-bottom: 65px;
}

.kaitori .kaitori-ways {
padding-top: 67px;
padding-bottom: 60px;
}

.kaitori .kaitori-how-to-sell {
padding-top: 67px;
padding-bottom: 60px;
}

.kaitori .kaitori-faq {
padding-top: 70px;
padding-bottom: 60px;
}

.kaitori .kaitori-voice {
padding-top: 60px;
padding-bottom: 25px;
}

.kaitori .kaitori-kinds {
padding-top: 60px;
padding-bottom: 68px;
}

.kaitori .kaitori-rank {
padding-top: 60px;
padding-bottom: 76px;
}

.kaitori .kaitori-market-price {
margin-bottom: 50px;
}

.kaitori .kaitori-purchase {
padding-top: 60px;
padding-bottom: 72px;
}

.arrow_r {
position: relative;
display: inline-block;
}

.arrow_r:after {
content: "";
width: 6px;
height: 6px;
border: 0;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
position: absolute;
top: 50%;
right: 20px;
margin-top: -4px;
transform: rotate(45deg);
}

.half {
width: 50%;
}

.arrow_r_icon {
display: flex;
justify-content: center;
align-items: center;
padding: 0 20px;
}

.arrow_r_icon img {
max-width: 30px;
}

.section-title {
margin-bottom: 37px;
max-width: 430px;
position: relative;
padding: 10px 0;
}



.section-ttl-main {
font-size: 36px;
font-weight: 700!important;
margin-bottom: 33px;
}

.section-ttl-con {
font-size: 15px;
margin-bottom: 40px;
}

.kaitori-kinds .section-ttl-main {
font-size: 33px;
letter-spacing: 0;
margin-bottom: 45px;
}

.banner-ttl-con {
padding: 45px 0;
font-size: 18px;
letter-spacing: -0.6px;
}

.brbr-archive-link {
color: #fff;
font-size: 23px;
font-weight: 700;
background: #c80000;
display: inline-block;
margin: 0 auto;
padding: 14px 150px 14px 105px;
border-radius: 50px;
position: relative;
}

.brbr-archive-link:before {
position: absolute;
padding: 10px 0;
bottom: 0;
top: 50%;
right: 24px;
width: 12px;
height: 12px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: translateY(-50%) rotate(-45deg);
transform: translateY(-50%) rotate(-45deg);
margin: 0 auto;
}

.point-bar {
/* height: 50px; */
align-items: center;
line-height: 1.2;
}

.point-bar:before {
position: absolute;
padding: 10px 0;
bottom: 0;
width: 84px;
height: 100%;
display: block;
background-image: url("../images/icon/point_minami.png");
content: "";
background-size: cover;
background-repeat: no-repeat;
}

.point-bar .point-bar-title {
margin-left: 90px;
font-size: 21px;
width: 245px;
font-weight: 700;
letter-spacing: -0.5px;
}

.point-bar span {
font-size: 31px;
padding: 0 10px;
position: absolute;
top: 50%;
right: 0;
border-left: 1px solid #fff;
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
font-family: "Noto Sans JP", sans-serif;
}

.red-bar {
position: relative;
}

.red-bar:before {
position: absolute;
padding: 10px 0;
bottom: 0;
width: 130px;
height: 120%;
display: block;
content: "";
background-size: contain;
background-repeat: no-repeat;
}

.red-bar .red-bar-title {
margin-left: 150px;
padding: 30px 0;
font-size: 33px;
}

.column-title:before {
background-image: url("../images/static/column-youko.png");
background-position: bottom;
}

.mame-title:before {
background-image: url("../images/static/mame-youko.png");
background-position: bottom;
}

.column-title {
font-size: 33px;
}

.red-bar-by {
font-size: 17px;
}

.ways90 {
width: 90%;
}

.kaitori .kaitori-method {
padding: 20px 0;
font-size: 18px;
}

.kaitori .kaitori-method ul {
flex-wrap: nowrap;
justify-content: center;
}

.kaitori .kaitori-method li {
padding: 0 30px;
display: inline-flex;
align-self: stretch;
justify-content: center;
}

.kaitori .kaitori-method li a {
display: flex;
align-items: center;
}

.kaitori .kaitori-method li:first-child {
padding: 0 40px;
font-size: 21px;
margin-right: 20px;
}

.kaitori .kaitori-method li:not(:first-child):not(:last-child) {
border-right: 1px solid #fff;
}

.kaitori .kaitori-method li:nth-child(2) a:before {
content: "";
background: url("../images/icon/singel-nav-icon-01.png");
background-size: contain;
background-repeat: no-repeat;
display: block;
height: 100%;
width: 37px;
margin-right: 5px;
vertical-align: middle;
}

.kaitori .kaitori-method li:nth-child(3) a:before {
content: "";
background: url("../images/icon/singel-nav-icon-02.png");
background-size: contain;
background-repeat: no-repeat;
height: 100%;
display: block;
width: 37px;
margin-right: 5px;
vertical-align: middle;
}

.kaitori .kaitori-method li:nth-child(4) a:before {
content: "";
background: url("../images/icon/singel-nav-icon-03.png");
background-size: contain;
background-repeat: no-repeat;
display: block;
width: 50px;
margin-right: 5px;
vertical-align: middle;
}

.kaitori .policies {
padding: 35px 25px;
}

.policies .policies-wrap {
margin-bottom: 15px;
}

.policies .policies-img {
margin-right: 15px;
}

.policies .policies-img img {
max-width: 280px;
}

.policies .policies-num {
padding: 10px;
display: inline-block;
font-size: 12px;
}

.policies .policies-title {
font-size: 20px;
color: #404040;
letter-spacing: 0;
}

.kaitori_btn {
background: #cb0101;
border-radius: 10px;
}

.kaitori-img {
width: 30%;
}

.kaitori-img img {
width: 100%;
display: block;
}

.kaitori-name-info {
color: #fff;
margin: 0 auto;
}

.kaitori-type-txt {
letter-spacing: -1.2px;
}

.kaitori-how-to-inner {
justify-content: space-between;
}

.kaitori-type-info {
margin-bottom: 7px;
}

.kaitori-type-list {
width: 32.5%;
}

.kaitori-type-img {
margin-right: 7px;
}

.kaitori-name {
font-size: 37px;
}

.kaitori-name2 {
font-size: 14px;
}

.kaitori-name {
position: relative;
}

.kaitori-name:before {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
background-image: url("../images/common/arrow-right-red.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 9px 15px;
vertical-align: middle;
content: "";
width: 25px;
height: 25px;
border-radius: 50%;
background-color: #fff;
}

.count-area {
padding: 10px 55px;
border: 1px solid #9f9f9f;
}

.count-rev {
font-size: 10px;
font-weight: 700;
color: #3f3f3f;
display: block;
}

.kaitori-voice .voice-list2 {
background: #fff;
padding: 0;
}

.kaitori-voice-title {
justify-content: space-between;
}

.kaitori-voice .voice-list2 .voice-list-item .voice-default .voice-ttl {
font-size: 20px;
}

.kaitori-voice .voice-list2 .voice-txt .voiceBox {
font-size: 18px;
letter-spacing: -0.4px;
line-height: 1.8;
}

.kaitori-voice .voice-rating .count-ranting {
justify-content: center;
}

.kaitori-kinds-list li .kaitori-kinds-label {
border-radius: 100px;
padding: 5px;
}

.kaitori-kinds-list li .kaitori-kinds-label h3 {
font-size: 14px;
}

.kaitori-column-wrapper {
margin-top: 60px;
}

.kaitori-kinds-list li {
width: 18%;
}

.kaitori-inner-ways {
background: #fff;
padding: 40px 30px;
letter-spacing: ;
}

.kaitori-inner-ways .kaitori-ways-num {
display: inline-block;
padding: 10px 30px;
font-weight: 700;
}

.kaitori-inner-ways h3 {
font-size: 24px;
margin: 20px 0;
}

.kaitori-inner-ways p {
margin-bottom: 30px;
font-size: 18px;
color: #404040;
}

.kaitori-model-search {
border-radius: 10px;
padding: 25px 50px;
}

.kaitori-model-search .model-search-title {
font-size: 24px;
white-space: nowrap;
}

.kaitori-model-search .model-search-hot {
font-size: 16px;
color: #fff;
}

.kaitori-model-search .model-search-form {
margin-top: 10px;
width: 48%;
}

.kaitori-model-search .model-search-keyword {
margin-top: 10px;
width: 48%;
margin-left: 30px;
}

.kaitori-model-search .model-search-keyword ul {
flex-wrap: wrap;
}

.kaitori-model-search .model-search-keyword li:nth-child(2),
.kaitori-model-search .model-search-keyword li:nth-child(5) {
margin: 0 5px;
}

.kaitori-model-search .model-search-keyword li a {
display: block;
color: #fff;
padding: 5px;
font-size: 16px;
border: 1px solid #fff;
border-radius: 100px;
margin-bottom: 5px;
}

.kaitori-model-search .model-search-input {
border-radius: 10px 0 0 10px;
width: 100%;
border: 0;
padding: 0;
padding-left: 10px;
height: 64px;
line-height: 64px;
}

.kaitori-model-search .model-search-input::placeholder {
height: inherit;
line-height: inherit;
}

.kaitori-model-search .model-search-btn {
background: #ffa101;
border: 0;
color: #fff;
line-height: 110%;
border-radius: 0 10px 10px 0;
min-width: 110px;
font-size: 20px;
padding: 10px 0;
position: relative;
right: 5px;
}

.kaitori-model-search .model-search-btn:hover {
cursor: pointer;
}

.maket-more {
position: relative;
}

.kaitori-price-img {
width: 45%;
align-items: flex-start;
}

.kaitori-price-list {
justify-content: flex-start;
letter-spacing: -0.5px;
border-top: 1px solid #424242;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 50px;
}

.kaitori-price-list .old-year {
background: #737373;
padding: 5px 10px;
font-size: 10px;
margin-right: 7px;
white-space: nowrap;
}

.kaitori-price-list .new-year {
background: #c80000;
padding: 5px 10px;
font-size: 17px;
margin-right: 7px;
white-space: nowrap;
}

.kaitori-price-list .old-price {
min-width: 260px;
font-size: 22px;
letter-spacing: -0.5px;
}

.kaitori-price-list .new-price {
font-size: 30px;
color: #de1122;
letter-spacing: -0.5px;
}

.main-banner {
max-width: 1000px;
margin: 0 auto;
}

.main-banner img {
width: 100%;
}

.ex-purchase .ex-purchase-img {
width: 50%;
}

.ex-purchase ul.ex-purchase-list li {
padding: 20px;
width: 49%;
}

.ex-purchase ul.ex-purchase-list li .ex-purchase-sub {
/* width: 50% */
}

.ex-purchase ul.ex-purchase-list li .ex-purchase-label {
min-width: 48%;
max-width: 164px;
}

.ex-purchase ul.ex-purchase-list li .ex-purchase-comparison .ex-purchase-price {
padding: 0;
/* padding-left: 15px; */
padding-top: 11px;
}

.ex-purchase ul.ex-purchase-list li .ex-purchase-label .ex-purchase-price {
position: relative;
justify-content: center;
}

.ex-purchase
ul.ex-purchase-list
li
.ex-purchase-label
.ex-purchase-price
.ex-purchase-value {
font-size: 38px;
letter-spacing: -0.5px;
}

.ex-purchase-info .index {
font-size: 27px;
}

.ex-purchase ul.ex-purchase-list li .ex-purchase-sub {
font-size: 20px;
}

.ex-purchase-title-info {
position: absolute;
top: -15px;
left: 25px;
padding: 3px 6px;
background: #f99c20;
font-size: 12px;
letter-spacing: -0.5px;
}

.ex-purchase-title-info .index h3 {
font-size: 24px;
letter-spacing: -1px;
}

.ex-price-yen {
font-size: 17px;
display: inline-block;
}

.ex-purchase ul.ex-purchase-list li table tr th {
padding: 3px 10px;
text-align: center;
}

.ex-purchase ul.ex-purchase-list li table tr th,
.ex-purchase ul.ex-purchase-list li table tr td {
font-size: 14px;
letter-spacing: -0.5px;
}

.kaitori-column-img {
width: 180px;
min-width: 180px;
max-width: 180px;
margin-right: 10px;
overflow: hidden;
position: relative;
max-height: 140px;
}

.kaitori-column-img img {
transform: none;
height: 100%;
}

.kaitori-column .kaitori-ttl {
font-size: 16px;
}

.kaitori-info {
position: relative;
width: 100%;
}

.kaitori-column-list {
flex-wrap: wrap;
justify-content: space-between;
}

.kaitori-column-content {
width: 45%;
margin-bottom: 30px;
}

.kaitori-txt {
position: absolute;
bottom: 0;
right: 0;
}

/* .kaitori-column .kaitori-column-btn {
padding: 5px 20px;
border: 1px solid #9f9f9f;
border-radius: 100px;
display: inline-block;
color: #434343
} */

.kaitori-column .kaitori-column-btn {
padding: 5px 20px;
border: 1px solid #c80000;
background: #c80000;
border-radius: 100px;
display: inline-block;
color: #fff;
}

a .kaitori-faq .kaitori-faq-list {
margin-bottom: 0;
}

.kaitori-faq .kaitori-faq-list dt .faq-txt {
font-size: 24px;
width: 90%;
}

.kaitori-faq .kaitori-faq-list dd .faq-txt {
padding: 0 0 25px;
letter-spacing: 1px;
}

.kaitori-faq-list dt {
padding: 32px 0;
border-top: 1px solid #9f9f9f;
}

.kaitori-faq-list:last-child dl {
border-bottom: 1px solid #9f9f9f;
}

.kaitori-faq-list dt:hover {
cursor: pointer;
}

.kaitori-faq-list dd {
display: none;
}

.blog-archive-list li .blog-archive-content {
background: #ca0000;
border-radius: 0 0 4px 4px;
}

.blog-archive-list li .blog-catch-img .blog-archive-date {
background: #fff;
color: #ca0000;
border-radius: 0;
bottom: -5px;
left: 5px;
}

.blog-archive-list li .blog-archive-category {
color: #ffa100;
font-weight: 700;
}

.blog-archive-list li .blog-archive-category2 {
color: #fff;
font-weight: 700;
font-size: 12px;
margin-bottom: 5px;
}

.blog-archive-list li .blog-archive-ttl {
color: #fff;
min-height: 35px;
}

.blog-archive-list li .blog-archive-shop {
color: #fff;
}

.kaitori-rank-inner {
justify-content: space-between;
display: flex;
align-items: stretch !important;
}

.kaitori-ranking .kaitori-rank-list {
min-height: 290px;
box-shadow: none;
background: #f7f7f7;
border: 1px solid #7f7f7f;
border-radius: 10px;
padding: 15px;
margin-top: 0;
width: 32%;
}

.kaitori-ranking .kaitori-rank-list .kaitori-rank-txt {
padding: 0;
margin-top: 10px;
letter-spacing: -0.2px;
color: #000;
line-height: 1.8;
}

.kaitori-ranking .kaitori-rank-list img {
width: 100%;
}

.kaitori-rank-item {
font-size: 20px;
font-weight: 700;
margin-left: 12px;
/* margin-top: 28px */
}

.kaitori-rank-medal {
min-width: 45px;
}

.kaitori-rank-txt {
font-size: 15px;
}

.kaitori-rank .kaitori-rank-list + .kaitori-rank-list {
margin-top: 0;
}

.fixed {
position: fixed;
transition-duration: 0.2s;
}

.shop-ja-wrapper {
margin: 35px 0;
}

.shop-pc-area {
margin-top: 50px;
}

.result-btn-a {
display: block;
}

.result-btn {
position: relative;
border-radius: 10px;
background: #cb0101;
max-width: 500px;
margin: 0 auto;
padding: 20px 0 35px;
color: #fff;
width: 100%;
padding: 10px 0;
padding-left: 128px;
border-radius: 10px;
font-size: 19px;
}

.result-btn:before {
/* background-image: url("../images/icon/staff.png"); */
position: absolute;
width: 108px;
left: 0;
bottom: 0;
height: 120%;
content: "";
background-size: cover;
background-repeat: no-repeat;
background-position: -10px 0;
}

.result-btn:after {
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
content: "";
height: 9px;
position: absolute;
right: 24px;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
width: 9px;
}

.kaitori-rank-ttl-main {
font-size: 39px;
}

.kaitori-rank-ttl-sub {
font-size: 27px;
}

.kaitori-rank-bar {
position: relative;
padding: 0 30px;
display: inline-block;
margin-bottom: 30px;
}

.kaitori-rank-bar:before {
position: absolute;
padding: 10px 0;
bottom: 0;
width: 30px;
left: -30px;
content: "";
height: 100%;
display: block;
background: url("../images/icon/rank-l.png");
background-size: contain;
background-repeat: no-repeat;
}

.kaitori-rank-bar:after {
position: absolute;
padding: 10px 0;
bottom: 0;
content: "";
width: 30px;
right: -30px;
height: 100%;
display: block;
background: url("../images/icon/rank-r.png");
background-size: contain;
background-repeat: no-repeat;
}

.sp-search {
border-top: 1px solid #fff;
}

.kaitori .kaitori-howto .kaitori-howto-txt {
letter-spacing: -0.4px;
color: #404040;
font-size: 16px;
}

.kaitori .kaitori-howto-tips {
margin-bottom: 38px;
}

.kaitori .kaitori-howto-item-title {
color: #404040;
margin-top: 45px;
margin-bottom: 40px;
font-size: 20px;
font-size: 33px;
}

.p-r {
position: relative;
}

.common-kaitori-resuluts .item-list li .priceBox .right .small {
align-self: flex-end;
}

.note {
font-size: 9px;
margin-top: 10px;
}

.kaitori .intro-title {
font-size: 40px;
margin-bottom: 40px;
line-height: 1.5;
}

.kaitori .intro-txt {
font-size: 18px;
letter-spacing: 0.6px;
}

.kaitori-market-price .slide-down .kaitori-price-table {
height: 100%;
padding-bottom: 0;
overflow: hidden;
}

ol,
ul {
overflow-wrap: break-word;
}

.slide-up {
height: auto;
}

.common-kaitori-resuluts .item-list li .ttl {
font-weight: 400;
}

.kaitori-faq .kaitori-faq-list .faq-icon,
.kaitori-faq .kaitori-faq-list .faq-txt {
font-size: 16px;
}

@media screen and (max-width: 990px) {
.kaitori-column-img img {
transform: translate(-20%, -5%);
height: 100%;
}
.kaitori .kaitori-blog {
padding-top: 38px;
padding-bottom: 45px;
}
.kaitori .pink_bg {
background: #ffdad2;
padding-top: 35px;
padding-bottom: 45px;
}
.kaitori .gray_bg {
padding-top: 35px;
padding-bottom: 45px;
}
.kaitori .kaitori-accordion {
padding-top: 37px;
padding-bottom: 31px;
}
.kaitori .kaitori-faq {
padding-top: 35px;
padding-bottom: 0;
}
.kaitori .kaitori-search-model {
margin-bottom: 38px;
}
.kaitori .kaitori-boroboro {
padding-top: 38px;
padding-bottom: 35px;
}
.kaitori .kaitori-how-to-sell {
padding-top: 45px;
padding-bottom: 45px;
}
.kaitori .kaitori-voice {
padding-top: 40px;
padding-bottom: 30px;
}
.kaitori .kaitori-kinds {
padding-top: 40px;
padding-bottom: 40px;
}
.kaitori-column-wrapper {
margin-top: 30px;
}
.kaitori .kaitori-rank {
padding-top: 35px;
padding-bottom: 40px;
}
.kaitori .kaitori-intro {
margin-bottom: 15px;
}
.kaitori .kaitori-market-price {
margin-bottom: 35px;
}
.kaitori .kaitori-purchase {
padding-top: 36px;
padding-bottom: 38px;
}
.kaitori .kaitori-boroboro .section-ttl-sub {
font-size: 19px;
}
.section-title {
max-width: 100%;
margin-bottom: 25px;
}
.kaitori .kaitori-method {
padding: 10px 0;
}
.kaitori .kaitori-method li {
padding: 10px 0;
width: 50%;
}
.kaitori .kaitori-method li:first-child {
display: none;
}
.kaitori .kaitori-method ul {
padding-bottom: 15px;
}
#footer-kaitori-type .kaitori-method ul {
padding-bottom: 0;
}
.kaitori .kaitori-method li:nth-child(3) a {
justify-content: center;
}
.kaitori .kaitori-method li:nth-child(4) a {
padding-left: 10px;
}
.kaitori .kaitori-method li:nth-child(4) a:before {
width: 38px;
}
.kaitori .kaitori-method li a {
font-size: 14px;
}
.kaitori .kaitori-method .section-inner {
width: 100%;
padding: 0 10px;
}
.kaitori .intro-title {
font-size: 28px;
margin-bottom: 25px;
}
.kaitori .intro-txt {
font-size: 15px;
letter-spacing: 0.2px;
}
.kaitori-model-search {
padding: 20px 25px;
border-radius: 0;
}
.kaitori-model-search .model-search-form {
width: 100%;
}
.kaitori-model-search .model-search-keyword {
width: 100%;
margin-left: 0;
}
.kaitori-model-search .model-search-title {
font-size: 21px;
white-space: normal;
}
.kaitori-model-search .model-search-keyword li a {
font-size: 11px;
padding: 5px 8px;
}
.kaitori-model-inner {
display: block;
}
.section-ttl-sub {
font-size: 15px;
}
#kaitori-bg-ways .section-ttl-main,
#kaitori-bg-policy .section-ttl-main {
width: 75%;
}
.section-ttl-main {
font-size: 20px;
/* width: 60%; */
}
.ex-purchase-info .index {
font-size: 18px;
}
.ex-purchase ul.ex-purchase-list li .ex-purchase-sub {
font-size: 12px;
}
.ex-purchase ul.ex-purchase-list li {
width: 100%;
}
.ex-purchase ul.ex-purchase-list li table tr th {
font-size: 8px;
}
.ex-purchase ul.ex-purchase-list li table tr td {
font-size: 14px;
}
.ex-purchase
ul.ex-purchase-list
li
.ex-purchase-label
.ex-purchase-price
.ex-purchase-value {
font-size: 20px;
letter-spacing: -2px;
}
.ex-purchase-title-info {
font-size: 10.25px;
top: -10px;
left: 3px;
}
.kaitori .policies {
padding: 25px;
}
.policies .policies-num {
font-size: 10px;
margin-top: 10px;
padding: 10px;
}
.policies div {
display: block;
width: 100%;
}
.policies .policy-text {
font-size: 15px;
display: none !important;
}
.policies .policy-title {
position: relative;
}
.policies .policy-title:after {
content: "";
background-image: url("../images/kaitori/ways-youko.png") no-repeat;
width: 50%;
display: block;
}
.kaitori-how-to-inner {
display: block;
}
.kaitori-type-list {
width: 100%;
}
.kaitori-voice-title {
display: block;
}
.count-area {
margin-top: 10px;
padding: 10px 0;
}
.kaitori-kinds-list li {
width: 45%;
}
.section-ttl-main {
font-size: 20px;
}
.red-bar .red-bar-title {
font-size: 22px;
letter-spacing: -0.5px;
}
.red-bar .red-bar-by {
font-size: 15px;
}
.kaitori-column-content {
width: 100%;
}
.kaitori-howto-txt {
font-size: 15px;
margin-top: 0;
}
.kaitori-column .red-bar .red-bar-title {
padding: 17px 0;
}
.kaitori-howto .red-bar .red-bar-title {
padding: 17px 0;
}
.kaitori-ranking .kaitori-rank-list {
width: 100%;
margin-bottom: 20px;
}
.kaitori-rank-inner {
display: block;
}
.kaitori-model-search .model-search-btn {
font-size: 16px;
}
.kaitori-model-search .model-search-input {
height: 54px;
line-height: 57px;
}
.ft-nav {
display: block;
}
.ft-nav li {
/* width: 100%; */
display: block;
}
.ft-nav li:after {
content: "";
}
.ft-nav a {
font-size: 18px;
font-weight: 700;
}
.result-btn {
font-size: 19px;
}
.footer-shop-list {
justify-content: center;
}
.footer-shop-list a {
color: #404040;
font-size: 12px;
}
.footer-shop-list li {
text-align: center;
}
.kaitori-rank-bar:before {
left: -10px;
}
.kaitori-rank-bar:after {
right: -10px;
}
.kaitori-faq .kaitori-faq-list .faq-icon,
.kaitori-faq .kaitori-faq-list .faq-txt {
font-size: 20px;
}
.kaitori-faq .kaitori-faq-list dt .faq-txt {
font-size: 20px;
width: 90%;
}
.kaitori-faq .kaitori-faq-list dd .faq-txt {
padding: 0 0 25px;
font-size: 15px;
}
.kaitori-faq .kaitori-faq-list dt {
padding: 21px 0;
}
.kaitori-inner-ways {
padding: 20px;
}
.kaitori-inner-ways h3 {
font-size: 20px;
margin: 10px 0;
}
.kaitori-inner-ways p {
display: none;
font-size: 15px;
}
.kaitori-model-inner {
justify-content: space-between;
}
.kaitori-model-search .section-inner {
width: 100%;
}
#kaitori-search-model {
width: 100%;
}
.kaitori-method .arrow_r:after {
margin-top: 0;
}
..kaitori-price-img {
width: 50%;
}
.kaitori-price-img .item img {
width: 50px;
}
.kaitori-price-img .brand_name {
font-size: 12px;
}
.kaitori-price-img .code {
font-size: 10px;
}
.kaitori-price-content {
display: block;
letter-spacing: -0.5px;
width: 55%;
}
.kaitori-price-list {
justify-content: space-between;
padding-left: 0;
}
.kaitori-price-list .old-year {
background: #737373;
padding: 3px 4px;
font-size: 10px;
margin-right: 0;
}
.kaitori-price-list .new-year {
font-size: 12px;
background: #c80000;
padding: 3px 4px;
font-size: 12px;
margin-right: 10px;
}
.kaitori-price-list .old-price {
min-width: 100%;
font-size: 15px;
font-weight: 700;
justify-content: space-between;
letter-spacing: -1.3px;
}
.kaitori-price-list .new-price {
font-size: 18px;
font-weight: 700;
letter-spacing: -1.3px;
}
.kaitori-price-list .arrow_r_icon {
padding: 0;
}
#footer {
margin-top: 0;
background: #fbf6f6;
padding: 20px 0;
/* margin-bottom: 82px */
}
.kaitori-market-price .kaitori-price-table {
height: 240px;
padding-bottom: 0;
overflow: hidden;
}
#footer .section-inner .footer-txt {
font-size: 11px;
letter-spacing: -0.5px;
}
#footer .section-inner img.footer-logo {
margin: 10px 0;
}
.blog-archive-list li .blog-archive-category {
font-size: 10px;
}
.blog-archive-list li .blog-archive-category2 {
font-size: 10px;
color: #fff;
}
.blog-archive-list li .blog-archive-ttl {
font-size: 11px;
}
.policies .policies-img {
margin-right: 0;
}
.policies .policies-img img {
width: 100%;
max-width: 100%;
}
.kaitori .kaitori-howto-item-title {
margin-top: 40px;
margin-bottom: 30px;
font-size: 25px;
letter-spacing: 1px;
}
.kaitori .kaitori-howto .kaitori-howto-txt {
letter-spacing: -0.2px;
height: 380px;
overflow: hidden;
position: relative;
}
.kaitori .kaitori-rank-ttl-main {
font-size: 27px;
}
.kaitori .kaitori-rank-ttl-sub {
font-size: 18px;
}
.point-bar {
/* height: 41px; */
align-items: center;
line-height: 1.2;
}
.section-title {
padding: 7px 0;
}
.point-bar:before {
position: absolute;
padding: 10px 0;
bottom: 0;
width: 66px;
height: 100%;
display: block;
background-image: url("../images/icon/point_minami.png");
content: "";
background-size: cover;
background-repeat: no-repeat;
}
.point-bar .point-bar-title {
margin-left: 75px;
font-size: 17px;
font-weight: 700;
}
.point-bar .point-bar-title {
font-size: 17px;
font-weight: 700;
letter-spacing: -0.5px;
}
.brbr-archive-link {
width: 100%;
display: block;
font-size: 16px;
padding: 10px 0;
}
.banner-ttl-con {
padding-top: 31px;
padding-bottom: 23px;
font-size: 15px;
letter-spacing: 0.4px;
}
.kaitori-kinds .section-ttl-main {
font-size: 23px;
margin-bottom: 24px;
}
.kaitori .ways-youko {
position: relative;
background: url("../images/kaitori/ways-youko.png") no-repeat;
}
.common-kaitori-resuluts .item-list li .kaitoriName {
letter-spacing: -0.5px;
}
.common-kaitori-resuluts .more-btn {
margin-bottom: 35px;
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 0) 0,
rgba(255, 221, 212, 1) 60%
);
}
.common-kaitori-resuluts .more-column {
margin-bottom: 35px;
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 0) 0,
rgba(255, 221, 212, 1) 60%
);
}
.common-kaitori-resuluts .close-btn {
margin-bottom: 35px;
background: transition;
}
.kaitori-inner-ways .kaitori-ways-num {
width: 100%;
}
.count-rev {
margin-top: 10px;
}
.kaitori-voice .voice-list2 .voice-txt .voiceBox {
font-size: 15px;
line-height: 1.7;
}
.kaitori-column-img {
min-width: 120px;
width: 120px;
max-height: 110px;
overflow: hidden;
}
.kaitori-type-txt {
letter-spacing: 0;
font-size: 15px;
line-height: 1.2;
}
.kaitori-howto-tips .more {
border-top: solid 2px #323232;
border-right: solid 2px #323232;
content: "";
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
width: 6px;
height: 6px;
position: absolute;
right: 0;
display: inline-block;
cursor: pointer;
}
.kaitori-howto-tips .more.is-active {
transform: rotate(320deg);
-webkit-transform: rotate(320deg);
}
#kaitori-bg-ways {
padding: 27px 0;
background: url("../images/kaitori/ways-youko.png") no-repeat right;
background-size: contain;
}
#kaitori-bg-policy {
padding: 27px 0;
background: url("../images/kaitori/policy-youko.png") no-repeat right;
background-size: contain;
}
.kaitori-rank-txt {
font-size: 14px;
line-height: 1.5 !important;
}
}

.common-kaitori-resuluts {
position: relative;
}

.common-kaitori-resuluts .item-list li {
width: 45%;
margin-right: 10px;
display: flex;
flex-direction: column;
}

/*
.common-kaitori-resuluts .item-list li :nth-child(2) {
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
} */

.common-kaitori-resuluts .item-list .container {
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
}

.common-kaitori-resuluts .rolex-sp {
position: relative;
height: 800px;
overflow: hidden;
}

.common-kaitori-resuluts .slide-down {
height: auto;
overflow: visible;
padding-bottom: 30px;
}

@media screen and (min-width: 767px) {
.common-kaitori-resuluts .item-list li {
width: 19%;
margin-right: 10px;
}
}

.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

@-webkit-keyframes slideDown {
0% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}

@keyframes slideDown {
0% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}

.slide-down {
-webkit-animation-name: slideDown;
animation-name: slideDown;
}

@-webkit-keyframes slideUp {
0% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}

@keyframes slideUp {
0% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}

.slide-up {
-webkit-animation-name: slideUp;
animation-name: slideUp;
}

@media screen and (min-width: 800px) {
.content-wrap {
overflow: hidden;
position: relative;
margin: 0;
}
}

.close-btn,
.more-btn,
.more-btn-column {
display: block;
width: 100%;
padding: 110px 0 0;
position: absolute;
bottom: 0;
left: 0;
text-align: center;
background: -moz-linear-gradient(
top,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 60%
);
background: -webkit-linear-gradient(
top,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 60%
);
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 60%
);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.close-btn {
background: 0 0;
}

.kaitori-column .slide-up {
height: 450px;
padding-bottom: 0;
overflow: hidden;
}

@media screen and (min-width: 800px) {
.kaitori-column .slide-up {
height: 650px;
padding-bottom: 0;
overflow: hidden;
}
}

.slide-down {
height: auto;
overflow: visible;
padding-bottom: 50px;
}

.more-btn p {
position: relative;
display: inline-block;
color: #fff;
cursor: pointer;
background: #de1122;
padding: 5px 20px;
padding: 10px 82px;
border-radius: 50px;
font-weight: 700;
}

.more-btn p:before {
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
content: "";
height: 9px;
position: absolute;
right: 24px;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
width: 9px;
}

.more-btn p:hover {
opacity: 0.6;
transition: all 0.3s;
}

.close-btn {
padding: 0;
}

.close-btn p {
background: #aaa;
}

.more-btn-column p {
position: relative;
display: inline-block;
color: #fff;
cursor: pointer;
background: #de1122;
padding: 5px 20px;
padding: 10px 82px;
border-radius: 50px;
font-weight: 700;
}

.more-btn-column p:before {
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
content: "";
height: 9px;
position: absolute;
right: 24px;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
width: 9px;
}

.more-btn-column p:hover {
opacity: 0.6;
transition: all 0.3s;
}

.accordion-purchase-ex .accordion .accordion-item .accordion-head a:before,
.accordion-purchase-ex .accordion .accordion-item .accordion-head a:after,
.shop-detail-faq .accordion .accordion-item .accordion-head a:before,
.shop-detail-faq .accordion .accordion-item .accordion-head a:after,
.accordion-section .accordion .accordion-item .accordion-head a:before,
.accordion-section .accordion .accordion-item .accordion-head a:after,
.tokei-pricetable .accordion .accordion-item .accordion-head a:before,
.tokei-pricetable .accordion .accordion-item .accordion-head a:after,
.tokei-pricetable .accordion .accordion-item .accordion-head a:before,
.tokei-pricetable .accordion .accordion-item .accordion-head a:after,
.card-pricetable .accordion .accordion-item .accordion-head a:before,
.card-pricetable .accordion .accordion-item .accordion-head a:after {
left: 8px;
border-bottom: solid 2px #de1122;
border-right: solid 2px #de1122;
}

.accordion-purchase-ex .accordion .accordion-item .accordion-head a,
.shop-detail-faq .accordion .accordion-item .accordion-head a,
.accordion-section .accordion .accordion-item .accordion-head a,
.tokei-pricetable .accordion .accordion-item .accordion-head a,
.brand-pricetable .accordion .accordion-item .accordion-head a,
.card-pricetable .accordion .accordion-item .accordion-head a {
padding: 20px 0;
font-size: 19px;
}

.tokei-pricetable .accordion table tbody td:last-of-type,
.tokei-pricetable .accordion table tbody td:last-of-type,
.card-pricetable .accordion table tbody td:last-of-type {
font-weight: 400;
color: #202020;
}

.accordion-purchase-ex .accordion .accordion-item,
.shop-detail-faq .accordion .accordion-item,
.accordion-section .accordion .accordion-item,
.tokei-pricetable .accordion .accordion-item,
.tokei-pricetable .accordion .accordion-item,
.card-pricetable .accordion .accordion-item {
border: 0;
}

.tokei-pricetable .accordion .accordion-model {
position: relative;
}

.tokei-pricetable .accordion .accordion-content2 .accordion-model td i {
border-bottom: solid 2px #de1122;
border-right: solid 2px #de1122;
bottom: 0;
content: "";
position: absolute;
left: 8px;
top: 50%;
display: inline-block;
height: 6px;
transform: translateY(-50%);
transform: rotate(-45deg);
transition: 0.2s;
width: 6px;
}

.tokei-pricetable .accordion .accordion-item .accordion-head a:before {
content: "";
border: 0;
}

.tokei-pricetable .accordion .accordion-item .accordion-head a:after {
content: "";
border: 0;
}

.tokei-pricetable .accordion .accordion-item .accordion-head i {
border-bottom: solid 2px #de1122;
border-right: solid 2px #de1122;
bottom: 0;
content: "";
position: absolute;
left: 8px;
top: 50%;
display: inline-block;
height: 6px;
transform: translateY(-50%);
transform: rotate(-45deg);
transition: 0.2s;
width: 6px;
}

.accordion-content2 {
background: #f1f1f1;
padding: 10px;
}

.accordion-head {
padding: 0 10px;
}

.model-price {
color: #e31424;
font-size: 16px;
font-weight: 700;
}

.model-title {
font-size: 12px;
}

.tokei-pricetable .accordion .model-content td:first-child {
width: 60%;
vertical-align: middle;
}

.tokei-pricetable .accordion .accordion-content2 td:first-child {
width: 60%;
vertical-align: middle;
}

.tokei-pricetable .accordion .model-content td {
font-size: 12px;
}

.accordion-model p {
padding-left: 25px;
font-size: 15px;
}

.accordion-model p:hover {
cursor: pointer;
}

.tokei-pricetable .accordion .model-content td:last-child {
text-align: right;
padding-right: 10px;
}

.model-title {
font-size: 9px;
}

@media (min-width: 800px) {
.model-title {
font-size: 11px;
}
.accordion-content2 {
padding: 30px 20px;
}
.accordion-head {
padding: 0 20px;
}
.tokei-pricetable .accordion .model-content td:first-child {
padding-left: 50px;
}
.model-price {
color: #e31424;
font-size: 19px;
font-weight: 700;
}
.tokei-pricetable .accordion .model-content td {
font-size: 14px;
}
.tokei-pricetable .accordion .model-content td:first-child {
width: 45%;
}
.tokei-pricetable .accordion .accordion-content2 td:first-child {
width: 45%;
vertical-align: middle;
}
}

.table-att {
font-size: 14px;
margin-top: 20px;
letter-spacing: -0.5px;
}

.section-banner-10 {
width: 10%;
}

.section-banner-15 {
width: 15%;
}

.section-banner-20 {
width: 20%;
}

.section-banner-25 {
width: 25%;
}

.section-banner-30 {
width: 30%;
}

.section-banner-35 {
width: 35%;
}

.section-banner-40 {
width: 40%;
}

.section-banner-45 {
width: 45%;
}

.section-banner-50 {
width: 50%;
}

.section-banner-55 {
width: 55%;
}

.section-banner-60 {
width: 60%;
}

.section-banner-65 {
width: 65%;
}

.section-banner-70 {
width: 70%;
}

.section-banner-75 {
width: 75%;
}

.section-banner-80 {
width: 80%;
}

.section-banner-85 {
width: 85%;
}

.section-banner-90 {
width: 90%;
}

.section-banner-95 {
width: 95%;
}

.section-red-title {
position: relative;
}

.section-red-title:before {
position: absolute;
bottom: 0;
display: block;
content: "";
background-size: cover;
width: 30%;
height: 110%;
}

.section-red-title p {
width: 100%;
padding-left: calc(30% + 30px);
}

.section-howto-title:before {
background-image: url("../images/icon/howto_minami.png");
}

.section-column-title:before {
background-image: url("../images/icon/column_minami.png");
}

.section-red-title p {
width: 100%;
}

.p-25 {
padding: 25px;
}

.p-35 {
padding: 35px;
}

.ft-10 {
font-size: 10px;
}

.ft-11 {
font-size: 11px;
}

.ft-12 {
font-size: 12px;
}

.ft-13 {
font-size: 13px;
}

.ft-14 {
font-size: 14px;
}

.ft-15 {
font-size: 15px;
}

.ft-16 {
font-size: 16px;
}

.ft-17 {
font-size: 17px;
}

.ft-18 {
font-size: 18px;
}

.ft-19 {
font-size: 19px;
}

.ft-20 {
font-size: 20px;
}

.ft-21 {
font-size: 21px;
}

.ft-22 {
font-size: 22px;
}

.ft-23 {
font-size: 23px;
}

.ft-24 {
font-size: 24px;
}

.ft-25 {
font-size: 25px;
}

.ft-26 {
font-size: 25px;
}

.ft-27 {
font-size: 27px;
}

.ft-28 {
font-size: 28px;
}

.ft-29 {
font-size: 29px;
}

.ft-30 {
font-size: 30px;
}

.ft-31 {
font-size: 31px;
}

.ft-32 {
font-size: 32px;
}

.ft-33 {
font-size: 33px;
}

.ft-34 {
font-size: 34px;
}

.ft-35 {
font-size: 35px;
}

.ft-36 {
font-size: 36px;
}

.ft-37 {
font-size: 37px;
}

.ft-38 {
font-size: 38px;
}

.ft-39 {
font-size: 39px;
}

.ft-40 {
font-size: 40px;
}

.lts0 {
letter-spacing: 0px;
}

.lts-1 {
letter-spacing: -1px;
}

.lts1 {
letter-spacing: 1px;
}

.ai-c {
align-items: center;
}

.ai-e {
align-items: end;
}

.link-show {
display: none;
}

.column-btn {
border-radius: 100px;
color: #424242;
padding: 7px 40px 7px 20px;
border: 1px solid #424242;
display: inline-block;
position: relative;
}

.column-btn:before {
content: "";
position: absolute;
top: 50%;
right: 24px;
width: 8px;
height: 8px;
border-right: 2px solid #424242;
border-bottom: 2px solid #424242;
-webkit-transform: translateY(-50%) rotate(-45deg);
-ms-transform: translateY(-50%) rotate(-45deg);
transform: translateY(-50%) rotate(-45deg);
}

::placeholder {
font-size: 17px;
}

@media screen and (max-width: 800px) {
.ft-27 {
font-size: 25px;
}
}

.ico-arrow {
width: 30px;
height: 30px;
border-top: 2px solid #c90101;
border-right: 2px solid #c90101;
transform: rotate(45deg);
}

.ico-plus {
width: 24px;
height: 24px;
display: inline-block;
background: #c90101;
border-radius: 50%;
position: relative;
text-align: center;
}

.ico-plus:before,
.ico-plus:after {
position: absolute;
top: 5px;
left: 5px;
margin-top: 5px;
content: "";
display: block;
width: 14px;
height: 2px;
background: #fff;
}

.ico-plus:after {
transform: rotate(90deg);
}

.ico-close {
width: 24px;
height: 24px;
position: relative;
text-align: center;
border: 2px solid #ce0300;
border-radius: 50%;
display: inline-block;
}

.ico-close:before,
.ico-close:after {
position: absolute;
top: 5px;
left: 3px;
margin-top: 4px;
content: "";
display: block;
width: 14px;
height: 2px;
background: #ce0300;
}

.ico-close:before {
transform: rotate(45deg);
}

.ico-close:after {
transform: rotate(-45deg);
}

.shop-result .shop-result-item,
.shop-result2 .shop-result-item {
padding: 10px;
border-bottom: 1px solid #e8e3dd;
}

.section-message {
background: #de1022;
border-radius: 10px;
color: #fff;
padding: 20px;
text-align: center;
font-size: 13px;
}

.shop-postcode {
padding: 10px;
width: 100%;
-webkit-appearance: none;
border-radius: 0;
border: 0;
}

.shop-form {
vertical-align: top;
}

.search-add,
.search-add2 {
color: #ffff01;
}

.shop-name a {
color: #000;
}

#search-btn,
#search-btn2 {
background: #ffff01;
color: #df0f22;
position: relative;
display: inline-block;
padding: 8px 20px;
min-width: 240px;
border-radius: 30px;
color: #fff;
font-size: 14px;
text-align: center;
font-weight: 700;
color: #de1122;
border: 0;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
cursor: pointer;
margin-top: 10px;
}

.bg-search {
background: #fcf7f0;
}

.shop-result,
.shop-result2 {
display: none;
}

.shop-result-item .shop-result-name {
display: inline-block;
width: 49%;
}

.shop-result-item .shop-result-tel {
display: inline-block;
width: 49%;
text-align: right;
}

.shop-result-item .shop-result-name {
border-left: 3px solid #df1022;
padding-left: 10px;
}

.shop-name a {
font-size: 13px;
}

.shop-tel {
font-size: 13px;
}

.shop-result-item .shop-address {
font-size: 12px;
}

.shop-result-tel .shop-opening {
font-size: 12px;
}

.yellow {
color: #ffff01;
}

.loading-hide,
.loading-hide2 {
display: none;
}

.loading-div,
.loading-div2 {
background: #fcf7f0;
text-align: center;
height: 100px;
vertical-align: middle;
padding-top: 30px;
}

@media (min-width: 320px) {
.common-shops .search-t1 {
font-size: 19px;
font-weight: 700;
letter-spacing: 0.1rem;
margin-top: 10px;
}
.common-shops .search-t2 {
font-size: 14px;
}
}

@media (min-width: 360px) {
.common-shops .search-t1 {
font-size: 23px;
font-weight: 700;
letter-spacing: 0.1rem;
margin-top: 10px;
}
.common-shops .search-t2 {
font-size: 17px;
}
}

@media (min-width: 768px) {
#search-btn,
#search-btn2 {
margin-top: 0;
}
.shop-result .shop-result-item,
.shop-result2 .shop-result-item {
padding: 30px;
border-bottom: 1px solid #e8e3dd;
}
#post_code {
margin-bottom: 0;
}
.shop-postcode {
width: 400px;
}
.section-message {
font-size: 14px;
}
.shop-name a {
font-size: 20px;
}
.shop-tel {
font-size: 20px;
}
.shop-result-item .shop-result-name {
width: 59%;
}
.shop-result-item .shop-result-tel {
width: 39%;
}
.common-shops .search-t1 {
font-size: 30px;
font-weight: 700;
letter-spacing: 0.2rem;
}
.common-shops .search-t2 {
font-size: 23px;
}
}

.blog-archive-link {
color: #fff !important;
}

.kaitori-voice .voice-list2 .voice-txt .more:after {
content: "";
transform: none;
width: 6px;
height: 6px;
display: inline-block;
top: 50%;
transform: rotate(45deg);
border-top: solid 2px #404040;
border-right: solid 2px #404040;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}

.kaitori-voice .voice-list2 .voice-txt .more.is-active:after {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
}

.common-kaitori-resuluts .item-list {
height: 700px;
overflow: hidden;
justify-content: space-between;
}

.common-kaitori-resuluts .slide-down .item-list {
height: 100%;
padding-bottom: 0;
overflow: hidden;
}

.common-kaitori-resuluts {
margin-bottom: 20px;
}

.common-kaitori-resuluts .item-list li .priceBox .right {
display: flex;
flex-direction: row;
margin-top: 5px;
justify-content: end;
}

.kaitori section {
padding-bottom: 0;
}

.kaitori-voice .count-rating {
font-size: 2rem;
}

.kaitori-voice .voice-list2 .voice-list-item .voice-default .count-rating {
font-size: 1.8rem;
}

.kaitori-voice .voice-list2 .voice-txt .more {
margin-top: 0;
display: flex;
flex-direction: row-reverse;
align-items: center;
}

.kaitori-faq-list .kaitori-faq-icon {
align-items: center;
}

.kaitori-rank-title.d-f.ai-t {
margin: 0 5%;
}

section.expensive {
margin-top: 80px;
}

@media screen and (max-width: 768px) {
.kaitori-column-wrapper .content-txt {
position: relative;
}
}

.section-inner .search-watch {
background: #de1022;
border-radius: 10px;
padding: 0;
padding: 10px 20px;
}

.section-inner .search_watch_btn:hover {
cursor: pointer;
}

.section-inner .search_watch_btn {
margin-top: 15px;
background: #feff03;
color: #de1022;
padding: 10px 30px;
border: 0;
border-radius: 100px;
font-weight: 700;
font-size: 18px;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
cursor: pointer;
}

.section-inner .search-watch-txt {
padding: 15px;
width: calc(100% - 270px);
font-weight: 700;
color: #040404;
border: 0;
width: 100%;
font-size: 15px;
display: block;
}

.watch-hot-title-pc {
display: none;
}

.section-inner .watch-hot-keyword a {
border: 1px solid #fff;
border-radius: 100px;
color: #fff;
padding: 5px 3px;
font-size: 11px;
display: inline-block;
margin-bottom: 10px;
}

.section-inner .search-watch-title {
font-size: 19px;
color: #fff;
font-weight: 700;
padding: 10px 0;
width: 100%;
display: block;
}

.section-inner .watch-hot-title {
color: #fff;
font-weight: 700;
padding: 15px 0;
font-size: 17px;
}

.section-inner .search-watch-form {
text-align: center;
position: relative;
}

.section-inner .watch-hot-title {
text-align: left;
}

.section-inner .watch-hot-keyword {
text-align: left;
display: fixed;
}

@media screen and (min-width: 1000px) {
.section-inner .search-watch {
background: #de1022;
border-radius: 10px;
padding: 0;
padding: 20px;
}
.section-inner .search_watch_btn {
margin-top: 0;
background: #feff03;
margin-left: 5px;
color: #de1022;
padding: 10px 30px;
border: 0;
border-radius: 100px;
font-weight: 700;
font-size: 18px;
}
.section-inner .search-watch-txt {
padding: 15px;
width: calc(100% - 270px);
font-weight: 700;
color: #040404;
border: 0;
font-size: 15px;
display: inline-block;
}
.watch-hot-title-pc {
display: inline-block;
color: #fff;
font-weight: 700;
padding: 15px 0;
font-size: 17px;
}
.section-inner .watch-hot-keyword a {
border: 1px solid #fff;
border-radius: 100px;
color: #fff;
padding: 7px;
font-size: 13px;
display: inline-block;
margin-bottom: 10px;
}
.section-inner .search-watch-title {
font-size: 30px;
color: #fff;
font-weight: 700;
letter-spacing: 0.2rem;
padding: 10px 0;
display: inline-block;
}
}

.boro_rolex1 {
background: -webkit-gradient(
linear,
left bottom,
left top,
from(#efe0c7),
to(#fff)
);
background: linear-gradient(to top, #efe0c7, #fff);
position: relative;
top: -10px;
}

@media screen and (min-width: 1000px) {
.boro_rolex1 {
top: -20px;
}
}

.boro_rolex1 .bg_woman {
background: url(../../rn/img/gold-kaitori/img_minamino_intro_pc.png) right top
no-repeat;
background-size: 40%;
}

@media screen and (min-width: 1000px) {
.boro_rolex1 .bg_woman {
background-size: 32%;
}
}

.boro_rolex1 .txt1 {
font-size: 15px;
width: 80%;
font-weight: 700;
line-height: 1.6;
margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
.boro_rolex1 .txt1 {
font-size: 34px;
width: 66%;
text-align: center;
margin-bottom: 20px;
}
}

.boro_rolex1 .txt1 .marker {
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(55%, transparent),
color-stop(50%, #f0ff88)
);
background: linear-gradient(transparent 55%, #f0ff88 50%);
}

.boro_rolex1 .txt2 {
font-size: 18px;
font-weight: 700;
width: 70%;
margin-bottom: 10px;
letter-spacing: normal;
}

@media screen and (min-width: 1000px) {
.boro_rolex1 .txt2 {
font-size: 48px;
line-height: 1.2;
width: 69%;
text-align: left;
}
}

.boro_rolex1 .boro_item_box {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.boro_rolex1 .boro_item_box .item {
width: 24%;
margin-bottom: 10px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.boro_rolex1 .boro_item_box .item .txt {
font-size: 10px;
color: #fff;
bottom: 0;
position: absolute;
letter-spacing: normal;
}

@media screen and (min-width: 1000px) {
.boro_rolex1 .boro_item_box .item .txt {
font-size: 26px;
bottom: 4px;
}
}

.boro_rolex1 .boro_item_box .item img {
max-width: 100%;
height: auto;
}

.boro_rolex2 .txt1 {
font-size: 20px;
font-weight: 700;
}

@media screen and (min-width: 1000px) {
.boro_rolex2 .txt1 {
font-size: 36px;
text-align: center;
}
}

.boro_rolex2 .txt1 br {
display: none;
}

@media screen and (min-width: 1000px) {
.boro_rolex2 .txt1 br {
display: block;
}
}

.boro_rolex2 .txt1 .large {
font-size: 30px;
}

@media screen and (min-width: 1000px) {
.boro_rolex2 .txt1 .large {
font-size: 48px;
}
}

.boro_rolex2 .txt3 {
font-size: 14px;
line-height: 1.8;
font-weight: 700;
}

@media screen and (min-width: 1000px) {
.boro_rolex2 .txt3 {
font-size: 20px;
}
}

.boro_rolex2 .txt3 .marker {
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(55%, transparent),
color-stop(50%, #f0ff88)
);
background: linear-gradient(transparent 55%, #f0ff88 50%);
}

.boro_rolex2 p + p {
margin-top: 20px;
}

.kaitori-ways-list {
font-size: 14px;
}

.txt2 {
font-size: 14px;
}

@media screen and (min-width: 1000px) {
.txt2 {
font-size: 16px;
}
.kaitori-ways-list {
font-size: 16px;
}
}

.boro_rolex3 {
background: #efe0c7;
}

.boro_rolex3 .txt1 {
font-size: 20px;
line-height: 2;
font-weight: 700;
}

@media screen and (min-width: 1000px) {
.boro_rolex3 .txt1 {
font-size: 36px;
text-align: center;
}
}

.boro_rolex3 .txt1 .large {
font-size: 30px;
line-height: 1.2;
}

@media screen and (min-width: 1000px) {
.boro_rolex3 .txt1 .large {
font-size: 50px;
}
}

.boro_rolex3 .txt3 {
font-size: 20px;
font-weight: 700;
}

@media screen and (min-width: 1000px) {
.boro_rolex3 .txt3 {
font-size: 37px;
text-align: center;
}
}

@media screen and (min-width: 1000px) {
.boro_rolex3 .txt3 br {
display: none;
}
}

.boro_rolex3 .atmos_box img {
width: 20%;
}

.boro_rolex3 p + p {
margin-top: 20px;
}

.boro_rolex3 img {
max-width: 100%;
height: auto;
}

.kaitori-rank .kaitori-rank-list + .kaitori-rank-list {
margin-top: 28px;
}

.accordion {
background-color: transparent;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
font-family: "Noto Sans", "Noto Sans JP", sans-serif !important;
position: relative;
padding-left: 30px;
}

.active,
.accordion:hover {
/* background-color: #ccc; */
}

.acc-borderbtm {
border-bottom: 1px solid black;
}

.space {
margin-left: 15px;
font-size: 18px;
}

.accordion:before {
content: "\002B";
color: #e50019;
font-weight: bold;
float: left;
margin-left: 5px;
font-size: 18px;
position: absolute;
margin-left: -18px;
}

.active:before {
/* content: "\2212"; */
}

.panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
margin-bottom: 0;
}

.body.-cushion.ls_15 {
margin: 30px;
}

.ways-label {
background-color: #e50019;
width: fit-content;
color: white;
padding: 5px 10px;
font-weight: 600;
font-size: 18px;
}

.ways {
margin: 15px 0 8px;
font-size: 14px;
font-weight: bold !important;
font-size: 18px;
}

.trivia {
background-color: #c80000;
color: white;
font-size: 2.65rem;
font-weight: bold !important;
padding: 25px 20%;
margin-bottom: 30px;
}

.trivia-title {
font-size: 3.6rem;
font-weight: bold !important;
margin-bottom: 30px;
text-align: center;
}

.expensive-record {
font-weight: bold;
font-size: 3.6rem;
align-self: center;
}

section.common-kaitori-resuluts.mb-52 {
background-image: none;
padding-bottom: 42px;
}

h2.shop-title.kaitori-title {
margin: 42px 0;
}

section.kaitori-policy.mb-52 {
background-image: none;
margin-top: 50px;
}

h2.kaitori-rank-ttl-main.bold {
font-weight: bold !important;
font-size: 2rem;
}

h2.kaitori-rank-ttl-sub.bold {
font-weight: bold !important;
font-size: 2rem;
}

.commonHead.flex.-jscenter {
background-image: none;
min-height: 0;
}

section.kaitori-ways.mb-52 {
background: #fef7f7;
padding-bottom: 5%;
margin-bottom: 0 !important;
}

.kaitori-highprice {
margin: 0 20%;
background-color: white;
padding: 20px 50px;
}

.kaitori-ranking .kaitori-rank-list {
background-color: #fcf7f0 !important;
border: none !important;
}

.w {
width: 70%;
}

.a {
border-bottom: 1px solid;
}

.main {
font-size: 36px;
letter-spacing: normal;
}

.b {
margin: 1% 20% 4%;
padding: 10px;
background: white;
}

.c {
display: flex;
max-width: 1000px !important;
}

.kaitori-policy
.policy-item
.policy-item-inner
.policy-img-txt
.policy-img-txt-number
.number {
margin-left: 0 !important;
padding: 10px 15px !important;
letter-spacing: normal !important;
font-weight: 600 !important;
font-size: 18px !important;
}

.kaitori-policy .policy-item .policy-img {
width: 42% !important;
}

.titleh2 {
font-size: 3.6rem;
}

.h2trivia {
margin: 0 15%;
}

section.intro {
padding: 34px 40px !important;
}

.common-kaitori-resuluts .item-list li {
width: 24% !important;
}

.common-kaitori-resuluts .item-list li .priceBox .right {
font-weight: bold;
}

.bagfs {
font-size: 14px !important;
font-weight: 100 !important;
}

section.faq.mb-52 {
padding: 46px 0;
}

.kaitori-rank-bar:before {
width: 41px !important;
}

.kaitori-rank-bar:after {
width: 30px !important;
}

section.kaitori-rank {
padding-bottom: 30px;
}

kaitori-policy .policy-item .policy-img {
width: 42%;
}

.kaitori-rank-item {
font-size: 18px !important;
}

.kaitori-rank-txt {
font-size: 16px !important;
}

.bagflex {
justify-content: flex-start !important;
}

.title-pc {
font-size: 36px !important;
}

.subtitle-pc {
font-size: 16px !important;
font-weight: 400 !important;
letter-spacing: normal !important;
}

.text14-pc {
font-size: 14px !important ;
}

.text24-pc {
font-size: 24px !important ;
}

.others th,
.others td {
font-size: 14px !important;
}

.bold-weight {
font-weight: bold !important;
}

.maxH {
max-height: 100px !important;
}

.purchaseHigher {
width: 100%;
margin: 20px 10px;
text-align: center;
font-size: 16px;
}
.pt-brandedbags {
margin-bottom: 0.5em;
padding-top: 3rem;
font-size: 3.65rem;
}

.achieved {
position: relative;
}

.spacing {
letter-spacing: normal;
}

.blog-archive-list li .blog-archive-content {
background: #fcf7f0 !important;
}

.blog-archive-list li .blog-catch-img .blog-archive-date {
background: #ca0000 !important;
color: #fff !important;
bottom: 0 !important;
font-weight: 400;
border-radius: initial !important;
border-right: 10px !important;
left: 0 !important;
}

.blog-archive-list li {
width: calc(100% / 4 - 10px) !important;
}

@media screen and (max-width: 786px) {
.search-shop-flex {
display: block;
}

.title-mb {
font-size: 24px !important ;
}

.subtitle-mb {
font-size: 14px !important;
}

.text18-mb {
font-size: 18px !important ;
}

.text16-mb {
font-size: 16px !important ;
font-weight: 400 !important;
}

.text32-mb {
font-size: 32px !important ;
}

.woman {
display: none;
}

.w {
width: auto;
}



.main {
font-size: 25px;
letter-spacing: normal;
margin: 10px 44px;
text-align: center;
}

.expensive-record {
font-size: 2.56rem;
align-self: center;
text-align: center;
margin-top: 10px;
}

.search-shop.mb-52 {
border-radius: 0;
}

.search-shop-flex.c2 > * {
width: auto !important;
}

.b {
margin: 4% 7%;
}

.c {
display: block !important;
}

.policy-img {
width: auto !important;
}

.policy-img-txt {
display: block;
}

.body.-cushion.ls_15 {
padding: 0;
}

.kaitori-highprice {
margin: 0 6%;
background-color: white;
padding: 20px 23px;
}

.titleh2 {
font-size: 2.56rem;
}

.sub.fs_15 {
font-size: 2.2rem;
letter-spacing: normal;
text-align: center;
}

span.fc_red {
font-size: 2.2rem;
}

.red-bar:before {
position: absolute;
padding: 10px 0;
bottom: 0;
width: 110px !important;
height: 120%;
display: block;
content: "";
background-size: contain;
background-repeat: no-repeat;
}

.h2trivia {
margin: 4% 0 4% 32%;
font-size: 2rem;
}

.trivia {
background-color: #c80000;
color: white;
font-size: 2.2rem;
font-weight: bold !important;
padding: 6px 4%;
margin-bottom: 30px;
}

.policies div {
display: block !important;
width: auto;
}

.kaitori-policy .policy-item .policy-item-inner .policy-img-txt {
display: block;
padding: 0 !important;
height: auto !important;
}

.kaitori-policy .policy-item .policy-item-inner {
width: 91% !important;
margin-top: 20px;
z-index: 2;
}

button.clickable.only-sp {
margin: 10px 0;
border: 1px solid #e50019;
border-radius: 4px;
padding: 7px 20px 7px 0;
background: transparent;
color: #e50019;
}

button.clickable.only-sp.active:before {
content: none;
}

.panel.pc-none {
padding: 0;
}

.kaitori-policy .policy-item .policy-img {
width: 100% !important;
}

section.intro {
padding: 0 18px !important;
}

section.intro .text {
font-size: 16px !important;
margin-top: 10px;
}

.bagfs {
font-size: 14px !important;
font-weight: 100 !important;
}

.common-kaitori-resuluts .new-item-list li .priceBox .right {
font-weight: bold;
}

.bagflex {
justify-content: space-between !important;
}

.others th,
.others td {
font-size: 9px !important;
}

.price-label {
width: 147px !important;
padding-top: 6px;
}

.orange-label-jc {
padding: 3px 2px;
margin: 0 4px;
}

.-cushion {
padding: 0 6.6vw !important;
}

.purchaseHigher {
width: 100%;
margin: 0 0 20px;
text-align: center;
font-size: 16px;
}

.section-inner {
padding-top: 0 !important;
width: 90vw;
}

.border {
width: 50%;
height: 2px;
background-color: #fff;
margin-left: 32px;
align-self: center;
}

.hPC {
max-height: 70%;
min-height: 45%;
padding-bottom: 10px;
}

.pt-brandedbags {
margin-bottom: 0.5em;
padding-top: 0;
font-size: 3.65rem;
}

.body.-cushion.ls_15 {
margin: 0 !important;
}

.kaitori-rank-bar:after {
right: -8px !important;
}

section.kaitori-ways.mb-52 {
padding-bottom: 15% !important;
}

.priceRed {
max-width: 96%;
margin-top: 20px;
}

.orange-label-jc {
left: 8px;
}
}

/* bag css */

/* page-gold.css */
/* gold page new css */

.others th,
.others td {
font-size: 10px;
}

p.note {
font-size: 10px;
text-align: left;
}

.item .medal img {
width: 50px;
}

h2.ttl_bottom {
padding: 5px;
}

@media screen and (min-width: 751px) {
section.policy .bg {
background-size: 250px !important;
}
section.intro {
background-position: right 60px top 20% !important;
}
section.intro .medal {
top: 0;
}
section.expensive .body .box .message {
padding: 0 !important;
}
section.expensive .body .box {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.gold-price-graph-box-sp {
display: none;
}
}

@media (max-width: 750px) {
section.expensive .box {
height: auto !important;
}
.others.fs_13 table {
width: auto !important;
}
.collapsible-btn-box {
display: block !important;
}
.gold-price-graph-box {
width: 100% ! important;
}
.gold-price-graph-box {
display: none !important;
}
.gold-price-graph-box-sp {
padding: 0% 7%;
}
}

.red-border-left-ttl {
margin-bottom: 20px;
padding: 4px 12px;
border-left: 5px solid #de1122;
}

.red-border-left-ttl h2 {
font-weight: bold !important;
}

.price-graph-head {
width: 80%;
float: left;
}

.collapsible-btn-box {
display: none;
text-align: right;
}

.gold-price-graph-box {
position: relative;
width: 100%;
}

.clear-both {
clear: both;
}

.gold-graph-head-box {
padding: 0% 7%;
}


/* from rolex */

.kaitori-kinds-list li .kaitori-kinds-label {
border-radius: 100px;
padding: 5px
}

.kaitori-kinds-list li .kaitori-kinds-label h3 {
font-size: 14px
}

.kaitori-kinds-list li {
width: 18%
}

.kaitori-kinds .section-ttl-main {
font-size: 33px;
letter-spacing: 0;
margin-bottom: 45px
}

.kaitori .kaitori-kinds {
padding-top: 60px;
padding-bottom: 68px
}

@media screen and (max-width:990px) {
.kaitori .kaitori-kinds {
padding-top: 40px;
padding-bottom: 40px
}
.kaitori-kinds-list li {
width: 45%
}
.kaitori-kinds .section-ttl-main {
font-size: 23px;
margin-bottom: 24px
}
}

.kaitori-column-wrapper {
margin-top: 60px
}

.kaitori-column-img {
width: 180px;
min-width: 180px;
max-width: 180px;
margin-right: 10px;
overflow: hidden;
position: relative;
max-height: 140px
}

.kaitori-column-img img {
transform: none;
height: 100%
}

.kaitori-txt {
right: 0;
}

.kaitori-column .kaitori-ttl {
font-size: 16px
}

.kaitori-column-list {
flex-wrap: wrap;
justify-content: space-between
}

.kaitori-column-content {
width: 45%;
margin-bottom: 30px
}

.kaitori-column .kaitori-column-btn {
padding: 5px 20px;
border: 1px solid #c80000;
background: #c80000;
border-radius: 100px;
display: inline-block;
color: #fff
}

.kaitori-column .red_bg {
background: #c80000;
}

@media screen and (max-width:990px) {
.kaitori-column-img img {
transform: translate(-20%, -5%);
height: 100%
}
.kaitori-column-wrapper {
margin-top: 30px
}
.kaitori-column .kaitori-ttl {
font-size: 14px;
}
.kaitori-column .kaitori-column-btn {
font-size: 10px;
}
.kaitori-column-content {
width: 100%;
min-height: 100px
}
.kaitori-column .red-bar .red-bar-title {
padding: 17px 0
}
.kaitori-column-img {
min-width: 120px;
width: 120px;
max-height: 110px;
overflow: hidden
}
}

.gold-sb-title {
background: #c80000;
font-size: 28px;
color: #fff;
padding: 22px 38px;
line-height: 1.2;
letter-spacing: 0px;
}

.gold-sb-con {
font-size: 16px;
color: #323232;
letter-spacing: 0px;
}

.gold-sb-con h2 {
font-size: 28px;
font-weight: 700;
padding: 17px 0;
border-bottom: 2px solid #c80000;
}

.gold-sb-con h3 {
font-size: 20px;
font-weight: 700;
border-left: 2px solid #c80000;
padding-left: 15px;
}

.gold-sb-con img {
margin: 20px 0;
}

.selectWrap {
position: relative;
display: inline-block
}

.selectWrap:after {
content: '';
width: 8px;
height: 8px;
border: 0;
border-bottom: solid 2px #9a854a;
border-right: solid 2px #9a854a;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 50%;
right: 20px;
margin-top: -4px;
z-index: 999
}

.select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #fcf7f0;
position: relative;
z-index: 1;
border: 1px solid #9a854a;
border-radius: 2px;
color: #9a854a;
font-size: 18px;
font-weight: 700;
padding: 17px
}

select::-ms-expand {
display: none
}

.kaitori-goldtool {
color: #9a854a
}

.kaitori-goldtool .goldtool-title {
border-left: 2px solid #c80000;
color: #323232;
font-size: 27px;
margin-top: 50px;
padding: 10px 18px
}

.kaitori-goldtool .goldtool-weight {
font-size: 18px;
background: #fcf7f0;
padding: 16px;
max-width: 150px;
color: #9b864c;
border: 1px solid #9a854a;
border-radius: 0
}

.kaitori-goldtool .goldtool-price {
border-bottom: 1px solid #9a854a;
padding: 10px 20px;
display: flex;
align-items: end
}

.kaitori-goldtool .weight-label {
display: flex;
justify-content: space-between;
align-items: end;
margin-right: 50px
}

#souba_price {
display: inline-block;
font-size: 32px;
font-weight: 700;
width: 180px;
padding: 0 5px;
text-align: right;
border: 0;
color: #9a854a
}

.kaitori-goldtool .goldtool-label {
color: #9a854a;
font-size: 18px;
font-weight: 700
}

.kaitori-goldtool .goldtool-label p {
margin-bottom: 10px
}

.kaitori-goldtool .goldtool-label .dli-close {
display: block;
vertical-align: middle;
color: #9a854a;
line-height: 1;
width: 1em;
height: .1em;
background: currentColor;
border-radius: .1em;
position: relative;
transform: rotate(45deg);
margin: 10px 10px 25px
}

.kaitori-goldtool .goldtool-label .dli-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: inherit;
border-radius: inherit;
transform: rotate(90deg)
}

.kaitori-goldtool .goldtool-inner {
font-size: 18px;
padding: 30px 0;
display: flex;
justify-content: flex-start;
align-items: end;
flex-wrap: wrap
}

#graph-select {
margin-left: 25px
}

.market-price-platinum {
margin-right: 10px
}

.gold-line {
display: flex;
align-items: center;
margin: 10px 0;
letter-spacing: 0px
}

.chart-txt {
font-size: 11px;
letter-spacing: 0px
}

.gold-info table thead td {
height: 50px;
}

.gold-info table thead td p {
height: 100%;
}

.market-price .market-price-inner .market-price-item .market-price-ttl {
font-size: 16px;
}

.market-price .market-price-inner .market-price-item .market-price-detail {
font-size: 18px;
}

p.note {
margin: auto;
width: 85%;
}

.market-price .market-price-inner .market-price-platinum hr,
.market-price .market-price-inner .market-price-silver hr,
.market-price .market-price-inner .market-price-gold hr {
display: block;
}

.gold-info table tbody tr td:nth-of-type(2),
.gold-info .table-att tbody tr td:nth-of-type(2) {
font-size: 14px
}

.souba-btn {
background: #9c894e;
color: #fff;
display: block;
padding: 10px 0px;
width: 60%;
margin: 0 auto;
border-radius: 5px;
}

@media screen and (max-width:900px) {
.gold-title {
font-size: 11px;
text-align: left;
margin-bottom: 5px
}
.gold-line {
display: block;
text-align: center;
max-width: 380px;
padding: 0 20px
}
.chart-txt {
font-size: 11px;
text-align: center
}
.market-price-platinum {
margin-right: 0
}
#graph-select {
font-size: 15px;
border: 1px solid #9a854a;
margin-left: 0
}
.sp-line {
display: none
}
.market-price .market-price-inner .market-price-item .market-price-ttl {
font-size: 14px;
}
.market-price .market-price-inner .market-price-item .market-price-detail {
font-size: 16px;
}
p.note {
font-size: 9px;
}
.selectWrap,
.select {
width: 100%;
}
.kaitori-goldtool .goldtool-inner {
flex-wrap: nowrap;
padding-bottom: 20px;
}
.kaitori-goldtool .goldtool-title {
font-size: 14px;
}
.kaitori-goldtool .goldtool-label p {
margin-bottom: 5px;
}
.kaitori-goldtool .goldtool-label,
.select {
font-size: 14px;
}
.kaitori-goldtool .weight-label {
margin-right: 0;
}
.kaitori-goldtool .goldtool-weight {
width: 100px;
padding: 12px;
}
.goldtool-type {
width: 100%;
}
.kaitori-goldtool .goldtool-price {
width: 90%;
padding: 5px 10px;
margin: 0 auto;
justify-content: center;
}
.gold-sb-title {
padding: 16px 11px;
font-size: 16px;
}
.gold-sb-con img {
height: auto;
}
.gold-sb-con h2 {
font-size: 18px;
padding: 10px 0;
}
.gold-sb-con {
font-size: 14px;
}
.souba-btn {
width: 100%;
}
}

.hlink-new {
color: #c80000 !important;
display: inline-flex !important;
}
/* page-gold.css */

/* tokei-kaitori.css */
.watch-price .market-price-wrap {
background: #FFEDE3;
/* height: 630px; */
padding-top: 30px;
padding-bottom: 83px;
margin: 40px 0 20px;
}

.watch-price .market-price-wrap .ttl-wrap {
display: flex;
justify-content: space-between;
margin-bottom: -45px;
}

.watch-price .market-price-wrap .ttl-wrap .left {
width: 200px;
overflow: hidden;
height: 182px;
position: relative;
top: -45px;
}

.watch-price .market-price-wrap .ttl-top {
text-align: center;
margin: 10px 0px 15px;
}

.watch-price .market-price-wrap .ttl-top .deco {
font-size: 1.5rem;
line-height: 1em;
position: relative;
display: inline-block;
font-weight: bold;
}

.watch-price .market-price-wrap .ttl-top .deco:before {
content: '';
background: url(../img/tokei-kaitori/line_decoration_left.png) no-repeat;
position: absolute;
width: 13px;
height: 38px;
top: -14px;
left: -20px;
}

.watch-price .market-price-wrap .ttl-top .deco:after {
content: '';
background: url(../img/tokei-kaitori/line_decoration_right.png) no-repeat;
position: absolute;
width: 13px;
height: 38px;
top: -14px;
right: -20px;
}

.chart-watch {
border-radius: 5px;
padding: 10px 40px 0 10px;
position: relative;
}

.chart-watch .chart-img {
display: block;
float: left;
padding: 0px 10px;
margin-top: -80px;
width: 217px;
height: auto;
}

.chart-watch .chart-title {
display: block;
height: 18px;
left: 160px;
}

.chart-watch .chart-inner {
display: block;
position: absolute;
background: #FFFFFF;
width: 678px;
height: 485px;
top: 163px;
left: 41px;
border-radius: 15px;
padding: 20px;
}

.watch-price .market-price-wrap table {
width: 100%;
border-spacing: 0;
}

.watch-price .market-price-wrap table th {
padding: 3px;
}

.watch-price .market-price-wrap table th.date {
text-align: center;
font-size: 1rem;
border-bottom: none;
padding-top: 10px;
}

.watch-price .market-price-wrap table th.date.new {
position: relative;
color: #EF0000;
font-weight: bold;
border-right: none;
}

.watch-price .market-price-wrap table th.date.new .price {
content: '';
position: absolute;
background: #FCD8C9;
right: 0px;
top: 0;
z-index: 1;
width: 90%;
height: 100%;
padding-top: 7px;
line-height: 28px;
}

.watch-price .market-price-wrap table th.item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}

.watch-price .market-price-wrap table td {
padding: 10px;
}

.watch-price .market-price-wrap table td.old {
position: relative;
font-weight: bold;
width: 200px;
font-size: 1.4rem;
text-align: center;
box-sizing: border-box;
}

.watch-price .market-price-wrap table th,
.watch-price .market-price-wrap table td {
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-collapse: collapse;
}

.watch-price .market-price-wrap table td.new {
position: relative;
color: #EF0000;
font-weight: bold;
width: 200px;
font-size: 1.4rem;
padding-left: 15px;
box-sizing: border-box;
text-align: center;
border-right: none;
}

.watch-price .market-price-wrap table th.item .left {
width: 50px;
}

.watch-price .market-price-wrap table th.item .right {
width: 270px;
}

.watch-price .market-price-wrap img {
max-width: 100%;
height: auto;
}

.watch-price .market-price-wrap table th.item .name {
font-weight: bold;
font-size: 1rem;
}

.watch-price .market-price-wrap table th.item .number {
font-weight: normal;
font-size: 0.7rem;
}

.watch-price .market-price-wrap table td.old:after {
content: '';
background: url(../../img/tokei-kaitori/icon_soar.png) no-repeat;
position: absolute;
width: 33px;
height: 22px;
right: -20px;
z-index: 2;
}

.watch-price .market-price-wrap table td.new .price {
content: '';
position: absolute;
background: #FCD8C9;
right: 0px;
top: 0;
z-index: 1;
width: 90%;
height: 100%;
line-height: 56px;
}

.watch-price .market-price-wrap .note {
font-size: .6rem;
padding-left: 1em;
padding-top: 5px;
}

.watch-price .market-price-wrap .ttl {
font-size: 1.5rem;
text-align: center;
font-weight: bold;
line-height: 28px;
}

.watch-price .market-price-wrap .br-pc {
display: none;
}

.watch-price .market-price-wrap .ttl .maker {
background: linear-gradient(transparent 50%, #F4FF00 50%);
padding-left: 5px;
margin-left: 5px;
color: #EF0000;
}

.watch-price .market-price-wrap .ttl .maker {
background: linear-gradient(transparent 50%, #F4FF00 50%);
padding-left: 5px;
margin-left: 5px;
color: #EF0000;
}

.watch-price .market-price-wrap .ttl .growth {
font-size: 1.8rem;
}

.watch-price .market-price-wrap table th.item .name {
font-size: 1.5rem;
}

.watch-price .market-price-wrap table th.item .number {
font-size: 1rem;
}

.watch-price .market-price-wrap .note {
font-size: 0.9rem;
}

.tokei-kaitori .record-list-wrap .note {
font-size: 0.9rem;
}

.tokei-kaitori .record-list-wrap ul.record-list li .price .ttl {
font-size: 1rem;
}

.tokei-kaitori .record-list-wrap ul.record-list li .name {
font-size: 1.3rem;
}

.tokei-kaitori .record-list-wrap ul.record-list li .price .value {
font-size: 1.3rem;
}

.watch-price .market-price-wrap .ttl-top .deco {
font-size: 2rem;
}

.watch-price .market-price-wrap .ttl {
font-size: 2rem;
}

.watch-price .market-price-wrap .ttl-top {
margin: 0;
}

.chart-watch {
padding: 10px 40px 0 40px;
}

.chart-watch .chart-inner {
width: auto;
position: initial;
}

.tokei-kaitori .record-list-wrap ul.record-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.tokei-kaitori .record-list-wrap ul.record-list li {
width: 33.3%;
min-height: 95px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-right: 1px dotted #b0b0b0;
border-bottom: 1px dotted #b0b0b0;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
box-sizing: border-box;
padding: 5px 5px 5px;
}

.tokei-kaitori .record-list-wrap ul.record-list li .left {
width: 25%;
}

.tokei-kaitori .record-list-wrap ul.record-list li .right {
width: 69%;
}

.tokei-kaitori .record-list-wrap img {
max-width: 100%;
height: auto;
}

.tokei-kaitori .record-list-wrap ul.record-list li .name {
font-size: 1.3rem;
line-height: 1;
margin: 5px 0px 5px;
}

.tokei-kaitori .record-list-wrap ul.record-list li .price .ttl {
font-size: 1rem;
background: #e6e2d4;
padding: 4px 4px;
margin-right: 2px;
padding: 1px 5px;
border-radius: 3px;
}

.tokei-kaitori .record-list-wrap ul.record-list li .price .value {
color: #de1122;
font-size: 1.3rem;
font-weight: bold;
display: block;
text-align: right;
margin-right: 37px;
}

.tokei-kaitori .record-list-wrap .note {
margin-top: 10px;
font-size: .9rem;
}

.under.kaitori h2 {
font-size: 22px;
text-align: left;
border-radius: 5px;
color: #fff;
background: #de1122;
padding: 15px 15px 10px;
line-height: 100%;
margin-top: 0px;
margin-bottom: 15px;
}

@media screen and (max-width:767px) {
#main .timepiece p {
width: 96%;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.watch-price .market-price-wrap {
background: #FFEDE3;
height: 590px;
padding-top: 30px;
margin: 20px 0;
}
.watch-price .market-price-wrap .ttl-wrap {
display: flex;
justify-content: space-between;
margin-bottom: -45px;
}
.watch-price .market-price-wrap .ttl-wrap .left {
width: 200px;
overflow: hidden;
height: 182px;
position: relative;
top: -45px;
}
.watch-price .market-price-wrap .ttl-top {
text-align: center;
margin: -10px 0 0px 100px;
}
.watch-price .market-price-wrap .ttl-top .deco {
font-size: .7rem;
line-height: 1em;
position: relative;
display: inline-block;
font-weight: bold;
}
.watch-price .market-price-wrap .ttl-top .deco:before {
content: '';
background: url(../img/tokei-kaitori/line_decoration_left.png) no-repeat;
position: absolute;
width: 13px;
height: 24px;
top: -14px;
left: -15px;
}
.watch-price .market-price-wrap .ttl-top .deco:after {
content: '';
background: url(../img/tokei-kaitori/line_decoration_right.png) no-repeat;
position: absolute;
width: 13px;
height: 24px;
top: -14px;
right: -15px;
}
.watch-price .market-price-wrap .ttl {
font-size: .9rem;
text-align: center;
font-weight: bold;
line-height: 18px;
margin-bottom: 12px;
}
.watch-price .market-price-wrap .ttl .maker {
background: linear-gradient(transparent 50%, #F4FF00 50%);
padding-left: 5px;
margin-left: 5px;
color: #EF0000;
}
.watch-price .market-price-wrap .ttl .maker {
background: linear-gradient(transparent 50%, #F4FF00 50%);
padding-left: 5px;
margin-left: 5px;
color: #EF0000;
}
.watch-price .market-price-wrap .ttl .growth {
font-size: 1rem;
}
.chart-watch {
border-radius: 5px;
padding: 10px 0px 0px;
position: relative;
}
.chart-watch .chart-img {
display: block;
float: left;
padding: 0px 10px;
margin-top: -60px;
width: 130px;
height: auto;
position: absolute;
}
.chart-watch .chart-title {
display: block;
}
.chart-watch .chart-inner {
display: block;
background: #FFFFFF;
height: 400px;
margin: 6px 0px 100px;
}
.watch-price .market-price-wrap table {
width: 100%;
border-spacing: 0;
}
.watch-price .market-price-wrap table th {
padding: 3px;
}
.watch-price .market-price-wrap table th.date {
text-align: center;
font-size: .7rem;
border-bottom: none;
padding-top: 10px;
}
.watch-price .market-price-wrap table th.date.new {
position: relative;
color: #EF0000;
font-weight: bold;
border-right: none;
}
.watch-price .market-price-wrap table td.new {
color: #EF0000;
border-right: none;
position: relative;
font-weight: bold;
font-size: .9rem;
text-align: center;
box-sizing: border-box;
}
.watch-price .market-price-wrap table td.old {
position: relative;
font-weight: bold;
font-size: .9rem;
text-align: center;
box-sizing: border-box;
}
.watch-price .market-price-wrap table th.item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.watch-price .market-price-wrap table td {
padding: 3px;
}
.watch-price .market-price-wrap table th,
.watch-price .market-price-wrap table td {
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-collapse: collapse;
}
.watch-price .market-price-wrap table th.item .left {
width: 50px;
}
.watch-price .market-price-wrap table th.item .right {
width: 100%;
}
.watch-price .market-price-wrap img {
max-width: 100%;
height: auto;
}
.watch-price .market-price-wrap table th.item .name {
font-weight: bold;
font-size: .7rem;
line-height: 1em;
}
.watch-price .market-price-wrap table th.item .number {
font-weight: normal;
font-size: 0.6rem;
}
.watch-price .market-price-wrap table td.old:after {
content: '';
background: url(../img/tokei-kaitori/icon_soar.png) no-repeat;
background-size: contain;
position: absolute;
width: 17px;
height: 22px;
right: -11px;
top: 30px;
z-index: 2;
}
.watch-price .market-price-wrap .note {
font-size: .6rem;
padding-left: 1em;
padding-top: 10px;
line-height: 1.4em;
}
.watch-price .market-price-wrap table th.item .name {
font-size: 1.2rem;
}
.watch-price .market-price-wrap table th.item .number {
font-size: 1rem;
}
.watch-price .market-price-wrap .note {
font-size: 0.9rem;
}
.watch-price .market-price-wrap table th.date {
font-size: 1rem;
}
.watch-price .market-price-wrap table td.old {
font-size: 1rem;
}
.chart-watch .chart-inner {
margin: auto 15px;
}
.tokei-kaitori .record-list-wrap ul.record-list li .name {
font-size: 1rem;
}
.tokei-kaitori .record-list-wrap ul.record-list li .price .ttl {
font-size: 0.9rem;
}
.tokei-kaitori .record-list-wrap ul.record-list li .price .value {
font-size: 0.85rem;
}
.tokei-kaitori .record-list-wrap .note {
font-size: 0.8rem;
}
.watch-price .market-price-wrap table th.item .right {
width: 150px;
}
.chart-watch {
padding: 0;
}
}

.section-inner {
margin: 20px auto;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
.section-inner {
padding: 0 20px;
}
}

@media screen and (max-width: 960px) {
.section-inner {
padding-top: 25px;
width: 90vw;
}
}

.kaitori-howto-item {
align-items: center;
display: flex;
justify-content: center;
margin: 0 -6px;
}

@media screen and (min-width: 1000px) {
.kaitori-howto-item-title {
font-size: 1.5rem;
}
}

.kaitori-howto-item-title {
color: #de1122;
display: inline-block;
font-size: 1.4rem;
font-weight: bolder !important;
letter-spacing: .05em;
line-height: 1.7;
}

@media screen and (min-width: 767px) {
.kaitori-howto-item-title {
font-size: 2rem;
}
}

.kaitori-howto-item>* {
margin: 0 6px;
}

.kaitori-howto-txt {
margin-top: 15px;
letter-spacing: .15em;
}

@media screen and (min-width: 767px) {
.kaitori-howto-txt {
margin-top: 36px;
font-size: 1.6rem;
}
}

.common-ttl {
background-image: url(https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.jewel-cafe.jp/wp-content/themes/jewelcafe_replace/assets/css/../images/common/common-ttl-bg.png);
background-size: 100%;
letter-spacing: .11em;
margin: 0 auto 15px;
max-width: 1000px;
min-height: auto;
padding: 30px 0;
}

.common-ttl .section-inner {
padding-left: 20px;
width: 90vw;
}

.kaitori-title {
align-items: fhealex-start;
display: flex;
flex-direction: column;
margin: 0 auto;
}

.common-ttl .section-inner .common-ttl-sub {
font-size: 12px;
}

.common-ttl .section-inner .common-ttl-main {
font-size: 1.25rem;
}

.common-ttl .section-inner .common-ttl-en {
font-size: 12px;
}

.kaitori-ways-list h3 {
border-left: 5px solid #de1122;
margin-bottom: 16px;
margin-top: 20px;
font-weight: bold !important;
padding: 4px 12px;
}

.kaitori-ways-list p {
font-size: 1.2rem;
letter-spacing: .15em;
}

@media screen and (min-width: 767px) {
.kaitori-ways-list h3 {
font-size: 1.7rem;
}
.kaitori-ways-list p {
font-size: 1.5rem;
}
.tokei-kaitori .record-list-wrap ul.record-list li:nth-child(3n) {
border-right: none;
}
}

@media screen and (max-width:766px) {
.tokei-kaitori .record-list-wrap ul.record-list li:nth-child(2n) {
border-right: none;
}
}
/* tokei-kaitori.css */

/* page-rolex.css */
/* rolex pag new css */

.kaitori .kaitori-intro {
margin-bottom: 30px
}

.kaitori .kaitori-search-model {
margin-bottom: 54px
}

.kaitori-intro .intro-title {
font-size: 40px
}

.color-red2 {
color: #c20006
}

.color-red3 {
color: #ca0000
}

.kaitori .red_bg {
background: #c80000
}

.kaitori .pink_bg {
background: #ffdad2;
padding-top: 60px;
padding-bottom: 65px
}

.kaitori .gray_bg {
background: #e7e7e7;
padding-top: 60px;
padding-bottom: 65px
}

.kaitori .kaitori-blog {
padding-top: 75px;
padding-bottom: 65px
}

.kaitori .kaitori-accordion {
padding-top: 30px;
padding-bottom: 65px
}

.kaitori .kaitori-ways {
padding-top: 67px;
padding-bottom: 60px
}

.kaitori .kaitori-how-to-sell {
padding-top: 67px;
padding-bottom: 60px
}

.kaitori .kaitori-faq {
padding-top: 70px;
padding-bottom: 60px
}

.kaitori .kaitori-voice {
padding-top: 60px;
padding-bottom: 25px
}

.kaitori .kaitori-kinds {
padding-top: 60px;
padding-bottom: 68px
}

.kaitori .kaitori-rank {
padding-top: 60px;
padding-bottom: 76px
}

.kaitori .kaitori-market-price {
margin-bottom: 50px
}

.kaitori .kaitori-purchase {
padding-top: 60px;
padding-bottom: 72px
}

.arrow_r {
position: relative;
display: inline-block
}

.arrow_r:after {
content: '';
width: 6px;
height: 6px;
border: 0;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
position: absolute;
top: 50%;
right: 20px;
margin-top: -4px;
transform: rotate(45deg)
}

.half {
width: 50%
}

.arrow_r_icon {
display: flex;
justify-content: center;
align-items: center;
padding: 0 20px
}

.arrow_r_icon img {
max-width: 30px
}

.section-title {
margin-bottom: 37px;
max-width: 430px;
position: relative;
padding: 10px 0
}

.section-ttl-sub {
font-size: 16px;
font-weight: 400;
letter-spacing: 0
}

.section-ttl-main {
font-size: 33px;
font-weight: 700;
margin-bottom: 33px
}

.section-ttl-con {
font-size: 15px;
margin-bottom: 40px
}

.kaitori-kinds .section-ttl-main {
font-size: 33px;
letter-spacing: 0;
margin-bottom: 45px
}

.banner-ttl-con {
padding: 45px 0;
font-size: 16px;
letter-spacing: -.6px
}

.brbr-archive-link {
color: #fff;
font-size: 23px;
font-weight: 700;
background: #c80000;
display: inline-block;
margin: 0 auto;
padding: 14px 150px 14px 105px;
border-radius: 50px;
position: relative
}

.brbr-archive-link:before {
position: absolute;
padding: 10px 0;
bottom: 0;
top: 50%;
right: 24px;
width: 12px;
height: 12px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: translateY(-50%) rotate(-45deg);
transform: translateY(-50%) rotate(-45deg);
margin: 0 auto
}

.point-bar {
/* height: 50px; */
align-items: center;
line-height: 1.2
}

.point-bar:before {
position: absolute;
padding: 10px 0;
bottom: 0;
width: 84px;
height: 100%;
display: block;
background-image: url("../images/icon/point_minami.png");
content: "";
background-size: cover;
background-repeat: no-repeat
}

.point-bar .point-bar-title {
margin-left: 90px;
font-size: 21px;
width: 245px;
font-weight: 700;
letter-spacing: -.5px
}

.point-bar span {
font-size: 31px;
padding: 0 10px;
position: absolute;
top: 50%;
right: 0;
border-left: 1px solid #fff;
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
font-family: "Noto Sans JP", sans-serif
}

.red-bar {
position: relative
}

.red-bar:before {
position: absolute;
padding: 10px 0;
bottom: 0;
width: 130px;
height: 120%;
display: block;
content: "";
background-size: contain;
background-repeat: no-repeat
}

.red-bar .red-bar-title {
margin-left: 150px;
padding: 30px 0;
font-size: 33px
}

.column-title:before {
background-image: url("https://jewel-cafe.id/wp-content/themes/new_jewel_ms/assets/images/static/column-youko.png");
background-position: bottom
}

.mame-title:before {
background-image: url("https://jewel-cafe.id/wp-content/themes/new_jewel_ms/assets/images/static/mame-youko.png");
background-position: bottom
}

.column-title {
font-size: 33px
}

.red-bar-by {
font-size: 17px
}

.ways90 {
width: 90%
}

.kaitori .kaitori-method {
padding: 20px 0;
font-size: 18px
}

.kaitori .kaitori-method ul {
flex-wrap: nowrap;
justify-content: center
}

.kaitori .kaitori-method li {
padding: 0 30px;
display: inline-flex;
align-self: stretch;
justify-content: center;
}

.kaitori .kaitori-method li a {
display: flex;
align-items: center;
}

.kaitori .kaitori-method li:first-child {
padding: 0 40px;
font-size: 21px;
margin-right: 20px
}

.kaitori .kaitori-method li:not(:first-child):not(:last-child) {
border-right: 1px solid #fff
}

.kaitori .kaitori-method li:nth-child(2) a:before {
content: "";
background: url("../images/icon/singel-nav-icon-01.png");
background-size: contain;
background-repeat: no-repeat;
display: block;
height: 100%;
width: 37px;
margin-right: 5px;
vertical-align: middle
}

.kaitori .kaitori-method li:nth-child(3) a:before {
content: "";
background: url("../images/icon/singel-nav-icon-02.png");
background-size: contain;
background-repeat: no-repeat;
height: 100%;
display: block;
width: 37px;
margin-right: 5px;
vertical-align: middle
}

.kaitori .kaitori-method li:nth-child(4) a:before {
content: "";
background: url("../images/icon/singel-nav-icon-03.png");
background-size: contain;
background-repeat: no-repeat;
display: block;
width: 50px;
margin-right: 5px;
vertical-align: middle
}

.kaitori .policies {
padding: 35px 25px
}

.policies .policies-wrap {
margin-bottom: 15px
}

.policies .policies-img {
margin-right: 15px
}

.policies .policies-img img {
max-width: 280px
}

.policies .policies-num {
padding: 10px;
display: inline-block;
font-size: 12px
}

.policies .policies-title {
font-size: 20px;
color: #404040;
letter-spacing: 0
}

.kaitori_btn {
background: #cb0101;
border-radius: 10px
}

.kaitori-img {
width: 30%
}

.kaitori-img img {
width: 100%;
display: block
}

.kaitori-name-info {
color: #fff;
margin: 0 auto
}

.kaitori-type-txt {
letter-spacing: -1.2px
}

.kaitori-how-to-inner {
justify-content: space-between
}

.kaitori-type-info {
margin-bottom: 7px
}

.kaitori-type-list {
width: 32.5%
}

.kaitori-type-img {
margin-right: 7px
}

.kaitori-name {
font-size: 37px
}

.kaitori-name2 {
font-size: 14px
}

.kaitori-name {
position: relative
}

.kaitori-name:before {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
background-image: url("../images/common/arrow-right-red.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 9px 15px;
vertical-align: middle;
content: "";
width: 25px;
height: 25px;
border-radius: 50%;
background-color: #fff
}

.count-area {
padding: 10px 55px;
border: 1px solid #9f9f9f
}

.count-rev {
font-size: 10px;
font-weight: 700;
color: #3f3f3f;
display: block
}

.kaitori-voice .voice-list2 {
background: #fff;
padding: 0
}

.kaitori-voice-title {
justify-content: space-between
}

.kaitori-voice .voice-list2 .voice-list-item .voice-default .voice-ttl {
font-size: 20px
}

.kaitori-voice .voice-list2 .voice-txt .voiceBox {
font-size: 18px;
letter-spacing: -.4px;
line-height: 1.8
}

.kaitori-voice .voice-rating .count-ranting {
justify-content: center
}

.kaitori-kinds-list li .kaitori-kinds-label {
border-radius: 100px;
padding: 5px
}

.kaitori-kinds-list li .kaitori-kinds-label h3 {
font-size: 14px
}

.kaitori-column-wrapper {
margin-top: 60px
}

.kaitori-kinds-list li {
width: 18%
}

.kaitori-inner-ways {
background: #fff;
padding: 40px 30px;
letter-spacing:
}

.kaitori-inner-ways .kaitori-ways-num {
display: inline-block;
padding: 10px 30px;
font-weight: 700
}

.kaitori-inner-ways h3 {
font-size: 24px;
margin: 20px 0
}

.kaitori-inner-ways p {
margin-bottom: 30px;
font-size: 18px;
color: #404040
}

.kaitori-model-search {
border-radius: 10px;
padding: 25px 50px
}

.kaitori-model-search .model-search-title {
font-size: 24px;
white-space: nowrap
}

.kaitori-model-search .model-search-hot {
font-size: 16px;
color: #fff
}

.kaitori-model-search .model-search-form {
margin-top: 10px;
width: 48%
}

.kaitori-model-search .model-search-keyword {
margin-top: 10px;
width: 48%;
margin-left: 30px
}

.kaitori-model-search .model-search-keyword ul {
flex-wrap: wrap
}

.kaitori-model-search .model-search-keyword li:nth-child(2),
.kaitori-model-search .model-search-keyword li:nth-child(5) {
margin: 0 5px
}

.kaitori-model-search .model-search-keyword li a {
display: block;
color: #fff;
padding: 5px;
font-size: 16px;
border: 1px solid #fff;
border-radius: 100px;
margin-bottom: 5px
}

.kaitori-model-search .model-search-input {
border-radius: 10px 0 0 10px;
width: 100%;
border: 0;
padding: 0;
padding-left: 10px;
height: 64px;
line-height: 64px
}

.kaitori-model-search .model-search-input::placeholder {
height: inherit;
line-height: inherit
}

.kaitori-model-search .model-search-btn {
background: #ffa101;
border: 0;
color: #fff;
line-height: 110%;
border-radius: 0 10px 10px 0;
min-width: 110px;
font-size: 20px;
padding: 10px 0;
position: relative;
right: 5px
}

.kaitori-model-search .model-search-btn:hover {
cursor: pointer
}

.maket-more {
position: relative
}

.kaitori-price-img {
width: 45%;
align-items: flex-start
}

.kaitori-price-list {
justify-content: flex-start;
letter-spacing: -.5px;
border-top: 1px solid #424242;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 50px
}

.kaitori-price-list .old-year {
background: #737373;
padding: 5px 10px;
font-size: 10px;
margin-right: 7px;
white-space: nowrap
}

.kaitori-price-list .new-year {
background: #c80000;
padding: 5px 10px;
font-size: 17px;
margin-right: 7px;
white-space: nowrap
}

.kaitori-price-list .old-price {
min-width: 260px;
font-size: 22px;
letter-spacing: -.5px
}

.kaitori-price-list .new-price {
font-size: 30px;
color: #de1122;
letter-spacing: -.5px
}

.main-banner {
max-width: 1000px;
margin: 0 auto
}

.main-banner img {
width: 100%
}

.ex-purchase .ex-purchase-img {
width: 50%
}

.ex-purchase ul.ex-purchase-list li {
padding: 20px;
width: 49%
}

.ex-purchase ul.ex-purchase-list li .ex-purchase-sub {
/* width: 50% */
}

.ex-purchase ul.ex-purchase-list li .ex-purchase-label {
min-width: 48%;
max-width: 164px
}

.ex-purchase ul.ex-purchase-list li .ex-purchase-comparison .ex-purchase-price {
padding: 0;
/* padding-left: 15px; */
padding-top: 11px
}

.ex-purchase ul.ex-purchase-list li .ex-purchase-label .ex-purchase-price {
position: relative;
justify-content: center
}

.ex-purchase ul.ex-purchase-list li .ex-purchase-label .ex-purchase-price .ex-purchase-value {
font-size: 38px;
letter-spacing: -.5px
}

.ex-purchase-info .index {
font-size: 27px
}

.ex-purchase ul.ex-purchase-list li .ex-purchase-sub {
font-size: 20px
}

.ex-purchase-title-info {
position: absolute;
top: -15px;
left: 25px;
padding: 3px 6px;
background: #f99c20;
font-size: 12px;
letter-spacing: -.5px
}

.ex-purchase-title-info .index h3 {
font-size: 24px;
letter-spacing: -1px
}

.ex-price-yen {
font-size: 17px;
display: inline-block
}

.ex-purchase ul.ex-purchase-list li table tr th {
padding: 3px 10px;
text-align: center;
}

.ex-purchase ul.ex-purchase-list li table tr th,
.ex-purchase ul.ex-purchase-list li table tr td {
font-size: 14px;
letter-spacing: -.5px
}

.kaitori-column-img {
width: 180px;
min-width: 180px;
max-width: 180px;
margin-right: 10px;
overflow: hidden;
position: relative;
max-height: 140px
}

.kaitori-column-img img {
transform: none;
height: 100%
}

.kaitori-column .kaitori-ttl {
font-size: 16px
}

.kaitori-info {
position: relative;
width: 100%
}

.kaitori-column-list {
flex-wrap: wrap;
justify-content: space-between
}

.kaitori-column-content {
width: 45%;
margin-bottom: 30px
}

.kaitori-txt {
position: absolute;
bottom: 0;
right: 0;
}


/* .kaitori-column .kaitori-column-btn {
padding: 5px 20px;
border: 1px solid #9f9f9f;
border-radius: 100px;
display: inline-block;
color: #434343
} */

.kaitori-column .kaitori-column-btn {
padding: 5px 20px;
border: 1px solid #c80000;
background: #c80000;
border-radius: 100px;
display: inline-block;
color: #fff;
}

a .kaitori-faq .kaitori-faq-list {
margin-bottom: 0
}

.kaitori-faq .kaitori-faq-list dt .faq-txt {
font-size: 24px;
width: 90%
}

.kaitori-faq .kaitori-faq-list dd .faq-txt {
padding: 0 0 25px;
letter-spacing: 1px
}

.kaitori-faq-list dt {
padding: 32px 0;
border-top: 1px solid #9f9f9f
}

.kaitori-faq-list:last-child dl {
border-bottom: 1px solid #9f9f9f
}

.kaitori-faq-list dt:hover {
cursor: pointer
}

.kaitori-faq-list dd {
display: none
}

.blog-archive-list li .blog-archive-content {
background: #ca0000;
border-radius: 0 0 4px 4px
}

.blog-archive-list li .blog-catch-img .blog-archive-date {
background: #fff;
color: #ca0000;
border-radius: 0;
bottom: -5px;
left: 5px
}

.blog-archive-list li .blog-archive-category {
color: #ffa100;
font-weight: 700
}

.blog-archive-list li .blog-archive-category2 {
color: #fff;
font-weight: 700;
font-size: 12px;
margin-bottom: 5px
}

.blog-archive-list li .blog-archive-ttl {
color: #fff;
min-height: 35px
}

.blog-archive-list li .blog-archive-shop {
color: #fff
}

.kaitori-rank-inner {
justify-content: space-between;
display: flex;
align-items: stretch !important;
}

.kaitori-ranking .kaitori-rank-list {
min-height: 290px;
box-shadow: none;
background: #f7f7f7;
border: 1px solid #7f7f7f;
border-radius: 10px;
padding: 15px;
margin-top: 0;
width: 32%
}

.kaitori-ranking .kaitori-rank-list .kaitori-rank-txt {
padding: 0;
margin-top: 10px;
letter-spacing: -.2px;
color: #000;
line-height: 1.8
}

.kaitori-ranking .kaitori-rank-list img {
width: 100%
}

.kaitori-rank-item {
font-size: 20px;
font-weight: 700;
margin-left: 12px;
/* margin-top: 28px */
}

.kaitori-rank-medal {
min-width: 45px;
}

.kaitori-rank-txt {
font-size: 15px
}

.kaitori-rank .kaitori-rank-list+.kaitori-rank-list {
margin-top: 0
}

.fixed {
position: fixed;
transition-duration: .2s
}

.shop-ja-wrapper {
margin: 35px 0
}

.shop-pc-area {
margin-top: 50px
}

.result-btn-a {
display: block
}

.result-btn {
position: relative;
border-radius: 10px;
background: #cb0101;
max-width: 500px;
margin: 0 auto;
padding: 20px 0 35px;
color: #fff;
width: 100%;
padding: 10px 0;
padding-left: 128px;
border-radius: 10px;
font-size: 19px
}

.result-btn:before {
/* background-image: url("../images/icon/staff.png"); */
position: absolute;
width: 108px;
left: 0;
bottom: 0;
height: 120%;
content: "";
background-size: cover;
background-repeat: no-repeat;
background-position: -10px 0
}

.result-btn:after {
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
content: "";
height: 9px;
position: absolute;
right: 24px;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
width: 9px
}

.kaitori-rank-ttl-main {
font-size: 39px
}

.kaitori-rank-ttl-sub {
font-size: 27px
}

.kaitori-rank-bar {
position: relative;
padding: 0 30px;
display: inline-block;
margin-bottom: 30px
}

.kaitori-rank-bar:before {
position: absolute;
padding: 10px 0;
bottom: 0;
width: 30px;
left: -30px;
content: "";
height: 100%;
display: block;
background: url("https://jewel-cafe.id/wp-content/themes/new_jewel_ms/assets/images/icon/rank-l.png");
background-size: contain;
background-repeat: no-repeat
}

.kaitori-rank-bar:after {
position: absolute;
padding: 10px 0;
bottom: 0;
content: "";
width: 30px;
right: -30px;
height: 100%;
display: block;
background: url("https://jewel-cafe.id/wp-content/themes/new_jewel_ms/assets/images/icon/rank-r.png");
background-size: contain;
background-repeat: no-repeat
}

.sp-search {
border-top: 1px solid #fff
}

.kaitori .kaitori-howto .kaitori-howto-txt {
letter-spacing: -.4px;
color: #404040;
font-size: 16px
}

.kaitori .kaitori-howto-tips {
margin-bottom: 38px
}

.kaitori .kaitori-howto-item-title {
color: #404040;
margin-top: 45px;
margin-bottom: 40px font-size: 20px;
font-size: 33px
}

.p-r {
position: relative;
}

.common-kaitori-resuluts .item-list li .priceBox .right .small {
align-self: flex-end;
}

.note {
font-size: 9px;
margin-top: 10px;
}

.kaitori .intro-title {
font-size: 40px;
margin-bottom: 40px;
line-height: 1.5;
}

.kaitori .intro-txt {
font-size: 18px;
letter-spacing: .6px
}

.kaitori-market-price .slide-down .kaitori-price-table {
height: 100%;
padding-bottom: 0;
overflow: hidden
}

ol,
ul {
overflow-wrap: break-word;
}

.slide-up {
height: auto;
}

.common-kaitori-resuluts .item-list li .ttl {
font-weight: 400;
}

.kaitori-faq .kaitori-faq-list .faq-icon,
.kaitori-faq .kaitori-faq-list .faq-txt {
font-size: 16px;
}

@media screen and (max-width:990px) {
.kaitori-column-img img {
transform: translate(-20%, -5%);
height: 100%
}
.kaitori .kaitori-blog {
padding-top: 38px;
padding-bottom: 45px
}
.kaitori .pink_bg {
background: #ffdad2;
padding-top: 35px;
padding-bottom: 45px
}
.kaitori .gray_bg {
padding-top: 35px;
padding-bottom: 45px
}
.kaitori .kaitori-accordion {
padding-top: 37px;
padding-bottom: 31px
}
.kaitori .kaitori-faq {
padding-top: 35px;
padding-bottom: 0
}
.kaitori .kaitori-search-model {
margin-bottom: 38px
}
.kaitori .kaitori-boroboro {
padding-top: 38px;
padding-bottom: 35px
}
.kaitori .kaitori-how-to-sell {
padding-top: 45px;
padding-bottom: 45px
}
.kaitori .kaitori-voice {
padding-top: 40px;
padding-bottom: 30px
}
.kaitori .kaitori-kinds {
padding-top: 40px;
padding-bottom: 40px
}
.kaitori-column-wrapper {
margin-top: 30px
}
.kaitori .kaitori-rank {
padding-top: 35px;
padding-bottom: 40px
}
.kaitori .kaitori-intro {
margin-bottom: 15px
}
.kaitori .kaitori-market-price {
margin-bottom: 35px
}
.kaitori .kaitori-purchase {
padding-top: 36px;
padding-bottom: 38px
}
.kaitori .kaitori-boroboro .section-ttl-sub {
font-size: 19px
}
.section-title {
max-width: 100%;
margin-bottom: 25px
}
.kaitori .kaitori-method {
padding: 10px 0
}
.kaitori .kaitori-method li {
padding: 10px 0;
width: 50%
}
.kaitori .kaitori-method li:first-child {
display: none
}
.kaitori .kaitori-method ul {
padding-bottom: 15px
}
#footer-kaitori-type .kaitori-method ul {
padding-bottom: 0
}
.kaitori .kaitori-method li:nth-child(3) a {
justify-content: center
}
.kaitori .kaitori-method li:nth-child(4) a {
padding-left: 10px
}
.kaitori .kaitori-method li:nth-child(4) a:before {
width: 38px
}
.kaitori .kaitori-method li a {
font-size: 14px
}
.kaitori .kaitori-method .section-inner {
width: 100%;
padding: 0 10px
}
.kaitori .intro-title {
font-size: 28px;
margin-bottom: 25px
}
.kaitori .intro-txt {
font-size: 15px;
letter-spacing: .2px
}
.kaitori-model-search {
padding: 20px 25px;
border-radius: 0
}
.kaitori-model-search .model-search-form {
width: 100%
}
.kaitori-model-search .model-search-keyword {
width: 100%;
margin-left: 0
}
.kaitori-model-search .model-search-title {
font-size: 21px;
white-space: normal
}
.kaitori-model-search .model-search-keyword li a {
font-size: 11px;
padding: 5px 8px
}
.kaitori-model-inner {
display: block
}
.section-ttl-sub {
font-size: 15px
}
#kaitori-bg-ways .section-ttl-main,
#kaitori-bg-policy .section-ttl-main {
width: 75%
}
.section-ttl-main {
font-size: 20px;
/* width: 60%; */
}
.ex-purchase-info .index {
font-size: 18px
}
.ex-purchase ul.ex-purchase-list li .ex-purchase-sub {
font-size: 12px
}
.ex-purchase ul.ex-purchase-list li {
width: 100%
}
.ex-purchase ul.ex-purchase-list li table tr th {
font-size: 8px
}
.ex-purchase ul.ex-purchase-list li table tr td {
font-size: 14px
}
.ex-purchase ul.ex-purchase-list li .ex-purchase-label .ex-purchase-price .ex-purchase-value {
font-size: 20px;
letter-spacing: -2px
}
.ex-purchase-title-info {
font-size: 10.25px;
top: -10px;
left: 3px
}
.kaitori .policies {
padding: 25px
}
.policies .policies-num {
font-size: 10px;
margin-top: 10px;
padding: 10px
}
.policies div {
display: block;
width: 100%
}
.policies .policy-text {
font-size: 15px;
display: none
}
.policies .policy-title {
position: relative
}
.policies .policy-title:after {
content: "";
background-image: url("../images/kaitori/ways-youko.png") no-repeat;
width: 50%;
display: block
}
.kaitori-how-to-inner {
display: block
}
.kaitori-type-list {
width: 100%
}
.kaitori-voice-title {
display: block
}
.count-area {
margin-top: 10px;
padding: 10px 0
}
.kaitori-kinds-list li {
width: 45%
}
.section-ttl-main {
font-size: 20px
}
.red-bar .red-bar-title {
font-size: 22px;
letter-spacing: -.5px
}
.red-bar .red-bar-by {
font-size: 15px
}
.kaitori-column-content {
width: 100%
}
.kaitori-howto-txt {
font-size: 15px;
margin-top: 0
}
.kaitori-column .red-bar .red-bar-title {
padding: 17px 0
}
.kaitori-howto .red-bar .red-bar-title {
padding: 17px 0
}
.kaitori-ranking .kaitori-rank-list {
width: 100%;
margin-bottom: 20px
}
.kaitori-rank-inner {
display: block
}
.kaitori-model-search .model-search-btn {
font-size: 16px
}
.kaitori-model-search .model-search-input {
height: 54px;
line-height: 57px
}
.ft-nav {
display: block
}
.ft-nav li {
/* width: 100%; */
display: block
}
.ft-nav li:after {
content: ""
}
.ft-nav a {
font-size: 18px;
font-weight: 700
}
.result-btn {
font-size: 19px
}
.footer-shop-list {
justify-content: center
}
.footer-shop-list a {
color: #404040;
font-size: 12px
}
.footer-shop-list li {
text-align: center
}
.kaitori-rank-bar:before {
left: -10px
}
.kaitori-rank-bar:after {
right: -10px
}
.kaitori-faq .kaitori-faq-list .faq-icon,
.kaitori-faq .kaitori-faq-list .faq-txt {
font-size: 20px;
}
.kaitori-faq .kaitori-faq-list dt .faq-txt {
font-size: 20px;
width: 90%
}
.kaitori-faq .kaitori-faq-list dd .faq-txt {
padding: 0 0 25px;
font-size: 15px
}
.kaitori-faq .kaitori-faq-list dt {
padding: 21px 0
}
.kaitori-inner-ways {
padding: 20px
}
.kaitori-inner-ways h3 {
font-size: 20px;
margin: 10px 0
}
.kaitori-inner-ways p {
display: none;
font-size: 15px
}
.kaitori-model-inner {
justify-content: space-between
}
.kaitori-model-search .section-inner {
width: 100%
}
#kaitori-search-model {
width: 100%
}
.kaitori-method .arrow_r:after {
margin-top: 0
}
.kaitori-price-img {
width: 50%
}
.kaitori-price-img .item img {
width: 50px
}
.kaitori-price-img .brand_name {
font-size: 12px
}
.kaitori-price-img .code {
font-size: 10px
}
.kaitori-price-content {
display: block;
letter-spacing: -.5px;
width: 55%
}
.kaitori-price-list {
justify-content: space-between;
padding-left: 0
}
.kaitori-price-list .old-year {
background: #737373;
padding: 3px 4px;
font-size: 10px;
margin-right: 0
}
.kaitori-price-list .new-year {
font-size: 12px;
background: #c80000;
padding: 3px 4px;
font-size: 12px;
margin-right: 10px
}
.kaitori-price-list .old-price {
min-width: 100%;
font-size: 15px;
font-weight: 700;
justify-content: space-between;
letter-spacing: -1.3px
}
.kaitori-price-list .new-price {
font-size: 18px;
font-weight: 700;
letter-spacing: -1.3px
}
.kaitori-price-list .arrow_r_icon {
padding: 0
}
#footer {
margin-top: 0;
background: #fbf6f6;
padding: 20px 0;
/* margin-bottom: 82px */
}
.kaitori-market-price .kaitori-price-table {
height: 240px;
padding-bottom: 0;
overflow: hidden
}
#footer .section-inner .footer-txt {
font-size: 11px;
letter-spacing: -.5px
}
#footer .section-inner img.footer-logo {
margin: 10px 0
}
.blog-archive-list li .blog-archive-category {
font-size: 10px
}
.blog-archive-list li .blog-archive-category2 {
font-size: 10px;
color: #fff
}
.blog-archive-list li .blog-archive-ttl {
font-size: 11px
}
.policies .policies-img {
margin-right: 0
}
.policies .policies-img img {
width: 100%;
max-width: 100%
}
.kaitori .kaitori-howto-item-title {
margin-top: 40px;
margin-bottom: 30px;
font-size: 25px;
letter-spacing: 1px
}
.kaitori .kaitori-howto .kaitori-howto-txt {
letter-spacing: -.2px;
height: 380px;
overflow: hidden;
position: relative
}
.kaitori .kaitori-rank-ttl-main {
font-size: 27px
}
.kaitori .kaitori-rank-ttl-sub {
font-size: 18px
}
.point-bar {
/* height: 41px; */
align-items: center;
line-height: 1.2
}
.section-title {
padding: 7px 0
}
.point-bar:before {
position: absolute;
padding: 10px 0;
bottom: 0;
width: 66px;
height: 100%;
display: block;
background-image: url("../images/icon/point_minami.png");
content: "";
background-size: cover;
background-repeat: no-repeat
}
.point-bar .point-bar-title {
margin-left: 75px;
font-size: 17px;
font-weight: 700
}
.point-bar .point-bar-title {
font-size: 17px;
font-weight: 700;
letter-spacing: -.5px
}
.brbr-archive-link {
width: 100%;
display: block;
font-size: 16px;
padding: 10px 0
}
.banner-ttl-con {
padding-top: 31px;
padding-bottom: 23px;
font-size: 15px;
letter-spacing: .4px
}
.kaitori-kinds .section-ttl-main {
font-size: 23px;
margin-bottom: 24px
}
.kaitori .ways-youko {
position: relative;
background: url("../images/kaitori/ways-youko.png") no-repeat;
}
.common-kaitori-resuluts .item-list li .kaitoriName {
letter-spacing: -.5px
}
.common-kaitori-resuluts .more-btn {
margin-bottom: 35px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 221, 212, 1) 60%)
}
.common-kaitori-resuluts .more-column {
margin-bottom: 35px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 221, 212, 1) 60%)
}
.common-kaitori-resuluts .close-btn {
margin-bottom: 35px;
background: transition
}
.kaitori-inner-ways .kaitori-ways-num {
width: 100%
}
.count-rev {
margin-top: 10px
}
.kaitori-voice .voice-list2 .voice-txt .voiceBox {
font-size: 15px;
line-height: 1.7
}
.kaitori-column-img {
min-width: 120px;
width: 120px;
max-height: 110px;
overflow: hidden
}
.kaitori-type-txt {
letter-spacing: 0;
font-size: 15px;
line-height: 1.2
}
.kaitori-howto-tips .more {
border-top: solid 2px #323232;
border-right: solid 2px #323232;
content: "";
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
width: 6px;
height: 6px;
position: absolute;
right: 0;
display: inline-block;
cursor: pointer
}
.kaitori-howto-tips .more.is-active {
transform: rotate(320deg);
-webkit-transform: rotate(320deg)
}
#kaitori-bg-ways {
padding: 27px 0;
background: url("../images/kaitori/ways-youko.png") no-repeat right;
background-size: contain
}
#kaitori-bg-policy {
padding: 27px 0;
background: url("../images/kaitori/policy-youko.png") no-repeat right;
background-size: contain
}
.kaitori-rank-txt {
font-size: 14px;
line-height: 1.5 !important;
}
}

.common-kaitori-resuluts {
position: relative
}

.common-kaitori-resuluts .item-list li {
width: 45%;
margin-right: 10px;
display: flex;
flex-direction: column;
}


/*
.common-kaitori-resuluts .item-list li :nth-child(2) {
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
} */

.common-kaitori-resuluts .item-list .container {
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
}

.common-kaitori-resuluts .rolex-sp {
position: relative;
height: 800px;
overflow: hidden
}

.common-kaitori-resuluts .slide-down {
height: auto;
overflow: visible;
padding-bottom: 30px
}

@media screen and (min-width:767px) {
.common-kaitori-resuluts .item-list li {
width: 19%;
margin-right: 10px
}
}

.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}

@-webkit-keyframes slideDown {
0% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}

@keyframes slideDown {
0% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}

.slide-down {
-webkit-animation-name: slideDown;
animation-name: slideDown
}

@-webkit-keyframes slideUp {
0% {
-webkit-transform: translateY(20px);
transform: translateY(20px)
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px)
}
}

@keyframes slideUp {
0% {
-webkit-transform: translateY(20px);
transform: translateY(20px)
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px)
}
}

.slide-up {
-webkit-animation-name: slideUp;
animation-name: slideUp
}

@media screen and (min-width:800px) {
.content-wrap {
overflow: hidden;
position: relative;
margin: 0
}
}

.close-btn,
.more-btn,
.more-btn-column {
display: block;
width: 100%;
padding: 110px 0 0;
position: absolute;
bottom: 0;
left: 0;
text-align: center;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.close-btn {
background: 0 0
}

.kaitori-column .slide-up {
height: 450px;
padding-bottom: 0;
overflow: hidden
}

@media screen and (min-width:800px) {
.kaitori-column .slide-up {
height: 650px;
padding-bottom: 0;
overflow: hidden
}
}

.slide-down {
height: auto;
overflow: visible;
padding-bottom: 50px
}

.more-btn p {
position: relative;
display: inline-block;
color: #fff;
cursor: pointer;
background: #de1122;
padding: 5px 20px;
padding: 10px 82px;
border-radius: 50px;
font-weight: 700
}

.more-btn p:before {
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
content: "";
height: 9px;
position: absolute;
right: 24px;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
width: 9px
}

.more-btn p:hover {
opacity: .6;
transition: all .3s
}

.close-btn {
padding: 0
}

.close-btn p {
background: #aaa
}

.more-btn-column p {
position: relative;
display: inline-block;
color: #fff;
cursor: pointer;
background: #de1122;
padding: 5px 20px;
padding: 10px 82px;
border-radius: 50px;
font-weight: 700
}

.more-btn-column p:before {
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
content: "";
height: 9px;
position: absolute;
right: 24px;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
width: 9px
}

.more-btn-column p:hover {
opacity: .6;
transition: all .3s
}

.accordion-purchase-ex .accordion .accordion-item .accordion-head a:before,
.accordion-purchase-ex .accordion .accordion-item .accordion-head a:after,
.shop-detail-faq .accordion .accordion-item .accordion-head a:before,
.shop-detail-faq .accordion .accordion-item .accordion-head a:after,
.accordion-section .accordion .accordion-item .accordion-head a:before,
.accordion-section .accordion .accordion-item .accordion-head a:after,
.tokei-pricetable .accordion .accordion-item .accordion-head a:before,
.tokei-pricetable .accordion .accordion-item .accordion-head a:after,
.tokei-pricetable .accordion .accordion-item .accordion-head a:before,
.tokei-pricetable .accordion .accordion-item .accordion-head a:after,
.card-pricetable .accordion .accordion-item .accordion-head a:before,
.card-pricetable .accordion .accordion-item .accordion-head a:after {
left: 8px;
border-bottom: solid 2px #de1122;
border-right: solid 2px #de1122
}

.accordion-purchase-ex .accordion .accordion-item .accordion-head a,
.shop-detail-faq .accordion .accordion-item .accordion-head a,
.accordion-section .accordion .accordion-item .accordion-head a,
.tokei-pricetable .accordion .accordion-item .accordion-head a,
.brand-pricetable .accordion .accordion-item .accordion-head a,
.card-pricetable .accordion .accordion-item .accordion-head a {
padding: 20px 0;
font-size: 19px
}

.tokei-pricetable .accordion table tbody td:last-of-type,
.tokei-pricetable .accordion table tbody td:last-of-type,
.card-pricetable .accordion table tbody td:last-of-type {
font-weight: 400;
color: #202020
}

.accordion-purchase-ex .accordion .accordion-item,
.shop-detail-faq .accordion .accordion-item,
.accordion-section .accordion .accordion-item,
.tokei-pricetable .accordion .accordion-item,
.tokei-pricetable .accordion .accordion-item,
.card-pricetable .accordion .accordion-item {
border: 0
}

.tokei-pricetable .accordion .accordion-model {
position: relative
}

.tokei-pricetable .accordion .accordion-content2 .accordion-model td i {
border-bottom: solid 2px #de1122;
border-right: solid 2px #de1122;
bottom: 0;
content: "";
position: absolute;
left: 8px;
top: 50%;
display: inline-block;
height: 6px;
transform: translateY(-50%);
transform: rotate(-45deg);
transition: .2s;
width: 6px
}

.tokei-pricetable .accordion .accordion-item .accordion-head a:before {
content: "";
border: 0
}

.tokei-pricetable .accordion .accordion-item .accordion-head a:after {
content: "";
border: 0
}

.tokei-pricetable .accordion .accordion-item .accordion-head i {
border-bottom: solid 2px #de1122;
border-right: solid 2px #de1122;
bottom: 0;
content: "";
position: absolute;
left: 8px;
top: 50%;
display: inline-block;
height: 6px;
transform: translateY(-50%);
transform: rotate(-45deg);
transition: .2s;
width: 6px
}

.accordion-content2 {
background: #f1f1f1;
padding: 10px
}

.accordion-head {
padding: 0 10px
}

.model-price {
color: #e31424;
font-size: 16px;
font-weight: 700
}

.model-title {
font-size: 12px
}

.tokei-pricetable .accordion .model-content td:first-child {
width: 60%;
vertical-align: middle
}

.tokei-pricetable .accordion .accordion-content2 td:first-child {
width: 60%;
vertical-align: middle
}

.tokei-pricetable .accordion .model-content td {
font-size: 12px
}

.accordion-model p {
padding-left: 25px;
font-size: 15px
}

.accordion-model p:hover {
cursor: pointer
}

.tokei-pricetable .accordion .model-content td:last-child {
text-align: right;
padding-right: 10px
}

.model-title {
font-size: 9px
}

@media (min-width:800px) {
.model-title {
font-size: 11px
}
.accordion-content2 {
padding: 30px 20px
}
.accordion-head {
padding: 0 20px
}
.tokei-pricetable .accordion .model-content td:first-child {
padding-left: 50px
}
.model-price {
color: #e31424;
font-size: 19px;
font-weight: 700
}
.tokei-pricetable .accordion .model-content td {
font-size: 14px
}
.tokei-pricetable .accordion .model-content td:first-child {
width: 45%
}
.tokei-pricetable .accordion .accordion-content2 td:first-child {
width: 45%;
vertical-align: middle
}
}



.section-banner-10 {
width: 10%
}

.section-banner-15 {
width: 15%
}

.section-banner-20 {
width: 20%
}

.section-banner-25 {
width: 25%
}

.section-banner-30 {
width: 30%
}

.section-banner-35 {
width: 35%
}

.section-banner-40 {
width: 40%
}

.section-banner-45 {
width: 45%
}

.section-banner-50 {
width: 50%
}

.section-banner-55 {
width: 55%
}

.section-banner-60 {
width: 60%
}

.section-banner-65 {
width: 65%
}

.section-banner-70 {
width: 70%
}

.section-banner-75 {
width: 75%
}

.section-banner-80 {
width: 80%
}

.section-banner-85 {
width: 85%
}

.section-banner-90 {
width: 90%
}

.section-banner-95 {
width: 95%
}

.section-red-title {
position: relative
}

.section-red-title:before {
position: absolute;
bottom: 0;
display: block;
content: "";
background-size: cover;
width: 30%;
height: 110%
}

.section-red-title p {
width: 100%;
padding-left: calc(30% + 30px)
}

.section-howto-title:before {
background-image: url("../images/icon/howto_minami.png");
}

.section-column-title:before {
background-image: url("../images/icon/column_minami.png");
}

.section-red-title p {
width: 100%
}

.p-25 {
padding: 25px
}

.p-35 {
padding: 35px
}

.ft-10 {
font-size: 10px
}

.ft-11 {
font-size: 11px
}

.ft-12 {
font-size: 12px
}

.ft-13 {
font-size: 13px
}

.ft-14 {
font-size: 14px
}

.ft-15 {
font-size: 15px
}

.ft-16 {
font-size: 16px
}

.ft-17 {
font-size: 17px
}

.ft-18 {
font-size: 18px
}

.ft-19 {
font-size: 19px
}

.ft-20 {
font-size: 20px
}

.ft-21 {
font-size: 21px
}

.ft-22 {
font-size: 22px
}

.ft-23 {
font-size: 23px
}

.ft-24 {
font-size: 24px
}

.ft-25 {
font-size: 25px
}

.ft-26 {
font-size: 25px
}

.ft-27 {
font-size: 27px
}

.ft-28 {
font-size: 28px
}

.ft-29 {
font-size: 29px
}

.ft-30 {
font-size: 30px
}

.ft-31 {
font-size: 31px
}

.ft-32 {
font-size: 32px
}

.ft-33 {
font-size: 33px
}

.ft-34 {
font-size: 34px
}

.ft-35 {
font-size: 35px
}

.ft-36 {
font-size: 36px
}

.ft-37 {
font-size: 37px
}

.ft-38 {
font-size: 38px
}

.ft-39 {
font-size: 39px
}

.ft-40 {
font-size: 40px
}

.lts0 {
letter-spacing: 0px
}

.lts-1 {
letter-spacing: -1px
}

.lts1 {
letter-spacing: 1px
}

.ai-c {
align-items: center
}

.ai-e {
align-items: end
}

.link-show {
display: none
}

.column-btn {
border-radius: 100px;
color: #424242;
padding: 7px 40px 7px 20px;
border: 1px solid #424242;
display: inline-block;
position: relative
}

.column-btn:before {
content: "";
position: absolute;
top: 50%;
right: 24px;
width: 8px;
height: 8px;
border-right: 2px solid #424242;
border-bottom: 2px solid #424242;
-webkit-transform: translateY(-50%) rotate(-45deg);
-ms-transform: translateY(-50%) rotate(-45deg);
transform: translateY(-50%) rotate(-45deg)
}

::placeholder {
font-size: 17px
}

@media screen and (max-width:800px) {
.ft-27 {
font-size: 25px
}
}

.ico-arrow {
width: 30px;
height: 30px;
border-top: 2px solid #c90101;
border-right: 2px solid #c90101;
transform: rotate(45deg)
}

.ico-plus {
width: 24px;
height: 24px;
display: inline-block;
background: #c90101;
border-radius: 50%;
position: relative;
text-align: center
}

.ico-plus:before,
.ico-plus:after {
position: absolute;
top: 5px;
left: 5px;
margin-top: 5px;
content: "";
display: block;
width: 14px;
height: 2px;
background: #fff
}

.ico-plus:after {
transform: rotate(90deg)
}

.ico-close {
width: 24px;
height: 24px;
position: relative;
text-align: center;
border: 2px solid #ce0300;
border-radius: 50%;
display: inline-block
}

.ico-close:before,
.ico-close:after {
position: absolute;
top: 5px;
left: 3px;
margin-top: 4px;
content: "";
display: block;
width: 14px;
height: 2px;
background: #ce0300
}

.ico-close:before {
transform: rotate(45deg)
}

.ico-close:after {
transform: rotate(-45deg)
}

.shop-result .shop-result-item,
.shop-result2 .shop-result-item {
padding: 10px;
border-bottom: 1px solid #e8e3dd
}

.section-message {
background: #de1022;
border-radius: 10px;
color: #fff;
padding: 20px;
text-align: center;
font-size: 13px
}

.shop-postcode {
padding: 10px;
width: 100%;
-webkit-appearance: none;
border-radius: 0;
border: 0
}

.shop-form {
vertical-align: top
}

.search-add,
.search-add2 {
color: #ffff01
}

.shop-name a {
color: #000
}

#search-btn,
#search-btn2 {
background: #ffff01;
color: #df0f22;
position: relative;
display: inline-block;
padding: 8px 20px;
min-width: 240px;
border-radius: 30px;
color: #fff;
font-size: 14px;
text-align: center;
font-weight: 700;
color: #de1122;
border: 0;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
cursor: pointer;
margin-top: 10px
}

.bg-search {
background: #fcf7f0
}

.shop-result,
.shop-result2 {
display: none
}

.shop-result-item .shop-result-name {
display: inline-block;
width: 49%
}

.shop-result-item .shop-result-tel {
display: inline-block;
width: 49%;
text-align: right
}

.shop-result-item .shop-result-name {
border-left: 3px solid #df1022;
padding-left: 10px
}

.shop-name a {
font-size: 13px
}

.shop-tel {
font-size: 13px
}

.shop-result-item .shop-address {
font-size: 12px
}

.shop-result-tel .shop-opening {
font-size: 12px
}

.yellow {
color: #ffff01
}

.loading-hide,
.loading-hide2 {
display: none
}

.loading-div,
.loading-div2 {
background: #fcf7f0;
text-align: center;
height: 100px;
vertical-align: middle;
padding-top: 30px
}

@media (min-width:320px) {
.common-shops .search-t1 {
font-size: 19px;
font-weight: 700;
letter-spacing: .1rem;
margin-top: 10px
}
.common-shops .search-t2 {
font-size: 14px
}
}

@media (min-width:360px) {
.common-shops .search-t1 {
font-size: 23px;
font-weight: 700;
letter-spacing: .1rem;
margin-top: 10px
}
.common-shops .search-t2 {
font-size: 17px
}
}

@media (min-width:768px) {
#search-btn,
#search-btn2 {
margin-top: 0
}
.shop-result .shop-result-item,
.shop-result2 .shop-result-item {
padding: 30px;
border-bottom: 1px solid #e8e3dd
}
#post_code {
margin-bottom: 0
}
.shop-postcode {
width: 400px
}
.section-message {
font-size: 14px
}
.shop-name a {
font-size: 20px
}
.shop-tel {
font-size: 20px
}
.shop-result-item .shop-result-name {
width: 59%
}
.shop-result-item .shop-result-tel {
width: 39%
}
.common-shops .search-t1 {
font-size: 30px;
font-weight: 700;
letter-spacing: .2rem
}
.common-shops .search-t2 {
font-size: 23px
}
}

.blog-archive-link {
color: #fff!important;
}

.kaitori-voice .voice-list2 .voice-txt .more:after {
content: "";
transform: none;
width: 6px;
height: 6px;
display: inline-block;
top: 50%;
transform: rotate(45deg);
border-top: solid 2px #404040;
border-right: solid 2px #404040;
transform: rotate(135deg);
-webkit-transform: rotate(135deg)
}

.kaitori-voice .voice-list2 .voice-txt .more.is-active:after {
transform: rotate(315deg);
-webkit-transform: rotate(315deg)
}

.common-kaitori-resuluts .item-list {
height: 700px;
overflow: hidden;
justify-content: space-between;
}

.common-kaitori-resuluts .slide-down .item-list {
height: 100%;
padding-bottom: 0;
overflow: hidden;
}

.common-kaitori-resuluts {
margin-bottom: 20px
}

.common-kaitori-resuluts .item-list li .priceBox .right {
display: flex;
flex-direction: row;
margin-top: 5px;
justify-content: end;
}

.kaitori section {
padding-bottom: 0;
}

.kaitori-voice .count-rating {
font-size: 2rem;
}

.kaitori-voice .voice-list2 .voice-list-item .voice-default .count-rating {
font-size: 1.8rem;
}

.kaitori-voice .voice-list2 .voice-txt .more {
margin-top: 0;
display: flex;
flex-direction: row-reverse;
align-items: center;
}

.kaitori-faq-list .kaitori-faq-icon {
align-items: center;
}

@media screen and (max-width:768px) {
.kaitori-column-wrapper .content-txt {
position: relative;
}
}

.section-inner .search-watch {
background: #de1022;
border-radius: 10px;
padding: 0;
padding: 10px 20px;
}

.section-inner .search_watch_btn:hover {
cursor: pointer;
}

.section-inner .search_watch_btn {
margin-top: 15px;
background: #feff03;
color: #de1022;
padding: 10px 30px;
border: 0;
border-radius: 100px;
font-weight: 700;
font-size: 18px;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
cursor: pointer;
}

.section-inner .search-watch-txt {
padding: 15px;
width: calc(100% - 270px);
font-weight: 700;
color: #040404;
border: 0;
width: 100%;
font-size: 15px;
display: block;
}

.watch-hot-title-pc {
display: none;
}

.section-inner .watch-hot-keyword a {
border: 1px solid #fff;
border-radius: 100px;
color: #fff;
padding: 5px 3px;
font-size: 11px;
display: inline-block;
margin-bottom: 10px;
}

.section-inner .search-watch-title {
font-size: 19px;
color: #fff;
font-weight: 700;
padding: 10px 0;
width: 100%;
display: block;
}

.section-inner .watch-hot-title {
color: #fff;
font-weight: 700;
padding: 15px 0;
font-size: 17px;
}

.section-inner .search-watch-form {
text-align: center;
position: relative;
}

.section-inner .watch-hot-title {
text-align: left;
}

.section-inner .watch-hot-keyword {
text-align: left;
display: fixed;
}

@media screen and (min-width:1000px) {
.section-inner .search-watch {
background: #de1022;
border-radius: 10px;
padding: 0;
padding: 20px;
}
.section-inner .search_watch_btn {
margin-top: 0;
background: #feff03;
margin-left: 5px;
color: #de1022;
padding: 10px 30px;
border: 0;
border-radius: 100px;
font-weight: 700;
font-size: 16px;
}
.section-inner .search-watch-txt {
padding: 15px;
width: calc(100% - 270px);
font-weight: 700;
color: #040404;
border: 0;
font-size: 15px;
display: inline-block;
}
.watch-hot-title-pc {
display: inline-block;
color: #fff;
font-weight: 700;
padding: 15px 0;
font-size: 17px;
}
.section-inner .watch-hot-keyword a {
border: 1px solid #fff;
border-radius: 100px;
color: #fff;
padding: 7px;
font-size: 13px;
display: inline-block;
margin-bottom: 10px;
}
.section-inner .search-watch-title {
font-size: 30px;
color: #fff;
font-weight: 700;
letter-spacing: normal;
padding: 10px 0;
display: inline-block;
}
}

.boro_rolex1 {
background: -webkit-gradient(linear, left bottom, left top, from(#efe0c7), to(#fff));
background: linear-gradient(to top, #efe0c7, #fff);
position: relative;
top: -10px
}

@media screen and (min-width:1000px) {
.boro_rolex1 {
top: -20px
}
}

.boro_rolex1 .bg_woman {
background: url(../../rn/img/gold-kaitori/img_minamino_intro_pc.png) right top no-repeat;
background-size: 40%
}

@media screen and (min-width:1000px) {
.boro_rolex1 .bg_woman {
background-size: 32%
}
}

.boro_rolex1 .txt1 {
font-size: 15px;
width: 80%;
font-weight: 700;
line-height: 1.6;
margin-bottom: 10px
}

@media screen and (min-width:1000px) {
.boro_rolex1 .txt1 {
font-size: 34px;
width: 66%;
text-align: center;
margin-bottom: 20px
}
}

.boro_rolex1 .txt1 .marker {
background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(50%, #f0ff88));
background: linear-gradient(transparent 55%, #f0ff88 50%)
}

.boro_rolex1 .txt2 {
font-size: 18px;
font-weight: 700;
width: 70%;
margin-bottom: 10px;
letter-spacing: normal;
}

@media screen and (min-width:1000px) {
.boro_rolex1 .txt2 {
font-size: 48px;
line-height: 1.2;
width: 69%;
text-align: left
}
}

.boro_rolex1 .boro_item_box {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}

.boro_rolex1 .boro_item_box .item {
width: 24%;
margin-bottom: 10px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}

.boro_rolex1 .boro_item_box .item .txt {
font-size: 10px;
color: #fff;
bottom: 0;
position: absolute;
letter-spacing: normal
}

@media screen and (min-width:1000px) {
.boro_rolex1 .boro_item_box .item .txt {
font-size: 26px;
bottom: 4px
}
}

.boro_rolex1 .boro_item_box .item img {
max-width: 100%;
height: auto
}

.boro_rolex2 .txt1 {
font-size: 20px;
font-weight: 700
}

@media screen and (min-width:1000px) {
.boro_rolex2 .txt1 {
font-size: 36px;
text-align: center
}
}

.boro_rolex2 .txt1 br {
display: none
}

@media screen and (min-width:1000px) {
.boro_rolex2 .txt1 br {
display: block
}
}

.boro_rolex2 .txt1 .large {
font-size: 30px
}

@media screen and (min-width:1000px) {
.boro_rolex2 .txt1 .large {
font-size: 48px
}
}

.boro_rolex2 .txt3 {
font-size: 14px;
line-height: 1.8;
font-weight: 700
}

@media screen and (min-width:1000px) {
.boro_rolex2 .txt3 {
font-size: 20px
}
}

.boro_rolex2 .txt3 .marker {
background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(50%, #f0ff88));
background: linear-gradient(transparent 55%, #f0ff88 50%)
}

.boro_rolex2 p+p {
margin-top: 20px
}

.kaitori-ways-list {
font-size: 14px
}

.txt2 {
font-size: 14px;
}

@media screen and (min-width:1000px) {
.txt2 {
font-size: 16px;
}
.kaitori-ways-list {
font-size: 16px
}
}

.boro_rolex3 {
background: #efe0c7
}

.boro_rolex3 .txt1 {
font-size: 20px;
line-height: 2;
font-weight: 700
}

@media screen and (min-width:1000px) {
.boro_rolex3 .txt1 {
font-size: 36px;
text-align: center
}
}

.boro_rolex3 .txt1 .large {
font-size: 30px;
line-height: 1.2
}

@media screen and (min-width:1000px) {
.boro_rolex3 .txt1 .large {
font-size: 50px
}
}

.boro_rolex3 .txt3 {
font-size: 20px;
font-weight: 700
}

@media screen and (min-width:1000px) {
.boro_rolex3 .txt3 {
font-size: 37px;
text-align: center
}
}

@media screen and (min-width:1000px) {
.boro_rolex3 .txt3 br {
display: none
}
}

.boro_rolex3 .atmos_box img {
width: 20%
}

.boro_rolex3 p+p {
margin-top: 20px
}

.boro_rolex3 img {
max-width: 100%;
height: auto
}

.kaitori-rank .kaitori-rank-list+.kaitori-rank-list {
margin-top: 28px
}
/* page-rolex.css */

/* add on */

.ico-expand::before {
/* content: ">";
display: inline-block;
transition: transform 0.3s ease; */
border-bottom: solid 3px #de1122;
border-right: solid 3px #de1122;
bottom: 0;
content: "";
position: absolute;
left: 0px;
top: 43%;
display: inline-block;
height: 10px;
transform: translateY(-50%);
transform: rotate(-45deg);
transition: .2s;
width: 10px;
}

.ico-expand.ico-open::before {
transform: rotate(90deg);
}

.ico-expand-close::before {
/* content: "v";
display: inline-block;
transition: transform 0.3s ease; */
border-bottom: solid 3px #de1122;
border-right: solid 3px #de1122;
bottom: 0;
content: "";
position: absolute;
left: 0px;
top: 43%;
display: inline-block;
height: 10px;
transform: translateY(-50%);
transform: rotate(45deg);
transition: .2s;
width: 10px;
}

.ico-expand-close.ico-open::before {
transform: rotate(90deg);
}

span.mr-10.ico-expand, .ico-expand-close {
font-size: 24px;
font-weight: bolder;
color: #eb0021;
}

.accordion.acc{
border-bottom: 1px solid;
padding: 5px;
}

.accordion.acc::before{
content: "";

}


/* add on */