@charset "utf-8";
.pc {
    display: block;
}
.sp {
    display: none;
}
.overstitch_inner {
    max-width: 1420px;
    margin: auto;
    width: 90%;
}
.os_en{
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.os_sans {
    font-family:"Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 500;
}
/* inviewContents関連
=======================*/
.fadeIn {
    -webkit-animation-name: fadeInAnime;
    animation-name: fadeInAnime;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}
@-webkit-keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeInTrigger {
    opacity: 0;
}
.overstitch_pagewrap {
    background-color: #fff;
    font-style: normal;
    color: #1A1311;
    font-weight: 400;
    font-family: "IBM Plex Sans JP", "Noto Sans JP", "Avenir", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}
.overstitch_pagewrap p,
.overstitch_pagewrap span,
.overstitch_pagewrap figcaption {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 2;
}
.overstitch_pagewrap a {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/* ヘッダー */
.header_nav li a, .header_s_btn, .footer_nav_col ul li a, .footer_company_info, .copyright  {
    font-weight: 500;
}
/* 共通 */
.overstitch_btn {
    max-width: 550px;
    margin: 0 auto;
}
.overstitch_btn a {
    width: 100%;
    display: block;
    background-color: #F58D01;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 23px;
    border: 1px solid #F58D01;
    font-weight: 500;
}
.overstitch_btn a:hover {
    background-color: #fff;
    color: #F58D01;
    border: 1px solid #F58D01;
}
/* overstitch_mv */
/* セクションタイトル */
.overstitch_sec_ttl{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em;
}
.overstitch_sec_ttl h2{
    font-size: 40px;
    letter-spacing: .12em;
}
/* overstitch_top */
.overstitch_top {
    margin: 90px auto;
}
.overstitch_top_ttl {
    text-align: center;
}
.overstitch_top_ttl h2 {
    letter-spacing: .3em;
    font-size: 40px;
    font-weight: 500;
}
.overstitch_top_ttl h3 {
    letter-spacing: .1em;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 70px;
}
.overstitch_top_ttl p{
    font-size: 18px;
    text-align: left;
    display: inline-block;
}
.overstitch_top_ttl figure {
    max-width: 750px;
    margin: 0 auto 60px;
}
.overstitch_top_ttl figcaption{
    display: block;
    font-size: 24px;
    margin-top: 25px;
}
.overstitch_price{
    text-align: center;
    margin:100px 0 80px;
}
.overstitch_price ul{
    font-size: 24px;
    margin: 40px auto 0;
    max-width: 680px;
}
.overstitch_price ul span{
    font-size: 26px;
}
.overstitch_price ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.overstitch_price ul li:first-child {
    border-bottom: 1px solid #030000;
    padding-bottom: 35px;
    margin-bottom: 25px;
}
.overstitch_price ul li h3 {
    font-weight: 400;
}
.overstitch_price small{
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 25px;
    font-weight: 300;
}
.overstitch_color{
    margin-top: 120px;
}
.overstitch_color ul{
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.overstitch_color ul li{
    text-align: center;
    width: 17%;
}
.overstitch_color ul li figcaption{
    display: block;
    margin-top: 20px;
    font-size: 18px;
}
/* ギャラリー */
.overstitch_gallery_bg{
    background-color: #E8E0CB;
    padding: 70px 0 80px;
    margin-bottom: 100px;
}
.overstitch_gallery_bg ul{
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* 特徴 */
.overstitch_feature{
    margin: 100px auto 100px;
}
.overstitch_feature01{
    margin-top: 60px;
    background-color: #F9F7F3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.overstitch_feature_cnt01 h3{
    background-color: #333333;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}
.os_feature_con01_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 450px;
    margin: 0 auto;
}
.os_feature_con01_list li{
    width: 49%;
    font-size: 16px;
    margin-bottom: 10px;
}
.overstitch_circle-num {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 3px;
    padding-left: .7px;
    margin: 0 3px;
    background-color: #1A1311;
    width: 19px;
    height: 19px;
    border-radius: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}
.overstitch_feature_cnt01{
    padding: 70px 90px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
}
.os_feature_structure{
    margin: 40px auto 30px;
    border-bottom:1px solid#333333;
}
.os_feature_structure img {
    width: 80%;
    display: block;
    margin: 0 auto 40px;
}
.overstitch_feature_cnt01:first-child{
    padding: 70px 70px 40px 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right:1px solid #707070;
}
.os_feature_spec_list{
    margin: 40px auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    border-bottom:#333 1px solid;
}
.os_feature_spec_list::after{
    content: "";
    width: 30%;
}
.os_feature_contTxt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
}
.os_feature_contTxt p{
    width: 49%;
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 1rem;
    text-indent:-1rem;
}
.os_feature_spec_list li{
    width: 31%;
    margin-bottom: 20px;
}
.os_feature_spec_list li figure img{
    width: 80%;
    margin: 0 auto;
    display: block;
}
.os_feature_spec_list li figure figcaption{
    text-align: center;
    display: block;
    margin-top: 10px;
    letter-spacing: -.03rem;
    line-height: 1.5;
}
/* 特徴02 */
.overstitch_feature02{
    background-color: #F6F8F9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-bottom: 100px;
}
.overstitch_feature_cnt02{
    display: inline;
}
.overstitch_feature_cnt02 figure img{
    margin-bottom: 20px;
}
.overstitch_feature_cnt02 figcaption {
    font-size: 18px;
}
.overstitch_feature_cnt02 figcaption span{
    display: block;
    font-size: 16px;
    margin: 10px auto 50px;
}
.overstitch_feature_cnt02:first-child{
    border-right:1px solid #fff;
}
/* デザイン */
.overstitch_design {
    background-color: #E8E0CB;
    padding: 80px 0 60px;
    margin: 0 auto 100px;
}
.overstitch_design ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px auto 0;
}
.overstitch_design ul li {
    width: 50%;
    margin-bottom: 60px;
}
.overstitch_design ul li:nth-child(5), .overstitch_design ul li:last-child {
    margin-bottom: 0;
}
.overstitch_design ul li figcaption {
    text-align: center;
    font-size: 18px;
    display: block;
    margin-top: 30px;
}
/* overstitch_seat */
.overstitch_seat {
    margin: 0 auto 135px;
    max-width: 1420px;
    width: 90%;
    background: url(../img/seat_bg.png) no-repeat center /cover;
}
.overstitch_seat_txt {
    width: 50%;
    color: #fff;
    padding: 90px 2% 80px 0;
    margin: 0 0 0 auto;
}
.overstitch_seat_txt p {
    margin-bottom: 60px;
}
.overstitch_seat_btn a {
    display: block;
    color: #fff;
    border: 1px solid #F58D01;
    background-color: #F58D01;
    max-width: 550px;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    font-size: 23px;
}
.overstitch_seat_btn a:hover {
    background-color: #fff;
    color: #F58D01;
}
/* overstitch_after */
.overstitch_after {
    margin: 0 auto 160px;
}
.overstitch_after_cont01 {
    margin: 100px auto 50px;
    background: url(../img/after_bg01.jpg) no-repeat center /cover;
}
.overstitch_after_cont01Txt {
    width: 50%;
    padding: 60px 2% 50px 0;
    margin: 0 0 0 auto;
}
.overstitch_after_cont01Txt span {
    text-align: center;
    font-size: 24px;
    display: block;
}
.overstitch_after_cont01Txt h3 {
    font-size: 35px;
    border: 1px solid #000;
    max-width: 490px;
    text-align: center;
    padding: 15px 0;
    margin: 30px auto 35px;
    letter-spacing: .4em;
    font-weight: 500;
}
.overstitch_after_cont01Txt p {
    max-width: 490px;
    margin: 0 auto;
}
.overstitch_after_cont01Txt p a {
    color: #FA8C0B;
}
.overstitch_after_cont01Txt p a:hover {
    opacity: .7;
}
.overstitch_after_cont02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 80px;
}
.overstitch_after_cont02 li {
    width: 48%;
}
.overstitch_after_cont02 li a {
    padding: 110px 0;
    width: 100%;
    display: block;
}
.overstitch_after_cont02 li:first-child a {
    background: url(../img/after_bg02.jpg) no-repeat center /cover;
}
.overstitch_after_cont02 li:last-child a {
    background: url(../img/after_bg03.jpg) no-repeat center /cover;
}
.overstitch_after_cont02 li a p {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    max-width: 400px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    font-weight: 500;
    font-size: 23px;
}
.overstitch_after_cont02 li a:hover {
    opacity: .7;
}
.overstitch_after_cont02 li:last-child a p {
    color: #000;
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, .6);
}
.overstitch_after_cont03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.overstitch_after_cont03 li {
    width: 32%;
}
.overstitch_after_cont03 li a {
    display: block;
    font-size: 23px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    border: 1px solid #fff;
    font-weight: 500;
}
.overstitch_after_cont03 li a:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #333;
}
.overstitch_after_cont03 li:first-child a {
    background-color: #F58D01;
    border: 1px solid #F58D01;
}
.overstitch_after_cont03 li:first-child a:hover {
    background-color: #fff;
    border: 1px solid #F58D01;
    color: #F58D01;
}
@media only screen and (max-width: 768px) {
    body {
        min-width: 100%;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .overstitch_pagewrap figure img {
        width: 100%;
    }
    /* 共通 */
.overstitch_btn {
    max-width: 335px;
}
.overstitch_btn a {
    font-size: 16px;
    padding: 7px 0;
}
.overstitch_ttl {
    font-size: 16px;
}
.overstitch_ttl span {
    font-size: 25px;
    margin-right: 5px;
    letter-spacing: .2em;
    line-height: 1.5;
}
/* overstitch_mv */
/* セクションタイトル */
.overstitch_sec_ttl{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.1em;
}
.overstitch_sec_ttl h2{
    font-size: 25px;
    letter-spacing: .2em;
}
.overstitch_sec_ttl span{
    font-size: 16px;
}
/* SP版セクションタイトル */
.os_sec_ttl_sp{
    text-align: center;
    display: block;
}
.os_sec_ttl_sp h2{
    display: block;
    position: relative;
}
.os_sec_ttl_sp span{
    display: block;
}
/* overstitch_top */
.overstitch_top {
    margin: 35px auto 40px;
}
.overstitch_top_ttl h2 {
    letter-spacing: .15em;
    font-size:18px;
    margin-bottom: 5px;
}
.overstitch_top_ttl h3 {
    letter-spacing: .05em;
    font-size:15px;
    margin-bottom: 30px;
}
.overstitch_top_ttl p{
    font-size: 16px;
    text-align: left;
}
.overstitch_top_ttl figure {
    max-width: 500px;
    width: 90%;
    margin: 0 auto 35px;
}
.overstitch_top_ttl figcaption{
    font-size: 16px;
    margin-top: 0;
}
.overstitch_price{
    text-align: center;
    margin:30px auto 35px;
}
.overstitch_price ul{
    font-size: 20px;
    margin: 20px auto;
    max-width: 500px;
}
.overstitch_price ul li{
    display: block;
}
.overstitch_price ul span{
    font-size: 20px;
}
.overstitch_price ul li:first-child {
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.overstitch_price small{
    font-size: 16px;
        text-align: left;
        margin-top: 20px;
        padding-left: 1rem;
        text-indent: -1rem;
}
.overstitch_color{
    margin: 40px 0 0px;
}
.overstitch_color ul{
    max-width: 550px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.overstitch_color ul li{
    text-align: center;
    width: 47%;
}
.overstitch_color ul li:first-child{
    text-align: center;
    width: 100%;
    padding: 0 25%;
}
.overstitch_color ul li figure img {
    max-width: 150px;
        margin: 0 auto;
        display: block;
}
.overstitch_color ul li figcaption{
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: -.05rem;
}
/* ギャラリー */
.overstitch_gallery_bg{
    padding: 35px 0 40px;
    margin-bottom: 35px;
}
.overstitch_gallery_bg ul{
    display: block;
    margin: 35px calc(50% - 50vw) 0;
}
.overstitch_gallery_bg ul li{
    margin-bottom: 10px;
}
.overstitch_gallery_bg figure{
    margin: 30px auto 0;
    max-width: 550px;
}
.overstitch_gallery_bg p{
    margin-top: 10px;
    font-size: 16px;
}
/* 特徴 */
.overstitch_feature{
    margin: 40px auto 35px;
}
.overstitch_feature01{
    margin: 25px auto 0;
    display: block;
    margin-bottom: 0px;
}
.overstitch_feature_cnt01{
    display: block;
    width: 100%;
    padding: 0 0 0;
}
.overstitch_feature_cnt01 h3{
    font-size: 18px;
}
.overstitch_feature_cnt01:first-child{
    border-right:none;
    padding: 35px 0;
}
.os_feature_con01_list{
    width: 80%;
}
.os_feature_con01_list li{
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}
.os_feature_structure img{
    margin-bottom: 30px ;
    width: 60%!important;
}
.overstitch_feature_cnt01 ul{
    text-align: left;
    padding: 0 5%;
}
.overstitch_circle-num {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: black;
    color: white;
    font-size: 0.6em;
    font-weight: bold;
}
.os_feature_spec_list{
    margin: 40px auto 30px;
}
.os_feature_spec_list::after{
    content: "";
    width:48%;
}
.os_feature_spec_list li{
    width:48%;
    margin-bottom: 10px;
    text-align: center;
}
.os_feature_spec_list li figure img {
    width: 75%;
}
.overstitch_feature02{
    display: block;
    margin:0px auto 0px ;
    margin-bottom: 0px;
}
.overstitch_feature_cnt02 figure img{
    margin-bottom: 0px;
}
.os_feature_contTxt{
    display: block;
    max-width: 80%;
    margin: 10px auto 0px;
    padding-bottom: 30px;
}
.os_feature_contTxt p{
    width: 100%;
    display: block;
    font-size: 16px;
    padding-left: 1rem;
    text-indent:-1rem;
}
.os_feature_contTxt p .long{
    letter-spacing:-0.3rem;
}
.overstitch_feature_cnt02 figcaption{
    font-size: 18px;
    margin: 10px auto 0;
    width: 90%;
    padding-bottom: 30px;
}
.overstitch_feature_cnt02 figcaption span{
    font-size: 15px;
    margin: 5px auto 0px;
}
.overstitch_feature_cnt02:first-child{
    border-right:none;
}
/* デザイン */
.overstitch_design {
    padding: 35px 0 40px;
    margin: 0px auto 35px;
}
.overstitch_design ul {
    display: block;
    margin: 35px auto 0;
}
.overstitch_design ul li {
    width: 100%;
    margin-bottom: 25px;
}
.overstitch_design ul li:nth-child(5) {
    margin-bottom: 20px;
}
.overstitch_design ul li:last-child {
    margin-bottom: 0;
}
.overstitch_design ul li figcaption {
    font-size: 18px;
    margin-top: 5px;
}
/* overstitch_seat */
.overstitch_seat {
    margin-bottom: 35px;
    background: none;
}
.overstitch_seat_txt {
    width: 100%;
    background-color: #000;
    padding: 38px 5% 35px;
    margin: 0 0 0 auto;
}
.overstitch_seat_txt p {
    line-height: 1.25;
    margin-bottom: 40px;
}
.overstitch_seat_btn a {
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 5px;
}
/* overstitch_after */
.overstitch_after {
    margin: 0 auto 50px;
}
.overstitch_after .overstitch_ttl span {
    margin-right: 0;
}
.overstitch_after_cont01 {
    margin: 40px auto;
    background: none;
}
.overstitch_after_cont01Txt {
    width: 100%;
    padding: 15px 0 0;
    margin: 0 auto;
}
.overstitch_after_cont01Txt span {
    font-size: 16px;
}
.overstitch_after_cont01Txt h3 {
    font-size: 18px;
    margin: 15px auto 20px;
    padding: 10px 0;
}
.overstitch_after_cont02 {
    display: block;
    margin-bottom: 35px;
}
.overstitch_after_cont02 li {
    width: 100%;
}
.overstitch_after_cont02 li a {
    padding: 60px 0;
}
.overstitch_after_cont02 li:first-child {
    margin-bottom: 10px;
}
.overstitch_after_cont02 li a p {
    max-width: 200px;
    font-size: 13px;
    padding: 5px 0;
}
.overstitch_after_cont03 {
    display: block;
}
.overstitch_after_cont03 li {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 25px;
}
.overstitch_after_cont03 li:last-child {
    margin-bottom: 0;
}
.overstitch_after_cont03 li a {
    font-size: 16px;
}
}