@charset "UTF-8";

html, body,
h1, h2, h3, h4,
ul, ol, dl, li, dt, dd,
p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

main {
  display: flex;
  justify-content: space-evenly;
  padding: 60px 20px;
}

input {
  margin-bottom: 10px;
  padding: 5px;
  width: 90%;
  border: 1px solid #aaa;
  border-radius: 3px;
}

address {
  font-style: normal;
  display: inline;
}

address ul {
  display: inline;
}

address ul li {
  display: inline;
}

.global-header {
  padding: 10px;
  display: flex;
  align-items: baseline;
  box-shadow: 0 1px 3px #666;
}

.global-footer {
  text-align: center;
  padding: 10px;
  box-shadow: 0 -1px 3px #aaa;
}

.app-name {
  font-family: 'Lobster', cursive;
  font-size: 40px;
  color: #f00;
}

.global-header p {
  margin-left: 20px;
}

.editor {
  width: 300px;
  border: 1px solid #333;
  padding: 8px 16px;
  border-radius: 10px;
  box-sizing: border-box;
}

.how-to-use {
  width: 300px;
  border: 1px solid #333;
  padding: 8px 16px;
  border-radius: 10px;
  box-sizing: border-box;
}

.editor > h1, .how-to-use > h1 {
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.how-to-use > section {
  line-height: 1.6;
  font-size: 0.9rem;
  color: #333;
}

.how-to-use > section > p {
  margin-bottom: 1em;
}

/* ここからおい牛ゾーン */
#pkg {
  --oigyu-blue: #17d;
  --oigyu-red: #f00;
  --oigyu-navy: #004;
  color: var(--oigyu-navy);
  min-width: 300px;
  box-shadow: 0px 0px 10px 5px #aaa;
  font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: bold;
  text-align: center;
  margin: 0 20px;
}

.pkg-header {
  background-color: var(--oigyu-blue);
  min-height: 100px;
  position: relative;
}

.pkg-header p {
  color: var(--oigyu-red);
  font-size: 40px;
  margin: 0 4%;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.arc-border-kit-parent-part {
  overflow: hidden;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
}

.arc-border-kit-child-part {
  background-color: #fff;
  position: absolute;
  box-sizing: border-box;
  left: -100%;
  width: 300%;
  height: 900px;
  border: 15px double var(--oigyu-blue);
  border-radius: 50%;
}

.pkg-main {
  position: relative;
  margin-top: -25px;
  min-width: 100%;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.catch-copy {
  text-align: start;
  padding-top: 80px;
  font-size: 22px;
  letter-spacing: 0.25em;
  color: var(--oigyu-blue);
}

.pkg-main h1 {
  white-space: nowrap;
}

.company-name {
  writing-mode: horizontal-tb;
  font-size: 48px;
  height: 70px;
}

.product-name {
  font-size: 90px;
}

.milk-type {
  text-align: end;
  padding-bottom: 50px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.milk-type :nth-child(1) {
  border: 1px solid var(--oigyu-navy);
  padding: 3px 1px;
  font-size: 20px;
}

.milk-type :nth-child(2) {
  margin-top: 5px;
  font-size: 28px;
}

.pkg-footer {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0 5%;
}

.percentage {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.2em;
  border-top: var(--oigyu-red) 2px solid;
  border-bottom: var(--oigyu-red) 2px solid;
}

.fat {
  font-size: 20px;
  letter-spacing: 0.2em;
}

.natural-taste {
  font-size: 12px;
  padding: 2px 12px;
  display: inline-block;
  background-color: var(--oigyu-red);
  border-radius: 10px;
  color: #fff;
  margin: 10px 0;
}

.how-to-keep {
  font-size: 18px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.volume {
  margin-left: 16px;
  font-size: 24px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
