@charset "utf-8";
/* CSS Document */
body{
    background:inherit;
}

.pc_cont{
    display:block;
}

.sp_cont{
    display:none;
}

.embroidery_pages,.embroidery_pages ul,.embroidery_pages li{
    padding:0;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.embroidery_pages ul,.embroidery_pages li{
    list-style:none;
}

.embroidery_pages img{
    width:100%;
}

.embroidery_pages h2 {
    background-color:inherit;
    border:none;
}
.embroidery_pages h3 {
    background-color:inherit;
}

.embroidery_mv{
    margin:0;
    vertical-align:bottom;
}

.bg_gray{
    width:100%;
    background-color:#f8f8f8;
    padding:60px 0 0;
}

.embroidery_pages h3{
    background-color:#fff;
}

/***nav*******/

.emb_float_nav{
    position: fixed;
    width: 160px;
    top:6%;
    right:0;
    padding:11px 0 0;
    border:2px solid #ca3d52;
    border-right:none;
    border-radius:20px 0 0 20px;
    background-color:#ca3d52;
    z-index:999;
}

.emb_fn_item{
    width:100%;
    background-color:#fff;
    text-align: center;
    border-bottom:1px dashed #ccc;
}
.emb_fn_item:last-child{
    width:100%;
    background-color:#fff;
    text-align: center;
    border-bottom:none;
    border-radius:0 0 0 18px;
}

.emb_fn_item a{
    display: block;
    padding:10px 2px;
    font-size:12px;
    text-decoration: none;
    color:#1d1d1d;
}

.emb_fn_item a:hover{
    opacity:0.8;
}

/***embroidery_word**********/
.ew_box{
    width:800px;
    margin:30px auto;
    display:flex;
    justify-content: space-between;
}
.word{
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: .4em solid transparent;
    border-bottom: .4em solid transparent;
    border-left: 0.6em solid #1d1d1d;
    margin:-3px 7px 0 0;
}

.ew_txt{
    line-height:50px;
}

.ew_list{
    width:660px;
    display:flex;
    justify-content: space-between;
}

.ew_word{
    list-style: none;
}

.ew_word a{
    display:block;
    padding:13px;
    color:#257bb7;
    text-decoration:none;
    font-size:16px;
    background-color:#f6f6f6;
    border-radius:7px;
}

.e_toc_item_under{
  position: relative;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}
.e_toc_item .e_toc_item_under::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: -19px;
  left: 75px;
  margin-top: -6px;
  transform: rotate(45deg);
}

.e_toc_item2 .e_toc_item_under::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: -15px;
  left: 75px;
  margin-top: -6px;
  transform: rotate(45deg);
}



/***embroidery_toc**********/
.embroidery_toc{
    width:100%;
    background-color:#f3f7fc;
    padding:60px 0;
}

.e_subtit_txt{
font-family: kinuta-maruminyoshino-stdn, serif;
-webkit-font-smoothing: antialiased;
font-weight: 400;
font-style: normal;
text-shadow: 
    0.1px 0.1px 0, 
    0.1px -0.1px 0px,
    -0.1px 0.1px 0,
    -0.1px -0.1px 0px,
    0.1px 0px 0px,
    0px 0.1px 0px,
    -0.1px 0px 0px,
    0px -0.1px 0px;
  letter-spacing: 1px;
    text-align: center;
    font-size: 40px;
    color:#1d1d1d;
    line-height: 1;
    margin:0;
    padding: 0;
}

.e_subtit_dec{
    width:65px;
    margin:0 auto;
    text-align: center;
}

.e_toc_listbox{
    width:1000px;
    margin:0 auto;
}



.embroidery_pages .e_toc_list{
    width:900px;
    margin:0 auto;
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
    
}

.embroidery_pages .e_toc_list2{
    width:730px;
    margin:0 auto;
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
    
}

.embroidery_pages .e_toc_item{
    width:160px;
    height:100px;
    list-style: none;
    border-radius:7px;
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #fff 80%,#7e7e7e 80%, #7e7e7e 100%);
    margin:30px 10px 0;
}

.embroidery_pages .e_toc_item2{
    width:160px;
    height:100px;
    list-style: none;
    border-radius:7px;
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #fff 80%,#7e7e7e 80%, #7e7e7e 100%);
    margin:30px 10px 0;
}

.e_toc_item a{
    display: block;
    width: 160px;
    padding: 30px 0 46px;
    text-decoration: none;
    text-align: center;
    color: #1d1d1d;
    margin: auto;
    vertical-align: text-bottom;
}

.e_toc_item2 a{
    display: block;
    width: 160px;
    padding: 15px 0 36px;
    text-decoration: none;
    text-align: center;
    color: #1d1d1d;
    margin: auto;
    vertical-align: text-bottom;
}


/***embroidery_needle*******/
.embroidery_needle{
    width:100%;
    margin:0 auto;
    padding:60px 0;
    background-color:#f8f8f8;
}

.embroidery_needle_box{
    width:1000px;
    margin:0 auto;
}

.e_nee_txt{
    font-size:16px;
    border-bottom:1px solid #cccccc;
    line-height:1.375;
    letter-spacing:0.05;
    margin:50px 0;
    padding-bottom:15px;
}

.e_nee_videobox{
    display:flex;
    justify-content: space-between;
    margin-bottom:150px;
}
.e_nee_item{
    width:270px;
}

.e_nee_img{
    margin-bottom:10px;
}
.e_nee_name{
    margin-bottom:20px;
}

.en_item_img{
    margin-bottom:20px;
}

.e_nee_comparison{
    background-image:url("https://www.okadaya.co.jp/img/usr/handicraft/event/embroidery/embpunch_bg.jpg");
    background-repeat: no-repeat;
    padding:60px 0;
}
.en_com_tit{
    width:330px;
    margin:0 auto 50px;
}

.e_nee_tit{
    margin-bottom:20px;
}


.embroidery_pages .en_com_item{
    width:840px;
    margin:0 auto;
    padding: 30px 0;
    border-bottom:1px solid #ccc;
    display:flex;
    justify-content: space-between;
}

.embroidery_pages .en_com_item:last-child{
    border-bottom:none;
}

.en_com_imgbox{
    width:230px;
}

.en_com_txtbox{
    width:580px;
    position:relative;
}

.en_com_name{
    font-size:16px;
}

.en_com_txt{
    font-size:12px;
    line-height:1.666667;
}

.en_com_tit1{
    width:196px;
    margin:10px 0 20px;
}
.en_com_tit2{
    width:361px;
    margin:10px 0 20px;
}
.en_com_tit3{
    width:207px;
    margin:10px 0 20px;
}
.en_com_tit4{
    width:276px;
    margin:10px 0 20px;
}
.en_com_btn{
    position:absolute;
    bottom:0;
    right:0;
}

.en_com_btn a{
    position:relative;
    width:230px;
    height:40px;
    line-height:40px;
    display:block;
    text-align: center;
    font-size:16px;
    text-decoration:none;
    color:#257bb7;
    border:1px #257bb7 solid;
    border-radius:25px;
    background-color:#ffffff;
}

.en_com_btn a::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #257bb7;
  position: absolute;
  top: 57%;
  right: 10px;
  margin-top: -6px;
}

.en_com_btn a:hover{
    background-color:#257bb7;
    color:#FFF;
}

.en_com_btn a:hover::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 57%;
  right: 10px;
  margin-top: -6px;
}

.en_com_allbtn a{
    position: relative;
    width:400px;
    height:40px;
    line-height:40px;
    display:block;
    text-align: center;
    font-size:16px;
    text-decoration:none;
    color:#1d1d1d;
    border:1px #1d1d1d solid;
    border-radius:25px;
    background-color:#ffffff;
    margin:30px auto 50px;
}

.en_com_allbtn a::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #1d1d1d;
  position: absolute;
  top: 57%;
  right: 10px;
  margin-top: -6px;
}

.en_com_allbtn a:hover{
    background-color:#1d1d1d;
    color:#FFF;
}

.en_com_allbtn a:hover::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 57%;
  right: 10px;
  margin-top: -6px;
}

.en_item_box{
    margin:0 0 70px;
    background-image:url("https://www.okadaya.co.jp/img/usr/handicraft/event/embroidery/embroidery_pc_page_03.jpg");
    background-repeat:no-repeat;
}

.embroidery_pages .en_item_list{
    width:480px;
    margin:0 auto;
    padding:103px 0 50px;
    display:flex;
    justify-content: space-between;
}


/***embroidery_rec*******/
.embroidery_rec{
    padding:60px 0;
}
.embroidery_subtit{
    margin-bottom:70px;
}

.e_rec_box{
    width:1000px;
    margin:0 auto;
}

.e_rec_subtit{
    font-size:26px;
    font-family: kinuta-maruminyoshino-stdn, serif;
    border-bottom:1px solid #cccccc;
    margin-bottom:50px;
}

.e_rec_txt{
    font-size:14px;
    font-weight: 300;
    line-height:1.57142;
    margin:15px 0;
}

.e_subtit2_txt{
    vertical-align:bottom;
}

.embroidery_pages .e_rec_list{
    width:1000px;
    margin-bottom:60px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.embroidery_pages .e_rec_item{
    width:230px;
    margin-bottom:30px;
}
.er_i_img{
    margin-bottom:20px;
}

.er_i_name{
    font-size:14px;
    margin-bottom:25px;
}



.er_i_btn{}


.er_i_btn a{
    width:100%;
    height:40px;
    line-height:37px;
    display:block;
    text-align: center;
    font-size:16px;
    text-decoration:none;
    color:#257bb7;
    border:1px #257bb7 solid;
    border-radius:25px;
    position: relative;
}
.er_i_btn a::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #257bb7;
  position: absolute;
  top: 57%;
  right: 10px;
  margin-top: -6px;
}

.er_i_btn a:hover::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 57%;
  right: 10px;
  margin-top: -6px;
}

.er_i_btn a:hover{
    background-color:#257bb7;
    color:#FFF;
}

.e_rec2_titbox{
    display: flex;
    justify-content: space-between;
    font-family: kinuta-maruminyoshino-stdn, serif;
    margin-bottom:70px;
}

.e_subtit2_txt{
    font-size:26px;
}


.e_subtit2_box{
    font-size:18px;
    background-color:#1d1d1d;
    color:#fff;
    width:200px;
    text-align: center;
    height:30px;
    line-height:30px;
}

.e_rec_subtit2{
    width:900px;
    display:flex;
    justify-content: space-between;
    border-bottom:1px solid #cccccc;
}

/***embroidery_for*******/
.embroidery_for{
    width:100%;
    margin:0 auto;
}

.embroidery_for_first{
    width:1000px;
    margin: 0 auto;
    padding:60px 0;
}

.ef_txt{
    margin:0 0 50px;
}


.e_tech_item{
    width:310px;
}
.e_tech_txt{
    font-size:14px;
    font-weight:300;
    margin-bottom:20px;
    line-height:1.2857;
}
.e_tech_tit{
    margin-bottom:20px;
}


/******embroidery_merker*****/
.embroidery_merker{
    width:1000px;
    margin:0 auto;
    padding-bottom:10px;
}

.embroidery_pages .e_mer_list{
    width:810px;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
}



@media screen and (max-width:768px){
.pc_cont{
    display:none;
}

.sp_cont{
    display:block;
}
    
    .emb_float_nav{
        display: none;
    }
    
    .ew_list {
    flex-wrap: wrap;
}
    
    .ew_word{
        width:50%;
        text-align: center;
    }
    .ew_box {
    width: 96%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
        flex-wrap:wrap;
}
    .ew_word a {
    display: block;
    padding: 5px;
    color: #257bb7;
    text-decoration: none;
    font-size: 12px;
        margin:4px;
    background-color: #f6f6f6;
    border-radius: 7px;
}
    .e_toc_listbox {
    width: 100%;
    margin: 0 auto;
}
    
    .embroidery_pages .e_toc_list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
    
    .embroidery_pages .e_toc_list2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
    .e_toc_item .e_toc_item_under::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: -17px;
    left: 75px;
    margin-top: -6px;
    transform: rotate(
45deg
);
}
    .e_toc_item2 .e_toc_item_under::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: -15px;
    left: 75px;
    margin-top: -6px;
    transform: rotate(
45deg
);
}
    
    .e_rec_box {
    width: 98%;
    margin: 0 auto;
    }
    .embroidery_pages .e_rec_list {
   width: 100%;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
        flex-wrap:wrap;
}
    
    .embroidery_pages .e_rec_item{
        width:48%;
        margin:20px 0;
    }
    
    .e_rec_subtit2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
}
    .e_subtit2_box{
        display:none;
    }
    
    .e_rec_subtit_logo{
        width:10%;
    }
    
    .embroidery_pages h3 {
    width: 86%;
    background-color: #fff;
}
    
    .embroidery_needle_box {
    width: 90%;
    margin: 0 auto;
}
    .embroidery_subtit {
    margin-bottom: 30px;
}
    .e_subtit_txt {
    font-family: kinuta-maruminyoshino-stdn, serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-shadow: 0.1px 0.1px 0, 0.1px -0.1px 0px, -0.1px 0.1px 0, -0.1px -0.1px 0px, 0.1px 0px 0px, 0px 0.1px 0px, -0.1px 0px 0px, 0px -0.1px 0px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 27px;
    color: #1d1d1d;
    line-height: 1;
    margin: 0;
    padding: 0;
}
    .en_com_tit {
    width: 80%;
    margin: 0px auto 10px;
}
    .embroidery_pages .en_item_list {
    width: 98%;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}
    
    .embroidery_pages .en_item{
        width:48%;
    }
    
    .en_item_box {
    margin: 0 0 70px;
    background-image:none;
    background-size:cover;
    background-repeat: no-repeat;
}
    
    
    .e_nee_videobox {
        width:98%;
    display: flex;
    justify-content: space-between;
        flex-wrap:wrap;
    margin:0 auto 50px;
}
    .e_nee_item {
    width: 100%;
        margin-bottom:50px;
}
    .e-nee_video{
    width: 100%;
        
    }
    .e-nee_video iframe{
        width:100%!important;
    }
    
    .en_com_imgbox{
    width:100%;
}
    .e_nee_comparison {
    background-image: none;
        background-color:#f1ede1;
    background-repeat: no-repeat;
    padding: 20px 0;
}
    
    .embroidery_pages .en_com_item {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
    .en_com_btn{
        position:inherit;
    }
    .en_com_btn a{
       margin:20px auto;
    }
    .en_com_tit2{
    width:100%;
    margin:10px 0 20px;
}
    .en_com_allbtn a {
    position: relative;
    width: 80%;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #1d1d1d;
    border: 1px #1d1d1d solid;
    border-radius: 25px;
    background-color: #ffffff;
    margin: 30px auto 50px;
}
    .embroidery_for_first {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
}
    
    .embroidery_merker{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}
    .embroidery_pages .e_mer_list{
        width:90%;
        flex-wrap: wrap;
    }
    .embroidery_pages .e_mer_item{
        width:48%;
        margin-bottom:20px;
    }
    .embroidery_pages .e_rec_list{
        width:98%;
        margin:0 auto 60px;
    }
    .e_tech_listbox{
        width:80%;
        margin:0 auto;
    }
     .embroidery_pages .e_tech_item
    {
        margin-bottom:40px;
    }
    
    .e_tech_txt{
    font-size:12px;
}
    
    .e_subtit2_txt{
    font-size:20px;
}


.e_subtit2_box{
    font-size:16px;
}
    
    .e_rec_txt{
    font-size:12px;
}
    
    .en_com_name{
    font-size:14px;
}
    h2 {
    background-color: none;
}
}

.contents_wrapper{
    width:1000px;
    margin:0 auto;
}
.shop_tit {
    font-weight: 800;
    text-align: center;
    font-size: 2rem;
    padding: 80px 0 30px;
    border: none;
    background-color:#e1f3f9;
}


/*********************************************
 
	         　shop
 
*********************************************/
#shop{
	background-color: #e1f3f9;	
	padding-bottom: 90px;
}
.shopContent {
    position: relative;
    height: 320px;
    margin-bottom: 60px;
}
.shopContentImg{
	position: absolute;
	left: 0;
	width: 44%;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}
.shopContentImg img{
	width: 100%;
}
.shopContentText{
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}
.shopContentText p{
	text-align: left;
    padding-top: 40px;	
}
.shopContentTextWrapper{
	position: relative;
}
.shopContentTextWrapper a{
	text-decoration: underline;
}
.shopContentText img{
	width: 300px;
	position: absolute;
	top: -68px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);		
}

.shopContent:nth-of-type(2) .shopContentImg{
	right: 0;
	left: auto;
}
.shopContent:nth-of-type(2) .shopContentText{
	left: 0;
	right: auto;
}
/*.embroideryshop1,.embroideryshop2{
	opacity: 0;
}*/
.embroideryshop1.embroideryAction{
	opacity: 1;	
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.embroideryshop2.embroideryAction{
	opacity: 1;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
    .contents_wrapper{
    width:100%;
    margin:0 auto;
}
	.shopContent {
        width: 92%;
        margin: 0 auto;
		height: 600px;
		margin-bottom: 100px;
	}	
	.shopContentImg{
		width: 95%;
	}
	.shopContentText{
		width: 95%;
		padding: 8%;
		right: 0;
		bottom: auto;
	    top: 50vw;
	}
	.shopContent:nth-of-type(2) .shopContentText{
		left: 0;
	}
	.shopContentText img{
		width: 100%;
		position: inherit;
		top: 0;
	}
	.shopContentText p{
		padding-top: 10px;
	}
	#shop h2.sheep_tit{
		margin-bottom: 0;
	}
}



@media screen and (max-width:780px) { 
	.embroidery_floating_sp{
		display: none;
	}
	.embroidery_floating_sp div[class^="embroideryNavi_cont"]{
        width:48%;
		position:relative;
		top: auto;
		left: auto;
		text-align: center;
	}	
	div[class^="embroideryNavi_cont"] p{
		font-size: 1rem;
	}
	.embroidery_floating_sp div[class^="embroideryNavi_cont"] a p {
    width: 94%;
    height: 50px;
        line-height:48px;
        font-size:14px;
    margin: 0 auto;
    font-family: "Noto Sans CJK JP Regular",sans-serif;
    border: 1px solid #7e7e7e;
    border-radius: 5px;
}
	
	.embroidery_floating_sp div[class^="embroideryNavi_cont"] a p br{
		display: none;
	}
	
	.embroidery_floating_btn.fixed_sp {
		display: block;
		position: fixed;
		bottom: 20px;
		left: 5px;
		z-index: 56;
		text-align: center;
		font-weight: 700;
		font-size: 13px;
	}
	.embroidery_floating_sp.embroideryactive{
    display: flex !important;
    height: 100%;
    width: 100%;
    padding: 20% 0;
    position: fixed;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    background-color: rgba(250,250,250,0.95);
    z-index: 1000;
    justify-content: flex-start;
	}
	.embroidery_floating_btn.fixed_sp img{
		width: 80px;
	}
	.embroidery_floating div[class^="embroideryNavi_cont"] img{
		display: none;
	}
	.embroidery_floating_close {
        width:100%;
    color: #4f4744;
    text-align: center;
		padding: 4% 0;
}
}