@charset "UTF-8";
/* CSS Document */
/*各要素のTOPの位置*/
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 450px;
  background: #fff url("../image/shop/item/back.jpg") no-repeat top left fixed;
  z-index: 10; }

h1 {
  font-size: 10px;
  text-align: left;
  color: #000;
  position: absolute; }

.tops {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  min-width: 450px;
  height: 50px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: rgba(191, 138, 103, 0.55);
  text-align: right;
  z-index: 10000000; }

.nav_box {
  position: absolute;
  width: 290px;
  height: 200px;
  left: 50px;
  top: 200px;
  z-index: 10010;
  background-color: rgba(255, 255, 255, 0.58); }
  .nav_box .menu_b1, .nav_box .menu_b2, .nav_box .menu_b3, .nav_box .menu_b4 {
    display: inline-block;
    width: 280px;
    height: 40px;
    padding: 0;
    margin: 1px;
    justify-content: space-evenly; }
  .nav_box a:hover {
    background-color: rgba(50, 89, 240, 0.62); }

header {
  position: absolute;
  top: 50px;
  height: 770px;
  width: 100%;
  min-width: 450px;
  z-index: 10000;
  background: url("../image/shop/header_mini.jpg") no-repeat left bottom;
  border-bottom: 1px solid #000; }
  header .k_title {
    position: relative;
    width: 384px;
    height: 173px;
    top: 500px;
    left: 10px;
    background: url("../image/shop/shop_logo.png") no-repeat left top; }

.sec1 {
  position: absolute;
  top: 820px;
  left: 0;
  height: 800px;
  width: 100%;
  min-width: 450px;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: #fff;
  border-top: 1px dotted #000;
  border-bottom: 10px solid #000;
  z-index: 10000; }
  .sec1 .sec1_div1 {
    position: relative;
    top: 10px;
    width: 90%;
    left: 5%; }
    .sec1 .sec1_div1 h2 {
      position: relative;
      font-size: 20px;
      margin-top: 50px;
      margin-bottom: 20px;
      padding-left: 15px;
      padding-top: 10px;
      text-align: center;
      width: 100%;
      min-width: 440px;
      height: 50px;
      box-sizing: border-box;
      border-bottom: 1px solid #111;
      border-radius: 10px;
      background: url("../image/back2.png") top center; }
    .sec1 .sec1_div1 h3 {
      position: relative;
      width: 90%;
      height: 40px;
      text-align: center;
      left: 5%;
      min-width: 440px;
      padding: 5px;
      box-sizing: border-box; }
    .sec1 .sec1_div1 .p1 {
      padding: 20px;
      font-weight: bold;
      box-sizing: border-box;
      border-radius: 10px;
      background: url("../image/back2.png") top center; }

.sec2 {
  position: absolute;
  top: 1770px;
  width: 100%;
  height: 2500px;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10000;
  border-top: 1px solid #000;
  background: url("../image/27259779 (1).jpg") center; }
  .sec2 .sec2_div1 {
    position: relative;
    top: 10px;
    width: 90%;
    left: 10%; }
    .sec2 .sec2_div1 h2 {
      position: relative;
      font-size: 20px;
      margin-top: 50px;
      margin-bottom: 20px;
      padding-left: 15px;
      padding-top: 10px;
      text-align: center;
      width: 100%;
      min-width: 440px;
      height: 50px;
      box-sizing: border-box;
      border-bottom: 1px solid #111;
      border-radius: 10px;
      background: url("../image/back2.png") top center; }
    .sec2 .sec2_div1 .p2 {
      padding: 20px;
      font-weight: bold;
      box-sizing: border-box;
      border-radius: 10px; }
    .sec2 .sec2_div1 .sec2_div2 {
      position: relative;
      width: 90%;
      min-width: 440px;
      text-align: center;
      border: 1px solid #000;
      justify-content: space-around; }
      .sec2 .sec2_div1 .sec2_div2 .item_box {
        display: inline-block;
        width: 220px;
        height: 251px;
        border: 1px solid blue; }
        .sec2 .sec2_div1 .sec2_div2 .item_box .sec2_pic {
          width: 220px;
          height: 251px; }

.sec3 {
  position: absolute;
  top: 4470px;
  width: 100%;
  background-color: #fff;
  height: 0; }

.bottom_links {
  position: absolute;
  width: 100%;
  height: 100px;
  min-width: 420px;
  left: 0;
  top: 4920px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 100000; }
  .bottom_links .line {
    position: relative;
    top: 20px;
    left: calc(50% - 180px); }
  .bottom_links .insta {
    position: relative;
    top: 20px;
    left: calc(50% + 60px); }

footer {
  position: absolute;
  justify-content: space-evenly;
  display: grid;
  width: 100%;
  min-width: 450px;
  margin: 0;
  padding: 50px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  top: 5020px;
  height: auto; }
  footer .bottom_logo {
    display: inline-block;
    width: 400px;
    height: 250px;
    padding: 30px;
    margin-top: 30px;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    margin-bottom: 20px; }
    footer .bottom_logo p {
      color: #fff; }
    footer .bottom_logo a:link {
      color: #fff; }
    footer .bottom_logo a:visit {
      color: yellowgreen; }
  footer .menu_box {
    display: inline-block;
    width: 400px;
    height: auto;
    color: #fff;
    padding: 10px;
    box-sizing: border-box; }
    footer .menu_box h5 {
      font-size: 16px; }
    footer .menu_box ul {
      margin-left: 35px; }
    footer .menu_box a:link {
      color: #fff; }
    footer .menu_box a:visited {
      color: greenyellow; }

.footer_head {
  position: absolute;
  left: 0;
  top: 4820px;
  width: 100%;
  height: 100px;
  background: url("../image/bar.png") no-repeat center bottom;
  z-index: 10000; }

@media (min-width: 768px) {
  header {
    background: url("../image/shop/header_big.jpg") no-repeat left bottom; }

  .sec2 {
    height: 2000px; }

  .sec2 .sec2_div1 .sec2_div2 .item_box {
    width: 300px;
    height: 343px; }

  .sec2 .sec2_div1 .sec2_div2 .item_box .sec2_pic {
    width: 300px;
    height: 343px; }

  footer {
    top: 5420px; }

  .footer_head {
    top: 5220px; }

  .bottom_links {
    top: 5320px; } }
@media (min-width: 1200px) {
  .nav_box {
    width: 1200px;
    left: calc(50% - 600px);
    top: 700px;
    height: 60px; }

  .sec2 {
    height: 2000px; }

  .sec2 .sec2_div1 .sec2_div2 {
    width: 80%;
    left: 10%; }

  .sec2 .sec2_div1 .sec2_div2 .item_box {
    width: 352px;
    height: 402px; }

  .sec2 .sec2_div1 .sec2_div2 .item_box .sec2_pic {
    width: 350px;
    height: 400px; } }
