@charset "utf-8";
@font-face {
  font-family: 'KozMin';
  src: url('./font/KozMinPr6N-Medium.otf') format('opentype');
}

html{
    background-color:#FFF;
    letter-spacing:0.5px;
    color:#303030; 
    font-family: "Times New Roman","kozuka-mincho-pr6n" , "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height:1.5em;
    word-break:break-all;
	-webkit-text-size-adjust: 100%;
}

.font_serif{
    font-family: "Times New Roman","kozuka-mincho-pr6n" , "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

a{

}

/*common*/
.bg_color_main {
    background-color:#FFF;
}

.site_wrapper {
    min-width:1000px;
    max-width:1000px;
    margin:0 auto;
    position:relative;
	overflow: hidden;
}

.site_content {
    width:95%;
    max-width:751px;
    margin:0 auto 50px;
}

.site_content_concept {
    width:95%;
    max-width:750px;
    margin:0 auto 80px;
}

@media only screen and (max-width: 768px){
	
.site_content_pui {
	margin-bottom: 60px;
}
}

@media only screen and (min-width: 769px){

.site_content_pui {
	margin-bottom: 0;
}
}


.content_title{
    display:block;
    text-align:center;
    width:100%;
    font-size:16pt;
}
.head_line{
	border-top:solid 1px #0B122F;
    color:#0B122F;
	text-align:center;
	margin:0px 0 10px 0;
	position:relative;
	letter-spacing:3px;
}
.head_line_inner{
	position:relative;
	top:-12px;
	background-color:#FFF;
	padding:0px 20px;
	font-size:16pt;
	vertical-align:top;
}

.h2{
    font-size:26px;
    text-align:center;
    line-height:35pt;
    display:block;
    margin:60px 0 30px;
    color:#666;
    letter-spacing:3px;
    font-weight:normal;
}
.h3{
    font-size:16pt;
    text-align:center;
    line-height:35pt;
    display:block;
    margin:30px;
    color:#666;
    letter-spacing:1px;
}

.p{
    text-align:center;
    font-size:11px;
    line-height:25px;
    display:block;
    margin:30px 0;
    color:#666;
    letter-spacing:1.5px;
}

.fnt_size_36{
    font-size:36pt;
    line-height:1em;
}

.fnt_size_18{
    font-size:18pt;
    line-height:1em;
}
.fnt_size_15px{
    font-size:15px;
}
.fnt_size_10{
    font-size:10pt;
    line-height:22pt;
}

.fnt_size_8{
    font-size:8pt;
    line-height:16pt;
}
.aligncenter{
    text-align:center;
}
.alignleft{
    text-align:left;
}

.lineheight{
	line-height: 1.8em;
	}

.middle_content{
    max-width:560px;
    margin:10px auto;
}

.middle_content_privacy{
    max-width:600px;
    margin:10px auto;
}

.tr{
    display:table;
    width:100%;
    margin:9px 0;
    font-size:0;
}

.t_title{
    width:190px;
    display:table-cell;
    text-align:center;
    color:#B5C6D0;
    background-color:#0B122F;
    font-size:11px;
    line-height:30px;
    position:relative;
    vertical-align:middle;
    height: 100%;
   
}
.t_title.box{
    line-height:150px;
}
.t_title .necessary{
   color:#FFF100;
   position:absolute;
  right:5px;
 font-size:10px; 
}

span.wpcf7-form-control-wrap{
    display:inline-block;
    width:100%;
    height: 100%;
    max-width:370px;
    font-size:10px;
    vertical-align:top;
     
}
span.wpcf7-form-control-wrap.zip_front{
    max-width:50px;
}

span.wpcf7-form-control-wrap.zip_back{
    max-width:70px;
}

.input{
    display:inline-block;
    width:100%;
    max-width:370px;
    box-sizing: border-box;
    border:none;
    line-height:30px;
    background-color:#ECEEEE;
    min-height:30px;
    border-radius: 0px !important;
    -webkit-appearance: none;
    padding:0 10px;
    font-size: 10px;
    height: 100%;
}
select.input{
    background: url(./images/btn_listopen.png) right 50% no-repeat, #ECEEEE;
	background-size: contain;
}
.input.radio{
    background-color:transparent;
}
.input.radio .wpcf7-list-item-label{
    font-size: 9px;
    color:#666;
    vertical-align:middle;
    margin-right:3px;
}
.input.radio input[type="radio"]{
    background-image:url(./images/radio_none.png);
    background-size:100% 100%;
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	height: 20px;
	width: 22px;
    vertical-align: middle;
    margin:0;
}
.input.radio input[type="radio"]:checked{
    background-image:url(./images/radio_selected.png);
}
.input.box{
    height:100%;
    line-height: 12pt;
}
span.wpcf7-not-valid-tip {
position: absolute;
    z-index: 2;
    top: -10px;
    left: -185px;
    line-height: 1.5em;
    padding: 0 5px;
    color:#fff !important;
    background:#D00;
    border-radius:3px;
}
.input.number_4{
    max-width:200px;
}
.zipcode_middle{
    font-size:10pt;
    margin:0 10px;
}

.submit{
    display:block;
    width:100%;
    color:#B5C6D0;
    background-color:#0B122F;
    border:none;
    font-size:14pt;
    line-height:22pt;
    -webkit-appearance: none;
}

.zipcode_search_btn{
    display:inline-block;
    font-size:8pt;
    background:#ccc;
    color:#666;
    height:100%;
    line-height:33px;
    min-width:90px;
    cursor:pointer;
    text-align:center;
    margin:0 20px;
}
.zipcode_search_btn:hover{
    background-color:#EEE;
}
.table{
    margin:10px 0;
    font-size:11px;
    color:#666;
}
.table .title{
    display:table-cell;
    width:190px;
}
.table .content{
    display:table-cell;
    width:370px;
}
.margin_15{
    margin:15px;
}
.margin_30{
    margin:30px;
}
.margin_top_60{
    margin-top:60px;
}

.border_bottom{
    padding-bottom:30px;
    border-bottom:solid 1px #CCC;
}

/*
 * header
 * */

.header{
    margin-bottom:80px;
}
.header .main_title{
    display:inline-block;
    margin:40px 40px 0;
}
.header .navigation_list{
    display:inline-block;
    vertical-align:bottom;
    text-align:right;
    width:100%;
    max-width:650px;
}
.header .navigation_cell{
    display:inline-block;
    margin:0 10px;
    font-size:10pt;
}
.header .navigation_cell a{
    color:#1F1B1C;
    text-decoration:none;
}
.header .navigation_cell a:hover{
    color:#C0C0C0;
    text-decoration:none;
    cursor:pointer;
}

.top .header{
    position:absolute;
    width:100%;
    z-index:1;
}

.top .main_navigation{
    text-align:right;
    margin:65px 50px;
}
.top .header .navigation_cell a{
    color:#FEFEFE;
}
.top .header .navigation_cell a:hover{
    color:#1F1B1C;
}


/*
 * footer
 * */
.footer{
    background-color:#0B122F;
    width:100%;
    color:#B5C6D0;
    text-align:center;
}
.footer .title{
    font-size:24pt;
    line-height:60pt;
    letter-spacing:3px;
    border-bottom:1px solid #B5C6D0;
}
.footer .nav{
    text-align:center;
	margin: 35pt 0;
}
.footer .nav .navigation_cell{
    display:inline-block;
    margin:0 30px;
    font-size:10pt;
	line-height: 40px;

}

.footer .nav .navigation_cell a{
    color:#B5C6D0;
    text-decoration:none;
    cursor:pointer;
}
.footer .navigation_cell a:hover{
    color:#D5E6E0;
    text-decoration:none;
    cursor:pointer;
}

.footer .social.nav .navigation_cell{
    line-height:30pt;
    margin:0 21px;
     
}

.footer .copyright{
    line-height:50pt;
    font-size:10pt;
}

/*top slider*/
.site_wrapper.top{
    width:100%;
    max-width:100%;
    min-width:100%;
}
.site_wrapper.top .main_wrapper{
    max-height:100%;    
}
.top_slider {
    position:relative;
    height:100%;
}
.top_slider .slider{
    position:relative;
    border:solid 10px #FFF;
    height:100%;
    width:100%;
    box-sizing:border-box;
}
.top_slider .slider .slide_cell{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center center;
    opacity:0;
    transition:all 0.5s ease; 
}

.top_slider .slider .slide_cell.current{
    opacity:1; 
}

.top_slider .slider .slide_cell.img01{
   background-image:url("./images/top_01.jpg"); 
}
.top_slider .slider .slide_cell.img02{
   background-image:url("./images/top_02.jpg"); 
}
.top_slider .slider .slide_cell.img03{
    background-image:url("./images/top_03.jpg"); 
 }



.top_slider .slider img{
    width:100%;
    height:auto;
}
.top_slider .logo{
    position:absolute;
    left:50%;
    top:50%;
}
.top_slider img.logo{
    position:absolute;
    left:50%;
    top:50%;
    width: 100%;
    max-width: 1000px;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}


/*
 * lineup
 * */
.lineup_list{
    margin:0px;
}
.lineup_cell{
	background-size: cover;
	background-position: center center;
    width:245px;
    height:425px;
    position:relative;
    display:inline-block;
    vertical-align:top;
    letter-spacing:5px;
    border-radius: 0 0 5px 5px;
    overflow:hidden;
}
.lineup_cell a{
    color:#FEFEFE;
    text-decoration:none;
    display:block;
    width:100%;
    height:100%;
    cursor:pointer;
    border-radius: 0 0 5px 5px;
}
.pickup_cell .link:hover > .bg,
.lineup_cell a:hover > .bg{
    background-color:rgba(0,0,0,0.5);
}

.bg{
    background-color:rgba(0,0,0,0.2);
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    transition:all ease-in 0.3s;
}
.lineup_cell .inner{
    position:relative;
    display:block;
    width:100%;
    height:100%;
    letter-spacing:1px;
}

.lineup_cell .title{
    width:100%;
    line-height:220px;
    text-align:center;
    font-size:16pt;
    display: block;
}

.lineup_cell .description{
    display: block;
    width:85%;
    margin:0 auto;
    font-size:8pt;
    line-height:13pt;
    word-break: break-all;
    word-wrap: break-word;
	text-align: justify;
	text-justify: inter-word;
}

.lineup_cell .under_btn{
    position:absolute;
    bottom:0;
    background-color:#DCDDDD;
    color:#0B122F;
    display:block;
    width:100%;
    line-height:24pt;
    font-size:14pt;
    text-align:center;
    transition:all ease-in 0.3s;
}

.lineup_cell a:hover > .inner >.under_btn{
    background-color:#0B122F;
    color:#DCDDDD;
}

.lineup_cell.stole{
	background-image: url("./images/line_up_bg_stole.jpg");
}

.lineup_cell.knit{
	background-image: url("./images/line_up_bg_knit.jpg");
}

.lineup_cell.accessories{
	background-image: url("./images/line_up_bg_accessories.jpg");
}

/**
 * pickup 
 * */
.pickup_archive{
    
}
.pickup_archive .news_list{
    font-size:0;
    text-align:center;
    letter-spacing:1.5px;
}
.pickup_cell{
    display:inline-block;
    width:372px;
    height:110px;
    background-position:center center;
    background-size:cover;
    margin:5px 0 0px;
   font-size:12pt; 
}
.pickup_cell:last-child{
    margin-left: 5px;
}
.pickup_cell.large{
    display:inline-block;
    width:100%;
    max-width:750px;
    height:220px;
}

.pickup_cell.large .article_title{
    padding-top:100px;
   font-size:24px;    
}

.pickup_cell .article_title{
    padding-top:45px;
   font-size:20px;    
}

.pickup_cell .link{
    display:block;
    width:100%;
    height:100%;
    text-align:center;
    position:relative;
    color:#FFF;
    text-decoration:none;
}
.pickup_cell .link:hover{
    text-decoration:none;
}

.pickup_cell .inner{
   position:relative; 
}


.single_pickup .buy_btn{
    display:block;
    background-color:#DCDDDD;
    line-height:30pt;
    border-radius:5px;
    text-decoration:none;
    text-align:center;
    color:#0B122F;
}
.single_pickup .buy_btn:hover{
    background-color:#0B122F;
    color:#DCDDDD;
}

.single_pickup .article_thumb{
    width:100%;
    height:230px;
    background-position:center center;
    background-size:cover;
}

.form_complete h2{
	line-height: 1.5em;
}

/*customer voice*/
.customer_voice_list{
    margin:10px 0 55px;
    font-size:40px;
    letter-spacing:12px;
}

.customer_voice_cell{
    display:inline-block;
    width:235px;
    height:350px;
    font-size:12px;
    background-color:#F2F2F2;
    margin:17px 0 18px;
    color:#666;
    letter-spacing:0.8px;
    vertical-align:top;
	text-align: justify;
	text-justify: inter-word;    
}
.customer_voice_cell .inner{
    margin:10px;
    
}
.customer_voice_cell .content{
    margin-top:10px;
}
/*Q&A*/
.qa_list{
    background-color:#F2F2F2;
}
.qa_list .category_list{
    display:inline-block;
    width:310px;
    max-width:329px;
    margin:30px;
    vertical-align:top;
}
.qa_list .category_cell{
    margin:0 0 60px;
}
.qa_list .category_cell .category_title{
    font-size:18px;
    margin:0 0 30px;
    color:#0B122F;
}
.qa_list .category_cell .q_a_cell{
    color:#666;
    margin:10px 0;
    display:block;
    font-size:12px;
}

.qa_list .category_cell .q_a_cell a{
    text-decoration: underline;
    color:#666;
}

.qa_list .category_cell .q_a_cell a:hover{
    color:#999;
}

.single_qa .wrapper{
    background-color:#DCDDDD;
    display:block;
    box-sizing:border-box;
    padding:1px;
}
.single_qa .wrapper .q_title{
    background-color:#C0C0C0;
    text-align:center;
    line-height:32pt;
}
.single_qa .wrapper .a_title{
    text-align:center;
    margin:30px 0; 
    color:#666;
    text-decoration:underline;
}

.wf-loading {
    visibility: hidden;
  }

  .wf-active, .wf-inactive {
    visibility: visible;
  }
  
 .p_next a{
	 padding-left: 10px;
 }

/*--------------------------------------------------------------*/

@media screen and (min-width: 1000px) {
/*pc用のCSSここから*/

/*pc用のCSSここまで*/
}


/*--------------------------------------------------------------*/
@media screen and (max-width: 900px) {
/*スマホ、ipad用のCSSここから*/
/*スマホ、ipad用のCSSここまで*/
}


@media screen and (max-width: 765px) {



}


/* 20210207追加分 */
/* top */
h2.home_h2 {
    font-size: 18px;
    color: #666666;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    line-height: 1.8;
}

h2.home_h2 span {
    font-size: 22px;
}

.pick-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pick-2col a {
    text-decoration: none;
}
.pick-2col .img-wrap {
    width: 22%;
}
.pick-2col .img-wrap img {
    width: 100%;
    height: auto;
}

.pick-2col .txt-wrap {
    width: 76%;
}

.pick-2col .txt-wrap h4 {
    font-size: 16px;
    font-weight: bold;
    color: #0B122F;
    margin-bottom: 2px;
}

.pick-2col .txt-wrap p {
    padding-bottom: 5px;
    font-size: 12px;
    text-align: left;
    color: #0B122F;
    line-height: 1.6;
}

.pick-2col .txt-wrap p.sub {
    font-size: 10px;
    color: #666666;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 5px;
    line-height: 1.4;
}

@media screen and (max-width: 765px) {
    h2.home_h2 {
        font-size: 14px;
    }
    
    h2.home_h2 span {
        font-size: 18px;
    }
    .pick-2col .img-wrap {
        width: 100%;
    }
    
    .pick-2col .txt-wrap {
        width: 100%;
    }
    
    .pick-2col .txt-wrap h4 {
        font-size: 16px;
    }
    
    .pick-2col .txt-wrap p {
        font-size: 12px;
    }
    
    .pick-2col .txt-wrap p.sub {
        font-size: 8px;
        color: #666666;
    }
}
/* /top */
/* concept */
.site_content_concept h3 {
    font-size: 18px;
    color: #666666;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    line-height: 1.8;
}

.site_content_concept .sub_banner img {
    width: 100%;
    height: auto;
}

.site_content_concept .uservoice {
    text-align: center;
}

.site_content_concept .uservoice a {
    padding: 10px 15px;
    background-color: #dcdcdc;
    color: #0B122F;
    line-height: 1;
    text-decoration: none;
    font-size: 12px;
}
/* /concept */

/* lineup */

.lineup-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.lineup-2col .img-wrap {
    width: 22%;
}
.lineup-2col .img-wrap img {
    width: 100%;
    height: auto;
}

.lineup-2col .txt-wrap {
    width: 76%;
}

.lineup-2col .txt-wrap span {
    background-color: #0B122F;
    color: #fff;
    padding: 6px 10px;
    font-size: 8px;
    margin-bottom: 15px;
}

.lineup-2col .txt-wrap h4 {
    font-size: 16px;
    font-weight: bold;
    color: #0B122F;
    margin-bottom: 2px;
}

.lineup-2col .txt-wrap p {
    padding-bottom: 5px;
    font-size: 12px;
    text-align: left;
    color: #0B122F;
    line-height: 1.6;
}

.lineup-2col .txt-wrap .linkbtn {
    text-align: right;
}

.lineup-2col .txt-wrap .linkbtn a {
    padding: 10px 15px;
    background-color: #dcdcdc;
    color: #0B122F;
    line-height: 1;
    text-decoration: none;
    font-size: 12px;
}

/*
@media screen and (max-width: 765px) {
    .lineup-2col .img-wrap {
        width: 100%;
    }
    
    .lineup-2col .txt-wrap {
        width: 100%;
    }
    
    .pilineupck-2col .txt-wrap h4 {
        font-size: 16px;
    }
    
    .lineup-2col .txt-wrap p {
        font-size: 12px;
    }
    
    .lineup-2col .txt-wrap p.sub {
        font-size: 8px;
        color: #666666;
    }
}
*/
/* /lineup */

/* alles */

.alles-3col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.alles-3col .content-wrap {
    width: 31%;
}

.alles-3col .content-wrap .img-wrap img {
    width: 100%;
    height: auto;
}

.alles-3col .content-wrap .txt-wrap h4 {
    font-size: 14px;
    font-weight: bold;
    color: #0B122F;
    margin-bottom: 2px;
}

.alles-3col .content-wrap .txt-wrap p {
    padding-bottom: 5px;
    font-size: 12px;
    text-align: left;
    color: #0B122F;
    line-height: 1.6;
}

.alles-3col .content-wrap .txt-wrap p span {
    font-weight: bold;
}

.alles .linkbtn {
    text-align: center;
}

.alles .linkbtn a {
    padding: 10px 15px;
    background-color: #dcdcdc;
    color: #0B122F;
    line-height: 1;
    text-decoration: none;
    font-size: 12px;
}

/* /alles */

/* shoplist */

.shop-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.shop-2col .img-wrap {
    width: 30%;
}
.shop-2col .img-wrap img {
    width: 100%;
    height: auto;
}

.shop-2col .txt-wrap {
    width: 68%;
}

.shop-2col .txt-wrap h4 {
    font-size: 16px;
    font-weight: bold;
    color: #0B122F;
    margin-bottom: 2px;
}

.shop-2col .txt-wrap p {
    padding-bottom: 5px;
    font-size: 12px;
    text-align: left;
    color: #0B122F;
    line-height: 1.6;
}

.hurusato .linkbtn {
    text-align: center;
}

.hurusato .linkbtn a {
    padding: 10px 15px;
    background-color: #dcdcdc;
    color: #0B122F;
    line-height: 1;
    text-decoration: none;
    font-size: 12px;
}


/* /lineup */

/* /20210207追加分 */