.pc-breadcrumb {
  display: none;
}
.breadcrumb {
  background-color: #f5f5f5;
  padding: 10px 4% 0;
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb-list li {
  margin-bottom: 10px;
}
.breadcrumb-list li:not(:last-child)::after {
  content: '\03e';
  margin: 0 5px;
}
.breadcrumb-list a {
  font-size: 10px;
}
.contents-wrapper {
  padding: 40px 0;
}
h1.top-cont-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 0;
}
h2.top-cont-title{
position: relative;
margin: 0 0 10px;
padding: 0.5em 1em 0.5em 20px;
color: #fff;
font-family: "Noto Sans JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: bold;
background:#000 url("https://gigaplus.makeshop.jp/kanzawa/img/top/title_bl.jpg") no-repeat right top;
}

h2.top-cont-title:before{
content: "";
width: 6px;
height: 26px;
background:url("https://gigaplus.makeshop.jp/kanzawa/img/top/title_icon.svg") no-repeat 0 0;
background-size: 100% 100%;
position: absolute;
left: 5px;
top: 0.5em;
}

@media screen and (min-width: 1000px) {
  .pc-breadcrumb {
    display: block;
  }
  .sp-breadcrumb {
    display: none;
  }
  .breadcrumb {
    background-color: initial;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 30px 10px;
  }
  .breadcrumb-list a {
    font-size: 12px;
  }
  .contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 10px 80px 30px;
    width: 100%;
  }
  main {
    width: calc(100% - 260px);
    max-width: 1000px;
  }

}

/*-------------------
---------------------*/
.about-text{
overflow: hidden;
width: 96%;
margin: 0 auto 2em;
line-height: 1.8;
}
#about-samurai.about-text{
padding: 0 0 200px;
background: url(https://gigaplus.makeshop.jp/kanzawa/img/about/samurai_body.jpg) no-repeat center bottom;
background-size: 100% auto;
}
.about-text h2.copy{
margin: 0 0 1em;
font-weight: bold;
}
.about-text .text-name{
margin: 3em auto;
width: 50%;
max-width: 640px;
text-align: center;
}

.about-text .red{
color: #c00;
font-weight: bold;
}
.about-text img{
margin: 0.8em auto;
max-width: 100%;
}
.about-text h3{
margin: 0 0 0.5em;
}
.about-text h3 img{
max-width: 1000px;
}

.about-text-sub{
clear: both;
margin: 0 auto 2em;
padding: 1em;
color: #a30000;
font-size: 120%;
line-height: 1.8;
text-align: center;
border: 2px solid #a30000;
box-sizing: border-box;
}

.about-teire{
clear: both;
margin: 0 auto 2em;
padding: 0;
text-align: left;
border: 3px solid #a30000;
box-sizing: border-box;
}
.about-teire h3{
margin: 0;
padding: 0.5em;
color: #fff;
font-weight: 900;
background: #a30000;
text-align: left;
}
.about-teire h3 .sub{
color: #ffc500;
font-size: 70%;
font-weight: 500;
}
.about-teire .text{
padding: 1em;
line-height: 1.8;
}


@media screen and (min-width: 1000px) {
.about-text{
width: 100%;
max-width: 1000px;
margin: 0 auto 50px;
}
#about-samurai.about-text{
padding: 0 0 450px;
}
.about-text h2.copy{
text-align: center;
}
.about-text .text-name{
margin: 90px auto;
max-width: 640px;
text-align: center;
}
.about-text .text-name img{
max-width: 480px !important;
}
.about-text img{
max-width: 700px;
}
#about-text02.about-text img{
max-width: 600px;
}
.about-text-sub{
width: 100%;
max-width: 1000px;
margin: 0 auto 50px;
}
.about-teire{
border: 4px solid #a30000;
}
.about-teire h3{
font-size: 200%;
}
}











