@charset "UTF-8";
/*
Theme Name: カタログ工房お結び
Theme URI: https://catalog-test.aoba-m.co.jp/
Author:Fujiwara Maimi
 Description:カタログサイトのテスト用サイト
 Version:6.7.1
*/
html {
  font-size: 100%;
}
body {
  margin: 0;
  color: #333;
  font-size: 1rem;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
.wrapper {
  max-width: 90%;
  padding: 0 16px;
  margin: 0 auto;
}

/*-------------------------------------------
header
-------------------------------------------*/
/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width:519px){
    /*　画面サイズが519pxまではここを読み込む　*/
#header {
  position: relative;
  width: 100%;
  height: 60vh;
  z-index: 999;
}
#header .site-title {
  width: 80px;
  position: absolute;
  padding: 10px;
  line-height: 1px;
}
#header .site-title a {
  display: inline-block;
}
.mv_pc{
display: none;
}
.mv_sp{
display: block;
height: 60vh;
width: 100%;
}
#navi {
  width: 100%;
  padding-top: 60px;
  overflow-x: scroll;
  position: absolute;
  margin: 0 auto;
}
#navi a {
  text-decoration: none;
}
#navi ul {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px #3d3d3d solid;
}
#navi li {
  font-size: 0.8rem;
  padding: 10px;
}

}

/*-------------------------------------------
タブレット
-------------------------------------------*/
@media screen and (min-width: 520px) and (max-width: 1023px) {
/*　画面サイズが520pxから1023pxまではここを読み込む　*/
#header {
  width: 100%;
  height: 40vh;
}
#header .site-title {
  position: absolute;
  padding: 20px 16px;
  line-height: 1px;
}
#header .site-title a {
  display: inline-block;
}
.mv_sp{
display: none;
}
.mv_pc{
display: block;
height: 40vh;
width: 100%;
}

}

/*-------------------------------------------
PC
-------------------------------------------*/
@media screen and (min-width:1024px) {
/*　画面サイズが1024pxからはここを読み込む　*/

#header {
  width: 100%;
  height: 80vh;
}
#header .site-title {
  position: absolute;
  padding: 20px 16px;
  line-height: 1px;
}
#header .site-title a {
  display: inline-block;
}
.mv_sp{
display: none;
}
.mv_pc{
display: block;
height: 70vh;
width: 100%;
}
#navi{
  position: absolute;
  right: 100px;
  margin: 20px;
}
#navi a {
  text-decoration: none;
}
#navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#navi li {
  font-size: 0.875rem;
  padding: 10px 60px 10px 0;
}

}

/*-------------------------------------------
main
-------------------------------------------*/
/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width:481px) and ( max-width:1023px) {
  
}

@media screen and (min-width:1024px) {
/*-------------------------------------------
main
-------------------------------------------*/
main{
  width: 80%;
  height: auto;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
}

#footer {
  font-size: 0.875rem;
  background-color: #f7f7f7;
}
#footer .content {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer .item {
  width: 30%;
}
#footer .footer-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#footer ul.about-list {
  margin: 20px 0;
}
#footer ul.about-list li {
  margin-bottom: 5px;
}
#footer ul.about-list .arrow {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #333;
}
#footer ul.about-list .arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
#footer .menu-list {
  border-bottom: solid  1px #777;
}
#footer .menu-list > li {
  border-top: solid  1px #777;
  padding: 15px;
  text-align: left;
}
#footer .copyright {
  font-size: 0.750rem;
  text-align: center;
  padding: 10px 0;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /*-------------------------------------------
  footer
  -------------------------------------------*/
  #footer .content {
    flex-direction: column;
  }
  #footer .item {
    width: 100%;
    margin-bottom: 30px;
  }
}