@charset "UTF-8";
/* Scss Document */
html {
  font-family: sans-serif;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: "YuGothic-M";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: "YuGothic-M";
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic");
}

body{
  margin: 0;
  font-family: Meiryo, YuGothic-M, YuGothic, -apple-system, blinkMacSystemFont, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
  line-height: 1.8;
  color: #362e2b;
  text-align: left;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

*{
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}

.lightbox .lb-image {
  max-width: 100%!important;
}

.sp {
  display: none;
}

.pink {
  color: #e7998c;
}


header {
  position: fixed;
  width: 100%;
  height: 45px;
  background-color: #ddd1b8;
  top: 0;
  z-index: 999;
}

header .head_top {
  margin: 0;
  text-align: center;
}


header .head_top a {
  color: #ffffff;
  line-height: 45px;

}

main {
  display: block; /*IE*/
  padding-top: 45px;
}

footer {
  position: relative;

}


ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

small {
    font-size: .8em;
}

a {
  color: #362e2b;
  text-decoration: none;
  transition:all 0.5s ease;
}


a:hover {
  filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}








section.full {
  width: 100%;
}

.c-1000full {
  width: 1000px;
  margin: 0 auto;
}


.c-800 {
  width: 800px;
  margin: 0 auto;
}
.c-1000 {
  width: 1000px;
  margin: 0 auto;
}

.bgc_beige {
  background-color: #f1ece5;
}

.ac {
  text-align: center;
}

.mg0 {margin: 0;}
.mgv20 {margin: 20px 0;}
.mgv30 {margin: 30px 0;}
.mgv60 {margin: 60px 0;}
.mgt20 {margin-top: 20px;}
.mgt60 {margin-top: 60px;}
.mgb30 {margin-bottom: 30px;}
.mgb60 {margin-bottom: 60px;}

.pdv20 {padding: 20px 0;}



#topBtn-box {
  position: relative;
}

#topBtn {
  position: fixed;
  display: none;
  z-index: 999;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  background-color: #ddd1b8;
  opacity: 0.8;
  bottom: 20px;
  right: 80px;
  margin: 0;
  
  transition:all 0.5s ease;
}

#topBtn a {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  opacity: 1;
}

#topBtn:hover {
  text-decoration: none;
  filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;  
  
}

#topBtn span {
  position: absolute;
  left: 5px;
  top: 7px;
  color: #ffffff;
  font-size: 40px;
}



footer {
  background: #e6e1d9;
  padding: 50px 0;
}

footer small {
    font-size: .5em;
}



footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  position: relative;
  margin: 0 auto;
  clear: both;
}

footer .inner .officialInfo h2 {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 30px;
}

footer .inner .officialInfo #copyRight {
  font-size: 1.2rem;
  text-align: right;
}

footer .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px;
}

footer .inner ul li {
  font-size: .9rem;
  border-right: 1px solid #362e2b;
  line-height: 1;
}

footer .inner ul li a {
  display: block;
  padding: 0 15px;
}

footer .inner ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}

footer .inner ul li:first-child a {
  padding-left: 0;
}

footer .inner ul li:last-child {
  border: 0;
}

footer .inner ul li:last-child a {
  padding-right: 0;
}



h1.title {
  width: 100%;
  margin: 0;
}

h1.title img {
  width: 100%;
  height: auto;
}



/************ LightBox **********/
.lb-outerContainer {
  width: 600px!important;
}

.lb-image {
  width: 600px!important;
  height; auto!important;
}



/************ 基本デザイン **********/

section.hd_title {
  margin-bottom: 40px;
}
section.hd_title p {
  text-align: center;
}



.poppins {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
}



.c_basic h2 {
  display: inline-block;
  padding: 5px 0;
  background-color: #ddd1b8;
  border-radius: 5px;
  width: 300px;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
}


.flex_box {
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
}
.flex_box>* {
}

.flex_32 {
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_32:after {
  content: "";
  display: block;
  width: 31%;
}

.flex_32>* {
    -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  font-size: .9rem;
  margin: 20px 0;

}







/******** TOPページ **********/

ul.top_bn_box {
  margin: 0;
  padding: 0;
}

ul.top_bn_box li {
  display: inline-block;
  margin: 0 0 20px;
  padding: 20px;
  width: 49%;
  position: relative;
}



ul.top_bn_box li a {
  position: absolute;
  width: 250px;
  bottom: 20px;
  right: 2px;
  transform: rotate( -3deg );
  transform-origin:left center 0;
}


ul.top_bn_box li:nth-of-type(4n-3) a,
ul.top_bn_box li:nth-of-type(4n) a {
  right: 16px;
  transform: rotate( 3deg );
}


ul.top_bn_box li a:hover {
  transform: rotate( -5deg );
    filter: alpha(opacity=100);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=100)";  /* ie 8 */
    -moz-opacity:1;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 1;              /* Safari 1.x */
    opacity:1;
}

ul.top_bn_box li:nth-of-type(4n-3) a:hover,
ul.top_bn_box li:nth-of-type(4n) a:hover {
  transform: rotate( 1deg );
}


.guide_bn {
  text-align: center;
}

.guide_bn img {
  width: 250px;
}


.ambassador-product {
  border-top: 2px solid #aaa;
  margin: 0 auto 30px;
}

.ambassador-product h4 {
  padding: 0 10%;
  font-weight: normal;
}

.ambassador-product ul.flex_box {
  width: 80%;
  margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
}

.ambassador-product ul.flex_box li {
  width: 48%;
  margin-bottom: 20px;
}

.ambassador-product ul.flex_box li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.ambassador-product p.am_more {
  margin: 0;
}





/*********** 100ネエサンとは **********/
ul.about_sub {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

ul.about_sub li {
  width: 32.4%;
  border-right: solid 1px #d2d2d2;
  padding: 0;
}

ul.about_sub li:nth-child(2) {
  width: 35.2%;
  text-align: center;
}
ul.about_sub li:nth-child(3) {
  text-align: right;
}


ul.about_sub li:last-of-type {
  border-right: none;
}

ul.about_sub li img {
  width: 280px;
}
ul.about_sub li:nth-child(2) img {
  width: 290px;
}


.about_outline {
  margin-top: 40px;
  text-align: center;
}

.about_outline h2 img {
  width: 95px;
  display: block;
  margin: 0 auto 30px;
}

.about_outline .lead {
  margin: 60px 0;
}


.about_outline .lead span {
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 10px;
  display: block;
}

.about_outline .lead span span {
  display: inline;
}

section.about01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 120px auto 0;
  padding: 0 0 60px;
}

section.about01 .text {
  width: 43%;
}

section.about01 .img {
  width: 49%;
}


section.about01 h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    line-height: 1.4;
}


section.about02,
section.about03 {
  position: relative;
  padding-top: 40px;
}

section.about02::before,
section.about03::before { 
  content: '';
  display: block;
  background: url("./img/100nesan_border_dott01.png") center 0 no-repeat;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

section.about02 h3,
section.about03 h3 {
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 50px;
}


section.about02 ul {
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

section.about02 ul li {
  width: 48%;
}

section.about02 ul li span {
  text-align: center;
  display: block;
  position: relative;
  padding: 7px 0 20px;
}

section.about02 ul li span::before {
  content: "";
  display: block;
  width: 4rem;
  height: 3px;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}



section.about02 .arrange {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
section.about02 .arrange.arrange01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

section.about02 .arrange .text {
    width: 43%;
}
section.about02 .arrange .img {
    width: 51%;
}

section.about02 .arrange.arrange02 h4 {
    font-size: 1.8rem;
    margin: 0 0 40px 0;
    line-height: 1.4;
}


section.about03 ul li {
  font-size: 1rem;
}
section.about03 ul li img {
  margin-bottom: 10px;
}


/*********** 基本ステッチ **********/
ul.stitch_list {
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.stitch_list li {
  width: 150px;
  height: 40px;
  border-radius: 5px;
  margin: 5px;
  font-size: .9rem;
  text-align: center;
  
}

ul.stitch_list li a {
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  align-items: center;
  
  width: 150px;
  height: 40px;
  background-color: #ddd1b8;
  border-radius: 5px;
}



h2.level {
  font-size: 1.2rem;
}
h2.level p {
  font-size: 1.1rem;
  color: #c7b198;
  border-top: solid 2px #c7b198;
  margin-top: 0;
}

.c_stitch {
   display:-webkit-box;
   display:-ms-flexbox;
  display:flex;
   -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c_stitch_ne {
    -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding: 0 10px;
}
.c_stitch_pr {
    -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  justify-content: flex-start;
}
.c_stitch_pr div {
  width: 50%;
  padding: 0 20px;
}

.c_stitch_pr p {
  line-height: 1.2rem;
  font-size: .9rem;
}

.stitch_box:nth-of-type(2n+1) p.arrange_hr {
  background-image: url(./img/100ne-san_hr_a.jpg);
}
.stitch_box:nth-of-type(2n) p.arrange_hr {
  background-image: url(./img/100ne-san_hr_b.jpg);
}
p.arrange_hr{
  font-size: 1rem;
  width: 100%;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 1.4rem;  
}

.arrange_ne {
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
  align-items: flex-start;
}

.arrange_ne img {
  display: block;
  width: 100px;
  height: auto;
  -ms-flex-negative:1;
	flex-shrink:1;
}

.call_photo {
  position: relative;
  padding-top: 30px;
}
.call_photo:before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 100px;
  background: url(./img/100ne-san_call_photo.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 160px;
  top: -70px;
}

ol.c_stitch_photo {
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

ol.c_stitch_photo li {
    -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  max-width: 33%;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 10px;
}

ol.c_stitch_photo li p { 
  color: #a9a7a3;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin: 10px 0;
}

ol.c_stitch_photo li span { 
  display: block;
  line-height: 1.4rem;
  font-size: .9rem;
}


#next_prev {
  width: 50px;
  text-align: center;
  position: fixed;
  font-size: 30px;
  bottom: 200px;
  right: 80px;
  color: #fff;
  display: none;
}

#next_prev:hover {
  cursor: pointer;
}

#next_prev span {
  text-shadow: 1px 1px 2px #ddd1b8, -1px 1px 2px #ddd1b8,
               1px -1px 2px #ddd1b8, -1px -1px 2px #ddd1b8;

}

/********* チャームの作り方 *********/

.list_charm li {
  font-size: .9rem;
  padding: 0 20px;
}

.list_charm li:first-of-type {
    -ms-flex-preferred-size: 402px;
  flex-basis: 402px;
  max-width: 402px; /* IE用(IEはflex-basisにborder-boxが適用されない) */
}
.list_charm li:nth-of-type(2) {
    -ms-flex-preferred-size: 273px;
  flex-basis: 273px;
  max-width: 273px;
}
.list_charm li:nth-of-type(3) {
    -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  max-width: 50px;
    -ms-flex-item-align: center;
  align-self: center;
}
.list_charm li:nth-of-type(4) {
    -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  max-width: 180px;
}

.list_charm li img {
  height: 380px!important;
}

.list_charm li:nth-of-type(3) img {
  height: auto;
}



.list_charm span.triangle {
  width: 0;
  height: 0;
  display: block;
  border-left: 30px solid #ddd1b8;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}


/******* ソーイングレシピ ステッチガイド *******/

ul.item_lineup li {
  line-height: 1.8;

}


ul.item_lineup li span {
  
}


ul.item_lineup li a.cloth_link {
  border: solid 1px #a9a7a3;
  color: #a9a7a3;
  padding: 0 8px;
  float: right;
  margin-left: 5px;
  line-height: 1.4;
}

/********* ギャラリー *********/

#galerry_item {
  margin-bottom: 60px;
}

#galerry_item #close_btn {
  display: none;
}

#galerry_item #more_btn,
#galerry_item #close_btn {
  display: block;
  margin: 0 auto;
  width: 320px;
  height: 60px;
  line-height: 60px;
  outline: none;
  font-size: 1.1rem;
  background-color: #ddd1b8;
  color: #fff;
  border: none;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  
  transition: font-size .5s;
}

#galerry_item #more_btn:hover,
#galerry_item #close_btn:hover {
  font-size: 1.2rem;
}



/********* 刺しゅうのはじめ方 *********/

.emb_flame li {
  position: relative;
}

.emb_flame li img {
  display: block;
}

.emb_flame li p {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #ffffff;
  background-color: #bf545e;
  text-align: center;
  }

.emb_flame li span {
  margin-top: 5px;
}
.emb_flame li.oficial_flame {
  text-align: center;

}

.emb_flame li.oficial_flame div {
  object-fit: cover;
  width: 100%;
  padding-bottom: 71.4%;
  position: relative;
}
.emb_flame li.oficial_flame img{
  object-fit: cover;
  height: 100%!important;
  position: absolute;
}

@media screen and (max-width: 767px) { /**********************************************************/
body{
 width: 100%;
 margin: 0;
 padding: 0;
 line-height: 1.5;
 font-size: 1rem;
}

.inner {
  width: 100%;
  padding: 0 6%;
}

.pc {
  display: none;
}
.sp {
  display: block;
}



img {
  max-width: 100%;
  height: auto;
}


.c-1000full {
  width: 100%;
  margin: 0;
  padding: 0;
}

.c-800 , .c-1000 {
  width: 100%;
  margin: 0;
  padding: 0 6%;
  box-sizing: border-box;
}



#topBtn {
  bottom: 20px;
  right: 20px;
}

  footer {
    background: #e6e1d9;
    padding: 0;
  }
  footer .inner {
    padding: 0;
    display: block;
    width: 100%;

  }
  footer .inner .officialInfo h2 {
    padding: 20px 0 10px;
    font-size: 1.2rem;
    line-height: 1;
    margin: 0;
    text-align: center;
  }
  footer .inner .officialInfo #copyRight {
    font-size: 0.9rem;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
  }
  footer .inner .officialInfo:last-of-type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0;
  }
  footer .inner .officialInfo:last-of-type ul li {
    border: 0;
  }
  footer .inner .officialInfo:last-of-type ul li:first-child {
    border-right: 1px solid #362e2b;
  }
  footer .inner .officialInfo:last-of-type ul li a {
    padding: 0 20px;
  }
  footer .inner ul {
    display: block;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    background: #fff;
  }
  footer .inner ul li {
    font-size: .9rem;
    border-right: 0;
    border-bottom: 1px solid #d2d2d2;
    line-height: 1;
    text-align: center;
  }
  footer .inner ul li a {
    display: block;
    padding: 16px 0;
  }
  footer .inner ul li a:hover {
    text-decoration: none;
    opacity: 1;
  }
  footer .inner ul li:first-child {
    border-top: 1px solid #d2d2d2;
  }  footer .inner ul li:last-child {
    border-bottom: 1px solid #d2d2d2;
  }


/************ LightBox **********/
.lb-outerContainer {
  width: 95%!important;
}

.lb-image {
  width: 100%!important;
}




/************ 基本デザイン **********/

.c_basic h2 {
  width: 100%;;
  font-size: 1rem;
}

.flex_32>* {
    -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  font-size: .9rem;
  margin: 10px 0;
  
}
.flex_32::after {
    display: none;
}

.c-1000full .flex_32 {
  padding: 0 2%;
}


.flex_box>* {
  font-size: .9rem;
}
/******** TOPページ ********/

ul.top_bn_box li {
  width: 100%;
  padding: 0;
}

ul.top_bn_box li a {
  width: 180px;
  bottom: 10px;
  right: 0px;
  transform: rotate( -5deg );
}

ul.top_bn_box li:nth-of-type(4n-3) a,
ul.top_bn_box li:nth-of-type(4n) a {
  right: 0px;
  transform: rotate( -5deg );
}

ul.top_bn_box li:nth-of-type(even) a {
  right: 10px;
  transform: rotate( 5deg );
}


ul.top_bn_box li a:hover {
  transform: rotate( -7deg );
}
ul.top_bn_box li:nth-of-type(4n-3) a:hover,
ul.top_bn_box li:nth-of-type(4n) a:hover {
  transform: rotate( -7deg );
}
ul.top_bn_box li:nth-of-type(even) a:hover {
  right: 10px;
  transform: rotate( 3deg );
}





.guide_bn img {
  width: 200px;
}



.ambassador-product h4 {
  padding: 0;
  font-size: .8rem;
}

.ambassador-product ul.flex_box {
  width: 100%;
}

.ambassador-product ul.flex_box li {
  margin-bottom: 10px;
}

.ambassador-product p.am_more {
  font-size: .8rem;
}





/*********** 100ネエサンとは **********/
ul.about_sub {
  margin-top: 30px;
}

ul.about_sub li {
  width: 100%;
  border-bottom: solid 1px #d2d2d2;
  border-right: none;
  padding: 20px 15px;
}

ul.about_sub li:nth-child(2) {
  width: 100%;
  text-align: center;
}
ul.about_sub li:nth-child(3) {
  text-align: center;
  border-bottom: none;
}

ul.about_sub li img {
  width: 100%;
}
ul.about_sub li:nth-child(2) img {
  width: 100%;
}



.about_outline .lead {
  margin: 30px 0;
}
.about_outline .lead span {
  font-size: 1.3rem;
}


section.about01 {
  margin: 60px auto 0;
  padding: 0 6% 60px;
}

section.about01 .text {
  width: 100%;
}

section.about01 .img {
  width: 100%;
}

section.about01 h3 {
  font-size: 1.6rem;
  margin-bottom: 40px;
  text-align: center;  
}



section.about02 h3,
section.about03 h3 {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

section.about02 ul {
  margin-bottom: 0;
}

section.about02 ul li {
  width: 100%;
  margin-bottom: 30px;
}


section.about02 .arrange.arrange02 h4 {
    font-size: 1.5rem;
    margin: 0 0 20px 0;
    line-height: 1.4;
}



section.about02 .arrange .text {
    width: 100%;
}
section.about02 .arrange .img {
    width: 100%;
}


section.about03 ul li {
  font-size: .9rem;
}



/******** 基本ステッチ **********/
ul.stitch_list li {
  width: 24%;
  height: 30px;
  border-radius: 5px;
  margin: 0.5%;
  font-size: .6rem;
  text-align: center;
  font-weight: bold;
}

ul.stitch_list li a {
  width: 100%;
  height: 30px;
  background-color: #ddd1b8;
  border-radius: 5px;
}

ul.stitch_list li a span {
  display: block;
}

h2.level {
  font-size: 1.1rem;
  padding: 0 5%;
}

.c_stitch {
   -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_stitch_ne {
    -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin: 0 auto;
  width: auto;
}
.c_stitch_ne img {
  max-height: 300px;
}

.c_stitch_pr {
    -ms-flex-preferred-size: auto;
  flex-basis: auto;
      -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;

}
.c_stitch_pr div {
  width: 49%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.c_stitch_pr p {
}

.call_photo:before {
  width: 160px;
  height: 80px;
  left: 30px;
  top: -50px;
}

ol.c_stitch_photo {

}

ol.c_stitch_photo li {
    -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 8px;
}
ol.c_stitch_photo li p { 
  font-size: 1.2rem;
}
ol.c_stitch_photo li span { 
  font-size: .9rem;
}


#next_prev {
  font-size: 30px;
  bottom: 100px;
  right: 20px;
}



/********* チャームの作り方 *********/

.list_charm li {
 text-align: center;
}

.list_charm p {
 text-align: left;
 
}
.list_charm li img {
  width: auto;
  height: 300px!important;
  display block;
}

.list_charm li { /* PC設定の打消し */
    -ms-flex-preferred-size: 100%!important;
  flex-basis: 100%!important;
  max-width: 100%!important;
}


.list_charm span.triangle {
  width: 0;
  height: 0;
  display: block;
  border-top: 30px solid #ddd1b8;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  margin: 0 auto;
}




/****** ソーイングレシピ ステッチガイド *******/

ul.item_lineup li {
  line-height: 1.6;

}


ul.item_lineup li span {
  display: block;
}


ul.item_lineup li a.cloth_link {
  font-size: .8rem;
  float: none;
  display: inline-block;
  margin: 0 5px 2px 0;
}


/********* ギャラリー *********/

#galerry_item {
  margin-bottom: 80px;
}

#galerry_item #more_btn,
#galerry_item #close_btn {
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 1.1rem;
}


/********* 刺しゅうのはじめ方 *********/


.emb_flame li p {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
}





}
/********* オンラインストア導線 *********/

.neesan-ec-shop {
	background: #f5f2ed;
	border-top: 1px solid #ddd1b8;
	padding: 3rem 0 2.5rem;
}

.neesan-ec-shop__inner {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 1rem;
}

.neesan-ec-shop__title {
	margin: 0 0 0.25rem;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

.neesan-ec-shop__subtitle {
	margin: 0 0 1.5rem;
	font-family: "Open Sans", sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.05em;
	color: #8a7f74;
}

.neesan-ec-shop .lecien-ec-shop {
	max-width: 480px;
}

.neesan-ec-shop__wholesale {
	max-width: 480px;
	margin: 2rem auto 0;
	padding-top: 1.5rem;
	border-top: 1px solid #ddd1b8;
}

.neesan-ec-shop__wholesale-title {
	margin: 0 0 1rem;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.neesan-ec-shop {
		padding: 2rem 0 1.5rem;
	}

	.neesan-ec-shop__title {
		font-size: 1.2rem;
	}
}
