@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  .pc {
    display: none !important;
  }
}
.js-fadein {
  position: relative;
  top: 50px;
  opacity: 0;
}
.js-fadein.in {
  top: 0;
  opacity: 1;
  transition: top 0.8s, left 0.8s, right 0.8s, opacity 0.8s;
}
.js-fadein.left-in {
  top: 0;
  left: -100px;
}
.js-fadein.left-in.in {
  left: 0;
}
.js-fadein.right-in {
  top: 0;
  right: -100px;
}
.js-fadein.right-in.in {
  right: 0;
}
#wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
header > div {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 5px #ffc6d8 solid;
  padding: 10px 15px;
  background-color: #3c3100;
}
@media screen and (max-width: 768px) {
  header > div {
    padding: 0;
  }
}
header > div h1 {
  width: 212px;
}
@media screen and (max-width: 768px) {
  header > div h1 {
    width: 240px;
    padding: 10px 0 10px 15px;
    order: 1;
  }
}
header > div ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 180px;
}
@media screen and (max-width: 768px) {
  header > div ul {
    order: 2;
    width: 65px;
    padding: 10px 15px 10px 0;
    margin-left: auto;
  }
}
header > div ul li:first-child {
  margin-right: auto;
}
header > div ul li:last-child {
  margin-left: auto;
}
header > div ul li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.7s;
}
header > div ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  header > div ul li a:hover {
    opacity: 1;
  }
}
header > div ul li a:hover img {
  opacity: 1;
}
header > div ul li a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
header > div ul li a[href*="myaccount"]:before {
  background-image: url(../img/icon_home_01.svg);
}
header > div ul li a[href*="cart"]:before {
  background-image: url(../img/icon_cart_01.svg);
}
@media screen and (max-width: 768px) {
  header > div ul li a span {
    display: none;
  }
}
header > div form {
  position: relative;
  width: calc(100% - 212px - 180px);
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  header > div form {
    order: 3;
    width: 100%;
    padding: 10px 15px;
    border-top: 2px #ffd0df solid;
  }
}
header > div form input[type="text"] {
  width: 100%;
  height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header > div form input[type="text"] {
    border-radius: 5px;
  }
}
header > div form input[type="submit"] {
  position: absolute;
  right: 65px;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_search_01.svg) no-repeat center / cover;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  header > div form input[type="submit"] {
    right: 30px;
  }
}
header > nav {
  border-bottom: 1px #ffd0df solid;
}
header > nav > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 1270px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
header > nav > ul > li + li {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  header > nav > ul > li + li {
    margin-left: 20px;
  }
}
header > nav > ul > li a {
  display: block;
  padding: 15px 0;
  color: #3c3100;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  header > nav > ul > li a {
    font-size: 0.9em;
  }
}
header > nav > ul > li a.current {
  font-weight: 500;
}
footer {
  padding: 90px 0 30px;
  background-color: #f0f0f0;
}
footer > div {
  width: 1270px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
footer > div em {
  display: block;
  width: 180px;
}
footer > div .sitemap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
footer > div .sitemap ul {
  width: 200px;
  margin-right: 30px;
}
footer > div .sitemap ul:last-child {
  margin-right: 0;
}
footer > div .sitemap ul li {
  position: relative;
  padding-left: 15px;
}
footer > div .sitemap ul li + li {
  margin-top: 5px;
}
footer > div .sitemap ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/icon_rose_01.svg) no-repeat center / cover;
  translate: 0 -40%;
}
footer > div .sitemap ul li a {
  color: #666;
  font-size: 14px;
}
footer > div #copyright {
  display: block;
  margin-top: 100px;
  color: #3c3100;
  font-size: 14px;
}
main {
  width: 1270px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 160px;
}
main .ttl01 {
  display: block;
  margin: 115px 0 60px;
  color: #3c3100;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  main .ttl01 {
    font-size: 20px;
  }
}
main .ttl01 + #top_blog {
  margin-top: 0;
}
main .item_archive {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .item_archive > * {
  width: calc((100% - 110px) / 3);
  margin-right: 55px;
  letter-spacing: 0.06em;
}
main .item_archive > *:nth-child(3n) {
  margin-right: 0;
}
main .item_archive > *:nth-child(n+4) {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  main .item_archive > * {
    width: calc((100% - 30px) / 2);
    margin-right: 30px !important;
  }
  main .item_archive > *:nth-child(2n) {
    margin-right: 0 !important;
  }
  main .item_archive > *:nth-child(n+3) {
    margin-top: 100px;
  }
}
main .item_archive > *.soldout a figure:before {
  content: "SOLD OUT";
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.14em;
  background-color: rgba(128, 128, 128, 0.7);
}
@media screen and (max-width: 768px) {
  main .item_archive > *.soldout a figure:before {
    font-size: 18px;
  }
}
main .item_archive > *.soldout a em {
  color: #b3b3b3;
}
main .item_archive > * a {
  text-decoration: none;
  transition: opacity 0.7s;
  text-decoration: none !important;
}
main .item_archive > * a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .item_archive > * a:hover {
    opacity: 1;
  }
}
main .item_archive > * a:hover img {
  opacity: 1;
}
main .item_archive > * a figure {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
main .item_archive > * a figure img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  translate: 0 -50%;
}
main .item_archive > * a em {
  display: block;
  margin-top: 10px;
  color: #e06eb2;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main .item_archive > * a em {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
main .item_archive > * a p {
  margin-top: 40px;
  color: #666;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .item_archive > * a p {
    margin-top: 25px;
  }
}
main .item_archive > * a p:after {
  content: "（税込）";
}
main .btn01 {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  main .btn01 {
    margin-top: 100px;
  }
}
main .btn01 a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 335px;
  max-width: 80%;
  height: 50px;
  margin: 0 auto;
  border: 1px #3c3100 solid;
  color: #3c3100;
  background-color: #fff;
  text-decoration: none;
  transition: opacity 0.7s;
}
main .btn01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .btn01 a:hover {
    opacity: 1;
  }
}
main .btn01 a:hover img {
  opacity: 1;
}
main .nodata {
  padding: 250px 0;
  font-size: 1.4em;
  text-align: center;
}
main #pankuzu {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
main #pankuzu > li {
  color: #999;
}
main #pankuzu > li + li:before {
  content: ">";
  padding: 0 5px;
}
main #pankuzu > li a {
  color: #3c3100;
  text-decoration: underline;
}
main #pankuzu + .ttl01 {
  margin: 70px 0 85px;
}
@media screen and (max-width: 768px) {
  main #pankuzu + .ttl01 {
    margin: 20px 0 30px;
  }
}
main #top_banner {
  display: block;
}
main #top_banner:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
@media screen and (max-width: 768px) {
  main #top_banner {
    position: relative;
    left: -15px;
    width: 100vw;
    max-width: 100vw;
  }
}
main #top_banner:empty {
  padding-top: 33.46%;
  background: url(../img/loading_01.gif) no-repeat center / 200px auto;
}
@media screen and (max-width: 768px) {
  main #top_banner:empty {
    padding-top: 53.33%;
    background-size: 100px auto;
  }
}
main #top_banner > span:nth-child(n+2), main #top_banner > a:nth-child(n+2) {
  display: none;
}
main #top_banner span, main #top_banner a {
  float: left;
  display: block;
}
main #top_banner .slick-list .slick-track {
  display: block;
  max-width: none;
}
main #top_banner .slick-list .slick-track:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
main #top_banner .slick-dots {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}
main #top_banner .slick-dots li {
  margin: 0 5px;
}
main #top_banner .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: none;
  text-indent: -9999px;
  background-color: #ffc6d8;
}
main #top_banner .slick-dots li.slick-active button {
  background-color: #3c3100;
}
main #top_blog {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row-reverse;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main #top_blog {
    flex-flow: column-reverse;
    margin-top: 60px;
  }
}
main #top_blog .l {
  position: relative;
}
main #top_blog .l:first-child:last-child {
  width: 100%;
}
main #top_blog .l:first-child:last-child:after {
  display: none;
}
main #top_blog .l:first-child:last-child .blog_archive {
  position: relative;
  top: 0;
  padding-right: 0;
  scrollbar-color: transparent transparent;
  overflow-y: hidden;
}
main #top_blog .l:after {
  content: "";
  position: absolute;
  right: 0;
  top: 65px;
  bottom: 0;
  width: 8px;
  height: auto;
  background-color: #ffc6d8;
}
@media screen and (max-width: 768px) {
  main #top_blog .l:after {
    top: 55px;
  }
}
main #top_blog .l .ttl01 {
  margin: 0;
  text-align: left;
}
main #top_blog .l .blog_archive {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 65px;
  bottom: 0;
  width: 100%;
  height: auto;
  padding-right: 14px;
  scrollbar-color: #e06eb2 #ffc6d8;
  scrollbar-width: thin;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  main #top_blog .l .blog_archive {
    position: relative;
    top: 0;
    max-height: 240px;
    margin-top: 20px;
  }
}
main #top_blog .l .blog_archive li {
  padding-bottom: 5px;
  border-bottom: 1px dotted #666;
}
main #top_blog .l .blog_archive li + li {
  margin-top: 20px;
}
main #top_blog .l .blog_archive li > a {
  display: block;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #top_blog .l .blog_archive li > a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #top_blog .l .blog_archive li > a:hover {
    opacity: 1;
  }
}
main #top_blog .l .blog_archive li > a:hover img {
  opacity: 1;
}
main #top_blog .l .blog_archive li > a span {
  display: block;
  color: #666;
  font-size: 14px;
}
main #top_blog .l .blog_archive li > a p {
  color: #e06eb2;
  font-size: 16px;
}
main #top_blog .r:empty {
  display: none;
}
main #top_blog .r:empty + * {
  width: 100%;
}
main #top_blog .r:not(:empty) {
  width: 330px;
  padding-top: 65px;
}
main #top_blog .r:not(:empty) > * + * {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main #top_blog .r:not(:empty) {
    width: auto;
    padding-top: 0;
    margin-top: 30px;
  }
}
main #top_blog .r:not(:empty) + .l {
  width: calc(100% - 380px);
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  main #top_blog .r:not(:empty) + .l {
    width: 100%;
  }
}
main #top_blog .pager {
  margin-top: 50px;
}
main #stock {
  width: 600px;
  margin: 50px auto;
  padding: 15px;
}
main #stock > li {
  padding: 10px 10px 15px;
  border: 3px #666 solid;
  background-color: rgba(149, 218, 161, 0.2);
}
main #stock > li + li {
  margin-top: 30px;
}
main #stock > li:nth-child(2n) {
  background-color: rgba(252, 154, 142, 0.2);
}
main #stock > li > div {
  margin-top: 10px;
}
main #stock > li > div em {
  display: block;
  font-weight: 500;
}
main #stock > li > div p {
  margin: 5px 0;
  font-size: 0.8em;
}
main #stock > li > div .change {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  border: 1px #666 solid;
  background-color: #fff;
}
main #stock > li > div .change span {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-weight: 700;
  text-align: center;
}
main #stock > li > div .change span i {
  padding-right: 3px;
  font-weight: 700;
}
main #stock > li > div .change button {
  position: relative;
  display: block;
  width: 50%;
  height: 40px;
}
main #stock > li > div .change button.m {
  background-color: #FC9A8E;
}
main #stock > li > div .change button.m:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 20px;
  height: 4px;
  background-color: #000;
  translate: -50% -50%;
}
main #stock > li > div .change button.p {
  background-color: #95DAA1;
}
main #stock > li > div .change button.p:before, main #stock > li > div .change button.p:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 20px;
  height: 4px;
  background-color: #000;
  translate: -50% -50%;
}
main #stock > li > div .change button.p:after {
  rotate: 90deg;
}
main #stock > li > div .btn01 {
  margin-top: 20px;
}
main #stock > li > div .btn01 a {
  height: 30px;
}
main #stock_search {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 315px;
  margin: 0 auto;
  border: 1px #ccc solid;
}
main #stock_search input {
  height: 40px;
}
main #stock_search input[type="text"] {
  width: calc(100% - 50px);
  padding: 0 10px;
}
main #stock_search input[type="submit"] {
  width: 50px;
  color: #fff;
  background-color: #e06eb2;
}
main .pager {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .pager > li {
  margin: 0 1.5px;
}
main .pager > li.current span {
  color: #fff;
  background-color: #3c3100;
}
main .pager > li * {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #3c3100;
  background-color: #ffd0df;
  opacity: 1 !important;
  text-decoration: none !important;
}
main .pager > li *.current {
  color: #fff;
  background-color: #3c3100;
}
main .terms {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main .terms {
    display: block;
    width: 345px;
    margin: 0 auto;
  }
}
main .terms select {
  display: block;
  width: 210px;
  height: 24px;
  margin-right: auto;
  border: 1px #3c3100 solid;
  color: #3c3100;
}
@media screen and (max-width: 768px) {
  main .terms select {
    width: 100%;
    height: 40px;
  }
}
main .terms .pager {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  main .terms .pager {
    width: 100%;
    margin: 20px 0 0;
  }
}
main .terms + .item_archive {
  margin: 55px auto 125px;
}
@media screen and (max-width: 768px) {
  main .terms + .item_archive {
    margin: 30px auto 60px;
  }
}
main #detail {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main #detail {
    display: block;
    margin-top: 30px;
  }
}
main #detail #gallery_wrap {
  width: 415px;
}
@media screen and (max-width: 768px) {
  main #detail #gallery_wrap {
    margin: 0 auto;
  }
}
main #detail #gallery_wrap ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
main #detail #gallery_wrap ul > li {
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
}
main #detail #gallery_wrap ul > li:nth-child(5n) {
  margin-right: 0;
}
main #detail #gallery_wrap ul > li i {
  position: relative;
  display: block;
  padding-top: 100%;
  overflow: hidden;
  cursor: pointer;
}
main #detail #gallery_wrap ul > li i img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  translate: 0 -50%;
}
main #detail > div {
  width: calc(100% - 415px);
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  main #detail > div {
    width: auto;
    margin-top: 30px;
    padding-left: 0;
  }
}
main #detail > div .ttl01 {
  margin: 0 0 50px;
}
main #detail > div .price {
  margin-bottom: 20px;
  color: #666;
  font-size: 1.2em;
  font-weight: 700;
}
main #detail > div .soldout {
  color: #f00;
  font-size: 1.4em;
  font-weight: 700;
}
main #detail > div form .num {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main #detail > div form .num span {
  display: block;
  color: #666;
  font-weight: 700;
}
main #detail > div form .num input {
  display: block;
  height: 40px;
}
main #detail > div form .num input[type="number"] {
  width: 50px;
  margin: 0 10px;
  padding: 0 10px;
  border: 1px #666 solid;
  text-align: center;
  -moz-appearance: textfield;
}
main #detail > div form .num input[type="number"]::-webkit-outer-spin-button, main #detail > div form .num input[type="number"]::-webkit-inner-spin-button {
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
  margin: 0;
}
main #detail > div form .num input[type="submit"] {
  width: 150px;
  color: #fff;
  background-color: #3c3100;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #detail > div form .num input[type="submit"]:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #detail > div form .num input[type="submit"]:hover {
    opacity: 1;
  }
}
main #detail > div form .num input[type="submit"]:hover img {
  opacity: 1;
}
main #detail > div .category {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px;
  border-top: 1px #e6e6e6 solid;
  padding-top: 10px;
}
main #detail > div .category li {
  color: #666;
  font-weight: 700;
}
main #detail > div .category li:nth-child(n+2) {
  margin-right: 10px;
}
main #detail > div .category li:last-child {
  margin-right: 0;
}
main #detail > div .category li a {
  color: #3c3100;
  text-decoration: underline;
}
main #detail > div .category li a:hover {
  text-decoration: none;
}
main #detail > div .description {
  margin-top: 50px;
}
main #detail > div .description h2 {
  display: block;
  margin-bottom: 10px;
  color: #3c3100;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
main #sk > * + * {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  main #sk > * + * {
    padding-top: 60px;
  }
}
main #sk > * h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px #EB7093 solid;
  color: #EB7093;
  font-size: 1.2em;
  font-weight: bold;
}
main #sk > * a {
  color: #EB7093;
  text-decoration: underline;
}
main #sk > * a:hover {
  text-decoration: none;
}
main #sk > * > div > div + div {
  padding-top: 20px;
}
main #sk > * > div > div h3 {
  font-weight: bold;
}
main #sk > * > div > div h3:before {
  content: "・";
}
main #blog > h1 {
  display: block;
  padding: 5px 10px;
  border-left: 5px #3c3100 solid;
  border-bottom: 1px #3c3100 solid;
  font-size: 1.2em;
  font-weight: 500;
}
main #blog time {
  display: block;
  margin: 10px 0 20px;
  font-size: 0.8em;
}
main #blog .entry {
  line-height: 2;
}
