#instafeed {
  text-align: center;
}
#instafeed div {
  display: inline;
  overflow: hidden;
}
#instafeed img {
  width: 27%;
  height: 25%;
  margin: 0 5px 5px 5px;
  max-width: 100%;
}
.text-center {
  text-align: center;
  margin: 10px 0 0 0;
}

#eyecatch {
  background-image: url(images/eye.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 600px;
  clear: both;
}
#eyecatch p {
  text-align: center;
  padding-top: 110px;
}

/* concept */
#concept {
  padding-top: 80px;
  padding-bottom: 80px;
  letter-spacing: 0.1em;
  position: relative;
}
.rabbit {
  position: absolute;
  top: 8%;
  left: 2%;
  z-index: 2;
}
.weasel {
  position: absolute;
  top: 20%;
  right: -10%;
  z-index: 2;
}
.titel {
  text-align: center;
}
.titel h1 {
  font-family: "kopo";
  font-size: 30px;
  line-height: 1.8em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.titel p {
  margin-bottom: 80px;
}
.hoge {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%; /* 50%でもOK */
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #ed973f;
  text-align: center;
  margin-bottom: 20px;
}
.category {
  overflow: hidden;
}
.category .box {
  width: 20%;
  float: left;
  margin-right: 5%;
}
.hoge h3 {
  font-family: "kopo";
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.category p {
  text-align: justify;
}

/* oem*/
.dolphin {
  position: absolute;
  top: -10%;
  left: 10%;
}

.panda {
  position: absolute;
  top: -2%;
  right: 15%;
}

#oem {
  clear: both;
  padding-top: 80px;
  padding-bottom: 80px;
  letter-spacing: 0.1em;
}
#about-oem {
  margin-bottom: 80px;
  overflow: hidden;
}
#about-oem .titel {
  margin-bottom: 50px;
}
#about-oem .titel h1 {
  margin-bottom: 0px !important;
}
#about-oem .left {
  width: 48%;
  margin-right: 4%;
  text-align: justify;
}
#about-oem .right {
  width: 48%;
}
#about-oem .right img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.example {
  padding: 5% 8%;
  margin-top: 30px;
  background-color: #fff7e2;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
.example dt {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
#flow-oem {
  clear: both;
}

#flow-oem h2 {
  font-family: "kopo";
  font-size: 27px;
  line-height: 1.8em;
  margin-bottom: 50px;
  text-align: center;
}
#flow-oem h2::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-left: 20px;
  background-color: #666666;
  vertical-align: middle;
}
#flow-oem h2::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-right: 20px;
  background-color: #666666;
  vertical-align: middle;
}
.flow-oem {
  overflow: hidden;
}
.flow-oem .box {
  width: 19%;
  margin-right: 2%;
  text-align: center;
  padding: 0% 2% 2%;
  background-color: #fff7e2;
  float: left;
  height: 370px;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
  margin-bottom: 40px;
}
.last {
  margin-right: 0 !important;
}
.flow-oem .box h4 {
  background-color: #ed973f;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 1% 4%;
  width: 25%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.flow-oem dl {
  margin-top: 30px;
}
.flow-oem dt {
  margin-bottom: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.flow-oem dd {
  text-align: justify;
}

/* SNS*/
#sns {
  letter-spacing: 0.1em;
  clear: both;
}
#sns .inner03 .inner {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
#insta,
#fb {
  width: 48%;
}
#insta {
  margin-right: 4%;
}
#insta h3,
#fb h3 {
  text-align: center;
}
#insta p,
#fb p {
  text-align: center;
  margin-bottom: 30px;
}
#sample {
  width: 100%;
  margin: 0 auto;
}
#sample li {
}
#sample .instagram-image {
  float: left;
  padding-right: 1%;
  padding-bottom: 1%;
}
.monkfish {
  position: absolute;
  top: 0;
  left: 0;
}
.seaweed {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* 会社概要*/
#company {
  padding-top: 80px;
  padding-bottom: 80px;
  letter-spacing: 0.1em;
  clear: both;
}
.company_content {
  margin-top: 50px;
  position: relative;
}
.company_content tr {
  text-align: left;
  vertical-align: middle;
}
.company_content th {
  padding-bottom: 15px;
  width: 10%;
}
.company_content td {
  padding-bottom: 15px;
  width: 50%;
}
.penguin {
  position: absolute;
  bottom: 0%;
  right: 0%;
}

/*===============================================
●タブレット.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
  #eyecatch p img {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 60px;
  }
  /* concept */
  #concept {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .rabbit {
    top: 1%;
    left: -5%;
    width: 20%;
  }
  .weasel {
    top: 8%;
    right: -10%;
    width: 30%;
  }
  .titel h1 {
    font-size: 25px;
  }
  .titel p {
    margin-bottom: 30px;
  }
  .hoge {
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .category .box {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-bottom: 30px;
  }

  /* OEM */
  .dolphin {
    top: 0%;
    left: 1%;
    width: 25%;
  }
  .panda {
    top: 0%;
    right: 0%;
    width: 20%;
  }

  #oem {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #about-oem .left {
    width: 100%;
    margin-right: 0;
  }
  #about-oem .right {
    width: 100%;
    margin-bottom: 20px;
  }
  #about-oem .titel {
    margin-bottom: 30px;
  }

  #flow-oem h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .flow-oem {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
  .flow-oem .box {
    width: 43%;
    margin-right: 5%;
    padding: 0% 2% 2%;
    height: 350px;
    margin-bottom: 20px;
  }
  .splast {
    margin-right: 0 !important;
  }
  .flow-oem .box h4 {
    background-color: #ed973f;
    color: #ffffff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 1% 4%;
    width: 25%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .flow-oem dl {
    margin-top: 30px;
  }
  .flow-oem dt {
    margin-bottom: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    font-size: 16px;
  }

  /* SNS*/
  #insta,
  #fb {
    width: 100%;
  }
  #insta {
    margin-right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  #sample {
    width: 100%;
  }
  #sample li {
  }

  #fb {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  #sample .instagram-image {
    width: 48%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1%;
    padding-left: 1%;
  }

  .monkfish {
    top: 0;
    left: -15%;
    width: 40%;
  }
  .seaweed {
    display: none;
  }
  /* company*/
  #company {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .company_content {
    margin-top: 30px;
  }
  .company_content th {
    width: 20%;
  }
  .company_content td {
    width: 80%;
  }
  .penguin {
    top: -30%;
    right: 0%;
    width: 30%;
  }
}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width: 640px) {
  #eyecatch {
    margin-top: 50px;
    background-image: url(images/speye.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
  }
  #eyecatch p {
    display: none;
  }
  .titel h1 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .titel h1 br {
    display: none;
  }
  .titel p br {
    display: none;
  }
  .rabbit {
    display: none;
  }
  .weasel {
    display: none;
  }
  .titel p {
    text-align: justify;
  }
  .category .box {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .category p {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  /* OEM */
  #flow-oem {
    height: auto;
    width: 100%;
  }
  #flow-oem h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .flow-oem {
    width: 100%;
  }
  .flow-oem .box {
    width: 90%;
    margin-right: 0%;
    padding: 0% 5% 10% 5%;
    height: auto;
  }
  .dolphin {
    top: 0%;
    left: -9%;
    width: 32%;
  }
  .panda {
    top: 0%;
    right: -3%;
    width: 25%;
  }
  /* SNS */
  #insta h3 img,
  #fb h3 img {
    max-width: 65%;
  }
  /* company*/
  .company_content th {
    width: 30%;
  }
  .company_content td {
    width: 70%;
  }
}

/*===============================================
●2019年1月追加分
===============================================*/
#shop {
  padding: 100px 0 80px;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.cloud {
  background-color: #fff6e6;
  background-image: url(images/bk_shop.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 90px;
}
.shop_bana {
  width: 75%;
  margin: auto;
}
.shop_bana .box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 20px 50px;
  text-align: center;
  background-color: #ffffff;
}
.shop_bana a {
  color: #000;
}
.shop_bana a:hover {
  color: #000;
}
.shop_bana .left {
  border: 5px solid #ff604a;
}
.shop_bana .right {
  border: 5px solid #ed973f;
}
.shop_bana .box h3 {
  margin-bottom: 5px;
}
.t_b_15 {
  margin: 15px 0 20px;
}
.sale {
  padding: 8px 0;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  font-weight: bold;
}
.shop_bana .left .sale {
  background-color: #ff604a;
}
.shop_bana .right .sale {
  background-color: #ed973f;
}

@media screen and (max-width: 768px) {
  #shop {
    padding: 50px 0 50px;
  }
  .cloud {
    background-size: 100% auto;
  }
  .shop_bana {
    width: 100%;
  }
  .shop_bana .box {
    width: 44%;
    padding: 20px 2%;
  }
  .shop_bana .box img {
    max-width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .shop_bana .box {
    width: 89%;
    padding: 20px 5%;
    margin: auto;
  }
  .shop_bana .left {
    float: none;
    margin-bottom: 20px;
  }
  .shop_bana .right {
    float: none;
  }
}

/* X(旧Twitter) */

#fb h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#fb h3 img {
  width: 50px;
  max-width: 100%;
  margin-bottom: 15px;
}

.pc-only, .sp-only {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

