@charset "utf-8";

/***********************************************************************************************************************
* 基本構造
***********************************************************************************************************************/

/*本ページのデフォルトの変更*/
#container{ margin-top:0px; background: #E6E6E6;}
#crumb { background: #E6E6E6; margin: 0; padding: 10px 0; }
#content { max-width: unset;}

/*aタグ*/
#special_introduction *{-webkit-box-sizing: border-box; box-sizing: border-box;}
#special_introduction  a {cursor: pointer; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; transition-delay: 0; -webkit-transition-delay: 0;}
#special_introduction  a:hover, #special_introduction button:hover{ opacity: 0.5;}

/*画像幅100%*/
#special_introduction  img{ max-width: 100%; height: auto;}
#special_introduction  img.wide{ width: 100%; height: auto;}
#special_introduction h1,h2,h3,h4,h5,h6{ }

/*画像切り替えなど*/
#special_introduction ._sp{ display: none !important; }
#special_introduction ._pc{ display:block !important; }


/*フレックスボックス*/
#special_introduction .flex{ display: -ms-flexbox; display: -webkit-flex; display: flex;}
#special_introduction .flex-wrap{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
#special_introduction .flex.revs{ -webkit-flex-direction: row-reverse; flex-direction:row-reverse;}
#special_introduction .flex.va-cent{ -webkit-align-items: center; align-items:center;}
#special_introduction .flex.jc-cent{ -webkit-justify-content: center; justify-content: center;}

/*リサイズによるアニメ回避*/
/*#special_introduction .fin{
    transition: none !important;
}
*/
/*メインコンテンツ*/
#special_introduction{
    font-size: 16px;
    line-height: 1.5em;
    padding-top: 15px;
    color:#000;
}

#special_introduction .all-wrap{
    max-width: 1440px;
    margin: 0 auto;
    padding:0 20px;
}

#special_introduction .wrap{
    max-width: 1300px;
    margin:0 auto;
}

/**************
* animation
**************/

/*delay*/
#special_introduction .dt_2{ transition-delay: 0.2s !important; -webkit-transition-delay: 0.2s !important;}
#special_introduction .dt_3{ transition-delay: 0.3s !important; -webkit-transition-delay: 0.3s !important;}
#special_introduction .dt_5{ transition-delay: 0.5s !important; -webkit-transition-delay: 0.5s !important;}
#special_introduction .dt_6{ transition-delay: 0.6s !important; -webkit-transition-delay: 0.6s !important;}
#special_introduction .dt_7{ transition-delay: 0.7s !important; -webkit-transition-delay: 0.7s !important;}
#special_introduction .dt_8{ transition-delay: 0.8s !important; -webkit-transition-delay: 0.8s !important;}
#special_introduction .dt_9{ transition-delay: 0.9s !important; -webkit-transition-delay: 0.9s !important;}
#special_introduction .dt_10{ transition-delay: 1.0s !important; -webkit-transition-delay: 1.0s !important;}
#special_introduction .dt_12{ transition-delay: 1.2s !important; -webkit-transition-delay: 1.2s !important;}
#special_introduction .dt_15{ transition-delay: 1.5s !important; -webkit-transition-delay: 1.5s !important;}
#special_introduction .dt_18{ transition-delay: 1.8s !important; -webkit-transition-delay: 1.8s !important;}

/*from*/
#special_introduction .init{
	opacity: 0;
}

/*to*/
#special_introduction .main_visual.animated .init,
#special_introduction .scl.animated .init{
	opacity: 1;
	-webkit-transform: translate(0,0) scale(1,1);
	transform: translate(0,0) scale(1,1);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-property: opacity transform;
    -webkit-transition-property: opacity transform;
    transition-timing-function: ease, linear;
}

#special_introduction .main_visual.animated .init{
    transition-duration:0.7s;
    -webkit-transition-duration:0.7s;
}

#special_introduction .article_nav>ul.animated>li>a::after{
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    transition-duration:0.7s;
    -webkit-transition-duration:0.7s;
    transition-property: transform;
    -webkit-transition-property: transform;
    transition-timing-function: cubic-bezier(0.155, 0.910, 0.695, 0.950);
    -webkit-transition-timing-function: cubic-bezier(0.155, 0.910, 0.695, 0.950);
}


#special_introduction article .case_main_visual .txt_box::after,
#special_introduction article .inner_visual .txt_box::after{
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: #FFFF4D;
    z-index: -1;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transform-origin: 0 0;
}

#special_introduction article .case_main_visual.animated .txt_box::after,
#special_introduction article .inner_visual.animated .txt_box::after{
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    transition-duration:0.7s;
    -webkit-transition-duration:0.7s;
    transition-property: transform;
    -webkit-transition-property: transform;
    transition-timing-function: cubic-bezier(0.155, 0.910, 0.695, 0.950);
    -webkit-transition-timing-function: cubic-bezier(0.155, 0.910, 0.695, 0.950);
     transition-delay: 0.3s !important; -webkit-transition-delay: 0.3s !important;
}



#special_introduction .fade_up{
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    opacity: 0; -webkit-transform: translate(0,20%); transform: translate(0,20%);
}
#special_introduction .fade_left{ opacity: 0; -webkit-transform: translate(-10%,0); transform: translate(-10%,0);}
#special_introduction .init_wd{
	width: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-property: width;
    -webkit-transition-property: width;
    transition-timing-function: cubic-bezier(.7,.02,.699,.233);
    -webkit-transition-timing-function: cubic-bezier(.7,.02,.699,.233);
    transform-origin: 0 0;
}
/*border 伸縮*/
#special_introduction .init.cstm1 {
    height: 0;
}

#special_introduction .scl.animated .init.cstm1 {
    height: 100%;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}



/*メインビジュアル*/
#special_introduction .main_visual{
    position: relative;
}
#special_introduction .main_visual .main_catch {
    position: absolute;
    width:100%;
    top: 48%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align:center;
}


#special_introduction .main_visual .main_catch .main_headline>strong{
    font-size: 64px;
    color:#fff;
    font-weight: 900;
    display: block;
    line-height: 1.3em;
}

#special_introduction .main_visual .main_catch .main_headline>span{
    font-size: 28px;
    color:#fff;
    display: block;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 20px;
}
#special_introduction .main_visual .main_catch .main_headline>em{
    font-size: 36px;
    display: inline-block;
    padding: 0.6em 1.5em 0.65em;
    line-height: 1em;
    color:#000;
    background: #FFFF4D;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

/*トップラインナップ*/
#special_introduction .top_line_up{
    max-width: 1060px;
    margin: 47px auto 55px;
    text-align: center;
}

#special_introduction .top_line_up .box{
    width:50%;
    position: relative;
}
#special_introduction .top_line_up .box .img_box2{
    position: relative;
}

#special_introduction .top_line_up .box  .txt_box{
    position: absolute;
    padding-top: 20px;
    width:100%;
    top: 0;
    left: 0;
    text-align:center;
}

#special_introduction .top_line_up .box  .txt_box .name>strong{
    font-size: 44px;
    color:#A08C5B;
    font-weight: 900;
    vertical-align: bottom;
    display: inline-block;
    line-height: 1em;
}

#special_introduction .top_line_up .box  .txt_box .name>span{
    font-size: 20px;
    line-height: 25px;
    color:#A08C5B;
    font-weight: normal;
    vertical-align: bottom;
    display: inline-block;
}
#special_introduction .top_line_up .box  .img_box2 .txt_box>p {
    margin: 5px 0 10px;
}

#special_introduction .top_line_up .bottom_box{
    position: relative;
    margin-top: -20px;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    line-height: 1.5em;
}

#special_introduction .top_line_up .box .txt_box>ul>li{
    position: relative;
    display: inline-block;
    font-size: 2.6rem;
    color:#A08C5B;
    padding: 0 12px;
}

#special_introduction .top_line_up .box .txt_box>ul>li:first-child:after{
    content:"";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    top:0;
    right:-2px;
    background:#A08C5B;
}

#special_introduction .top_line_up .box .txt_box>ul>li>sub{
    font-size: 2rem;
    vertical-align: baseline;
}


/*記事メニュー*/
#special_introduction .article_nav {
    margin-bottom: 20px;
}


#special_introduction .article_nav>ul>li{
    position: relative;
    width: 31%;
	margin-right: 0.5%;
	margin-left: 1.6%;
    margin-bottom: 3.5%;
    z-index: 0;
    cursor: pointer;
}

#special_introduction .article_nav>ul>li>a::after{
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: #fff;
    transform: rotateY(-180deg);
    transform-origin: 0 0;
    z-index: -1;
}

#special_introduction .article_nav>ul>li:nth-child(2n){
    margin-right: 0;
}

#special_introduction .article_nav>ul>li>a{
    position: relative;
    overflow: hidden;
    color:#000;
    cursor: pointer !important;
}

#special_introduction .article_nav>ul>li>a .img_box{
    width: 38%;
    overflow: hidden;
}

#special_introduction .article_nav>ul>li>a .case{
    position: absolute;
    padding-top: 3px;
    right:0;
    top:0;
    width: 60px;
    height: 62px;
    background: #FFFF4D;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
#special_introduction .article_nav>ul>li>a .case>span{
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 2px;
}

#special_introduction .article_nav>ul>li>a .case>strong{
    font-size: 4.4rem;
    font-weight: 600;
}

#special_introduction .article_nav>ul>li>a .arw{
    position: absolute;
    right:10px;
    bottom:3px;
}



#special_introduction .article_nav>ul>li>a .txt_box{
    position: relative;
    width:75%;
}

#special_introduction .article_nav>ul>li>a .txt_box>.inr{
    position: absolute;
    width:100%;
    top: 50%;
    left: 0;
    padding-left: 27px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align:left;
}

#special_introduction .article_nav>ul>li>a .txt_box>.inr .nav_ttl{
    min-height: 50px;
    align-items: center;
    -webkit-align-items: center;
	margin-left: -1.0em;
    margin-bottom: 0.5em;
}

#special_introduction .article_nav>ul>li>a .txt_box>.inr .nav_ttl>span {
    font-size: 1.1rem;
    display: inline-block;
    margin-top: 0;
    margin-left: -1em;
}

#special_introduction .article_nav>ul>li:nth-child(2)>a .txt_box>.inr .nav_ttl,
#special_introduction .article_nav>ul>li:nth-child(3)>a .txt_box>.inr .nav_ttl{
    padding-top: 10px;
}


#special_introduction .article_nav>ul>li>a .txt_box>.inr p{
    border-left:1px solid #000;
    padding: 0.1em 0.5em;
}

#special_introduction .article_nav>ul>li>a .txt_box>.inr p span{
    display: block;
}


/*.article_nav:hover*/
#special_introduction .article_nav>ul>li>a:hover{
    opacity: 1;
}

#special_introduction .article_nav>ul>li>a .txt_box{
    -webkit-transition:opacity 0.3s ease ;
    -moz-transition:opacity 0.3s ease ;
    -ms-transition:opacity 0.3s ease ;
    -o-transition:opacity 0.3s ease ;
    transition:opacity 0.3s ease ;
}

#special_introduction .article_nav>ul>li>a:hover .txt_box{
    opacity: 0.5;
}


#special_introduction .article_nav>ul>li>a .img_box>img{
    -webkit-transition:transform 0.1s ease-out ;
    -moz-transition:transform 0.1s ease-out ;
    -ms-transition:transform 0.1s ease-out ;
    -o-transition:transform 0.1s ease-out ;
    transition:transform 0.1s ease-out ;
    
}
#special_introduction .article_nav>ul>li>a:hover .img_box>img{
    transform: scale(1.2,1.2);
}

#special_introduction .article_nav>ul>li>a .arw>span{
    -webkit-transition:all 1s ease-in-out ;
    -moz-transition:all 1s ease-in-out ;
    -ms-transition:all 1s ease-in-out ;
    -o-transition:all 1s ease-in-out ;
    transition:all 1s ease-in-out ;
    display: inline-block;
    transform:translateX(0);
    -webkit-transform:translateX(0);
}

#special_introduction .article_nav>ul>li>a:hover .arw>span{
    transform:translateX(10%);
    -webkit-transform:translateX(10%);
    opacity: 0.5;
}

#special_introduction .pagetop_inter{
    padding: 20px 20px 50px;
    max-width: 1300px;
    margin:0 auto;
}


#special_introduction .pagetop_inter a{
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
    color:#555555;
    font-size: 1.4rem;
    font-weight: bold;

}
#special_introduction .pagetop_inter a>i{
    padding-left: 0.5em;
}

/*記事*/
#special_introduction article {
    padding-bottom: 10px;
}
#special_introduction article .case_main_visual,
#special_introduction article .inner_visual{
    position: relative;
}
#special_introduction article p{
    line-height: 1.7em;
}


#special_introduction article .case_main_visual .txt_box,
#special_introduction article .inner_visual .txt_box{
    position: absolute;
    max-width: 794px;
    width: 100%;
    left:74px;
    bottom:-69px;
    min-height: 132px;
    z-index: 1;
    overflow: hidden;
}

#special_introduction article .inner_visual .txt_box{
    height: 144px;
}


#special_introduction article .inner_visual{
    margin-bottom: 100px;
}

#special_introduction article .inner_visual .txt_box{
    right:74px;
    left:auto;
}

#special_introduction article .case_main_visual .txt_box .head_box{
    width: 15.7%;
    min-height: 132px;
    padding: 30px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight:    600;
}
#special_introduction article .case_main_visual .txt_box .head_box span,
#special_introduction article .inner_visual .txt_box .head_box span{
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
}

#special_introduction article .case_main_visual .txt_box .head_box strong,
#special_introduction article .inner_visual .txt_box .head_box strong{
    font-size:  5rem;
    display: block;

}


#special_introduction article .case_main_visual .txt_box .body_box .case_headline,
#special_introduction article .inner_visual .txt_box .body_box .case_headline{
    font-size: 1.8rem;
    border-left: 1px solid #000;
    padding-left: 20px;
    line-height: 1.3em;
}
#special_introduction article .case_main_visual .txt_box .body_box .case_headline i{
    display: inline-block;
    margin-top: 3px;
    margin-left: -0.5em;
    font-style: initial;
}

#special_introduction article .inner_visual .txt_box .body_box .case_headline{
    border-left: none;
    line-height: 1.1em;
    padding-left: 30px;
    line-height: 1.3em;
}

#special_introduction article .case_main_visual .txt_box .body_box .case_headline>span,
#special_introduction article .inner_visual .txt_box .body_box .case_headline>span{
    font-weight: normal;
    display: block;
    margin-top: 0.2em;
}

#special_introduction article .article_contents {
    background: #fff;
    padding: 0 20px;
    padding-bottom: 30px;
}

#special_introduction article .article_contents p>span{
    position: relative;
    display: inline-block;
}
#special_introduction article .article_contents p>span>sup{
    position: absolute;
    top:-13px;
    left: 2px;
    text-align: center;
    font-size: 1rem;
}
#special_introduction article .article_contents .article_inner{
    max-width: 1085px;
    padding-top: 93px;
    margin:0 auto;
}


#special_introduction article .article_contents.type_b .article_inner {
    padding-top: 50px;
}

#special_introduction article .article_contents .article_head{
    margin-bottom: 35px;
    position: relative;
}



#special_introduction article .article_contents .article_head .main_copy {
    width: 82%;
    font-size: 3rem;
    line-height: 1.6em;
    padding: 30px 20px 30px 40px;
}

#special_introduction article .article_contents.type_b .article_head .main_copy {
    width: 100%;
}

#special_introduction article .article_contents .article_head .main_copy>span.bdr{
    content:"";
    position: absolute;
    display: block;
    width: 1px;
    top:0;
    left:0;
    background: #000;
}

#special_introduction article .article_contents .article_head .img_box{
    width: 18%;
}
#special_introduction article .article_contents  .article_body {
    overflow: hidden;
}

#special_introduction article .article_contents  .article_body .img-box{
    float:left;
    margin-right: 40px;
    padding-bottom: 5px;
}
#special_introduction article .article_contents  .article_body .article_headline{
    font-size: 2rem;
    line-height: 1.7em;
    margin-bottom: 0.5em;

}

#special_introduction article .article_contents  .article_body p{
    margin-bottom: 1.2em;
}



#special_introduction article#case3 .case_main_visual .txt_box .body_box .case_headline,
#special_introduction article#case4 .case_main_visual .txt_box .body_box .case_headline {
    line-height: 1.2em;
}


/*下部詳細リンク*/
#special_introduction .detail_link {
    padding: 40px;
    background: #fff;
    margin-bottom: 100px;
}
#special_introduction .detail_link .catch {
    font-size: 2.4rem;
    color: #A18D5C;
    font-weight: 900;
    max-width: 793px;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 1.5em;
}


#special_introduction .detail_link .goods .box{
    position: relative;
    text-align: center;
    padding-bottom: 40px;
    color:#000 !important;
}
#special_introduction .detail_link .goods .box:hover{
    opacity:1;
}

#special_introduction .detail_link .goods .box:hover .txt_box,
#special_introduction .detail_link .goods .box:hover .img_box,
#special_introduction .detail_link .goods .box:hover .detail_btn{
    opacity:0.5;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    
}


#special_introduction .detail_link .goods .detail_btn{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 900;
}

#special_introduction .detail_link .goods .detail_btn span{
    padding-right: 20px;
}

#special_introduction .detail_link .goods .box:nth-child(1) {
    margin-left: 40px;
}

#special_introduction .detail_link .goods .box:nth-child(2){
    margin-left: 4%;
    margin-right: 30px;
}


#special_introduction .detail_link .goods .box  .txt_box{
    padding-right: 20px;
}

#special_introduction .detail_link .goods .box  .txt_box .name>strong{
    font-size: 5rem;
    color:#A08C5B;
    font-weight: 900;
    vertical-align: bottom;
    display: inline-block;
    line-height: 1em;
}

#special_introduction .detail_link .goods .box  .txt_box .name>span{
    font-size: 2.5rem;
    line-height: 25px;
    color:#A08C5B;
    font-weight: normal;
    vertical-align: bottom;
    display: inline-block;
}
#special_introduction .detail_link .goods .box  .txt_box p{
    margin-top: 0.2em;
    margin-bottom: 20px;
    font-size: 1.4rem;
    white-space: nowrap;
}

#special_introduction .detail_link .goods .box .txt_box>ul>li{
    position: relative;
    display: inline-block;
    font-size: 2.8rem;
    color:#A08C5B;
    padding: 0 12px;
}

#special_introduction .detail_link .goods .box .txt_box>ul>li img{
    max-width: 100%;
}


#special_introduction .detail_link .goods .box .txt_box>ul>li:first-child:after{
    content:"";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    top:0;
    right:-1px;
    background:#A08C5B;
}

#special_introduction .detail_link .goods .box .txt_box>ul>li>sub{
    font-size: 2rem;
    vertical-align: baseline;
}
#special_introduction .detail_link .goods .box .img_box{
    text-align: center;
    width: 50%;
}

#special_introduction .detail_link .goods .box .img_box p{
    color:#555555;
    text-align: right;
    font-size: 10px;
    padding-left: 1em;
    white-space: nowrap;
}

/***********************************************************************************************************************
* 横サイズ1200px以下
***********************************************************************************************************************/
@media screen and (max-width: 1200px){
    #special_introduction .article_nav>ul>li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2.5%;
    }

    #special_introduction .article_nav>ul>li>a .img_box {
        width: 30%;
    }
    #special_introduction .article_nav>ul>li>a .txt_box{
        width: 70%;
    }

    #special_introduction .article_nav>ul>li>a .txt_box>.inr {
        padding-left: 15px;
    }

    #special_introduction .article_nav>ul>li>a .txt_box>.inr .nav_ttl {
        font-size: 1.5rem;
    }

    #special_introduction .article_nav>ul>li>a .txt_box>.inr p {
        font-size: 1.4rem;
        line-height: 1.5em;
        padding-right: 40px;
    }

    #special_introduction .article_nav>ul>li>a .case {
        width: 50px;
        height: 52px;
    }
    #special_introduction .article_nav>ul>li>a .case>span {
        margin-bottom: -4px;
    }

    #special_introduction .article_nav>ul>li>a .case>strong {
        font-size: 3rem;
    }
    #special_introduction .article_nav>ul>li>a .arw {
        right: 11px;
        bottom: 0;
    }


    #special_introduction .article_nav>ul>li>a .arw>span {
        width: 30px;
    }

    #special_introduction article .article_contents .article_head .main_copy {
        font-size: 2.5rem;
    }

    #special_introduction article .case_main_visual .txt_box, #special_introduction article .inner_visual .txt_box {
        left: 30px;
    }

    #special_introduction article .article_contents.type_b .article_inner {
        padding-top: 10px;
    }

    #special_introduction article .article_contents.type_b {
        padding: 0px;
        padding-bottom: 0px;
    }




    #special_introduction .detail_link .goods .box:nth-child(2) {
        margin-left: 0;
        margin-right: 20px;
    }

    #special_introduction .detail_link .goods .box .txt_box .name>strong {
        font-size: 3.5rem;
    }
    #special_introduction .detail_link .goods .box .txt_box .name>span {
        font-size: 1.8rem;
    }

    #special_introduction .detail_link .goods .box .txt_box {
        width: 50%;
    }

    #special_introduction .detail_link .goods .box .txt_box p {
        margin-top: 0.2em;
        margin-bottom: 20px;
        white-space: nowrap;
        line-height:    1.2em;
    }

     #special_introduction .detail_link .goods .box .txt_box p>span{
        display: block;
     }

    #special_introduction .detail_link .goods .box .img_box {
        width: 50%;
    }


}/*1200px*/

/***********************************************************************************************************************
* 横サイズ640px以下
***********************************************************************************************************************/
@media screen and (max-width: 640px){
    /*hover解除*/
    #special_introduction .detail_link .goods .box:hover .txt_box,
    #special_introduction .detail_link .goods .box:hover .img_box,
    #special_introduction .detail_link .goods .box:hover .detail_btn,
    #special_introduction .article_nav>ul>li>a:hover .img_box>img,
    #special_introduction .article_nav>ul>li>a:hover .txt_box,
    #special_introduction  a:hover,
    #special_introduction button:hover{ opacity: 1 !important; transform: none !important;}


    /*アニメーション無効20190614*/
    #special_introduction article .case_main_visual .txt_box::after,
    #special_introduction article .inner_visual .txt_box::after,
    #special_introduction .article_nav>ul.animated>li>a::after,
    #special_introduction .init{
        opacity: 1 !important;
        transition: none !important;
        transform: none !important;

    }




    /*画像切り替えなど*/
    #special_introduction ._sp{ display:block!important; }
    #special_introduction ._pc{ display:none!important; }

    /*メインヴィジュアル*/
    #special_introduction .main_visual .main_catch {
        top: 46%;
    }



    #special_introduction .article_nav>ul{
        padding: 0 10px;
    }

    #special_introduction .article_nav>ul>li {
        width: 100%;
        margin-right: 0;
        margin-bottom:10px;
    }

    #special_introduction .article_nav>ul>li>a .txt_box>.inr {
        position: static;
        transform: none;
        padding-top: 10px;
        padding-left: 25px;
    }



    #special_introduction .article_nav>ul>li>a .txt_box>.inr p {
        font-size: 1.1rem;
        line-height: 1.3em;
        padding-right: 20px;
    }

    #special_introduction .article_nav>ul>li:nth-child(3)>a .txt_box>.inr p {
        padding-right: 40px;
    }


    #special_introduction .article_nav>ul>li>a .txt_box>.inr .nav_ttl {
        font-size: 1.2rem;
        line-height: 1.3em;
        margin-bottom: 0.4em;
        min-height: unset;
        padding-top: 5px;
    }
    #special_introduction .article_nav>ul>li>a .txt_box>.inr .nav_ttl>span {
        font-size: 1rem;
    }
    #special_introduction .article_nav>ul>li:nth-child(2)>a .txt_box>.inr .nav_ttl, 
        #special_introduction .article_nav>ul>li:nth-child(3)>a .txt_box>.inr .nav_ttl {
        padding-top: 5px;
    }


    #special_introduction .article_nav>ul>li>a .img_box {
        width: 27%;
    }
    #special_introduction .article_nav>ul>li>a .txt_box {
        width: 73%;
    }

    #special_introduction .article_nav>ul>li>a .case>strong {
        font-size: 2rem;
    }

    #special_introduction .article_nav>ul>li>a .case {
        width: 38px;
        height: 41px;
        padding-top: 0;
    }

    #special_introduction .article_nav>ul>li>a .case>span {
        font-size: 1.1rem;
        margin-bottom: -9px;
    }

    #special_introduction .article_nav>ul>li>a .arw>span {
        width: 16px;
        display: inline-block;
    }

    #special_introduction .article_nav>ul>li>a .arw {
        right: 8px;
        bottom: -8px;
    }




    #special_introduction .main_visual .main_catch .main_headline>strong {
        font-size: 7vw;
    }
    #special_introduction .main_visual .main_catch .main_headline>span {
        font-size: 4vw;
    }

    #special_introduction .main_visual .main_catch .main_headline>em {
        font-size: 4vw;
        padding: 0.4em 1.5em 0.4em;
    }

    #special_introduction .main_visual .main_catch .main_headline>span {
        margin-bottom: 1.5%;
    }

    #special_introduction .all-wrap {
        padding: 0;
    }

    #special_introduction .top_line_up .box {
        width: 48%;
        position: relative;
        margin-right: 4%;
    }
     #special_introduction .top_line_up .box:nth-child(2){
        margin-right: 0;
     }


    #special_introduction .top_line_up {
        margin: 20px auto 20px;
        text-align: center;
        padding: 0 20px;
    }
    #special_introduction .top_line_up .box .img_box2 {
        position: relative;
        min-height: 128px;
    }
     #special_introduction .top_line_up .box .txt_box {
        padding-top: 10px;
        position: absolute;
        top: 0;
        transform: none;
        text-align: center;
    }

    #special_introduction .top_line_up .box .txt_box .name>strong { 
        font-size: 2.4rem;
    }
    #special_introduction .top_line_up .box .txt_box .name>span{
        font-size: 1.6rem;
        line-height: 19px;
    }

    #special_introduction .top_line_up .box .txt_box>ul>li {
        font-size: 1.8rem;
        padding: 0 8px;
    }
    #special_introduction .top_line_up .box .txt_box>ul>li>sub {
        font-size: 1.4rem;
    }

    #special_introduction .top_line_up .box .txt_box>ul>li:first-child:after {
        height: 68%;
        top: 4px;
        right: -3px;
    }

    #special_introduction .top_line_up .box .img_box2 .txt_box>p {
        margin: 5px 0 5px;
        font-size: 1.1rem;
        line-height: 1.3em;
    }
    #special_introduction .top_line_up .box:nth-child(2) .img_box2 .txt_box>p {
        margin: 13px 0 12px;
    }

     #special_introduction .top_line_up .bottom_box {
        position: relative;
        margin-top: -20px;
        font-size: 1.3rem;
        font-weight: 900;
        text-align: left;
        line-height: 1.5em;
    }

    #special_introduction article .case_main_visual .txt_box .head_box {
        width: 70px;
        padding:20px 10px;
        min-height: 100px;
    }

    #special_introduction article .case_main_visual .txt_box .body_box .case_headline,
    #special_introduction article .inner_visual .txt_box .body_box .case_headline {
        font-size: 1.8rem;
        border-left: 1px solid #000;
        padding-left: 15px;
        padding-right: 10px;
        line-height: 1.3em;
    }

    #special_introduction article .case_main_visual .txt_box .body_box .case_headline>span, 
    #special_introduction article .inner_visual .txt_box .body_box .case_headline>span {
        font-weight: normal;
        display: block;
        margin-top: 0.2em;
        font-size: 1.3rem;
    }

    #special_introduction article .case_main_visual .txt_box,
    #special_introduction article .inner_visual .txt_box {
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        min-height: 70px;
        padding-right: 15px;
        background: #fff;
        padding: 0px 0;
    }

    #special_introduction article#case4 .case_main_visual .txt_box{
        padding: 10px 0;
    }

    #special_introduction article .case_main_visual .txt_box .head_box span,
    #special_introduction article .inner_visual .txt_box .head_box span {
        display: block;
        margin-bottom: 0;
        font-weight: normal;
    }

    #special_introduction article .case_main_visual .txt_box .head_box strong,
     #special_introduction article .inner_visual .txt_box .head_box strong {
        font-size: 2rem;
        display: block;
    }

    #special_introduction article .case_main_visual .txt_box .body_box .case_headline, 
    #special_introduction article .inner_visual .txt_box .body_box .case_headline {
        font-size: 1.4rem;
    }

    #special_introduction article .inner_visual .txt_box .body_box .case_headline {
        font-size: 1.4rem;
        border-left: none;
        padding-left: 15px;
        line-height: 1.3em;
    }
    #special_introduction article .case_main_visual .txt_box .body_box .case_headline i {
        font-size: 1.2rem;
    }
    #special_introduction article .inner_visual .txt_box {
        padding: 10px 0;
    }
    #special_introduction article .inner_visual {
        margin-bottom: 15px;
    }

    #special_introduction article .inner_visual .txt_box .body_box .case_headline>span {
        font-weight: normal;
        display: block;
        margin-top: 0.2em;
        font-size: 1.3rem;
        line-height: 1.3em;
    }

    #special_introduction .inner_visual .txt_box .body_box .case_headline ._sp {
        line-height: 1.5em;
    }



    #special_introduction article .article_contents .article_inner {
        padding-top: 15px;
        margin: 0 auto;
    }

    #special_introduction article .article_contents .article_head .main_copy {
        font-size: 1.5rem;
        line-height: 1.3em;
        padding: 10px 10px 10px 10px;
    }

    #special_introduction article .article_contents .article_head {
        margin-bottom: 15px;
    }

    #special_introduction article .article_contents  .article_body {
        padding: 0 4%;
    }

    #special_introduction article .article_contents .article_body .img-box {
        width: 100%;
        float: none;
        margin-right: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    #special_introduction article .article_contents .article_body .img-box img{
        width: 100%;
    }

    #special_introduction article .article_contents .article_body .article_headline {
        font-size: 1.4rem;
        line-height: 1.4em;
        margin-bottom: 0.8em;
    }

    #special_introduction article .article_contents .article_body p {
        margin-bottom: 1.2em;
        font-size: 1.3rem;
        line-height: 1.6em;
    }
    #special_introduction article .article_contents {
        padding: 0 15px;
        padding-bottom: 0px;
    }

    #special_introduction .pagetop_inter {
        padding: 0px 10px 20px;
        margin: 0 auto;
    }
    #special_introduction .pagetop_inter a {
        font-size: 1.2rem;
        display: none;
    }
    #special_introduction .detail_link .goods .box .img_box {
        width: 80%;
    }


    #special_introduction .detail_link {
        padding: 20px 10px;
        margin-bottom: 0px;
    }

    #special_introduction .detail_link .catch {
        font-size: 1.5rem;
        margin: 0 auto;
        margin-bottom: 10px;
        line-height: 1.3em;
    }

    #special_introduction .detail_link .goods{
        display: block;
    }

    #special_introduction .detail_link .goods .box {
        width: 100%;
        flex-direction: column;
        position: relative;
        padding-bottom: 20px;
        color: #000 !important;
        padding: 0 !important;
        margin:0 !important;
    }
    #special_introduction .detail_link .goods .box .img-box{
        order:1;
        text-align:center;
        margin-bottom: 20px;
    }
    #special_introduction .detail_link .goods .box .img-box img{
        width: 80%;
    }

    #special_introduction .detail_link .goods .box .txt_box{
        order:2;
        width: 100%;
    }
    #special_introduction .detail_link .goods .box .txt_box .name {
        white-space: nowrap;
        margin-top: 5px;
    }
    #special_introduction .detail_link .goods .box .txt_box p>span {
        display: inline-block;
    }

    #special_introduction .detail_link .goods .box .txt_box .name>strong {
        font-size: 3rem;
    }
    #special_introduction .detail_link .goods .box .txt_box .name>span{
        font-size: 2rem;
    }

    #special_introduction .detail_link .goods .box .txt_box p {
        margin-bottom: 5px;
        font-size: 1.3rem;
    }
    #special_introduction .detail_link .goods .box .txt_box>ul>li {
        font-size: 2rem;
    }
    #special_introduction .detail_link .goods .box .txt_box>ul>li>sub {
        font-size: 1.6rem;
    }
    #special_introduction .detail_link .goods .box .txt_box>ul>li:first-child:after {
        height: 77%;
        top: 3px;
        right: -1px;
    }

    #special_introduction .detail_link .goods .detail_btn {
        order:3;
        position: static;
        font-size: 1.4rem;
        margin: 15px 0;
    }
    #special_introduction .detail_link .goods .detail_btn i {
        width: 30px;
        margin-top: 9px;
    }

}/*640px*/

/***********************************************************************************************************************
* 横サイズ359px以下
***********************************************************************************************************************/
@media screen and (max-width: 359px){


        #special_introduction .article_nav>ul>li>a .txt_box>.inr p span{
            display: inline;
        }


        #special_introduction .article_nav>ul>li>a .txt_box>.inr p {
            font-size: 1rem;
            line-height: 1.2em;
            padding-right: 40px;
        }
        #special_introduction .article_nav>ul>li>a .txt_box>.inr .nav_ttl {
            font-size: 1.1rem;
            padding-right: 40px;
        }
        #special_introduction .article_nav>ul>li>a .txt_box>.inr {
            padding-top: 5px;
            padding-left: 10px;
        }

        #special_introduction .article_nav>ul>li>a .txt_box>.inr .nav_ttl {
            padding-top: 2px;
        }
        #special_introduction .article_nav>ul>li:nth-child(2)>a .txt_box>.inr .nav_ttl, 
            #special_introduction .article_nav>ul>li:nth-child(3)>a .txt_box>.inr .nav_ttl {
            padding-top: 2px;
        }

        #special_introduction .detail_link .goods .box:nth-child(1) {
            margin-left: 20px;
        }


        #special_introduction .article_nav>ul>li>a .img_box {
            width: 29%;
        }

}/*359px*/


