@charset "utf-8";


.breadcrumbs {
margin-bottom: 2em;
} section.price {
background-color: #fff7f7;
margin: 0;
padding: 0;
}
section.price .body .table table thead tr td {
padding-bottom: .5em;
}
section.price .body .table table thead tr td .index {
background-color: #fff;
margin: 0;
}
section.price .body .table table tbody td {
background-color: #fff;
}
section.price .body .table table tbody tr td:first-of-type {
background-color: #D01427;
border-color: #d01427;
color: #fff;
}
@media screen and (min-width: 751px) {
section.price {
padding: 1.5em 0;
}
}
@media screen and (max-width: 750px) {} section.graph {
box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
margin-bottom: 1.5em;
padding-right: 4vw;
}
section.graph .head .index {
padding: .2em 1em;
border-left: 5px solid #D01427;
margin-bottom: 2em;
}
section.graph .head .index .period {
color: #5C5C5C;
font-weight: 400;
margin-top: 5px;
}
section.graph .body {}
section.graph .notice {
margin-top: 1em;
color: #5C5C5C;
}
@media screen and (min-width: 751px) {
section.graph {
padding-right: 0;
padding: 3em;
}
section.graph .head .index {
font-size: 1.8rem;
}
section.graph .head .index .period {
font-size: 1.2rem;
}
}
@media screen and (max-width: 750px) {} section.intro {
background-image: none;
}
section.intro .main {
font-size: 6vw;
padding-bottom: .5em;
display: block;
}
@media screen and (min-width: 751px) {
section.intro .logo {
margin-bottom: 2em;
}
section.intro .main {
font-size: 4rem;
padding-bottom: 1em;
}
section.intro .text {
margin-top: 1em;
}
}
@media screen and (max-width: 750px) {} section.kinds .wrap {
padding-bottom: 0;
display: flex;
align-items: stretch;
} .banner_box {
margin-top: 0;
} section.intro .brandtxt {
width: 70%;
}
section.intro .brandimg {
width: 45%;
right: -30px;
bottom: 0;
z-index: -1;
position: absolute;
}
section.intro .goldbrandimg {
width: 25%;
right: 0;
bottom: 0;
z-index: -1;
position: absolute;
}
@media screen and (max-width: 750px) {
section.intro .goldbrandimg {
width: 30%;
}
}@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700&display=swap");
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; text-align: center;
position: relative; z-index: 1;
}
ul.tabBtn li span {
color: white;
font-size: 14px;
font-weight: bold; text-align: center;
position: relative; 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); 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; overflow: hidden;
}
ul.tabBtn li:not(.active):hover::after,
ul.tabBtn li:not(.active):active::after {
content: "More Detail"; 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.3em;
width: 5em;
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: 0.15em;
margin: 15px 0 15px;
}
.body .fourc {
font-size: 1.6rem;
}
body { }
@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;
}
.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%;
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(//jcmy-stg.dev.crane-a.co/wp-content/themes/new_jewel5745747/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(//jcmy-stg.dev.crane-a.co/wp-content/themes/new_jewel5745747/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;
}
} @media screen and (min-width: 751px) {
.intro .intro-txt {
width: 1000px !important;
line-height: 2 !important;
font-weight: normal;
font-size: 16px;
}
.intro .intro-sub {
font-size: 32px;
font-weight: bold;
margin: 0 !important;
}
.intro .intro-appeal {
font-size: 32px;
font-weight: bold;
}
.intro .intro-main {
font-size: 52px !important;
font-weight: bold;
line-height: 1;
padding-bottom: 30px;
}
.intro .en img {
width: 150px;
transform: translate(5vw, -3vw) rotate(25deg);
}
section.shop .en {
font-size: 20px !important;
}
section.shop .main {
font-size: 30px !important;
}
section.shop .links .wrap a {
font-size: 18px !important;
}
.commonHead .sub {
font-size: 2.3rem !important;
}
.commonHead .main {
font-size: 43px !important;
}
.commonHead .en {
font-size: 11px !important;
}
p.intro.lh_20.tal.ls_15 {
margin: 40px auto 60px;
letter-spacing: 0px;
font-size: 1.6rem;
}
section.results .intro { width: 1000px !important;
margin: 0 auto 2em auto;
}
section.policy .policies .item .panel .title {
font-size: 20px !important;
}
section.policy .policies .item .panel .text { } section.ex-purchase .section-inner .lists {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
}
section.ex-purchase .section-inner .item {
display: flex;
width: 48%;
margin: 1%;
align-self: stretch;
}
section.ex-purchase .section-inner .box {
flex-direction: column;
justify-content: space-between;
width: 100%;
padding: 30px;
border: 1px solid #b9b9b9;
background-color: #fafafa;
padding: 30px;
border-radius: 4px;
}
section.ex-purchase .section-inner .box .index {
font-size: 24px;
}
section.ex-purchase .section-inner .box .message {
padding: 0 !important;
font-size: 1.3rem;
}
section.ex-purchase .section-inner .box .comparison {
margin-top: 1em;
position: relative;
}
section.ex-purchase .section-inner.box .comparison .others {
font-size: 1.4rem;
}
section.ex-purchase .section-inner .box .comparison table {
border-collapse: separate;
border-spacing: 3px;
}
section.ex-purchase .section-inner .box .comparison th {
padding: 0.2em 0.5em;
background-color: #797979;
color: #fff;
}
section.ex-purchase .section-inner .box .comparison .the_jewel_cafe {
white-space: nowrap;
left: 0;
bottom: 0;
position: absolute;
min-width: 72%;
}
section.ex-purchase .section-inner .the_jewel_cafe .logo {
width: 106px;
margin-bottom: 3px;
}
section.ex-purchase
.section-inner
.box
.comparison
.the_jewel_cafe
.logo
img {
width: 100%;
}
section.ex-purchase
.section-inner
.box
.comparison
.the_jewel_cafe
.the_price {
background-color: #d01427;
color: #fff;
padding: 0.3em 1em;
box-sizing: border-box;
}
section.ex-purchase
.section-inner
.box
.comparison
.the_jewel_cafe
.the_price
.achieved
.mini {
font-size: 10px;
}
section.ex-purchase
.section-inner
.box
.comparison
.the_jewel_cafe
.the_price
.the_value {
font-size: 2.45rem;
padding-left: 1em;
font-style: italic;
}
section.ex-purchase .section-inner.box .comparison .image img {
width: 100%;
}
section.ex-purchase .section-inner .box .comparison .image {
max-width: none;
width: 175px;
}
.fs_13 {
font-size: 1.4rem;
}
img {
width: 100%;
}
.fs_12 {
font-size: 12px;
}
.logo .-img--resize {
width: 200px;
}
img.-img--resize {
width: 300px;
}
section.policy .head .index .main {
font-size: 46px !important;
}
section.policy .head .index .sub {
font-size: 28px !important;
margin-top: 20px;
}
section.voice .body .each .customer .top .title {
font-size: 24px !important;
}
section.voice .body .each .text {
font-size: 16px !important;
line-height: 2;
}
section.voice .body .each .staff .top .title {
font-size: 24px !important;
padding-right: 2em;
}
.kaitori-howto-item { width: max-content;
margin: auto;
} section.kaitori-rank .section-inner .kaitori-rank-list .lower {
display: flex;
flex-direction: row;
align-items: center;
}
.lower.image img {
width: 100%;
}
section.kaitori-rank .section-inner .kaitori-rank-list .lower .image img {
width: 100%;
}
section.kaitori-rank .section-inner .kaitori-rank-list .lower .image {
min-width: 300px;
}  .wrap-inner.kaitori {
width: 1000px;
margin: auto;
letter-spacing: 0.15rem;
}  section.common-kaitori-resuluts {
padding-bottom: 30px;
margin-bottom: 40px;
}
section.results .resizeimg {
object-fit: cover !important;
height: 230px !important;
width: 100% !important;
}  .tentouKaitori .right .tentouKaitoriPoint_pc li {
display: block;
background: #de1122;
color: #fff;
text-align: center;
padding: 10px 10px;
border-radius: 4px;
width: auto !important;
font-size: 18px;
margin-right: 15px;
}
.tentouKaitori .right .txt1 {
font-size: 18px; }
.tentouKaitori .right .kaitoriName {
font-size: 3.2rem;
letter-spacing: 0.15rem;
font-weight: bold !important;
}
.takuhaiSyuttyouKaitori > .left .head {
margin-bottom: 15px;
height: max-content;
}
.takuhaiSyuttyouKaitori > .left .head > .left {
width: 200px;
margin-right: 10px;
}
.takuhaiSyuttyouKaitori > .right {
justify-content: flex-start;
}
.takuhaiSyuttyouKaitori > .left .head > .right {
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.takuhaiSyuttyouKaitori > .left .head .right .txt1 {
font-size: 18px;
}
.takuhaiSyuttyouKaitori > .left .head .right .kaitoriName {
line-height: 1;
font-size: 3.2rem;
font-weight: bold !important;
}
.takuhaiSyuttyouKaitori > .right .head > .left {
width: 50%;
margin-right: 10px;
}
.takuhaiSyuttyouKaitori > .right .head {
margin-bottom: 15px;
height: max-content;
}
.takuhaiSyuttyouKaitori > .right .head > .left {
width: 200px;
margin-right: 10px;
}
.takuhaiSyuttyouKaitori > .right .head > .right {
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.takuhaiSyuttyouKaitori > .right .head .right .txt1 {
font-size: 18px;
}
.takuhaiSyuttyouKaitori > .right .head .right .kaitoriName {
line-height: 1;
font-size: 3.2rem;
font-weight: bold !important;
}
.takuhaiSyuttyouKaitori > .left .head > .left img {
width: 200px;
height: auto;
}
.takuhaiSyuttyouKaitori > .right .head > .left img {
width: 200px;
height: auto;
}
.takuhaiSyuttyouKaitori > .left .head > .left img {
max-width: none !important;
margin: 0;
}
.takuhaiSyuttyouKaitori > .right .head > .left img {
max-width: none !important;
}  .d-f {
justify-content: flex-start;
}
.d-f.tentouKaitori {
justify-content: flex-start;
}
.intro.lh_20.tal.ls_15 {
margin-bottom: 40px;
letter-spacing: 0rem;
}  .q {
margin: 40px 0px 10px 0px;
}
.kaitori-voice .voice-list2 .voice-list-item .voice-default .voice-ttl {
font-size: 20px;
}
.voiceBox-inner {
font-size: 16px;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: inherit !important;
}
section.kinds .section-inner .flex {
justify-content: flex-start !important;
}
.commonHead {
background-size: contain !important;
}
section.policy .policies .item .image {
width: 40% !important;
}
section.policy .bg .body .policies .flex {
justify-content: center !important;
}
section.ex-purchase .section-inner .lists .item .box .index h3 {
font-size: 2.4rem;
}
.tentouKaitori .right {
justify-content: center;
}
.kaitori-voice .count-rating .rating-value {
color: #de1122;
font-size: 18px;
}
.kaitori-voice .star-rating-front::after,
.kaitori-voice .star-rating-back::after {
font-size: 18px;
line-height: 0.9;
}
.kaitori-voice .star-rating .star-rating-front {
height: 100%;
}
.common-kaitori-resuluts .item-list li {
width: 19% !important;
}
.q.flex.-jsstart.-alstart.fw_700 {
font-size: 18px !important;
letter-spacing: 0px;
}
.a.flex.-jsstart.-alstart {
font-size: 16px;
letter-spacing: 0px;
}
.ico.fc_red.fw_700.fs_15 {
padding-right: 10px;
}
.ico.fs_15 {
padding-right: 10px;
font-size: 18px;
}
.value.fs_14 {
font-size: 18px;
}
.text.fs_12 {
letter-spacing: 0;
}
.intro.lh_20.tal.ls_15 {
background: none;
}
section.intro .text {
font-size: 1.6rem !important; width: 65%;
}
section.intro {
background-image: url(//jcmy-stg.dev.crane-a.co/wp-content/themes/new_jewel5745747/rn/img/gold-kaitori/img_minamino_intro_pc.png) !important;
}
p.lh-20 {
font-size: 1.6rem; }
.breadcrumbs .section-inner {
display: flex;
flex-direction: row;
align-items: center;
line-height: 0;
}
.others th,
.others td {
font-size: inherit !important;
font-weight: 700;
letter-spacing: 0px !important;
}
ul.item-list.d-f {
justify-content: space-between;
}
.linkBtn {
width: 97% !important;
}
.common-kaitori-resuluts .item-list li .priceBox .right {
font-size: 20px;
width: 100% !important;
text-align: right;
}
.p-10 {
display: flex;
flex-direction: column;
min-height: 130px;
justify-content: space-between;
}
p.lh-18.ta-l {
font-size: 16px;
min-height: 53px;
width: 90%;
}
.linkBtn {
font-size: 16px;
}
.common-ttl .commonHead {
background: none !important;
}
.common-ttl {
background-repeat: no-repeat;
}
.kaitori-resuluts .detailBtn {
font-size: 18px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.d-f.ai-c.jc-sb {
justify-content: space-between !important;
}
body { }
.count-rating.color-red {
align-items: center;
}
.kaitori-voice .rating .text-center .count-rating .color-red .bold {
font-size: 18px;
}
section.kaitori-voice .rating .text-center .count-rating .bold {
font-size: 18px;
}
section.kaitori-voice .rating .text-center .count-rating .bold span {
line-height: 0.8;
}
.kaitori-voice .count-rating .devider {
height: 15px;
}
section.ranking .body .item .title {
background: linear-gradient(to right, #e64778, #be0d14);
}
.item .medal img {
width: 30px !important;
}
section.ranking .body .item .title .value {
font-size: 2.4rem !important;
letter-spacing: 0px;
}
section.ranking .body .item .lower .image {
display: none !important;
}
.ranking .common-ttl .commonHead .container {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.ranking .common-ttl .commonHead .container .index.fw_700 {
display: flex;
flex-direction: column;
align-items: flex-start;
color: black;
}
.en.fs_09 {
font-weight: normal !important;
}
.ranking .body .item {
width: 99%;
}
.kaitori-resuluts .detailBtn:after {
content: "" !important;
background-image: url(//jcmy-stg.dev.crane-a.co/wp-content/themes/new_jewel5745747/img/icon/arrow-left.svg) !important;
background-size: contain !important;
width: 15px;
height: 15px;
background-repeat: no-repeat;
background-position: center;
}
.kaitori-voice .voice-list2 .voice-txt .more:after {
content: "" !important;
background-image: url(//jcmy-stg.dev.crane-a.co/wp-content/themes/new_jewel5745747/img/icon/arrow-left.svg) !important;
background-size: contain !important;
width: 15px;
height: 15px;
background-repeat: no-repeat;
background-position: center;
}
.kaitori-voice .voice-list2 .voice-txt .more {
height: 25px;
width: 98.5%;
line-height: 45px;
margin-top: 6px;
text-align: right;
color: #323232;
cursor: pointer;
}
.value.fs_12 {
font-size: 16px;
}
.kaitori-howto-txt.fs_12 {
font-size: 16px;
}
section.kaitori-resuluts .section-inner .takuhaiSyuttyouKaitori .left .lh-18,
section.kaitori-resuluts
.section-inner
.takuhaiSyuttyouKaitori
.right
.lh-18 {
font-size: 16px;
width: 97%;
}
section.kaitori-resuluts .section-inner .takuhaiSyuttyouKaitori {
justify-content: space-between;
}
section.kaitori-resuluts .section-inner .takuhaiSyuttyouKaitori .point {
width: 100%;
}
h3.kaitori-howto-item-title {
font-weight: bolder !important;
font-size: 2rem;
}
p.lh-18 {
min-height: 70px;
}
} @media screen and (max-width: 750px) {
section.intro {
font-weight: bolder;
padding: 6.6vw;
position: relative;
background-image: url(//jcmy-stg.dev.crane-a.co/wp-content/themes/new_jewel5745747/rn/img/gold-kaitori/img_minamino_intro_pc.png) !important;
background-repeat: no-repeat;
background-position: right top 10%;
background-size: 45% auto;
}
picture img {
opacity: 1;
}
section.ex-purchase .section-inner .item {
margin-bottom: 1.2em;
}
section.ex-purchase .section-inner .box {
border: 1px solid #b9b9b9;
background-color: #fafafa;
padding: 3vw;
border-radius: 4px;
}
section.ex-purchase .section-inner .box .comparison {
margin-top: 1em;
position: relative;
}
section.ex-purchase .section-inner .box .comparison .others {
font-size: 3.46vw;
height: 39vw;
}
section.ex-purchase .section-inner .box .comparison table {
border-collapse: separate;
border-spacing: 3px;
}
section.ex-purchase .section-inner .box .comparison th {
padding: 0.2em 0.5em;
background-color: #797979;
color: #fff;
}
section.ex-purchase .section-inner .box .comparison td {
color: #565656;
padding: 0.2em;
}
section.ex-purchase .section-inner .box .comparison .the_jewel_cafe {
white-space: nowrap;
left: 0;
bottom: 0;
position: absolute;
min-width: 72%;
}
section.ex-purchase .section-inner .box .comparison .the_jewel_cafe .logo {
width: 90px;
margin-bottom: 3px;
}
section.ex-purchase
.section-inner
.box
.comparison
.the_jewel_cafe
.the_price {
background-color: #d01427;
color: #fff;
padding: 0.3em 1em;
box-sizing: border-box;
}
section.ex-purchase
.section-inner
.box
.comparison
.the_jewel_cafe
.the_price
.the_value {
padding-left: 1em;
font-style: italic;
}
section.ex-purchase .section-inner .box .comparison .image {
width: 55%;
}
section.ex-purchase .section-inner .box .comparison .image img {
vertical-align: bottom !important;
}
section.policy .policies .item .image {
z-index: 1;
}
.section-inner {
width: 90vw;
padding: 40px 0px;
}
section.ex-purchase .section-inner .intro {
margin-bottom: 6.6vw;
}
section.kinds .section-inner .-cushion {
padding: 0vw !important;
}
.q {
margin: 30px 0px 8px 0px;
}
section.kaitori-resuluts .section-inner .lh-20 {
padding-bottom: 7vw;
font-size: 14px;
}
section.kaitori-voice .section-inner {
padding: 0;
}
section.kinds .common-ttl .commonHead .container .logo,
section.kaitori-faq .common-ttl .commonHead .container .logo,
section.kaitori-howto .common-ttl .commonHead .container .logo,
section.kaitori-voice .common-ttl .commonHead .container .logo,
section.kaitori-resuluts .common-ttl .commonHead .container .logo,
section.policy .bg .head .container .logo,
section.common-kaitori-resuluts .wrap-inner .commonHead .container .logo,
section.ex-purchase .commonHead .container .logo {
width: 20vw;
margin-bottom: 10px;
}
.tentouKaitori .right .kaitoriName,
.takuhaiSyuttyouKaitori > .left .head .right .kaitoriName,
.takuhaiSyuttyouKaitori > .right .head .right .kaitoriName {
font-size: 20px !important;
line-height: 1 !important;
font-weight: bold !important;
}
.tentouKaitori .left,
.takuhaiSyuttyouKaitori > .left .head > .left {
width: 38% !important;
margin-right: 1em !important;
}
.takuhaiSyuttyouKaitori .left .head .right {
width: 60% !important;
display: flex;
flex-direction: column;
justify-content: space-around;
}
section.kaitori-resuluts .section-inner .tentouKaitori .right {
width: 60% !important;
justify-content: space-around;
}
.section-inner .d-f .right .txt1 { }
.takuhaiSyuttyouKaitori > .right .head > .left {
width: 40% !important;
margin-right: 1em !important;
}
.takuhaiSyuttyouKaitori > .right .head > .right {
width: 60% !important;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
section.intro .en img {
width: 17vw !important;
transform: translate(-24vw, 2vw) rotate(-23deg) !important;
}
section.intro .appeal { border-radius: 10px;
width: 70%;
padding-right: 10px;
}
section.policy .policies .item .panel .number {
font-size: 0.7rem;
width: auto !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: inherit !important;
} .text.fs_12.ls._15 {
letter-spacing: 0.11em;
font-size: 12px;
}
p.intro.lh_20.tal.ls_15 {
letter-spacing: 0px;
letter-spacing: 0.15rem;
}
.p-10.priceBox.jc-sb {
letter-spacing: 0px;
}
.intro.lh_20.tal.ls_15 {
letter-spacing: 0px;
font-size: 14px;
}
p.lh-20 {
letter-spacing: 0px;
}
.right {
letter-spacing: 0px;
}
.takuhaiSyuttyouKaitori > .left .point li {
letter-spacing: 0;
padding: 10px 2px;
display: flex;
align-items: center;
justify-content: center;
}
ul.point.d-f.jc-sb {
display: flex;
}
h3.kaitoriName { }
p.lh-18.ta-l {
letter-spacing: 0px;
font-size: 14px;
}
.takuhaiSyuttyouKaitori > .right .point li {
display: flex;
justify-content: center;
align-items: center;
padding: 10px 2px;
}
.swiper-wrapper {
height: auto !important;
}
.kaitori-voice .voice-list2 .voice-list-item .voice-default .voice-ttl {
font-size: 18px;
letter-spacing: 0;
}
.kaitori-voice .star-rating-front::after,
.kaitori-voice .star-rating-back::after {
font-size: 16px;
}
.kaitori-voice .count-rating .rating-value {
color: #de1122;
font-size: 16px;
}
.value.fs_14 {
letter-spacing: 0px;
font-size: 16px;
}
.value.fs_12 {
letter-spacing: 0px;
font-size: 14px;
}
.ico.fs_15 {
padding-right: 10px;
}
.text.fs_12 {
letter-spacing: 0px; }
.kaitori-howto-txt.fs_12 {
letter-spacing: 0px;
font-size: 14px;
}
.voiceBox-inner {
font-size: 16px;
}
h3.voice-ttl {
font-size: 16px !important;
}
section.kinds .common-ttl {
background: none !important;
}
.intro.lh_20.tal.ls_15 {
background: none;
}
section.kaitori-faq .section-inner .-cushion {
padding: 0px !important;
}
section.shop {
border-radius: 0px !important;
}
.mb-20-text-area {
min-height: 120px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.right { }
.logo .-img--resize {
width: 20vw;
}
.result-btn:before {
background: none !important;
}
section.policy .policies .item .panel .float {
min-height: 200px;
} .common-ttl .commonHead {
background: none !important;
}
.common-ttl {
background-repeat: no-repeat;
padding: 0px !important;
}
.section-ja-title {
margin: 12px 0 20px;
color: #323232;
font-size: 20px;
letter-spacing: 0.01em;
}
.kaitori section {
padding-bottom: 0px !important;
}
.kaitori-howto .section-inner {
padding-bottom: 0px !important;
}
section.policy .container {
padding-left: 26vw !important;
}
body { }
.common-kaitori-resuluts .commonHead .container {
max-width: 70%;
}
.count-rating.color-red {
align-items: center;
}
.kaitori-voice .rating .text-center .count-rating .color-red .bold {
font-size: 16px;
}
section.kaitori-voice .rating .text-center .count-rating .bold {
font-size: 16px;
}
.kaitori-voice .count-rating .devider {
height: 16px;
}
section.ranking .body .item .title {
background: linear-gradient(to right, #e64778, #be0d14);
}
.item .medal img {
width: 30px !important;
}
section.ranking .body .item .title .value {
font-size: 1.4rem !important;
}
section.ranking .body .item .lower .image {
display: none !important;
}
.ranking .common-ttl .commonHead .container {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.ranking .common-ttl .commonHead .container .index.fw_700 {
display: flex;
flex-direction: column;
align-items: flex-start;
color: black;
}
.en.fs_09 {
font-weight: normal !important;
}
.kaitori-resuluts .detailBtn {
display: flex;
justify-content: center;
align-items: center;
}
.kaitori-resuluts .detailBtn:after {
content: "" !important;
background-image: url(//jcmy-stg.dev.crane-a.co/wp-content/themes/new_jewel5745747/img/icon/arrow-left.svg) !important;
background-size: contain !important;
width: 15px;
height: 15px;
background-repeat: no-repeat;
background-position: center;
margin: 0px 10px;
}
.kaitori-voice .voice-list2 .voice-txt .more:after {
content: "" !important;
background-image: url(//jcmy-stg.dev.crane-a.co/wp-content/themes/new_jewel5745747/img/icon/arrow-left.svg) !important;
background-size: contain !important;
width: 15px;
height: 15px;
background-repeat: no-repeat;
background-position: center;
}
.kaitori-voice .voice-list2 .voice-txt .more {
height: 25px;
width: 98.5%;
line-height: 45px;
margin-top: 6px;
text-align: right;
color: #323232;
cursor: pointer;
}
.others th,
.others td {
font-weight: 700 !important;
letter-spacing: 0px;
}
.result-btn {
padding-left: 0px !important;
text-align: center;
}
section.intro .text {
font-weight: bolder !important;
}
.kaitori-howto-item-title {
font-weight: bolder !important;
}
section.intro .main {
font-size: 2.4rem;
width: 60%;
}
section.kaitori-faq .common-ttl .commonHead .container {
max-width: 60%;
}
}@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700&display=swap");
@media screen and (min-width: 751px) {
.frame {
max-width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
padding-top: 20px;
flex-direction: column;
font-size: 16px;
}
section.intro {
padding-bottom: 3.5rem;
}
.frame .maincontent {
width: 100%;
}
.text.fs_12.ls_15 {
width: 68%;
font-size: 16px;
}
section.intro {
background-size: 364px;
}
section.intro .main {
width: 80% !important;
}
section.shop { }
.common-kaitori-resuluts .item-list li {
width: 19% !important;
margin-right: 10px;
}
.common-kaitori-resuluts .item-list li .priceBox .right {
font-size: 20px;
width: 100% !important;
text-align: right;
}
.commonHead.flex.-jscenter.ls_15 {
background-size: contain;
}
ul.item-list.d-f {
justify-content: center;
}
.p-10 {
display: flex;
flex-direction: column;
min-height: 130px;
justify-content: space-between;
}
.kaitori-howto-item.d-f {
justify-content: flex-start;
}
.image img {
object-fit: contain;
width: 100%;
}
.q {
margin: 40px 0px 10px 0px;
}
.kaitori-voice .voice-list2 .voice-list-item .voice-default .voice-ttl {
font-size: 20px;
}
.voiceBox-inner {
font-size: 16px;
}
.value.fs_12 {
font-size: 16px;
}
.q.flex.-jsstart.-alstart.fw_700 {
font-size: 20px;
}
.value.fs_14 {
font-size: 20px;
}
.ico.fs_15 {
font-size: 20px;
padding-right: 10px;
}
section.kaitori-faq {
padding-bottom: 3.5rem;
margin-bottom: 3.5rem;
}
.kaitori-howto-txt.fs_12 {
font-size: 16px;
line-height: 2; }
.kaitori-faq .common-ttl {
background-repeat: no-repeat;
max-width: 100%;
background-size: auto;
}
#main {
width: auto !important;
float: none !important;
}
section.intro .main {
font-size: 3.2rem !important;
letter-spacing: 0.15rem;
font-weight: bolder;
}
section.intro .logo {
margin-bottom: 1em !important;
}
.intro.lh_20.tal.ls_15 {
background: none;
}
a,
.wrap.flex.-jsstart {
color: black;
}
section.columns .body {
padding: 50px 0px;
}
.close-btn,
.more-btn {
display: block;
width: 100%;
padding: 80px 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);
}
.more-btn p {
display: inline-block;
color: #fff;
cursor: pointer;
background: #de1122;
padding: 5px 20px;
padding: 10px 82px;
border-radius: 50px;
font-weight: 700;
}
.more-btn p:hover {
opacity: 0.6;
transition: all 0.3s;
}
p.lh-18.ta-l {
font-size: 16px;
min-height: 53px;
width: 90%;
}
body { }
section.intro .serif .sub,
section.intro .serif .appeal {
font-weight: bolder !important;
margin: 12px 0px;
line-height: 1;
}
section.intro .serif .appeal {
margin: 0;
margin-top: 30px;
font-size: 4rem;
max-width: 70%;
}
section.intro .main:after {
width: 100%;
height: 1px;
bottom: 0;
background: rgb(218, 23, 43);
background: -moz-linear-gradient(
90deg,
rgba(218, 23, 43, 1) 59%,
rgba(218, 23, 43, 0) 100%
);
background: -webkit-linear-gradient(
90deg,
rgba(218, 23, 43, 1) 59%,
rgba(218, 23, 43, 0) 100%
);
background: linear-gradient(
90deg,
rgba(218, 23, 43, 1) 59%,
rgba(218, 23, 43, 0) 100%
);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#da172b", endColorstr="#da172b", GradientType=1);
}
} @media screen and (max-width: 750px) {
picture img {
opacity: 1;
}
.main.fs_26.fc_red.after.brandtxt { border-radius: 10px;
}
.section-inner {
padding: 40px 0px;
}
.intro.lh_20.tal.ls_15 {
background: none;
}
section.shop {
background: #de1022 !important;
border-radius: 0px !important;
}
section.policy .policies .item .image {
z-index: 1;
}
section.policy .policies .item .dots {
z-index: 0;
}
.content-txt {
padding: 40px 0px;
}
section.kaitori-faq .section-inner .body .each {
margin-bottom: 2em;
}
section.kaitori-faq .section-inner .-cushion {
padding: 0 !important;
}
.q.flex.-jsstart.-alstart.fw_700 {
margin-bottom: 5px;
}
.mb-20-text-area {
min-height: 130px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.right {
float: right;
}
.logo .-img--resize {
width: 20vw;
}
.result-btn:before {
background: none !important;
}
body { }
.common-kaitori-resuluts .commonHead .container {
max-width: 80%;
}
.tentouKaitori .left,
.takuhaiSyuttyouKaitori > .left .head > .left {
width: 38% !important;
margin-right: 1em !important;
}
section.intro .main {
font-weight: bolder;
}
section.intro .text {
font-weight: normal !important;
}
.right.color-red {
float: left;
}
section.results .commonHead .container {
max-width: 80%;
}
.kaitori-voice .rating {
margin-top: 2rem;
}
.ranking .common-ttl .commonHead .container {
max-width: 80%;
}
section.kaitori-howto .commonHead .container {
max-width: 70%;
}
section.intro .sub {
max-width: 52%;
font-size: 2rem;
letter-spacing: 0px !important;
}
section.intro .appeal {
font-size: 2.6rem;
margin: 0.5em 0 0.5em 0 !important;
letter-spacing: 0px !important;
}
.main.fs_25 {
letter-spacing: 0px !important;
}
.voiceBox-inner {
font-size: 1.4rem !important;
padding-top: 0.5rem;
}
.fs_14 {
font-size: 1.4rem !important;
}
.fs_12 {
font-size: 1.2rem !important;
}
p.lh-18 {
font-size: 1.2rem;
}
.takuhaiSyuttyouKaitori > .left .linkBtn a,
.takuhaiSyuttyouKaitori > .left .point li,
.takuhaiSyuttyouKaitori > .right .head .right .txt1,
.takuhaiSyuttyouKaitori > .right .linkBtn a,
.takuhaiSyuttyouKaitori > .right .point li,
.section-inner .d-f .right .txt1,
.tentouKaitoriPoint_sp li {
font-size: 1.2rem;
}
}