@charset "UTF-8";
.sample {
  background: url(../image/bg_img.png);
}

.sample {
  position: absolute;
  top: 0;
  left: 0;
}

/* /////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////// */
/*まだ出来ていないので、リンクの表示を消しています。*/
.opBox__description {
  display: none !important;
}

/* /////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////// */
/* 総合設定 */
/* /////////////////////////////////////////////////////// */
* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #666;
}

.innerBody {
  width: 100%;
  display: grid;
  grid-template-areas: "gHeader gHeader" "sideBar mainConts" "gFooter gFooter";
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 80px auto;
}

.email {
  color: #597fff;
}
.email:hover {
  color: #fff;
  text-shadow: 1px 1px 1px #597fff, -1px -1px 1px #597fff;
}

/* /////////////////////////////////////////////////////// */
/* グローバルヘッダー */
/* /////////////////////////////////////////////////////// */
.gHeader {
  grid-area: gHeader;
  background-color: #f3f3f3;
  padding: 10px 10px 30px;
  box-shadow: 1px 1px 10px #ccc;
  margin-bottom: 150px;
  position: relative;
  height: 170px;
}
.gHeader__link {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
.gHeader__title {
  display: block;
  font-size: 80px;
  font-weight: 100;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000;
}
.gHeader__title::before, .gHeader__title::after {
  display: inline;
  content: "―";
  padding: 0 3px;
  letter-spacing: 0;
  text-shadow: none;
  color: #ccc;
}
.gHeader p, .gHeader a {
  position: absolute;
  right: 10px;
}
.gHeader p {
  text-align: right;
  bottom: 35px;
}
.gHeader p span {
  color: #000;
}
.gHeader a {
  bottom: 10px;
}

.minTitle {
  font-size: 30px !important;
}

/* /////////////////////////////////////////////////////// */
/* メインコンテンツ */
/* /////////////////////////////////////////////////////// */
.mainConts {
  grid-area: mainConts;
  padding: 10px 10px 10px 0;
}

.opSec {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 50px 0 95px;
  transition: .8s;
}
.opSec__title {
  width: 90%;
  padding-bottom: 10px;
  margin: 0 auto;
  font-size: 25px;
}
.opSec__title--op {
  color: #9a9a9a;
  font-size: 16px;
  padding-right: 10px;
}
.opSec__title--name {
  letter-spacing: 2px;
}

.opSec-hover {
  box-shadow: 1px 1px 10px #aaa;
  margin-top: 40px;
  margin-bottom: 40px;
}

.opBox {
  width: 90%;
  height: 45vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  border: 1px solid #000;
  margin: 0 auto;
  position: relative;
  transition: .3s;
}
.opBox::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .8s;
}
.opBox:hover::before {
  background-color: rgba(0, 0, 0, 0.51);
}
.opBox:hover a {
  display: block;
}
.opBox a {
  display: none;
  width: 200px;
  height: 50px;
  padding: 10px;
  position: absolute;
  transition: .5s;
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.opBox a:hover {
  background-color: rgba(255, 255, 255, 0.55);
}
.opBox__description {
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -75px;
}
.opBox__website {
  bottom: 10px;
  right: 10px;
}
.opBox--op001 {
  background-image: url(../res/image/op001.png);
}
.opBox--op002 {
  background-image: url(../res/image/op002.png);
}
.opBox--op003 {
  background-image: url(../res/image/op003.png);
}
.opBox--op004 {
  background-image: url(../res/image/op004.png);
}
.opBox--op005 {
  background-image: url(../res/image/op005.png);
}
.opBox--op006 {
  background-image: url(../res/image/op006.png);
}
.opBox--op007 {
  background-image: url(../res/image/op007.png);
}
.opBox--op008 {
  background-image: url(../res/image/op008.png);
}
.opBox--op009 {
  background-image: url(../res/image/op009.png);
}
.opBox--op010 {
  background-image: url(../res/image/op010.png);
}
.opBox--op011 {
  background-image: url(../res/image/op011.png);
}
.opBox--op012 {
  background-image: url(../res/image/op012.png);
}

.opBox-hover {
  box-shadow: 1px 1px 5px #000;
  transform: translateY(-5px);
  border: 1px solid #fff;
}

.opCats {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 90%;
  margin: 5px auto;
}
.opCats__cat {
  display: block;
  padding: 3px 5px;
  border-left: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #666;
  margin-bottom: 5px;
  font-size: 14px;
  transition: .8s;
}
.opCats__cat:hover {
  background-color: #666;
  color: #fff;
}
.opCats__cat + .opCats__cat {
  margin-left: 10px;
}

/* /////////////////////////////////////////////////////// */
/* サイドバー */
/* /////////////////////////////////////////////////////// */
.sideBar {
  grid-area: sideBar;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.sideBar__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 60%;
  height: 70vh;
  margin: 0 auto;
  margin-left: 30px;
  -webkit-position: sticky;
  position: sticky;
  top: 0;
}

.opIcon {
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
}
.opIcon__icon {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  position: relative;
}
.opIcon__icon:hover::after {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
}
.opIcon .icon--op001 {
  background-image: url(../res/icon/op001.svg);
}
.opIcon .icon--op002 {
  background-image: url(../res/icon/op002.svg);
}
.opIcon .icon--op003 {
  background-image: url(../res/icon/op003.svg);
}
.opIcon .icon--op004 {
  background-image: url(../res/icon/op004.svg);
}
.opIcon .icon--op005 {
  background-image: url(../res/icon/op005.svg);
}
.opIcon .icon--op006 {
  background-image: url(../res/icon/op006.svg);
}
.opIcon .icon--op007 {
  background-image: url(../res/icon/op007.svg);
}
.opIcon .icon--op008 {
  background-image: url(../res/icon/op008.svg);
}
.opIcon .icon--op009 {
  background-image: url(../res/icon/op009.svg);
}
.opIcon .icon--op010 {
  background-image: url(../res/icon/op010.svg);
}
.opIcon .icon--op011 {
  background-image: url(../res/icon/op011.svg);
}
.opIcon .icon--op012 {
  background-image: url(../res/icon/op012.svg);
}

#op002 .opIcon:nth-of-type(2)::after {
  display: block;
  content: "\f041";
  content: "\f27b";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  font-size: 26px;
  color: #f00;
  font-family: "FontAwesome";
}

/* /////////////////////////////////////////////////////// */
/* グローバルフッター*/
/* /////////////////////////////////////////////////////// */
.gFooter {
  grid-area: gFooter;
  background-color: #f3f3f3;
  width: 100%;
  padding: 10px;
  margin: 100px auto 0;
  box-shadow: -1px -1px 10px #ccc;
  color: #000;
  text-align: center;
}
.gFooter .copyright {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  line-height: 3em;
  color: #fff;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000;
  /*(C)マークをFontAwesomeで追加。*/
}
.gFooter .copyright:before {
  display: inline;
  content: "\f1f9";
  padding-right: 5px;
  font-size: 16px;
  font-family: "FontAwesome";
}

@media screen and (min-width: 399px) {
  .opBox a {
    display: none;
    width: 200px;
    height: 80px;
    padding: 10px;
    position: absolute;
    transition: .5s;
    font-size: 20px;
    text-align: center;
    line-height: 2.5em;
    color: #fff;
    text-shadow: 1px 1px 1px #000, -1px -1px 1px #000;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
  }
  .opBox a:hover {
    background-color: rgba(255, 255, 255, 0.55);
  }
  .opBox__description {
    top: 50%;
    left: calc(50% - 100px);
    margin-left: 0;
  }
  .opBox__website {
    right: calc(50% - 100px);
    bottom: 10px;
  }
}

/*# sourceMappingURL=common.css.map */
