@charset "utf-8";

/*==============================

		index.css

==============================*/

    span.new{
        background: #ff3300;
        color: #FFFFFF;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 1.0rem;
        margin-left: 1rem;
    }
/*.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}*/

/*------------------------------
topMainSection PC
------------------------------*/
@media screen and (min-width: 769px) {
    #topMainSection{
        text-align: center;
        margin-bottom: 200px;
    }
    .topMain{
        position: relative;
        padding-bottom: 30px;
    }
    .topMain .mainImg img{
        width: 100%;
        height: auto;
    }
    .topMain .topMainCopy{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 300px;
        height: 471px;
    }
    #topMainSection p.topMainSection_top_copy{
        font-size: 5rem;
        padding-bottom: 2rem;
    }
    #topMainSection p.topMainSection_top_copy span{
        font-size: 3.0rem;
        display: block;
    }
    
    p.topMainSection_top_txt{
        font-size: 1.8rem;
        line-height: 2;
    }
    .topBtn{
        display: block;
        margin-right: auto;
        margin-left: auto;
        width:25vw;
        margin-top: 2.0rem;
        position: relative;
    }
    .topBtn a {
        display: block;
        line-height: 2.5;
        font-size: 1.8rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        color: #FFFFFF;
        background: #E72841;
        border: 2px solid #E72841;
        text-align: center;
    }
    .topBtn a:hover {
        color: #E72841;
        background:#FFFFFF;
        background-size: 21px;
        text-decoration: none;
    }
    .topBtn i{
        position: absolute;
        right: 5%;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 1.8rem;
    }
}

/*------------------------------
topMainSection TABLET
------------------------------*/

@media only screen and (max-width: 1159px) and (min-width: 769px){
    .topMain .topMainCopy{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 200px;
        height: 314px;
    }
    .topMain .topMainCopy img{
        width: 100%;
    }
    #topMainSection p.topMainSection_top_copy span{
        font-size: 2.5rem;
        display: block;
    }  
}
/*------------------------------
topMainSection SP
------------------------------*/
@media screen and (max-width:768px){
    #topMainSection{
        text-align: center;
        margin-bottom: 15vw;
    }
    .topMain{
        position: relative;
    }
    .topMain .mainImg img{
        width: 100%;
        height: auto;
    }
    .topMain .topMainCopy{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 30%;
        height: auto;
    }
    #topMainSection p.topMainSection_top_copy{
        font-size: 6vw;
        padding-bottom: 2vw;
    }
    #topMainSection p.topMainSection_top_copy span{
        font-size: 4.0vw;
        display: block;
    }
    
    p.topMainSection_top_txt{
        font-size: 3.0vw;
        line-height: 2;
    }
    .topBtn{
        display: block;
        margin-right: auto;
        margin-left: auto;
        width:60%;
        margin-top: 2.0rem;
        position: relative;
    }
    .topBtn a {
        display: block;
        line-height: 2.5;
        font-size: 1.6rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        color: #FFFFFF;
        background: #E72841;
        border: 2px solid #E72841;
    }
    .topBtn a:hover {
        color: #E72841;
        background:#FFFFFF;
        background-size: 21px;
        text-decoration: none;
    }
    .topBtn i{
        position: absolute;
        right: 5%;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 1.6rem;
    }
}

/*------------------------------
topMenuSection PC
------------------------------*/
@media screen and (min-width: 769px) {
    #topMenuSection{
        text-align: center;
        margin-bottom: 200px;
    }
    #topMenuSection .mainImg{
        position: relative;
        margin-bottom: 2rem;
    }
    #topMenuSection .mainImg img{
        width: 100%;
        height: auto;
    }
    #topMenuSection .mainImg h2.sectionTit{
        position: absolute;
        right: 15%;
        top: -50px;
        background: #cc6d00;
        width: 130px;
        height: 220px;
        color: #FFFFFF;
        font-size: 3.0rem;
        z-index: 2;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding-right: 90px;
    }
    #topMenuSection ul{
        max-width: 1160px;
        margin-top: 100px;
        margin-right: auto;
        margin-left: auto;
    }
    #topMenuSection li{
        float: left;
        width: 25%;
    }
    #topMenuSection li img{
        width: 100%;
        height: auto;
    }
}
/*------------------------------
topMenuSection SP
------------------------------*/
@media screen and (max-width:768px){
    #topMenuSection{
        text-align: center;
        margin-bottom: 15vw;
    }
    #topMenuSection .mainImg{
        position: relative;
    }
    #topMenuSection .mainImg img{
        width: 100%;
        height: auto;
    }
    #topMenuSection .mainImg h2.sectionTit{
        position: absolute;
        right: 15%;
        margin: auto;
        top: -30px;
        background: #cc6d00;
        width: 15vw;
        height: 22vw;
        color: #FFFFFF;
        font-size: 3.2vw;
        z-index: 2;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding-right: 8vw;
    }
    #topMenuSection ul{
        width: 100%;
        margin-top: 10vw;
        margin-right: auto;
        margin-left: auto;
    }
    #topMenuSection li{
        float: left;
        width: 25%;
    }
}

/*------------------------------
topShopSection PC
------------------------------*/
@media screen and (min-width: 769px) {
    #topShopSection{
        text-align: center;
        margin-bottom: 200px;
    }
    #topShopSection .mainImg{
        position: relative;
        margin-bottom: 2rem;
    }
    #topShopSection .mainImg img{
        width: 100%;
        height: auto;
    }
    #topShopSection .mainImg h2.sectionTit{
        position: absolute;
        left: 5%;
        top: -50px;
        background: #cc6d00;
        width: 130px;
        height: 220px;
        color: #FFFFFF;
        font-size: 3.0rem;
        z-index: 2;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding-right: 90px;
    }
}
/*------------------------------
topShopSection SP
------------------------------*/
@media screen and (max-width:768px){
    #topShopSection{
        text-align: center;
        margin-bottom: 15vw;
    }
    #topShopSection .mainImg{
        position: relative;
    }
    #topShopSection .mainImg img{
        width: 100%;
        height: auto;
    }
    #topShopSection .mainImg h2.sectionTit{
        position: absolute;
        left: 0%;
        margin: auto;
        top: -30px;
        background: #cc6d00;
        width: 15vw;
        height: 22vw;
        color: #FFFFFF;
        font-size: 3.2vw;
        z-index: 2;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding-right: 8vw;
    }
}

/*------------------------------
topBrandSection PC
------------------------------*/
@media screen and (min-width: 769px) {
    #topBrandSection{
        text-align: center;
        margin-bottom: 200px;
    }
    #topBrandSection .mainImg{
        position: relative;
        margin-bottom: 2rem;
    }
    #topBrandSection .mainImg img{
        width: 100%;
        height: auto;
    }
    #topBrandSection .mainImg h2.sectionTit{
        position: absolute;
        right: 15%;
        top: -50px;
        background: #cc6d00;
        width: 130px;
        height: 230px;
        color: #FFFFFF;
        font-size: 2.6rem;
        z-index: 2;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding-right: 90px;
        letter-spacing: -2px;
    }
}
/*------------------------------
topBrandSection SP
------------------------------*/
@media screen and (max-width:768px){
    #topBrandSection{
        text-align: center;
        margin-bottom: 15vw;
    }
    #topBrandSection .mainImg{
        position: relative;
    }
    #topBrandSection .mainImg img{
        width: 100%;
        height: auto;
    }
    #topBrandSection .mainImg h2.sectionTit{
        position: absolute;
        right: 15%;
        margin: auto;
        top: -30px;
        background: #cc6d00;
        width: 15vw;
        height: 22vw;
        color: #FFFFFF;
        font-size: 3.2vw;
        z-index: 2;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding-right: 8vw;
    }
}

/*------------------------------
dosankoBrandSection PC
------------------------------*/
@media screen and (min-width: 769px) {
    #dosankoBrandSection{
        text-align: center;
        margin-bottom: 200px;
    }
    #dosankoBrandSection .mainImg{
        position: relative;
        margin-bottom: 2rem;
    }
    #dosankoBrandSection .mainImg img{
        width: 100%;
        height: auto;
    }
    #dosankoBrandSection .mainImg h2.sectionTit{
        position: absolute;
        left: 5%;
        top: -50px;
        background: #cc6d00;
        width: 130px;
        height: 230px;
        color: #FFFFFF;
        font-size: 2.6rem;
        z-index: 2;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding-right: 90px;
        letter-spacing: -2px;
    }
    #dosankoBrandSection .mainImg h2.sectionTit02{
        position: absolute;
        left: 5%;
        top: -50px;
        background: #cc6d00;
        width: 130px;
        height: 220px;
        color: #FFFFFF;
        font-size: 3.0rem;
        z-index: 2;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding-right: 90px;
    }
}
/*------------------------------
dosankoBrandSection SP
------------------------------*/
@media screen and (max-width:768px){
    #dosankoBrandSection{
        text-align: center;
        margin-bottom: 15vw;
    }
    #dosankoBrandSection .mainImg{
        position: relative;
    }
    #dosankoBrandSection .mainImg img{
        width: 100%;
        height: auto;
    }
    #dosankoBrandSection .mainImg h2.sectionTit{
        position: absolute;
        left: 5%;
        margin: auto;
        top: -30px;
        background: #cc6d00;
        width: 17vw;
        height: 22vw;
        color: #FFFFFF;
        font-size: 3.2vw;
        z-index: 2;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding-right: 6vw;
    }
}

/*------------------------------
topEntrySection PC
------------------------------*/
@media screen and (min-width: 769px) {
    #topEntrySection{
        margin-bottom: 200px;
        max-width:1160px;
        margin-right: auto;
        margin-left: auto;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    #topEntrySection h2{
        font-size: 3.0rem;
        padding-bottom: 3rem;
    }
    
    #topEntrySection #informationSection{
        width: 45%;
        float: left;
    }
    #topEntrySection #blogSection{
        width: 45%;
        float: right;
    }
    #topEntrySection dt{
        width: 15%;
        vertical-align: top;
        float: left;
        font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    #topEntrySection dt img{
        width: 100%;
        border: 1px solid #CCCCCC;
    }
    #topEntrySection dd{
        width: 80%;
        float: left;
        margin-left: 4%;
        margin-bottom: 2.5rem;
        font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        height: 40px;
    }
    #topEntrySection dd .meta{
        font-size: 1.4rem;
    }
    
    #topEntrySection dd span{
        color: #FFFFFF;
        margin-left: 1rem;
        text-align: center;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    #topEntrySection dd span.news{
        background: #CCCCCC;
    }
}

/*------------------------------
topMainSection TABLET
------------------------------*/

@media only screen and (max-width: 1159px) and (min-width: 769px){
    #topBrandSection{
        margin-bottom: 100px;
    }
    #topEntrySection{
        width:92%;
    }
}


/*------------------------------
topEntrySection SP
------------------------------*/
@media screen and (max-width:768px){
    #topEntrySection{
        margin-bottom: 15vw;
        max-width:92%;
        margin-right: auto;
        margin-left: auto;
        font-size: 3.5vw;
        line-height: 1.5;
    }
    #topEntrySection h2{
        font-size: 5.0vw;
        padding-bottom: 2rem;
    }
    #topEntrySection #informationSection{
        margin-bottom: 10vw;
    }
    
    #topEntrySection dt{
        width: 15%;
        vertical-align: top;
        float: left;
        font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    #topEntrySection dt img{
        border: 1px solid #CCCCCC;
    }
    #topEntrySection dd{
        width: 80%;
        float: left;
        margin-left: 5%;
        margin-bottom: 2.5rem;
        font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    #topEntrySection dd .meta{
        font-size: 3.0vw;
    }
    
    #topEntrySection dd span{
        color: #FFFFFF;
        margin-left: 1rem;
        text-align: center;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    #topEntrySection dd span.news{
        background: #CCCCCC;
    }
}

/*------------------------------
 PC(ブランドトップ)
------------------------------*/
@media screen and (min-width: 769px) {
    .brandPage_wrap{
        margin-top: 5vw;
    }
    .brandotop{
        max-width: 1160px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5vw;
    }
    .brandotop p.topMainSection_top_copy{
        font-size: 4.4rem;
        padding-bottom: 3.0rem;
        text-align: center;
        line-height: 1.5;
    }
    .brandotop p.topMainSection_top_copy span{
        font-size: 2.6rem;
        display: block;
        text-align: center;
        padding-top: 2.0rem;
    }
    p.topMainSection_top_txt{
        font-size: 1.8rem;
        line-height: 2;
        text-align: center;
    }
    .topBtn{
        display: block;
        margin-right: auto;
        margin-left: auto;
        width:25vw;
        margin-top: 3.0rem;
        position: relative;
    }
    .topBtn a {
        display: block;
        line-height: 2.5;
        font-size: 1.8rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        color: #FFFFFF;
        background: #E72841;
        border: 2px solid #E72841;
        text-align: center;
    }
    .topBtn a:hover {
        color: #E72841;
        background:#FFFFFF;
        background-size: 21px;
        text-decoration: none;
    }
    .topBtn i{
        position: absolute;
        right: 5%;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 1.8rem;
    }
    .brand_1colum{
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
    }
    .brand_2colum{
        max-width: 470px;
        vertical-align: top;
        float: left;
    }
    .brand_2colum:nth-child(even){
        margin-left: 13px;
    }
    #topBrandSection .inner:after {
      content: ""; 
      display: block; 
      clear: both;
    }
    .brand_wrap{
        margin-bottom: 2vw;
        border: 8px solid #EEEEEE;
        padding: 1em;
    } 
    .brand_wrap .brandLogo{
        width: 20%;
        display: inline-block;
    }
    .brand_wrap .brandLogo img{
        width: 80%;
        height: auto;
    }
    .brand_wrap ul{
        width: 70%;
        display: inline-block;
        font-size: 1.8rem;
        padding-left: 4%;
        vertical-align: top;
    }
    .brand_wrap .brandName{
        font-size: 3.0rem;
        line-height: 1.2;
    }
    .brand_wrap .brandBtn a {
        display: block;
        line-height: 2.5;
        font-size: 1.6rem;
        color: #E72841;
        background:#FFFFFF;
        border: 2px solid #E72841;
        text-align: center;
        width: 30%;
        margin-left: 70%;
        margin-top: 2.0rem;
        border-radius: 20px;
    }
    .brand_wrap .brandBtn a:hover {
        color: #FFFFFF;
        background:#E72841;
        background-size: 21px;
        text-decoration: none;
    }
    .brand_wrap .photo{
        margin-top: 2vw;
        padding-bottom: 1vw;
    }
    .brand_wrap .photo img{
        max-width: 100%;
    }
    .brand_wrap p{
        font-size: 1.6rem;
        text-align: left;
    }
    .brand_2colum .brand_wrap .brandLogo{
        width: 40%;
        border: 1px solid #CECECE;
        display: inline-block;
        vertical-align: middle;
    } 
    .brand_2colum .brand_wrap .brandName{
        width: 58%;
        display: inline-block;
        font-size: 2.6rem;
        vertical-align: middle;
    }
    .brand_2colum .brand_wrap .brandBtn a {
        display: block;
        line-height: 2.5;
        font-size: 1.6rem;
        color: #E72841;
        background:#FFFFFF;
        border: 2px solid #E72841;
        text-align: center;
        width: 40%;
        margin-left: 60%;
        margin-top: 2.0rem;
        border-radius: 20px;
    }  
    
    .brand_2colum .brand_wrap .topBtn{
        width:20vw;
    }
}

/*------------------------------
 SP(ブランドトップ)
------------------------------*/
@media screen and (max-width:768px){
    .brand_2colum{
        max-width: 94%;
        margin-right: auto;
        margin-left: auto;
    }
    .brand_wrap{
        margin-bottom: 5vw;
        border: 5px solid #EEEEEE;
        padding: 10px;
    } 
    .brand_wrap ul{
        display: none;
    }
    .brand_wrap .brandName{
        font-size: 3.0rem;
        line-height: 1.2;
    }
    .brand_wrap .brandBtn a {
        display: block;
        line-height: 2.5;
        font-size: 3.4vw;
        color: #E72841;
        background:#FFFFFF;
        border: 2px solid #E72841;
        text-align: center;
        width: 50%;
        margin-left: 50%;
        border-radius: 20px;
    }
    .brand_wrap .brandBtn a:hover {
        color: #FFFFFF;
        background:#E72841;
        background-size: 21px;
        text-decoration: none;
    }
    .brand_wrap .photo{
        margin-top: 2vw;
        padding-bottom: 1vw;
    }
    .brand_wrap .photo img{
        max-width: 100%;
    }
    .brand_wrap p{
        font-size: 3.2vw;
    }
    .brand_wrap .brandLogo{
        width: 40%;
        display: inline-block;
        vertical-align: middle;
    } 
    .brand_wrap .brandName{
        width: 58%;
        display: inline-block;
        font-size: 4.8vw;
        vertical-align: middle;
    } 
}

    