/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* mixins
--------------------------------------------------------*/
.pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
    line-height: 0;
  }
}

.articles-headline {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .articles-headline {
    font-size: 3.2vw;
    letter-spacing: 0.15em;
  }
}

.articles-headline .lt-en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .articles-headline .lt-en {
    font-size: 3.8vw;
  }
}

.articles-head-copy {
  text-align: center;
  font-size: 14px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .articles-head-copy {
    font-size: 3.2vw;
    margin-top: 5vw;
  }
}

.articles-head-back {
  margin-top: 8vw;
}

.articles-shop-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .articles-shop-title {
    font-size: 4vw;
  }
}
.articles-shop-title + .voice-articles {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .articles-shop-title + .voice-articles {
    margin-top: 0;
  }
}

.articles-layout {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .articles-layout {
    display: block;
  }
}
.articles-layout-main {
  width: calc( 790 / 1200 * 100% );
}
@media screen and (max-width: 767px) {
  .articles-layout-main {
    width: 100%;
  }
}
.articles-layout-sub {
  width: calc( 320 / 1200 * 100% );
}
@media screen and (max-width: 767px) {
  .articles-layout-sub {
    width: 100%;
    margin-top: 16vw;
  }
}

.articles-pager {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .articles-pager {
    margin-top: 10vw;
  }
}

.articles-pager-prev,
.articles-pager-next {
  width: 24px;
  height: 24px;
}
.articles-pager-prev-item,
.articles-pager-next-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #333;
  border-radius: 3px;
  overflow: hidden;
  text-indent: -9999px;
  transition: opacity 0.3s ease-out;
}
.articles-pager-prev-item:hover,
.articles-pager-next-item:hover {
  opacity: 0.7;
}
.articles-pager-prev-item::after,
.articles-pager-next-item::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.articles-pager-prev-item::after {
  transform: translateX(2px) rotate(-135deg);
}

.articles-pager-next-item::after {
  transform: translateX(-2px) rotate(45deg);
}

.articles-pager-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.articles-pager-list-item {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

.articles-pager-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 3px;
  transition: background-color 0.3s ease-out;
}
.articles-pager-link:hover {
  background-color: #ececec;
}
.articles-pager-link.is-active {
  pointer-events: none;
  background-color: #ececec;
}

.articles-actions:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .articles-actions:not(:first-of-type) {
    margin-top: 6vw;
  }
}

.articles-actions-title {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .articles-actions-title {
    font-size: 4.2vw;
  }
}

.articles-actions-content {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .articles-actions-content {
    margin-top: 4vw;
  }
}

.articles-actions-acd {
  border-top: solid 1px #e5e5e5;
}
.articles-actions-acd:last-of-type {
  border-bottom: solid 1px #e5e5e5;
}
.articles-actions-acd dt {
  padding: 13px 28px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .articles-actions-acd dt {
    padding: 3vw 5vw;
    font-weight: bold;
  }
}
.articles-actions-acd dt:hover {
  background-color: #f7f1fa;
}
.articles-actions-acd dt.is-open {
  background-color: #f7f1fa;
}
.articles-actions-acd dt.is-open::after {
  transform: rotate(0);
}
.articles-actions-acd dt span {
  pointer-events: none;
}
.articles-actions-acd dt::before, .articles-actions-acd dt::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #b7b7b7;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -1px;
}
.articles-actions-acd dt::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease-out;
}
.articles-actions-acd dd {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}

.articles-shops-list {
  padding: 13px 28px;
}
@media screen and (max-width: 767px) {
  .articles-shops-list {
    padding: 3vw 5vw;
  }
}
.articles-shops-list-item:not(:first-of-type) {
  margin-top: 5px;
}

.articles-shops-link {
  position: relative;
}
.articles-shops-link span {
  display: inline-block;
  position: relative;
}
.articles-shops-link span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bbb;
  transform: scaleX(0);
  transition: transform 0.3s ease-out;
  position: absolute;
  left: 0;
  bottom: 3px;
  transform-origin: right;
}
.articles-shops-link:hover span::after {
  transform: scaleX(1);
  transform-origin: left;
}

.articles-back-index {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.articles-back-index.sp {
  justify-content: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .articles-back-index.pc {
    justify-content: center;
    display: none;
  }
  .articles-back-index.sp {
    justify-content: center;
    display: flex;
    margin-bottom: 5vw;
  }
}

.articles-back-index-link {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease-out;
}
.articles-back-index-link:hover {
  opacity: 0.7;
}

.articles-back-index-link-text {
  font-size: 14px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .articles-back-index-link-text {
    font-size: 3.2vw;
  }
}

.articles-back-index-link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: solid 1px #aaa;
  border-radius: 50%;
}
.articles-back-index-link-icon svg {
  fill: #666;
}
@media screen and (max-width: 767px) {
  .articles-back-index-link-icon {
    width: 5vw;
    height: 5vw;
  }
}

.articles-detail-ui {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .articles-detail-ui {
    margin-top: 8vw;
  }
}

.articles-detail-pager {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .articles-detail-pager {
    padding: 3vw 4vw;
  }
}

.articles-detail-pager-prev-item {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease-out;
}
.articles-detail-pager-prev-item::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: solid 1px #666;
  border-left: solid 1px #666;
  transform: rotate(-45deg);
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .articles-detail-pager-prev:hover {
    opacity: 0.7;
  }
}

.articles-detail-pager-next-item {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease-out;
}
.articles-detail-pager-next-item:hover {
  opacity: 0.7;
}
.articles-detail-pager-next-item::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  transform: rotate(45deg);
  margin-left: 12px;
}
@media screen and (min-width: 768px) {
  .articles-detail-pager-next:hover {
    opacity: 0.7;
  }
}

.articles-detail-shop-link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .articles-detail-shop-link {
    display: block;
  }
}
.articles-detail-shop-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5em;
  height: 50px;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  transition: background-color 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .articles-detail-shop-link-btn {
    height: 15vw;
    width: 100%;
    margin-left: 0;
    margin-top: 4vw;
  }
}
.articles-detail-shop-link-btn:first-of-type {
  margin-left: 0;
}
.articles-detail-shop-link-btn:hover {
  background-color: #bba1cb;
  border: solid 1px #bba1cb;
  color: #fff;
}

.articles-banners-list-item:not(:first-of-type) {
  margin-top: 26px;
}

.articles-banners-link {
  display: block;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
}

/*voice
---------------------------------------------*/
.voice {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice {
    margin: 0 auto;
    padding: 0 4.5vw 4vw;
  }
}
.voice .articles-layout {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .voice .articles-layout {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .voice-shop .articles-layout {
    margin-top: 8vw;
  }
}

.voice-banner {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .voice-banner {
    margin-top: 5vw;
  }
}
.voice-banner-item {
  display: block;
  transition: opacity 0.3s ease-out;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  overflow: hidden;
}
.voice-banner-item:hover {
  opacity: 0.7;
}

.voice-articles-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .voice-articles-list {
    margin: 0 auto;
  }
}
.voice-articles-list-item {
  width: 48.5%;
  margin: 36px 0 0 0;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.voice-articles-list-item:nth-of-type(2n) {
  margin-right: 0;
}
.voice-articles-list-item:nth-of-type(-n + 2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .voice-articles-list-item {
    width: 100%;
  }
  .voice-articles-list-item:not(:first-of-type) {
    margin: 5vw 0 0;
  }
  .voice-articles-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .voice-articles-list-item:nth-of-type(-n + 2) {
    margin-top: 5vw;
    margin-right: 0;
  }
}
.voice-articles-list-item-inner {
  width: 100%;
  height: 100%;
}

.voice-articles-link {
  display: block;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease-out;
  padding: 20px 20px 60px;
}
@media screen and (max-width: 767px) {
  .voice-articles-link {
    padding: 4vw 4vw 16vw;
  }
}
.voice-articles-link:hover {
  background-color: #f7f1fa;
}

.voice-articles-head {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
}
@media screen and (max-width: 767px) {
  .voice-articles-head {
    padding-bottom: 4vw;
  }
}

.voice-articles-head-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice-articles-head-info-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.voice-articles-head-info-shop {
  font-size: 12px;
  margin-left: 13px;
}
.voice-articles-head-info + .voice-articles-headline {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .voice-articles-head-info + .voice-articles-headline {
    margin-top: 4vw;
  }
}

.voice-articles-headline {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #bba1cb;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .voice-articles-headline {
    font-size: 4vw;
    min-height: auto;
    font-size: 3.73vmin;
  }
}

.voice-articles-body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .voice-articles-body {
    margin-top: 4vw;
  }
}

.voice-articles-copy {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .voice-articles-copy {
    font-size: 3.2vw;
  }
}

.voice-articles-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .voice-articles-foot {
    padding: 0 4vw;
    bottom: 5vw;
  }
}

.voice-articles-user {
  font-size: 12px;
}

.voice-articles-more-item {
  display: flex;
  align-items: center;
}

.voice-articles-link-item-text {
  font-size: 13px;
  color: #bba1cb;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .voice-articles-link-item-text {
    font-size: 3.2vw;
  }
}

.voice-articles-link-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: solid 1px #bba1cb;
  border-radius: 50%;
}
.voice-articles-link-item-icon svg {
  fill: #bba1cb;
}

.voice-gallery {
  width: 100%;
  background-color: #f7f7f7;
  padding: 40px 0 60px;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .voice-gallery {
    margin-top: 8vw;
    padding: 8vw 0 12vw;
  }
}

.voice-gallery-inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice-gallery-inner {
    padding: 0 4.5vw;
  }
}

.voice-gallery-content {
  margin-top: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice-gallery-content {
    margin: 5vw auto 0;
    width: 90%;
  }
}

.voice-swiper {
  height: 630px;
}
@media screen and (max-width: 767px) {
  .voice-swiper {
    height: 83vw;
  }
}

.swiper-slide {
  height: calc((100% - 30px) / 2);
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    height: calc((100% - 4vw) / 2);
  }
}

.voice-slide-link {
  display: block;
}

.voice-slide-fig {
  display: block;
  width: 100%;
}
.voice-slide-fig img {
  width: 100%;
}

.voice-swiper-prev,
.voice-swiper-next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #ececec;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  outline: none;
  cursor: pointer;
  top: 50%;
  width: 55px;
  height: 55px;
  transform: translateY(-50%);
}
.voice-swiper-prev span,
.voice-swiper-next span {
  line-height: 0;
}
.voice-swiper-prev.swiper-button-disabled,
.voice-swiper-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.voice-swiper-prev:hover,
.voice-swiper-next:hover {
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .voice-swiper-prev,
.voice-swiper-next {
    width: 5vw;
    height: 5vw;
    top: 50%;
  }
  .voice-swiper-prev img,
.voice-swiper-next img {
    width: 2px;
  }
}

.voice-swiper-prev {
  left: -100px;
}
@media screen and (max-width: 767px) {
  .voice-swiper-prev {
    left: -7vw;
  }
}

.voice-swiper-next {
  right: -100px;
}
@media screen and (max-width: 767px) {
  .voice-swiper-next {
    right: -7vw;
  }
}

/*voice-detail
---------------------------------------------*/
.voice-detail {
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .voice-detail {
    padding-top: 4vw;
  }
}

.voice-detail-head {
  width: 100%;
  padding: 30px;
  background-color: #bba1cb;
}
@media screen and (max-width: 767px) {
  .voice-detail-head {
    padding: 4vw;
  }
}

.voice-detail-head-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice-detail-head-info-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .voice-detail-head-info-name {
    font-size: 3.2vw;
  }
}
.voice-detail-head-info-shop {
  font-size: 14px;
  margin-left: 13px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .voice-detail-head-info-shop {
    font-size: 3.2vw;
  }
}

.voice-detail-title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .voice-detail-title {
    margin-top: 4vw;
    font-size: 4.8vw;
  }
}

.voice-detail-head-user {
  color: #fff;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .voice-detail-head-user {
    margin-top: 5vw;
    font-size: 3.2vw;
  }
}
.voice-detail-head-user span:not(:first-of-type) {
  margin-left: 1.2em;
}

.voice-detail-body {
  margin-top: 30px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .voice-detail-body {
    margin-top: 8vw;
    padding: 0;
  }
}
.voice-detail-body h3 {
  color: #bba1cb;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .voice-detail-body h3 {
    font-size: 4vw;
  }
}
.voice-detail-body h3:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .voice-detail-body h3:not(:first-child) {
    margin-top: 8vw;
  }
}
.voice-detail-body p {
  letter-spacing: 0.07em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .voice-detail-body p {
    letter-spacing: 0.03em;
  }
}

.voice-detail-galleries {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .voice-detail-galleries {
    margin-top: 10vw;
  }
}

.voice-detail-gallery {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .voice-detail-gallery {
    flex-wrap: wrap;
  }
}
.voice-detail-gallery.is-col3 .voice-detail-gallery-fig {
  width: 31%;
}
.voice-detail-gallery.is-col3 .voice-detail-gallery-fig:not(:last-of-type) {
  margin-right: 3.5%;
}
@media screen and (max-width: 767px) {
  .voice-detail-gallery.is-col3 .voice-detail-gallery-fig {
    width: 48.25%;
    margin-right: 3.5%;
    margin-top: 3.5%;
  }
  .voice-detail-gallery.is-col3 .voice-detail-gallery-fig:nth-of-type(2n) {
    margin-right: 0;
  }
  .voice-detail-gallery.is-col3 .voice-detail-gallery-fig:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}
.voice-detail-gallery.is-col2 .voice-detail-gallery-fig {
  width: 48.25%;
}
@media screen and (max-width: 767px) {
  .voice-detail-gallery.is-col2 .voice-detail-gallery-fig {
    width: 100%;
  }
  .voice-detail-gallery.is-col2 .voice-detail-gallery-fig:not(:first-of-type) {
    margin-top: 3.5%;
  }
}
.voice-detail-gallery.is-col2 .voice-detail-gallery-fig:not(:last-of-type) {
  margin-right: 3.5%;
}
@media screen and (max-width: 767px) {
  .voice-detail-gallery.is-col2 .voice-detail-gallery-fig:not(:last-of-type) {
    margin-right: 0;
  }
}
.voice-detail-gallery:not(:first-of-type) {
  margin-top: 3.5%;
}
.voice-detail-gallery-fig img {
  width: 100%;
  height: auto;
  max-width: none;
}