.pc {
  display: none !important;
}

.container-s,
.container-l {
  width: 92.5%;
}

header #pageTop {
  border-radius: 100px;
  position: fixed;
  background-color: #C55C38;
  right: 30px;
  bottom: 30px;
  width: 33px;
  height: 33px;
  cursor: pointer;
}
header #pageTop img {
  width: 18px;
  margin: 11px auto 0;
}
header #pageTop span {
  display: none;
}
header #gNaviSp {
  display: flex;
}
header #gNaviSp #toggleBtn {
  position: relative;
}
header #gNaviSp #toggleBtn > span {
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  left: 15px;
  background-color: #707070;
}
header #gNaviSp #toggleBtn .top {
  top: 20px;
  transition: 0.5s;
}
header #gNaviSp #toggleBtn .mid {
  top: 29px;
  transition: 0.5s;
}
header #gNaviSp #toggleBtn .btm {
  top: 38px;
  transition: 0.5s;
}
header #gNaviSp #toggleBtn.active .top {
  top: 30px;
  transform: rotate(135deg);
}
header #gNaviSp #toggleBtn.active .mid {
  opacity: 0;
}
header #gNaviSp #toggleBtn.active .btm {
  top: 30px;
  transform: rotate(-135deg);
}
header #gNaviSp #otherBtn {
  text-align: center;
  line-height: 1.1;
  font-weight: 400;
  font-size: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  position: relative;
}
header #gNaviSp #otherBtn .icontext {
  letter-spacing: 2px;
  font-size: 10px;
  color: #707070;
  font-weight: 700;
}
header #gNaviSp #otherBtn .icontext span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 2px;
  padding-left: 2px;
  color: #707070;
  font-weight: 700;
}
header #gNaviSp #otherBtn .icontext.close {
  display: none;
}
header #gNaviSp #otherBtn .disc {
  border-radius: 5px;
  width: 5px;
  height: 5px;
  background-color: #707070;
  margin: 4px;
  transition: 0.5s;
}
header #gNaviSp #otherBtn.active .close {
  display: block;
}
header #gNaviSp #otherBtn.active .more {
  display: none;
}
header #gNaviSpBody {
  transition: 0.5s;
  top: 60px !important;
}
header #gNaviSpBody a {
  line-height: 45px;
}
header #gNaviSpBody.active {
  left: 0;
  transition: 0.5s;
}
header #spNaviCover,
header #otherCover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.85);
  display: none;
}

.sidemenu {
  position: fixed;
  top: 60px;
  right: -360px;
  width: 360px;
  z-index: 1000;
  padding: 20px;
  max-height: 90vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.sidemenu.active {
  right: 0;
}

#relation {
  display: none;
}

#article .left {
  width: 100%;
  padding: 20px 0;
}

#main #hero {
  height: 90vh;
}
#main #hero .img-wrap {
  height: calc(90vh - 195px);
}
#main #hero .box {
  box-shadow: 0 4px 8px #939292;
  /* left: auto;
  right: -4%;
  bottom: 20px; */
}
@media (max-width: 576px) {
  #main #hero .box {
    width: 95%;
  }
}
#main #hero .box h2 {
  font-size: 22px;
}
#main #hero .box p {
  font-size: 12px;
}
#main #access #accessBody .col-5 {
  width: 100% !important;
}



#main #hero .top-links {
  top: calc(90vh - 157px);
  bottom: auto;
}

#main #about {
  margin-top: 250px;
}

#main #hero .big-container {
  width: 100%;
}

#main #hero .top-links {
  right: 0;
  left: auto;
  width: 100%;
}

#main #hero .box {
  width: 95%;
  margin-left: 5%;
  padding: 11px 0 4px 20px;
}

#main #hero .box h2 {
  font-size: 20px;
}

@media screen and (max-width: 450px) {
  #main #hero .box h2 {
    max-width: 231px;
  }
}

#main #hero .box:hover .link {
  right: 14px;
}

#main #hero .box .link {
  right: 20px;
}






#single-article #head h1 {
  font-size: 24px;
}
#single-article #head .date {
  font-size: 14px;
}
#single-article #article .left {
  padding: 0;
}

#category-archive #article h1,
#month-archive #article h1 {
  font-size: 22px;
}
#category-archive #article #article-list li,
#month-archive #article #article-list li {
  padding: 20px 0;
}
#category-archive #article #article-list li > a,
#month-archive #article #article-list li > a {
  width: 100%;
  display: flex;
}
#category-archive #article #article-list li > a .img-wrap,
#month-archive #article #article-list li > a .img-wrap {
  height: 100px;
  margin-right: 10px;
}
#category-archive #article #article-list li > a .text .title,
#month-archive #article #article-list li > a .text .title {
  font-size: 12px;
}
#category-archive #article #article-list li > a .text .foot .date,
#month-archive #article #article-list li > a .text .foot .date {
  font-size: 10px;
}

#legacy #hero .material-top-right {
  top: 40vw;
  width: 50%;
  right: -5%;
}
@media (max-width: 576px) {
  #legacy #hero .material-top-right {
    top: 75vh;
  }
}
#legacy #hero .material-top-left {
  top: 25vw;
  width: 45%;
}
@media (max-width: 576px) {
  #legacy #hero .material-top-left {
    top: 49vh;
  }
}
#legacy #hero .title-caption {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  margin-bottom: 28px;
}
#legacy #hero .front-mv .title-logo {
  top: 120px;
}
#legacy #hero p {
  font-size: 14px;
}
#legacy #hero p:last-of-type {
  margin-bottom: 50px;
}
#legacy #hero h2 {
  font-size: 22px;
}
#legacy #hero .front-mv picture img {
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#legacy #hero .front-mv .title-logo {
  width: 28%;
}
#legacy #hero .front-mv .section-title {
  width: 50%;
  top: 66vh;
}
#legacy #fumoto {
  padding: 64px 0 32px;
}
#legacy #fumoto .container-l {
  width: 100%;
}
#legacy #fumoto .left h2 {
  font-size: 22px;
}
#legacy #fumoto .left p {
  font-size: 14px;
}
#legacy #bunkazai {
  background: url(../images/legacy/washi.svg);
  background-repeat: repeat-y;
  background-size: contain;
  background-color: #F5ECE2;
  z-index: 0;
}
#legacy #bunkazai .kamougou {
  width: 20%;
  top: 160px;
}
#legacy #bunkazai .material-middle-left {
  width: 50%;
  left: -13%;
}
#legacy #bunkazai h2 {
  max-width: 92.5%;
  padding-top: 62px;
  font-size: 16px;
  margin-left: 3.75%;
  margin-bottom: 45px;
}
#legacy #bunkazai h2 > img {
  max-width: 103.5%;
  margin-bottom: 20px;
}
#legacy #bunkazai ul li {
  display: block;
  padding-bottom: 36px;
  overflow: hidden;
}
#legacy #bunkazai ul li .img-wrapper {
  width: 100%;
  margin-bottom: 4px;
}
#legacy #bunkazai ul li .text {
  width: 100%;
  padding-right: 0;
}
#legacy #bunkazai ul li .text .end5 {
  margin-bottom: 5px;
}
#legacy #bunkazai ul li .text img {
  height: 56px;
  left: 0 !important;
}
#legacy #bunkazai ul li .text img.no1, #legacy #bunkazai ul li .text img.no2, #legacy #bunkazai ul li .text img.no8 {
  top: 10px;
}
#legacy #bunkazai ul li .text img.no3, #legacy #bunkazai ul li .text img.no4, #legacy #bunkazai ul li .text img.no5, #legacy #bunkazai ul li .text img.no6, #legacy #bunkazai ul li .text img.no7, #legacy #bunkazai ul li .text img.no9 {
  top: 16px;
}
#legacy #bunkazai ul li .text h3 {
  font-size: 24px;
  padding-top: 0;
  padding-left: 1em;
  margin-bottom: 10px;
}
#legacy #bunkazai ul li .text h3 .ruby {
  font-size: 10px;
}
#legacy #bunkazai ul li .text .textB {
  position: relative;
}
#legacy #bunkazai ul li .text a {
  border-color: #F19F90;
  background-color: #F19F90;
}
#legacy #guide .material-bottom-left {
  width: 23%;
  top: -70px;
}
#legacy #guide h2 span {
  font-size: 16px;
}
#legacy #guide h2 img {
  margin-bottom: 24px;
}
#legacy #guide h3 img {
  margin-left: 10px;
}
#legacy #guide .wrapper {
  margin-bottom: 24px;
}
#legacy #guide a.download {
  border-color: #F19F90;
  background-color: #F19F90;
  margin-top: 24px;
  margin-bottom: 94px;
}