@charset "UTF-8";
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template,
[hidden] {
  display: none;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  height: 0;
  overflow: visible;
}

nav ol,
nav ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

sub,
sup {
  font-size: 83.3333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  outline-width: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type='checkbox'],
[type='radio'] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden='false'] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden='false']:focus {
  clip: auto;
}

/*!
 * Milligram-sass v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
*,
*:after,
*:before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #606c76;
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.6;
}

blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}

blockquote *:last-child {
  margin-bottom: 0;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #FFB400;
  border: 0.1rem solid #FFB400;
  border-radius: .4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3.8rem;
  letter-spacing: .1rem;
  line-height: 3.8rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
  background-color: #606c76;
  border-color: #606c76;
  color: #fff;
  outline: 0;
}

.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
  cursor: default;
  opacity: .5;
}

.button[disabled]:focus,
.button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type='button'][disabled]:focus,
input[type='button'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='reset'][disabled]:hover,
input[type='submit'][disabled]:focus,
input[type='submit'][disabled]:hover {
  background-color: #FFB400;
  border-color: #FFB400;
}

.button.button-outline,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
  background-color: transparent;
  color: #FFB400;
}

.button.button-outline:focus,
.button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type='button'].button-outline:focus,
input[type='button'].button-outline:hover,
input[type='reset'].button-outline:focus,
input[type='reset'].button-outline:hover,
input[type='submit'].button-outline:focus,
input[type='submit'].button-outline:hover {
  background-color: transparent;
  border-color: #606c76;
  color: #606c76;
}

.button.button-outline[disabled]:focus,
.button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type='button'].button-outline[disabled]:focus,
input[type='button'].button-outline[disabled]:hover,
input[type='reset'].button-outline[disabled]:focus,
input[type='reset'].button-outline[disabled]:hover,
input[type='submit'].button-outline[disabled]:focus,
input[type='submit'].button-outline[disabled]:hover {
  border-color: inherit;
  color: #FFB400;
}

.button.button-clear,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #FFB400;
}

.button.button-clear:focus,
.button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type='button'].button-clear:focus,
input[type='button'].button-clear:hover,
input[type='reset'].button-clear:focus,
input[type='reset'].button-clear:hover,
input[type='submit'].button-clear:focus,
input[type='submit'].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #606c76;
}

.button.button-clear[disabled]:focus,
.button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type='button'].button-clear[disabled]:focus,
input[type='button'].button-clear[disabled]:hover,
input[type='reset'].button-clear[disabled]:focus,
input[type='reset'].button-clear[disabled]:hover,
input[type='submit'].button-clear[disabled]:focus,
input[type='submit'].button-clear[disabled]:hover {
  color: #FFB400;
}

code {
  background: #f4f5f6;
  border-radius: .4rem;
  font-size: 86%;
  margin: 0 .2rem;
  padding: .2rem .5rem;
  white-space: nowrap;
}

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #FFB400;
  overflow-y: hidden;
}

pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3.0rem 0;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: .4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: .6rem 1.0rem;
  width: 100%;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
  border-color: #FFB400;
  outline: 0;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3.0rem;
}

select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#9b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem;
}

.container {
  margin: 0 auto;
  max-width: 112.0rem;
  padding: 0 2.0rem;
  position: relative;
  width: 100%;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
  width: 100%;
}

.row.row-no-padding {
  padding: 0;
}

.row.row-no-padding > .column {
  padding: 0;
}

.row.row-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.row-top {
  -ms-flex-align: start;
      align-items: flex-start;
}

.row.row-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

.row.row-center {
  -ms-flex-align: center;
      align-items: center;
}

.row.row-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.row.row-baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}

.row .column {
  display: block;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

.row .column.column-offset-10 {
  margin-left: 10%;
}

.row .column.column-offset-20 {
  margin-left: 20%;
}

.row .column.column-offset-25 {
  margin-left: 25%;
}

.row .column.column-offset-33,
.row .column.column-offset-34 {
  margin-left: 33.3333%;
}

.row .column.column-offset-50 {
  margin-left: 50%;
}

.row .column.column-offset-66,
.row .column.column-offset-67 {
  margin-left: 66.6666%;
}

.row .column.column-offset-75 {
  margin-left: 75%;
}

.row .column.column-offset-80 {
  margin-left: 80%;
}

.row .column.column-offset-90 {
  margin-left: 90%;
}

.row .column.column-10 {
  -ms-flex: 0 0 10%;
      flex: 0 0 10%;
  max-width: 10%;
}

.row .column.column-20 {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}

.row .column.column-25 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.row .column.column-33,
.row .column.column-34 {
  -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.row .column.column-40 {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%;
  max-width: 40%;
}

.row .column.column-50 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.row .column.column-60 {
  -ms-flex: 0 0 60%;
      flex: 0 0 60%;
  max-width: 60%;
}

.row .column.column-66,
.row .column.column-67 {
  -ms-flex: 0 0 66.6666%;
      flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.row .column.column-75 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.row .column.column-80 {
  -ms-flex: 0 0 80%;
      flex: 0 0 80%;
  max-width: 80%;
}

.row .column.column-90 {
  -ms-flex: 0 0 90%;
      flex: 0 0 90%;
  max-width: 90%;
}

.row .column .column-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.row .column .column-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.row .column .column-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 40rem) {
  .row {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-left: -1.0rem;
    width: calc(100% + 2.0rem);
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 1.0rem;
  }
}

a {
  color: #FFB400;
  text-decoration: none;
}

a:focus,
.:hover {
  color: #606c76;
}

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3.0rem;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: circle inside;
}

.button,
button,
dd,
dt,
li {
  margin-bottom: 1.0rem;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}

table {
  border-spacing: 0;
  width: 100%;
}

td,
th {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

b,
strong {
  font-weight: bold;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: -.1rem;
  margin-bottom: 2.0rem;
  margin-top: 0;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.2rem;
  letter-spacing: -.08rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  letter-spacing: -.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

html {
  font-size: 8px;
  overflow-x: hidden;
}

body {
  font-family: "メイリオ", sans-serif;
  font-feature-settings: "pkna";
  color: #333333;
  overflow-x: hidden;
  padding-top: 50px;
}

.header {
  background: #cdbebe;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header h1 {
  text-align: center;
  line-height: 0;
  margin: 0;
  padding: .5rem 0;
}

.header .logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.header .logo img {
  height: 42px;
}

.header .order {
  position: relative;
  width: 128px;
  height: 70px;
}

.header .order img {
  position: absolute;
  top: 0;
  left: 0;
}

.header .order img:nth-of-type(2) {
  opacity: 0;
  transition-duration: .2s;
}

.header .order:hover img:nth-of-type(2) {
  opacity: 1;
}

.header .utility {
  margin-top: 5rem;
}

.header .utility li {
  margin: 0;
}

.header .utility li a {
  color: #333333;
  display: block;
  text-align: center;
  padding: 1rem 0;
}

.header .button {
  position: absolute;
  top: calc(26px - 37px / 2);
  right: 10px;
  padding: 0;
  height: auto;
  margin: 0;
  border: 0;
}

.header .close {
  display: none;
}

nav {
  display: none;
  background: #EBDCD2;
  padding: 1rem 0;
  height: 800px;
}

nav.open {
  display: block;
}

.links {
  margin: 0;
  padding: 0;
  display: block;
}

.links li {
  margin: 0;
}

.links li a {
  display: block;
  text-align: center;
  padding: 1rem 0;
  color: #333333;
}

.tel a {
  display: block;
  text-align: center;
}

.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.flex-around {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.flex-row {
  -ms-flex-direction: row;
      flex-direction: row;
}

.pager {
  display: none;
}

#kv {
  background: #FAF0EB;
}

#kv .column-100 {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#kv h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding-top: 2rem;
  color: #333333;
  margin-bottom: 1.5rem;
}

#kv p {
  text-align: center;
  color: #333333;
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

#voice h2 {
  text-align: center;
  margin-top: 2rem;
}

#voice .voice-list {
  width: 100%;
  min-height: 200px;
  background: url("/shop/item/mbrstyle/design/img01/20.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 24%;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#voice .voice-list li {
  position: absolute;
  max-width: 42%;
}

#voice .voice-list li:first-child {
  bottom: 3%;
  left: -3%;
}

#voice .voice-list li:nth-child(2) {
  left: 0;
  top: 0;
}

#voice .voice-list li:nth-child(3) {
  right: 0%;
  top: 3%;
}

#voice .voice-list li:nth-child(4) {
  right: 30%;
  top: 32%;
}

#voice .voice-list li:nth-child(5) {
  right: -2%;
  bottom: 0;
}

#voice .triangle {
  background: url("/shop/item/mbrstyle/design/img01/21.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

#voice .triangle h3 {
  text-align: center;
  color: #ff3c6e;
  font-weight: bold;
  padding: 0 1rem;
}

@media screen and (min-width:320px) {
  #voice .voice-list {
    min-height: 300px;
  }
}

@media screen and (min-width:375px) {
  #voice .voice-list {
    min-height: 350px;
  }
}

@media screen and (min-width:414px) {
  #voice .voice-list {
    min-height: 400px;
  }
}




@media only screen and (min-width: 640px) {
  #voice .voice-list {
    min-height: 580px;
    max-width: 600px;
    margin: auto;
  }
}

.points {
  padding-top: 1rem;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.points .column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.points h2 img {
  max-height: 150px;
}

.points h3 {
  text-align: center;
  color: #754c24;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
}

.points p {
  font-size: 1.7rem;
  color: #333333;
}

.points .left-position {
  position: absolute;
  left: 3%;
  top: 0%;
  max-width: 120px;
}

@media screen and (max-width:320px) {
 .points .left-position {
    max-width:100px;
  }
}

.points .right-position {
  position: absolute;
  max-width: 120px;
  right: 0;
  top: 25px;
}

@media screen and (max-width:320px) {
.points .right-position {
max-width: 85px;
}
}

#point3 p {
  margin-bottom: 2rem;
}

#point3 p span {
  color: #ff3c6e;
}

#point3 .example-box {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 2.5rem;
}

#point3 .orangefont {
  color: #CD5A24;
  margin: 4rem auto;
  font-weight: bold;
  font-size: 2.5rem;
}

#point3 .pattern-wrapper {
  width: 100%;
  position: relative;
}

#point3 .rental-pattern {
  margin-bottom: 3rem;
  text-align: center;
}

#point3 .rental-pattern p {
  margin-bottom: 2rem;
}

#point3 .self-start {
  width: 70%;
  max-width: 200px;
}

@media only screen and (min-width: 640px) {
  .points .left-position {
    max-width: 150px;
  }
  .points .right-position {
    max-width: 200px;
  }
}

#lineup,
.lineup {
  background: #fafaf5;
  padding: 6rem 0 0;
}

#lineup .lineup-title,
.lineup .lineup-title {
  color: #ff3c6e;
  background: url("/shop/item/mbrstyle/design/img01/33.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 6rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
}

#lineup h3,
.lineup h3 {
  text-align: center;
  margin-bottom: 3rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 2rem;
}

#lineup .column-50:first-of-type,
.lineup .column-50:first-of-type {
  text-align: center;
}

#lineup h4,
.lineup h4 {
  color: #754c24;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#lineup ul,
.lineup ul {
  list-style: none;
}

#lineup ul:nth-of-type(2) li,
.lineup ul:nth-of-type(2) li {
  position: relative;
  padding-left: 2.5rem;
}

#lineup ul:nth-of-type(2) li::before,
.lineup ul:nth-of-type(2) li::before {
  position: absolute;
  left: 0;
  content: "\25C6";
}

#lineup ul li,
.lineup ul li {
  margin-bottom: .5rem;
}

#lineup form,
.lineup form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3rem 0;
  width: 100%;
}

#lineup form fieldset,
.lineup form fieldset {
  width: 48%;
}

#lineup form select,
.lineup form input,
.lineup form select,
.lineup form input {
  background: #fff;
}

#lineup form .button,
.lineup form .button {
  height: auto;
}

#lineup .item,
.lineup .item {
  padding-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

#lineup .item .column,
.lineup .item .column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  max-width: 600px;
}

#lineup .item .column ul,
.lineup .item .column ul {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#lineup .notice,
.lineup .notice {
  margin-top: 3rem;
}

#lineup .notice .text-brown,
.lineup .notice .text-brown {
  color: #603b13;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#lineup .notice p,
.lineup .notice p {
  margin-bottom: .5rem;
  font-size: 1.3rem;
}

#option,
.option {
  background: #fafaf5;
  padding: 6rem 0 0;
}

#option .lineup-title,
.option .lineup-title {
  color: #ff3c6e;
  background: url("/shop/item/mbrstyle/design/img01/33.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 6rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
}

#option h3,
.option h3 {
  font-size: 2.2rem;
  color: #754c24;
  font-weight: bold;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0;
}

#option h4,
.option h4 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #754c24;
}

#option .column-50:first-of-type,
.option .column-50:first-of-type {
  text-align: center;
}

#option ul,
.option ul {
  list-style: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#option ul li,
.option ul li {
  margin-bottom: 0;
  line-height: 1.5;
}

#option .attention,
.option .attention {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#option .attention p,
.option .attention p {
  margin-bottom: .3rem;
}

#option .item .column-100,
.option .item .column-100 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 600px;
  margin: 0 auto;
}

#option .item .column-25,
.option .item .column-25 {
  text-align: center;
}

#option form,
.option form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 3rem 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

#option form fieldset,
.option form fieldset {
  width: 48%;
}

#option form select,
.option form input,
.option form select,
.option form input {
  background: #fff;
}

#option form .button,
.option form .button {
  height: auto;
}

#option .flex-column,
.option .flex-column {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#option .pt,
.option .pt {
  padding-top: 3rem;
}

#option .flex-row .column,
.option .flex-row .column {
  padding: 2rem .5rem 0;
}

#notice {
  padding: 6rem 0 0;
}

#notice .column-100 {
  text-align: center;
}

#notice .column-100 h2 {
  text-align: center;
}

#notice .column-100 p {
  text-align: center;
}

#notice img + p {
  margin-top: 1.5rem;
}

#flow {
  padding-top: 6rem;
  max-width: 600px;
  margin: 0 auto;
}

#flow h2 {
  text-align: center;
  margin-bottom: 4rem;
}

#flow h2 span {
  position: relative;
}

#flow h2 span::after {
  position: absolute;
  width: 77px;
  height: 81px;
  background: url("/shop/item/mbrstyle/design/img01/50.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: -80%;
  top: calc(-82px / 4);
  content: '';
}

#flow h3 {
  font-weight: bold;
  color: #f06400;
  margin-bottom: 1rem;
  font-size: 2rem;
  padding-top: 1rem;
}

#flow .column p,
#flow .column h4 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

#flow .column h4 {
  padding-top: 2rem;
}

#flow .dashed-bd {
  padding: 1rem 0;
  border-top: 1px dashed #333333;
}

#flow .yellow {
  color: #e39d3c;
  font-weight: bold;
}

#flow .unstyled {
  list-style: none;
}

#flow a {
  display: block;
  height: auto;
  position: relative;
  max-width: 100%;
  text-align: center;
  margin: 3rem auto;
}

#flow a img:first-child {
  position: absolute;
  opacity: 1;
  transition-duration: .2s;
}

#flow a:hover img:first-child {
  opacity: 0;
}

#instruction {
  padding: 6rem 0 0;
  max-width: 600px;
  margin: 0 auto;
}

#instruction .column {
  margin: 3rem auto;
}

#instruction h2 {
  color: #f06400;
  font-size: 2rem;
  text-align: center;
}

#instruction p {
  margin-bottom: .5rem;
}

#instruction dl {
  margin-bottom: 0;
  margin-top: 3rem;
}

#instruction dl dt {
  margin-bottom: 0;
  color: #f06400;
}

#instruction dl dd {
  margin: 0;
}

#instruction .unstyled {
  list-style: none;
}

#instruction .unstyled li {
  margin: 0;
  line-height: 1.7;
  position: relative;
  padding-left: 2rem;
}

#instruction .unstyled li::before {
  content: "\203B";
  left: 0;
  position: absolute;
}

#instruction h3.orange {
  color: #f06400;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 3rem;
}

#faq {
  padding: 6rem 0;
}

#faq .dotted-pink {
  background: #FAF5F5;
  padding: 2rem 3rem;
}

#faq h2 {
  color: #ff3c6e;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

#faq dl {
  max-width: 600px;
  margin: 3rem auto 0;
  font-size: 1.7rem;
  font-weight: bold;
}

#faq dl dt {
  position: relative;
  padding-left: 2rem;
  color: #ff3c6e;
  margin-bottom: 0;
}

#faq dl dt::before {
  position: absolute;
  content: "Q.";
  left: 0;
}

#faq dl dd {
  position: relative;
  margin: 0;
  padding-left: 2rem;
}

#faq dl dd::before {
  position: absolute;
  left: 0;
  content: "A.";
}

#faq dl dd a {
  color: #f06400;
  border-bottom: 2px solid #f06400;
  padding-bottom: 2px;
}

#faq dl dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#faq dl dd ul li {
  margin: 0;
  font-size: 1.7rem;
}

#faq dl dd ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#faq dl dd ol li {
  margin: 0;
  font-size: 1.7rem;
  padding-left: 2rem;
  position: relative;
}

#faq dl dd ol li::before {
  position: absolute;
  left: 0;
}

#faq dl dd ol li:first-child::before {
  content: "\2460";
}

#faq dl dd ol li:nth-child(2)::before {
  content: "\2461";
}

#terms {
  max-width: 600px;
  margin: 0 auto;
}

#terms h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

#terms a {
  position: relative;
  background: 0;
  border: 0;
}

#terms a img:first-child {
  position: absolute;
  opacity: 0;
  transition-duration: .2s;
}

#terms a:hover img:first-child {
  opacity: 1;
}

#terms p {
  margin-top: 4rem;
  margin-bottom: .5rem;
  text-align: center;
  font-weight: bold;
}

#terms .flex-center {
  margin: 3rem auto;
}

.user_content {
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.FS2_CategoryItemList {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: #fafaf5;
  box-shadow: none;
}

.FS2_PageTitle {
  display: none;
}

.FS2_pagination {
  display: none;
}

.FS2_container_ItemList {
  display: block;
  padding: 2rem 2rem 3rem;
}

.FS2_container_ItemList tbody {
  display: block;
}

.FS2_container_ItemList tbody tr {
  display: block;
}

.FS2_container_ItemList tbody tr td,
.FS2_container_ItemList tbody tr th {
  display: block;
  width: 100%;
  border-bottom: 0;
}

.FS2_container_ItemList tbody tr th {
  text-align: center;
}

#FS2_footer {
  margin-bottom: 0;
}

#FS2_CategoryList .FS2_Utility1_container,
.FS2_CategoryList .FS2_Utility2_container,
.FS2_CategoryList .FS2_Search {
  display: none;
}

.fs_goods_container a {
  color: #754c24;
  font-size: 2.5rem;
}

.itemCatchCopy {
  display: none;
}

.container.lineup,
.container.option {
  padding-top: 0;
}

.FS2_itemPrice_text {
  display: none;
}

#FS2_ItemDetail #FS2_layout_body {
  background: #fafaf5;
}

#FS2_ItemDetail #FS2_layout_body > div {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

#FS2_ItemDetail #FS2_layout_body > div ul {
  list-style: none;
  margin-bottom: 0;
}

#FS2_ItemDetail #FS2_layout_body > div ul li {
  margin-bottom: 0;
}

#FS2_ItemDetail #FS2_layout_body .itemTitle {
  font-size: 2.5rem;
  color: #754c24;
}

#FS2_ItemDetail #FS2_layout_body .FS2_CartButton_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

#FS2_ItemDetail #FS2_layout_body .FS2_CartButton_area .FS2_InCartButton {
  margin-left: 2rem;
}

#FS2_ItemDetail #FS2_layout_body .FS2_ItemComment .pt {
  text-align: center;
}

#FS2_ItemDetail #FS2_layout_body .option {
  padding-top: 0;
}

.FS2_Utility2_container {
  display: none;
}

.FS2_Utility1,
.FS2_Utility2 {
  list-style: none;
  margin: 1rem 0;
  border-radius: 0;
}

.FS2_Figure {
  border-radius: 0;
  box-shadow: none;
}

.FS2_Figure form ul {
  list-style: none;
}

.FS2_Name_and_Price li {
  background: #fafaf5;
}

.FS2_body_Goods_company #FS2_layout_body .FS2_upper_comment,
.FS2_body_Goods_rentalterms #FS2_layout_body .FS2_upper_comment,
.FS2_body_Goods_rentalterms1 #FS2_layout_body .FS2_upper_comment,
.FS2_body_Goods_rentalterms2 #FS2_layout_body .FS2_upper_comment,
.FS2_body_Goods_rentalterm3month #FS2_layout_body .FS2_upper_comment,
.FS2_body_Goods_rentalterm6month #FS2_layout_body .FS2_upper_comment {
  padding: 3rem 2rem 0;
}

.FS2_body_Goods_company #FS2_layout_body .FS2_upper_comment > h1,
.FS2_body_Goods_rentalterms #FS2_layout_body .FS2_upper_comment > h1,
.FS2_body_Goods_rentalterms1 #FS2_layout_body .FS2_upper_comment > h1,
.FS2_body_Goods_rentalterms2 #FS2_layout_body .FS2_upper_comment > h1,
.FS2_body_Goods_rentalterm3month #FS2_layout_body .FS2_upper_comment > h1,
.FS2_body_Goods_rentalterm6month #FS2_layout_body .FS2_upper_comment > h1 {
  border-bottom: 2px solid #ffb400;
  font-size: 3rem;
  line-height: 1.25;
}

.FS2_body_Goods_company #FS2_layout_body .FS2_upper_comment > h2,
.FS2_body_Goods_rentalterms #FS2_layout_body .FS2_upper_comment > h2,
.FS2_body_Goods_rentalterms1 #FS2_layout_body .FS2_upper_comment > h2,
.FS2_body_Goods_rentalterms2 #FS2_layout_body .FS2_upper_comment > h2,
.FS2_body_Goods_rentalterm3month #FS2_layout_body .FS2_upper_comment > h2,
.FS2_body_Goods_rentalterm6month #FS2_layout_body .FS2_upper_comment > h2 {
  border-bottom: 2px dotted #ffb400;
  font-size: 2.5rem;
  line-height: 1.3;
}

.FS2_Cart_list {
  list-style: none;
}

#FS2_body_Config .FS2_contents_container {
  margin: 0;
  border-radius: 0;
  padding: 3rem 2rem 0;
  box-shadow: none;
}

#FS2_body_Config .FS2_contents_container .FS2_PageTitle {
  display: block;
  font-weight: normal;
}

#FS2_body_Config .FS2_contents_container h1 {
  border-bottom: 2px solid #ffb400;
  font-size: 3rem;
  line-height: 1.25;
}

#FS2_body_Config .FS2_contents_container .FS2_subContents_container h2 {
  border-bottom: 2px dotted #ffb400;
  font-size: 2.5rem;
  line-height: 1.3;
}

.FS2_body_Goods_lineup section {
  padding-top: 50px;
  margin-top: -50px;
}

.FS2_body_Goods_lineup section#flow {
  padding-top: 90px;
}

.FS2_body_Goods_lineup section#notice {
  padding-top: 90px;
}

.FS2_Alternateness_bg {
  background: transparent;
}

#FS2_body_Config dl,
.FS2_body_Goods_company dl,
.FS2_body_Goods_rentalterms1 dl,
.FS2_body_Goods_rentalterms2 dl,
.FS2_body_Goods_rentalterms dl,
.FS2_body_Goods_rentalterm3month dl,
.FS2_body_Goods_rentalterm6month dl {
  margin-bottom: 2rem;
}

#FS2_body_Config dl dt,
.FS2_body_Goods_company dl dt,
.FS2_body_Goods_rentalterms1 dl dt,
.FS2_body_Goods_rentalterms2 dl dt,
.FS2_body_Goods_rentalterms dl dt,
.FS2_body_Goods_rentalterm3month dl dt,
.FS2_body_Goods_rentalterm6month dl dt {
  font-size: 2.5rem;
  border-bottom: 1px dashed #ffb400;
}

#FS2_body_Config dl dd,
.FS2_body_Goods_company dl dd,
.FS2_body_Goods_rentalterms1 dl dd,
.FS2_body_Goods_rentalterms2 dl dd,
.FS2_body_Goods_rentalterms dl dd,
.FS2_body_Goods_rentalterm3month dl dd,
.FS2_body_Goods_rentalterm6month dl dd {
  padding-left: 0;
  margin-left: 0;
}

#FS2_body_Config dl dd ul,
.FS2_body_Goods_company dl dd ul,
.FS2_body_Goods_rentalterms1 dl dd ul,
.FS2_body_Goods_rentalterms2 dl dd ul,
.FS2_body_Goods_rentalterms dl dd ul,
.FS2_body_Goods_rentalterm3month dl dd ul,
.FS2_body_Goods_rentalterm6month dl dd ul {
  padding-left: 0;
  list-style: disc;
  margin-top: 0;
  margin-bottom: 2rem;
  width: initial;
}

#FS2_body_Config dl dd p,
.FS2_body_Goods_company dl dd p,
.FS2_body_Goods_rentalterms1 dl dd p,
.FS2_body_Goods_rentalterms2 dl dd p,
.FS2_body_Goods_rentalterms dl dd p,
.FS2_body_Goods_rentalterm3month dl dd p,
.FS2_body_Goods_rentalterm6month dl dd p {
  margin-bottom: 1rem;
}

a[name="gd2"] + .gl_Item .FS2_itemPrice_area {
  display: none;
}

#footer {
  background: #333333;
  color: white;
}

#footer ul {
  list-style-type: none;
  margin: 4rem auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

#footer ul li a {
  color: white;
  transition-duration: .2s;
}

#footer ul li a:hover {
  color: #f06400;
}

#footer small {
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}

#footer .column-100 {
  max-width: 600px;
  margin: auto;
}

.FS2_body_FixedPeriodOrderConfirm .FS2_OrderConfirm_container2 .FS2_OrderConfirm_list li:nth-child(2),
.FS2_body_FixedPeriodOrderConfirm .FS2_OrderConfirm_container2 .FS2_OrderConfirm_list li:nth-child(3){
  display: none;
}

.FS2_body_FixedPeriodDeliveryCycleEdit .FS2_DeliveryEdit_container1 {
display: none;
}

.FS-8_body_Goods_rentalterms h3:nth-of-type(2) {
	padding-top: 3rem;
	border-top: 2px dashed gray;
}

p.FS2_FixedPeriodItemPrice_text {
	display: none;
}

.FS2_body_Cart_FixedPeriodShoppingCart .FS2_Cart_Item_Name table tbody .FS2_Cart_optionPrice_row td {
	display: none;
}

form ul {
 list-style: none;
}
.FS2_body_FixedPeriodOrderConfirm span.FS2_Cart_price_taxIncl {
	display: none;
}

#FS2_body_Config #form {
display:none;
}



/*

ここからTOP
10/28編集済み

//////////////////////////////////////////////////////////////

*/

.topContainer {
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media only screen and (max-width: 560px) {
  .topContainer {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0;
  }
}
.mainvisual{
  min-width: 100vw;
}
.mainvisualWrapper__flexTitle {
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .mainvisualWrapper__flexTitle {
    margin-bottom: 30px;
  }
}
.noteLine {
  background: url("/shop/item/mbrstyle/design/img01/onpu_line.png");
  background-repeat: repeat-x;
  background-size: contain;
  height: 60px;
}
.noteLine--top {
  margin-bottom: 80px;
  display: none;
}
.noteLine--bottom {
  margin-top: 40px;
}

@media (max-width: 959px) {
  .noteLine {
    background-size: cover;
  }
  .noteLine--bottom {
    margin-top: -5%; /*要素と位置を近づけるため*/
  }
}
.flexTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/shop/item/mbrstyle/design/img01/title_background.jpeg");
  background-size: 600px;
  height: auto;
  width: 100%;
  position: relative;
}
.flexTitle__mainTitleArea{
  flex: 1.5;
  display: flex;
  align-items: stretch;
}
.flexTitle__mainTitle {
  padding-left: 7%;
  font-family: "Monomaniac One";
  font-style: normal;
  font-weight: 400;
  font-size: max(6vw, 6.5rem);
  height: auto;
  line-height: 1;
  
}
.flexTitle__middleTitle{
  font-family:"Kosugi Maru";
  font-weight: 900;
  font-size: max(2vw, 2.5rem);
  height: auto;
  max-width: 40%;
  transform: translateY(50%);
  margin-left: 2%;
}
.flexTitle__subTitleArea {
  flex: 1;
  padding-right: 20px;
  width: 100%;
  height: 130px;
  text-align: right;
  background: url("/shop/item/mbrstyle/design/img01/blue_ribbon.png");
  background-repeat: no-repeat;
  background-size: max(32vw, 400px);
  background-position: 50% center;
  transform: translateY(5%);
  z-index: 15;
}
.flexTitle__subText {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: max(1.3vw, 0.8rem);
  font-weight: bold;
  padding-top: 10px;
}

@media (max-width: 959px) {
  .flexTitle {
    display: block;
    height: max(17vw, 150px);
  }
  .flexTitle__mainTitle {
    align-self: flex-start;
    font-size: max(3vw, 7rem);
    padding-left: 15px;
  }
  .flexTitle__subTitleArea {
    background-position: 100% center;
    padding:0 15px 0;
    width: calc(100% - 15px);
    margin-bottom: 15px;
    background-size: max(48vw, 250px);
    height: 80px;
  }
  .flexTitle__subText {
    font-size: max(1.8vw, 0.7rem);
    justify-content: end;
    padding-right: 3%;
  }
}
@media (max-width: 559px) {
  .flexTitle {
    display: block;
    height: max(17vw, 170px);
  }
  .flexTitle__mainTitleArea{
    display: block;
    text-align: center;
  }
  .flexTitle__mainTitle {
    padding-top: 10px;
    font-size: max(1.5vw, 5.5rem);
  }
  .flexTitle__middleTitle{
    max-width: initial;
    transform: initial;
    margin-bottom: 0px;
  }
  .flexTitle__subTitleArea {
    background-size: max(50vw, 310px);
    background-position: calc(50% + 25px) ;
    height: 50px;
    padding-left: 65px;
  }
  .flexTitle__subText {
    font-size: max(2vw, 1.3rem);
    justify-content: center;
    padding-top: 0px;
  }
}
.flexAll {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 2000px;
  padding: 0 20px;
}

@media (max-width: 959px) {
  .flexAll {
    justify-content: center;
    flex-direction: column-reverse;
    height: auto;
    padding-bottom: 0px;
  }
}
.featureArea {
  display: flex;
  flex: 2;
}

@media (max-width: 959px) {
  .featureArea {
    flex-direction: column;
  }
}
.featureImg {
  position: relative;
  height: 15vw;
  min-height: 250px;
  flex: 1;
}
.featureImg__imgArea {
  position: relative;
  height: 100%;
  margin-top: 20px;
}
.featureImg__fukidashi {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -6vw;
  left: 0;
  width: 100%;
  max-width: 75%;
  height: auto;
}
.featureImg__fukidashi--second {
  max-width: 95%;
}
.featureImg__fukidashi--firstPSp, .featureImg__fukidashi--secondSp {
  display: none;
}
.featureImg__bee {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 14vw;
  right: 5%;
  width: 40%;
  height: auto;
}
.featureImg__bee--second {
  right: 2%;
}

@media (max-width: 959px) {
  .featureImg {
    width: 100%;
  }
  .featureImg__fukidashi {
    width: 100%;
    max-width: 120%;
    max-height: 85%;
    height: 85%;
    position: static;
  }
  .featureImg__fukidashi--second {
    max-width: 111%;
  }
  .featureImg__fukidashi--first,
  .featureImg__fukidashi--second,
  .featureImg__bee--second {
    display: none;
  }
  .featureImg__fukidashi--firstPSp, .featureImg__fukidashi--secondSp {
    display: block;
  }
  .featureImg__fukidashi--firstPSp {
    width: 110%;
  }
  .featureImg__fukidashi--secondSp {
    width: 115%;
  }
  .featureImg__imgArea {
    width: 80%;
    margin: 0 auto;
  }
  .featureImg__bee {
    width: 50%;
    left: 55%;
    top: 150px;
  }
}
@media (max-width: 559px) {
  .featureImg__imgArea {
    width: 100%;
    margin: 0 auto;
  }
  .featureImg__bee {
    width: 35%;
    left: 60%;
    top: 68%;
  }
}
.momImgArea {
  flex: 1.5;
  min-height: 250px;
  position: relative;
}
.momImgArea__decoration {
  position: absolute;
}
.momImgArea__decoration--smile {
  right: 5%;
  top: 20%;
  width: 8%;
}
.momImgArea__mom {
  height: auto;
}
.momImgArea__monImgArea {
  position: relative;
  width: 100%;
  height: auto;
}
.momImgArea__monImgArea::before {
  content: "";
  background-image: url("/shop/item/mbrstyle/design/img01/ashirai_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10%;
  height: 10%;
  position: absolute;
  left: 70%;
}
.momImgArea__monImgArea::after {
  content: "";
  background-image: url("/shop/item/mbrstyle/design/img01/star_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 20%;
  position: absolute;
  left: 0;
}

@media (max-width: 959px) {
  .momImgArea {
    width: 65%;
    height: auto;
    min-height: 120px;
  }
  .momImgArea__decoration--smile {
    right: 5%;
    top: 10%;
    width: 8%;
  }
  .momImgArea__monImgArea {
    max-height: 100%;
  }
}
@media (max-width: 559px) {
  .momImgArea {
    width: 105%;
  }
}


/*

///////////////
ここまでTOP
///////////////

*/


/*//////////////ヘッダーナビゲーション/////////////////////////////*/
.FS2_body_text{
  font-size: 1.1rem;
}
.top__navigation{
  background-color: #c0f3e5;
}
li .links__link{
  font-weight: bold;
  color: #2c5e51d8;
  line-height: 1;
}

/*ヘッダー　2024.11.26*/

.header{
  background: rgba(248, 154, 172, 1);
}
.utility__link{
  font-size: 1.7rem;
  color: #000;
  background-color: white;
  padding: 5px 20px;
  border-radius: 20px;
  display: flex;
  margin-top: 20px;
  margin-right: 10px;
}
.utility__link--cancel::before{
  content: " ";
  background-image: url("/shop/item/mbrstyle/design/img01/cancel.png");
  height: 25px;
  width: 25px;
  margin-right: 5px;
}
.utility__link--mail::before{
  content: " ";
  background-image: url("/shop/item/mbrstyle/design/img01/mail.png");
  height: 25px;
  width: 25px;
  margin-right: 5px;
}

