@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Noto+Serif+JP:wght@300;400&display=swap");
/*
.element {
    transition: transform .7s ease('easeOutExpo');
}
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, ul li, ol li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

button, input, select, textarea {
  font-size: 100%;
}

input, textarea {
  margin: 0;
  padding: 0;
  outline: none;
}

input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder {
  color: #222222;
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

input[type=button], input[type=submit], input[type=search], input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  resize: vertical;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

html {
  position: relative;
  font-size: 62.5%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  line-height: 1.6;
  color: #222222;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 3.7333333333vw;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 750px) {
  body {
    font-size: 16px;
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}

img[src$=".svg"] {
  width: 100%;
}

a {
  color: #5e5e5e;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

sup {
  vertical-align: top;
  font-size: smaller;
}

ul.ul-normal li {
  position: relative;
  margin-left: 1.2em;
}
ul.ul-normal li::before {
  content: "・";
  position: absolute;
  left: -1.2em;
}

ul.ul-kome li {
  position: relative;
  padding-left: 1.2em;
}
ul.ul-kome li::before {
  content: "※";
  position: absolute;
  left: 0;
}

ol.ol-normal {
  list-style: decimal;
}
ol.ol-normal li {
  margin-left: 1.2em;
}

.align-r {
  text-align: right;
}

::-moz-selection {
  color: #fff;
  background: #696190;
}

::selection {
  color: #fff;
  background: #696190;
}

input, select {
  border: none;
  outline: none;
}

.hide {
  display: none;
}

@media screen and (min-width: 750px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 750px) {
  .pc {
    display: inline;
  }
}

@media screen and (min-width: 750px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 750px) {
  .br-pc {
    display: block;
  }
}

.main-content {
  margin-top: 19.2vw;
  margin-bottom: 6em;
}
@media screen and (min-width: 750px) {
  .main-content {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .main-content {
    margin-top: 80px;
  }
}

.page-image {
  width: 100%;
  margin-bottom: 2em;
}
@media screen and (min-width: 750px) {
  .page-image {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .page-image {
    margin-bottom: 60px;
  }
}
.page-image__pic {
  height: 82.6666666667vw;
  overflow: hidden;
}
.page-image__pic--s {
  height: 48vw;
}
@media screen and (min-width: 750px) {
  .page-image__pic {
    height: 51.6666666667vw;
  }
  .page-image__pic--s {
    height: 20vw;
  }
}
@media screen and (min-width: 1200px) {
  .page-image__pic {
    height: 620px;
  }
  .page-image__pic--s {
    height: 240px;
  }
}

.title-h2 {
  margin: 0 auto 1.2em;
  font-weight: 300;
  font-size: 20px;
  font-size: 5.3333333333vw;
  text-align: center;
}
.title-h2 span {
  position: relative;
  display: inline-block;
}
.title-h2 span::after {
  content: "";
  display: block;
  padding-top: 0.3em;
  border-bottom: 1px solid #222222;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
@media screen and (min-width: 750px) {
  .title-h2 {
    font-size: 24px;
    font-size: 2vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .title-h2 {
    font-size: 2.4rem;
  }
}
.title-h2-plane {
  margin: 0 auto 1.2em;
  font-weight: 300;
  font-size: 20px;
  font-size: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .title-h2-plane {
    font-size: 24px;
    font-size: 2vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .title-h2-plane {
    font-size: 2.4rem;
  }
}
.category {
  margin-top: 16vw;
  margin-bottom: 16vw;
  padding: 5.3333333333vw 0 8vw;
  background: #f4f4f4;
}
@media screen and (min-width: 750px) {
  .category {
    margin-top: 8.3333333333vw;
    margin-bottom: 8.3333333333vw;
    padding: 3.3333333333vw 0 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .category {
    margin-top: 100px;
  }
}
.category__title {
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 750px) {
  .category__title {
    font-size: 20px;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .category__title {
    font-size: 2rem;
  }
}
.category__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 88vw;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .category__cat {
    width: 86.6666666667vw;
    max-width: 1040px;
  }
}
.category .cat-item {
  width: 26.1333333333vw;
}
.category .cat-item a {
  display: block;
}
.category .cat-item a p {
  font-size: 12.8px;
  font-size: 3.4133333333vw;
  text-align: center;
  line-height: 1.3;
}
.category .cat-item a p span {
  display: block;
}
.category .cat-item:nth-of-type(2) a img, .category .cat-item:nth-of-type(3) a img {
  padding: 20%;
}
@media screen and (min-width: 750px) {
  .category .cat-item {
    width: 26.6666666667vw;
    max-width: 320px;
  }
  .category .cat-item a p {
    font-size: 18px;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .category .cat-item a p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 750px) {
  .category .cat-item a p span {
    display: inline;
  }
}
@media screen and (min-width: 1000px) {
  .category .cat-item a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .category .cat-item a:hover {
    opacity: 0.5;
  }
}
.item-list {
  width: 88%;
  margin: 5.3333333333vw auto 0;
}
.item-list--item-page {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .item-list {
    width: 90%;
    max-width: 1540px;
    margin-top: 2.5vw;
  }
  .item-list--item-page {
    margin-top: 6.6666666667vw;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1200px) {
  .item-list {
    margin-top: 30px;
  }
  .item-list--item-page {
    margin-top: 80px;
  }
}
.item-list__title {
  margin-bottom: 1.6em;
}
.item-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-list .item-summary {
  width: 46.6666666667%;
  margin-bottom: 1.6em;
  margin-right: 6.6666666667%;
}
.item-list .item-summary:nth-child(2n) {
  margin-right: 0;
}
.item-list .item-summary__pic {
  margin-bottom: 0.2em;
  border-radius: 1.0666666667vw;
}
.item-list .item-summary__name {
  font-size: 13px;
  font-size: 3.4666666667vw;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0;
}
.item-list .item-summary__price {
  margin-top: 0.2em;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
.item-list .item-summary .soldout_cover {
  margin-bottom: 0.2em;
  background: #c1c1c1;
  text-align: center;
  color: #fff;
}
.item-list .item-summary--3col {
  width: 31.5151515152%;
  margin-right: 2.7272727273%;
}
.item-list .item-summary--3col:nth-child(2n) {
  margin-right: 2.7272727273%;
}
.item-list .item-summary--3col:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 750px) {
  .item-list .item-summary {
    width: 21.2962962963%;
    max-width: 340px;
    margin: 0 1.8518518519% 1.6em;
  }
  .item-list .item-summary:nth-child(2n) {
    margin-right: 1.8518518519%;
  }
  .item-list .item-summary__pic {
    border-radius: 0.3333333333vw;
    overflow: hidden;
  }
  .item-list .item-summary__pic img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .item-list .item-summary__name {
    font-size: 15px;
    font-size: 1.25vw;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .item-list .item-summary__name {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 750px) {
  .item-list .item-summary__price {
    font-size: 16px;
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .item-list .item-summary__price {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 750px) {
  .item-list .item-summary--3col {
    width: 29.6296296296%;
    max-width: 340px;
  }
  .item-list .item-summary a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media screen and (min-width: 750px) {
  .item-list .item-summary a:hover {
    opacity: 0.6;
  }
  .item-list .item-summary a:hover .item-summary__pic img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (min-width: 1200px) {
  .item-list .item-summary__pic {
    border-radius: 4px;
  }
}

.breadcrumb {
  width: 93.3333333333%;
  margin: 0.5em auto 5.3333333333vw;
  color: #5e5e5e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 2;
}
.breadcrumb__child {
  position: relative;
  display: inline-block;
  padding-left: 1.1em;
  word-break: keep-all;
}
.breadcrumb__child::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  display: block;
  border-top: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrumb__child:nth-of-type(1) {
  padding: 0;
}
.breadcrumb__child:nth-of-type(1)::before {
  width: 0;
  height: 0;
  border: none;
}
.breadcrumb__child a {
  display: block;
  color: #5e5e5e;
}
@media screen and (min-width: 750px) {
  .breadcrumb {
    width: 93.3333333333%;
    max-width: 1520px;
    margin: 1.2em auto 3.3333333333vw;
    font-size: 13px;
    font-size: 1.0833333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .breadcrumb {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 750px) and (min-width: 1000px) {
  .breadcrumb__child a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .breadcrumb__child a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumb {
    margin: 1.2em auto 40px;
  }
}

.con-box {
  width: 93.3333333333%;
  margin: 0 auto;
}
.con-box__btn {
  margin-top: 3em !important;
}
@media screen and (min-width: 750px) {
  .con-box {
    width: 70%;
    max-width: 840px;
  }
}
.plane-txt-box {
  width: 91.4285714286%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .plane-txt-box {
    width: 100%;
    max-width: 840px;
  }
}
.enclosure {
  margin-top: -19.2vw;
  padding-top: 19.2vw;
}
@media screen and (min-width: 750px) {
  .enclosure {
    margin-top: -6.6666666667vw;
    padding-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .enclosure {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.enclosure__inner {
  width: 100%;
  padding: 8vw 4.8vw;
  background: #f4f4f4;
}
.enclosure__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  font-size: 3.4666666667vw;
  letter-spacing: 0.04em;
}
.enclosure__dl dt {
  width: 19.7333333333vw;
}
.enclosure__dl dd {
  width: 61.3333333333vw;
  margin-bottom: 1.2em;
  text-align: justify;
}
@media screen and (min-width: 750px) {
  .enclosure__inner {
    padding: 2.5vw 5vw 3.3333333333vw;
  }
  .enclosure__dl {
    font-size: 14px;
    font-size: 1.1666666667vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .enclosure__dl {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 750px) {
  .enclosure__dl dt {
    width: 10.8333333333vw;
  }
  .enclosure__dl dd {
    width: calc(100% - 10.8333333333vw);
  }
}
@media screen and (min-width: 1200px) {
  .enclosure__inner {
    padding: 30px 60px 40px;
  }
  .enclosure__dl dt {
    width: 130px;
  }
  .enclosure__dl dd {
    width: calc(100% - 130px);
  }
}

hr {
  height: 0;
  padding: 0;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, #222222, #222222 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
hr.solid {
  background: #222222;
}
hr.double {
  border-left: none;
  border-right: none;
  border-bottom-width: 3px;
  border-bottom-style: double;
}

form input,
form textarea {
  width: 100%;
  padding: 2.1333333333vw 2.6666666667vw 2.6666666667vw;
  border: 1px solid #5e5e5e;
  border-radius: 0.5333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 4.2666666667vw;
  line-height: 5.8666666667vw;
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #5e5e5e;
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: #5e5e5e;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #5e5e5e;
}
form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  color: #5e5e5e;
}
form input::placeholder,
form textarea::placeholder {
  color: #5e5e5e;
}
form input:focus,
form textarea:focus {
  border: 1px solid rgba(105, 97, 144, 0.4);
}
form input:disabled,
form textarea:disabled {
  border-color: #5e5e5e;
  color: #fff;
}
@media screen and (min-width: 750px) {
  form input,
  form textarea {
    padding: 0.8333333333vw;
    border-radius: 0.1666666667vw;
    font-size: 15px;
    font-size: 1.25vw;
    line-height: 1.8333333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  form input,
  form textarea {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  form input,
  form textarea {
    padding: 10px;
    border-radius: 2px;
    line-height: 22px;
  }
}
form textarea {
  line-height: 1.6;
}
form select {
  width: 100%;
  height: 10.6666666667vw;
  margin: 0;
  padding: 2.6666666667vw;
  border: none;
  outline: none;
  background: #fff;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 4.2666666667vw;
  line-height: 1;
  color: #222222;
}
@media screen and (min-width: 750px) {
  form select {
    height: 3.3333333333vw;
    padding: 0.8333333333vw;
    font-size: 16px;
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  form select {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  form select {
    height: 40px;
    padding: 10px;
  }
}

.btn-black {
  display: block;
  width: 53.3333333333vw;
  margin: 0 auto;
  padding: 2.9333333333vw 0 3.4666666667vw;
  background: #222222;
  font-size: 16px;
  font-size: 4.2666666667vw;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.16em;
  text-align: center;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media screen and (min-width: 750px) {
  .btn-black {
    width: 16.6666666667vw;
    padding: 0.9166666667vw 0 1.0833333333vw;
    font-size: 16px;
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .btn-black {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .btn-black:hover {
    background: #696190;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .btn-black {
    width: 200px;
    padding: 11px 0 13px;
  }
}

.btn-white {
  display: block;
  width: 53.3333333333vw;
  margin: 0 auto;
  padding: 2.9333333333vw 0 3.4666666667vw;
  background: #fff;
  font-size: 16px;
  font-size: 4.2666666667vw;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.16em;
  text-align: center;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media screen and (min-width: 750px) {
  .btn-white {
    width: 16.6666666667vw;
    padding: 0.9166666667vw 0 1.0833333333vw;
    font-size: 16px;
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .btn-white {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .btn-white:hover {
    background: #696190;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .btn-white {
    width: 200px;
    padding: 11px 0 13px;
  }
}

.btn-pmt {
  display: block;
  width: 53.3333333333vw;
  margin: 0 auto;
  padding: 2.9333333333vw 0 3.4666666667vw;
  font-size: 16px;
  font-size: 4.2666666667vw;
  color: #222222;
  line-height: 1;
  letter-spacing: 0.16em;
  text-align: center;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media screen and (min-width: 750px) {
  .btn-pmt {
    width: 16.6666666667vw;
    padding: 0.9166666667vw 0 1.0833333333vw;
    font-size: 16px;
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .btn-pmt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .btn-pmt:hover {
    background: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .btn-pmt {
    width: 200px;
    padding: 11px 0 13px;
  }
}

.iv-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.iv-up.iv-a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}

.iv-bounce {
  opacity: 0;
}
.iv-bounce.iv-a {
  -webkit-animation: bounce 0.4s ease-out forwards;
          animation: bounce 0.4s ease-out forwards;
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.iv-fall {
  opacity: 0;
  -webkit-transform-origin: center 100%;
          transform-origin: center 100%;
}
.iv-fall.iv-a02 {
  -webkit-animation: fall 0.5s ease-out forwards;
          animation: fall 0.5s ease-out forwards;
}

@-webkit-keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(1) translateY(-100%);
            transform: scaleY(1) translateY(-100%);
  }
  70% {
    opacity: 1;
    -webkit-transform: scaleY(0.6) translateY(0);
            transform: scaleY(0.6) translateY(0);
  }
  85% {
    opacity: 1;
    -webkit-transform: scaleY(1.2) translateY(0);
            transform: scaleY(1.2) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
}

@keyframes fall {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(1) translateY(-100%);
            transform: scaleY(1) translateY(-100%);
  }
  70% {
    opacity: 1;
    -webkit-transform: scaleY(0.6) translateY(0);
            transform: scaleY(0.6) translateY(0);
  }
  85% {
    opacity: 1;
    -webkit-transform: scaleY(1.2) translateY(0);
            transform: scaleY(1.2) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1) translateY(0);
            transform: scaleY(1) translateY(0);
  }
}
@-webkit-keyframes step {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@keyframes step {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
.head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 19.2vw;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  will-change: transform;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  transition: all 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (min-width: 768px) {
  .head {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .head {
    height: 80px;
  }
}
.head__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .head__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0.8333333333vw 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .head__inner {
    padding: 10px 20px;
  }
}
.head__logo {
  width: 100%;
}
.head__logo a {
  display: block;
  width: 37.3333333333vw;
  height: 13.3333333333vw;
  margin: 0 auto;
  overflow: hidden;
}
.head__logo a .logoText {
  display: block;
  padding-top: 13.3333333333vw;
  background: url(https://haskap.jp/assets/img/common/logo.svg);
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .head__logo {
    width: 14vw;
  }
  .head__logo a {
    width: 100%;
    height: 5vw;
    margin: 0;
  }
  .head__logo a .logoText {
    padding-top: 5vw;
  }
}
@media screen and (min-width: 1000px) {
  .head__logo {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .head__logo:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1200px) {
  .head__logo {
    width: 168px;
  }
  .head__logo a {
    height: 60px;
  }
  .head__logo a .logoText {
    padding-top: 60px;
  }
}
.head__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 3.4666666667vw;
  left: 3.2vw;
  width: 12.2666666667vw;
  height: 12.2666666667vw;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .head__trigger {
    display: none;
  }
}
.head__trigger i,
.head__trigger i::before,
.head__trigger i::after {
  content: "";
  display: block;
  position: absolute;
  width: 6.9333333333vw;
  height: 0.5333333333vw;
  background-color: #222222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.head__trigger i::before {
  bottom: 2.1333333333vw;
}
.head__trigger i::after {
  top: 2.1333333333vw;
}
.head__cart {
  position: fixed;
  top: 4.2666666667vw;
  right: 3.2vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
.head__cart a {
  position: relative;
  display: block;
  width: 100%;
  height: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .head__cart {
    position: inherit;
    top: inherit;
    right: inherit;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .head__cart a {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .head__cart {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .head__cart:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1200px) {
  .head__cart {
    width: 40px;
    height: 40px;
    background-size: 5.3333333333vw auto;
  }
  .head__cart a {
    width: 40px;
    height: 40px;
    background-size: 40px auto;
  }
}
.head__navbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.3);
  z-index: 998;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media screen and (min-width: 768px) {
  .head__navbg {
    display: none;
  }
}
.head--unpinned {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}

.head-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 70.4vw;
  height: 100vh;
  padding: 19.2vw 5.8666666667vw 5.8666666667vw;
  background: #f4f4f4;
  -webkit-box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.1);
  z-index: 999;
  overflow: auto;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
}
.head-nav .m-content {
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (min-width: 768px) {
  .head-nav {
    position: inherit;
    top: inherit;
    right: inherit;
    width: calc(100% - 14vw - 3.3333333333vw);
    height: inherit;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: visible;
    -webkit-transform: inherit;
            transform: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .head-nav {
    width: calc(100% - 168px - 40px);
  }
}
.head-nav__contens {
  font-size: 15px;
  font-size: 4vw;
}
.head-nav__contens .m-content {
  border: none;
}
.head-nav__contens .m-content a {
  display: block;
  padding: 1.4em 0;
  color: #222222;
  line-height: 1;
}
.head-nav__contens .s-content {
  margin: -0.6em 0 0.8em;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
.head-nav__contens .s-content li {
  margin-top: 1px;
}
.head-nav__contens .s-content li a {
  display: block;
  position: relative;
  margin: 0.2em;
  padding: 0.8em 0 0.8em 0.8em;
  color: #5e5e5e;
  line-height: 1;
}
.head-nav__contens .s-content li a::before {
  content: "-";
  position: absolute;
  top: 0.7em;
  left: 0;
}
@media screen and (min-width: 768px) {
  .head-nav__contens {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3.3333333333vw;
    font-size: 15px;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav__contens {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .head-nav__contens .m-content {
    position: relative;
    margin: 0 0 0 0.3333333333vw;
  }
  .head-nav__contens .m-content a {
    padding: 1.5em 1.2em;
  }
  .head-nav__contens .s-content {
    position: fixed;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    margin: 0 0 0 0;
    font-size: 14px;
    font-size: 1.1666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .head-nav__contens .s-content {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .head-nav__contens .s-content li a {
    margin: 1px 0 0;
    padding: 0.8em 0.8em 0.8em 1.2em;
    background: #f4f4f4;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
  }
  .head-nav__contens .s-content li a::before {
    left: 0.6em;
  }
  .head-nav__contens .s-content li:nth-of-type(1) a {
    margin: 0;
  }
  .head-nav__contens .m-content:hover .s-content {
    max-height: 20vw;
    background: #fff;
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  .head-nav__contens .m-content {
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
  }
  .head-nav__contens .m-content:hover {
    background: #f4f4f4;
  }
  .head-nav__contens .s-content {
    margin-top: 0;
  }
  .head-nav__contens .s-content li a:hover {
    background: rgba(193, 193, 193, 0.5);
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .head-nav__contens {
    margin-right: 40px;
  }
  .head-nav__contens .m-content {
    margin: 0 0 0 4px;
  }
  .head-nav__contens .m-content:hover .s-content {
    max-height: 240px;
  }
}

.nav-open .head {
  background: none;
}
.nav-open .head__trigger i {
  background: rgba(255, 255, 255, 0);
}
.nav-open .head__trigger i::before {
  background-color: #222222;
  bottom: 0;
  -webkit-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
}
.nav-open .head__trigger i::after {
  background-color: #222222;
  top: 0;
  -webkit-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);
}
.nav-open .head-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}
.nav-open .head--unpinned {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@-webkit-keyframes head-out-animation {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes head-out-animation {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.nav-open .head__navbg {
  -webkit-animation: bg-animation 0.5s ease 0s forwards;
          animation: bg-animation 0.5s ease 0s forwards;
}
@-webkit-keyframes bg-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  5% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bg-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  5% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.foot {
  margin-top: auto;
  padding-bottom: 0.8em;
  background: #dddddd;
  color: #5e5e5e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.foot a {
  color: #5e5e5e;
}
.foot__inner {
  position: relative;
  width: 88%;
  margin: 5.3333333333vw auto 8vw;
}
@media screen and (min-width: 750px) {
  .foot__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 1.6666666667vw 1.6666666667vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .foot__inner {
    padding: 20px 20px 0;
  }
}
.foot__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0.4;
}
.foot__logo figure a {
  display: block;
  width: 40vw;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .foot__logo figure a {
    width: 15vw;
  }
}
@media screen and (min-width: 1200px) {
  .foot__logo figure a {
    width: 180px;
  }
}
.foot #baseMenu {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  position: inherit;
  right: inherit;
  top: inherit;
  z-index: inherit;
}
.foot #baseMenu > ul > li {
  float: none;
}
.foot #baseMenu > ul > li.base {
  margin: 0;
}
.foot #baseMenu > ul > li a {
  background-color: inherit;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
}
.foot #baseMenu > ul > li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.foot #baseMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot #baseMenu li a {
  position: relative;
  display: block;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .foot #baseMenu li a {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    margin-left: 0.8333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .foot #baseMenu li a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .foot #baseMenu li a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1200px) {
  .foot #baseMenu li a {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
}
.foot #baseMenu li a img {
  display: none;
}
.foot #baseMenu li a::after {
  content: "";
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-size: 10.6666666667vw auto;
}
@media screen and (min-width: 768px) {
  .foot #baseMenu li a::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    background-size: 5.3333333333vw auto;
  }
}
@media screen and (min-width: 1200px) {
  .foot #baseMenu li a::after {
    width: 40px;
    height: 40px;
    background-size: 40px auto;
  }
}
.foot #baseMenu .base a {
  background: url(https://shoco-late.com/shoptest/assets/img/common/base.svg) 0 0 no-repeat;
}
.foot #baseMenu .cart a {
  background: url(https://shoco-late.com/shoptest/assets/img/common/cart.svg) 0 0 no-repeat;
}
.foot__nav {
  width: 96.9696969697%;
  margin: 1em auto 0;
  font-size: 12px;
  font-size: 3.2vw;
  letter-spacing: 0.04em;
}
.foot__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.foot__nav ul li {
  margin: 0 0 1.2em;
}
.foot__nav ul li:nth-of-type(1) {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .foot__nav {
    width: calc(100% - 46.6666666667vw);
    margin: -1.6666666667vw 0 0;
    font-size: 13px;
    font-size: 1.0833333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .foot__nav {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 750px) {
  .foot__nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .foot__nav ul li {
    margin: 0 1em;
  }
  .foot__nav ul li:nth-of-type(1) {
    width: auto;
  }
}
@media screen and (min-width: 1000px) {
  .foot__nav a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .foot__nav a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1200px) {
  .foot__nav {
    margin: -20px 0 0;
  }
}
.foot__sns {
  position: absolute;
  right: -1.3333333333vw;
  bottom: -14.9333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.foot__sns li {
  margin: 0 0 0 0.5em;
}
.foot__sns li a {
  display: block;
  height: 11.7333333333vw;
}
.foot__sns li a img {
  height: 100%;
}
@media screen and (min-width: 750px) {
  .foot__sns {
    position: inherit;
    right: inherit;
    bottom: inherit;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 23.3333333333vw;
    margin: 0;
  }
  .foot__sns li {
    margin: 0 0 0 0.5em;
  }
  .foot__sns li a {
    height: 4.1666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .foot__sns li a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .foot__sns li a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1200px) {
  .foot__sns {
    width: 280px;
  }
  .foot__sns li a {
    height: 50px;
  }
}
.foot__copyright {
  display: block;
  margin-top: 1em;
  padding: 0 5.3333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 11px;
  font-size: 2.9333333333vw;
  letter-spacing: 0;
}
@media screen and (min-width: 750px) {
  .foot__copyright {
    margin-top: -1.4em;
    padding: 0;
    font-size: 12px;
    font-size: 1vw;
    text-align: center;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .foot__copyright {
    font-size: 1.2rem;
  }
}
#shop-home .home-image {
  width: 100%;
}
@media screen and (min-width: 750px) {
  #shop-home .home-image {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  #shop-home .home-image {
    margin-bottom: 100px;
  }
}
#shop-home .home-image__pic {
  height: 82.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  #shop-home .home-image__pic {
    height: 45vw;
  }
}
@media screen and (min-width: 1200px) {
  #shop-home .home-image__pic {
    height: 540px;
  }
}
#shop-home .home-image__pic img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-animation: animationZoom 12s cubic-bezier(0.445, 0.050, 0.550, 0.950) forwards;
          animation: animationZoom 12s cubic-bezier(0.445, 0.050, 0.550, 0.950) forwards;
}
#shop-home .home-image__about {
  margin-top: 10.6666666667vw;
  text-align: center;
}
#shop-home .home-image__about p {
  font-size: 16px;
  font-size: 4.2666666667vw;
  line-height: 2;
}
#shop-home .home-image__about p span {
  font-size: 11px;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 750px) {
  #shop-home .home-image__about {
    margin-top: 3.3333333333vw;
  }
  #shop-home .home-image__about p {
    font-size: 18px;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #shop-home .home-image__about p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 750px) {
  #shop-home .home-image__about p span {
    font-size: 18px;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #shop-home .home-image__about p span {
    font-size: 1.8rem;
  }
}
#shop-home .home-image__about-btn {
  margin-top: 1.4em;
}
#shop-home .info {
  width: 88%;
  margin: 16vw auto 0;
}
@media screen and (min-width: 750px) {
  #shop-home .info {
    width: 70%;
    max-width: 840px;
    margin-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  #shop-home .info {
    margin-top: 100px;
  }
}
#shop-home .info__inner a {
  color: #222222;
}
#shop-home .info__inner a dl {
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
#shop-home .info__inner a dl::after {
  content: "";
  display: block;
  padding-top: 1em;
  border-bottom: 1px solid #dddddd;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
#shop-home .info__inner a dl dt {
  margin-bottom: 0.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 13px;
  font-size: 3.4666666667vw;
  color: #c1c1c1;
}
#shop-home .info__inner a dl dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 750px) {
  #shop-home .info__inner a dl dt {
    font-size: 14px;
    font-size: 1.1666666667vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #shop-home .info__inner a dl dt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  #shop-home .info__inner a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  #shop-home .info__inner a:hover {
    opacity: 0.5;
  }
}
#shop-home .info__list {
  color: #222222;
}
#shop-home .info__list dl {
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
#shop-home .info__list dl::after {
  content: "";
  display: block;
  padding-top: 1em;
  border-bottom: 1px solid #dddddd;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
#shop-home .info__list dl dt {
  margin-bottom: 0.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 13px;
  font-size: 3.4666666667vw;
  color: #c1c1c1;
}
#shop-home .info__list dl dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 750px) {
  #shop-home .info__list dl dt {
    font-size: 14px;
    font-size: 1.1666666667vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #shop-home .info__list dl dt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  #shop-home .info__list {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  #shop-home .info__list:hover {
    opacity: 0.5;
  }
}
#shop-home .info__link {
  margin-top: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-size: 3.2vw;
  text-align: right;
}
#shop-home .info__link a {
  position: relative;
  display: inline-block;
  padding-right: 0.8em;
  color: #5e5e5e;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#shop-home .info__link a::after {
  content: "";
  position: absolute;
  top: 0.65em;
  right: 0.1em;
  width: 6px;
  height: 6px;
  border-top: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 750px) {
  #shop-home .info__link {
    font-size: 13px;
    font-size: 1.0833333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #shop-home .info__link {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 750px) {
  #shop-home .info__link::after {
    top: 0.65em;
  }
}
@media screen and (min-width: 1000px) {
  #shop-home .info__link a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  #shop-home .info__link a:hover {
    opacity: 0.5;
  }
}
@-webkit-keyframes animationZoom {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes animationZoom {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#home .main-content {
  height: calc(100vh - 19.2vw - 18.6666666667vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #home .main-content {
    height: calc(100vh - 6.6666666667vw - 5vw);
  }
}
#home .ghome__pic {
  width: 90.6666666667vw;
}
#home .ghome__intro {
  position: relative;
  width: 90.6666666667vw;
  height: 80vw;
  margin-top: -10.6666666667vw;
  margin-left: 9.3333333333%;
  padding: 4.8vw 4.8vw 2.6666666667vw;
  background: #f0f0fa;
  text-align: center;
}
#home .ghome__intro p {
  margin-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 2;
}
#home .ghome__intro p span {
  font-size: 11px;
  font-size: 2.9333333333vw;
}
#home .ghome__btn {
  margin-top: 2.6666666667vw;
}
#home .ghome__announce {
  margin-top: 1em;
  text-align: center;
  font-size: 12px;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  #home .ghome {
    width: 73.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  #home .ghome__pic {
    width: 38.3333333333vw;
  }
  #home .ghome__intro {
    position: relative;
    width: 38.3333333333vw;
    height: 38.3333333333vw;
    margin-top: 3.3333333333vw;
    margin-left: -3.3333333333vw;
    padding: 3.75vw;
  }
  #home .ghome__intro p {
    margin-top: 1.6666666667vw;
    padding-bottom: 1.6666666667vw;
    font-size: 18px;
    font-size: 1.5vw;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  #home .ghome__intro p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  #home .ghome__intro p span {
    font-size: 12px;
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  #home .ghome__intro p span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #home .ghome__btn {
    margin-top: 0.8333333333vw;
  }
  #home .ghome__announce {
    width: 100%;
    font-size: 14px;
    font-size: 1.1666666667vw;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  #home .ghome__announce {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  #home .ghome__announce {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  #home .ghome__announce:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1200px) {
  #home .ghome {
    width: 880px;
  }
  #home .ghome__pic {
    width: 460px;
  }
  #home .ghome__intro {
    position: relative;
    width: 460px;
    height: 460px;
    margin-top: 40px;
    margin-left: -40px;
    padding: 45px;
  }
  #home .ghome__intro p {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  #home .ghome__btn {
    margin-top: 10px;
  }
}
#home .foot {
  height: 18.6666666667vw;
  padding: 0 0 0;
  background: none;
}
#home .foot__copyright {
  margin-top: 2.4em;
}
#home .foot__sns {
  right: 5.3333333333vw;
  bottom: 2.6666666667vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #home .foot {
    height: 5vw;
  }
  #home .foot__copyright {
    margin-top: 1.7em;
  }
  #home .foot__sns {
    position: absolute;
    right: 1.25vw;
    bottom: 0.4166666667vw;
    width: auto;
  }
}

#about .about__inner {
  margin-bottom: 6em;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.7;
}
#about .about__inner p {
  margin-bottom: 1.2em;
}
#about .about .enclosure {
  margin-top: -6em;
}
#about .company .enclosure:nth-of-type(1) {
  margin-bottom: 6em;
}

#company .enclosure__dl--logo {
  width: auto;
  height: 2em;
}
@media screen and (min-width: 1000px) {
  #company .enclosure__dl--logo {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  #company .enclosure__dl--logo:hover {
    opacity: 0.5;
  }
}

#blog .main {
  width: 93.3333333333%;
  margin: 0 auto;
}
#blog .main__btn {
  margin-top: 3em !important;
}
@media screen and (min-width: 750px) {
  #blog .main {
    width: 70%;
    max-width: 840px;
  }
}
#blog .main #about.blogListMain, #blog .main #about.blogDetail {
  width: 91.4285714286%;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 750px) {
  #blog .main #about.blogListMain, #blog .main #about.blogDetail {
    width: 100%;
    max-width: 840px;
  }
}
#blog .main #about.blogListMain h2, #blog .main #about.blogListMain h3, #blog .main #about.blogDetail h2, #blog .main #about.blogDetail h3 {
  font-weight: 300;
}
#blog .main #about.blogListMain h3, #blog .main #about.blogDetail h3 {
  margin: 1.2em 0 0.6em;
  font-size: 18px;
  font-size: 4.8vw;
}
@media screen and (min-width: 750px) {
  #blog .main #about.blogListMain h3, #blog .main #about.blogDetail h3 {
    font-size: 18px;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #blog .main #about.blogListMain h3, #blog .main #about.blogDetail h3 {
    font-size: 1.8rem;
  }
}
#blog .main #about.blogListMain h3 b, #blog .main #about.blogDetail h3 b {
  display: inline;
  position: inherit;
}
#blog .main #about.blogListMain h3 b::after, #blog .main #about.blogDetail h3 b::after {
  content: inherit;
  position: inherit;
  width: inherit;
  height: inherit;
  background: inherit;
  border: none;
}
#blog .main #about.blogListMain .blog_title h2, #blog .main #about.blogDetail .blog_title h2 {
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  #blog .main #about.blogListMain .blog_title h2, #blog .main #about.blogDetail .blog_title h2 {
    font-size: 22px;
    font-size: 1.8333333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #blog .main #about.blogListMain .blog_title h2, #blog .main #about.blogDetail .blog_title h2 {
    font-size: 2.2rem;
  }
}
#blog .main #about.blogListMain .blog_publish, #blog .main #about.blogDetail .blog_publish {
  margin: 0 0 1em;
}
#blog .main #about.blogListMain .blog_publish .publish_date, #blog .main #about.blogDetail .blog_publish .publish_date {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 13px;
  font-size: 3.4666666667vw;
  color: #c1c1c1;
}
@media screen and (min-width: 750px) {
  #blog .main #about.blogListMain .blog_publish .publish_date, #blog .main #about.blogDetail .blog_publish .publish_date {
    font-size: 13px;
    font-size: 1.0833333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #blog .main #about.blogListMain .blog_publish .publish_date, #blog .main #about.blogDetail .blog_publish .publish_date {
    font-size: 1.3rem;
  }
}
#blog .main #about.blogListMain .blog_head_image img, #blog .main #about.blogDetail .blog_head_image img {
  margin-bottom: 0.8em;
}
#blog .main #about > .blog_inner {
  margin-top: 2em;
  padding: 2em 0 0;
  border-top: 1px solid #dddddd;
  border-bottom: none;
}
#blog .main #about > .blog_inner:nth-of-type(1) {
  margin-top: 0;
  padding: 0;
  border: none;
}
#blog .main #about > .blog_inner .blog_contents {
  height: auto;
  line-height: 1.5;
}
#blog .main #about > .blog_inner .blog_contents b {
  font-weight: 300;
}
#blog .main #about > .blog_inner .blog_contents .blog_body {
  margin-bottom: 1em;
}
#blog .main #about > .blog_inner .blog_contents .blog_body span {
  background-color: inherit !important;
  font-family: "Noto Serif JP", serif !important;
}
#blog .main #about > .blog_inner .blog_contents .blog_body iframe {
  margin: 0.5em 1em;
}
#blog .main #about > .blog_inner .blog_contents .read_more {
  position: inherit;
  bottom: inherit;
  width: auto;
  padding: 0;
  background: none;
  text-align: right;
}
#blog .main #about > .blog_inner .blog_contents .read_more a {
  font-weight: 300;
  color: #5e5e5e;
}
#blog .iframe-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog__inner {
  width: 91.4285714286%;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 750px) {
  .blog__inner {
    width: 100%;
    max-width: 840px;
  }
}
.blog__inner b {
  display: inline-block;
  position: relative;
  font-weight: 300;
}
.blog__inner b::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 100%;
  border-bottom: 1.2em solid #696190;
  opacity: 0.2;
  z-index: -1;
}
.blog__inner h2, .blog__inner h3 {
  font-weight: 300;
}
.blog__inner h3 {
  margin: 1.2em 0 0.6em;
  font-size: 18px;
  font-size: 4.8vw;
}
@media screen and (min-width: 750px) {
  .blog__inner h3 {
    font-size: 18px;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .blog__inner h3 {
    font-size: 1.8rem;
  }
}
.blog__inner h3 b {
  display: inline;
  position: inherit;
}
.blog__inner h3 b::after {
  content: inherit;
  position: inherit;
  width: inherit;
  height: inherit;
  background: inherit;
  border: none;
}
.blog__item {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #dddddd;
}
.blog__item:nth-of-type(1) {
  margin-top: 0;
  padding: 0;
  border: none;
}
.blog__tit {
  font-size: 20px;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .blog__tit {
    font-size: 22px;
    font-size: 1.8333333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .blog__tit {
    font-size: 2.2rem;
  }
}
.blog__publish {
  margin-bottom: 1em;
}
.blog__publish-date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 13px;
  font-size: 3.4666666667vw;
  color: #c1c1c1;
}
@media screen and (min-width: 750px) {
  .blog__publish-date {
    font-size: 13px;
    font-size: 1.0833333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .blog__publish-date {
    font-size: 1.3rem;
  }
}
.blog__head-image {
  margin-bottom: 0.8em;
}
.blog__contents {
  line-height: 1.5;
}
.blog__contents-body {
  margin-bottom: 1em;
}

.read-more {
  text-align: right;
}
.item-main {
  margin-top: 1em;
}
@media screen and (min-width: 750px) {
  .item-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 86.6666666667%;
    max-width: 1040px;
    margin: 2em auto 0;
  }
}
.item-main__picture {
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .item-main__picture {
    width: 50vw;
  }
}
@media screen and (min-width: 1200px) {
  .item-main__picture {
    width: 600px;
  }
}
.item-main .slidebox {
  position: relative;
  width: 88%;
  margin: 0 auto;
  /*
  	.slide-pic,
  	.thumb-pic {
  		position: relative;
  		img {
  			position: absolute;
  			top: 0;
  			left: 0;
  			width: 100%;
  			height: 100%;
  			object-fit: cover;
  		}
  	}
  */
}
@media screen and (min-width: 750px) {
  .item-main .slidebox {
    width: 100%;
    max-width: 600px;
  }
}
.item-main .slidebox__inner {
  overflow: visible;
}
.item-main .slidebox .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.item-main .slidebox .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.item-main .slidebox__item .slide-pic img {
  border-radius: 1.0666666667vw;
}
@media screen and (min-width: 750px) {
  .item-main .slidebox__item .slide-pic img {
    border-radius: 0.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .item-main .slidebox__item .slide-pic img {
    border-radius: 4px;
  }
}
.item-main .slidebox__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.8em;
  margin-left: -4vw;
}
@media screen and (min-width: 750px) {
  .item-main .slidebox__thumbnail {
    margin-left: -1vw;
  }
}
@media screen and (min-width: 1200px) {
  .item-main .slidebox__thumbnail {
    margin-left: -12px;
  }
}
.item-main .slidebox__thumbnail .thumb-pic {
  width: 26.6666666667vw;
  margin: 0 0 0.4em 4vw;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  border-radius: 1.0666666667vw;
}
.item-main .slidebox__thumbnail .thumb-pic img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 750px) {
  .item-main .slidebox__thumbnail .thumb-pic {
    width: 16vw;
    margin: 0 0 0.4em 1vw;
    border-radius: 0.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .item-main .slidebox__thumbnail .thumb-pic {
    width: 192px;
    margin: 0 0 0.4em 12px;
    border-radius: 4px;
  }
}
.item-main .slidebox__thumbnail .thumb-pic-active {
  opacity: 0.5;
}
.item-main .slidebox__thumbnail .thumb-pic-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.item-main .slidebox .swiper-button-prev,
.item-main .slidebox .swiper-button-next {
  width: 11.7333333333vw;
  height: 11.7333333333vw;
}
.item-main .slidebox .swiper-button-prev::after,
.item-main .slidebox .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 3.2vw;
  right: 0;
  display: block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
}
@media screen and (min-width: 750px) {
  .item-main .slidebox .swiper-button-prev,
  .item-main .slidebox .swiper-button-next {
    width: 2vw;
    height: 3.6666666667vw;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .item-main .slidebox .swiper-button-prev::after,
  .item-main .slidebox .swiper-button-next::after {
    top: 1.0833333333vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .item-main .slidebox .swiper-button-prev:hover,
  .item-main .slidebox .swiper-button-next:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .item-main .slidebox .swiper-button-prev:hover::after,
  .item-main .slidebox .swiper-button-next:hover::after {
    border-color: #c1c1c1;
  }
}
@media screen and (min-width: 1200px) {
  .item-main .slidebox .swiper-button-prev,
  .item-main .slidebox .swiper-button-next {
    width: 24px;
    height: 44px;
  }
  .item-main .slidebox .swiper-button-prev::after,
  .item-main .slidebox .swiper-button-next::after {
    top: 13px;
    width: 20px;
    height: 20px;
  }
}
.item-main .slidebox .swiper-button-prev {
  left: -1.6em;
}
@media screen and (min-width: 750px) {
  .item-main .slidebox .swiper-button-prev {
    left: 0;
  }
}
.item-main .slidebox .swiper-button-next {
  right: -1.6em;
}
@media screen and (min-width: 750px) {
  .item-main .slidebox .swiper-button-next {
    right: 0;
  }
}
.item-main .slidebox .swiper-button-prev::after {
  margin-right: 1.6rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (min-width: 750px) {
  .item-main .slidebox .swiper-button-prev::after {
    margin-right: -0.4rem;
  }
}
.item-main .slidebox .swiper-button-next::after {
  margin-right: 0.8rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.item-main .slidebox .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.item-main .slidebox [class*=swiper]:focus {
  outline: none;
}
.item-main__detail {
  width: 88%;
  margin: 2.4em auto 0;
}
@media screen and (min-width: 750px) {
  .item-main__detail {
    width: 32.5vw;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .item-main__detail {
    width: 390px;
  }
}
.item-main .item-detail__name {
  margin-bottom: 0.8em;
  font-size: 24px;
  font-size: 6.4vw;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 400;
}
.item-main .item-detail__price {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 400;
}
.item-main .item-detail__price--soldout {
  color: #c1c1c1;
}
.item-main .item-detail__price--soldout span {
  display: inline-block;
  margin-left: 1em;
  padding: 0.1em 1.8em;
  background: #c1c1c1;
  color: #fff;
}
.item-main .item-detail__memo li {
  font-size: 13px;
  font-size: 3.4666666667vw;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.04em;
  color: #5e5e5e;
}
.item-main .item-detail__memo li a {
  display: inline-block;
  margin-left: 0.2em;
  padding: 0 0.4em 0.1em 0.4em;
  border: 1px solid #dddddd;
  border-radius: 0.5333333333vw;
  color: #222222;
}
.item-main .item-detail__dscr {
  position: relative;
  margin-top: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.04em;
}
.item-main .item-detail__dscr::before {
  content: "";
  display: block;
  padding-top: 2em;
  border-top: 1px solid #222222;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
@media screen and (min-width: 750px) {
  .item-main .item-detail__name {
    font-size: 28px;
    font-size: 2.3333333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .item-main .item-detail__name {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 750px) {
  .item-main .item-detail__price {
    font-size: 20px;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .item-main .item-detail__price {
    font-size: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .item-main .item-detail__memo li {
    font-size: 13px;
    font-size: 1.0833333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .item-main .item-detail__memo li {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 750px) {
  .item-main .item-detail__memo li a {
    border-radius: 0.1666666667vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1000px) {
  .item-main .item-detail__memo li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .item-main .item-detail__memo li a:hover {
    background: #dddddd;
  }
}
@media screen and (min-width: 1200px) {
  .item-main .item-detail__memo li a {
    border-radius: 2px;
  }
}
.item-main .ageVerificationWarning {
  position: relative;
  margin-top: 0.6em;
  padding-left: 1.4em;
  font-size: 19px;
  font-size: 5.0666666667vw;
  line-height: 1.4;
  color: #a7a7a7;
  letter-spacing: 0;
}
.item-main .ageVerificationWarning i {
  position: absolute;
  top: 0.1em;
  left: 0;
}
@media screen and (min-width: 750px) {
  .item-main .ageVerificationWarning {
    font-size: 21px;
    font-size: 1.75vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .item-main .ageVerificationWarning {
    font-size: 2.1rem;
  }
}
form #itemSelect {
  width: 90%;
  margin: 2em auto 0;
}
@media screen and (min-width: 750px) {
  form #itemSelect {
    width: 100%;
  }
}
form #itemSelect .itemOptionElement {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.6em;
  background: #f4f4f4;
  border-radius: 1.0666666667vw;
}
@media screen and (min-width: 750px) {
  form #itemSelect .itemOptionElement {
    border-radius: 0.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  form #itemSelect .itemOptionElement {
    border-radius: 4px;
  }
}
form #itemSelect .itemOptionElement #x_optionInputArea223477 {
  margin-top: 1em;
}
form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__caption {
  margin-bottom: 0.5em;
  font-size: 13px;
  font-size: 3.4666666667vw;
  color: #5e5e5e;
  line-height: 1.4;
}
@media screen and (min-width: 750px) {
  form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__caption {
    font-size: 13px;
    font-size: 1.0833333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__caption {
    font-size: 1.3rem;
  }
}
form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__input {
  display: inline-block !important;
  width: 80%;
  padding: 2.1333333333vw 2.6666666667vw 2.6666666667vw;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #5e5e5e;
  border-radius: 0.5333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 4.2666666667vw;
  line-height: 5.8666666667vw;
}
form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__input::-webkit-input-placeholder {
  color: #5e5e5e;
}
form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__input::-moz-placeholder {
  color: #5e5e5e;
}
form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__input:-ms-input-placeholder {
  color: #5e5e5e;
}
form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__input::-ms-input-placeholder {
  color: #5e5e5e;
}
form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__input::placeholder {
  color: #5e5e5e;
}
form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__input:focus {
  border: 1px solid rgba(105, 97, 144, 0.4);
}
form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__input:disabled {
  border-color: #5e5e5e;
  color: #fff;
}
@media screen and (min-width: 750px) {
  form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__input {
    padding: 0.8333333333vw;
    border-radius: 0.1666666667vw;
    font-size: 15px;
    font-size: 1.25vw;
    line-height: 1.8333333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__input {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__input {
    padding: 10px;
    border-radius: 2px;
    line-height: 22px;
  }
}
form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__bottomCaptionBlock {
  display: inline-block !important;
  width: 16%;
  font-size: 12px;
  font-size: 3.2vw;
  text-align: right;
}
@media screen and (min-width: 750px) {
  form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__bottomCaptionBlock {
    font-size: 13px;
    font-size: 1.0833333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  form #itemSelect .itemOptionElement #x_optionInputArea223477 .itemOption__bottomCaptionBlock {
    font-size: 1.3rem;
  }
}
form #itemSelect .purchaseElement,
form #itemSelect .itemOptionElement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}
@media screen and (min-width: 750px) {
  form #itemSelect .purchaseElement,
  form #itemSelect .itemOptionElement {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
form #itemSelect .purchaseElement label,
form #itemSelect .itemOptionElement label {
  width: 20%;
}
@media screen and (min-width: 750px) {
  form #itemSelect .purchaseElement label,
  form #itemSelect .itemOptionElement label {
    width: 12%;
    font-size: 14px;
    font-size: 1.1666666667vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  form #itemSelect .purchaseElement label,
  form #itemSelect .itemOptionElement label {
    font-size: 1.4rem;
  }
}
form #itemSelect .purchaseElement select,
form #itemSelect .itemOptionElement select {
  overflow: hidden;
  width: 80%;
  border: 1px solid #222222;
  border-radius: 0.5333333333vw;
  background-repeat: no-repeat;
  background-position: right 0.8em center !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fafafa%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23filter)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cfilter%20id%3D%22filter%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%226%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23333%22%20flood-opacity%3D%220.50%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20result%3D%22blend%22%20mode%3D%22multiply%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22icon-arrow-down%22%20class%3D%22cls-1%22%20d%3D%22M5%2C6l5-6H0Z%22%2F%3E%0A%3C%2Fsvg%3E");
}
@media screen and (min-width: 750px) {
  form #itemSelect .purchaseElement select,
  form #itemSelect .itemOptionElement select {
    width: 72%;
    border-radius: 0.1666666667vw;
  }
  form #itemSelect .purchaseElement select::before,
  form #itemSelect .itemOptionElement select::before {
    top: 0.6666666667vw;
    right: 2vw;
  }
}
@media screen and (min-width: 1000px) {
  form #itemSelect .purchaseElement select,
  form #itemSelect .itemOptionElement select {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  form #itemSelect .purchaseElement select:hover,
  form #itemSelect .itemOptionElement select:hover {
    border-color: rgba(105, 97, 144, 0.4);
  }
}
@media screen and (min-width: 1200px) {
  form #itemSelect .purchaseElement select,
  form #itemSelect .itemOptionElement select {
    border-radius: 2px;
  }
  form #itemSelect .purchaseElement select::before,
  form #itemSelect .itemOptionElement select::before {
    top: 8px;
    right: 24px;
  }
}
form .purchaseButton {
  margin: 2em auto 0;
}
form button[type=submit] {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 4vw 0;
  background: #222222;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
}
form button[type=submit]:disabled {
  opacity: 0.5;
}
@media screen and (min-width: 750px) {
  form button[type=submit] {
    padding: 1.25vw 0;
    font-size: 20px;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  form button[type=submit] {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  form button[type=submit] {
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }
  form button[type=submit]:hover {
    background: #696190;
    color: #fff;
  }
  form button[type=submit]:disabled {
    cursor: default;
    background: #dddddd;
    color: #222222;
  }
}
@media screen and (min-width: 1200px) {
  form button[type=submit] {
    padding: 15px 0;
  }
}

.purchaseButton__btn {
  width: 90%;
  margin: 1em auto;
  padding: 0.3em 0.4em 0.4em 0.4em;
  text-align: center;
}
.purchaseButton__btn--requestRestockMail {
  border: 1px solid #dddddd;
}
.purchaseButton__btn--requestRestockMail {
  display: block;
  border-radius: 0.5333333333vw;
}
@media screen and (min-width: 750px) {
  .purchaseButton__btn--requestRestockMail {
    border-radius: 0.1666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .purchaseButton__btn--requestRestockMail {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .purchaseButton__btn--requestRestockMail:hover {
    background: #dddddd;
  }
}
@media screen and (min-width: 1200px) {
  .purchaseButton__btn--requestRestockMail {
    border-radius: 2px;
  }
}

#itemAttention .attention {
  font-size: 13px;
  font-size: 3.4666666667vw;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #5e5e5e;
  line-height: 1.7;
}
#itemAttention .attention.deliveryShortestDay {
  margin-bottom: 1em;
  padding: 0.6em 0.8em;
  background: #f4f4f4;
  color: #222222;
  line-height: 1.4;
}
@media screen and (min-width: 750px) {
  #itemAttention .attention {
    font-size: 13px;
    font-size: 1.0833333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #itemAttention .attention {
    font-size: 1.3rem;
  }
}
#itemAttention .attention #postageOpen {
  display: inline-block;
  margin-left: 0.2em;
  padding: 0 0.4em 0.1em 0.4em;
  border: 1px solid #dddddd;
  border-radius: 0.5333333333vw;
  color: #222222;
  text-decoration: none;
  font-weight: 300;
}
@media screen and (min-width: 750px) {
  #itemAttention .attention #postageOpen {
    border-radius: 0.1666666667vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1000px) {
  #itemAttention .attention #postageOpen {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #itemAttention .attention #postageOpen:hover {
    background: #dddddd;
  }
}
@media screen and (min-width: 1200px) {
  #itemAttention .attention #postageOpen {
    border-radius: 2px;
  }
}

#reportBtn {
  margin-top: 1.5em;
  padding: 0 1.2em;
  text-align: right;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 750px) {
  #reportBtn {
    font-size: 13px;
    font-size: 1.0833333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #reportBtn {
    font-size: 1.3rem;
  }
}
#reportBtn a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.item-sub {
  margin-top: 3em;
  padding: 0.5em 0 1em;
  background: #f4f4f4;
  text-align: justify;
  text-justify: inter-ideograph;
}
.item-sub #appsItemDetailCustom,
.item-sub .appsItemDetailCustom_rwtW4uzk {
  width: 88%;
  margin: 0 auto;
}
.item-sub #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading,
.item-sub .appsItemDetailCustom_rwtW4uzk #appsItemDetailCustomTag .appsItemDetailCustomTag_heading {
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0 0 0.8em;
  padding-top: 1.8em;
  border-top: 1px solid #c1c1c1;
  font-size: 18px;
  font-size: 4.8vw;
}
.item-sub #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading:nth-of-type(1),
.item-sub .appsItemDetailCustom_rwtW4uzk #appsItemDetailCustomTag .appsItemDetailCustomTag_heading:nth-of-type(1) {
  border: none;
}
.item-sub #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_image,
.item-sub .appsItemDetailCustom_rwtW4uzk #appsItemDetailCustomTag .appsItemDetailCustomTag_image {
  margin-bottom: 0.8em;
  border-radius: 1.0666666667vw;
}
.item-sub #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_image:nth-of-type(2),
.item-sub .appsItemDetailCustom_rwtW4uzk #appsItemDetailCustomTag .appsItemDetailCustomTag_image:nth-of-type(2) {
  display: none;
}
.item-sub #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description,
.item-sub .appsItemDetailCustom_rwtW4uzk #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
  margin-bottom: 2.2em;
  font-size: 14px;
  font-size: 3.7333333333vw;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}
@media screen and (min-width: 750px) {
  .item-sub {
    padding: 1em 0 4em;
  }
  .item-sub #appsItemDetailCustom,
  .item-sub .appsItemDetailCustom_rwtW4uzk {
    width: 86.6666666667%;
    max-width: 1040px;
  }
  .item-sub #appsItemDetailCustom #appsItemDetailCustomTag,
  .item-sub .appsItemDetailCustom_rwtW4uzk #appsItemDetailCustomTag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .item-sub #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading,
  .item-sub .appsItemDetailCustom_rwtW4uzk #appsItemDetailCustomTag .appsItemDetailCustomTag_heading {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-top: 1em;
    font-size: 22px;
    font-size: 1.8333333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .item-sub #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading,
  .item-sub .appsItemDetailCustom_rwtW4uzk #appsItemDetailCustomTag .appsItemDetailCustomTag_heading {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 750px) {
  .item-sub #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading:nth-of-type(1),
  .item-sub .appsItemDetailCustom_rwtW4uzk #appsItemDetailCustomTag .appsItemDetailCustomTag_heading:nth-of-type(1) {
    margin-top: 0;
    font-size: 28px;
    font-size: 2.3333333333vw;
    text-align: center;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .item-sub #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading:nth-of-type(1),
  .item-sub .appsItemDetailCustom_rwtW4uzk #appsItemDetailCustomTag .appsItemDetailCustomTag_heading:nth-of-type(1) {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 750px) {
  .item-sub #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_image,
  .item-sub .appsItemDetailCustom_rwtW4uzk #appsItemDetailCustomTag .appsItemDetailCustomTag_image {
    width: 44.2307692308%;
    max-width: 460px;
    margin: 2em 0;
    border-radius: 0.3333333333vw;
  }
  .item-sub #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_image:nth-of-type(2),
  .item-sub .appsItemDetailCustom_rwtW4uzk #appsItemDetailCustomTag .appsItemDetailCustomTag_image:nth-of-type(2) {
    display: block;
  }
  .item-sub #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description,
  .item-sub .appsItemDetailCustom_rwtW4uzk #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
    width: calc(100% - 460px - 60px);
    padding: 0 2.0833333333vw;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .item-sub #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description,
  .item-sub .appsItemDetailCustom_rwtW4uzk #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .item-sub #appsItemDetailCustom,
  .item-sub .appsItemDetailCustom_rwtW4uzk {
    width: 86.6666666667%;
    max-width: 1040px;
  }
  .item-sub #appsItemDetailCustom .appsItemDetailCustomTag_description,
  .item-sub .appsItemDetailCustom_rwtW4uzk .appsItemDetailCustomTag_description {
    padding: 0 25px;
  }
  .item-sub #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_image,
  .item-sub .appsItemDetailCustom_rwtW4uzk #appsItemDetailCustomTag .appsItemDetailCustomTag_image {
    border-radius: 4px;
  }
}

#contact .inquirySection {
  width: 88%;
  margin: 2em auto 0;
}
@media screen and (min-width: 750px) {
  #contact .inquirySection {
    width: 70%;
    max-width: 840px;
    margin-top: 4em;
  }
}
#contact .inquirySection h1 {
  margin: 0 auto 1.2em;
  font-weight: 300;
  font-size: 20px;
  font-size: 5.3333333333vw;
  text-align: center;
}
#contact .inquirySection h1::first-letter {
  text-transform: capitalize;
}
@media screen and (min-width: 750px) {
  #contact .inquirySection h1 {
    font-size: 24px;
    font-size: 2vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #contact .inquirySection h1 {
    font-size: 2.4rem;
  }
}
#contact .inquirySection p {
  text-align: center;
}
#contact .inquirySection a {
  display: block;
  margin-top: 1em;
  padding: 4vw 0;
  background: #f4f4f4;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 750px) {
  #contact .inquirySection a {
    max-width: 380px;
    margin: 1em auto 0;
    padding: 1.25vw 0;
    font-size: 20px;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #contact .inquirySection a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  #contact .inquirySection a {
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }
  #contact .inquirySection a:hover {
    background: #696190;
    color: #fff;
  }
  #contact .inquirySection a:disabled {
    cursor: default;
    background: #dddddd;
    color: #222222;
  }
}
@media screen and (min-width: 1200px) {
  #contact .inquirySection a {
    padding: 15px 0;
  }
}
#contact .inquirySection form input[type=submit] {
  padding: 4vw 0;
  border-radius: 0;
  border: none;
  background: #222222;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 750px) {
  #contact .inquirySection form input[type=submit] {
    padding: 1.25vw 0;
    font-size: 20px;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #contact .inquirySection form input[type=submit] {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  #contact .inquirySection form input[type=submit] {
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }
  #contact .inquirySection form input[type=submit]:hover {
    background: #696190;
    color: #fff;
  }
  #contact .inquirySection form input[type=submit]:disabled {
    cursor: default;
    background: #dddddd;
    color: #222222;
  }
}
@media screen and (min-width: 1200px) {
  #contact .inquirySection form input[type=submit] {
    padding: 15px 0;
  }
}
#contact .inquirySection form .control-panel {
  max-width: 380px;
  margin: 0 auto;
}
#contact .inquirySection dl dt {
  margin-bottom: 0.2em;
}
#contact .inquirySection dl dt b {
  font-weight: 400;
  color: #5e5e5e;
}
#contact .inquirySection dl dt span {
  position: relative;
  top: -0.3em;
  display: inline-block;
  margin-left: 0.2em;
  color: #ff321e;
  font-size: 75%;
}
#contact .inquirySection dl dd {
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
#contact .inquirySection dl dd.error {
  color: #ff321e;
}
@media screen and (min-width: 750px) {
  #contact .inquirySection dl {
    width: 76.1904761905%;
    max-width: 640px;
    margin: 0 auto;
  }
}
#contact #inquiryConfirmSection dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}
#contact #inquiryConfirmSection dl dt {
  width: 25%;
  margin: 0 0 0.2em;
  padding: 0.4em 0.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-size: 3.2vw;
  background: #f4f4f4;
  letter-spacing: 0;
}
#contact #inquiryConfirmSection dl dd {
  width: 72%;
  margin: 0;
  padding: 0.2em;
}
@media screen and (min-width: 750px) {
  #contact #inquiryConfirmSection dl dt {
    width: 20%;
    padding: 0.4em 0.6em;
    font-size: 14px;
    font-size: 1.1666666667vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #contact #inquiryConfirmSection dl dt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 750px) {
  #contact #inquiryConfirmSection dl dd {
    width: 78%;
    padding: 0;
    font-size: 18px;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #contact #inquiryConfirmSection dl dd {
    font-size: 1.8rem;
  }
}

#privacy,
#law {
  width: 88%;
  margin: 2em auto 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 750px) {
  #privacy,
  #law {
    width: 70%;
    max-width: 840px;
    margin-top: 4em;
  }
}
#privacy h2,
#law h2 {
  margin: 0 auto 1.2em;
  font-weight: 300;
  font-size: 20px;
  font-size: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 750px) {
  #privacy h2,
  #law h2 {
    font-size: 24px;
    font-size: 2vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #privacy h2,
  #law h2 {
    font-size: 2.4rem;
  }
}
#privacy h3,
#law h3 {
  margin: 1.8em 0 0.4em;
  font-weight: 400;
  font-size: 15px;
  font-size: 4vw;
}
@media screen and (min-width: 750px) {
  #privacy h3,
  #law h3 {
    font-size: 15px;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #privacy h3,
  #law h3 {
    font-size: 1.5rem;
  }
}
#privacy dl,
#law dl {
  font-size: 13px;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 750px) {
  #privacy dl,
  #law dl {
    font-size: 13px;
    font-size: 1.0833333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #privacy dl,
  #law dl {
    font-size: 1.3rem;
  }
}
#privacy dl dt,
#law dl dt {
  margin: 1.4em 0 0.4em;
  font-size: 15px;
  font-size: 4vw;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  #privacy dl dt,
  #law dl dt {
    font-size: 16px;
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #privacy dl dt,
  #law dl dt {
    font-size: 1.6rem;
  }
}
#privacy dl dd li,
#law dl dd li {
  margin-top: 0.6em;
}
#privacy dl dd a,
#law dl dd a {
  display: inline-block;
  margin-bottom: 0.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (min-width: 750px) {
  #privacy dl dd,
  #law dl dd {
    padding: 0 0 0 1.7em;
  }
}
#privacy .law_attention,
#law .law_attention {
  margin-top: 0.6em;
  padding: 0.8em;
  background: #f4f4f4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
#privacy .law_anchor:link,
#law .law_anchor:link {
  font-weight: 400 !important;
  color: #222222;
}

#law p {
  padding: 0.4em;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 750px) {
  #law p {
    font-size: 13px;
    font-size: 1.0833333333vw;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  #law p {
    font-size: 1.3rem;
  }
}