@charset "utf-8";

/*---------- 共通 ----------*/
.back_gold {
    background: #c8bd9b;
}
.back_gold02 {
    background: #a49158;
}
.back_white {
    margin-bottom: 14%;
    background: #fff;
    position: relative;
}
.back_white:last-of-type{
    margin-bottom: 0;
}
.back_red02 {
    background: #ce4267;
    color: #fff;
}
.white02 {
    color: #fff !important;
}
.black02 {
    color: #222 !important;
}
.back_gold .title span {
    color: #fff;
}
.back_gold .sub_title::after {
    background: #fff;
}
.topics {
    width: auto;
    margin-left: 0;
    background: unset;
}
p.sg {
    color: #808080;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: right;
}

.topics h1 img {
    width: 100%;
}
.topics_select a, .topics_cont a, .topics_frame a {
    color: #87bbc6;
    text-decoration: underline;
}
.topics .top_contents_wrap {
    padding: 40px 55px;
}
.topics .top_contents_wrap p{
    line-height: 1.8;
    letter-spacing: 0.2em;
}


/*---------- topics ----------*/
.topics .contents_wrap_tl {
    padding: 60px 55px 30px;
}
.topics_frame_tl {
    margin: 0;
    padding: 13px 0;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
}
.top_contents_wrap .topics_frame_tl {
    margin-top: 50px;
    padding: 20px 0;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
}
/* .topics_frame {
    width: 100%;
    padding: 30px 50px;
    background: #fff;
    border: 1px solid #fff;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}
.top_contents_wrap .topics_frame {
    border: 1px solid #ce4267;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.topics_frame .article {
    position: relative;
    z-index: 5;
} */
.topics .wrap_tl {
    font-size: 2.3rem;
    font-family: 'Noto Serif JP', sans-serif;
    line-height: 1.5;
    letter-spacing: 0.25em;
    text-align: center;
}
.topics .wrap_tl::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px 0 45px;
    background: #fff;
}
.topics .wrap_tl.gold::after {
    background: #a49158;
}


/*---------- size select ----------*/
.sizecheck_wrap {
    padding: 50px 5% 0;
}
.size-fit{
    margin: 0 auto 30px;
    font-family: 'Noto Sans JP', sans-serif;
}
.size-fit-title {
    padding: 10px;
    background: #a49158;
    border-radius: 99px;
    color: #fff;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.size-fit-title span,
.size-fit-title svg{
    display: inline-block;
}
.size-fit-title span{
    margin-left: 15px;
}
.size-fit-title svg {
    width: 3.5rem;
    fill: #fff;
    position: static;
}
.size-fit-wrap {
    margin-top: -25px;
    padding: 50px 5% 95px;
    background: #eae6d9;
    position: relative;
    z-index: 1;
}
.size-fit-wrap>*+* {
    -webkit-margin-before: 1.8em;
    margin-block-start: 1.8em;
}
.size-fit-wrap .message {
    line-height: 1.8;
    text-align: justify;
}
.size-fit-items {
    display: flex;
    justify-content: space-between;
}
.size-fit-items .size-fit-form{
    width: calc((100% - 2rem) / 2);
}
.size-fit-form {
    font-size: 1.5rem;
}
.size-fit-form .title {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-weight: bold;
}
.size-fit-form input {
    box-sizing: border-box;
}
.size-fit-form input[type=text],
.size-fit-form input[type=number] {
    width: 100%;
    height: 50px;
    padding: 10px 5px;
    background: #fff;
    font-size: 2rem;
    text-align: center;
    transition: 0.25s;
    box-sizing: border-box;
}
.size-fit-form input[type=text]:focus,
.size-fit-form input[type=number]:focus {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    outline: none;
    border-color: #000;
}
.size-fit-form.is-empty input {
    border: solid 2px rgb(255, 21, 21);
    background: rgb(254, 239, 239);
}
.size-fit-form.is-empty::after {
    content: "　※" attr(data-title) "を入力してください";
    color: rgb(255, 21, 21);
    font-size: 12px;
}
.size-fit-parallel {
    display: flex;
    align-items: flex-start;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.size-fit-parallel::before {
    content: "";
    width: calc(100% - (100% / 5));
    height: 2px;
    background: #999;
    position: absolute;
    left: 10%;
    top: calc(30px / 2);
}
.size-fit-parallel .item {
    width: calc(100% / 5);
}
.size-fit-parallel input {
    display: none;
}
.size-fit-parallel input:checked+label::before {
    border-color: #CE4267;
}
.size-fit-parallel input:checked+label::after {
    opacity: 1;
}
.size-fit-parallel label {
    display: block;
    padding-top: calc(30px + 8px);
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.size-fit-parallel label:hover{
    opacity: 1;
}
.size-fit-parallel label::before,
.size-fit-parallel label::after {
    content: "";
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    box-sizing: border-box;
}
.size-fit-parallel label::before {
    width: 30px;
    height: 30px;
    border: solid 2px #ccc;
    background: #fff;
}
.size-fit-parallel label::after {
    width: calc(30px / 2);
    height: calc(30px / 2);
    background: #CE4267;
    top: 8px;
    opacity: 0;
}
.size-fit-btn {
    width: 100%;
    position: relative;
}
.size-fit-btn button {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    background: #000;
    border: solid 1px #000;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.size-fit-btn button::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.size-fit-btn .result-btn:hover {
    opacity: 0.7;
}
.size-fit-result {
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
.size-fit-result .result-size {
    display: inline-block;
    min-width: 50px;
    min-height: 25px;
    margin: 0 5px;
    padding: 10px;
    background: #fff;
    color: #ce4267;
    font-size: 2.8rem;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
}
.size-fit-attension {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: right;
    position: absolute;
    bottom: 2.5rem;
    right: 3rem;
}
.size-fit-confirm {
    display: none;
    padding: 5%;
    background: #FFF;
    font-size: 1.4rem;
}
.size-fit-confirm>div {
    margin: 2px 0;
    padding: 2px 0;
}
.size-fit-confirm>div span {
    background: linear-gradient(transparent 30%, #ff6 30%);
}
.size-fit-confirm ol {
    margin: 0;
}
.size-fit-confirm ol span {
    background: linear-gradient(transparent 30%, #ff6 30%);
}

/* ranking */
.topics .innerbox_title {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}
.topics .innerbox_title .title_text {
    display: block;
    margin-right: 0.5em;
    font-size: 3rem;
    color: #a59258;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.topics .innerbox_title .sub_title {
    display: block;
    margin-right: 0.5em;
    font-size: 1.8rem;
    color: #a59258;
    letter-spacing: 0.1em;
    white-space: nowrap;
    position: relative;
}
.topics .innerbox_title .sub_title::after {
    content: "";
    display: block;
    width: 750px;
    height: 1px;
    background: #a59258;
    position: absolute;
    top: 45%;
    left: 105%;
}
.topics .innerbox_title .sub_title.white02::after {
    background: #fff;
}
.sizeselect_ranking {
    padding: 30px 0;
}
.sizeselect_ranking .innerbox_title {
    padding-left: 5%;
}
.sizeselect_ranking .rank_list {
    width: 90%;
    margin: 0 auto;
}
.topics .ranking{
    padding: 50px 0 0 0;
    overflow: hidden;
}
.select_text {
    position: relative;
}
.select_text img.sizesel_icon{
    width: 13%;
    position: absolute;
    right: -3rem;
    top: 90%;
}
input[name="sizesel_tab_name"],
input[name="sizeselect_tab_name"] {
    display: none;
}
.topics_sizeselect_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topics_sizeselect_box::after{
    content: '';
    width: calc((100% - 2%)/3);
}
label.sizeselect_tab_class {
    display: flex;
    height: 45px;
    width: calc((100% - 2%)/3);
    margin-bottom: 10px;
    border: 1px solid #fff;
    background: #fff;
    color: #a49158;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}
label.sizeselect_tab_class::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: #a49158 1px solid;
    border-right: #a49158 1px solid;
    transform: rotate(45deg);
    position: absolute;
    right: 6%;
    top: 2%;
    bottom: 0;
    margin: auto;
}
label.sizeselect_tab_class:hover {
    cursor: pointer;
    opacity: 0.7;
}
label.sizeselect_tab_class .tab_txt {
    margin: 0 auto;
}
#sizeselect_tab1:checked ~ .topics_sizeselect_box .sizeselect_tab_class1,
#sizeselect_tab2:checked ~ .topics_sizeselect_box .sizeselect_tab_class2,
#sizeselect_tab3:checked ~ .topics_sizeselect_box .sizeselect_tab_class3,
#sizeselect_tab4:checked ~ .topics_sizeselect_box .sizeselect_tab_class4,
#sizeselect_tab5:checked ~ .topics_sizeselect_box .sizeselect_tab_class5,
#sizeselect_tab6:checked ~ .topics_sizeselect_box .sizeselect_tab_class6{
    background: #dedfe1;
    border: 1px solid #dedfe1;
    color: #222;
}
#sizeselect_tab1:checked ~ .topics_sizeselect_box .sizeselect_tab_class1:before,
#sizeselect_tab2:checked ~ .topics_sizeselect_box .sizeselect_tab_class2:before,
#sizeselect_tab3:checked ~ .topics_sizeselect_box .sizeselect_tab_class3:before,
#sizeselect_tab4:checked ~ .topics_sizeselect_box .sizeselect_tab_class4:before,
#sizeselect_tab5:checked ~ .topics_sizeselect_box .sizeselect_tab_class5:before,
#sizeselect_tab6:checked ~ .topics_sizeselect_box .sizeselect_tab_class6:before{
    border-top: #222 1px solid;
    border-right: #222 1px solid;
}
.sizeselect_cont_class {
    display: none;
    width: 100%;
}
#sizeselect_tab1:checked ~ #sizeselect_cont1_class,
#sizeselect_tab2:checked ~ #sizeselect_cont2_class,
#sizeselect_tab3:checked ~ #sizeselect_cont3_class,
#sizeselect_tab4:checked ~ #sizeselect_cont4_class,
#sizeselect_tab5:checked ~ #sizeselect_cont5_class,
#sizeselect_tab6:checked ~ #sizeselect_cont6_class{
    display: block;
    margin: 50px 0 0 0;
    position: relative;
    box-sizing: border-box;
}
.sizeselect_cont_class .title {
    width: 100%;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}
.sizeselect_cont_class .title .title_text {
    display: block;
    margin-right: 0.5em;
    font-size: 2.7rem;
    color: #a59258 !important;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.sizeselect_cont_class .title .sub_title {
    display: block;
    margin-right: 0.5em;
    font-size: 1.7rem;
    color: #a59258 !important;
    white-space: nowrap;
    position: relative;
}
.sizeselect_cont_class .title .sub_title::after {
    content: "";
    display: block;
    width: 750px;
    height: 1px;
    background: #a59258 !important;
    position: absolute;
    top: 45%;
    left: 105%;
}
.sizeselect_article {
    background: #fff;
    overflow: hidden;
    width: 705px;
    margin-left: -5.6%;
    padding: 0;
}
.sizeselect_article div[class^="sizeselect_"] {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}
.measure_point {
    width: 100%;
    padding-top: 50px;
}
.measure_point .topics_frame_tl,
.staff_voice .topics_frame_tl {
    color: #222;
}
.--leggings .topics_frame_tl {
    background: -moz-linear-gradient(left, #fbe3e1, #f1eaf4);
    background: -webkit-linear-gradient(left, #fbe3e1, #f1eaf4);
    background: linear-gradient(to right, #fbe3e1, #f1eaf4);
}
.--leggings .topics_frame {
    border-color: #fbe3e1;
}
.--pants .topics_frame_tl, .--pants .topics_frame {
    background: #cad9ed;
    border-color: #cad9ed;
}
.--girdle .topics_frame_tl, .--girdle .topics_frame {
    background: #e0f1f4;
    border-color: #e0f1f4;
}
.--tights .topics_frame_tl, .--tights .topics_frame {
    background: #e6dad9;
    border-color: #e6dad9;
}
.--socks .topics_frame_tl, .--socks .topics_frame {
    background: #d5ebe1;
    border-color: #d5ebe1;
}
.--tops .topics_frame_tl, .--tops .topics_frame {
    background: #fde9d7;
    border-color: #fde9d7;
}
.measure_point .topics_frame {
    background: #fff;
    padding: 25px 30px;
}
.point_image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.point_image img {
    width: 8%;
    padding: 0 5px;
    margin-bottom: 15px;
}
.sizechart_slider p {
    color: #222;
    margin-bottom: 8px;
    line-height: 1.5;
}
.sizechart_slider .slick-slide {
    height: auto !important;
    width: 590px;
    margin: 0 57.5px;
}
.pants_sizechart img {
    width: 100%;
    height: 27vw;
    min-height: 288px;
    max-height: 445px;
}
.leggings_sizechart img {
    width: 100%;
    height: 27vw;
    min-height: 288px;
    max-height: 429px;
}
.sizechart_slider .slick-arrow {
    width: 28px;
    height: 38px;
    margin: auto;
    background: #c8bd9b;
    color: #222;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    bottom: -50px;
    cursor: pointer;
}
.sizechart_slider .prev_arrow_bg {
    left: 20%;
}
.sizechart_slider .next_arrow_bg {
    right: 20%;
}
.sizechart_slider .prev_arrow_bg .prev_arrow,
.sizechart_slider .next_arrow_bg .next_arrow {
    display: block;
    width: 13px;
    height: 13px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.sizechart_slider .prev_arrow_bg .prev_arrow {
    margin: 11px 0 0 11px;
    transform: rotate(-135deg);
}
.sizechart_slider .next_arrow_bg .next_arrow {
    margin: 11px 0 0 3px;
    transform: rotate(45deg);
}
.sizechart_slider .slick-dots {
    width: 50%;
    bottom: -9%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sizechart_slider.girdle_sizechart .slick-arrow {
    bottom: -55px;
}
.sizechart_slider.girdle_sizechart .slick-dots {
    bottom: -14.5%;
}
.staff_voice {
    margin-top: 60px;
}
.staff_voice .topics_frame {
    margin-bottom: 30px;
    background: #fff;
}
.staff_personal {
    padding-bottom: 15px;
    border-bottom: 1px dashed #222;
}
.staff_personal .staff_personal_cm {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.staff_personal .personal_few {
    display: flex;
    justify-content: flex-start;
}
.staff_personal .staff_personal_cm p.cm {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.staff_personal .personal_few p.cm {
    padding-right: 20px;
}
.staff_personal .staff_personal_cm p.cm img {
    width: auto;
    height: 25px;
    margin: -3px 0 0 0;
    padding: 0 5px 0 0;
}
.staff_comment {
    padding-top: 17px;
    display: flex;
    justify-content: flex-start;
}
.staff_comment img.staff_img {
    width: auto;
    height: 100px;
    padding: 0 10px 0 0;
}
.staff_comment p {
    font-size: 1.3rem;
    line-height: 1.6;
}
.staff_voice .sg {
    margin-top: -20px;
}
.category_btn_area {
    margin-top: 20px;
    padding: 0;
    text-align: center;
}
.category_btn_area img,
.topics_qa_after img {
    height: 60px;
    padding: 20px 0;
}
a.category_btn,
a.topics_qa_btn {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 13px 2% 13px 0;
    background: #222;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
}
a.topics_qa_btn{
    font-size: 2rem;
}
a.topics_qa_btn.--CV{
    background: #27aa7d;
}
a.category_btn:after,
a.topics_qa_btn:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    transform: rotate(45deg);
    position: absolute;
    right: 5%;
    top: 5%;
    bottom: 0;
    margin: auto;
}
.category_btn:first-child {
    margin-bottom: 3%;
}
.topics_qa {
    overflow: hidden;
}
.topics_qa_box {
    width: 100%;
    margin-bottom: 25px;
    padding: 25px 35px;
    background: #eae6d9;
    box-sizing: border-box;
}
.topics_qa_box .qa_title {
    padding-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
.topics_qa_box .qa_title img,
.topics_qa_box .qa_title p {
    vertical-align: middle;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.13em;
    box-sizing: border-box;
}
.topics_qa_box .qa_title img {
    width: 25px;
    margin-right: 10px;
}
.topics_qa_box p {
    margin: 0;
}
.topics_qa_box a {
    color: #87bbc6;
    text-decoration: underline;
}
.topics_qa_after {
    padding-top: 20px;
    text-align: center;
}


/*---------- size change ----------*/
div[class^="sizechange_"] p {
    line-height: 1.7;
}
div[class^="sizechange_section__"] .frame_tl {
    font-size: 1.8rem;
    font-weight: 500;
}
.attention {
    margin-left: 1rem;
    margin-top: 1rem;
    color: #808080;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.2rem;
}
.attention::before {
    content: "※";
    margin-left: -1rem;
}

.vertical_dottedline {
    width: 100%;
    height: 1px;
    margin: 30px auto;
    position: relative;
}
.vertical_dottedline::before {
    content: "";
    background-image: linear-gradient(to right, #ce4267, #ce4267 5px, transparent 5px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sizechange_conditions {
    margin: 0 55px 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    flex-direction: column;
    border: 1px solid #ce4267;
}
.sizechange_section__tl {
    width: calc(100% - 100px);
    padding: 25px 50px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.15em;
}
.sizechange_section__frame {
    width: 100%;
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
}
.sizechange_section__frame img {
    margin: 25px auto;
    width: 15%;
}

.sizechange_flow {
    padding: 50px 5% 70px;
}
.sizechange_section__flow:nth-child(n+2) {
    margin-top: 20px;
}
.sizechange_section__flow .frame_tl {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    line-height: 0;
}
.sizechange_section__flow .article {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 50px;
    background: #fff;
    text-align: left;
    box-sizing: border-box;
}
.sizechange_section__flow .article > div:nth-child(n+2) {
    margin-top: 30px;
}
.sizechange_section__flow:last-child .article {
    padding-bottom: 60px;
}
.sizechange_section__flow .flow_title {
    font-size: 2.2rem;
    letter-spacing: 0.25em;
    line-height: 1.7;
    font-weight: 500;
    text-align: center;
}
.sizechange_section__flow .flow_link {
    text-align: center;
}
.sizechange_section__flow .flow_link a,
.sizechange_section__timing a.timing_link {
    color: #87bbc6;
    text-decoration: underline;
}
.sizechange_section__flow .flow_link img {
    width: 40%;
    padding-bottom: 10px;
}
.topics_frame_down {
    background: #ffffff;
    height: 60px;
    width: 100%;
    clip-path: polygon(0 -1%, 100% -1%, 50% 100%);
}

.sizechange_rejection {
    padding: 50px 5% 70px;
    position: relative;
    background: #222;
}
.rejection_title {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rejection_title img {
    width: 70px;
    padding-right: 20px;
}
.rejection_title p {
    font-size: 2.2rem;
    letter-spacing: 0.25em;
    line-height: 1.7;
    font-weight: 500;
    color: #fff;
}
.sizechange_section__rejection {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
}
.sizechange_section__rejection > div {
    display: block;
    width: 50%;
    padding: 15px;
    position: relative;
    box-sizing: border-box;
}
.sizechange_section__rejection div > p {
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
    position: absolute;
    bottom: 18.5%;
    left: 1%;
    line-height: 1.5;
}

.sizechange_timing {
    padding-top: 60px;
}
.sizechange_timing .wrap_tl {
    margin: 0 5%;
}
.sizechange_section__timing {
    position: relative;
    width: 100%;
    padding: 50px 5% 70px;
    margin-top: 10%;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    line-height: 1.65;
}
.sizechange_section__timing .frame_tl {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    width: 70%;
    height: 50px;
    margin: auto;
    padding: 30px 0;
    border-radius: 50px;
    background: #222;
    text-align: center;
    color: #fff;
    line-height: 0;
    letter-spacing: 0.25em;
    box-sizing: border-box;
}
.timing_title {
    width: 100%;
    margin: 20px auto 30px;
    font-size: 2.2rem;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.25em;
    text-align: center;
}
.sizechange_section__timing .vertical_dottedline::before {
    background-image: linear-gradient(to right, #c8bd9b, #c8bd9b 5px, transparent 5px, transparent 8px);
}

.sizechange_qa {
    padding: 50px 5% 70px;
}


/*---------- Howtowear ----------*/
.topics_howtowear {
    padding: 14px 0 0 0;
}
.topics_howtowear .w100 {
    width: 100%;
}
input[name="htw_tab_name"] {
    display: none;
}

/* tab */
.topics_howtowear_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topics_howtowear_box::after{
    content: '';
    width: calc((100% - 2%)/3);
}
label.htw_tab_class {
    display: flex;
    height: 45px;
    width: calc((100% - 2%)/3);
    margin-bottom: 10px;
    border: 1px solid #a49158;
    color: #a49158;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}
label.htw_tab_class::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: #a49158 1px solid;
    border-right: #a49158 1px solid;
    transform: rotate(45deg);
    position: absolute;
    right: 6%;
    top: 2%;
    bottom: 0;
    margin: auto;
}
label.htw_tab_class:hover {
    cursor: pointer;
    opacity: 0.7;
}
label.htw_tab_class .tab_txt {
    margin: 0 auto;
}
#htw_tab1:checked ~ .topics_howtowear_box .htw_tab_class1,
#htw_tab2:checked ~ .topics_howtowear_box .htw_tab_class2,
#htw_tab3:checked ~ .topics_howtowear_box .htw_tab_class3,
#htw_tab4:checked ~ .topics_howtowear_box .htw_tab_class4,
#htw_tab5:checked ~ .topics_howtowear_box .htw_tab_class5,
#htw_tab6:checked ~ .topics_howtowear_box .htw_tab_class6{
    background: #c8bd9b;
    border: 1px solid #c8bd9b;
    color: #fff;
}
#htw_tab1:checked ~ .topics_howtowear_box .htw_tab_class1:before,
#htw_tab2:checked ~ .topics_howtowear_box .htw_tab_class2:before,
#htw_tab3:checked ~ .topics_howtowear_box .htw_tab_class3:before,
#htw_tab4:checked ~ .topics_howtowear_box .htw_tab_class4:before,
#htw_tab5:checked ~ .topics_howtowear_box .htw_tab_class5:before,
#htw_tab6:checked ~ .topics_howtowear_box .htw_tab_class6:before{
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
}
.htw_cont_class {
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
#htw_tab1:checked ~ #htw_cont1_class,
#htw_tab2:checked ~ #htw_cont2_class,
#htw_tab3:checked ~ #htw_cont3_class,
#htw_tab4:checked ~ #htw_cont4_class,
#htw_tab5:checked ~ #htw_cont5_class,
#htw_tab6:checked ~ #htw_cont6_class{
    width: 100%;
    height: auto;
    margin: 50px 0 0 0;
    opacity: 1;
    transition: 1.3s opacity;
    visibility: visible;
    position: relative;
    box-sizing: border-box;
}
.htw_cont_class img{
    width: 100%;
}
.htw_cont_class div[class^="content"]{
    position: absolute;
}
.htw_cont_class .content-howtowear_slick{
    width: 92%;
    bottom: 21.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.htw_cont_class .content-howtowear_slick.--down {
    bottom: 13.5%;
}
.htw_cont_class .htw_back_btn {
    display: block;
    width: 40%;
    margin: 5% auto 0;
    padding: 3%;
    background: #222;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.htw_cont_class .htw_back_btn:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    transform: rotate(45deg);
    position: absolute;
    right: 6%;
    top: 2%;
    bottom: 0;
    margin: auto;
}
#htw_cont1_class .content-howtowear_video,
#htw_cont2_class .content-howtowear_video {
    width: 84%;
    top: 23.5%;
    left: 0%;
    right: 0;
    margin: 0 auto;
}
#htw_cont1_class .content-howtowear_video__inner,
#htw_cont2_class .content-howtowear_video__inner {
    position: relative;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}
#htw_cont1_class .content-howtowear_video__inner::before,
#htw_cont2_class .content-howtowear_video__inner::before {
    content: '';
    display: block;
    padding-top: 100%;
}
#htw_cont1_class .content-howtowear_video__inner video,
#htw_cont2_class .content-howtowear_video__inner video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* TGC */
.wrap_title {
    margin: 0;
    padding: 10% 0 6%;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.3em;
    color: #a49158;
    text-align: center;
}
.wrap_title::after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    margin: 2% auto;
    background: #a49158;
}
.wrap_title.gold {
    color: #fff;
    background: #c8bd9b;
}
.wrap_title.gold::after {
    background: #fff;
}
.text_pink {
    color: #ce4267;
}
.tgc_logo {
    display: block;
    width: 75%;
    margin: 10% auto 7%;
}
.tgc_stage {
    width: 90%;
    margin: 0 5%;
}
.copywrite {
    margin: 2% 5%;
    color: #808080;
    font-size: 1rem;
    text-align: right;
}
.youtube-wrap {
    max-width: 92%;
    margin: 0 auto;
}
.youtube {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.youtube_title,
.modelName {
    color: #a49158;
    font-weight: bold;
}
.youtube_title{
    margin: 3% 5%;
}
.modelName{
    margin-bottom: 1%;
}
.youtube_title span,
.modelName span {
    margin-left: 1rem;
    font-size: 1.2rem;
    font-weight: normal;
}
.modelName span{
    font-size: 1.4rem;
}
.main_text {
    margin: 5%;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
}
.main_text.--noVideo{
    margin: 0 5% 5%;
}
.kato-nana {
    margin: 7% 0 15%;
    position: relative;
}
.kato-nana .bg_beige {
    width: 65%;
    margin: 0 10% 0 24%;
    padding: 4% 5% 4% 24%;
    background: #eae6d9;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
    box-sizing: border-box;
}
.kato-nana img {
    width: 55%;
    clip-path: circle(34% at 51% 47%); 
    -webkit-clip-path: circle(34% at 51% 47%);
    position: absolute;
    top: -20%;
}
.honoka {
    margin: 7% 0 15%;
    position: relative;
}
.honoka .bg_beige {
    width: 65%;
    margin: 0 10% 0 24%;
    padding: 4% 5% 4% 24%;
    background: #eae6d9;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
    box-sizing: border-box;
}
.honoka img {
    clip-path: circle(31% at 51% 51%); 
    -webkit-clip-path: circle(31% at 51% 51%);
    width: 70%;
    position: absolute;
    top: -20%;
    left: -8%;
}
.honoka img.honoka2022aw {
    width: 52%;
    clip-path: circle(38% at 51% 49%);
    -webkit-clip-path: circle(38% at 51% 49%);
    position: absolute;
    top: -18%;
    left: 1%;
}
.honoka .small {
    margin-top: 10px;
    margin-left: 48%;
    color: #808080;
    font-size: 10px;
    line-height: 1.5;
}
.dot_line {
    width: 85%;
    margin: 10% auto 0;
    border-bottom: 1px dashed #a49158;
}
.present > img {
    display: block;
    width: 90%;
    margin: 5% auto;
}
.present .twitter {
    display: flex;
}
.present .twitter img {
    display: block;
    width: 30%;
    margin: -3% auto 5% -10%;
    transform: rotate(8deg);
    box-shadow: 0px 5px 15px -6px rgb(0 0 0 / 30%);
}
.present .twitter .main_text {
    width: 47%;
    height: 60%;
    margin-right: 0;
    margin-left: 7%;
    padding: 5% 8%;
    background: #eae6d9;
}
.present > h3 {
    margin: 0;
    padding: 10% 0 0;
    color: #a49158;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.3em;
    text-align: center;
    font-weight: unset;
}
.twitter_cont {
    overflow: hidden;
}
.twitter_cont img {
    width: 100%;
    border: solid 1px #bbb;
    border-radius: 12px;
}
.twitter_cont .slick-wrapper li {
    width: 290px;
    margin-right: 10px;
}
.lineup_cont_class__center {
    justify-content: center;
}
#tgc{
    overflow: hidden;
}
#tgc .title{
    padding-bottom: 25px;
}
#tgc .contents_wrap{
    padding: 10% 0 70px;
}
#tgc .tgc__log li{
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    line-height: 2.2;
}
#tgc .tgc__log li a{
    color: #87bbc6;
    text-decoration: underline;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
}


/*---------- membership ----------*/
.topics_meship {
    overflow: hidden;
}
.topics_meship .top_contents_wrap {
    background: #EAE6D9;
}
.topics_meship .top_contents_wrap .lead span{
    color: #CE4267;
}
.topics_meship ul.top_contents_wrap__contents{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    counter-reset: listnum;
}
.topics_meship ul.top_contents_wrap__contents li{
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    padding: 30px 35px 35px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.topics_meship ul.top_contents_wrap__contents li:last-child{
    width: 100%;
}
.topics_meship ul.top_contents_wrap__contents li::before{
    counter-increment: listnum;
	content: counter(listnum);
    color: #fff;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: 8px;
    left: 15px;
    z-index: 3;
}
.topics_meship ul.top_contents_wrap__contents li::after{
    content: '';
    border-bottom: 8rem solid transparent;
    border-left: 8rem solid #222;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.topics_meship ul.top_contents_wrap__contents li .service_icon{
    width: 100%;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topics_meship ul.top_contents_wrap__contents li .service_icon img{
    width: 100%;
    max-height: 100%;
}
.topics_meship ul.top_contents_wrap__contents li .service_title{
    margin: 5px auto 15px;
    color: #CE4267;
    font-size: 2.4rem;
    font-weight: 600 !important;
}
.topics_meship ul.top_contents_wrap__contents li p{
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
.topics_meship ul.top_contents_wrap__contents li p.service_small{
    font-size: 1.2rem;
    line-height: 1.5;
    color: #808080;
    text-align: left;
    position: absolute;
    top: 8px;
    right: 10px;
}
.topics_meship ul.top_contents_wrap__contents li p.service_text{
    text-align: left;
}
.topics_meship ul.top_contents_wrap__contents li img.service_rankImage{
    width: 100%;
    margin: 30px auto;
}
.topics_benefits_box , .point_box {
    width: 100%;
    background-color: #ffffff;
    padding: 25px 35px;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.topics_benefits_box .benefits_title {
    display: table;
    table-layout: fixed;
    padding-bottom: 15px;
}
.topics_benefits_box .benefits_title img,
.topics_benefits_box .benefits_title p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.8rem;
    letter-spacing: 0.13em;
    line-height: 1.3em;
}
.topics_benefits_box .benefits_title img {
    height: 45px;
    padding-right: 15px;
    width: auto;
}
img + .meship_inner {
    width: 100%;
    padding: 50px 0 0;
}
.meship_inner > div, .point_box > div {
    padding-bottom: 60px;
}
.meship_inner > div:last-child {
    padding-bottom: 0;
}
.meship_inner .wrap_tl {
    font-weight: unset;
}
.meship_inner div > p {
    width: 97%;
    margin: 0 auto;
}
.meship_inner a.textlink {
    color: #90BEC9;
    text-decoration: underline;
}
.meship_inner .regist {
    width: calc(100% + 110px);
    padding: 15px 0;
    margin: 20px 0 0 -55px;
    background: #222222;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}
.rank_cont {
    border: 1px solid #ce4267;
    margin-bottom: 10%;
}
.rank_cont p {
    background: #ce4267;
    color: #fff;
    margin-bottom: 5%;
    text-align: center;
}
.rank_cont span {
    display: block;
    margin-left: 5%;
}
.rank_cont img {
    padding: 0 5% 5%;
    width: 90%;
}
.rank_cont .triangle-bottom {
    border-style: solid;
    border-width: 30px 60px 0 60px;
    border-color: #ce4267 transparent transparent transparent;
    width: 0;
    height: 0;
    margin: 0 auto 4%;
}
.meship_inner .point {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 20px;
}
.meship_inner .point p {
    text-align: center;
    margin: 0;
    line-height: 100px;
    width: 100px;
    font-family: 'Montserrat';
    font-size: 24px;
}
.meship_inner .point p:nth-child(2n+1) {
    border: 1px solid #a49158;
    height: 100px;
    border-radius: 50%;
}
.meship_inner .point span {
    font-size: 70%;
}
.circle_gold {
    background: #a49158;
    color: #fff;
}
.meship_inner .point .stickarrow {
    width: 40px;
    height: 10px;
    margin: 45px 40px 45px 20px;
    padding: 0;
    border-bottom: 1px solid #a49158;
    border-right: 2px solid #a49158;
    transform: skew(45deg);
}





/*---------- worries ----------*/
.worries .top_contents_wrap {
    padding: 40px 20px 50px;
}
.worries .contents_wrap {
    padding: 60px 55px;
}
.worries .contents_wrap_tl {
    padding: 60px 55px 30px;
}
.worries_title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.worries_title img {
    width: auto;
    height: 150px;
    padding: 0 20px 0 0;
}
.worries_title h1 {
    padding-top: 35px;
    color: #ce4267;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0.2em;
}
.worries .wrap_tl {
    font-size: 2.3rem;
    font-family: 'Noto Serif JP', sans-serif;
    line-height: 1.5;
    letter-spacing: 0.25em;
    text-align: center;
}
.worries .wrap_tl::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px 0 45px;
    background: #fff;
}
.worries .wrap_tl.gold::after {
    background: #a49158;
}
.worries_list {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.worries_list::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
.worries_list-title {
    width: 100%;
    margin-bottom: 20px;
    padding: 13px 0;
    background: #a49158;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    text-align: center;
}
.worries_list-button {
    width: 32%;
    margin-bottom: 15px;
    background: #fff;
    font-size: 1.2rem;
    text-align: center;
    position: relative;
}
.worries_list-button a {
    display: block;
    padding: 13px 0;
    color: #222;
    text-decoration: none;
    letter-spacing: 0.1rem;
}
.worries_list-button::after {
    content: '';
    width: .5rem;
    height: .5rem;
    border: 0px;
    border-top: solid 1px #222;
    border-right: solid 1px #222;
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 5%;
}
.worries .topics_qa,
.worries .worries_btn {
    overflow-x: hidden;
}
.worries .topics_qa_box {
    background: #eae6d9;
}
.type_list li {
    width: 73%;
    margin: 0 auto 15px;
    padding: 10px 15px;
    background: #fff;
    font-size: 1.4rem;
    letter-spacing: .2em;
}
.type_list li::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 10px;
    background: url(../images/check_icon.png) contain;
    vertical-align: text-top;
}
.type_list li:last-child {
    margin-bottom: 0;
}
.reccomend_list {
    width: calc(100% + 110px);
    margin-left: -55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
}
.reccomend5 {
    padding: 0px 15%;
}
.reccomend_list section {
    display: inline-block;
    width: 25%;
    margin: -1px 0 0px -1px;
    padding: 0;
    border: 1px #ccc solid;
    vertical-align: top;
    box-sizing: border-box;
}
.reccomend5 section {
    width: calc(100% / 3);
    margin-top: -1px;
}
.reccomend_list section figure {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.reccomend_list section figure img {
    width: 100%;
}
.reccomend_list section figure figcaption h4 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 51%;
}
.reccomend_list section figure figcaption h4 img {
    width: 80%;
    margin: 0 auto;
    border: none;
}
.reccomend_list section figure figcaption h4 img.s_h {
    height: 25px;
}
.reccomend_list section figure figcaption h4 img.logo_long {
    height: 25px;
}
.reccomend_list section figure figcaption h4 p {
    width: 125%;
    margin: 0 auto;
    padding: 5px 0 0;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    transform: scale(0.8);
    transform-origin: top left;
}
.reccomend_list section figure p.itemtext {
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 1.2rem;
    line-height: 1.35;
    letter-spacing: 0.1rem;
    position: absolute;
    top: 69.5%;
}
.reccomend_list section figure .more_btn {
    width: calc(90px - 37px);
    height: 18px;
    margin: 0 auto;
    padding: 0px 20px 2px 15px;
    border: 1px solid #222;
    background: rgba(255,255,255,0.3);
    font-size: 1.0rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
}
.reccomend_list section figure .more_btn:after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-top: #222 1px solid;
    border-right: #222 1px solid;
    transform: rotate(45deg);
    position: absolute;
    right: 10%;
    top: 40%;
}
.worries .item-set_name {
    width: 85%;
    height: 50px;
    margin: auto;
    padding: 15px 0;
    background: #222;
    border-radius: 3rem;
    color: #fff;
    font-size: 1.4rem;
    text-align:center;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    box-sizing: border-box;
}
.item-set_title {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    font-size: 2rem;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: unset;
    line-height: 1.5;
    letter-spacing: 0.25em;
    text-align: center;
}
.item-set_text {
    margin-top: 20px;
}
.link_list {
    width: calc(100% + 110px);
    margin-left: -55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
}
.contents_wrap .link_list .set_offer {
    flex-basis: 70%;
}
.link_list section {
    display: inline-block;
    width: 25%;
    margin: -1px 0 0px -1px;
    padding: 0;
    vertical-align: top;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.link_list section figure {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.link_list a {
    position: relative;
    display: block;
}
.link_list a img {
    width: 100%;
}
.link_list a h4 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 62%;
}
.link_list a h4 img {
    width: 85%;
    margin: 0 auto;
}
.link_list section figure h4 p {
    width: 125%;
    margin: 0 auto;
    padding: 6px 0 0;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 1.2rem;
    letter-spacing: 0;
    text-align: center;
    transform: scale(0.8);
    transform-origin: top left;
}
.link_list section figure .more_btn {
    width: calc(90px - 37px);
    height: 18px;
    margin: 0 auto;
    padding: 0px 20px 2px 15px;
    border: 1px solid #222;
    background: rgba(255,255,255,0.3);
    font-size: 1.0rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
}
.link_list section figure .more_btn:after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-top: #222 1px solid;
    border-right: #222 1px solid;
    transform: rotate(45deg);
    position: absolute;
    right: 10%;
    top: 40%;
}
.worries .offer_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.worries .offer_list li {
    width: 48.5%;
    margin-top: 20px;
}
.worries .offer_list li img {
    width: 100%;
    border: 1px #ccc solid;
}
.worries .offer_list li:nth-child(-n+2) {
    margin-top: 0;
}
.three-item {
    display: block;
    margin-bottom: 5%;
}
.three-item img {
    width: 100%;
}

/* staff comment */
.staff-item_name {
    width: 100%;
    padding: 13px 0;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(90deg, #fbe3e1, #f9eedd );
    text-align: center;
}
.staff-item_name.grad12 {
    background: linear-gradient(90deg, #fbe3e1, #dae9f2 );
}
.staff-item_name.grad14 {
    background: linear-gradient(90deg, #fbe3e1, #f2e2ee );
}
.staff-item_name.grad15 {
    background: linear-gradient(90deg, #fbe3e1, #d5ebe1 );
}
.staff-item_name.grad23 {
    background: linear-gradient(90deg, #dae9f2, #f9eedd );
}
.staff-item_name.grad32 {
    background: linear-gradient(90deg, #f9eedd, #dae9f2 );
}
.staff-item_name.grad34 {
    background: linear-gradient(90deg, #f9eedd, #f2e2ee );
}
.staff-item_name.grad35 {
    background: linear-gradient(90deg, #f9eedd, #d5ebe1 );
}
.staff-item_name.grad42 {
    background: linear-gradient(90deg, #f2e2ee, #dae9f2 );
}
.staff-item_name.bg_pink {
    background: #fbe3e1;
}
.staff-item {
    padding: 40px 30px 50px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    position: relative;
}
.staff-item .link_list {
    width: calc(100% + 170px);
    margin-left: -85px
}
.staff-item .kakeru {
    top: 23%;
    left: 46.5%;
}
.staff-item .staff-item_text {
    padding: 25px 5px 15px;
    border-bottom: #c8bd9b 2px dotted;
    font-size: 1.3rem;
}
.staff-item_comment {
    padding: 15px 5px 0;
}
.staff-item .staff-item_comment img {
    float: left;
    width: 120px;
    margin-right: 15px;
}
.staff-item_comment p {
    font-size: 1.3rem;
    line-height: 1.8;
}