@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700;900&family=Sora:wght@400;700&display=swap");

:root {
  --screen-width: 1280;
}

.screen-container {
  width: var(--screen-width);
  max-width: 100%;
}

body {
/* NG  font-family: 'Arial Black', Gadget, sans-serif; 太すぎる */
/* NG  font-family: 'Times New Roman', Times, serif;  視認性悪い　 */
/* NG  font-family: Georgia, serif; 数字が変 */
  font-family: Tahoma, Geneva, sans-serif;
  background-color: #eefeff; 
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  text-decoration: none;
}

p {
  font-size: medium;
  font-family:  Tahoma, Geneva, sans-serif;
  margin-left: 1rem;
  line-height: 1.4em;
}
.section-title {
  margin-top: 1em;
  padding: 0.1em 0.5em;/*上下 左右の余白*/
  background: #eeffee;
  border-left: solid 10px #cc3300;/*左線*/
}
.partner-text
{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #330099;/*文字色*/
  background: transparent;/*背景透明に*/
  font-size: x-large;
  }
 .copy-text1 {
   color: #cc3300;
   font-size: x-large;
 }
 .copy-text2 {
   color: #006633;
   font-size: x-large;
 }

img {
  width: 100%;
}

.logo {
  width: 160px;
}

.topimg {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
  width: var(--screen-width):
  max-width: 100%;
}

.topimg img {
  width: var(--screen-width):
  max-width: 100%;
}

.mysection {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.bg-header { background-color: #eeeeee; }
.bg-copy { background-color: #eeeeee; }
.bg-desc { background-color: #eefeff; }
.bg-products { background-color: #F8F4F2; }
.bg-pr-detail { background-color: #ffffff; }
.bg-about { background-color: #efffff; }
.bg-container { background-color: #eeeeee; }
.bg-contact { background-color: #e8e0fe; }
.bg-footer { background-color: #eeeeee; }

.madeinjapan {
  text-align: center;
}
.naturalimg {
  text-align: center;
}
.madeinjapan img {
  width: 120px;
  max-width: 120px;
}
.naturalimg img {
  width: 150px;
  max-width: 150px;
}

.fulvicstructure {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.fulvicstructure img {
  width: 280px;
  max-width: 280px;
}

.feature-title {
  background: #c2edff;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  font-size: x-large;
}
.product-info1 {
  background: #eeffff;
}
.product-info2 {
  background: #ffeeff;
}
.list-title {
  font-weight: bold;
  color: #cc3300;
}
.pr-title {
  background: #990066;/*背景色*/
  background: #006633;/*背景色*/
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: large;
  font-weight: bold;
}
.pr-feature {
  font-size: large;
  font-weight: bold;
  color: #006633;
  margin-left: 0.5rem;
}

.pr-recommend {
  font-size: large;
  margin-left: 0.5rem;
  color: #ff6666;
}

.pr-aroma {
  color: #ff6600;
}

.pr-detail {
  background-color: #ffffff;
  color: #0000ff;
  color: #330099;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
}

.pr-aroma img {
  width: 200px;
  max-width: 200px;
}

.company-title span {
  border-bottom: 3px solid #ff00ff;
  font-size: 120%;
  font-weight: bold;
}

.itemimg {
  margin-top: 1rem;
  text-align: center;
  text-align: center;
  border: solid;
  border-image: linear-gradient(to right, #7f7fff, #7fff7f) 1;
  border-image: linear-gradient(to right, #ff7f7f, #7fff7f) 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 10rem;
  margin-right: 10rem;
}

.itemimg img {
  width: 200px;
  max-width: 200px;
}

.pr-image {
  text-align: center;
  width: 20%;
  max-width: 50%;
}

.pr-image img{
  width: 80%;
  max-width: 200px;
  border: solid;
  border-image: linear-gradient(to right, #7f7fff, #7fff7f) 1;
  border-image: linear-gradient(to right, #ff7f7f, #7fff7f) 1;
}

.price-title {
  background: #FCF570;/*背景色*/
  font-size: x-large;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  border-left: solid 5px #F9081F;/*左線*/
}
.pagetop {
  text-align: right;
}

.fulvicPDF img {
  width: 280px;
  max-width: 280px;
}

