/*                     
                    共通
                                                      */
.gothic {
   font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
.h2_design {
    color: #1C4223;
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 700;
}
.h3_design {
    font-size: 21px;
    text-align: center;
    font-weight: 700;
    margin: -15px 0 15px;
}
.center {
    text-align: center;
}
.small_font2 {
    font-size: 12px;
    text-align: center;
}
.flex {
    flex-wrap: wrap;
}
section#high-reason,section#reference, section#high-reason, section#certificate, section#promise, section#genre, section#buy_now, section#enhanced-models, #section, section#qa, section#watch_nayami, section#customer-voice, section#choice_reason {
    margin-top: 50px;
}
.h2_design01 {
    text-align: center;
    background: #1C4223;
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}
.small_font3 {
    font-size: 16px;
}
@media screen and (max-width:768px) { 

}
@media screen and (max-width:600px) { 

}
@media screen and (max-width:440px) { 

}
@media screen and (max-width:375px) { 

}




/*                     
-----------------------------メインビジュアル-----------------------------
*/

.mv_area {
    min-height: 475px;
	position: relative;
}
.mv_back {
    height: 81%;
    background-image: linear-gradient(90deg, #1B4223, #6E882F);
    box-shadow: 0 5px 40px 10px #000000;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
	z-index: -1;
}
div#child-mv .mv_back {
    background-image: linear-gradient(90deg, #1B4223, #6E882F);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: -1;
}
div#child-mv .mv_left {
    width: 65%;
    padding: 15px 0 25px;
    margin: 0 auto 0 0;
}
div#child-mv .mv_mainimg {
    transform: translate(-60%, -50%);
    max-width: fit-content;
    max-height: 550px;
}
div#child-mv .newdesign_container {
    padding: 0;
    overflow: hidden;
    z-index: 10;
    position: relative;
}
div#child-mv .mv_right {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
}
.l-main-img__item {
    width: 32%;
    color: rgb(var(--brown));
    font-weight: 700;
    background: unset;
    font-size: 2vw;
}
.l-main-img__item .txt {
    -webkit-transform: unset;
    transform: unset;
}
.mv_area h1 {
    color: #ffffff;
    font-size: 53px;
    text-shadow: 0px 0 2px #ffffff;
	letter-spacing: -2px;
}
.mv_area h1 span {
    display: block;
    text-align: center;
    line-height: 1.25;
}
.mv_left {
    width: 60%;
	text-align: center;
}
.mv_right {
    width: 40%;
	position: relative;
}
.mv_mainimg, .mv_sub1img, .mv_sub2img {
    position: absolute;
    max-width: 325px;
    filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.6));
}
.mv_mainimg {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
	max-width: 425px;
	z-index: 5;
}
.mv_sub1img {
    top: 0;
    left: -350px;
    bottom: 0;
    right: 0;
    margin: auto;
}
.mv_sub2img {
    top: 0;
    left: 0;
    bottom: 0;
    right: -350px;
    margin: auto;
}
.newdesign_container {
    width: 90%;
	max-width: 1300px;
	min-height: 475px;
    margin: auto;
	align-items: center;
	padding: 25px 0 15px;
}
.gold_gra {
    position: relative;
    font-size: 65px;
    font-weight: 600;
    text-align: center;
    color: transparent;
    background: linear-gradient(to bottom, #bf8848, #bf8848, #FEF5CF, #BF883C, #ffe6b6, #E0AB53);
    -webkit-background-clip: text;
    background-clip: text;
	filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.6));
}
.small_font {
    text-align: center;
    color: #ffe6b6;
    margin: 7px 0;
    text-shadow: 0 0 5px #000000;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
	display: inline-block;
    position: relative;
}
.small_font::before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 55px;
    left: -35px;
    top: 10px;
    background-image: url(../img/common/flower_flame.png);
    background-size: cover;
}
.small_font::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 55px;
    right: -35px;
    top: 10px;
    background-image: url(../img/common/flower_flame.png);
    background-size: cover;
    transform: scaleX(-1);
}
.small_font span {
    font-size: 40px;
    font-weight: 800;
    margin: 0 3px;
    color: transparent;
    background: linear-gradient(to bottom, #bf8848, #bf8848, #FEF5CF, #BF883C, #ffe6b6, #E0AB53);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.mv_left ul.flex {
    justify-content: center;
}
.mv_left ul li {
	background: rgb(1 22 8 / 50%);
  color: #ffffff;
  padding: 10px 25px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin: 10px;
  position: relative;
  border-image: linear-gradient(to bottom right, #bf8848, #bf8848, #FEF5CF, #BF883C, #ffe6b6, #E0AB53) 1;
  border-style: solid;
  border-width: 2px; 
  line-height: 1.5;
  overflow: hidden;
}
/* キラキラのアニメーション
.mv_left ul li::before {
    display: block;
    position: absolute;
    z-index: 1;
    left: -100%;
    content: "";
    width: 100%;
    height: 70%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #E6F2FF 50%, rgba(255, 255, 255, 0) 100%);
}
.mv_left ul li:nth-child(1)::before {
    animation: shiny 2s infinite linear 0.3s;
}
.mv_left ul li:nth-child(2)::before {
    animation: shiny 2s infinite linear 0.8s;
}
.mv_left ul li:nth-child(3)::before {
    animation: shiny 2s infinite linear 1.3s;
}*/
.mv_left ul li span {
    font-size: 22px;
}
.mv_h1bottom {
    font-size: 40px;
}
.image_credit {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}


/*                     
                    強化ブランド一覧
                                                      */
section#genre ul {
    width: 100%;
    flex-wrap: wrap;
}
.genre_item {
    width: calc(100%/6 - 25px);
    margin-bottom: 40px;
}
.genre_item .img_back {
    background: #F8F8F8;
    border-radius: 50%;
    padding: 15px;
    min-height: 115px;
    aspect-ratio: 1 / 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_back img {
    filter: drop-shadow(2px 4px 4px #868686);
    max-height: 90px;
}
.genre_item_txt {
    font-weight: 700;
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: #000000;
    margin: 5px 0;
    line-height: 1.1;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.genre_item_txt::after {
    content: "";
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: transparent transparent #333333 #333333;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -12px;
}
.genre_item:not(:nth-child(6n - 5)) {
    margin-left: 30px;
}

/*                     
                    証明書エリア
                                                      */

.certificate_area ul {
    flex-wrap: wrap;
    width: 85%;
    margin: 25px auto 10px;
}
.certificate_area ul li {
    width: calc(100%/3 - 30px);
    margin: 0 15px;
    text-align: center;
}
.certificate_area ul li:nth-child(1),
.certificate_area ul li:nth-child(2),
.certificate_area ul li:nth-child(3)
{
    margin: 0 15px 20px;
}
.certificate_area ul li span {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 5px;
    color: #000000;
}

/*                     
                    お客様との約束
                                                      */

section#promise {
    background-image: linear-gradient(135deg, #566A33 0%, #09270F);
    padding: 10px;
}
.promise_left_txt {
    font-size: 13px;
    font-weight: 700;
    display: block;
}
.promise_container {
    border: 1px solid #ffffff;
}
.promise_wrap {
    color: #ffffff;
}
.promise_left_ttl {
    font-size: 25px;
    color: #EFD784;
    font-weight: 700;
    display: block;
}
.promise_left {
    width: 35%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.promise_ul {
    padding: 25px 10px 25px 0;
    line-height: 3;
}
.promise_ul li span {
    color: #EFD784;
}
.promise_ul li::before {
    background: #63815c;
    padding: 5px 7px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.promise_ul li:nth-child(1)::before {
    content: "01";
}
.promise_ul li:nth-child(2)::before {
    content: "02";
}
.promise_ul li:nth-child(3)::before {
    content: "03";
}
.promise_ul li:nth-child(4)::before {
    content: "04";
}
.promise_ul li:nth-child(5)::before {
    content: "05";
}
.promise_ul li {
    font-size: 17px;
    padding-left: 50px;
    position: relative;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: 700;
}
.promise_ul li::before {
    padding: 0;
    width: 30px;
    height: 30px;
    margin-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 30px;
}
.promise_ul li:last-child {
    margin-bottom: 0;
}



/*                     
                    参考買取価格
                                                      */

section#reference {
    margin-bottom: -15px;
}
.reference-item img {
    max-width: 125px;
    filter: drop-shadow(2px 2px 5px #cccccc);
}
.reference-details {
    width: calc(100% - 125px);
    text-align: center;
    padding-left: 10px;
}
.item-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}
.model-number {
    font-size: 10px;
}
.reference-pricetxt {
    background: #F5F8EE;
    color: #1C4223;
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0;
    padding: 2px 0;
    width: 100%;
    text-align: center;
}
section#reference .price {
    color: #C8A426;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
}
.reference-item {
    width: calc(100%/2 - 10px);
    list-style: none;
    box-shadow: 0 0 3px 0 #ccc;
    padding: 10px;
    margin-bottom: 15px;
    align-items: center;
}
.reference-item:nth-child(2n) {
    margin-left: 15px;
}
section#reference .price span {
    font-size: 18px;
    vertical-align: middle;
}
.reference-details .flex {
    width: 100%;
    justify-content: center;
}

/*                     
                    高く買取できる理由
                                                      */
section#high-reason {
    margin-bottom: -15px;
}                                                  
#high-reason h2 {
    background: #ffffff;
    display: inline-block;
    text-align: center;
    z-index: 10;
    font-size: 21px;
    font-weight: 700;
    color: #1C4223;
    padding: 0 20px;
}
.high-reason-h2box {
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}
.black-line {
    width: 100%;
    background: #000000;
    height: 1px;
    position: absolute;
}
.high-reason-item span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.high-reason-item {
    width: calc(100%/2 - 15px);
    background: #F5F8EE;
    padding: 25px 30px 20px;
    position: relative;
    margin-bottom: 15px;
}
.high-reason-item span::before {
    display: block;
    content: "";
    background: #1C4223;
    height: calc(tan(60deg) * 70px / 2);
    width: 65px;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.high-reason-item span {
    font-weight: 700;
    font-size: 20px;
}
.high-reason-title {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    color: #1c4223;
    margin-bottom: 10px;
}
.high-reason-item:nth-child(2n) {
    margin-left: 15px;
}
.reason-list {
    margin-top: 25px;
}
.high-reason-text {
    font-size: 14px;
}

/*                     
-----------------------------売るなら今-----------------------------
*/
section#buy_now h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
.buy_now_head {
    background: #4E6A15;
    padding: 15px;
    position: relative;
}
section#buy_now h2 span {
    font-size: 33px;
    display: inline-block;
    margin-left: 5px;
}
.buy_now_head p {
    position: absolute;
    color: #4E6A15;
    background: #ffffff;
    padding: 10px 17px;
    border-radius: 7px;
    border: 1px solid #4E6A15;
    top: -20px;
    left: 20%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.buy_now_head p::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 5px 7px 0 7px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
}
.buy_now_txt {
    border: 1px solid #4e6a15;
    padding: 20px 30px 0;
}
.buy_now_txt p {
    margin-bottom: 20px;
}


/*                     
-----------------------------参考買取相場 続きを読むボタン-----------------------------
*/

/* 初期は11件目以降を非表示 */

/* ▼ グラデーション演出 */
.reference-viewport {
  position: relative;
  /* 背景色がサイトと合うよう必要なら変えてください */
  --ref-bg: #fff;
  background: var(--ref-bg);
}
/* 下端に白→不透明のグラデーションを重ねる */
.reference-viewport.has-gradient::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 100px;              /* ぼかしの高さはお好みで */
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), var(--ref-bg) 85%);
}
/* ダーク背景の場合の例（必要なら適用）
.reference-viewport.is-dark { --ref-bg: #111; }
.reference-viewport.is-dark.has-gradient::after {
  background: linear-gradient(to bottom, rgba(17,17,17,0), var(--ref-bg) 60%);
}
*/

/* ボタン体裁（調整どうぞ） */
.reference-more { margin-top: 12px; text-align: center; position: relative;}
.reference-toggle {
  padding:.6em 1.2em; border:1px solid #ddd; border-radius:6px;
  background:#fff; cursor:pointer; font-size:14px;
}
.reference-toggle[aria-expanded="true"] { border-color:#bbb;    display: none; }
.reference-toggle {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-align: center;
    z-index: 2;
    bottom: 10px;
    width: 225px;
    color: #ffffff;
    background: #1C4223;
    border-radius: 40px;
    padding: 10px;
    border: 4px double;
    font-weight: 700;
    right: 0;
    left: 0;
    margin: auto;
}

/*                     
-----------------------------買取強化モデル-----------------------------
*/
section#enhanced-models {
    margin-bottom: -20px;
}
.model-item_img {
    max-width: 130px;
    filter: drop-shadow(2px 4px 3px #cccccc);
    height: 130px;
    object-fit: cover;
    margin-left: -5px;    
}
.model-details {
    width: calc(100% - 135px);
    margin-left: 20px;
}
.model-item .flex {
    align-items: center;
}
.model-item {
    width: calc(100%/2 - 8px);
    align-items: center;
    background: #F5F8EE;
    margin-bottom: 20px;
    border: 1px solid #1c4223;
    position: relative;
    padding: 20px 15px;
}
.model-item:nth-child(2n) {
    margin-left: 15px;
}
.model-name {
    font-weight: 700;
    color: #1c4223;
    line-height: 1.3;
    font-size: 17px;
}
.model-description {
    font-size: 12px;
    margin-top: 10px;
}
.model-item a::after {
    content: "";
    background: #ffffff;
    height: calc(tan(60deg) * 10px / 2);
    width: 8px;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    position: absolute;
    bottom: 3px;
    right: 3px;
}
.model-item a {
    width: 250px;
    display: block;
    text-align: center;
    margin: 15px auto 0;
    padding: 10px;
    background: #1c4223;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    border: 4px double #ffffff;
}
.model-item a:hover {
    opacity: 0.4;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.model-name span {
    font-size: 14px;
}
.model-item_imgwrap {
    width: 115px;
    margin-left: -10px;
}





/*                     
                    続きを読むボタン
                                                      */
.cp_box1, .cp_box2 {
  position: relative;
}
.cp_box1 input, .cp_box2 input {
  display: none;
}
.cp_box1 label, .cp_box2 label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: -10px;
  width: 100%;
  height: 175px; 
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.cp_box1 input:checked + label, .cp_box2 input:checked + label {
  background: inherit;
}

.cp_box1 .cp_container, .cp_box2 .cp_container {
  overflow: hidden;
  height: 450px; 
  transition: all 1.5s;
}
.cp_box1 label:after,
.cp_box1 label::before,
.cp_box2 label:after,
.cp_box2 label::before {
  content: '';
  position: absolute;
  line-height: 2.5rem;
}
.cp_box1 label:after {
    z-index: 2;
    bottom: 30px;
    width: 225px;
    content: 'ブランド一覧を見る';
    color: #ffffff;
    background: #1C4223;
    border-radius: 40px;
    padding: 10px;
    border: 4px double;
    font-weight: 700;
}
.cp_box2 label:after {
    z-index: 2;
    bottom: 30px;
    width: 225px;
    content: 'お客様の声を見る';
    color: #ffffff;
    background: #1C4223;
    border-radius: 40px;
    padding: 10px;
    border: 4px double;
    font-weight: 700;
}
.cp_box1 label::before, .cp_box2 label::before {
  position: absolute;
  bottom: 38px;
  left: calc(50% -5px);
  z-index: 3;
  width: 10px;
  height: 5px;
  background: #ffffff;
  clip-path: polygon(50% 100%, 0 0, 100% 0)
}
/*閉じるボタン*/
.cp_box1 input:checked + label:after, .cp_box2 input:checked + label:after {
  content: '閉じる';
}
.cp_box1 input:checked + label:before, .cp_box2 input:checked + label:before {
  left: calc(50% -5px);
  transform: scale(1, -1);
    bottom: 70px;
}
.cp_box1 input:checked ~ .cp_container, .cp_box2 input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}




/*                     
                    よくある質問
                                                      */

.accordion dt .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.accordion dt .icon::before, .accordion dt .icon::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: #729925;
    transform: translate(-50%, -50%);
    transition: .3s ease;
    content: "";
}
.accordion dt .icon::after {
    width: 2px;
    height: 16px;
}

dt.reason_box {
    position: relative;
    padding: 15px 50px 15px 80px;
    border-bottom: 1px solid #729925;
    font-size: 18px;
    font-weight: 800;
}
#qa .reason_box::before {
    content: "Q.";
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    color: #729925;
    font-size: 25px;
    border: 0;
    background: none;
}
#qa dd.faq_a::before {
    content: "A.";
    position: absolute;
    left: 20px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    margin: auto;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}
#qa .accordion dd {
    margin: 0;
    padding: 15px 60px 15px 80px;
    position: relative;
    margin-top: -20px;
    border-bottom: 1px solid #729925;
}
.accordion dt.is-open .icon::after {
    transform: translate(-50%, -50%) rotate(-90deg);
}
.reason_box.faq.is-open {
    border-bottom: none;
}
/*                     
                    状態の悪い物
                                                      */
.watch_nayami_ul li {
    width: calc(100%/6);
    padding: 0 10px;
    margin-bottom: 25px;
}
.nayami_ttl_li {
    text-align: center;
    color: #1C4223;
    font-size: 15px;
}
.watch_nayami_ul img {
    max-width: 100%;
    margin-top: 10px;
}
.watch_nayami_ul {
    font-size: 14px;
}
.watch_nayami_ul p {
    line-height: 1.35;
    margin-top: 5px;
}

/*                     
                    店舗一覧
                                                      */

.c-shoplist01__item-link {
    flex-wrap: wrap;
}
.c-shoplist01__item-link span {
    color: #000000;
    font-size: 12px;
    width: 100%;
    margin-bottom: 3px;
}
.c-shoplist01__item {
    width: calc(100%/2 - 7px);
    margin-bottom: 10px;
    margin-left: 0;
}
.c-shoplist01__item h4 {
    color: #333;
    font-size: 16px;
}
.c-shoplist01__item-link {
    padding: 10px 23px 10px 10px;
}
.c-shoplist01__item:nth-child(n+4) {
    margin-top: 0;
}
.c-shoplist01__item:nth-child(2n) {
    margin-left: 10px;
}

/*                     
                    お客様の声
                                                      */


.customer-image-container img {
    max-height: 105px;
    height: auto;
    display: block;
    width: auto;
    margin: auto auto 0;
}
.customer-image-container {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 3px solid #dddddd;
    overflow: hidden;
    display: flex;
}
.customer-voice-item {
    flex-wrap: nowrap;
}
.customer-info-container {
    background: #F5F8EE;
    padding: 30px;
    border-radius: 10px;    
    position: relative;
    margin-left: 40px;    
}
.customer-title {
    color: #1c4223;
    font-weight: 700;
    font-size: 20px;
}
.customer_txt {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
}
.staff-comment {
    background: #ffffff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
}
.staff_ttl {
    color: #1c4223;
    font-weight: 700;
    font-size: 18px;
}
.staff_txt {
    font-size: 14px;
    line-height: 1.6;
}
.customer-voice-item:not(:nth-child(1)) {
    margin-top: 30px;
}
.customer-voice-item:nth-child(2n) .customer-image-area {
    order: 2;
}
.customer-voice-item:nth-child(2n) .customer-info-container {
    margin-left: 0;
    margin-right: 40px;
}
.customer-area {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}
.customer-info-container::before {
    content: "";
    position: absolute;
    top: 50px;
    left: -20px;
    z-index: 3;
    width: 20px;
    height: 30px;
    background: #f5f8ee;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.customer-voice-item:nth-child(2n) .customer-info-container::before {
    content: "";
    position: absolute;
    top: 50px;
    right: -20px;
    left: unset;
    z-index: 3;
    width: 20px;
    height: 30px;
    background: #f5f8ee;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

/*                     
                    選ばれ理由
                                                      */

.choice_reason_right {
    max-width: 250px;
    margin-left: 30px;
}
.choice_reason_list {
    flex-wrap: nowrap;
    background: #F8F8F8;
    padding: 20px 40px;
    align-items: center;
}
.choice_reason_num {
    font-size: 30px;
    width: 55px;
    height: 55px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    color: #1C4223;
}
.choice_reason_ttl {
    align-items: center;
        justify-content: left;
}
.choice_reason_ttl h3 {
    font-size: 20px;
    line-height: 1.35;
    margin-left: 15px;
    color: #1C4223;
}
.choice_reason_txt {
    margin-top: 10px;
    font-size: 14px;
}
.choice_reason_list:not(:first-child) {
    margin-top: 25px;
}
section#choice_reason ul {
    padding: 0;
}


/*                     
                    CTA
                                                      */

section#newcta_area {
    background: #F5F8EE;
}
.grenn_gra_back {
    background-image: linear-gradient(90deg, #1B4223, #6E882F);
    padding: 20px 0;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#newcta_area .big_font {
	font-size: 27px;
}
section#newcta_area .orange_back {
    background: #FF6C00;
    font-size: 12px;
    padding: 2px 10px;
	margin-left: 10px;
    border-radius: 30px;
}
.newcta_area_wrap {
    padding: 40px 30px 15px;
}
.newcta_tel {
    background: #ffffff;
    box-shadow: 0 3px 5px 0 #d0d5c3;
    position: relative;
    padding: 30px 0 15px;
    text-align: center;
    font-weight: 700;
	font-size: 14px;
	margin-bottom: 20px;
}
.newcta_tel_float {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: inline-block;
    width: 275px;
    background: #D8E1C3;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #1C4223;
    padding: 5px;
}
.newcta_tel a {
    text-decoration: none;
    font-size: 50px;
    line-height: 1.2;
    position: relative;
    margin-left: 50px;
    color: #000000;
    margin-bottom: 5px;
    display: inline-block;
}
.newcta_tel a::before {
    content: "";
    background-image: url(../img/lp_watch/freedial.svg);
    width: 60px;
    height: 40px;
    background-size: contain;
    display: block;
    position: absolute;
    left: -70px;
    top: 12px;
}
.newcta_area_ttl {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #1C4223;
}
.newcta_area_line {
    background: #06C755;
    color: #ffffff;
    width: 250px;
    text-align: center;
    padding: 15px 0px;
	font-weight: 700;
	border-radius: 5px;
	margin-right: 15px;
    font-size: 18px;	
	box-shadow: 0 3px 5px 0 #d0d5c3;
}
.newcta_area_mail {
    background: #C8A426;
    color: #ffffff;
    width: 250px;
    text-align: center;
    padding: 15px 0px;
    font-weight: 700;
	border-radius: 3px;
    font-size: 18px;	
	box-shadow: 0 3px 5px 0 #cdc39e;
}
.newcta_area_wrap .flex {
    justify-content: center;
    margin: 10px 0 25px;
}
.arrow1 {
    position: relative;
}
.arrow1::after {
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(-135deg);
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 15px;
}
.newcta_area_shuttyou, .newcta_area_tenpo, .newcta_area_takuhai {
    background: #729925;
    color: #ffffff;
    width: 250px;
    text-align: center;
    padding: 15px 0px;
    font-weight: 700;
	border-radius: 3px;
	font-size: 18px;
	box-shadow: 0 3px 5px 0 #d0d5c3;
}
section#newcta_area .kaitori_area {
    justify-content: space-around;
}
.newcta_area_tenpo::before {
    content: "";
    background-image: url(../img/lp_watch/shop.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    background-size: contain;
    display: block;
    position: absolute;
    left: 30px;
    top: 8px;
}
.newcta_area_takuhai::before {
    content: "";
    background-image: url(../img/common/boxicon_white.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
    display: block;
    position: absolute;
    left: 25px;
    top: 8px;
}
.newcta_area_shuttyou::before {
    content: "";
    background-image: url(../img/lp_watch/syuttyo_icon.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    background-size: contain;
    display: block;
    position: absolute;
    left: 30px;
    top: 11px;
}
.spon {display: none;}
.fade-in-target {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 2s ease-out;
}
.fade-in-target.show {
  opacity: 1;
  transform: translateY(0);
}
section#column {
    margin-top: 50px;
}







/******************************レスポンシブ*******************************/
@media screen and (min-width:600px) { 

}
@media screen and (min-width:768px) { 
.l-container .l-sidebar {
    margin-left: 30px;
}
}
@media screen and (min-width:1024px) { 
    .l-container {
        display: flex;
        width: 1150px;
        margin: 0 auto;
        padding-top: 40px;
    }
    .l-container .l-contents {
        width: 860px;
    }
}

@media screen and (max-width:1600px) { 
	.mv_area h1 {
		font-size: 50px;
	}
}
@media screen and (max-width:1200px) { 
	.mv_area h1 {
		font-size: 47px;
	}
    .l-container {
        max-width: 1000px;
    }
    .mv_mainimg, .mv_sub1img, .mv_sub2img {
    max-width: 275px;
    }
    .mv_mainimg {
    max-width: 350px;
    }
    .mv_sub1img {
    left: -350px;
    }
    .mv_sub2img {
    right: -350px;
    }
    .newdesign_container {
    width: 100%;
    min-height: 475px;
    margin: auto;
    align-items: center;
    padding: 25px 0 15px;
    }
    .mv_left {
    width: 57%;
    }
    .newcta_area_shuttyou, .newcta_area_tenpo, .newcta_area_takuhai {
        width: calc(100% / 3 - 10px);
        margin: 0 5px;
    }
    .promise_wrap {
    flex-wrap: nowrap;
    }
    .promise_ul li {
        line-height: 1.5;
    }
}
@media screen and (max-width:1024px) { 
	.mv_area h1 {
		font-size: 42px;
	}
}
@media screen and (max-width:768px) { 
.spon {display: block;}
section#high-reason, section#reference, section#high-reason, section#certificate, section#promise, section#genre, section#enhanced-models, #section, section#qa, section#watch_nayami, section#customer-voice {
    margin-top: 30px;
}
.mv_left {
    width: 100%;
}
div#parent-mv .newdesign_container {
    width: 95%;
    padding: 15px 0 0;
    align-items: start;
    min-height: 725px;    
}
div#parent-mv .mv_back {
    height: 88%;
}
div#child-mv .newdesign_container {
    width: 95%;
    padding: 15px 0 0;
    align-items: start;
    min-height: 725px;    
}
div#child-mv .mv_back {
    height: 88%;
}
.gold_gra {
    font-size: 55px;
}
.mv_area h1 {
    font-size: 40px;
}
.mv_h1bottom {
    font-size: 40px;
}
.mv_area h1 span {
    line-height: 1.35;
}
.mv_left ul li {
    width: calc(100%/3);
}
.mv_left .flex {
    flex-wrap: nowrap;
}
.mv_left ul li {
    padding: 5px;
    font-size: 14px;
    margin: 5px;
}
.mv_left ul li span {
    font-size: 18px;
}
.small_font {
    font-size: 16px;
}
.mv_right {
    width: 100%;
}
.mv_mainimg, .mv_sub1img, .mv_sub2img {
    max-width: 250px;
}
.mv_mainimg {
    max-width: 300px;
}
.mv_sub1img {
    left: -275px;
}
.mv_sub2img {
    right: -275px;
}
.grenn_gra_back {
    display: block;
}
.newcta_area_tenpo::before, .newcta_area_takuhai::before, .newcta_area_shuttyou::before {
    left: 15px;
}
.high-reason-item {
    width: 95%;
    padding: 25px 15px 15px;
    margin: 0 auto 10px;
}
.high-reason-item:nth-child(2n) {
    margin-left: auto;
}
#qa .reason_box::before {
    left: 15px;
    font-size: 22px;
}
.reason_box.faq.is-open {
    border-bottom: 0px;
}

dt.reason_box {
    margin-bottom: 0;
    padding: 20px 50px 20px 60px;
    font-size: 16px;
}
#qa .accordion dd {
    padding: 20px 15px 20px 60px;
    border-bottom: 1px solid #729925;
}
#qa dd.faq_a::before {
    left: 15px;
    font-size: 22px;
}
#qa .reason_box::before {
    line-height: unset;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    left: 15px;
    font-size: 22px;
}
section#qa .h2_design01 {
    margin-bottom: 0;
}
.watch_nayami_ul li {
    width: calc(100%/4);
    padding: 0 10px;
    margin-bottom: 25px;
}
.genre_item {
    width: calc(100%/5 - 16px);
    margin-bottom: 35px;
}
.genre_item:not(:nth-child(6n - 5)) {
    margin-left: 0;
}
.genre_item:not(:nth-child(5n - 4)) {
    margin-left: 20px;
}
.choice_reason_list {
    padding: 20px 25px;
}
.high-reason-title {
    font-size: 21px;
}
section#choice_reason {
    margin-top: 0;
}
.mv_left ul li {
    font-size: 16px;
}
.mv_left ul li span {
    font-size: 21px;
}
div#child-mv .mv_right {
    width: 100%;
    position: relative;
    order: 1;
}
div#child-mv .mv_left {
    width: 100%;
    padding: 15px 0 25px;
    order: 2;
}
div#child-mv .mv_right {
    transform: translate(-50%, -50%);
}
div#child-mv .mv_mainimg {
    transform: translate(-50%, -50%);
    height: 300px;
    width: auto;
}
div#child-mv .mv_back {
    height: 90%;
}
div#child-mv .newdesign_container {
    align-items: end;
        min-height: 777px;
}
div#child-mv .mv_back, div#parent-mv .mv_back {
    background-image: linear-gradient(0, #1B4223, #729925);
}
}

@media screen and (max-width:600px) { 
section#reference .h2_design01 {
    margin-bottom: 0;
}
.mv_left {
    width: 100%;
}
.high-reason-title {
    font-size: 16px;
}
div#parent-mv .newdesign_container {
    width: 95%;
    padding: 15px 0 0;
    align-items: start;
    min-height: 650px;    
}
div#parent-mv .mv_back {
    height: 100%;
}
div#child-mv .newdesign_container {
    width: 95%;
    padding: 15px 0 0;
    align-items: end;
    min-height: 650px;
}
div#child-mv .mv_mainimg {
    max-height: 250px;
}
.gold_gra {
    font-size: 50px;
}
.mv_area h1 {
    font-size: 28px;
}
.mv_h1bottom {
    font-size: 28px;
}
.mv_area h1 span {
    line-height: 1.35;
}
.mv_left ul li {
    width: calc(100%/3);
}
.mv_left .flex {
    flex-wrap: nowrap;
}
.mv_left ul li {
    padding: 5px;
    font-size: 14px;
    margin: 5px;
}
.mv_left ul li span {
    font-size: 18px;
}
.small_font {
    font-size: 12px;
}
.mv_right {
    width: 100%;
}
.mv_mainimg, .mv_sub1img, .mv_sub2img {
    max-width: 200px;
}
.mv_mainimg {
    max-width: 275px;
}
.mv_sub1img {
    left: -225px;
}
.mv_sub2img {
    right: -225px;
}
.grenn_gra_back {
    display: block;
}
section#newcta_area .big_font {
    display: block;
}
section#newcta_area .orange_back {
    font-size: 14px;
    padding: 4px 15px;
    margin-left: 0;
    border-radius: 5px;
}
.grenn_gra_back {
    padding: 15px 0;
}
.newcta_area_wrap {
    padding: 40px 10px 15px;
}
.newcta_tel {
    font-size: 16px;
}
.newcta_tel a {
    font-size: 35px;
    margin-left: 50px;
}
.newcta_tel a::before {
    background-repeat: repeat;
    width: 50px;
    height: 33px;
    left: -57px;
    top: 7px;
}
.newcta_area_line {
    width: 320px;
    margin-right: 0;
}
.newcta_area_mail {
    width: 320px;
    margin-top: 12px;
}
.newcta_area_shuttyou, .newcta_area_tenpo, .newcta_area_takuhai {
    width: 320px;
}
.newcta_area_shuttyou, .newcta_area_takuhai {
    margin-top: 12px;
}
.reference-item {
    width: 100%;
}
.reference-item:nth-child(2n) {
    margin-left: 5px;
}
section#reference .price {
    font-size: 27px;
    line-height: 1;
    width: 100%;
    margin-top: 2px;    
}
.reference-item img {
    max-width: 95px;
}
.reference-item {
    box-shadow: unset;
    padding: 12px 0;
    border-bottom: 1px solid #ededed;
    margin-bottom: 0;
}
.reference-details .flex {
    flex-wrap: nowrap;
    align-items: center;
}
.reference-pricetxt {
    font-size: 12px;
    width: 120px;
    padding: 3px 0;
    margin-right: 7px;
}
section#reference .flex {
    justify-content: center;
}
.reference-details {
    width: calc(100% - 110px);
    text-align: left;
}
.item-name {
    line-height: 1.45;
}
.model-number {
    margin-top: 3px;
}
section#buy_now h2 span {
    font-size: 27px;
    display: block;
    margin-left: 0;
}
section#buy_now h2 {
    line-height: 1.35;
}
.buy_now_head p {
    padding: 7px 15px;
    top: -27px;
    left: 8%;
    font-size: 18px;
    line-height: 1;
}
.buy_now_head {
    padding: 10px 0;
}
section#buy_now {
    width: 95%;
    margin: 50px auto 30px;
}
.buy_now_txt {
    padding: 15px 15px 0;
}
.model-item {
    width: 95%;
    margin: 0 auto 10px;
}
.model-item:nth-child(2n) {
    margin-left: auto;
}
.model-item a {
    padding: 10px 10px 10px 15px;
    margin: 15px auto 0;

}
.model-description {
    margin-top: 5px;
}
.model-details {
    width: calc(100% - 125px);
    margin-left: 15px;
}
.model-item:last-child {
    margin-bottom: 0;
}
.high-reason-item span::before {
    height: calc(tan(60deg) * 60px / 2);
    width: 55px;
}
.high-reason-item span {
    width: 35px;
    height: 35px;
    font-size: 18px;
}
.h2_design {
    font-size: 22px;
}
.certificate_area .center {
    text-align: left;
    padding: 0 10px;
}
.certificate_area ul {
    width: 100%;
    margin: 15px auto 10px;
}
.certificate_area ul li {
    width: calc(100%/2 - 20px);
    margin: 0 10px;
}
.certificate_area ul li:nth-child(1), .certificate_area ul li:nth-child(2), .certificate_area ul li:nth-child(3) {
    margin: 0 10px 20px;
}
.promise_left {
    width: 100%;
    margin-top: 20px;
}
.genre_item:not(:nth-child(4n - 3)) {
    margin-left: 20px;
}
.genre_item:not(:nth-child(6n - 5)) {
    margin-left: 0;
}
.genre_item:not(:nth-child(5n - 4)) {
    margin-left: 0;
}
.genre_item:not(:nth-child(4n - 3)) {
    margin-left: 10px;
}
.genre_item .img_back {
    padding: 12px;
    min-height: 70px;
    overflow: hidden;
}
.img_back img {
    max-height: 97%;
    filter: drop-shadow(1px 2px 2px #868686);    
}
.genre_item {
    width: calc(100%/4 - 8px);
    margin-bottom: 30px;
}
section#genre ul {
    width: 99%;
    margin: auto;
}
.genre_item_txt {
    font-size: 12px;
}
.watch_nayami_ul {
    margin-top: 15px;
}
.watch_nayami_ul li {
    width: calc(100%/3);
    padding: 0 7px;
    margin-bottom: 15px;
}
.c-shoplist01__item {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0;
}
.c-shoplist01__item:nth-child(2n) {
    margin-left: 0;
}
.c-shoplist01__item:nth-child(n+3) {
    margin-top: 0;
}
.c-shoplist01__item h4 {
    font-size: 15px;
}
.c-shoplist01 {
    padding: 0 15px;
}
.customer-voice-item {
    flex-wrap: wrap;
}
.customer-image-area {
    margin: 0 auto 10px;
}
.customer-image-container {
    width: 100px;
    height: 100px;
}
.customer-image-container img {
    max-height: 90px;
}
.customer-info-container {
    padding: 20px;
    width: 95%;
    margin: auto;
}
.customer-info-container::before {
    content: none;
}
.customer-title {
    font-size: 18px;
    line-height: 1.35;
}
.staff-comment {
    padding: 15px 20px;
    margin-top: 15px;
}
.customer-voice-item:nth-child(2n) .customer-image-area {
    order: unset;
}
.customer-voice-item:nth-child(2n) .customer-info-container {
    margin: auto;
}
.customer-voice-item:nth-child(2n) .customer-info-container::before {
    content: none;
}
section#enhanced-models, section#reference {
    margin-bottom: 0;
}
section#high-reason {
    margin-bottom: -10px;
}
.choice_reason_list {
    flex-wrap: wrap;
    padding: 15px;
}
.choice_reason_ttl {
    flex-wrap: nowrap;
    width: 100%;
}
section#choice_reason ul {
    padding: 0 10px;
}
.choice_reason_num {
    font-size: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.choice_reason_ttl h3 {
    font-size: 18px;
    margin-left: 10px;
}
.choice_reason_right {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
.choice_reason_right img {
    object-fit: cover;
    height: 175px;
    width: 100%;
}
.choice_reason_left {
    order: 2;
    margin-top: 15px;
}
section#reference {
    margin-top: 0;
}
.promise_wrap {
    flex-wrap: wrap;
}
div#child-mv .mv_mainimg {
    height: 250px;
    width: auto;
}
div#child-mv .mv_left {
    padding: 0 0 20px;
}
.model-item_img {
    max-width: 140px;
    height: 140px;
    margin-left: -10px;
}
}
@media screen and (max-width:440px) { 
.nayami_ttl_li {
    font-size: 14px;
}
.watch_nayami_ul p {
    font-size: 12px;
}
dt.reason_box {
    line-height: 1.35;
}
.h2_design, #high-reason h2 {
    font-size: 20px;
}
.promise_ul li {
    line-height: 1.35;
}
.model-name {
    font-size: 16px;
}
}
@media screen and (max-width:375px) { 
section#reference .price {
    font-size: 22px;
}
.item-name {
    font-size: 14px;
}
.mv_left ul li span {
    font-size: 16px;
}
.mv_left ul li {
    font-size: 12px;
}
.gold_gra {
    font-size: 40px;
}
.mv_area h1 {
    font-size: 25px;
}
.mv_h1bottom {
    font-size: 22px;
}
.mv_mainimg, .mv_sub1img, .mv_sub2img {
    max-width: 150px;
}
.mv_mainimg {
    max-width: 200px;
}
.mv_sub1img {
    left: -200px;
}
.mv_sub2img {
    right: -200px;
}
div#parent-mv .newdesign_container {
    width: 100%;
    padding: 15px 0 0;
    min-height: 525px;
}
div#child-mv .newdesign_container {
    width: 100%;
    padding: 15px 0 0;
    min-height: 600px;
}
.small_font::after {
    right: -25px;
}
.small_font::before {
    left: -25px;
}
.buy_now_txt {
    padding: 10px 10px 0;
}
.buy_now_txt p {
    margin-bottom: 15px;
}
.model-item_img {
    max-width: 100px;
}
.model-item {
    width: 97%;
    margin: 0 auto 10px;
    padding: 15px 10px;
}
.model-details {
    width: calc(100% - 110px);
    margin-left: 10px;
}
.model-item a {
    padding: 7px 10px 7px 15px;
    margin: 10px auto 0;
}
.model-name {
    font-size: 16px;
}
.h2_design01 {
    padding: 7px;
    font-size: 18px;
    margin-bottom: 15px;
}
#high-reason h2 {
    font-weight: 700;
}
dt.reason_box {
    padding: 15px 50px 15px 60px;
    font-size: 15px;
    line-height: 1.35;
}
.nayami_ttl_li {
    font-size: 14px;
}
.genre_item {
    width: calc(100%/3 - 8px);
    margin-bottom: 30px;
}
.genre_item:not(:nth-child(4n - 3)) {
    margin-left: 0;
}
.genre_item:not(:nth-child(3n - 2)) {
    margin-left: 10px;
}
.h2_design01 {
    font-size: 18px;
}
.choice_reason_ttl h3 {
    font-size: 15px;
    margin-left: 10px;
}
.choice_reason_num {
    font-size: 22px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.choice_reason_list {
    padding: 12px;
}
.h3_design {
    font-size: 18px;
    margin: -25px 0 15px;
}
.customer-info-container {
    padding: 15px;
    width: 97%;
}
.customer-title {
    font-size: 16px;
}
.staff-comment {
    padding: 10px 15px;
    margin-top: 10px;
}
.c-shoplist01 {
    padding: 0 10px;
}
.c-shoplist01__item h4 {
    font-size: 13px;
}
section#newcta_area .big_font {
    font-size: 24px;
}
.newcta_tel a {
    font-size: 30px;
}
.newcta_tel a::before {
    background-repeat: repeat;
    width: 38px;
    height: 25px;
    left: -45px;
    top: 7px;
}
.brand-tabs__nav li {
    min-width: calc(100%/3 - 8px);
}
.reference-pricetxt {
    font-size: 11px;
    width: 90px;
}
.watchtop-reference-item img {
    max-width: 75px;
}
.reference-details {
    width: calc(100% - 75px);
}
}
@media screen and (max-width:321px) { 
.mv_left ul li {
    font-size: 11px;
}

}