* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Nunito', 'Kosugi Maru', sans-serif;
    font-weight: bold;
    color:#382710;
}
p{font-size: 16px;}
a{
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
    color:#382710;
}
.reload{
	cursor: pointer;
}
ul,li{list-style: none;}
img{width: 100%; height: auto; display: block;}
.pc{display: block;}
.sp{display: none;}
.sp676{display: none;}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.wrap{
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
.p-relative{position: relative;}
.p-absolute{position: absolute;}
header{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 99;
  background-color: #FBF5D6;
  box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.3);
  padding:15px 0;
}
.header-wrap{
  justify-content: space-between;
}
.header-logo{
  width: 137px;
  margin: auto;
  margin-left: 0;
}
.header-nav-category-list{
  max-height: 45px;
  margin: auto;
  margin-right: 10px;
  border-right: solid 1px #382710;
}
.header-nav-category-list ul{
  display: flex;
}
.header-nav-category-list li.has-child{
  padding:0 10px;
}
.header-nav-category-list li dl{
  display: flex;
}
.header-nav-category-list li dt{
  width: 30px;
  margin: auto;
  margin-right: 5px;
}
.header-nav-category-list li dd{
  margin: auto;
  font-size: 20px;
}
.nav-child{
  z-index: 4;
  background:#fff;
  border-radius: 15px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
  top: 80px;
}
.has-child li:hover{
  cursor: pointer;
}
.has-child:hover .nav-child{
  visibility:visible;
  opacity: 1;
  transition: all .5s;
}
.nav-child.cooking-list{
  border:solid 2px #EB5C02;
}
.cooking-list01{
  left: calc(50% - 280px);
  max-width: 730px;
}
.cooking-list02{
  left: calc(50% - 300px);
  max-width: 700px;
}
.nav-child.sewing-list{
  border:solid 2px #53B233;
}

.nav-menu-sp{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  background-color: rgba(251,245,214,0.9);
  margin: 0 auto;
  overflow-y: scroll;
  z-index: 200;
  padding: 0 0 100px 0;
  transition: .5s;
}
.nav-menu-sp.active{
  visibility:visible;
  opacity: 1;
  transition: .5s;
}
.nav-menu-sp .wrap{
  position: relative;
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 15px;
}

.nav-menu-sp .has-child a{
  border-bottom: solid 1px #C3BEB7;
}

.nav-menu-sp .has-child:last-child a{
  border-bottom: none;
}
.nav-menu-sp .has-child .flex{
  justify-content: space-between;
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  padding: 15px 0;
}

.nav-menu-sp .has-child ul{
  display: none;
}
.nav-menu-sp .has-child dl{
  display: flex;
}
.nav-menu-sp .has-child dt{
  width: 40px;
}
.nav-menu-sp .has-child dd{
  font-size: 20px;
  vertical-align: middle;
  margin: auto;
  margin-left: 5px;
}
.arrow-bottom{
  width: 25px;
  margin: auto;
  margin-right: 0;
}
.arrow-right{
  width: 15px;
  margin: auto;
  margin-right: 0.5%;
}
ul.nav-child-sp{
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}
.nav-menu-sp .has-child ul li{
  max-width: 800px;
  padding-left: 6.4333%;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}
.nav-menu-sp .has-child ul li .flex{
  width: 100%;
  max-width: 100%;
  border-bottom: dotted 1px #C3BEB7;
  padding: 6px 0;
  flex-direction: row-reverse;
  justify-content: stretch;
}

.menu-trigger{
  width: 60px;
  position: relative;
}
.menu-close-img{
  position: absolute;
  width: 60px;
  top:0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.menu-open-img{
  visibility: visible;
  opacity: 1;
}
.menu-trigger.active .menu-open-img{
  visibility: hidden;
  opacity: 0;
}
.menu-trigger.active .menu-close-img{
  visibility: visible;
  opacity: 1;
}

.sewing-list01{
  left: calc(50% + 100px);
}
.sewing-list02{
  left: calc(50% - 130px);
  max-width: 630px;
}

.nav-child .list-category:hover{
  cursor: pointer;
}

.cooking-list-category{
  background-color: #EB5C02;
  color: #fff;
  width: 100%;
  padding: 8px 15px;
  border-radius: 10px 10px 0 0;
}
.cooking-list01 .cooking-list-category:before{
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 20px solid #EB5C02;
  width: 0;
  height: 0;
  left: calc(50% - 230px);
  top: -25px;
}
.cooking-list02 .cooking-list-category:before{
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 20px solid #EB5C02;
  width: 0;
  height: 0;
  left: calc(50% - 40px);
  top: -25px;
}
.sewing-list01 .sewing-list-category:before{
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 20px solid #53B233;
  width: 0;
  height: 0;
  left: calc(50% - 170px);
  top: -25px;
}
.sewing-list02 .sewing-list-category:before{
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 20px solid #53B233;
  width: 0;
  height: 0;
  left: calc(50% + 120px);
  top: -25px;
}
.sewing-list-category{
  background-color: #53B233;
  color: #fff;
  width: 100%;
  padding: 8px 15px;
  border-radius: 10px 10px 0 0;
}
.cooking-list-category p,
.sewing-list-category p{
  font-size:20px;
}
.nav-child ul{
  display: block;
  margin: 10px 15px;
}
.nav-child ul li{
  font-size: 18px;
  margin-bottom: 10px;
}

.nav-child ul li:last-child{
  margin-bottom: 0;
}
.nav-list-arrow{
  width: 15px;
  margin: auto;
  margin-left: 0;
  margin-right: 5px;
}

.btn-howto,.btn-search
{  max-width: 60px;}
.btn-howto{
  margin-right: 3px;
}
.btn-searchmenu{
  position: relative;
}
.search-img{
  visibility: visible;
  opacity: 1;
}
.close-img{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 60px;
  top: 0;
  left: 0;
}
.btn-searchmenu.close .close-img{
  visibility: visible;
  opacity: 1;
}
.btn-searchmenu.close .search-img{
  visibility: hidden;
  opacity: 0;
}
#search-wrap{
  display: none;
}
.search-wrap{
  position: absolute;
  width: 100%;
  top: 90px;
  left: 0;
  text-align: center;
  background-color: #fbefa1;
  padding: 20px;
}
.search-wrap input[type="text"]{
  background-color: #fff;
    padding: 10px;
    width: 430px;
    border: solid 2px #382710;
    border-radius: 10px 0 0 10px;
}

.search-wrap input[type="button"]{
  background: #382710 url(../images/search-icon.png) no-repeat 10px center;
  background-size: 19%;
  text-indent: 15px;
  color: #fff;
  width: 85px;
  padding: 12px;
  position: absolute;
  border-radius: 10px;
  margin-left: -10px;
}


.grid {
  position: relative;
  width: 95%;
  margin: 0 auto;
  margin-top: 25px;
  max-width: 1024px;
  text-align: center;
}
.item {
  display: block; /* 必須 */
  position: absolute; /* 必須 */
  width: 33.333333%;
  padding: 0 0.5%;
  margin-bottom: 30px;
  z-index: 1;
}

.item.muuri-item-hidden {
  z-index: 0;
}
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.item.item-cont-ttl{
  width: 100%;
}

h5{
  font-size: 28px;
}
.item-content.cont-ttl{
  margin-bottom: 30px;
  width: 100%;
}
.cont-ttl div.flex{
  display: flex;
	align-items: center;
  justify-content: center;
}

.cont-ttl .flex:before, .cont-ttl .flex:after {
	content: "";
	flex-grow: 0.49;
	border-top: 3px dotted #382710;
	display: block;
}
.cont-ttl .flex:before {
	margin-right: .8em;
}
.cont-ttl .flex:after {
	margin-left: .8em;
}

h5{
  margin: auto 0;
  padding-right: 10px;
}
.btn-fullmovie{
  max-width:60px;
}

.item-wrap{
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.item-wrap .item{
  width: 33.333333%;
  padding: 0 0.5%;
  margin-bottom: 30px;
}
.item-content {

}
.gif-cont{
  width: 100%;
  margin-bottom: 10px;
}
.gif-cont-number{
  width: 40px;
  top:-20px;
  z-index: 3;
  left: calc(50% - 20px);
}
.gif-box{
  border:solid 3px #382710;
  border-radius: 20px;
  overflow: hidden;
}

.icon-expansion{
  z-index: 3;
  right:0;
  bottom: 0;
  max-width: 50px;
  max-height: 50px;
  display: flex;
}
.icon-title{
  background-color: #eb5c02;
  color: #fff;
  top: 0;
  right: 0;
  padding: 7px 15px;
  border-radius: 0 0 0 10px;
}
.cont-ttl-sub h6{
  font-size: 22px;
  margin: 0 auto 30px;
  width: fit-content;
  padding: 5px 40px 2px;
  border-radius: 18px;
  border: solid 2px #382710;
}

.sewing22{
  margin-bottom: 80px;
}
.scroll_totop{
  width: 100px;
  z-index: 5;
  right: 20px;
}

.footer-wrap{
  padding: 20px;
  text-align: center;
  font-size: 14px;
}


/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before{
	background:#ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

.modaal-gallery-control{
  display: none;
}
@media screen and (min-width: 1400px){
  .grid{
    max-width: 1400px;
  }
  .item{
    width: 24.9%;
    margin-bottom:50px;
  }
  .item-cont-ttl{
    margin-bottom:0;
  }
}

@media screen and (max-width: 1024px){
  .pc{display: none;}
  .sp{display: block;}
  .item {width: 49.5%;}
  .header-wrap{width: 95%;}
  #search-wrap{
    display: block;
    background-color: transparent;
    position: static;
    text-align: left;
    padding: 10px 0;
  }
  .search-wrap input[type="text"]{
    width: 90%;
  }
  .search-wrap input[type="button"]{
    margin-left: -10%;
    position: relative;
  }
}



@media screen and (max-width: 768px){
  .search-wrap input[type="button"]{
    position: absolute;
  }
  p {font-size: 2.35666648vw;}
}

@media screen and (max-width: 676px){
  .sp676{display: block;}
}
@media screen and (max-width: 650px){
  p {font-size: 2.3433132vw;}
}


@media screen and (max-width: 486px){
  header{
    padding: 10px 0;
    height: 65px;
  }
  .menu-trigger{
    width: 45px;
    vertical-align: middle;
  }
  .menu-close-img{
    width: 45px;
  }
  .header-logo{
    width: 118px;
  }
  .nav-menu-sp .has-child dt{
    width: 30px;
  }
  .arrow-bottom{
    width: 20px;
  }
  .arrow-right{
    width: 11px;
    margin-right: 1%;
  }
  .search-wrap input[type="button"]{
    margin-left: -15%;
    position: absolute;
  }
  .item {
    width: 100%;
  }
  .scroll_totop {
    width: 80px;
    right: 5px;
  }

  h5{
    font-size: 6.2vw;
    padding-right: 0.75vw;
  }
  p {
    font-size: 16px;
}
  .btn-fullmovie{
    width: 12.333vw;
  }


}

@media screen and (max-width: 400px){
  .search-wrap input[type="button"]{
    margin-left: -20%;
  }
}
