/*
Theme Name: MY-THEME
*/

@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    background-position: center center;
    box-sizing: border-box;
    outline: none;
}
html {
    -webkit-text-size-adjust: 100%;
    height: 100%;
    font-size: 62.5%;
}
@media screen and (max-width:1340px) {
    html {
        font-size: 56.25%;
    }
    .brand_title:before,
    .page_title:before {
        width: 770px !important;
    }
}
@media screen and (max-height:650px) {
    html {
        font-size: 56.25%;
    }
    .brand_title:before,
    .page_title:before {
        width: 770px !important;
    }
}
@media screen and (min-width:1680px) {
    html {
        font-size: 68.75%;
    }
}
@media screen and (min-width:1600px) {
    .brand_title:before,
    .page_title:before {
        width: 860px !important;
    }
}
body {
    position: relative;
    font-family: 'Lato', 'A-OTF 中ゴシックBBB Pro', '中ゴシックBBB', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.75;
    margin: auto;
    text-align: left;
    letter-spacing: 0.02em;
    background: #fff;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
li {
    list-style: none;
}
/*基本パーツ*/
p {
    text-align: justify;
    line-height: 2.0;
    font-weight: 500;
}
img {
    width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}
*::selection {
    background: #3B2F2F;
    color: #fff;
}
h1, h2, h3, h4, .bold, header, .link, .arrow, .btn, .scroll, .feature_list li:before {
    line-height: 1.5;
    font-size: 100%;
    font-weight: 700;
    font-family: 'Lato', 'YakuHanJP', 'A-OTF 見出ゴMB31 Pro', '見出ゴMB31';
}
table {
    border-collapse: collapse;
}
.sp_only {
    display: none;
}
.pc_only {
    display: block;
}
/*リンク*/
a {
    text-decoration: none;
    color: #3B2F2F;
    transition: 0.2s ease-in-out;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #3B2F2F;
}
a.child:hover {
    color: inherit;
}
a img {
    transition: 0.6s ease-in-out;
}
a:hover img {}
p a,
.bullets li a {
    text-decoration: underline;
}
.ph_r {
    border-radius: 60px;
}
.ph_r_s {
    border-radius: 15px;
}
.btn_center {
    text-align: center;
}
.btn_left {
    text-align: left;
}
.btn_right {
    text-align: right;
}
.btn_right {
    text-align: right;
}
.btn_right .btn {
    margin-left: 20px;
}
.btn_left .btn {
    margin-right: 20px;
}
.btn,
a.btn {
    display: inline-block;
    background: #F26671;
    text-align: center;
    min-width: 225px;
    border-radius: 100px;
    cursor: pointer;
    overflow: hidden;
}
.btn,
a.btn,
.btn a {
    color: #fff;
}
span.btn,
a.btn,
.btn a,
a .btn {
    padding: 18px 30px;
    position: relative;
    overflow: hidden;
}
span.btn .label,
a.btn .label,
.btn a .label {
    position: relative;
    z-index: 10;
}
span.btn:before,
a.btn:before,
.btn a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
    background: #F26671;
    transition: 0.2s ease-in-out;
}
span.btn:hover:before,
a.btn:hover:before,
.btn a:hover:before {
    top: 0;
}
.layout .btn {
    margin-bottom: -35px;
}
.arrow {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px;
    background-image: url("images/common/icon_arrow_black_right.svg");
    text-align: right;
    padding-right: 14px;
    display: block;
    font-size: 1.4rem;
}
.arrow_bottom {
    background-image: url("images/common/icon_arrow_black_bottom.svg");
}
.arrow_top {
    background-image: url("images/common/icon_arrow_black_top.svg");
}
.align_right {
    text-align: right;
}
.anno {
    margin-top: 15px;
}
.column {
    background: #fffdf8;
    border-radius: 15px;
    padding: 35px 40px;
}
.bg_white {
    background: #fff;
    border-radius: 80px;
    padding: 85px 75px;
}
.bg_white .icon {
    width: 150px;
    display: block;
    margin: 0 auto 45px auto;
}
.bullets {
    padding-left: 1.0em;
}
.bullets li {
    font-family: 'A-OTF 中ゴシックBBB Pro', '中ゴシックBBB', sans-serif;
    text-indent: -1.0em;
}
.page-template-page-sellfirst .bullets,
.page-template-page-sellrepeat .bullets {
    padding-left: 0;
}
.page-template-page-sellfirst .bullets li,
.page-template-page-sellrepeat .bullets li {
    text-indent: 0;
}
.title_center {
    text-align: center;
    margin-bottom: 80px !important;
}
.underline {
    text-decoration: underline;
}
/*文字詰め*/
.kern01 {
    letter-spacing: 0.1em;
}
.kern02 {
    letter-spacing: 0.2em;
}
.kern03 {
    letter-spacing: 0.3em;
}
.kern04 {
    letter-spacing: 0.4em;
}
.kern05 {
    letter-spacing: 0.5em;
}
.kern-005 {
    letter-spacing: -0.05em;
}
.kern-01 {
    letter-spacing: -0.1em;
}
.kern-02 {
    letter-spacing: -0.2em;
}
.kern-03 {
    letter-spacing: -0.3em;
}
.kern-04 {
    letter-spacing: -0.4em;
}
.kern-05 {
    letter-spacing: -0.5em;
}
/*Google map*/
.gmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.gmap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/*--------------------------------------
	
	font size
	
--------------------------------------*/
.font_xl {
    font-size: 4.0rem;
    margin-bottom: 55px;
}
.font_l {
    font-size: 3.2rem;
    margin-bottom: 40px;
}
.wide_1_3 .font_l {
    margin-bottom: 30px;
}
.font_l .sub,
.font_xl .sub {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 10px;
}
.font_m {
    font-size: 2.4rem;
    margin-bottom: 15px;
}
.font_s {
    font-size: 2.0rem;
    margin-bottom: 10px;
}
.img_list .wide_1_4 .font_s {
    margin-bottom: 4px;
}
.font_d {
    font-size: 1.6rem;
    margin-bottom: 6px;
}
.btn .font_s {
    margin-bottom: 0;
}
.font_xs {
    font-size: 1.4rem;
}
.font_xxs {
    font-size: 1.2rem;
}
.margin_bottom {
    margin-bottom: 40px;
}
.font_m .font_d,
.font_m .font_xxs {
    display: block;
    margin-bottom: 3px;
    margin-top: 3px;
}
/*--------------------------------------
	
	header
	
--------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 200;
    align-content: center;
    align-items: center;
}
header .logo {
    padding: 0 40px 0 60px;
    position: relative;
    z-index: 10;
    transition: 0.6s ease-in-out;
}
header .logo,
header .gnavi {
    margin-top: -10px;
}
header .logo a {
    display: block;
    width: 13vw;
}
header #menu {
    width: 100%;
}
header .navi {
    width: 100%;
}
header .navi_main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 80px 0 0;
    align-content: center;
    align-items: center;
    height: auto;
}
header .navi ul {
    display: flex;
    position: relative;
    z-index: 10;
}
header .gnavi li {
    margin: 0 20px 0 0;
    padding: 20px 0 10px 0;
}
.navi_cvn {
    padding: 50px;
    position: relative;
    z-index: 10;
    transition: 0.6s ease-in-out;
}
.navi_cvn a {
    display: block;
    background: #F26671;
    color: #fff;
    padding: 22px 40px;
    border-radius: 100px;
    line-height: 1;
}
header .navi_sub {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    background: E9DDCE;
}
header .navi_sub ul {
    display: flex;
    padding: 25px 0 0 0;
}
header .navi_sub ul.bottom {
    padding: 0 0 25px 0;
}
header .navi_sub ul li {
    line-height: 80px;
    margin-bottom: 18px;
    font-size: 1.5rem;
}
header .navi_sub ul li a {
    display: block;
    width: 100%;
    padding: 24px 0 0 0;
    background: no-repeat center top;
    background-size: 16px 16px;
}
header .navi_sub ul li.navi_shop a {
    background-image: url("images/common/icon_shop.svg");
}
header .navi_sub ul li.navi_faq a {
    background-image: url("images/common/icon_faq.svg");
}
header .navi_sub ul li.navi_contact a {
    background-image: url("images/common/icon_contact.svg");
}
header .navi_sub ul li.navi_ec a {
    padding: 0 0 24px 0;
    background-position: center bottom;
    background-image: url("images/common/icon_ec.svg");
}
@media screen and (max-height:700px) {
    header .navi_sub ul li {
        font-size: 1.3rem;
    }
}
@media screen and (max-height:605px) {
    header .navi_sub ul {
        padding-top: 15px;
    }
    header .navi_sub ul li {
        font-size: 1.3rem;
    }
    header .navi_sub ul.bottom {
        padding-bottom: 15px;
    }
    header .navi_sub ul li {
        margin-bottom: 10px;
    }
}
/*査定・買取のドロップダウンメニュー*/
.navi_cvn {
    position: relative;
}
.navi_cvn .sub_menu {
    position: fixed;
    right: 90px;
    top: 110px;
    padding: 10px 0 0 0;
    margin-top: -10px;
    transition: 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    font-size: 1.4rem;
}
.navi_cvn:hover .sub_menu {
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
}
header.scroll .navi_cvn .sub_menu {
    top: 70px;
    right: 60px;
}
.navi_cvn .sub_menu .inner {
    background: #F26671;
    padding: 15px;
    border-radius: 15px;
}
.navi_cvn .sub_menu ul.main {
    display: block;
}
.navi_cvn .sub_menu ul.main a {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 15px 15px;
    background: #fff;
    color: #3B2F2F;
    width: 210px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
}
.navi_cvn .sub_menu ul.main a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
    background: #2C3E50;
    transition: 0.2s ease-in-out;
}
.navi_cvn .sub_menu ul.main a:hover:before {
    top: 0;
}
.navi_cvn .sub_menu ul.main a .title {
    display: inline-block;
    position: relative;
    z-index: 10;
    transition: 0.2s ease-in-out;
}
.navi_cvn .sub_menu ul.main a .text {
    display: inline-block;
    font-size: 1.2rem;
    position: relative;
    z-index: 10;
    transition: 0.2s ease-in-out;
}
.navi_cvn .sub_menu ul.main a:hover .title,
.navi_cvn .sub_menu ul.main a:hover .text {
    color: #fff;
}
.navi_cvn .sub_menu h3 {
    text-align: center;
    color: #fff;
    margin: 10px 0 5px 0;
}
.navi_cvn .sub_menu h3:first-child {
    margin-top: 0;
}
.navi_cvn .sub_menu ul.sub {
    justify-content: space-between;
}
.navi_cvn .sub_menu ul.sub li {
    width: 48%;
}
.navi_cvn .sub_menu ul.sub a {
    text-align: center;
    padding: 8px;
    font-size: 1.4rem;
    color: #fff;
    display: block;
}
.navi_cvn .sub_menu ul.sub a:hover {
    background: #2C3E50;
}
/*スマホの査定・買取のドロップダウンメニュー*/
@media screen and (max-width:768px) {
    .navi_cvn li.open a {
        pointer-events: none;
    }
    .navi_cvn li.open .switch {
        display: block;
    }
    .navi_cvn .sub_menu li.open .sub_menu a {
        pointer-events: auto;
    }
    .navi_cvn:hover .sub_menu {
        opacity: 0;
        pointer-events: none;
    }
    .navi_cvn li.active .sub_menu {
        opacity: 1;
        pointer-events: auto;
    }
    .navi_cvn li.active .sub_menu a {
        pointer-events: auto;
    }
    header.scroll .navi_cvn .sub_menu,
    .navi_cvn .sub_menu {
        top: auto;
        right: 0;
        bottom: 85px;
        width: 100%;
        padding: 0 20px;
    }
    .navi_cvn .sub_menu .inner {
        padding: 20px 25px 25px 25px;
    }
    .navi_cvn .sub_menu ul.main a {
        width: 100%;
        padding: 12px 18px;
        font-size: 1.6rem;
    }
    .navi_cvn .sub_menu ul.sub li a {
        font-size: 1.4rem;
        height: auto;
        width: auto;
        background: #3B2F2F;
        padding: 12px 8px;
    }
}
/*スクロール時、ヘッダー縮小（PCのみ）*/
@media screen and (min-width:769px) {
    header:before {
        content: '';
        width: 100%;
        height: 150px;
        display: block;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: 0.6s ease-in-out;
        /* 	box-shadow: 1px 1px 2px rgba(0,0,0,0.1); */
    }
    header.scroll:before {
        opacity: 1;
        height: 90px;
    }
    header.scroll .navi_cvn {
        padding: 20px;
    }
    header.scroll .navi_cvn a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    header.scroll .logo {
        padding: 0 30px 0 40px;
    }
}
/*--------------------------------------
	
	footer
	
--------------------------------------*/
footer {
    background: #f26671;
    padding: 60px 0 120px 0;
    position: relative;
}
footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    padding: 0;
    margin: 0;
}
footer,
footer a,
footer a:hover {
    color: #fff;
}
.footer_sitemap {
    padding: 80px 0;
    background: url("images/common/dot.png") repeat-x left bottom;
    background-size: 20px auto;
}
.footer_sitemap a {
    display: block;
    margin: 0 0 15px 0;
}
.footer_sitemap a:hover {
    text-decoration: underline;
}
.footer_sitemap .footer_brand li {
    display: inline-block;
    width: 48%;
}
.footer_sitemap .footer_brand a {
    margin: 0 0 0 0;
    font-size: 1.4rem;
}
footer .footer_bottom {
    padding: 80px 0;
    align-content: flex-end;
    align-items: flex-end;
}
.footer_info .footer_logo {
    width: 140px;
    /*filter: brightness(9999);*/
    margin: 0 0 30px 0;
}
.footer_info p {
    font-size: 1.4rem;
    line-height: 1.75;
    margin: 0 0 30px 0;
}
.footer_info p a {
    display: inline-block;
    margin: 15px 10px 0 0;
    padding: 0 10px 0 0;
    line-height: 1;
    border-right: 1px solid #fff;
}
.footer_info p a:last-child {
    border-right: none;
}
.footer_info .footer_contact li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.footer_info .footer_contact a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 1px solid #fff;
    line-height: 1;
    height: 40px;
    min-width: 40px;
    border-radius: 100px;
}
.footer_info .footer_contact a img {
    width: 40px;
}
.footer_info .footer_contact a.text {
    padding: 0 20px;
    font-size: 1.4rem;
}
.footer_cvn h3 {
    margin: 20px 0 10px 0;
}
.footer_cvn ul {}
.footer_cvn ul li {
    width: 175px;
    margin: 0 15px 0 0;
}
.footer_cvn ul li:last-child {
    margin-right: 0;
}
.footer_cvn a {
    display: block;
    background: #fff;
    color: #3B2F2F;
    border-radius: 100px;
    text-align: center;
    padding: 7px;
    font-size: 1.4rem;
    border: 1px solid #fff;
}
.footer_cvn a:hover {
    background: #3B2F2F;
}
a.a_link {
    display: block !important;
}
a.a_reload {
    display: none !important;
}
.page-template-page-flow a.a_link {
    display: none !important;
}
.page-template-page-flow a.a_reload {
    display: block !important;
}
.footer_cvn a:hover {}
.footer_cvn ul {
    display: flex;
    justify-content: space-between;
}
a.pagetop {
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 1.2rem;
    color: #fff;
    background: no-repeat right top;
    background-image: url("images/common/icon_arrow_top.svg");
    background-size: 10px auto;
    padding: 0 20px 5px 0;
    line-height: 1;
    border-bottom: 2px solid #fff;
    display: inline-block;
}
.copyright {
    position: absolute;
    left: 40px;
    bottom: 40px;
    font-size: 1.2rem;
}
/*--------------------------------------
	
	Flex
	
--------------------------------------*/
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
}
.flex_fix_left .child:first-child {
    flex: 1;
    margin-right: 5.5%;
}
.flex_end {
    align-content: flex-end;
    align-items: flex-end;
    align-self: flex-end;
}
.flex_center {
    align-content: center;
    align-items: center;
    align-self: center;
}
.img_list .child {
    margin-bottom: 60px;
}
.img_list li .img {
    margin: 0 0 10px 0;
}
.img_list li .text {
    padding: 10px;
}
.img_list_3::after {
    content: "";
    display: block;
    width: 29.6%;
}
.img_list_4::before {
    content: "";
    display: block;
    width: 20.8%;
    order: 1;
}
.img_list_4::after {
    content: "";
    display: block;
    width: 20.8%;
}
.img_list_5 {
    justify-content: flex-start;
}
.text_list .child {
    border-top: 1px solid #3B2F2F;
    padding: 50px 0;
}
.text_list .child .child {
    border-top: none;
    padding: 0;
}
.text_list .child .font_m {
    margin-bottom: 30px;
}
.text_list .child p {
    margin-bottom: 40px;
}
/*--------------------------------------
	
	Wide
	
--------------------------------------*/
.wrapper {
    padding-right: 80px;
}
.section {
    padding-bottom: 160px;
}
.component {
    margin-bottom: 120px;
}
/*
.component:last-child {
	margin-bottom: 0;
}*/
.wide_standard {
    width: 100%;
    padding-left: 10.3%;
    padding-right: 10.3%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1680px;
}
@media screen and (min-width:1760px) {
    .wide_standard {
        padding-left: 173px;
        padding-right: 173px;
    }
}
.wide_center {
    margin-left: auto;
    margin-right: auto;
}
.wide_1_1 {
    width: 100%;
}
.wide_1_5 {
    width: 15.5%;
    margin-right: 5%;
}
.wide_1_5:nth-child(5n) {
    margin-right: 0;
}
.wide_4_5 {
    width: 79%;
}
.wide_1_4 {
    width: 20.8%;
}
.wide_1_4_w {
    width: 26.3%;
}
.wide_3_4 {
    width: 73.6%;
}
.wide_3_4_w {
    width: 79.1%;
}
.wide_1_3 {
    width: 29.6%;
}
.wide_1_3_w p,
.wide_1_3 p {
    font-size: 1.6rem;
}
.wide_1_3_w {
    width: 35.5%;
}
.wide_2_3 {
    width: 64.5%;
}
.wide_2_3_w {
    width: 71.0%;
}
.wide_1_2 {
    width: 46.6%;
}
.wide_1_2_w {
    width: 53.4%;
}
/*--------------------------------------
	
	layout
	
--------------------------------------*/
/*bg*/
.bg_color_100 {
    background: #EAE5E5;
    padding-top: 120px;
    padding-bottom: 120px;
}
.bg_color_100:last-child {
    padding-bottom: 1px;
}
.bg_out {
    padding-top: 100px;
    position: relative;
}
.bg_out:before {
    content: '';
    display: block;
    height: 100%;
    background: #EAE5E5;
    position: absolute;
}
.bg_in {
    position: relative;
    z-index: 20;
}
.bg_out.bg_z {
    padding-bottom: 60px;
}
.home.bg_out.bg_z {
    padding-bottom: 0;
}
.bg_z:before {
    width: 73.2%;
    right: 0;
    top: -10px;
    border-radius: 80px 0 0 80px;
}
.bg_y:before {
    width: 61.7%;
    left: 0;
    top: -10px;
    border-radius: 0 80px 80px 0;
}
.bg_x:before {
    width: 52.2%;
    right: 0;
    top: -10px;
    border-radius: 80px 0 0 80px;
}
.bg_w:before {
    width: 73.2%;
    left: 0;
    top: -10px;
    border-radius: 0 80px 80px 0;
}
.bg_w {
    padding-bottom: 1px;
}
/*layout*/
.layout {
    position: relative;
}
.layout .text_box .text {
    margin-bottom: 40px;
}
.home .layout_a {
    padding-top: 140px;
}
.layout_a {
    padding-top: 40px;
}
.layout_a .img_box {
    width: 58.3%;
    margin-right: -4.9%;
    margin-bottom: 80px;
}
.layout_a .text_box {
    padding-right: 7.5%;
    padding-top: 10px;
}
.layout_b {
    padding-top: 140px;
}
.layout_b .img_list {
    flex-direction: row-reverse;
    justify-content: space-between;
}
.layout_b .img_box {
    width: 39.3%;
    margin-left: -12.95%;
    margin-bottom: 80px;
}
.layout_b .text_box {
    padding-top: 10px;
}
.layout_b .ph_r {
    border-radius: 0 60px 60px 0;
}
@media screen and (min-width:1761px) {
    .layout_b .ph_r {
        border-radius: 60px;
    }
}
.layout_b .text_box {
    margin-bottom: 80px;
}
.layout_c .flex {
    flex-direction: row-reverse;
}
.layout_c .img_box {
    margin-bottom: 80px;
}
.layout_c .text_box {
    padding-left: 7.5%;
    padding-top: 10px;
}
.layout_d .img_box {
    margin-bottom: 0;
}
.layout_d .text_box {
    padding-right: 7.5%;
    padding-top: 10px;
}
.layout_e .flex {
    flex-direction: row-reverse;
}
.layout_e {
    padding-top: 40px;
}
.layout_e .img_box {
    width: 58.3%;
    margin-left: -4.9%;
    margin-bottom: 80px;
}
.layout_e .text_box {
    padding-left: 7.5%;
    padding-top: 10px;
}
.feature_list li {
    position: relative;
    padding: 50px 0 0 50px;
}
.feature_list li .img_box {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 10;
}
.feature_list li .text_box {
    padding: 10px;
}
.feature_list li:before {
    content: '01';
    width: 80px;
    height: 80px;
    border: 1px solid #3B2F2F;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    z-index: 15;
}
.feature_list li:nth-child(2):before {
    content: '02';
}
.feature_list li:nth-child(3):before {
    content: '03';
}
.lead {
    margin-bottom: 60px;
}
/*----------------------------------------------------

	home
	
----------------------------------------------------*/
.home_price {
    border: 1px solid #3B2F2F;
    width: 100%;
    border-radius: 15px;
}
.home_price li {
    width: 100%;
    padding: 30px;
    align-content: flex-end;
    align-items: flex-end;
    border-bottom: 1px solid #3B2F2F;
}
.home_price li:last-child {
    border-bottom: none;
}
.home_price .main {
    flex: 1;
}
.home_price .sub {
    width: 15em;
    text-align: right;
}
/*----------------------------------------------------

	loading
	
----------------------------------------------------*/
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    pointer-events: none;
    overflow: hidden;
}
.loading.hide {
    display: none;
}
.loading div.cover01 {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 60;
    background: #EAE5E5;
    transition: 1.0s cubic-bezier(0.33, 1, 0.68, 1);
}
.loading div.cover01.hide {
    top: -100%;
}
.load_anime {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -70px;
    margin-top: -15px;
    transition: 0.6s cubic-bezier(0.36, 0, 0.66, -0.56);
}
.load_anime.hide {
    margin-top: -45px;
    margin-left: -70px;
    opacity: 0;
}
.loading img {
    width: 142px;
    opacity: 1;
    /*animation: loadspin 0.8s linear infinite;*/
}
@keyframes loadspin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*loading key visual show*/
.kv_area .kv_in .kv .ph_area {
    height: 30%;
    transition: 1.0s cubic-bezier(0.65, 0, 0.35, 1);
}
.kv_area .kv_in .kv.show .ph_area {
    height: 100%;
}
.kv_area .kv_in:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #EAE5E5;
    z-index: 100;
    transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.kv_area.show .kv_in:before {
    height: 0;
}
/*--------------------------------------
	
	kv
	
--------------------------------------*/
.key {
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 80px;
    padding-top: 80px;
    margin-bottom: 80px;
}
.key_main {
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 540px;
    margin-top: 80px;
}
.kv_area {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 180px;
}
.kv_in {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0 80px 80px 0;
    overflow: hidden;
    z-index: 100;
}
.kv {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    opacity: 0;
    transition: 1.0s ease-in-out;
    overflow: hidden;
}
.kv.pre {
    z-index: 20;
}
.kv.show {
    opacity: 1;
}
.kv .ph_area {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
.kv .ph_out {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.kv01 .ph_out {
    border-radius: 0 82px 82px 0;
}
.jsph {
    position: relative;
    width: 100%;
    height: 100%;
}
.kv .ph {
    position: absolute;
    left: 0;
    transform: translateY(0.5%) scale(1.10);
    /*fade in の時の状態*/
    bottom: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: 100% auto;
    transition: 6.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.kv.show .ph {
    transform: translateY(-2.5%) scale(1.10);
    /*fade out の時の状態*/
}
/*sub差分*/
.key_sub {
    width: 530px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding-bottom: 320px;
    padding-right: 80px;
}
.key_sub .kv_area {
    margin-bottom: 0;
}
.key_sub .kv_in {
    border-radius: 0 0 0 80px;
}
.key_sub .kv01 .ph_out {
    border-radius: 0 0 0 0;
}
/*kv パーツ*/
.key .title {
    font-size: 32px;
    line-height: 1.75;
    width: 435px;
    position: absolute;
    right: 80px;
    height: 320px;
    bottom: 0;
    display: flex;
    align-content: center;
    align-items: center;
}
.key .scroll {
    position: absolute;
    right: auto;
    left: 60px;
    bottom: 60px;
    font-size: 1.2rem;
    color: #fff;
    background: no-repeat right top;
    background-image: url("images/common/icon_arrow_bottom.svg");
    background-size: 10px auto;
    padding: 0 20px 5px 0;
    line-height: 1;
    border-bottom: 2px solid #fff;
    display: inline-block;
    z-index: 110;
}
/*--------------------------------------
	
	information
	
--------------------------------------*/
.home .information {
    padding: 110px 0;
}
.home .information .wide_standard {
    display: flex;
    justify-content: space-between;
    align-content: flex-end;
    align-items: flex-end;
}
.home .information .wide_standard ul {
    flex: 1;
}
.info_list {
    border-top: 1px solid #3B2F2F;
    margin-bottom: 8vw;
}
.home .info_list {
    margin-bottom: 0;
}


.info_list li {
    display: flex;
    justify-content: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #3B2F2F;
}
.home .info_list {
    border-top: none;
}
.home .info_list li {
    border-bottom: none;
    padding: 0;
    margin: 0 0 6px 0;
}
.info_list li .date {
    width: 10em;
    display: block;
}
.info_list li .text {
    flex: 1;
    display: block;
}
.home .information .wide_standard a.link {
    width: 10em;
    text-align: right;
}
/*--------------------------------------
	
	case
	
--------------------------------------*/
.case_list {
    margin-bottom: 40px;
}
.case_list li a {
    background: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    padding: 40px;
}
.case_list li .img_box {
    width: 27.9%;
}
.case_list li .text_box {
    width: 62.7%;
}
.case_list li .text_box .sub {
    border-bottom: 1px solid #e3e2dc;
    padding-bottom: 16px;
    margin-bottom: 18px;
}
.case_list li a .img_box {
    transition: 0.2s ease-in-out;
}
.case_list li a:hover .img_box {
    transform: scale(1.08);
}
/*--------------------------------------
	
	faq
	
--------------------------------------*/
.faq {
    margin-bottom: 60px;
}
.faq:last-child {
    margin-bottom: 0;
}
.page_faq .faq:last-child {
    margin-bottom: 60px;
}
.faq li {
    padding: 30px 0 10px 0;
    border-top: 1px solid #333;
    cursor: pointer;
}
.faq li .question,
.faq li .answer {
    padding: 0 0 0 70px;
    position: relative;
    transition: 0.2s ease-in-out;
}
.faq li .question .title,
.faq li .answer .text {
    display: block;
    padding: 12px 0 10px 0;
    min-height: 50px;
    margin-bottom: 20px;
}
.faq li .answer .text {
    padding: 14px 0 10px 0;
    margin-bottom: 20px;
}
.faq li .question:before,
.faq li .answer:before {
    display: flex;
    width: 50px;
    height: 50px;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: 0;
}
.faq li .question:before {
    background: #F26671;
    content: 'Q';
    transition: 0.2s ease-in-out;
}
.faq li .answer:before {
    background: #F26671;
    content: 'A';
}
.faq li .question {
    background: url("images/common/icon_plus.svg") no-repeat;
    background-size: 20px auto;
    background-position: right 0 top 14px;
    padding-right: 30px;
}
.faq li .question:hover {
    color: #F26671;
}
.faq li .question:hover:before {
    background: #F26671;
}
.faq li.active .question {
    background-image: url("images/common/icon_minus.svg");
}
.faq li .answer {
    transition: 0.4s ease-in-out;
    overflow: hidden;
    max-height: 0px;
}
.faq li.active .answer {
    max-height: 600px;
}
/*--------------------------------------
	
	scroll
	
--------------------------------------*/
.fade {
    position: relative;
    overflow: hidden;
    z-index: 100;
}
.fade:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #EAE5E5;
    transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.fade.ph_r:after {
    transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.fade.show:after {
    height: 0;
}
.fade img {
    opacity: 0;
    transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
    transform: translateY(1%);
}
.fade.show img {
    opacity: 1;
}
/*--------------------------------------
	
	modal
	
--------------------------------------*/
.modal_open {
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.modal_bg {
    transition: 0.2s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 8, 8, 0.90);
    pointer-events: none;
    z-index: 1200;
    opacity: 0;
}
.modal_bg.active {
    opacity: 1;
}
.img_list .child .modal_open .ph {
    transition: 0.2s ease-in-out;
    margin: 0 0 0 0;
}
.modal_open div.img {
    margin: 0 0 20px 0;
}
.modal {
    padding: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1300;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-content: center;
    display: flex;
    align-content: center;
    align-items: center;
}
.modal.active,
.modal2.active {
    opacity: 1;
    pointer-events: auto;
}
.modal_close {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("images/common/icon_close.svg") no-repeat;
    background-size: 18px 18px;
    background-position: right 40px top 40px;
}
.modal_next,
.modal_prev {
    background-repeat: no-repeat;
    background-color: #3B2F2F;
    background-position: center center;
    background-size: 12px 12px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
}
.modal_next {
    background-image: url("https://studiocbr.jp/wp2022/wp-content/themes/cbr-kaitoriimages/arrow_right.svg");
    margin-left: 300px;
}
.modal_prev {
    background-image: url("https://studiocbr.jp/wp2022/wp-content/themes/cbr-kaitoriimages/arrow_left.svg");
    margin-left: -360px;
}
.wide_1_3:first-child .modal_prev {
    display: none;
}
.wide_1_3:last-child .modal_next {
    display: none;
}
.modal .window {
    width: 600px;
    max-height: 100%;
    padding: 60px 60px 60px 60px;
    background: #fff;
    margin: 0 auto;
    z-index: 1300;
    position: static;
    overflow-y: scroll;
}
/*--------------------------------------
	
	slider
	
--------------------------------------*/
.slider_area {
    margin-top: -30px;
    padding: 0 0 80px 0;
}
.slider_area {
    width: 100%;
    position: relative;
    justify-content: center;
}
.slider_inner {
    position: relative;
    margin-left: -285px;
}
.bx-wrapper {
    max-width: 100% !important;
}
.list_slider {
    display: block;
    overflow: auto;
    padding-top: 10px;
}
.slider_area .list_slider li {
    width: 225px !important;
}
.slider_content {}
.list_slider li {
    margin: 0 0 60px 0;
}
.slider_area .list_slider li {
    margin: 0 0 0 60px;
}
.list_slider li .img {
    margin: 0 0 30px 0;
}
.list_slider li .img img {
    transition: 0.4s ease-in-out;
}
.list_slider li a:hover {}
.list_slider li .text {
    /*padding: 0 10px;*/
}
.list_slider li .st {
    margin: 0 0 15px 0;
}
.list_slider li .st span {
    display: block;
}
.bx-viewport {
    padding-top: 84px;
}
.slider_area .bx-controls-direction {
    position: absolute;
    right: 50%;
    margin-right: -40.5vw;
    top: 0;
    z-index: 9999;
    width: 200px;
    height: 100px;
    pointer-events: none;
}
.slider_area .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
    background: #F26671 center center no-repeat;
    background-size: 10px auto;
    position: absolute;
    right: -142px;
    top: 0;
    left: auto;
    bottom: auto;
    margin: 0;
    text-indent: -9999px;
    border-radius: 50px;
    pointer-events: auto;
}
.slider_area .bx-wrapper .bx-controls-direction a.bx-prev {
    right: -92px;
    background-image: url("images/common/icon_arrow_left.svg")
}
.slider_area .bx-wrapper .bx-controls-direction a.bx-next {
    background-image: url("images/common/icon_arrow_right.svg")
}
.list_slider li a .img {
    transition: 0.2s ease-in-out;
}
.list_slider li a:hover .img {
    transform: scale(1.08);
}
/*--------------------------------------
	
	cvn area
	
--------------------------------------*/
.cvn_area {
    padding: 0 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1680px;
    margin-bottom: 160px;
}
.cvn_area .cvn_sub {
    margin-bottom: 9.5vw;
}
.cvn_area:last-child .cvn_sub {
    margin-bottom: 70px;
}
@media screen and (min-width:1760px) {
    .cvn_area:last-child {
        padding-bottom: 4vw;
    }
    .cvn_area:last-child .cvn_sub {
        margin-bottom: 4vw;
    }
    .cvn_area:last-child .cvn_sub:first-child {
        margin-bottom: -2vw;
    }
}
.cvn_area .cvn_inner {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.cvn_area .cvn_inner:first-child {
    border-radius: 80px;
}
.cvn_area .cvn_inner:last-child {
/*
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
*/
}
.cvn_area .cvn_inner {
    padding: 7.2%;
    /*background: url("images/common/bg_cvn.jpg") left top;*/
    background-size: cover;
	background: #eae5e5;
}
.cvn_area .cvn_sub {
    padding-top: 6%;
    padding-bottom: 6%;
}
.cvn_area .cvn_inner .flex {
    align-content: stretch;
    align-items: stretch;
}
.cvn_area .cvn_inner .main_area .wide_1_3 {
    width: 295px;
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cvn_area .cvn_inner .wide_1_3,
.cvn_area .cvn_inner .wide_1_3 a,
.cvn_area .cvn_inner .wide_1_3 a:hover {
    color: #fff;
}
.cvn_area .cvn_inner .main_area {
    margin-bottom: 60px;
}
.cvn_area .cvn_inner .main_area .title .st {
    text-align: center;
    margin-bottom: 20px;
	color:#333;
}
.cvn_area .cvn_inner .main_area .title p {
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
	color:#333;
}
.tel {
    border-radius: 15px;
    border: 1px solid rgb(255 255 255);
    padding: 20px 24px;
    max-width: 295px;
    background: #F26671;
    color: #fff;
}
.tel .number {
    background: url("images/common/icon_tel_black.svg") left center no-repeat;
    background-size: 24px auto;
    padding: 2px 0 2px 40px;
    font-size: 28px;
    letter-spacing: 0.06em;
	color: #fff;
}
.tel p {
    font-size: 11px;
    letter-spacing: 0.01em;
	text-align: center;
}
.cvn_area .tel {
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    text-align: center;
    background: #f26671;
}
.cvn_area .tel .number {
    background-image: url("images/common/icon_tel.svg");
}

h3.st {
    text-align: center;
}

.line {
    border-radius: 15px;
    border: 1px solid rgb(255 255 255);
    padding: 20px 24px;
    max-width: 295px;
    background: #06C755;
    text-align: center;
	color:#fff;
}
.line .id {
    /*background: url("images/common/icon_line_black.svg") left center no-repeat;*/
    background-size: 24px auto;
    padding: 2px 0 2px 0px;
    font-size: 28px;
    letter-spacing: 0.06em;
    color: white;
}
.line p {
    font-size: 11px;
    letter-spacing: 0.01em;
    text-align: center;
    color: white;
}
.cvn_area .line {
    background: #2C7A2C;
}
.cvn_area .line .id {
    background-image: url("images/common/icon_line_black.svg");
}

@media screen and (max-width: 768px) {
    .line {
        width: 100% !important;
    }
}


@media screen and (max-width: 768px) {
    .wide_1_3 {
        width: 100%;
        max-width: 100%;
    }
}

.cvn_area .cvn_inner .main_area .wide_2_3 {
    width: auto;
    flex: 1;
    border-radius: 15px;
    background: #EAE5E5;
}
.cvn_area .cvn_inner .main_area .wide_2_3 li {
    width: 50%;
    background: no-repeat;
    background-position: center top 60px;
    background-size: auto 72px;
    padding: 160px 25px 30px 25px;
}
.cvn_area .cvn_inner .main_area .wide_2_3 li:first-child {
    border-right: 1px solid #6b4f3c;
}
.cvn_area .cvn_inner .main_area .wide_2_3 li.cvn_area_net {
    background-image: url("images/common/cvn_net.svg");
}
.cvn_area .cvn_inner .main_area .wide_2_3 li.cvn_area_shop {
    background-image: url("images/common/cvn_shop.svg");
}
.cvn_area .cvn_inner .main_area .wide_2_3 li .st {
    text-align: center;
}
.cvn_area .cvn_inner .main_area .wide_2_3 li p {
    padding: 0 15px;
    margin: 0 0 30px 0;
}
.cvn_area .cvn_inner .main_area .wide_2_3 li .btn {
    width: 100%;
}
.cvn_area .cvn_inner .main_area .wide_2_3 li .btn {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-width: auto;
}
.btn a .sub,
.btn .sub {
    display: inline-block;
    font-size: 1.3rem;
    background: #fff;
    color: #3B2F2F;
    line-height: 1;
    padding: 3px 10px;
    border-radius: 100px;
    margin: 0 0 5px 0;
}
.btn a .main,
.btn .main {
    display: block;
}
.cvn_area .cvn_inner .main_area .wide_2_3 li.cvn_area_net .btn a {
    display: block;
    width: 50%;
}
.cvn_area .cvn_inner .main_area .wide_2_3 li.cvn_area_net .btn a:first-child {
    border-right: 1px solid #d19064;
}
.cvn_area .cvn_inner .sub_area li.flex:first-child .btn {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-width: auto;
}
.cvn_area .cvn_inner .sub_area li.flex:first-child .btn {
    padding: 0;
}
.cvn_area .cvn_inner .sub_area li.flex:first-child .btn a {
    display: block;
    width: 50%;
}
.cvn_area .cvn_inner .sub_area li.flex:first-child .btn a:first-child {
    border-right: 1px solid #d19064;
}
/*買取の流れ*/
.cvn_area .cvn_inner .sub_area {
    border-radius: 15px;
    overflow: hidden;
}
.cvn_area .cvn_inner .sub_area li.flex {
    padding: 40px;
    align-content: flex-end;
    align-items: flex-end;
    background: #EAE5E5;
    margin-bottom: 1px;
}
.cvn_area .cvn_inner .sub_area li .btn {
    width: 100%;
    min-width: auto;
}
/*査定*/
.cvn_area .cvn_inner.cvn_sub {
    position: relative;
    color: #fff;
}
.cvn_area .cvn_inner.cvn_sub:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0 0 80px 80px;
}
.cvn_area .cvn_inner.cvn_sub div {
    position: relative;
    z-index: 10;
}
.cvn_area .cvn_sub {
    text-align: center;
    align-content: stretch;
    align-items: stretch;
}
.cvn_area .cvn_inner.cvn_sub .wide_1_3 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.cvn_area .cvn_inner.cvn_sub .wide_1_3 p {
    font-size: 1.5rem;
    text-align: center;
}
.cvn_area_line,
.cvn_area_photo {
    width: 50%;
    padding: 0 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.cvn_area .cvn_sub .sst {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    background: no-repeat left center;
    background-size: 34px;
    line-height: 34px;
}
.cvn_area .cvn_area_line .sst {
    background-image: url("images/common/icon_line.svg");
}
.cvn_area .cvn_area_photo .sst {
    background-image: url("images/common/icon_photo.svg");
}
.cvn_area .cvn_sub p {
    margin: 0 0 20px 0;
}
.cvn_area .cvn_sub .btn {
    width: 100%;
    min-width: auto;
}
/*--------------------------------------
	
	brand detail page 
	
--------------------------------------*/
.brand_title {
    display: flex;
    margin-bottom: 120px;
}
.brand_title .text,
.brand_title .img {}
.brand_title .text .main {
    background: #EAE5E5;
    padding: 15% 21.5% 16% 21.5%;
}
.brand_title .text .pankuzu {
    padding: 30px 21.5%;
    margin-bottom: 0;
}
.brand_title .text .title {
    margin-top: 150px;
    margin-bottom: 40px;
}
.brand_title .text .title .en {
    font-size: 3.2rem;
    display: block;
    margin-bottom: 10px;
}
.brand_title .text .title .jp {
    font-size: 1.6rem;
    display: block;
}
.brand_title .text p {
    line-height: 2;
}
.brand_title .img .inner {
    height: 100%;
    background: center center;
    background-size: cover;
    border-radius: 0 0 0 80px;
}
.price_table_lite tr th,
.price_table_lite tr td {
    border-bottom: 1px solid #3B2F2F;
    padding: 15px 0;
}
.price_table_lite {
    border-top: 1px solid #3B2F2F;
    width: 100%;
    margin-bottom: 40px;
}
.price_table_lite th {
    width: 58%;
}
.price_table_lite td.detail {
    width: 22%;
}
.price_table_lite td.price {
    width: 20%;
    text-align: right;
}
.voice li {
    background: #fff;
    border-radius: 15px;
    padding: 50px;
    margin-bottom: 60px;
}
.voice li .st {
    margin-bottom: 20px;
    padding-right: 100px;
    position: relative;
    min-height: 56px;
}
.voice li .st:after {
    content: '';
    display: block;
    width: 43px;
    height: 56px;
    background: url("images/common/icon_voice.svg") no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.related .font_l {
    margin-bottom: 0;
}
/*--------------------------------------
	
	content page 
	
--------------------------------------*/
/*page title*/
.page_title {
    width: 100%;
    padding: 330px 0 68px 0;
    ;
    color: #fff;
    background: center center no-repeat;
    background-size: cover;
    font-size: 3.2rem;
    border-radius: 0 0 80px 0;
    position: relative;
}
.brand_title:before,
.page_title:before {
    content: '';
    display: block;
    width: 820px;
    height: 154px;
    background: #EAE5E5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 40px 0;
}
.page_beginners .page_title {
    background-image: url("images/header/about.jpg");
}
.page_brand .page_title {
    background-image: url("images/header/about.jpg");
}
.page_case .page_title {
    background-image: url("images/header/about.jpg");
}
.page_price .page_title {
    background-image: url("images/header/about.jpg");
}
.page_flow .page_title {
    background-image: url("images/header/about.jpg");
}
.page_about .page_title {
    background-image: url("images/header/about.jpg");
}
.page_faq .page_title {
    background-image: url("images/header/about.jpg");
}
.page_information .page_title {
    background-image: url("images/header/about.jpg");
}
.page_cvn .page_title {
    background-image: url("images/header/about.jpg");
}

@media only screen and (max-width: 767px) {
.page_about .page_title {
    background-image: url("images/header/about.jpg");
    background-repeat: no-repeat;       /* 繰り返さない */
    background-size: cover;            /* 可能な限り拡大して全面表示 */
    background-position: right;   /* 画像の上部を優先して表示 */
    /* 必要に応じて高さを調整（例: min-height: 300px;） */
}
}
/*pankuzu*/
.pankuzu {
    font-size: 1.2rem;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 80px;
}
.pankuzu li {
    display: inline-block;
}
.page_brand_detail .pankuzu li:last-child {
    display: block;
}
.pankuzu li:after {
    content: '>';
    display: inline-block;
    margin: 0 10px;
}
.pankuzu li:last-child:after {
    content: none;
}
/*concept list*/
.concept_list {
    padding-left: 100px;
}
.concept_list li {
    position: relative;
    margin-bottom: 40px;
}
.concept_list .num {
    display: inline-block;
    position: absolute;
    left: -100px;
    top: 0.2em;
    font-size: 2.4rem;
}
.concept_list .num:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #3B2F2F;
    position: absolute;
    left: 2em;
    top: 0.75em;
}
.concept_list li .st {
    margin-bottom: 10px;
}
/*large banner*/
.large_banner {
    text-align: center;
    padding: 70px 70px 90px 70px;
    margin-bottom: 120px;
    background-size: cover;
    background-position: center center;
    width: 88.23%;
    margin: 0 auto 120px auto;
    border-radius: 60px;
    color: #fff;
    margin-top: 40px;
    position: relative;
    z-index: 10;
}
.large_banner.bn_shop {
    background-image: url("images/ph/bn_shop.jpg");
}
.large_banner .font_xl {
    margin-bottom: 30px;
}
/*anchor*/
.anchor_navi {
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #3B2F2F;
}
.anchor_navi li {
    width: 100%;
    border-right: 1px solid #3B2F2F;
    text-align: center;
    font-size: 1.4rem;
}
.anchor_navi li a {
    display: block;
    padding: 15px 10px;
    background: no-repeat center bottom;
    background-image: url("images/common/icon_arrow_black_bottom.svg");
    background-size: 10px auto;
}
/*other_brand*/
.other_brand_area {
    padding-top: 120px;
}
.other_brand ul li {
    width: 46.7%;
    padding: 15px 0;
    border-bottom: 1px solid #3B2F2F;
}
.other_brand ul li:first-child,
.other_brand ul li:nth-child(2) {
    border-top: 1px solid #3B2F2F;
}
.other_brand .jp,
.other_brand .en {
    display: block;
    margin-bottom: 5px;
}
/*post*/
.post_title {
    margin-bottom: 100px;
}
.post_title .font_xl {
    margin-bottom: 30px;
}
.tag li {
    display: inline-block;
    margin: 0 6px 6px 0;
}
.tag li a {
    display: block;
    background: #3B2F2F;
    color: #fff;
    line-height: 1;
    padding: 5px;
}
.eyecatch {
    margin-bottom: 100px;
}
.eyecatch img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}
.post_body h2 {
    font-size: 3.2rem;
    margin-top: 90px;
    margin-bottom: 50px;
    position: relative;
}
.post_body h2:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    left: -40px;
    top: 0.70em;
    background: #3B2F2F;
}
.post_body h3 {
    font-size: 2.4rem;
    margin-top: 60px;
    margin-bottom: 35px;
}
.post_body h4 {
    font-size: 2.0rem;
    margin-top: 30px;
    margin-bottom: 10px;
}
.post_body p {
    font-size: 1.8rem;
    margin-bottom: 30px;
}
.post_body ul {
    padding: 0 2em;
    margin-bottom: 30px;
}
.post_body ul li {
    text-indent: -18px;
    font-size: 1.8rem;
}
.post_body ul li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #3B2F2F;
    margin-right: 8px;
    vertical-align: middle;
}
.post_body mark {
    color: #3B2F2F;
    display: block;
    background: #e8e2d6 !important;
    font-family: 'Lato', 'YakuHanJP', 'A-OTF 見出ゴMB31 Pro', '見出ゴMB31';
    margin: 1em 0 2em 0;
    padding: 0.5em 1em;
    line-height: 1.5;
    font-size: 1.7rem;
}
.post_body mark img {
    display: none !important;
}
/*price table*/
.price_table {
    width: 100%;
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 40px;
}
.price_table th,
.price_table td {
    padding: 15px 0;
    border-bottom: 1px solid #3B2F2F;
    position: relative;
    vertical-align: middle;
}
.price_table th {
    color: #79817b;
    font-size: 1.2rem;
}
.price_table td {
    vertical-align: top;
}
.price_table .title {
    width: 29%;
    vertical-align: middle;
    padding-right: 10px;
}
.price_table .detail {
    width: 27%;
    font-size: 1.2rem;
    vertical-align: middle;
    padding-right: 10px;
}
.price_table .updown {
    width: 2%;
    vertical-align: middle;
}
.price_table .updown div {
    width: 7px;
}
.price_table .updown div:after {
    content: url("images/common/icon_updown.svg");
}
.price_table .updown img:last-child {
    bottom: 0;
}
.price_table .state {
    width: 9.6%;
    line-height: 1.2;
}
.price_table .state0 {}
.price_table .state1 {}
.price_table .state2 {}
.price_table .state3 {}
.price_table .state4 {}
/*tab_b*/
.tab_b {
    margin-bottom: 60px;
}
.tab_b li {
    border-bottom: 1px solid #c0c2bc;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 10px;
    cursor: pointer;
}
.tab_b li .jp,
.tab_b li .en {
    display: block;
}
.tab_b li:hover,
.tab_b li.on {
    border-bottom: 2px solid #3B2F2F;
}
.tab_b li.on a,
.tab_b li.on {
    color: #3B2F2F;
}
.tab_b_content {
    display: none;
}
.tab_b1 .tab_b_content1,
.tab_b2 .tab_b_content2,
.tab_b3 .tab_b_content3,
.tab_b4 .tab_b_content4,
.tab_b5 .tab_b_content5,
.tab_b6 .tab_b_content6,
.tab_b7 .tab_b_content7,
.tab_b8 .tab_b_content8,
.tab_b9 .tab_b_content9,
.tab_b10 .tab_b_content10,
.tab_b11 .tab_b_content11,
.tab_b12 .tab_b_content12,
.tab_b13 .tab_b_content13,
.tab_b14 .tab_b_content14,
.tab_b15 .tab_b_content15,
.tab_b16 .tab_b_content16,
.tab_b17 .tab_b_content17,
.tab_b18 .tab_b_content18,
.tab_b19 .tab_b_content19,
.tab_b20 .tab_b_content20,
.tab_b21 .tab_b_content21,
.tab_b22 .tab_b_content22,
.tab_b23 .tab_b_content23,
.tab_b24 .tab_b_content24,
.tab_b25 .tab_b_content25,
.tab_b26 .tab_b_content26,
.tab_b27 .tab_b_content27,
.tab_b28 .tab_b_content28,
.tab_b29 .tab_b_content29,
.tab_b30 .tab_b_content30 {
    display: block;
}
/*flowchart*/
.flowchart_area {
    padding: 0 50px;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}
.flowchart_area .inner {
    border: 1px solid #3B2F2F;
    border-radius: 80px 80px 0 0;
    overflow: hidden;
}
.flowchart_area:last-child .inner {
    border-radius: 80px;
}
.flowchart_area .tab {
    display: flex;
}
.flowchart_area .tab li {
    width: 50%;
    border-bottom: 1px solid #3B2F2F;
    border-left: 1px solid #3B2F2F;
    text-align: center;
    background: #EAE5E5;
    cursor: pointer;
}
.flowchart_area .tab li:first-child {
    border-left: none;
}
.flowchart_area .tab li a,
.flowchart_area .tab li span {
    padding: 45px 0;
    display: block;
}
.tab01 li.tab01,
.tab02 li.tab02 {
    background: #EAE5E5;
}
.tab_content01,
.tab_content02 {
    display: none;
}
.tab01 .tab_content01,
.tab02 .tab_content02 {
    display: block;
}
.flowchart_area .flowchart {
    padding: 80px 60px 90px 60px;
    border-bottom: 1px solid #3B2F2F;
}
.flowchart_area .flowchart:last-child {
    border-bottom: none;
}
.flowchart_area .flowchart .child {
    padding: 0 100px;
    max-width: 1080px;
}
.flowchart_area .flowchart .child .title {
    position: relative;
}
.flowchart_area .flowchart .child .title .num {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 1px solid #3B2F2F;
    position: absolute;
    left: -110px;
    top: -20px;
    font-size: 1.6rem;
    line-height: 1;
}
/*form_area*/
.form_area {
    padding: 0 50px;
    max-width: 1680px;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
}
.form_area .inner {
    padding: 100px 0;
    border: 1px solid #3B2F2F;
    border-radius: 80px;
    overflow: hidden;
}
.form_area .inner .st {
    text-align: center;
    margin-bottom: 60px;
}
/*----------------------------------------------------------------------------------

	pagenavi

----------------------------------------------------------------------------------*/
.wp-pagenavi_area {
    text-align: center;
    width: 100%;
    margin-top: 60px;
}
.wp-pagenavi {
    margin: 20px auto 0 auto;
}
.wp-pagenavi span,
.wp-pagenavi a {
    display: inline-block;
    padding: 4px 14px;
    background: #3B2F2F;
    border: 1px solid #3B2F2F !important;
    color: #fff;
    margin: 0 5px !important;
}
.wp-pagenavi a:hover {
    border: none;
    border: 1px solid #3B2F2F !important;
    background: #fff;
    color: #3B2F2F;
}
.wp-pagenavi span.current {
    border: none;
    border: 1px solid #3B2F2F !important;
    background: #fff;
    color: #3B2F2F;
    font-weight: normal;
}
.wp-pagenavi span.pages {
    font-size: 75%;
    background: none;
    color: #444;
    display: block;
    margin: 0 0 20px 0 !important;
    border: none !important;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 15px !important;
}
.wp-pagenavi span.extend {
    display: none;
}
.wp-pagenavi span.extend {
    display: none;
}
/*------------------------------------------------------------------------------------------------------------------------------------

	スマホここから
	
------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
    html {
        font-size: 62.5%;
        width: 100%;
    }
    body {
        font-size: 1.4rem;
    }
    body, html {
        min-width: 100%;
        height: 100%;
    }
    p {
        font-size: 1.4rem;
        text-align: left;
    }
    h1, h2, h3, h4 {
        font-size: 1.6rem;
    }
    .sp_only {
        display: block;
    }
    .pc_only {
        display: none;
    }
    .ph_r {
        border-radius: 30px;
    }
    .ph_r_s {
        border-radius: 8px;
    }
    .btn_center {
        text-align: center;
    }
    .btn_left {
        text-align: center;
    }
    .btn_right {
        text-align: center;
    }
    .btn_center .btn:nth-child(2),
    .btn_left .btn:nth-child(2),
    .btn_right .btn:nth-child(2) {
        margin-top: 6vw;
    }
    .btn_right .btn {
        margin-left: 0;
    }
    .btn_left .btn {
        margin-right: 0;
    }
    .btn,
    a.btn {
        display: block;
        padding: 12px 30px;
        min-width: 80%;
    }
    .layout .btn {
        margin-bottom: 0;
    }
    .arrow {
        font-size: 1.2rem;
    }
    .post-type-archive-price .tab_b_content .arrow_bottom {
        margin-top: -15px;
    }
    .post-type-archive-price .tab_b_content .arrow_top {
        margin-bottom: 6vw;
    }
    .align_left_sp {
        text-align: left;
    }
    .column {
        border-radius: 7px;
        padding: 6vw 8vw;
    }
    .bg_white {
        border-radius: 15px;
        padding: 8vw 6vw;
    }
    .flex .bg_white {
        margin-bottom: 12vw;
    }
    .flex .bg_white:last-child {
        margin-bottom: 0;
    }
    .bg_white .icon {
        width: 120px;
        display: block;
        margin: 20px auto 45px auto;
    }
    .title_center {
        margin-bottom: 12vw !important;
    }
    .gmap {
        padding-top: 150%;
    }
    /*--------------------------------------
	
	font size
	
--------------------------------------*/
    .font_xl {
        font-size: 2.4rem;
        margin-bottom: 10vw;
    }
    .font_l {
        font-size: 2.0rem;
        margin-bottom: 6vw;
    }
    .wide_1_3 .font_l {
        margin-bottom: 6vw;
    }
    .font_l .sub,
    .font_xl .sub {
        font-size: 1.2rem;
        margin-bottom: 2vw;
    }
    .font_m {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .font_d {
        font-size: 1.4rem;
        margin-bottom: 2vw;
    }
    .font_s {
        font-size: 1.4rem;
        margin-bottom: 1vw;
    }
    .font_xs {
        font-size: 1.2rem;
    }
    .font_xxs {
        font-size: 1.1rem;
    }
    .margin_bottom {
        margin-bottom: 6vw;
    }
    .margin_bottom_sp {
        margin-bottom: 6vw;
    }
    /*--------------------------------------
	
	Flex
	
--------------------------------------*/
    .flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
    }
    .flex_fix_left {
        display: block;
    }
    .flex_fix_left .child:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8vw;
    }
    .flex_end {
        align-content: flex-end;
        align-items: flex-end;
        align-self: flex-end;
    }
    .flex_center {
        align-content: center;
        align-items: center;
        align-self: center;
    }
    .img_list .child {
        margin-bottom: 10vw;
    }
    .img_list li .img {
        margin: 0 0 3vw 0;
    }
    .img_list li .text {
        padding: 3vw;
    }
    .img_list_4 li .text {
        padding: 1.5vw;
    }
    .img_list_5 {
        justify-content: space-between;
    }
    .text_list .child {
        padding: 8vw 0 8vw 0;
    }
    .text_list .child .font_m {
        margin-bottom: 6vw;
    }
    .text_list .child p {
        margin-bottom: 6vw;
    }
    /*--------------------------------------
	
	Wide / layout
	
--------------------------------------*/
    .wrapper {
        padding-right: 0;
    }
    .section {
        padding-bottom: 0;
        margin-bottom: 16vw;
    }
    .home .section {}
    .component {
        margin-bottom: 12vw;
    }
    .home .component {
        margin-bottom: 8vw;
    }
    .wide_standard {
        padding: 0 8vw;
    }
    .wide_standard_sp {
        padding: 0;
    }
    .wide_max {
        padding: 0 5vw;
    }
    .wide_min {
        padding: 0 8vw;
    }
    .wide_1_5 {
        width: 45.5%;
        margin-right: 0;
    }
    .wide_1_4 {
        width: 45.5%;
    }
    .wide_1_4_w {
        width: 45.5%;
    }
    .wide_3_4 {
        width: 100%;
    }
    .wide_3_4_w {
        width: 100%;
    }
    .wide_1_3 {
        width: 45.5%;
    }
    .column .wide_1_3 {
        width: 100%;
    }
    .wide_1_3_w {
        width: 45.5%;
    }
    .wide_2_3 {
        width: 100%;
    }
    .wide_2_3_w {
        width: 100%;
    }
    .wide_1_2 {
        width: 100%;
    }
    .wide_1_2_w {
        width: 100%;
    }
    .wide_100 {
        width: 100%;
    }
    .wide_100 {
        width: 100%;
    }
    /*--------------------------------------
	
	layout
	
--------------------------------------*/
    /*bg*/
    .bg_color_100 {
        padding-top: 16vw;
        padding-bottom: 16vw;
    }
    .bg_out {
        padding-top: 0;
    }
    /*
.bg_out:before {
	content: '';
	display: block;
	height: 100%;
	background: #EAE5E5;
	position: absolute;

}

.bg_in {
	position: relative;
	z-index: 20;
}
*/
    .bg_out.bg_z {
        padding-bottom: 6vw;
    }
    .bg_z:before {
        width: 100%;
        height: 95%;
        top: 5%;
        border-radius: 0;
    }
    .home .bg_z:before {
        margin-top: -21px;
    }
    .bg_y:before {
        display: none;
        width: 61.7%;
        left: 0;
        top: -10px;
        border-radius: 0 80px 80px 0;
    }
    .bg_x:before {
        width: 75%;
        height: 95%;
        right: 0;
        top: 5%;
        border-radius: 30px 0 0 30px;
        margin-top: -21px;
    }
    .bg_x {
        padding-bottom: 1px;
    }
    .bg_w:before {
        width: 85%;
        height: 85%;
        left: 0;
        top: 15%;
        border-radius: 0 30px 30px 0;
        margin-top: -21px;
    }
    .bg_w {
        padding-bottom: 6vw;
    }
    .home .bg_w {
        padding-bottom: 0;
    }
    /*layout*/
    .layout {
        position: relative;
    }
    .layout_a .img_list:first-child {
        flex-direction: column-reverse;
    }
    .layout .text_box .text {
        margin-bottom: 8vw;
    }
    .home .layout_a {
        padding-top: 0;
    }
    .layout_a .img_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6vw;
    }
    .layout_a .text_box {
        width: 100%;
        padding-right: 0;
        padding-top: 10px;
    }
    .layout_b {
        padding-top: 0;
    }
    .layout_b .img_list {
        flex-direction: column-reverse;
        justify-content: flex-start;
    }
    .layout_b .img_box {
        width: 75%;
        margin-left: -9.52%;
        margin-bottom: 12vw;
    }
    .layout_b .text_box {
        padding-top: 0;
    }
    .layout_b .ph_r {
        border-radius: 0 30px 30px 0;
    }
    .layout_b .text_box {
        margin-bottom: 8vw;
    }
    .home .layout_e {
        padding-top: 0;
    }
    .layout_e .flex {
        flex-direction: column-reverse;
    }
    .layout_e .img_box {
        width: 100%;
        margin-left: 0;
        margin-bottom: 8vw;
    }
    .layout_e .text_box {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    .layout_c .flex {
        flex-direction: column-reverse;
    }
    .layout_c .img_box {
        width: 109.52%;
        margin-right: -9.52%;
        margin-bottom: 8vw;
    }
    .layout_c .img_box.ph_r,
    .layout_c .img_box .ph_r {
        border-radius: 30px 0 0 30px;
    }
    .layout_c .img_list .text_box {
        padding: 0 2vw;
        margin-bottom: 0;
    }
    .layout_d .img_list {
        flex-direction: column-reverse;
    }
    .layout_d .img_box {
        width: 109.52%;
        margin-left: -9.52%;
        margin-bottom: 8vw;
    }
    .layout_d .img_box .ph_r {
        border-radius: 0 30px 30px 0;
    }
    .layout_d .img_list .text_box {
        padding: 0 2vw;
        margin-bottom: 0;
    }
    .feature_list {
        flex-direction: column;
    }
    .feature_list li {
        width: 100%;
        position: relative;
        padding: 0 0 0 0;
        margin-bottom: 8vw;
    }
    .feature_list li .img_box {
        width: 49%;
        margin: 0 0 0 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .feature_list li .text_box {
        padding: 0;
        width: 75.3%;
        position: relative;
        z-index: 10;
    }
    .feature_list li:before {
        width: 40px;
        height: 40px;
        position: static;
        margin: -5px 0 4vw -5px;
        font-size: 1.0rem;
    }
    .feature_list li .text_box .font_m {
        margin-bottom: -6px;
        padding-right: 22vw;
    }
    .feature_list li .text_box p {
        background: #EAE5E5;
        padding: 20px 20px 0 0;
        border-radius: 8px;
        font-size: 1.2rem;
        line-height: 1.75;
    }
    .home .feature_list li .text_box p {
        /*background: #eaddce;*/
    }
    .lead {
        margin-bottom: 8vw;
    }
    /*----------------------------------------------------

	home
	
----------------------------------------------------*/
    .home_price {
        border-radius: 8px;
    }
    .home_price li {
        display: block;
        padding: 4.5vw;
    }
    .home_price .main {
        margin-bottom: 2vw;
    }
    .home_price .sub {
        width: 100%;
    }
    /*--------------------------------------
	
	kv
	
--------------------------------------*/
    .kv_area {
        margin-bottom: 16vw;
    }
    /*--------------------------------------
	
	header
	
--------------------------------------*/
    header {
        width: 100%;
        text-align: center;
        padding: 0;
        position: relative;
    }
    header .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 8.6vw 6.6vw 6.6vw 6.6vw;
    }
    header .logo a {
        width: 10em;
    }
    .toggle {
        display: block;
        position: fixed;
        z-index: 300;
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        background: #F26671;
        transition: 0.3s ease-in-out;
        opacity: 1;
        border-radius: 50%;
    }
    .toggle.fix {
        opacity: 1;
    }
    .toggle span {
        display: block;
        position: absolute;
        background: #fff;
        transition: 0.3s ease-in-out;
        width: 10px;
        height: 1px;
        left: 20px;
    }
    .toggle span:first-child {
        top: 21px;
    }
    .toggle span:nth-child(2) {
        top: 28px;
    }
    .toggle.active span:first-child {
        transform: rotate(45deg);
        top: 25px;
    }
    .toggle.active span:nth-child(2),
    .toggle.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: 25px;
    }
    /*menu on/off*/
    #menu .gnavi:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #eae5e5;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        transition: 0.6s ease-in-out;
        opacity: 0;
    }
    header.normal #menu .gnavi:before {
        opacity: 1;
    }
    header .gnavi,
    header .navi_sub {
        pointer-events: none;
        opacity: 0;
        transition: 0.4s ease-in-out;
    }
    header.normal #menu,
    header.normal .gnavi,
    header.normal .navi_sub {
        opacity: 1;
        pointer-events: auto;
    }
    header #menu {
        pointer-events: none;
    }
    /*navi base*/
    #menu {
        height: 0;
    }
    header .navi .gnavi {
        position: fixed;
        bottom: 50%;
        left: 0;
        padding: 6vw 6vw 3vw 6vw;
    }
    header .navi .navi_sub {
        position: fixed;
        bottom: 50%;
        top: auto;
        left: 0;
        margin-bottom: -188px;
        padding: 3vw 6vw 6vw 6vw;
        z-index: 100;
        background: none;
    }
    header .navi {
        width: auto;
        height: auto;
        position: static;
        margin: 0;
        padding: 6vw;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        height: 100vh;
    }
    header .navi_main {
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 6vw;
    }
    header .gnavi li,
    header .navi_sub ul li,
    header .navi_sub ul,
    header .navi_sub ul li a {
        margin: 0;
        padding: 0;
        line-height: 1.2;
        display: inline-block;
        width: auto;
        position: relative;
        z-index: 110;
    }
    header .navi_sub ul li {
        line-height: 1;
    }
    /*g navi*/
    header #menu .gnavi {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }
    header #menu .gnavi li {
        width: 50%;
    }
    header #menu .gnavi li a {
        padding: 4vw 6vw;
        display: block;
        border-bottom: 1px solid #3B2F2F;
        width: 90%;
        margin: 0 auto 10px auto;
    }
    /*sub menu*/
    header .navi_sub {
        -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: lr-tb;
        padding: 0;
        width: 100%;
        display: block;
        height: auto;
        position: relative;
    }
    header .navi_sub ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    header .navi_sub ul.top {
        margin-bottom: 8vw;
    }
    header .navi_sub ul.top li {
        width: 33.3%;
    }
    header .navi_sub ul.top li a {
        padding-top: 30px;
        font-size: 1.2rem;
        letter-spacing: 0.02em;
    }
    header .navi_sub ul.top li {
        border-left: 1px solid #3B2F2F;
    }
    header .navi_sub ul.top li:first-child {
        border-left: none;
    }
    /*ec*/
    header .navi_sub ul li.navi_ec {
        display: block;
        width: 100%;
        font-size: 1.4rem;
    }
    header .navi_sub ul li.navi_ec a {
        width: 100%;
        background-position: left center;
        padding: 0 0 0 0;
        background-image: none;
        background-color: #EAE5E5;
        padding: 4vw;
        border-radius: 50px;
    }
    /*cvn*/
    header .navi .navi_cvn {
        pointer-events: auto;
        width: auto;
        height: auto;
        position: fixed;
        bottom: 20px;
        right: 0;
        padding: 0 80px 0 20px;
        display: inline-block;
        z-index: 200;
        width: 100%;
        transition: 0.3s ease-in-out;
    }
    header .navi .navi_cvn a {
        display: flex;
        width: 100%;
        height: 50px;
        justify-content: center;
        align-content: center;
        align-items: center;
        text-align: center;
        padding: 0;
        background: #F26671;
        transition: 0.3s ease-in-out;
    }
    .page-template-page-sellfirst header .navi .navi_cvn,
    .page-template-page-sellrepeat header .navi .navi_cvn,
    .page-template-page-assessphoto header .navi .navi_cvn {
        display: none;
    }
    .testbtn {
        width: 100px;
        height: 50px;
        background: #777;
        color: #fff;
        position: fixed;
        bottom: 60px;
        left: 60px;
        z-index: 999;
    }
    /*--------------------------------------
	
	footer
	
--------------------------------------*/
    footer {
        padding: 12vw 0 100px 0;
    }
    .footer_sitemap {
        padding: 6vw 0;
        background-size: 10px auto;
    }
    .footer_sitemap a {
        display: block;
        margin: 0 0 10px 0;
    }
    .footer_sitemap .footer_brand {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer_sitemap .footer_brand li {
        display: inline-block;
        width: 45.5%;
    }
    .footer_sitemap .footer_brand a {
        margin: 0 0 5px 0;
        font-size: 1.1rem;
    }
    footer .footer_bottom {
        padding: 0 0 0 0;
        flex-direction: column-reverse;
    }
    .footer_info .footer_logo {
        width: 120px;
        margin: 0 0 4vw 0;
    }
    .footer_info p {
        font-size: 1.2rem;
        margin: 0 0 6vw 0;
    }
    .footer_info p a {
        display: inline-block;
        margin: 4vw 0 0 0;
        padding: 0 0 0 0;
        border-right: none;
    }
    .footer_info p a:last-child {
        border-right: none;
        border-left: 1px solid #fff;
        padding-left: 10px;
        margin-left: 10px;
    }
    .footer_info {
        padding: 8vw 0 3vw 0;
    }
    .footer_info .footer_contact li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
    }
    .footer_info .footer_contact a {
        height: 30px;
        min-width: 30px;
        margin-bottom: 4vw;
        letter-spacing: 0;
    }
    .footer_info .footer_contact a img {
        width: 30px;
    }
    .footer_info .footer_contact a.text {
        font-size: 1.2rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .footer_cvn {
        width: 100%;
        background: url("images/common/dot.png") repeat-x left bottom;
        padding: 6vw 0 8vw 0;
        background-size: 10px auto;
    }
    .footer_cvn h3 {
        margin: 6vw 0 4vw 0;
    }
    .footer_cvn h3:first-child {
        margin-top: 0;
    }
    .footer_cvn ul li {
        width: 47.5%;
        margin: 0 15px 0 0;
    }
    .footer_cvn ul li:last-child {
        margin-right: 0;
    }
    .footer_cvn a {
        display: block;
        background: #fff;
        color: #3B2F2F;
        border-radius: 100px;
        text-align: center;
        padding: 7px;
        font-size: 1.4rem;
    }
    .footer_cvn a:hover {}
    .footer_cvn ul {
        display: flex;
        justify-content: space-between;
    }
    a.pagetop {
        position: absolute;
        right: 8vw;
        left: auto;
        bottom: 100px;
        font-size: 1.1rem;
        color: #fff;
        background: no-repeat right top;
        background-image: url("images/common/icon_arrow_top.svg");
        background-size: 10px auto;
        padding: 0 20px 5px 0;
        line-height: 1;
        border-bottom: 2px solid #fff;
        display: inline-block;
    }
    .copyright {
        position: static;
        left: auto;
        bottom: auto;
        font-size: 1.1rem;
    }
    /*--------------------------------------
	
	kv
	
--------------------------------------*/
    .key {
        /*
	width: 100%;
	height: 100%;
	position: relative;
*/
        padding-right: 0;
        padding-top: 0;
        margin-bottom: 0;
    }
    .key_main {
        /*
	width: 100%;
	height: 100%;
	position: relative;
*/
        padding-right: 40px;
        padding-top: 308px;
        padding-bottom: 10vw;
        padding-bottom: 0;
        margin-top: 0;
    }
    .kv_area {
        width: 100%;
        height: 100%;
        /*
	position: relative;
	margin-bottom: 0;
*/
    }
    .kv_in {
        /*
	position: relative;
	width: 100%;
	height: 100%;*/
        border-radius: 0 30px 30px 0;
        border-radius: 0 30px 0 0;
        /* 	overflow: hidden; */
    }
    .kv {
        /*
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	opacity: 0;
	transition: 1.0s ease-in-out;
	overflow: hidden;
*/
    }
    /*

.kv.pre {
	z-index: 20;
}

.kv.show {
	opacity: 1;
}
*/
    .kv .ph_area {
        /*
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
*/
    }
    .kv .ph_out {
        /*
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;

	overflow: hidden;
*/
    }
    .kv01 .ph_out {
        border-radius: 0 32px 0 0;
    }
    .jsph {
        /*position: relative;
	width: 100%;
	height: 100%;*/
    }
    .kv .ph {
        /*position: absolute;
	left: 0;
	transform: translateY(2.5%) scale(1.05); 
	bottom: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: 100% auto;
	transition: 6.5s cubic-bezier(0.61, 1, 0.88, 1);*/
        background-size: cover;
    }
    .kv.show .ph {
        /* 	transform: translateY(-2.5%) scale(1.05); */
        /*fade out の時の状態*/
    }
    /*sub差分*/
    .key_sub {
        width: 44%;
        height: 170px;
        padding-bottom: 0;
        padding-right: 0;
    }
    .key_sub .kv_area {
        /*margin-bottom: 0;*/
    }
    .key_sub .kv_in {
        border-radius: 0 0 0 30px;
    }
    .key_sub .kv01 .ph_out {
        /*border-radius: 0 0 0 0;*/
    }
    /*kv パーツ*/
    .key .title {
        font-size: 2.0rem;
        /*line-height: 1.75;*/
        width: auto;
        /*position: absolute;*/
        right: auto;
        left: 8vw;
        height: auto;
        bottom: auto;
        top: 180px;
        /*display: flex;
	align-content: center;
	align-items: center;*/
    }
    .key_sub .kv .ph {
        background-size: cover;
    }
    .key .scroll {
        left: 6vw;
        bottom: 90px;
        font-size: 1.1rem;
        border-bottom: none;
        background-position: center bottom;
        padding: 0 0 15px 0;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    /*--------------------------------------
	
	information
	
--------------------------------------*/
    .home .information {
        padding: 8vw 0 12vw 0;
    }
    .home .information .wide_standard {
        display: block;
    }
    .home .information .wide_standard ul {
        width: 100%;
    }
    .info_list li {
        display: block;
        margin: 0 0 0 0;
        padding: 8vw 0;
    }
    .home .info_list li {
        margin: 0 0 15px 0;
    }
    .info_list li .date {
        width: 100%;
    }
    .info_list li .text {
        width: 100%;
    }
    .home .information .wide_standard a.link {
        display: block;
        width: 100%;
    }
    /*--------------------------------------
	
	case
	
--------------------------------------*/
    .case_list {
        margin-bottom: 6vw;
    }
    .case_list li a {
        padding: 6vw;
    }
    .case_list li .img_box {
        width: 30%;
    }
    .case_list li .text_box .main {
        font-size: 1.4rem;
    }
    .case_list li .text_box .sub {
        padding-bottom: 2vw;
        margin-bottom: 2vw;
    }
    .single-case .case_list li a,
    .post-type-archive-case .case_list li a {
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
    }
    .single-case .case_list li .img_box,
    .post-type-archive-case .case_list li .img_box {
        width: 45.5%;
        padding: 4vw 0;
        margin-bottom: 4vw;
    }
    .single-case .case_list li .text_box,
    .post-type-archive-case .case_list li .text_box {
        width: 100%;
    }
    .single-case .case_list li .text_box .sub,
    .post-type-archive-case .case_list li .text_box .sub {
        padding-bottom: 3vw;
        margin-bottom: 3vw;
    }
    /*--------------------------------------
	
	faq
	
--------------------------------------*/
    .faq,
    .page_faq .faq:last-child {
        margin-bottom: 8vw;
    }
    .faq li {
        padding: 20px 0 5px 0;
    }
    .faq li .question,
    .faq li .answer {
        padding: 0 0 0 50px;
    }
    .faq li .question .title,
    .faq li .answer .text {
        display: block;
        padding: 12px 0 10px 0;
        min-height: 50px;
        margin-bottom: 7px;
    }
    .faq li .answer .text {
        padding: 14px 0 10px 0;
        margin-bottom: 10px;
    }
    .faq li .question:before,
    .faq li .answer:before {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    .faq li .question {
        background-position: right 0 top 12px;
        background-size: 16px;
        padding-right: 28px;
    }
    .faq li .answer {
        transition: 0.4s ease-in-out;
        overflow: hidden;
        max-height: 0px;
    }
    .faq li.active .answer {
        max-height: 600px;
    }
    /*--------------------------------------
	
	modal
	
--------------------------------------*/
    .modal {
        padding: 0;
    }
    .modal_next,
    .modal_prev {
        z-index: 1400;
        left: auto;
        width: 8vw;
        height: 8vw;
    }
    .modal_next {
        background-image: url("https://studiocbr.jp/wp2022/wp-content/themes/cbr-kaitoriimages/arrow_right.svg");
        right: 2vw;
        margin-left: 0;
    }
    .modal_prev {
        background-image: url("https://studiocbr.jp/wp2022/wp-content/themes/cbr-kaitoriimages/arrow_left.svg");
        left: 2vw;
        margin-left: 0;
    }
    .modal .window {
        padding: 6vw;
    }
    /*--------------------------------------
	
	slider
	
--------------------------------------*/
    .bx-viewport {
        padding-top: 0;
    }
    .slider_area {
        margin: 8vw 0 0 0;
        padding: 0 0 8vw 0;
    }
    .slider_inner {
        margin-left: 50%;
    }
    .slider_content {
        margin-left: -397px;
        margin-left: -457px;
    }
    .slider_area .list_slider li {
        padding-top: 10px;
    }
    .list_slider li .img {
        margin-bottom: 6vw;
    }
    .slider_area .bx-controls-direction {
        width: 315px;
        right: auto;
        left: -157px;
        top: 95px;
        margin-right: 0;
    }
    .slider_area .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0;
    }
    .slider_area .bx-wrapper .bx-controls-direction a.bx-prev {
        right: auto;
        left: 0;
    }
    /*--------------------------------------
	
	cvn area
	
--------------------------------------*/
    .cvn_area {
        padding: 0 0;
        margin-bottom: 12vw;
    }
    .page_brand_detail .cvn_area,
    .page_brand_detail .cvn_area .cvn_sub {
        margin-bottom: 0;
    }
    .cvn_area:last-child {
        margin-bottom: 0;
    }
    .cvn_area .cvn_inner:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .cvn_area .cvn_inner:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .cvn_area .cvn_inner {
        padding: 8vw 6vw;
        /*background: url("images/common/bg_cvn.jpg") left top;*/
    }
    .cvn_area:last-child .cvn_sub {
        margin-bottom: 0;
    }
    .cvn_area .cvn_inner .main_area .wide_1_3 {
        width: 100%;
        margin-right: 0;
        display: block;
    }
    .cvn_area .cvn_inner .main_area {
        margin-bottom: 8vw;
    }
    .cvn_area .cvn_inner .main_area .title .st {
        text-align: center;
        margin-bottom: 2vw;
    }
    .cvn_area .cvn_inner .main_area .title p {
        max-width: 100%;
        margin-bottom: 6vw;
    }
    .tel {
        text-align: center;
        border-radius: 8px;
        padding: 6vw 5vw;
        margin-bottom: 8vw;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 100%;
    }
    .tel .number {
        display: inline-block;
		color:#fff !important;
    }
    .tel p {
        text-align: center;
    }
    .cvn_area .cvn_inner .main_area .wide_2_3 {
        border-radius: 8px;
    }
    .cvn_area .cvn_inner .main_area .wide_2_3 li {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center top 8vw;
        background-size: auto 18vw;
        padding: 30vw 6vw 6vw 6vw;
    }
    .cvn_area .cvn_inner .main_area .wide_2_3 li:first-child {
        border-right: none;
        border-bottom: 1px solid #6b4f3c;
    }
    .cvn_area .cvn_inner .main_area .wide_2_3 li p {
        padding: 0 2vw;
        margin: 0 0 6vw 0;
        line-height: 1.75;
    }
    .btn a .sub,
    .btn .sub {
        font-size: 1.2rem;
    }
    /*買取の流れ*/
    .cvn_area .cvn_inner .sub_area {
        border-radius: 8px;
        overflow: hidden;
    }
    .cvn_area .cvn_inner .sub_area li.flex {
        padding: 6vw;
        display: block;
    }
    .cvn_area .cvn_inner .sub_area li.flex .font_m {
        margin-bottom: 2vw;
    }
    .cvn_area .cvn_inner .sub_area li.flex p {
        margin-bottom: 5vw;
        line-height: 1.75;
    }
    .cvn_area .cvn_inner .sub_area li.flex .wide_1_4 {
        width: 100%;
    }
    .cvn_area .cvn_inner .sub_area li .btn {
        width: 100%;
        min-width: auto;
    }
    /*査定*/
    .cvn_area .cvn_inner.cvn_sub:after {
        border-radius: 0 0 0 0;
    }
    .cvn_area .cvn_sub {
        text-align: center;
        align-content: stretch;
        align-items: stretch;
    }
    .cvn_area .cvn_inner.cvn_sub .wide_1_3 {
        width: 100%;
        display: block;
    }
    .cvn_area .cvn_inner.cvn_sub .wide_1_3 .font_m {
        font-size: 2.0rem;
        margin-bottom: 4vw;
    }
    .cvn_area_line,
    .cvn_area_photo {
        width: 46%;
        padding: 0 0 0 0;
        border-left: none;
    }
    .cvn_area_line {}
    .cvn_area .cvn_sub .sst {
        margin-bottom: 4vw;
    }
    .cvn_area .cvn_area_line .sst {
        background-image: url("images/common/icon_line.svg");
    }
    .cvn_area .cvn_area_photo .sst {
        background-image: url("images/common/icon_photo.svg");
    }
    .cvn_area .cvn_sub p {
        font-size: 1.4rem;
        margin: 0 0 4vw 0;
    }
    .cvn_area .cvn_sub .btn {
        width: 100%;
        min-width: auto;
        font-size: 1.2rem;
        padding: 12px 10px;
    }
	
	@media screen and (max-width: 768px) {
    .tel .number a {
        display: inline-block;
        color: #fff !important;
        text-decoration: none;
    }
}
    /*--------------------------------------
	
	brand detail page 
	
--------------------------------------*/
    .brand_title {
        flex-direction: column-reverse;
        margin-bottom: 2vw;
    }
    .brand_title .text,
    .brand_title .img {
        width: 100%;
    }
    .brand_title .text .main {
        padding: 12vw 8vw;
    }
    .brand_title .text .pankuzu {
        padding: 4vw 8vw 4vw 8vw;
        background: #e4e0d7;
        margin-bottom: 8vw;
    }
    .brand_title .text .title {
        margin-top: 0;
        margin-bottom: 8vw;
    }
    .brand_title .text .title .en {
        font-size: 2.4rem;
        margin-bottom: 2vw;
    }
    .brand_title .text .title .jp {
        font-size: 1.6rem;
    }
    .brand_title .text p {}
    .brand_title .img {
        padding-top: 125%;
        position: relative;
        background-color: #EAE5E5;
    }
    .brand_title .img .inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0 0 0 30px;
    }
    .brand_price .wide_1_4_w {
        width: 100%;
        margin-bottom: 8vw;
    }
    .price_table {
        border-bottom: 1px solid #3B2F2F;
        padding-bottom: 6vw;
        display: block;
    }
    .price_table_lite tr th,
    .price_table_lite tr td {
        padding: 10px 0;
    }
    .price_table_lite tr th {
        border-bottom: none;
        padding-bottom: 0;
        font-size: 1.4rem;
    }
    .price_table_lite tr td {
        padding-top: 0;
    }
    .price_table_lite th,
    .price_table_lite td {
        display: inline-block;
        font-family: 'A-OTF 中ゴシックBBB Pro', '中ゴシックBBB', sans-serif;
    }
    .price_table_lite th {
        width: 100%;
    }
    .price_table_lite td.detail {
        width: 60%;
        border-bottom: none;
    }
    .price_table_lite td.price {
        width: 40%;
        border-bottom: none;
    }
    .price_table_lite tr {
        border-bottom: 1px solid #3B2F2F;
    }
    .voice li {
        border-radius: 8px;
        padding: 7vw;
        margin-bottom: 6vw;
    }
    .voice li .st {
        margin-bottom: 5vw;
        padding-right: 60px;
        min-height: 37px;
        font-size: 1.6rem;
    }
    .voice li .st:after {
        content: '';
        display: block;
        background-size: cover;
        width: 36px;
        height: 47px;
    }
    .related .font_l {
        margin-bottom: 6vw;
    }
    /*--------------------------------------
	
	content page 
	
--------------------------------------*/
    /*page title*/
    .page_title {
        padding: 70vw 0 8vw 0;
        font-size: 3.2rem;
        border-radius: 0 0 60px 0;
    }
    .brand_title:before,
    .page_title:before {
        width: 160px !important;
        height: 70px;
        border-radius: 0 0 20px 0;
        z-index: 50;
    }
    .page_title h1 {
        font-size: 2.0rem;
    }
    /*pankuzu*/
    .pankuzu {
        font-size: 1.1rem;
        padding-top: 4vw;
        padding-bottom: 3vw;
        margin-bottom: 8vw;
    }
    .pankuzu li:after {
        margin: 0 5px;
    }
    .page_brand_detail .pankuzu li:last-child {
        display: inline-block;
    }
    /*concept list*/
    .concept_list {
        padding-left: 40px;
    }
    .concept_list li {
        position: relative;
        margin-bottom: 8vw;
    }
    .concept_list .num {
        display: inline-block;
        position: absolute;
        left: -40px;
        top: 0.1em;
        font-size: 1.8rem;
    }
    .concept_list .num:after {
        display: none;
    }
    .concept_list li .st {
        margin-bottom: 3vw;
    }
    .page_beginners .content.section {
        margin-bottom: 0;
    }
    /*large banner*/
    .large_banner {
        text-align: center;
        padding: 8vw 8vw 10vw 8vw;
        width: 100%;
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .large_banner.bn_shop {
        background-image: url("images/ph/bn_shop.jpg");
    }
    .large_banner .font_xl {
        margin-bottom: 30px;
    }
    /*anchor*/
    .anchor_navi {
        margin-bottom: 8vw;
    }
    .anchor_navi li {
        font-size: 1.2rem;
    }
    .anchor_navi li a {
        display: block;
        padding: 3vw;
    }
    /*other_brand*/
    .other_brand_area .wide_1_4 {
        width: 100%;
        display: flex;
        align-content: flex-end;
        align-items: flex-end;
        justify-content: space-between;
    }
    .other_brand_area .wide_1_4 a {
        font-size: 1.2rem;
        background: no-repeat;
        background-position: right top 5px;
        background-image: url("images/common/icon_arrow_black_top.svg");
        background-size: 10px auto;
        padding: 0 20px 5px 0;
    }
    .other_brand_area {
        padding-top: 4vw;
    }
    .other_brand {
        padding-top: 8vw;
    }
    .other_brand ul li {
        width: 50%;
        padding: 4vw 2vw 4vw 0;
    }
    .other_brand ul li:nth-child(2) {
        /* 	border-top:  none; */
    }
    /*post*/
    .post_title {
        margin-bottom: 12vw;
    }
    .post_title .font_xl {
        margin-bottom: 6vw;
    }
    .tag li {
        margin: 0 2px 2px 0;
    }
    .tag li a {
        padding: 3px;
    }
    .eyecatch {
        margin-bottom: 12vw;
    }
    .eyecatch img {
        max-width: 85%;
    }
    .post_body h2 {
        font-size: 2.4rem;
        margin-top: 16vw;
        margin-bottom: 8vw;
    }
    .post_body h3 {
        font-size: 2.0rem;
        margin-top: 12vw;
        margin-bottom: 6vw;
    }
    .post_body h4 {
        font-size: 1.6rem;
        margin-top: 8vw;
        margin-bottom: 2vw;
    }
    .post_body p {
        font-size: 1.6rem;
        margin-bottom: 2vw;
    }
    .post_body ul {
        margin-bottom: 2vw;
    }
    .post_body ul li {
        font-size: 1.6rem;
    }
    /*price table*/
    .price_table {
        width: 100%;
        font-size: 1.4rem;
        text-align: left;
        margin-bottom: 8vw;
    }
    .price_table th {
        display: none;
    }
    .price_table th,
    .price_table td {
        border-bottom: none;
        position: relative;
        font-size: 1.1rem;
        padding: 0;
    }
    .price_table th {
        display: none !important;
    }
    .price_table tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .price_table .title {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        border-top: 1px solid #3B2F2F;
        margin-top: 6vw;
        padding: 4vw 0 0 0;
    }
    .price_table .detail {
        width: 100%;
        font-size: 1.1rem;
        display: block;
        padding: 1vw 0 4vw 0;
    }
    .price_table .state {
        line-height: 1.4;
    }
    .price_table .updown {
        width: 9.0%;
        text-align: center;
        border-radius: 10px 0 0 10px;
    }
    .price_table .updown div {
        height: 100%;
        width: 100%;
        display: flex;
        align-content: flex-end;
        align-items: flex-end;
        justify-content: center;
    }
    .price_table .updown div:after {
        max-width: 7px;
        width: 100%;
        align-self: flex-end;
        display: inline;
        vertical-align: bottom;
        line-height: 1;
    }
    .price_table .state {
        width: 18.2%;
    }
    .price_table .updown,
    .price_table .state {
        display: inline-block;
        background: #EAE5E5;
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
    .price_table .state:before {
        font-size: 1.1rem;
        line-height: 1.2;
        color: #79817b;
        display: block;
        margin-bottom: 4px;
    }
    .price_table .state0:before {
        content: '未使用';
    }
    .price_table .state1:before {
        content: '状態1';
    }
    .price_table .state2:before {
        content: '状態2';
    }
    .price_table .state3:before {
        content: '状態3';
    }
    .price_table .state4:before {
        content: '状態4';
    }
    .price_table .state4 {
        border-radius: 0 10px 10px 0;
    }
    /*flowchart*/
    .flowchart_area {
        padding: 0 0;
    }
    .flowchart_area .inner {
        border: none;
        border-top: 1px solid #3B2F2F;
        border-radius: 0
    }
    .flowchart_area:last-child .inner {
        border-radius: 0;
    }
    .flowchart_area .tab {
        display: flex;
        margin-bottom: 0;
    }
    .flowchart_area .tab li a,
    .flowchart_area .tab li span {
        padding: 6vw 0;
    }
    .flowchart_area .flowchart {
        padding: 9vw 8vw 8vw 8vw;
    }
    .flowchart_area .flowchart .child {
        padding: 0 0;
    }
    .flowchart_area .flowchart .child .title {
        position: relative;
        padding-left: 55px;
        margin-bottom: 6vw;
    }
    .flowchart_area .flowchart .child .title .num {
        width: 50px;
        height: 50px;
        left: -8px;
        top: -10px;
        font-size: 1.4rem;
    }
    .flowchart_area .btn.wide_1_2 {
        margin-bottom: 6vw;
    }
    /*staff*/
    .staff_list .wide_1_3 {
        width: 100%;
    }
    .staff_list .wide_1_3 .img {
        padding: 4vw 12vw;
    }
    .staff_list .wide_1_3 .font_m {
        font-size: 2.0rem;
    }
    .staff_list .wide_1_3 .font_m .font_xxs {
        display: inline-block;
        margin-left: 10px;
    }
    .staff_list li .text {
        padding: 0;
    }
    /*form_area*/
    .form_area {
        padding: 0 0;
    }
    .form_area .inner {
        padding: 12vw 0;
        border: none;
        border-top: 1px solid #3B2F2F;
        border-radius: 0
    }
    .form_area .inner .st {
        margin-bottom: 8vw;
    }
    /*----------------------------------------------------------------------------------

	pagenavi

----------------------------------------------------------------------------------*/
    .wp-pagenavi_area {
        margin: 40px 0 40px 0;
    }
    .wp-pagenavi {
        margin: 10px auto 30px auto;
    }
    .wp-pagenavi span,
    .wp-pagenavi a {
        display: inline-block;
        padding: 6px 14px;
    }
    .wp-pagenavi span.pages {
        margin: 0 0 10px 0;
    }
    .wp-pagenavi a.last,
    .wp-pagenavi a.first {
        display: none;
    }
    .comp-form-wrap .form_item .checkbox label {
        display: flex !important;
        flex-wrap: nowrap !important;
    }
    .comp-form-wrap .form_item .checkbox label .radio_checker {
        margin-right: 25px !important;
    }
    .comp-form-wrap .form_item {
        border-bottom: none !important;
    }
}
.modal_close {
    background-color: rgba(0, 0, 0, 0.85);
}
.modal .window {
    max-width: 86vw;
    max-height: 70vh;
}
.modal .window p {
    text-indent: 0;
}
@media screen and (min-width: 720px) {
    .window {
        max-height: 80vh;
    }
}
.window .hokensyo_image {
    width: 90%;
    margin: 20px auto 40px;
}
@media screen and (min-width: 720px) {
    .window .hokensyo_image {
        width: 75%;
        margin: 30px auto 40px;
    }
}
.window .desc_wrap {
    margin-bottom: 1em;
}
.window .desc_wrap .ttl {
    font-family: Lato, YakuHanJP, "A-OTF 見出ゴMB31 Pro", 見出ゴMB31;
    font-weight: bold;
}





/* スライダー画像のコンテナ */
.list_slider li a .img {
  position: relative;
  margin: 0 0 30px 0;
  transition: 0.2s ease-in-out;
}

/* 画像自体は幅100%で縦横比を保って表示 */
.list_slider li a .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* .fade:after オーバーレイを無効化（不要なら削除してください） */
.fade:after {
  content: '';
  display: block;
  width: 100%;
  height: 0; /* 高さを0にすることでオーバーレイを表示させない */
  position: absolute;
  left: 0;
  top: 0;
  background: #EAE5E5;
  transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.fade.show:after {
  height: 0;
}


/*子犬情報*/

.bx-viewport {
    height: auto !important;
}



.meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}


.meta {
    margin-top: 20px;
}
.meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.meta dl {
    display: flex;
    margin-bottom: 0.3vw;
}

@media screen and (max-width: 768px) {
.meta dl {
    margin-bottom: 2vw;
}
}


.meta dl dt {
    background: #F26671;
    border-radius: 15px;
    padding: 4px 10px;
    margin-right: 12px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.link {
    width: 100%;
}

.link span {
    display: block;
    background: #F26671;
    padding: 4px 5px;
    font-size: 14px;
    text-align: center;
    position: relative;
    color: #fff;
    border-radius: 15px;
}



.status {
    position: absolute;
    top: 2px;
    right: 0;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    width: 115px;
    padding: 6px;
    background: #ccc;
    border-radius:15px; 
}

.status.status0{
  background: #F26671;
}
.status.status1{
  background: #F26671;
}
.status.status2{
  background: #F26671;
}


/*
子犬関連のCSS
*/


.home_puppy_items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.home_puppy_items .item {
    width: calc(25% - 2vw);
    margin: 0 1vw; /* または padding でもよい */
}

.home_puppy_items .item {
  box-sizing: border-box;
}

    .home_puppy_items.archive .item:nth-child(n+5) {
        margin-top: 50px; /* 5番目以降（2行目）にだけ余白を入れる */
    }


.home_puppy_items .item .inner {
    height: 100%;
}

.home_puppy_items .item .img {
    display: block;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #b5b5b5;
    position: relative;
}

.home_puppy_items .item .img:before {
    content: "";
    display: block;
    padding-top: 86.66%;
}

.home_puppy_items .item .img a {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.home_puppy_items .item .img .status {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    width: 115px;
    padding: 8px;
    background: #ccc;
}

.home_puppy_items .item .img .status.status0 {
    background: #e37059;
}

.home_puppy_items .item .img .status.status1 {
    background: #489674;
}

.home_puppy_items .item .img .status.status2 {
    background: #735645;
}

.home_puppy_items .item .meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.home_puppy_items .item .meta dl {
    display: flex;
    margin-bottom: 0.4em;
}

.home_puppy_items .item .meta dl dt {
    background: #F26671;
    border-radius: 15px;
    padding: 4px 10px;
    margin-right: 12px;
    font-weight: 500;
    color: #fff;
}

.home_puppy_items .item .meta dl dd {
    font-weight: 500;
}

.home_puppy_items .item .link {
    width: 100%;
}

.home_puppy_items .item .link a {
    display: block;
    background: #F26671;
    padding: 4px 5px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}

.home_puppy_items .item .link a:after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}

/* Responsive adjustments */

@media (min-width: 1200px) {
    .home_puppy_items.archive .item:nth-child(n+5) {
        margin-top: 50px; /* 5番目以降（2行目）にだけ余白を入れる */
    }
}

.home_puppy_items.archive .item .meta {
    margin-top: 4vw;
}

.home_puppy_items.archive .item .meta dl dt {
    padding: 4px 20px;
}

.home_puppy_items.archive .item .link a {
    padding: 10px 5px;
}

.home_puppy_items.archive .item .link a:after {
    right: 40px;
}


.puppy_detail_wrap {
    /* General styling for puppy details */
}

.puppy_tt1 {
    background: #FFF;
    color: #F26671;
    border-radius: 39px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    padding: 15px 10px;
}

.puppy_tt1 span {
    position: relative;
    padding: 0 30px;
    display: inline-block;
}

/* Main image slider area */
.puppy_main_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.puppy_main_img .box1 {
    width: 48.92%;
}

.puppy_main_img .box1.no_movie {
    width: 75%;
    margin: 0 auto;
}

.puppy_main_img .box2 {
    width: 75%;
}

.puppy_main_img .guide_link a,
.puppy_main_img .reserve_link a {
    display: block;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 20px 10px;
    background: #F26671;
    color: #FFF;
    position: relative;
}

.puppy_main_img .guide_link a:after,
.puppy_main_img .reserve_link a:after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}

/* Info Table */
.puppy_info {
    margin-top: 100px;
}

.puppy_info .title {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    color: #F26671;
}

.puppy_info_tbl {
    width: 100%;
}

.puppy_info_tbl th,
.puppy_info_tbl td {
    padding: 17px 10px;
    color: #111;
}

.puppy_info_tbl th {
    background: #F26671;
    border-bottom: 2px solid #FFF;
    color: #fff;
}

.puppy_info_tbl td {
    background: #FFF;
    border-bottom: 1px solid #F26671;
}

/* Pagination */
.pagination {
    text-align: center;
    margin-top: 65px;
}

.pagination .nav-posts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 19px;
}

.pagination .page-next,
.pagination .page-prev {
    min-width: 180px;
}

.pagination .page-next a,
.pagination .page-prev a {
    display: block;
    border: 1px solid #F26671;
    padding: 15px 50px;
    background: #FFF;
    font-size: 12px;
    position: relative;
	border-radius: 15px;
}

.pagination .page-next a:before,
.pagination .page-prev a:after {
    content: "→";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pagination .page-archive a {
    display: block;
    background: #F26671;
    color: #fff;
    padding: 15px 120px;
	border-radius: 15px;
}



@media only screen and (max-width: 767px) {
    .pagination .nav-posts .page-next,
    .pagination .nav-posts .page-prev {
        min-width: 120px;
    }
    .pagination .nav-posts .page-next a,
    .pagination .nav-posts .page-prev a,
    .pagination .page-archive a {
        font-size: 10px;
        padding: 10px;
    }
}



@media screen and (max-width: 768px) {
  .home_puppy_items .item {
    width: 100% !important; /* 幅100%で1カラムに */
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px; /* 下に少し余白を入れる */
  }
}

@media screen and (max-width: 768px) {
    .home_puppy_items .item {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 11vw;
    }
}

@media only screen and (max-width: 767px) {
    .home_puppy_items .item .img {
        width: 53%;
    }
}

@media only screen and (max-width: 767px) {
    .home_puppy_items .item .img .status {
        padding: 3px 5px;
        font-size: 13px;
        width: 80px;
    }
	
}

@media only screen and (max-width: 767px) {
    .home_puppy_items.archive .item .meta {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .home_puppy_items .item .meta dl {
        align-items: center;
    }
	    .home_puppy_items .item .meta dl {
        width: 100%;
        margin-bottom: 2vw;
    }
}

@media only screen and (max-width: 1023px) {
    .home_puppy_items .item .meta dl {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
  /* 親要素をflex化して横並びにする */
  .home_puppy_items .item .inner {
    display: flex;
    align-items: flex-start; /* 画像とテキストを上揃えに */
  }

  /* 画像部分を左側 40% */
  .home_puppy_items .item .img {
    width: 40%;
    margin-right: 2%; /* 画像とテキストの間に隙間を空ける例 */
    /* 必要なら padding や box-sizing: border-box; も検討 */
  }

  /* テキスト（メタ）部分を右側 60% */
  .home_puppy_items .item .meta {
    width: 58%; /* 40% + 2% + 58% = 100% */
    box-sizing: border-box;
    /* 必要ならパディングなど */
  }
  
  .home_puppy_items.archive .item:nth-child(n+5) {
    margin-top: 0px !important; 
 }
}


@media screen and (max-width: 768px) {
    .puppy_tt1 {
        font-size: 1.6rem !important;
		        margin-bottom: 5vw;
    }
	

}



/*お問い合わせ*/

/* ============================
   Contact Form 7 共通スタイル
   ============================ */

/* フォーム全体のラップ */
.cbr-form-wrap {
    /* background-color: #fdfdf9; */
    /* border: 1px solid #e0e0d9; */
    border-radius: 8px;
    padding: 2em 1.5em;
    max-width: 90%;
    margin: 0 auto;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #333;
}

/* チェックボックス */
.cbr-checkbox input[type="checkbox"] {
  margin-right: 0.4em;
}
.cbr-checkbox label {
  display: inline-block;
  margin-right: 1em; /* 選択肢同士の間隔 */
}

/* 全体を覆う .cbr-checkbox クラスに対して */
.cbr-checkbox {
  /* 必要に応じて display:block; 等も検討 */
}

/* 各選択肢をブロックまたはインラインブロック化して、隙間を空ける */
.cbr-checkbox .wpcf7-list-item {
  display: inline-block; 
  margin-right: 1em; /* 選択肢同士の余白 */
}

/* ラベル部分をカーソルなど調整したい場合 */
.cbr-checkbox .wpcf7-list-item label {
  cursor: pointer;
  /* label自体をブロックやインラインブロックにしたいなら下記を追加
  display: inline-block;
  */
}

/* チェックボックスのinputに対して */
.cbr-checkbox .wpcf7-list-item input[type="checkbox"] {
  margin-right: 0.4em; /* チェックボックスとテキストの間隔 */
  transform: scale(1.1); /* 大きめにしたい場合の例 */
}

/* フォームグループ */
.cbr-form-group {
  margin-bottom: 1.5em;
}

.cbr-form-group label {
  display: block;
  margin-bottom: -1.8em;
  font-weight: bold;
  font-size: 0.95em;
}

.cbr-form-group .required {
  color: #d44;
  font-weight: normal;
  margin-left: 4px;
}

.cbr-form-group .optional {
  color: #666;
  font-weight: normal;
  margin-left: 4px;
  font-size: 0.9em;
}

/* テキスト系のフィールド */
.cbr-text,
.cbr-textarea,
.cbr-select {
  width: 100%;
  padding: 0.6em;
  font-size: 0.95em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.cbr-text:focus,
.cbr-textarea:focus,
.cbr-select:focus {
  border-color: #b8814d; /* フォーカス時の色(ややブラウン系) */
  outline: none;
}

/* テキストエリア */
.cbr-textarea {
  resize: vertical; /* 縦方向のみリサイズ可 */
  min-height: 120px; 
}

/* プルダウン - 修正版 */
.cbr-select {
  width: 100%;
  padding: 0.6em;
  font-size: 0.95em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%23333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 12px;
  padding-right: 30px;
  transition: border-color 0.2s;
}

.cbr-select:focus {
  border-color: #b8814d;
  outline: none;
}

/* ブラウザごとの独自矢印を非表示 */
.cbr-select::-ms-expand {
  display: none;
}

/* 送信ボタン */
.cbr-form-submit {
  text-align: center !important;
}

.cbr-form-submit {
  /* 横幅いっぱいにして、フレックスで中央寄せ */
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 2em;  /* お好みで余白 */
  /* もし text-align: center; を書いているなら削除でOK */
}

.cbr-form-submit input[type="submit"] {
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    background-color: #F26671;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 18px 30px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    min-width: 225px;
}

.cbr-form-submit input[type="submit"]:hover {
  opacity: 0.85;
}

.cbr-form-submit input[type="submit"]:active {
  opacity: 0.7;
}

/* レスポンシブ対応 */
@media screen and (max-width: 480px) {
  .cbr-form-wrap {
    padding: 1.5em 1em;
  }
  .cbr-form-submit input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
  }
}

.cbr-radio input[type="radio"],
.cbr-checkbox input[type="checkbox"] {
  margin-right: 0.4em;
  transform: scale(1.2); /* 大きさを少し拡大する例 */
}
.cbr-radio label,
.cbr-checkbox label {
  display: inline-block;
  margin-right: 1em;
}