@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "\200B";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.fontM {
  font-family: "A1 Gothic M", sans-serif;
}

.fontB {
  font-family: "A1 Gothic B", sans-serif;
}
.font_small {
  font-size: 11px;
  color: #208040;
}

@keyframes menushow {
  0% {
    display: none;
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  1% {
    display: block;
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1, 1);
  }
}

@keyframes cartshow {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
}

html, body {
  min-width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, div, span, p, ul, ol, li, dt, dd, small, a {
  margin: 0;
  padding: 0;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #000;
  font-family: "A1 Gothic R", sans-serif;
  list-style-type: none;
  word-break: normal;
  position: relative;
}

h1, h2, h3, h4, h5, h6, div, span, p, ul, ol, li, dt, dd, small {
  font-size: 1.6rem;
}

a {
  color: #F0641E;
  letter-spacing: .06em;
  text-decoration: none;
  word-break: normal;
}

a:hover {
  opacity: .7;
}

a[target=new]:after,
a[target=_new]:after,
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  /* 以下はお好みで */
  font-size: .8em;
  /* フォントサイズちょっと小さく */
  position: relative;
  /* ちょっと上付きにするための指定 */
  top: -.2em;
  /* ちょっと上付きにする */
  margin-left: 5px;
  margin-right: .5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.sponly {
  display: none !important;
}

.pconly {
  display: block !important;
}

span.yakumotsu {
  margin: 0 0 0 -.5em;
}

.hiddenString {
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  padding: 0;
  border: 0;
}

.btn__notice {
  background-color: #0082C8;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 380px;
  border-radius: 7px;
  text-align: center;
  padding: 5px 0;
}

.attention {
  background-color: #208040;
  padding: 40px 0;
}

.attention__container {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
}

.attention__container-double {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.attention__container-l, .attention__container-r {
  width: calc((100% - 40px) / 2);
}

.attention__container-l {
  margin-right: 40px;
}

.attention h2 {
  font-size: 2.8rem;
  color: #fff;
  font-family: "A1 Gothic B", sans-serif;
  margin-bottom: .5em;
}

.attention h3 {
  font-size: 2.1rem;
  color: #fff;
  font-family: "A1 Gothic M", sans-serif;
  margin-bottom: .5em;
}

.attention p {
  color: #fff;
}

.jisage {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 640px) {
  .btn__notice {
    background-color: #0082C8;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 380px;
    border-radius: 7px;
    text-align: center;
    padding: 5px 0;
    font-size: 1.4rem;
  }
  .attention {
    background-color: #208040;
    padding: 20px 0;
  }
  .attention__container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
  .attention__container-double {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .attention__container-l, .attention__container-r {
    width: 100%;
  }
  .attention__container-l {
    margin-right: 0;
  }
  .attention h2 {
    font-size: 2rem;
    color: #fff;
    font-family: "A1 Gothic B", sans-serif;
    margin-bottom: .5em;
  }
  .attention h3 {
    font-size: 1.6rem;
    color: #fff;
    font-family: "A1 Gothic M", sans-serif;
    margin-bottom: .5em;
    line-height: 1.6;
  }
  .attention p {
    color: #fff;
    font-size: 1.4rem;
  }
  .sponly {
    display: block !important;
  }
  .pconly {
    display: none !important;
  }
}

.header {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity .5s ease;
}

.header-detail {
  opacity: 1;
}

.header.active {
  opacity: 1;
}

.header__contents {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}

.header__links .nocart {
  display: none;
  text-align: center;
  color: #000;
  background-color: #FBC307;
  border-radius: 7px;
  font-size: 1.3rem;
  position: absolute;
  right: 101px;
  top: 26px;
  width: 250px;
  height: 45px;
  line-height: 45px;
  z-index: 2200;
}

.header .logo {
  position: relative;
  top: 14px;
  left: 26px;
}

.shoppingbtn {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #FF0000;
  border-radius: 7px;
  position: absolute;
  right: 101px;
  top: 26px;
  width: 210px;
  height: 45px;
  line-height: 45px;
  z-index: 2200;
}

body.order .shoppingbtn {
  display: none;
}

body.detail-nocart .nocart {
  display: block;
}

@media (max-width: 768px) {
  .header {
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: opacity .5s ease;
  }
  .header.active {
    opacity: 1;
  }
  .header-detail {
    opacity: 1;
  }
  .header__contents {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .header__links .nocart {
    display: none;
    text-align: center;
    color: #000;
    background-color: #FBC307;
    border-radius: 7px;
    position: absolute;
    right: 60px;
    top: 10px;
    width: 140px;
    height: 40px;
    line-height: 1.4;
    z-index: 2200;
    font-size: 1.1rem;
    padding-top: 5px;
  }
  .header .logo {
    position: relative;
    top: 9px;
    width: 138px;
    left: 10px;
  }
  .header .logo img {
    width: 100%;
    height: auto;
  }
  .shoppingbtn {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #FF0000;
    border-radius: 7px;
    position: relative;
    right: 60px;
    top: 10px;
    height: 40px;
    z-index: 2200;
    font-size: 1.1rem;
    width: 90px;
    line-height: 1.2;
    padding-top: 8px;
  }
}

@media (max-width: 350px) {
  .header .logo {
    width: 108px;
  }
}

.footer {
  background-color: #fff;
  overflow: hidden;
}

.footer.cart_on {
  margin-bottom: 150px;
}

.footer__contents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-top: dashed 1px #5C5A5A;
}

.footer__contents-top {
  border-top: none;
}

.footer__contents__container {
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px 0;
  -ms-flex-align: center;
      align-items: center;
}

.footer__contents .share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.footer__contents .share__ttl {
  font-size: 1.3rem;
  margin-right: 2em;
}

.footer__contents .share__list {
  display: -ms-flexbox;
  display: flex;
}

.footer__contents .share__list li {
  margin-right: 40px;
}

.footer__contents .share__list li a {
  color: #3E3A39;
}

.footer__contents .share__list li:last-child {
  margin-right: 0;
}

.footer__contents .contact__list {
  display: -ms-flexbox;
  display: flex;
}

.footer__contents .contact__list li {
  margin-right: 25px;
  line-height: 1.5;
}

.footer__contents .contact__list li:last-child {
  margin-right: 0;
}

.footer__contents .contact__list li a {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
}

.footer__b {
  background-color: #3E3A39;
  padding: 20px;
}

.footer__b__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
}

.footer__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.footer__menu li {
  margin-right: 25px;
}

.footer__menu li a {
  font-size: 1.4rem;
  color: #fff;
}

.footer__menu li:last-child {
  margin-right: 0;
}

.footer .copyright {
  display: block;
  text-align: center;
  margin: 0;
}

.footer .copyright span {
  display: block;
  text-align: center;
}

.footer .copyright small {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  margin: 12px 0 0;
}

@media (max-width: 900px) {
  .footer.cart_on {
    margin-bottom: 75px;
  }
  .footer__contents__container {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px 0 0;
  }
  .footer__contents .share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    border-bottom: dashed 1px #5C5A5A;
    padding-bottom: 20px;
    width: 100%;
  }
  .footer__contents .share__ttl {
    display: block;
    font-size: 1.1rem;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer__contents .share__list {
    display: -ms-flexbox;
    display: flex;
  }
  .footer__contents .share__list li {
    margin-right: 40px;
    width: 40px;
  }
  .footer__contents .share__list li a {
    color: #3E3A39;
  }
  .footer__contents .share__list li:last-child {
    margin-right: 0;
  }
  .footer__contents .contact {
    width: 100%;
  }
  .footer__contents .contact__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 90%;
    margin: 15px auto;
  }
  .footer__contents .contact__list li {
    margin-right: 25px;
  }
  .footer__contents .contact__list li:last-child {
    margin-right: 0;
  }
  .footer__contents .contact__list li a {
    color: #000;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .footer__b {
    background-color: #3E3A39;
    padding: 20px;
  }
  .footer__b__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    max-width: 900px;
  }
  .footer__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer__menu li {
    margin-right: 25px;
  }
  .footer__menu li a {
    font-size: 1.2rem;
    color: #fff;
  }
  .footer__menu li:last-child {
    margin-right: 0;
  }
  .footer .copyright {
    display: block;
    text-align: center;
    margin: 10px auto;
  }
  .footer .copyright span {
    display: block;
    text-align: center;
    width: 55px;
    margin: 0 auto;
  }
  .footer .copyright small {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    margin: 8px 0 0;
  }
}

.main .badge {
  width: 200px;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 1000;
}

.main .badge img {
  width: 100%;
}

.main__img {
  width: 100%;
  height: 600px;
}

.main__img::after {
  content: "";
  background-image: url("../img/index/curve.png");
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 0;
  padding-top: 5.833333333%;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2000;
  background-repeat: no-repeat;
}

.main__img__wrapper {
  width: 100%;
  height: 100%;
}

.main__img__slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.main__img__slide img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  -ms-transform: translate(-50%, -50%) scale(1, 1);
      transform: translate(-50%, -50%) scale(1, 1);
}

.main__img__slide.swiper-slide-active img, .main__img__slide.swiper-slide-prev img {
  -ms-transform: translate(-50%, -50%) scale(1.05, 1.05);
      transform: translate(-50%, -50%) scale(1.05, 1.05);
}

.main__img__slide.swiper-slide-active img {
  transition: transform 4000ms linear;
}

.movie {
  padding-bottom: 50px;
}

.movie__ttl {
  font-size: 2.8rem;
  color: #208040;
  font-family: "A1 Gothic B", sans-serif;
  line-height: 1.6;
  display: block;
  width: 95%;
  margin: 1.5em auto;
  max-width: 200px;
}

.movie iframe {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 56.25vw;
  max-height: 562px;
  margin: 0 auto;
}

.intro {
  padding: 20px 0;
  text-align: center;
}

.intro__img {
  margin-bottom: 35px;
}

.intro .arrow {
  display: block;
  width: 100px;
  margin: 30px auto;
}

.intro p {
  font-family: "A1 Gothic R", sans-serif;
  font-size: 1.6rem;
  width: 90%;
  max-width: 450px;
  margin: 0 auto 2em;
  text-align: left;
}

.topics {
  background-color: #208040;
}

.topics h2 {
  font-size: 3.4rem;
  font-family: "A1 Gothic B", sans-serif;
  text-align: center;
  display: block;
  color: #fff;
  padding: 25px 0;
}

.topics__slide {
  width: 100%;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

.topics__slide__item {
  padding-bottom: 35px;
}

.topics__slide__item img {
  width: 100%;
  margin-bottom: 15px;
}

.topics__slide__item span {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.2;
  font-family: "A1 Gothic B", sans-serif;
}

.topics__slide__item span.topics__slide__ttl {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "A1 Gothic M", sans-serif;
  margin-bottom: .5em;
}

.topics__slide .swiper-pagination-bullet-active {
  background: rgba(255, 245, 99, 0.9);
}

.features {
  background-image: url("../img/index/bg_features.png");
  background-color: rgba(255, 245, 99, 0.9);
  background-repeat: repeat;
  background-size: 15px 15px;
  padding: 55px 0 0;
}

.features__container {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
}

.features h2 {
  padding: 0 0 10px;
  margin-bottom: 45px;
  line-height: 1.4;
}

.features h2 span {
  margin-left: 20px;
  font-size: 3.4rem;
  color: #208040;
  font-family: "A1 Gothic B", sans-serif;
  line-height: 1.4;
}

.features__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: left;
      justify-content: left;
}

.features__item {
  margin-bottom: 55px;
  width: calc((100% - 70px) / 3);
  margin-right: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.features__item:nth-last-of-type(1) {
  margin-right: 0;
}

.features__item h3 {
  color: #208040;
  font-family: "A1 Gothic B", sans-serif;
  font-size: 1.9rem;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0;
}

.features__item h3.num:before {
  content: "";
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  width: 45px;
  height: 45px;
  display: block;
  background-image: url("../img/cloud_green.png");
  background-size: contain;
  line-height: 45px;
  margin: -5px 0px 5px 0;
  font-family: "A1 Gothic B", sans-serif;
  vertical-align: middle;
}

.features__item h3.num-1:before {
  content: "1";
}

.features__item h3.num-2:before {
  content: "2";
}

.features__item h3.num-3:before {
  content: "3";
}

.features__item h3.num-4:before {
  content: "4";
}

.features__item p {
  color: #208040;
  font-size: 1.3rem;
  line-height: 1.625;
  margin-bottom: 12px;
}

.features__item p img {
  width: 100%;
}

.features__item img {
  border-radius: 10px;
}

.lineup {
  border-bottom: 1px dashed #000;
}

.lineup .credit {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: right;
  padding: 2em 0;
  font-size: 1.3rem;
}

.lineup__ttl {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 45px 0;
}

.lineup__ttl h2 {
  font-size: 3.4rem;
  color: #208040;
  font-family: "A1 Gothic B", sans-serif;
  line-height: 1.2;
  margin-bottom: .3em;
}

.lineup__ttl span {
  font-size: 1.9rem;
  color: #208040;
  font-family: "A1 Gothic B", sans-serif;
}

.lineup__ttl p {
  color: #208040;
  font-size: 1.5rem;
  line-height: 1.7;
}

.lineup__items {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-align: start;
      align-items: flex-start;
}

.lineup__item {
  position: relative;
  width: calc((100% - 70px) / 3);
  margin-right: 35px;
  margin-bottom: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.lineup__item:nth-of-type(3n) {
  margin-right: 0;
}

.lineup__item h2 {
  font-family: "A1 Gothic B", sans-serif;
  font-size: 2.0rem;
  color: #000;
  line-height: 1.5;
  margin: 22px 0 0;
}

.lineup__item h2 span.yakumotsu {
  font-family: "A1 Gothic B", sans-serif;
  font-size: 2.0rem;
  color: #000;
  line-height: 1.5;
}

.lineup__item p {
  line-height: 1.8;
}

.lineup__item p img {
  width: 100%;
}

.lineup__item .btn__more {
  border: 1px solid #666666;
  border-radius: 40px;
  text-align: center;
  color: #666666;
  width: 80%;
  max-width: 400px;
  display: block;
  margin: 10px auto 0 0;
  font-size: 1.5rem;
  font-family: "A1 Gothic M", sans-serif;
  padding: 2px 0;
}

.lineup__tags {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 1000;
}

.lineup__tag {
  font-size: 1.0rem;
  color: #fff;
  text-align: center;
  width: 55px;
  height: 55px;
  display: inline-block;
  background-image: url("../img/cloud_green.png");
  background-size: contain;
  line-height: 55px;
  margin: 0;
  font-family: "A1 Gothic M", sans-serif;
  vertical-align: middle;
}

.lineup__products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: top;
      align-items: top;
  margin-bottom: 12px;
}

.lineup__product {
  width: 100%;
}

.lineup__product .btn__cart {
  background-color: #E65000;
  border-radius: 7px;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 215px;
  display: block;
  margin: 10px 0 0;
  font-size: 1.8rem;
  font-family: sans-serif;
  font-weight: bold;
}

.lineup__product .sold {
  font-size: 1.3rem;
  color: #333;
  display: none;
}

.lineup__product .sold.active {
  display: block;
}

.lineup__product .stock {
  font-size: 1.3rem;
  text-align: center;
  padding: 5px 0;
}

.lineup__setup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  font-size: 1.3rem;
  color: #727171;
  line-height: 1.5;
  margin: 10px 0 0;
  font-family: "A1 Gothic M", sans-serif;
}

.lineup__attention {
  display: block;
  font-size: 1.3rem;
  color: #333;
  line-height: 1.4 !important;
  margin-top: 10px;
  font-family: "A1 Gothic M", sans-serif;
  padding-left: 1em;
  text-indent: -1em;
}

.lineup__value {
  line-height: 1.5;
}

.lineup__value .value {
  font-size: 2.6rem;
  line-height: 1.5;
  font-family: "A1 Gothic M", sans-serif;
}

.lineup__value .yen {
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "A1 Gothic M", sans-serif;
}

.lineup__value .tax {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "A1 Gothic M", sans-serif;
}

.lineup__value .tax span.yakumotsu {
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "A1 Gothic M", sans-serif;
}

.voices {
  background-color: #A4B991;
  padding: 46px 0;
}

.voices__ttl {
  text-align: center;
  margin-bottom: 46px;
}

.voices__contents {
  width: 95%;
  max-width: 1088px;
  margin: 0 auto;
}

.voices__contents__list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.voices__contents__item {
  border-top: 1px dashed #5C5A5A;
  width: 45.7%;
  margin-right: 8.6%;
  padding: 19px 0;
  display: -ms-flexbox;
  display: flex;
}

.voices__contents__item:nth-child(2n) {
  margin-right: 0;
}

.voices__contents__item__content {
  width: calc(100% - 130px);
}

.voices__contents__item__content > p {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "A1 Gothic M", sans-serif;
}

.voices__contents__item__content > p span.yakumotsu {
  font-size: 1.8rem;
  line-height: 1.6;
}

.voices__contents__item__content > p.voices__name {
  font-size: 1.4rem;
  margin-top: 5px;
  font-family: "A1 Gothic R", sans-serif;
}

.voices__contents__item__content > span {
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "A1 Gothic M", sans-serif;
  border-radius: 7px;
  background-color: #208040;
  padding: 7px;
  color: #fff;
  margin-bottom: 15px;
}

.voices__contents__item__content > span.seisan {
  background-color: #0082C8;
}

.voices__contents__item__img {
  margin-right: 34px;
}

.voices__contents__item__img img {
  width: 130px;
  height: auto;
}

.notice {
  padding: 45px 0 35px;
}

.notice__container {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
}

.notice__container-l, .notice__container-r {
  width: calc((100% - 70px) / 2);
}

.notice__container-l {
  margin-right: 70px;
}

.notice__container h2 {
  font-size: 2.6rem;
  font-family: "A1 Gothic B", sans-serif;
  line-height: 1.6;
  color: #0082C8;
}

.notice__container p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 1em 0;
}

.notice__container .btn__notice {
  background-color: #0082C8;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 380px;
  border-radius: 7px;
  text-align: center;
  padding: 5px 0;
}

.about {
  padding: 55px 0 20px;
  border-top: 1px dashed #000;
}

.about__img {
  text-align: center;
  width: 95%;
  max-width: 1107px;
  margin: 0 auto;
}

.about__img img {
  width: 100%;
  height: auto;
}

.about__container {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
}

.about__container-l, .about__container-r {
  width: calc((100% - 70px) / 2);
}

.about__container-l {
  margin-right: 70px;
}

.about h3 {
  font-size: 1.8rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  line-height: 1.6;
  font-family: "A1 Gothic B", sans-serif;
  margin-bottom: 20px;
}

.about h2 {
  font-family: "A1 Gothic B", sans-serif;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 50px;
}

.about p {
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.6;
}

.about p img {
  width: 100%;
}

@media (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .main .badge {
    width: 33vw;
    position: absolute;
    right: 13px;
    top: 13px;
    z-index: 1000;
  }
  .main .badge img {
    width: 100%;
  }
  .main__img {
    width: 100%;
    height: 125vw;
  }
  .main__img__wrapper {
    width: 100%;
    height: 100%;
  }
  .main__img__slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .main__img__slide img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -ms-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
  }
  .main__img__slide.swiper-slide-active img, .main__img__slide.swiper-slide-prev img {
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
        transform: translate(-50%, -50%) scale(1.1, 1.1);
  }
  .main__img__slide.swiper-slide-active img {
    transition: transform 4000ms linear;
  }
  .movie {
    padding-bottom: 30px;
  }
  .movie__ttl {
    font-size: 2rem;
    color: #208040;
    font-family: "A1 Gothic B", sans-serif;
    line-height: 1.6;
    display: block;
    width: 90%;
    margin: 1em auto;
    max-width: 90%;
    text-align: left;
  }
  .movie iframe {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 56.25vw;
    max-height: 675px;
    margin: 0 auto;
  }
  .intro {
    padding: 20px 0 0;
    text-align: center;
    width: 90vw;
    margin: 0 auto;
  }
  .intro__img {
    text-align: center;
  }
  .intro__img img {
    height: auto;
    width: 80vw;
  }
  .intro .arrow {
    display: block;
    width: 100px;
    margin: 25px auto;
  }
  .intro .arrow img {
    width: 8vw;
    height: 8vw;
  }
  .intro p {
    font-family: "A1 Gothic R", sans-serif;
    font-size: 1.5rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2em;
    text-align: left;
  }
  .intro p a {
    font-size: 1.5rem;
  }
  .topics {
    background-color: #208040;
  }
  .topics h2 {
    font-size: 1.9rem;
    font-family: "A1 Gothic B", sans-serif;
    text-align: center;
    display: block;
    color: #fff;
    padding: 15px 0;
  }
  .topics__slide {
    width: 100%;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    padding: 0 0 30px !important;
  }
  .topics__slide__item {
    padding-bottom: 20px;
  }
  .topics__slide__item a {
    display: block;
    line-height: 1.4;
  }
  .topics__slide__item img {
    width: 100%;
    margin-bottom: 12px;
  }
  .topics__slide__item span {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.4;
    font-family: "A1 Gothic B", sans-serif;
    word-wrap: break-word;
  }
  .features {
    background-image: url("../img/index/bg_features.png");
    background-color: rgba(255, 245, 99, 0.9);
    background-repeat: repeat;
    background-size: 15px 15px;
    padding: 23px 0 0;
  }
  .features__container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
  .features h2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    width: 70vw;
    padding: 0 0 10px;
    margin-bottom: 20px;
    line-height: 1.4;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .features h2 span {
    margin-left: 20px;
    font-size: 1.7rem;
    color: #208040;
    font-family: "A1 Gothic B", sans-serif;
    line-height: 1.4;
  }
  .features__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: left;
        justify-content: left;
  }
  .features__item {
    margin-bottom: 26px;
    width: 100%;
    margin-right: 0;
  }
  .features__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .features__item img {
    border-radius: 10px;
  }
  .features__item h3 {
    color: #208040;
    font-family: "A1 Gothic B", sans-serif;
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .features__item h3.num:before {
    content: "";
    font-size: 2rem;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url("../img/cloud_green.png");
    background-size: contain;
    line-height: 30px;
    margin: -5px 10px 0 0;
    font-family: "A1 Gothic B", sans-serif;
    vertical-align: middle;
  }
  .features__item h3.num-1:before {
    content: "1";
  }
  .features__item h3.num-2:before {
    content: "2";
  }
  .features__item h3.num-3:before {
    content: "3";
  }
  .features__item h3.num-4:before {
    content: "4";
  }
  .features__item p {
    color: #208040;
    font-size: 1.5rem;
    line-height: 1.625;
    margin-bottom: 12px;
  }
  .features__item p img {
    width: 100%;
  }
  .lineup__ttl {
    width: 90vw;
    text-align: left;
    padding: 20px 0;
    margin-bottom: 2rem;
  }
  .lineup__ttl h2 {
    font-size: 2.2rem;
    color: #208040;
    font-family: "A1 Gothic B", sans-serif;
  }
  .lineup__ttl p {
    font-size: 1.3rem;
  }
  .lineup__items {
    width: 90vw;
    max-width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: left;
        justify-content: left;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .lineup__item {
    width: calc((100% - 5vw) / 2);
    margin: 0 5vw 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lineup__item:nth-of-type(3n) {
    margin-right: 5vw;
  }
  .lineup__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .lineup__item:nth-last-of-type(1) {
    border-bottom: none;
  }
  .lineup__item h2 {
    font-family: "A1 Gothic B", sans-serif;
    font-size: 1.6rem;
    color: #000;
    line-height: 1.5;
    min-height: 0;
    margin: 10px auto;
    width: 100%;
  }
  .lineup__item h2 span.yakumotsu {
    font-family: "A1 Gothic B", sans-serif;
    font-size: 1.4rem;
    color: #000;
    line-height: 1.5;
  }
  .lineup__item p {
    line-height: 1.75;
    font-size: 1.5rem;
    margin: 10px auto;
    width: 100%;
  }
  .lineup__item p img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .lineup__item p.lineup__value, .lineup__item p.lineup__setup {
    width: 100%;
    margin: 0 auto;
    font-size: 1.3rem;
  }
  .lineup__item .btn__more {
    border-radius: 40px;
    text-align: center;
    width: 90%;
    max-width: 100%;
    display: block;
    margin: 10px auto 20px 0;
    font-size: 1.5rem;
    padding: 0;
    font-family: "A1 Gothic M", sans-serif;
  }
  .lineup__tags {
    top: 0;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-transform: scale(0.7);
        transform: scale(0.7);
    right: -4vw;
  }
  .lineup__tag {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url("../img/cloud_green.png");
    background-size: contain;
    line-height: 50px;
    margin: 0;
    font-family: "A1 Gothic M", sans-serif;
    vertical-align: middle;
  }
  .lineup__products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
        justify-content: left;
    width: 100%;
    margin: 0 auto;
  }
  .lineup__product {
    width: 100%;
    margin-right: 0;
  }
  .lineup__product:nth-of-type(2n) {
    margin-right: 0;
  }
  .lineup__product .btn__cart {
    background-color: #E65000;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 10px 0 0;
    font-size: 1.4rem;
    font-family: sans-serif;
    font-weight: bold;
    padding: 5px 0;
  }
  .lineup__product .stock {
    font-size: 1.1rem;
    text-align: center;
    padding: 5px 0;
  }
  .lineup__setup {
    font-size: 1.1rem;
    color: #727171;
    min-height: 0;
    line-height: 1.5;
    margin: 20px 0 0;
    font-family: "A1 Gothic M", sans-serif;
  }
  .lineup__attention {
    display: block;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.4 !important;
    margin-top: 10px;
    font-family: "A1 Gothic M", sans-serif;
    padding-left: 1em;
    text-indent: -1em;
  }
  .lineup__value {
    line-height: 1.5;
  }
  .lineup__value .value {
    font-size: 1.9rem;
    line-height: 1.5;
    font-family: "A1 Gothic M", sans-serif;
  }
  .lineup__value .yen {
    font-size: 1.1rem;
    line-height: 1.5;
    font-family: "A1 Gothic M", sans-serif;
  }
  .lineup__value .tax {
    display: block;
    font-size: 1.0rem;
    line-height: 1.5;
    font-family: "A1 Gothic M", sans-serif;
  }
  .lineup__value .tax span.yakumotsu {
    font-size: 1.0rem;
    line-height: 1.5;
    font-family: "A1 Gothic M", sans-serif;
  }
  .voices {
    background-color: #A4B991;
    padding: 7.5vw 0;
  }
  .voices__ttl {
    text-align: center;
    margin-bottom: 7.5vw;
  }
  .voices__ttl img {
    height: 3.9vw;
    width: auto;
  }
  .voices__contents {
    width: 89%;
    max-width: 89%;
    margin: 0 auto;
  }
  .voices__contents__list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .voices__contents__item {
    border-top: 1px dashed #5C5A5A;
    width: 100%;
    margin-right: 0;
    padding: 6.875vw 0;
    display: -ms-flexbox;
    display: flex;
  }
  .voices__contents__item:nth-child(2n) {
    margin-right: 0;
  }
  .voices__contents__item__content {
    width: calc(100% - 24.2125vw);
  }
  .voices__contents__item__content > p {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .voices__contents__item__content > p span.yakumotsu {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .voices__contents__item__content > p.voices__name {
    font-size: 1.3rem;
    margin-top: 1vw;
    font-family: "A1 Gothic M", sans-serif;
  }
  .voices__contents__item__content > span {
    display: inline-block;
    line-height: 1;
    font-size: 1.1rem;
    font-family: "A1 Gothic M", sans-serif;
    border-radius: 7px;
    background-color: #208040;
    padding: 1.5vw;
    color: #fff;
    margin-bottom: 2.6875vw;
  }
  .voices__contents__item__content > span.seisan {
    background-color: #0082C8;
  }
  .voices__contents__item__img {
    margin-right: 3.9vw;
  }
  .voices__contents__item__img img {
    width: 20.3125vw;
    height: auto;
  }
  .notice {
    padding: 24px 0;
  }
  .notice__container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: left;
        justify-content: left;
  }
  .notice__container-l, .notice__container-r {
    width: 100%;
  }
  .notice__container-l {
    margin-right: 0;
  }
  .notice__container h2 {
    font-size: 1.9rem;
    font-family: "A1 Gothic B", sans-serif;
    line-height: 1.6;
    color: #0082C8;
  }
  .notice__container p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 1em 0;
  }
  .notice__container .btn__notice {
    background-color: #0082C8;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 380px;
    border-radius: 7px;
    text-align: center;
    padding: 5px 0;
    font-size: 1.6rem;
  }
  .about {
    padding: 23px 0;
  }
  .about__container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: left;
        justify-content: left;
  }
  .about__container-l, .about__container-r {
    width: 100%;
  }
  .about__container-l {
    margin-right: 0;
  }
  .about h3 {
    font-size: 1.3rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    line-height: 1.6;
    font-family: "A1 Gothic B", sans-serif;
    margin-bottom: 10px;
  }
  .about h2 {
    font-family: "A1 Gothic B", sans-serif;
    font-size: 1.9rem;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .about p {
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.8;
    font-size: 1.5rem;
  }
  .about p img {
    width: 100%;
  }
}

.menu__icon,
.menu__icon span {
  display: inline-block;
  transition: all .2s;
  box-sizing: border-box;
}

.menu__icon {
  position: absolute;
  right: 26px;
  top: 26px;
  z-index: 2300;
  width: 45px;
  height: 45px;
  display: block;
  background-color: rgba(32, 128, 64, 0.9);
  border-radius: 7px;
}

.menu__icon:hover {
  cursor: pointer;
}

.menu__icon span {
  position: absolute;
  left: 10px;
  width: 25px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}

.menu__icon span:nth-of-type(1) {
  top: 11px;
}

.menu__icon span:nth-of-type(2) {
  top: 21px;
}

.menu__icon span:nth-of-type(3) {
  top: 31px;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(36deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

.menu__icon span:nth-of-type(2) {
  transition: all .1s .1s;
  opacity: 1;
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-6px) rotate(-36deg);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

.menu__icon.active span {
  left: 8px;
  width: 30px;
}

.menu__icon.active span:nth-of-type(1) {
  animation: active-menu-bar01 .2s forwards;
  top: 15px;
}

.menu__icon.active span:nth-of-type(3) {
  top: 27px;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(6px) rotate(36deg);
  }
}

.menu__icon.active span:nth-of-type(2) {
  opacity: 0;
}

.menu__icon.active span:nth-of-type(3) {
  animation: active-menu-bar03 .2s forwards;
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(-6px) rotate(-36deg);
  }
}

.menu__contents {
  background-color: rgba(255, 255, 255, 0.9);
  width: 330px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2250;
  display: none;
  opacity: 0;
  animation: menushow 0.5s cubic-bezier(0.17, 0.67, 0.49, 1.01);
}

.menu__contents.active {
  opacity: 1;
  display: block;
}

.menu__contents__lists {
  padding-top: 90px;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: scroll;
}

.menu__contents__list {
  width: 84%;
  margin: 18px auto;
  border-bottom: 1px dashed #5C5A5A;
}

.menu__contents__list:nth-last-of-type(1) {
  border-bottom: none;
}

.menu__contents__list li {
  display: block;
  margin-bottom: 8px;
}

.menu__contents__list li.btn {
  margin-bottom: 18px;
}

.menu__contents__list li a {
  display: block;
  color: #000;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
}

.menu__contents__list li a:before {
  content: "・";
  display: inline;
}

.menu__contents__list li a.shoppingbtn {
  width: auto;
  height: auto;
  color: #fff;
  padding: 10px 20px;
  line-height: 1.5;
  font-size: 1.9rem;
  text-indent: 0;
}

.menu__contents__list li a.shoppingbtn:before {
  content: none;
}

.menu__contents__list li a.btn__notice {
  width: auto;
  height: auto;
  color: #fff;
  text-align: left;
  padding: 10px 20px;
  line-height: 1.5;
  font-size: 1.9rem;
  text-indent: 0;
}

.menu__contents__list li a.btn__notice:before {
  content: none;
}

body.detail-nocart .shoppingbtn, body.detail-nocart .menu__contents li a.shoppingbtn {
  display: none;
}

body.detail-attention .menu__contents__list li a.btn__notice {
  display: none;
}

@media (max-width: 768px) {
  .menu__icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2300;
    width: 40px;
    height: 40px;
    display: block;
    background-color: rgba(32, 128, 64, 0.9);
    border-radius: 7px;
  }
  .menu__icon:hover {
    cursor: pointer;
  }
  .menu__icon span {
    position: absolute;
    left: 8px;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
  }
  .menu__icon span:nth-of-type(1) {
    top: 10px;
  }
  .menu__icon span:nth-of-type(2) {
    top: 19px;
  }
  .menu__icon span:nth-of-type(3) {
    top: 28px;
  }
  .menu__icon.active span {
    left: 5px;
  }
  .menu__icon.active span:nth-of-type(1) {
    animation: active-menu-bar01 .2s forwards;
    top: 13px;
  }
  .menu__icon.active span:nth-of-type(3) {
    top: 25px;
  }
  .menu__contents {
    background-color: rgba(255, 255, 255, 0.9);
    width: 68.75vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2250;
    display: none;
  }
  .menu__contents.active {
    animation: menushow 0.5s cubic-bezier(0.17, 0.67, 0.49, 1.01);
  }
  .menu__contents__lists {
    padding-top: 65px;
  }
  .menu__contents__list {
    width: 90%;
    margin: 20px auto;
    border-bottom: 1px dashed #5C5A5A;
  }
  .menu__contents__list li {
    display: block;
    margin-bottom: 8px;
  }
  .menu__contents__list li.btn {
    margin-bottom: 18px;
  }
  .menu__contents__list li a {
    display: block;
    color: #000;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    font-size: 1.3rem;
    letter-spacing: 0;
    text-indent: -1em;
    padding-left: 1em;
  }
  .menu__contents__list li a:before {
    content: "・";
    display: inline;
  }
  .menu__contents__list li a.shoppingbtn {
    width: auto;
    height: auto;
    color: #fff;
    padding: 10px 20px;
    line-height: 1.5;
    font-size: 1.5rem;
    text-indent: 0;
  }
  .menu__contents__list li a.shoppingbtn:before {
    content: none;
  }
  .menu__contents__list li a.btn__notice {
    width: auto;
    height: auto;
    color: #fff;
    text-align: left;
    padding: 10px 20px;
    line-height: 1.5;
    font-size: 1.5rem;
    text-indent: 0;
  }
  .menu__contents__list li a.btn__notice:before {
    content: none;
  }
}
