body {
  margin: 0;
  background:rgb(255, 200, 127);
}

img {
  pointer-events: none; 
}

img {
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  -webkit-touch-callout:none;
  user-select:none;
}

/* ------------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------ */
h1 {
  color: rgb(71, 26, 8);
  font-size: 3rem;
  font-family: ab-roman, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align:center;
}


/* ------------------------------------------------------------------------
メインセクション
------------------------------------------------------------------------ */
img {
  width: 100%;
}

.caption {
  padding: 0 40px;
  display: none;
}

.flavor {
  margin: 32px 40px 64px 40px;
}

.flavor p {
  font-size: 0.8rem;
  font-family: ta-koigokoro, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text {
  margin-bottom: 32px;
}

h3 {
  font-size: 1rem;
  font-family: zen-kaku-gothic-new,sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 8px;
}

.text p {
  font-size: 0.6rem;
  font-family: zen-kaku-gothic-new,sans-serif;
  font-weight: 300;
  font-style: normal;
}

.indent {
  text-indent: 1rem;
}

.rough {
  margin-top: 80px;
  /* display: none; */
}

.containar {
  margin-bottom: 24px;
  display: none;
}

.containar img {
  width: 88%;
  margin: 0 auto;
  display: block;
}

.containar p {
  font-size: 0.6rem;
  line-height: 2rem;
  text-align: center;
  margin: 0;
}

footer {
  background:rgb(71, 26, 8);
  text-align: center;
  margin-top: 80px;
}

footer p {
  font-size: 0.5rem;
  color: rgb(173, 173, 173);
  line-height: 48px;
  margin: 0;
}


/* --------------------------------------------------------------------------------------------------- */
/* ここから下はPCビュー */
@media (min-width: 768px){

  h1 {
    font-size: 4rem;
    margin: 128px 0px;
  }

  .work_h {
    width: 48%;
    margin: 0 auto;
  }

  .caption {
    padding: 0 160px;
  }
  
  .flavor {
    width: 80%;
    padding: 64px 0 64px 0;
    margin: 0 auto;
  }
  
  .flavor p {
    font-size: 1rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .text p {
    font-size: 1rem;
  }

  .rough {
    width: 88%;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
  }

  .rough img:hover {
    opacity: 0.9;
  }

  .containar p {
    font-size: 1rem;
  }
}