
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

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

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?v=4.7.0);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2?v=4.7.0) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff?v=4.7.0) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf?v=4.7.0) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  font-size: 13px;
  color: #8C7E6C;
  background-color: #DAD5CF;
  padding: 0;
  margin: 0;
}

.container {
  background-color: #F5F5ED;
  margin: 0 auto;
  position: relative;
}

.none {
  display: none;
}

#build-menu-page {
  left: 0;
  position: relative;
  background-color: #DAD5CF;
}

#build-menu {
  visibility: visible;
  z-index: 0;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  display: none;
  width: 280px;
  padding: 0;
  position: static;
  z-index: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  left: 0;
}

.build-menu-animating #build-menu-page {
  position: fixed;
  overflow: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transition: -webkit-transform 250ms;
  -moz-transition: -moz-transform 250ms;
  -o-transition: -o-transform 250ms;
  -ms-transition: -ms-transform 250ms;
  transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu {
  display: block;
}

.build-menu-open #build-menu {
  display: block;
  -webkit-transition-delay: 0ms, 0ms, 0ms;
  -moz-transition-delay: 0ms, 0ms, 0ms;
  -o-transition-delay: 0ms, 0ms, 0ms;
  -ms-transition-delay: 0ms, 0ms, 0ms;
  transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
  -webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}

.staging_banner {
  width: 100%;
  box-sizing: border-box;
  color: #FFF;
  background-color: rgba(248, 63, 38, 0.6);
  position: fixed;
  z-index: 100000;
}

.staging_banner strong {
  font-size: 20px;
  font-weight: bold;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

@media all and (min-width: 769px) {
  .staging_banner {
    padding: 2px 28px;
  }
  .staging_banner strong {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .staging_banner {
    padding: 2px 28px;
  }
  .staging_banner strong {
    font-size: 20px;
  }
}
@media all and (max-width: 640px) {
  .staging_banner {
    padding: 1px 14px;
  }
  .staging_banner strong {
    font-size: 12px;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
}

.error {
  font-size: 16px;
  font-weight: bold;
}

.jreAnnouncement {
  font-size: 10px;
  color: #333;
  background: #FFF0F0 url(/assets/jre/common/icon_exclamation_red-0332a4c43e35b0f99b360a92cef35f76b9a013153c92b887305289d295343414.png) no-repeat top 7px left 15px/20px 21px;
  padding: 10px 45px;
}

#jre {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background-color: #FFF;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-right: 5px;
}
.icon.magnifyingGlass {
  width: 17px;
  height: 17px;
  background-image: url(/assets/jre/common/magnifying-glass-2d3329938fa026d1fe7176344bd835d2ba3695998092ccd122efa169aaf48ddc.png);
}
.icon.paperPlane {
  width: 14px;
  height: 14px;
  background-image: url(/assets/jre/common/paper-plane-7640ae651e7de5081f729d10107c344109020c5de7690513d26f48a65a75e3ed.png);
}
@media all and (min-width: 1113px) {
  .icon.paperPlane {
    width: 16px;
    height: 16px;
  }
}
.icon.angleRightWhite, .icon.angleRightGreen {
  width: 8px;
  height: 13px;
  margin-top: 2px;
}
@media all and (min-width: 1113px) {
  .icon.angleRightWhite, .icon.angleRightGreen {
    width: 10px;
    height: 16px;
    margin-top: 0;
  }
}
.icon.angleRightWhite {
  background-image: url(/assets/jre/common/angle-right_white-571b462e5ef726b1c3ffbca3868a1d65377decc970693a72a0149313eddd6810.png);
}
.icon.angleRightGreen {
  background-image: url(/assets/jre/common/angle-right_green-6c1661b123fcf777d665a41675dd9eddadb276c213609dfd08121f00470cdda8.png);
}
.icon.yenSign {
  width: 12px;
  height: 16px;
  margin-bottom: 3px;
  background-image: url(/assets/jre/common/yen-sign-aff68e44a315b9b89f908ac9cfdc6b4c9693ea7f4b151943a9dca17593da3649.png);
}
.icon.locationDot {
  width: 13px;
  height: 17px;
  background-image: url(/assets/jre/common/location-dot-771b2a455ba7d3f66a78cd26879878c83e8dafc893cce805c5b981930e36ef60.png);
}
.icon.store {
  width: 16px;
  height: 13px;
  background-image: url(/assets/jre/common/store-476aeefd85de5fd0ba718f94bc14f8dc6f7873298b314b3e14a0b8d9c7f272ff.png);
}
.icon.bookmark {
  width: 11px;
  height: 15px;
  background-image: url(/assets/jre/common/bookmark-8f36659e62a78b6c5d90b9162d125beb398201fca50f2ff63e5935a43412cac2.png);
  margin-right: 7px;
  margin-left: 3px;
}
.icon.close {
  width: 15px;
  height: 15px;
  background-image: url(/assets/jre/common/close-7944e659daf37880828c9031244b582c6b76b58d777382622a04065dc468a5af.png);
}
.icon.drawerTrigger {
  width: 14px;
  height: 14px;
  background-image: url(/assets/jre/common/drawer-trigger-abd32f70a440c8d02285bc88a68d4357c2fb182f41bcb9d6e4188f7c916c1111.png);
}
.icon.clipboardList {
  width: 41px;
  height: 55px;
  background-image: url(/assets/jre/common/clipboard-list-486c74a63f07da21fe793cbf277712506ba049b202b944f88c39c2e672f5d97f.png);
}
.icon.mugSaucer {
  width: 56px;
  height: 43px;
  background-image: url(/assets/jre/common/mug-saucer-dde498598c8f212ae2f4daa122c10a6178a644112a141e38ec20637e94ea6a1c.png);
}
.icon.storeWhite {
  width: 56px;
  height: 44px;
  background-image: url(/assets/jre/common/store-white-a639bf96321960a36f84db2183a1752203906b50af496f87319baef19a6161ff.png);
}

#jre_container {
  position: relative;
}
#jre_container .jreMypageDrawerTarget {
  display: none;
}
#jre_container .jreMypageDrawerCheck {
  display: none;
}
#jre_container .jreMypageDrawerCheck:checked ~ .jreMypageDrawerTarget {
  display: block;
}
#jre_container .jreMypageDrawerTarget {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  border-right: 1px solid #EFEFEF;
  top: 0;
  left: 0;
  z-index: 101;
}
#jre_container .jreMypageDrawerTarget__header {
  display: flex;
  align-items: center;
  height: 56px;
  box-sizing: border-box;
  border-bottom: 1px solid #DDD;
  padding: 20px;
}
#jre_container .jreMypageDrawerTarget__header label {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
#jre_container .jreMypageDrawerTarget__header label span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #666;
  position: absolute;
  top: 9px;
  right: 5px;
}
#jre_container .jreMypageDrawerTarget__header label span:first-child {
  transform: rotate(45deg);
}
#jre_container .jreMypageDrawerTarget__header label span:last-child {
  transform: rotate(-45deg);
}
#jre_container .jreMypageDrawerTarget__content {
  height: 100%;
  background-color: #F7F7F7;
}
#jre_container .jreMypageDrawerTarget__content ul {
  background-color: #FFF;
}
#jre_container .jreMypageDrawerTarget__content ul li {
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #F7F7F7;
}
#jre_container .jreMypageDrawerTarget__content ul li a {
  display: block;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  padding: 17px 15px;
}
#jre_container .jreMypageDrawerTarget__content p {
  font-size: 10px;
  font-weight: bold;
  color: #CDCDCD;
  padding: 30px 15px 15px;
}

.jreHeader {
  width: 100%;
  height: 55px;
  font-size: 12px;
  border-bottom: 1px solid #EFEFEF;
}
.jreHeader .jreContents {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jreHeader .jreContents__col:nth-child(1) label {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.jreHeader .jreContents__col:nth-child(1) label span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #666;
  position: absolute;
  top: 2px;
}
.jreHeader .jreContents__col:nth-child(1) label span:nth-child(2) {
  top: 9px;
}
.jreHeader .jreContents__col:nth-child(1) label span:nth-child(3) {
  top: 16px;
}
.jreHeader .jreContents__col:nth-child(2), .jreHeader .jreContents__col:nth-child(3) a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #333;
}
.jreHeader .jreContents__col:nth-child(2) span, .jreHeader .jreContents__col:nth-child(3) a span {
  font-weight: bold;
  vertical-align: middle;
}
.jreHeader .jreContents__col:nth-child(1) {
  padding: 47px 0 50px 10px;
}
.jreHeader .jreContents__col:nth-child(2) {
  padding-left: 40px;
}
.jreHeader .jreContents__col:nth-child(2) img {
  width: 200px;
}
.jreHeader .jreContents__col:nth-child(3) {
  width: 80px;
  padding-bottom: 5px;
}
.jreHeader .jreContents__col:nth-child(3) a {
  margin-left: 25px;
}
.jreHeader .jreContents__col:nth-child(3) img {
  border-radius: 15px;
  margin: 5px 0 0 20px;
}

.jreFooter {
  color: #FFF;
  background-color: #333;
}
.jreFooter__link {
  background-color: #F9F9F9;
  padding: 14px 0;
}
.jreFooter__link ul {
  font-size: 12px;
}
.jreFooter__link ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px 14px;
}
.jreFooter__copy {
  padding: 24px 14px;
  position: relative;
}
.jreFooter__copy img {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
}
.jreFooter__copy span {
  position: absolute;
  top: 26px;
  right: 19px;
}

.otherContents {
  padding: 0 14px 60px;
}

.basicContents {
  background-color: #FFF;
  padding: 29px 14px 40px;
}
.basicContents.row {
  padding: 0 14px 40px;
}
.basicContents .basicLayout__header {
  display: flex;
  margin-bottom: 20px;
}
.basicContents .basicLayout__header .border {
  width: 6px;
  background-color: #23AC38;
  border-radius: 3px;
  margin-right: 10px;
}
.basicContents .basicLayout__header .headline {
  font-size: 18px;
}
.basicContents .basicLayout__header .headline h1, .basicContents .basicLayout__header .headline h2 {
  font-weight: bold;
}
.basicContents .basicLayout__content .imageBox {
  width: 320px;
  margin: 20px auto;
}
.basicContents .basicLayout__content .imageBox img {
  width: 100%;
  height: auto;
}
.basicContents .basicLayout__content .generalPurposeButton a {
  display: block;
  max-width: 300px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #23AC38;
  border-radius: 5px;
  padding: 10px 0;
  margin: 40px auto 30px;
}
.basicContents .basicLayout__content .rules section {
  margin-bottom: 10px;
}
.basicContents .basicLayout__content .rules section.changeLog {
  font-size: 12px;
  text-align: right;
}
.basicContents .basicLayout__content .rules h2, .basicContents .basicLayout__content .rules h3 {
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}
.basicContents .basicLayout__content .rules h2 {
  font-size: 20px;
}
.basicContents .basicLayout__content .rules h3 {
  font-size: 16px;
}
.basicContents .basicLayout__content .rules p, .basicContents .basicLayout__content .rules ul, .basicContents .basicLayout__content .rules ol {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.basicContents .basicLayout__content .rules ul {
  list-style-type: disc;
  list-style-position: inside;
}
.basicContents .basicLayout__content .rules ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.basicContents .basicLayout__content .rules ul ul, .basicContents .basicLayout__content .rules ul ol, .basicContents .basicLayout__content .rules ol ul, .basicContents .basicLayout__content .rules ol ol {
  margin: 0 0 0 1em;
}
.basicContents .basicLayout__content .rules ol.num {
  list-style-type: none;
}
.basicContents .basicLayout__content .rules ul.pageIndex {
  list-style: none;
  scroll-behavior: smooth;
}

table.shopDetail {
  width: 100%;
  max-width: 1075px;
  margin: 0 auto;
}
table.shopDetail tr {
  border-bottom: 1px solid #DDD;
}
table.shopDetail tr th {
  width: 7em;
  box-sizing: border-box;
  padding: 28px 14px;
}
table.shopDetail tr td {
  padding: 15px 0;
  word-break: break-all;
}
table.shopDetail tr td a {
  color: inherit;
  text-decoration: none;
}
table.shopDetail tr td iframe {
  width: 100%;
  height: 370px;
}

.sitePath {
  background-color: #F9F9F9;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 14px;
}
.sitePath ol {
  font-size: 12px;
}
.sitePath ol li {
  display: inline-block;
}
.sitePath ol li:nth-of-type(n+2)::before {
  content: ">";
  padding: 0 3px;
}
.sitePath ol li a {
  color: inherit;
  text-decoration: none;
}

.pagination {
  text-align: center;
  margin: 0 auto;
}
.pagination span {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #CDCDCD;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #F9F9F9;
  border-radius: 50%;
  padding-top: 5px;
  margin: 0 5px;
}
.pagination span a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.pagination span.current {
  color: #FFF;
  background-color: #23AC38;
}
.pagination .prev, .pagination .next {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #CDCDCD;
  box-sizing: border-box;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #F9F9F9;
  padding-top: 5px;
}

.footerAdBlock {
  padding: 25px 0;
}
.footerAdBlock.true {
  background-color: #F9F9F9;
}
.footerAdBlock.false {
  background-color: transparent;
  padding-bottom: 70px;
}
.footerAdBlock__content {
  width: 320px;
  margin: 0 auto;
}

@media all and (min-width: 1113px) {
  .jreAnnouncement {
    font-size: 14px;
    background: #FFF0F0 url(/assets/jre/common/icon_exclamation_red-0332a4c43e35b0f99b360a92cef35f76b9a013153c92b887305289d295343414.png) no-repeat top 20px left 40px/20px 21px;
    padding: 20px 75px;
  }
  #jre_container .jreMypageDrawerCheck:checked ~ .jreMypageDrawerTarget {
    width: 250px;
  }
  .jreHeader {
    font-size: 18px;
  }
  .jreHeader .jreContents {
    padding-left: 0px;
  }
  .jreHeader .jreContents__col:nth-child(1) {
    padding: 45px 0 50px 20px;
  }
  .jreHeader .jreContents__col:nth-child(2) {
    display: block;
    padding-left: 80px;
  }
  .jreHeader .jreContents__col:nth-child(3) {
    width: 110px;
  }
  .jreHeader .jreContents__col:nth-child(3) a {
    margin-right: 10px;
  }
  .jreHeader .jreContents__col:nth-child(3) img {
    margin: 10px 0 0 40px;
  }
  .jreFooter__link {
    padding: 30px 40px;
  }
  .jreFooter__link ul {
    font-size: 14px;
  }
  .jreFooter__link ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .jreFooter__link ul li a {
    color: #333;
    text-decoration: none;
    padding: 0;
  }
  .jreFooter__copy {
    padding: 50px 40px;
    position: relative;
  }
  .jreFooter__copy img {
    display: inline-block;
    width: 206px;
  }
  .jreFooter__copy span {
    position: relative;
    top: 3px;
    left: 10px;
  }
  .otherContents {
    background-color: #F9F9F9;
    padding: 0 0 70px 0;
  }
  .otherContents__content {
    width: 1200px;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 5px;
    padding: 50px 63px 10px;
    margin: 0 auto;
  }
  .basicContents {
    background-color: #F9F9F9;
    padding: 70px 0;
  }
  .basicContents.row {
    padding: 0 0 70px;
  }
  .basicContents .basicLayout {
    width: 1200px;
    margin: 0 auto;
  }
  .basicContents .basicLayout__header {
    margin-bottom: 40px;
  }
  .basicContents .basicLayout__header .headline {
    font-size: 26px;
  }
  .basicContents .basicLayout__content {
    background-color: #FFF;
    border-radius: 5px;
    padding: 50px 40px;
  }
  .basicContents .basicLayout__content .rules section {
    margin-bottom: 20px;
  }
  .basicContents .basicLayout__content .rules h2, .basicContents .basicLayout__content .rules h3 {
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
  }
  .basicContents .basicLayout__content .rules p, .basicContents .basicLayout__content .rules ul, .basicContents .basicLayout__content .rules ol {
    margin-bottom: 20px;
  }
  .sitePath {
    border-width: 2px;
    padding: 15px 40px;
  }
  .footerAdBlock {
    padding: 0 0 50px 0;
  }
  .footerAdBlock.false {
    padding-bottom: 40px;
  }
}
#entrance_outer {
  width: 100%;
  background-color: #F8F8F8;
  padding: 20px 0;
}
#entrance_outer #entrance.wide {
  width: 750px;
  margin: 20px auto;
}
#entrance_outer #entrance.wide h1 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
#entrance_outer #entrance.wide #entrance_inner {
  width: 100%;
  background-color: #FFF;
  display: flex;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry {
  width: 50%;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items {
  width: 300px;
  margin: 30px auto;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items .user_entry__title h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items #social_login form button.fb {
  width: 300px;
  height: 50px;
  color: #F8F8F8;
  background-color: #425F9B;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  margin-bottom: 10px;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items #social_login .btn-sign-in-with-apple {
  width: 236px;
  height: 50px;
  margin-bottom: 10px;
  border: 2px solid #666;
  border-radius: 3px;
  display: flex;
  padding-left: 60px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items #social_login .btn-sign-in-with-apple img {
  width: 17x;
  height: 17px;
  margin-right: 10px;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items .line {
  width: 100%;
  height: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 1px;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items .line p {
  width: 100%;
  height: 2px;
  background-color: #DDD;
  position: absolute;
  top: 50%;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items .line p span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background-color: #FFF;
  padding: 0 10px;
  position: relative;
  top: -12px;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items #normal_login .controls {
  margin-top: 5px;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items #normal_login .controls label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items #normal_login .controls input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 6px;
  margin: 0;
  outline: none;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items #normal_login .remember {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items #normal_login .remember .checkbox {
  width: 2em;
  padding: 5px 0 0 2px;
  float: left;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items #normal_login .remember p {
  font-size: 12px;
  color: #999;
  float: left;
  padding-top: 3px;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items #normal_login .jre_login_button {
  width: 300px;
  height: 50px;
  margin-bottom: 5px;
  background-color: #23AC38;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #EFEFEF;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items #normal_login .reminder {
  text-align: center;
}
#entrance_outer #entrance.wide #entrance_inner #user_entry__items #normal_login .reminder a {
  color: #999;
}
#entrance_outer #entrance.wide #entrance_inner #new_entry {
  width: 50%;
}
#entrance_outer #entrance.wide #entrance_inner #new_entry__items {
  width: 90%;
  height: 280px;
  border: 5px solid #EEE;
  margin: 30px 20px 30px 0;
}
#entrance_outer #entrance.wide #entrance_inner #new_entry__items #new_entry_inner {
  padding: 25px;
}
#entrance_outer #entrance.wide #entrance_inner #new_entry__items #new_entry_inner h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
#entrance_outer #entrance.wide #entrance_inner #new_entry__items #new_entry_inner p {
  font-size: 14px;
}
#entrance_outer #entrance.wide #entrance_inner #new_entry__items #new_entry_inner a {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-decoration: none;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 14px 0;
  margin: 20px 0 10px 0;
  background-color: #F8F8F8;
  cursor: pointer;
}
#entrance_outer #registration {
  width: 540px;
  margin: 20px auto;
}
#entrance_outer #registration h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#entrance_outer #registration #registration_inner {
  padding: 30px 0px;
  background-color: #FFF;
}
#entrance_outer #registration #registration_inner #user_entry {
  width: 80%;
  margin: 0 auto;
}
#entrance_outer #registration #registration_inner #user_entry #social_login.registration_page {
  width: 300px;
  margin: 0 auto;
}
#entrance_outer #registration #registration_inner #user_entry #social_login.registration_page button.fb {
  width: 300px;
  height: 50px;
  color: #F8F8F8;
  background-color: #425F9B;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  margin-bottom: 10px;
}
#entrance_outer #registration #registration_inner #user_entry #social_login.registration_page .btn-sign-in-with-apple {
  width: 236px;
  height: 50px;
  margin-bottom: 10px;
  border: 2px solid #666;
  border-radius: 3px;
  display: flex;
  padding-left: 60px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
#entrance_outer #registration #registration_inner #user_entry #social_login.registration_page .btn-sign-in-with-apple img {
  width: 17x;
  height: 17px;
  margin-right: 10px;
}
#entrance_outer #registration #registration_inner #user_entry .line {
  width: 100%;
  height: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 1px;
}
#entrance_outer #registration #registration_inner #user_entry .line p {
  width: 100%;
  height: 2px;
  background-color: #DDD;
  position: absolute;
  top: 50%;
}
#entrance_outer #registration #registration_inner #user_entry .line p span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background-color: #FFF;
  padding: 0 10px;
  position: relative;
  top: -12px;
}
#entrance_outer #registration #registration_inner #user_entry #normal_login .controls {
  margin-top: 5px;
}
#entrance_outer #registration #registration_inner #user_entry #normal_login .controls label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
#entrance_outer #registration #registration_inner #user_entry #normal_login .controls input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 6px;
  margin: 0;
  outline: none;
}
#entrance_outer #registration #registration_inner #user_entry #normal_login .attention {
  width: 300px;
  margin: 10px auto;
  text-align: center;
}
#entrance_outer #registration #registration_inner #user_entry #normal_login .jre_registration_button {
  display: block;
  width: 300px;
  height: 50px;
  margin: 10px auto;
  background-color: #23AC38;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #EFEFEF;
}

@media all and (max-width: 769px) {
  #entrance_outer {
    width: 100%;
    background-color: #F8F8F8;
    padding: 0;
  }
  #entrance_outer #entrance.wide, #entrance_outer #registration {
    width: 100%;
    margin: auto;
  }
  #entrance_outer #entrance.wide h1, #entrance_outer #registration h1 {
    display: none;
  }
  #entrance_outer #entrance.wide #entrance_inner, #entrance_outer #entrance.wide #registration_inner, #entrance_outer #registration #entrance_inner, #entrance_outer #registration #registration_inner {
    width: 100%;
    background-color: #FFF;
    display: block;
  }
  #entrance_outer #entrance.wide #entrance_inner #user_entry, #entrance_outer #entrance.wide #registration_inner #user_entry, #entrance_outer #registration #entrance_inner #user_entry, #entrance_outer #registration #registration_inner #user_entry {
    width: 100%;
  }
  #entrance_outer #entrance.wide #entrance_inner #user_entry #normal_login, #entrance_outer #entrance.wide #registration_inner #user_entry #normal_login, #entrance_outer #registration #entrance_inner #user_entry #normal_login, #entrance_outer #registration #registration_inner #user_entry #normal_login {
    width: 300px;
    margin: 0 auto;
  }
  #entrance_outer #entrance.wide #entrance_inner #new_entry, #entrance_outer #entrance.wide #registration_inner #new_entry, #entrance_outer #registration #entrance_inner #new_entry, #entrance_outer #registration #registration_inner #new_entry {
    width: 100%;
    margin-bottom: 50px;
  }
  #entrance_outer #entrance.wide #entrance_inner #new_entry__items, #entrance_outer #entrance.wide #registration_inner #new_entry__items, #entrance_outer #registration #entrance_inner #new_entry__items, #entrance_outer #registration #registration_inner #new_entry__items {
    width: 350px;
    margin: 0 auto;
  }
  #entrance_outer #entrance.wide #registration_inner #user_entry .line, #entrance_outer #registration #registration_inner #user_entry .line {
    width: 300px;
    margin: 0 auto;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/fonts/slick.eot);
  src: url(/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/fonts/slick.woff) format("woff"), url(/fonts/slick.ttf) format("truetype"), url(/fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#flash .alert-popup {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
#flash .alert-popup .close {
  display: none;
}
#flash .alert-popup p {
  font-size: 16px;
  padding-top: 18px;
  text-align: center;
  color: #EFEFEF;
}

.searchBox {
  height: 100%;
  margin: 0 auto;
  padding: 0 14px;
  box-sizing: border-box;
  color: #FFF;
}
.searchBox__content {
  width: 100%;
  position: relative;
}
.searchBox__content .icon {
  position: absolute;
  top: 13px;
  left: 10px;
}
.searchBox__content form {
  width: 100%;
  display: flex;
  margin: 15px auto;
  border: 2px solid #DDD;
  border-radius: 5px;
  box-sizing: border-box;
}
.searchBox__content form input[type=search] {
  display: block;
  box-sizing: border-box;
  flex: 1;
  font-size: 16px;
  border: none;
  border-radius: 0;
  border-radius: 10px;
  padding: 10px 30px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.searchBox__content form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.searchBox__content form input[type=search]::placeholder {
  color: #CDCDCD;
}

.autocomplete-suggestions {
  box-sizing: border-box;
  color: #222;
  background-color: #FFF;
  border: 1px solid #CDCDCD;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: auto;
  top: 40px;
}
.autocomplete-suggestions .autocomplete-suggestion, .autocomplete-suggestions .autocomplete-no-suggestion {
  padding: 10px 15px;
}

.specialContents {
  background-color: #EFEFEF;
  padding: 28px 0;
  margin-bottom: 30px;
}
.specialContents__content {
  width: 100%;
}
.specialContents__content .slideBanners .slick-slide {
  margin-right: 14px;
}
.specialContents__content .slideBanners .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #FFF;
}
.specialContents__content .slideBanners .slick-dots li.slick-active {
  background-color: #23AC38;
}
.specialContents__content .slideBanners .slick-dots li button {
  opacity: 0;
}
.specialContents__content .slideBanners .slick-prev, .specialContents__content .slideBanners .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.specialContents__content .slideBanners .slick-prev {
  left: -80px;
  background: #FFF url(/assets/jre/common/slick-prev-53247aaacf08946ef6c983ff6f92d0eb525d38701bd413bb97b12636ec56818a.png) no-repeat 50% 50%/10px 16px;
}
.specialContents__content .slideBanners .slick-next {
  right: -80px;
  background: #FFF url(/assets/jre/common/slick-next-6c1661b123fcf777d665a41675dd9eddadb276c213609dfd08121f00470cdda8.png) no-repeat 50% 50%/10px 16px;
}

.passportContent {
  padding: 0 14px;
}

.topBlock__header {
  display: flex;
  justify-content: space-between;
}
.topBlock__header .border {
  width: 6px;
  background-color: #23AC38;
  border-radius: 3px;
  margin-right: 10px;
}
.topBlock__header .blockHeader {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
}
.topBlock__header a {
  color: inherit;
  text-decoration: none;
  padding: 5px 0;
}
.topBlock__header a span {
  vertical-align: middle;
}
.topBlock__header a span.text {
  font-weight: bold;
}

.passportBrands {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.passportBrands.top {
  justify-content: space-between;
  margin: 20px 0 40px;
}
.passportBrands.top li {
  width: 23.05%;
  margin: 0;
}
.passportBrands.top li span {
  display: none;
}
.passportBrands.top li:nth-of-type(n+5) {
  display: none;
}
.passportBrands li {
  width: 46.511%;
  margin: 0 6.978% 40px 0;
  word-wrap: break-word;
}
.passportBrands li:nth-of-type(2n) {
  margin-right: 0;
}
.passportBrands li a {
  display: block;
  text-decoration: none;
}
.passportBrands li a img {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  padding: 10%;
}
.passportBrands li span {
  display: block;
  text-align: center;
  padding-top: 20px;
}

.passportPlans {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.passportPlans.top {
  margin: 20px 0 40px;
}
.passportPlans .passportPlan {
  display: block;
  width: 100%;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  margin-bottom: 20px;
}
.passportPlans .passportPlan__image {
  width: 100%;
  height: 0;
  padding-top: 35.34%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.passportPlans .passportPlan__summary {
  word-break: break-all;
  padding: 28px 19px;
}
.passportPlans .passportPlan__summary dt {
  font-size: 18px;
  font-weight: bold;
}
.passportPlans .passportPlan__summary dd {
  font-size: 14px;
  margin-top: 10px;
}
.passportPlans .passportPlan__summary dd span {
  vertical-align: middle;
}
.passportPlans .passportPlan__summary dd p {
  display: inline;
  font-size: 10px;
}
.passportPlans .passportPlan__summary dd strong {
  font-weight: bold;
  color: #F8422B;
}
.passportPlans .passportPlan__summary dd strong::before {
  content: "→";
  padding-right: 5px;
}

.passportRailways {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-bottom: 25px;
}
.passportRailways.top {
  margin-top: 20px;
}
.passportRailways.top li:nth-child(n+6) {
  display: none;
}
.passportRailways li {
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  color: #333;
}
.passportRailways li a {
  display: block;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  padding: 20px 0;
}

.mobileOrderAvailable {
  margin-top: 20px;
}
.mobileOrderAvailable__content .shopCard {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}
.mobileOrderAvailable__content .shopCard__icon {
  width: 107px;
}
.mobileOrderAvailable__content .shopCard__icon img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.mobileOrderAvailable__content .shopCard__data {
  flex: 1;
}
.mobileOrderAvailable__content .shopCard__data dl dt, .mobileOrderAvailable__content .shopCard__data dl dd {
  font-weight: bold;
  word-break: break-all;
}
.mobileOrderAvailable__content .shopCard__data dl dt {
  font-size: 12px;
  color: #23AC38;
  margin-bottom: 5px;
}
.mobileOrderAvailable__content .shopCard__data dl dd {
  font-size: 18px;
  color: #333;
  line-height: 1.2;
}
.mobileOrderAvailable__content .shopCard__data dl dd span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  margin-top: 15px;
}

.staticBanners {
  padding-bottom: 25px;
  margin-top: 20px;
}
.staticBanners li {
  width: 320px;
  height: 50px;
  margin: 0 auto 10px;
}
.staticBanners li a {
  display: block;
}
.staticBanners li a img {
  display: block;
  width: 320px;
  height: 50px;
}

.slideBanners {
  width: 100%;
}

.jrePassports__header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.jrePassports__content .passport {
  display: flex;
  color: #333;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 20px;
}
.jrePassports__content .passport__icon img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 14px;
}
.jrePassports__content .passport__summary dl dt {
  font-size: 18px;
  font-weight: bold;
}

.hotJrePassports__header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.closingContents {
  background-color: #F9F9F9;
  padding: 40px 15px 100px;
}
.closingContents__message {
  width: 100%;
  max-width: 1075px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 5px;
  padding: 20px;
  margin: 0 auto 50px;
}
.closingContents__message p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
.closingContents__message p:last-child {
  margin-bottom: 0;
}
.closingContents__buttons p {
  width: 100%;
  max-width: 560px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 5px;
}
.closingContents__buttons a {
  display: block;
  width: 100%;
  max-width: 560px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color: #23AC38;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #23AC38;
  border-radius: 10px;
  padding: 15px 10px;
  margin: 0 auto 40px;
}
.closingContents__buttons a:first-child {
  background-color: #23AC38;
  color: #FFF;
}

@media all and (min-width: 768px) {
  #flash .alert-popup {
    height: 80px;
  }
  #flash .alert-popup p {
    font-size: 30px;
    padding-top: 15px;
  }
  .searchBox {
    width: 100%;
    padding: 0 14px;
  }
  .searchBox__content {
    width: 345px;
  }
}
@media all and (min-width: 1113px) {
  .searchBox {
    width: 1075px;
    padding: 0;
  }
  .specialContents {
    padding: 40px 0;
    margin-bottom: 80px;
  }
  .specialContents__content {
    width: 1075px;
    margin: 0 auto;
  }
  .specialContents__content .slideBanners .slick-slide {
    margin-right: 20px;
  }
  .passportContent {
    width: 1075px;
    padding: 0;
    margin: 0 auto;
  }
  .passportBrands {
    width: 1075px;
    margin: 0 auto;
  }
  .passportBrands.top {
    margin: 45px 0 100px;
  }
  .passportBrands.top li {
    width: 160px;
    margin: 0;
  }
  .passportBrands.top li:nth-of-type(2n) {
    margin-right: 0;
  }
  .passportBrands.top li:nth-of-type(n+5) {
    display: block;
  }
  .passportBrands.top li:nth-of-type(n+7) {
    display: none;
  }
  .passportBrands li {
    width: 160px;
    margin: 0 23px 23px 0;
  }
  .passportBrands li:nth-of-type(2n) {
    margin-right: 23px;
  }
  .passportBrands li:nth-of-type(6n) {
    margin-right: 0;
  }
  .passportPlans {
    width: 1075px;
    margin: 0 auto;
  }
  .passportPlans.top {
    margin: 30px 0 80px;
  }
  .passportPlans .passportPlan {
    width: 345px;
    margin: 0 20px 20px 0;
  }
  .passportPlans .passportPlan:nth-of-type(3n) {
    margin-right: 0;
  }
  .passportRailways {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  .passportRailways.top {
    padding-bottom: 50px;
  }
  .passportRailways.top li:nth-child(n+6) {
    display: block;
  }
  .passportRailways.top li:nth-child(n+10) {
    display: none;
  }
  .passportRailways li {
    width: 33.3%;
  }
  .passportRailways li a {
    padding: 25px 10px;
  }
  .mobileOrderAvailable {
    margin-top: 30px;
  }
  .mobileOrderAvailable__content {
    display: flex;
    flex-wrap: wrap;
    width: 1075px;
    min-width: 1075px;
  }
  .mobileOrderAvailable__content .shopCard {
    width: 345px;
    margin: 0 20px 15px 0;
  }
  .mobileOrderAvailable__content .shopCard:nth-child(3n) {
    margin-right: 0;
  }
  .staticBanners {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
  }
  .staticBanners li {
    margin: 0 57.5px 20px 0;
  }
  .staticBanners li:nth-child(3n) {
    margin-right: 0;
  }
  .jrePassports {
    width: 1075px;
    margin: 0 auto;
  }
  .jrePassports__header {
    font-size: 26px;
  }
  .jrePassports__content {
    display: flex;
    flex-wrap: wrap;
  }
  .jrePassports__content .passport {
    display: flex;
    align-items: center;
    width: 345px;
    color: #333;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    padding: 16px;
    margin: 0 20px 20px 0;
  }
  .jrePassports__content .passport:nth-of-type(3n) {
    margin-right: 0;
  }
  .jrePassports__content .passport__icon img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 14px;
  }
  .jrePassports__content .passport__summary {
    word-break: break-all;
  }
  .jrePassports__content .passport__summary dl dt {
    font-size: 18px;
    font-weight: bold;
  }
  .hotJrePassports {
    width: 1075px;
    margin: 0 auto;
  }
  .hotJrePassports__header {
    font-size: 26px;
  }
}
.teaserContents__header, .teaserContents__footer {
  background-color: #EFEFEF;
  padding: 24px 19px;
}
.teaserContents__header h2, .teaserContents__header p, .teaserContents__footer h2, .teaserContents__footer p {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  text-align: center;
}
.teaserContents__header h2 em, .teaserContents__header p em, .teaserContents__footer h2 em, .teaserContents__footer p em {
  font-weight: bold;
  font-style: normal;
  color: #23AC38;
}
.teaserContents__footer .conversionBox {
  margin-top: 10px;
}

.passportShop__summary {
  padding: 30px 19px;
}
.passportShop__summary dl {
  text-align: center;
}
.passportShop__summary dl dt picture img {
  width: 160px;
}
.passportShop__summary dl dd {
  font-size: 20px;
  font-weight: bold;
}
.passportShop__summary dl dd a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 0;
  margin-top: 20px;
}
.passportShop__summary dl dd a.subsc1 {
  background-color: #B60051;
}
.passportShop__summary dl dd a.subsc2 {
  background-color: #8bc34a;
}
.passportShop__summary dl dd a.subsc3 {
  background-color: #222;
}
.passportShop__summary dl dd a.subsc4 {
  background-color: #b51d23;
}
.passportShop__summary dl dd a.subsc5 {
  background-color: #58979a;
}
.passportShop__image {
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 48.12%;
}
.passportShop__image.subsc1 {
  background-image: url(/assets/jre/teaser/bg-subsc1@2x-45e73d813feab78c9c80be5173afd1e84445c9b9aea77f05f01bd4084939021d.webp);
}
.passportShop__image.subsc2 {
  background-image: url(/assets/jre/teaser/bg-subsc2@2x-2aa80d77e3d0b1b379be742f91dd312870a74ac3fe26ceda9a6491b8cc0caff1.webp);
}
.passportShop__image.subsc3 {
  background-image: url(/assets/jre/teaser/bg-subsc3@2x-c00349f28eb9e29948708338f098650d4bb3ed08a4a1501dcb433d43f1f66e32.webp);
}
.passportShop__image.subsc4 {
  background-image: url(/assets/jre/teaser/bg-subsc4@2x-e04406768ad2b84a51e5620fd765be09161736bd68cf5aa6fc612a2f48d33759.webp);
}
.passportShop__image.subsc5 {
  background-image: url(/assets/jre/teaser/bg-subsc5@2x-bf4bceffe5d1ba14ed33f360c69d475748373a58dc095f4758573f67010cf24a.webp);
}

.conversionBox {
  box-sizing: border-box;
  color: #FFF;
  background-color: #23AC38;
  border-radius: 10px;
  padding: 19px;
}
.conversionBox dl {
  color: #FFF;
  text-align: center;
}
.conversionBox dl dt, .conversionBox dl dd {
  font-weight: bold;
}
.conversionBox dl dt {
  font-size: 16px;
  margin-bottom: 5px;
}
.conversionBox dl dt em {
  font-weight: bold;
}
.conversionBox dl dt em::before {
  content: "\a";
  white-space: pre;
}
.conversionBox dl dd {
  font-size: 12px;
  margin-bottom: 10px;
}
.conversionBox a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #23AC38;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 10px;
  padding: 10px 0;
  margin: 0 auto;
}
.conversionBox a span {
  font-weight: bold;
  vertical-align: middle;
}

.entryContents {
  background: #F9F9F9 url(/assets/jre/common/signBoard-f9a1a52b79b3d205bf3c3391deec804feb4defeb5aa602bbe8aa2d097547c3f3.svg) repeat-x bottom center;
  padding: 24px 19px 100px;
}
.entryContents__header {
  margin-bottom: 20px;
}
.entryContents__header h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-left: 6px solid #23AC38;
  padding-left: 6px;
  margin-bottom: 20px;
}
.entryContents__header p {
  font-size: 14px;
}
.entryContents__content .contactUs p {
  font-size: 14px;
  margin-bottom: 30px;
}
.entryContents__content .contactUs dl dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.entryContents__content .contactUs dl dd {
  text-align: center;
}
.entryContents__content .contactUs dl dd a {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: inherit;
}
.entryContents__content .has-error input[type=email] {
  border-color: #F00;
}
.entryContents__content .finished h2 {
  text-align: center;
  background: url(/assets/jre/common/checkmark-5774856fce7df27b465a0adcfe2bcbc5b177c4ab1c94ddc0060e43903646f8a9.png) no-repeat top center/50px 50px;
  padding-top: 70px;
}
.entryContents__content h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.entryContents__content h2 span {
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  background-color: #F00;
  border-radius: 5px;
  padding: 2px 5px;
}
.entryContents__content input[type=email] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  border: 1px solid #CDCDCD;
  border-radius: 10px;
  padding: 15px 10px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.entryContents__content input[type=email]::placeholder {
  color: #9B9B9B;
}
.entryContents__content .help-block {
  display: block;
  font-size: 12px;
  color: #F00;
  margin-top: 10px;
}
.entryContents__content p {
  font-size: 12px;
  margin: 20px 0;
}
.entryContents__content p a {
  color: inherit;
}
.entryContents__content input[type=submit], .entryContents__content a.back {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #23AC38;
  text-align: center;
  border: 2px solid #23AC38;
  border-radius: 10px;
  border-radius: 10px;
  padding: 15px 10px;
}
.entryContents__content input[type=submit] {
  color: #FFF;
  background-color: #23AC38;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.entryContents__content a.back {
  font-weight: bold;
  color: #23AC38;
  text-decoration: none;
}
.entryContents__content a.back:hover {
  color: #FFF;
  background-color: #23AC38;
}

.no-webp .passportShop__image.subsc1 {
  background-image: url(/assets/jre/teaser/bg-subsc1@2x-8deeb83666fbc9f4ec18ed278893a9d8c0962393c7d7471dca8cf986982426bc.png);
}
.no-webp .passportShop__image.subsc2 {
  background-image: url(/assets/jre/teaser/bg-subsc2@2x-53fe80f12cbbcaa76eba9d94dce69b41a3a4ad60fa1965915c63a621c60d58b0.png);
}
.no-webp .passportShop__image.subsc3 {
  background-image: url(/assets/jre/teaser/bg-subsc3@2x-94546fdd46c6686018af5c93cb403aa25597b7efa6dfb421f05521a14fa4b818.png);
}
.no-webp .passportShop__image.subsc4 {
  background-image: url(/assets/jre/teaser/bg-subsc4@2x-b47d5e95adcd4540942541d0c4527a1cec067ff0aca2694d2b48542b95fe1e2f.png);
}
.no-webp .passportShop__image.subsc5 {
  background-image: url(/assets/jre/teaser/bg-subsc5@2x-53a08cfededd47040263545eff42fb2fbeb1926583d16b6e18465f212e59e3bb.png);
}

@media all and (min-width: 1113px) {
  .teaserContents__header, .teaserContents__footer {
    background-color: #EFEFEF;
    padding: 80px 0;
  }
  .teaserContents__header h2, .teaserContents__header p, .teaserContents__footer h2, .teaserContents__footer p {
    font-size: 36px;
  }
  .teaserContents__footer .conversionBox {
    margin: 40px auto 0;
  }
  .passportShop {
    display: flex;
    align-items: center;
  }
  .passportShop__summary, .passportShop__image {
    width: 50%;
    box-sizing: border-box;
  }
  .passportShop__summary {
    order: 1;
    padding: 10px;
  }
  .passportShop__summary dl {
    width: 400px;
    margin: 0 auto;
  }
  .passportShop__summary dl dt picture img {
    width: 400px;
  }
  .passportShop__summary dl dd {
    font-size: 25px;
    text-align: left;
  }
  .passportShop__summary dl dd a {
    width: 300px;
    margin-top: 30px;
  }
  .passportShop__image {
    order: 2;
  }
  .passportShop.reverse .passportShop__summary {
    order: 2;
  }
  .passportShop.reverse .passportShop__image {
    order: 1;
  }
  .conversionBox {
    max-width: 600px;
    padding: 38px;
  }
  .conversionBox dl dt {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .conversionBox dl dt em {
    font-weight: bold;
  }
  .conversionBox dl dt em::before {
    content: "";
  }
  .conversionBox dl dd {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .conversionBox a {
    max-width: 300px;
  }
  .entryContents {
    padding: 70px 0 200px;
  }
  .entryContents__header {
    max-width: 1200px;
    margin: 0 auto 30px;
  }
  .entryContents__header h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .entryContents__header p {
    font-size: 14px;
  }
  .entryContents__content {
    max-width: 1200px;
    box-sizing: border-box;
    background-color: #FFF;
    padding: 40px;
    margin: 0 auto;
  }
  .entryContents__content form, .entryContents__content .finished {
    width: 500px;
    margin: 0 auto;
  }
  .entryContents__content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .entryContents__content p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .entryContents__content input[type=submit], .entryContents__content a.back {
    width: 300px;
    margin: 0 auto;
  }
}
.pageHeader.becks .logo {
  background-color: transparent;
  padding-top: 50px;
}
.pageHeader.becks .logo img {
  width: 90px;
  bottom: 0;
  left: 0;
}
.pageHeader.becks .glovalLink li:nth-child(2) {
  background-color: #B30016;
}

.shopSignboard.becks {
  background-image: url(/assets/jre/custom/shops/becks/bg_shopSignboard-becks-SP-09aaa131fa8c976b0a437a6c148425eb30786248fbec364b0fdf2e52563d1465.webp);
}
.shopSignboard.becks .shopSignboard__content a {
  background-color: #B30016;
}

.subscriptionServices.becks .subscriptionServices__content .subscriptionService__summary h2 {
  background-color: #B30016;
}
.subscriptionServices.becks .subscriptionServices__content .subscriptionService__summary h3 span {
  color: #B30016;
}
.subscriptionServices.becks .subscriptionServices__content .subscriptionService:nth-child(1) .subscriptionService__image .image {
  background-image: url(/assets/jre/custom/shops/becks/bg_service-becks1-332c640ff26bcf9931eb5f990d9e94195d1c8153112aedfff2f3aac29cfd0b4d.webp);
}
.subscriptionServices.becks .subscriptionServices__content .subscriptionService:nth-child(2) .subscriptionService__image .image {
  background-image: url(/assets/jre/custom/shops/becks/bg_service-becks2-5a85e83da43e49ec9ee5f20fe4eeb165e4496caedca5a0264f1cc6fb784fd2d4.webp);
}

.subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__image .image.plan1 {
  background-image: url(/assets/jre/custom/shops/becks/bg_becks-plan1-e5412887ee0e45131b9d54c7e687e7c737220cdedd1b191f6e09d529abce23ad.webp);
}
.subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__image .image.plan2 {
  background-image: url(/assets/jre/custom/shops/becks/bg_becks-plan2-77b8e25ed3a4a803f28a9f10ad737f12ec2356e28fd2f1ca9ca54e7d9db2befc.webp);
}
.subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__detail dl dt {
  line-height: 1.5;
}
.subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__detail dl dt span {
  color: #B30016;
}
.subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__detail dl dd {
  min-height: 6em;
}
.subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__detail dl dd span {
  font-size: 19px;
  color: #B30016;
}
.subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__detail .price__content {
  color: #B30016;
}
.subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__detail .button a {
  background-color: #B30016;
}
.subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__detail .notice {
  color: inherit;
}

.salesPoints.becks .salesPoints__header h2 span {
  color: #B30016;
}
.salesPoints.becks .salesPoints__content .point .point__summary h3 span {
  color: #B30016;
}
.salesPoints.becks .salesPoints__content .point:nth-child(1) .point__image .image {
  background-image: url(/assets/jre/custom/shops/becks/bg_salespoint-becks1-17c76868ed9e744560f5a711d0888cc2b826fb440965939e41d052ecb8c06ed2.webp);
}
.salesPoints.becks .salesPoints__content .point:nth-child(2) .point__image .image {
  background-image: url(/assets/jre/custom/shops/becks/bg_salespoint-becks2-c64e422fef0b56c6aa33643c3674c619837ce2f6fc73f33d84e61db4163555dd.webp);
}
.salesPoints.becks .salesPoints__content .point:nth-child(3) .point__image .image {
  background-image: url(/assets/jre/custom/shops/becks/bg_salespoint-becks3-7d096a2da9596d99eb27fe2e0395a3002919d6dd7be96d55a9e102b59ea278c5.webp);
}

.howToUse.becks .howToUse__header {
  background-color: #F9F9F9;
}
.howToUse.becks .howToUse__header .upper {
  background-image: url(/assets/jre/custom/shops/becks/bg_howtouse-header-becks-1afe4c86339ae212f8ecc038a83f7267357990b25bd31d639304a931f5a32e4e.webp);
}
.howToUse.becks .howToUse__header h2 {
  background-color: #B30016;
}
.howToUse.becks .howToUse__content {
  background-color: #B30016;
}
.howToUse.becks .howToUse__footer {
  background-image: url(/assets/jre/custom/shops/becks/bg_howtouse-footer-becks-7955fcee086a1b9b9c920a66d76af52c9b45acbb2ccf3ef15f94e67ed638269e.webp);
}
.howToUse.becks .howToUse__footer .inner a {
  background-color: #B30016;
}

.subscriptionFaq.becks .subscriptionFaq__header {
  color: #B30016;
}
.subscriptionFaq.becks .subscriptionFaq__content dl dd span.icon {
  background-color: #B30016;
}

.availableShops.becks .availableShops__header h2 {
  background-color: #B30016;
}
.availableShops.becks .availableShops__header h3 span {
  color: #B30016;
}
.availableShops.becks .availableShops__footer a {
  color: #B30016;
}

@media all and (min-width: 1113px) {
  .pageHeader.becks .logo {
    padding-top: 80px;
  }
  .pageHeader.becks .logo img {
    width: 150px;
  }
  .shopSignboard.becks {
    background-image: url(/assets/jre/custom/shops/becks/bg_shopSignboard-becks-bfdf43c07b2ce62951e6e982894aa5aa03fac746b60051d763a0b634f6e02fcd.webp);
  }
  .shopSignboard.becks .shopSignboard__content a:last-child {
    margin-top: 20px;
  }
  .subscriptionPlans.becks .subscriptionPlans__content {
    width: 1197px;
    flex-wrap: wrap;
  }
  .subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan {
    width: 380px;
    margin-bottom: 20px;
  }
  .subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__detail dl dt {
    font-size: 14px;
  }
  .subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__detail dl dd {
    min-height: 8em;
    font-size: 14px;
  }
  .subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__detail .price__header {
    min-height: 2em;
    font-size: 11px;
  }
  .subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__detail .price__header span {
    font-size: 18px;
  }
  .subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__detail .price__content {
    font-size: 11px;
  }
  .subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__detail .price__content span {
    font-size: 30px;
  }
  .subscriptionPlans.becks .subscriptionPlans__content .subscriptionPlan__detail .button a {
    width: 291px;
    font-size: 15px;
    padding: 15px 0;
  }
  .subscriptionPlans.becks .subscriptionPlans__footer {
    width: 1197px;
  }
  .salesPoints.becks .salesPoints__content .point .point__summary h3 {
    font-size: 45px;
  }
  .salesPoints.becks .salesPoints__content .point .point__summary p {
    font-size: 17px;
  }
}
.shopSignboard.becks4 .shopSignboard__content .catchCopy {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.shopSignboard.becks4 .shopSignboard__content .catchCopy span {
  font-size: 28px;
  font-weight: inherit;
  color: #FBDA47;
}
.shopSignboard.becks4 .shopSignboard__content h1 {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
.shopSignboard.becks4 .shopSignboard__content h1 span {
  font-size: 24px;
  font-weight: inherit;
}
.shopSignboard.becks4 .shopSignboard__content h1 em {
  font-size: 20px;
  font-weight: inherit;
}
.shopSignboard.becks4 .shopSignboard__content p {
  font-size: 14px;
  font-weight: normal;
}
.shopSignboard.becks4 .shopSignboard__content a {
  background: #B60051 url(/assets/jre/custom/shops/becks4/icon_arrowRight-b85c19ef53f002c79a126d29dd1c41b06065f6c570f841303cd30108a4017b8e.webp) no-repeat center left 20px/9px 14px;
}

.aboutBecksCoffee {
  padding: 40px 0 0 0;
}
.aboutBecksCoffee__header {
  margin-bottom: 30px;
}
.aboutBecksCoffee__header h2 {
  font-size: 28px;
  font-weight: bold;
  color: #B60051;
  text-align: center;
}
.aboutBecksCoffee__content {
  color: #FFF;
  background-color: #B60051;
  padding-bottom: 30px;
}
.aboutBecksCoffee__content .roundUpperDiv {
  background-color: #FFF;
  margin-bottom: 20px;
}
.aboutBecksCoffee__content .roundUpperDiv__inner {
  background-color: #B60051;
}
.aboutBecksCoffee__content .aboutDetail__header {
  text-align: center;
  margin-bottom: 30px;
}
.aboutBecksCoffee__content .aboutDetail__header h3 {
  font-size: 18px;
  font-weight: bold;
  background: url(/assets/jre/custom/shops/becks4/bg_aboutBecksCoffee-30d98651028d898bb786dd6d0e8ccf796b98104c805d8307aa3db18322980dea.webp) no-repeat bottom center/150px 150px;
  padding-bottom: 180px;
}
.aboutBecksCoffee__content .aboutDetail__content {
  padding: 0 15px;
}
.aboutBecksCoffee__content .aboutDetail__content dl dt {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.aboutBecksCoffee__content .aboutDetail__content dl dd {
  font-size: 14px;
  margin-bottom: 20px;
}
.aboutBecksCoffee__content .aboutDetail__content dl dd span {
  font-size: 10px;
}

.availableShopsMap {
  background-color: #F9F9F9;
  padding: 40px 0;
}
.availableShopsMap .availableShopsMap__header {
  margin-bottom: 20px;
}
.availableShopsMap .availableShopsMap__header h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.availableShopsMap .availableShopsMap__content .mapContent {
  width: 375px;
  height: 375px;
  margin: 0 auto 20px;
}
.availableShopsMap .availableShopsMap__content p {
  max-width: 375px;
  font-size: 14px;
  padding: 0 15px;
  margin: 0 auto 20px;
}
.availableShopsMap .availableShopsMap__content p span {
  display: block;
  font-size: 10px;
}

.salesPoints.becks4 {
  background-color: #F9F9F9;
}
.salesPoints.becks4 .salesPoints__header {
  background-color: transparent;
  padding-bottom: 0;
}
.salesPoints.becks4 .salesPoints__header h2 {
  font-size: 16px;
  font-weight: bold;
  color: #A90C51;
  background: url(/assets/jre/custom/shops/becks4/icon_salesPoints-79609e64df9a461954fe1332cb9e5b2a65a4bb48bb9944adf8d65498149a0e8d.webp) no-repeat top center/110px 110px;
  padding-top: 130px;
}
.salesPoints.becks4 .salesPoints__content {
  background-color: transparent;
}
.salesPoints.becks4 .salesPoints__content .point {
  margin-bottom: 30px;
}
.salesPoints.becks4 .salesPoints__content .point__summary h3 {
  font-size: 20px;
}
.salesPoints.becks4 .salesPoints__content .point__summary p {
  font-size: 14px;
  margin-bottom: 10px;
}
.salesPoints.becks4 .salesPoints__content .point__summary p span {
  font-size: 12px;
}
.salesPoints.becks4 .salesPoints__content .point:nth-child(1) .point__image .image {
  background: url(/assets/jre/custom/shops/becks4/bg_salespoint-becks1-3030546854f37dec2869b9be399ebf903ca004f481331b0b0cbf0b7e4bc69aef.webp) no-repeat 50% 50%/cover !important;
}
.salesPoints.becks4 .salesPoints__content .point:nth-child(2) .point__image .image {
  background: url(/assets/jre/custom/shops/becks4/bg_salespoint-becks2-cb2ea905a84372e84b68ab713217e1e325ceb7860e7bb9424c0e81d6e690aeb0.webp) no-repeat 50% 50%/cover !important;
}
.salesPoints.becks4 .salesPoints__content .point:nth-child(3) .point__image .image {
  background: url(/assets/jre/custom/shops/becks4/bg_salespoint-becks3-27042e47e9610e6de9fb37fe8441f41f8ff28660453cf00b4f3dc35f060844e6.webp) no-repeat 50% 50%/cover !important;
}

.recommendationPlans {
  background-color: #F9F9F9;
  padding: 40px 0;
}
.recommendationPlans__header {
  text-align: center;
  margin-bottom: 30px;
}
.recommendationPlans__header h2, .recommendationPlans__header p {
  font-weight: bold;
}
.recommendationPlans__header h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.recommendationPlans__header p {
  font-size: 14px;
}
.recommendationPlans__content {
  padding: 0 15px;
}
.recommendationPlans__content .recommendationPlan {
  background-color: #FFF;
  border-radius: 10px;
  padding: 25px 20px;
  margin-bottom: 45px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
}
.recommendationPlans__content .recommendationPlan__header {
  margin-bottom: 20px;
  position: relative;
}
.recommendationPlans__content .recommendationPlan__header .attention {
  width: 220px;
  font-size: 14px;
  font-weight: bold;
  color: #B60051;
  text-align: center;
  background: #FBDA47;
  border: 2px solid #B60051;
  border-radius: 22px;
  padding: 3px 0;
  position: absolute;
  top: -40px;
  left: calc(50% - 110px);
}
.recommendationPlans__content .recommendationPlan__header .attention:after, .recommendationPlans__content .recommendationPlan__header .attention:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.recommendationPlans__content .recommendationPlan__header .attention:after {
  border-color: rgba(251, 218, 71, 0);
  border-top-color: #FBDA47;
  border-width: 5px;
  margin-left: -5px;
}
.recommendationPlans__content .recommendationPlan__header .attention:before {
  border-color: rgba(182, 0, 81, 0);
  border-top-color: #B60051;
  border-width: 8px;
  margin-left: -8px;
}
.recommendationPlans__content .recommendationPlan__header h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.recommendationPlans__content .recommendationPlan__header h3 strong {
  font-size: 22px;
  font-weight: bold;
  color: #B60051;
}
.recommendationPlans__content .recommendationPlan__header h3 .image {
  display: block;
  width: 100%;
  height: 100px;
  background: url(/assets/jre/custom/shops/becks/bg_becks-plan1-e5412887ee0e45131b9d54c7e687e7c737220cdedd1b191f6e09d529abce23ad.webp) no-repeat 50% 50%/cover;
  border-radius: 10px;
  margin: 10px 0;
}
.recommendationPlans__content .recommendationPlan__header h3 em {
  font-weight: bold;
  color: #B60051;
}
.recommendationPlans__content .recommendationPlan__content dl dt {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.recommendationPlans__content .recommendationPlan__content dl dd {
  margin-bottom: 10px;
}
.recommendationPlans__content .recommendationPlan__content dl dd ul li {
  font-size: 12px;
  background: url(/assets/jre/custom/shops/becks4/icon_check-c711d8d70eb3659054fd2ea5984d6451c5b1e73c003d766cbe1dd5e80fdd2746.webp) no-repeat center left/14px 14px;
  padding-left: 20px;
}
.recommendationPlans__content .recommendationPlan__content .prices {
  margin-bottom: 20px;
}
.recommendationPlans__content .recommendationPlan__content .prices__basic, .recommendationPlans__content .recommendationPlan__content .prices__special {
  font-weight: bold;
  text-align: center;
}
.recommendationPlans__content .recommendationPlan__content .prices__basic {
  font-size: 12px;
}
.recommendationPlans__content .recommendationPlan__content .prices__basic del {
  font-weight: inherit;
}
.recommendationPlans__content .recommendationPlan__content .prices__special {
  font-size: 24px;
}
.recommendationPlans__content .recommendationPlan__content .prices__special em {
  font-size: 34px;
  font-weight: inherit;
}
.recommendationPlans__content .recommendationPlan__content .prices__special span {
  font-size: 8px;
  font-weight: inherit;
}
.recommendationPlans__content .recommendationPlan__content a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #B60051 url(/assets/jre/custom/shops/becks4/icon_arrowRight-b85c19ef53f002c79a126d29dd1c41b06065f6c570f841303cd30108a4017b8e.webp) no-repeat center left 35px/9px 14px;
  border-radius: 40px;
  padding: 10px 0;
}
.recommendationPlans__content .recommendationPlan:nth-child(2) .recommendationPlan__header .image, .recommendationPlans__content .recommendationPlan:nth-child(6) .recommendationPlan__header .image {
  background-image: url(/assets/jre/custom/shops/becks/bg_becks-plan2-77b8e25ed3a4a803f28a9f10ad737f12ec2356e28fd2f1ca9ca54e7d9db2befc.webp);
}
.recommendationPlans__footer {
  padding: 0 15px 25px;
}
.recommendationPlans__footer ul li {
  font-size: 12px;
}

.surveyResult {
  background-color: #F9F9F9;
  padding: 60px 0;
}
.surveyResult__header {
  text-align: center;
  margin-bottom: 50px;
}
.surveyResult__header h2 {
  font-size: 16px;
  font-weight: bold;
  color: #A90C51;
  background: url(/assets/jre/custom/shops/becks4/icon_surveyResult-671154f68b3db376a8c11fdc86041818ccc2f0408c648164af35b72086475a9e.webp) no-repeat top center/110px 110px;
  padding-top: 130px;
  margin-bottom: 10px;
}
.surveyResult__header p {
  font-size: 12px;
}
.surveyResult__content h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.surveyResult__content h3 span {
  display: block;
  font-size: 24px;
  font-weight: inherit;
  margin-bottom: 30px;
}
.surveyResult__content img {
  display: block;
  width: 324px;
  height: 224px;
  margin: 0 auto 30px;
}
.surveyResult__content p {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.charmPointsBecks {
  padding-bottom: 80px;
}
.charmPointsBecks__header {
  margin-bottom: 20px;
}
.charmPointsBecks__header .roundUpperDiv {
  background-color: #F9F9F9;
}
.charmPointsBecks__header .roundUpperDiv__inner {
  background-color: #FFF;
}
.charmPointsBecks__header h2 {
  font-size: 16px;
  font-weight: bold;
  color: #A90C51;
  text-align: center;
  padding-top: 20px;
}
.charmPointsBecks__content {
  background-color: #FFF;
}
.charmPointsBecks__content .charmPoint:nth-child(1) .charmPoint__image {
  background-image: url(/assets/jre/custom/shops/becks4/bg_charmPoint1-cc8f78b5b0bbcf23738dad24ee71e6ca028742a43864aa41f8856d6590ae391d.webp);
  background-size: contain;
}
.charmPointsBecks__content .charmPoint:nth-child(2) .charmPoint__image {
  background-image: url(/assets/jre/custom/shops/becks4/bg_charmPoint2-fe27e25f86ee81f92ef47bfc2a6f9b50cd2d3c4d861cca8a237c55e0fe4a2a2b.webp);
  background-size: cover;
}
.charmPointsBecks__content .charmPoint__header {
  margin-bottom: 20px;
}
.charmPointsBecks__content .charmPoint__header h3 {
  font-size: 18px;
  font-weight: bold;
  color: #B00723;
  line-height: 1.4;
  text-align: center;
}
.charmPointsBecks__content .charmPoint__header h3 span {
  display: block;
  font-size: 45px;
  font-weight: inherit;
}
.charmPointsBecks__content .charmPoint__image {
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 72.8%;
}
.charmPointsBecks__content .charmPoint__content {
  padding: 25px;
}
.charmPointsBecks__content .charmPoint__content .prices {
  text-align: center;
}
.charmPointsBecks__content .charmPoint__content .prices__basic, .charmPointsBecks__content .charmPoint__content .prices__special {
  display: inline-block;
  font-weight: bold;
}
.charmPointsBecks__content .charmPoint__content .prices__basic del {
  font-size: 12px;
  font-weight: inherit;
}
.charmPointsBecks__content .charmPoint__content .prices__basic del::after {
  content: "→";
  padding-left: 5px;
}
.charmPointsBecks__content .charmPoint__content .prices__special {
  font-size: 25px;
  color: #B60051;
}
.charmPointsBecks__content .charmPoint__content p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.charmPointsBecks__content .charmPoint__content p span {
  font-size: 12px;
}
.charmPointsBecks__footer {
  text-align: center;
}
.charmPointsBecks__footer p {
  font-size: 18px;
  font-weight: bold;
  color: #B60051;
  margin-bottom: 10px;
}
.charmPointsBecks__footer a {
  display: block;
  width: 246px;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #B60051 url(/assets/jre/custom/shops/becks4/icon_arrowRight-b85c19ef53f002c79a126d29dd1c41b06065f6c570f841303cd30108a4017b8e.webp) no-repeat center left 35px/9px 14px;
  border-radius: 40px;
  padding: 10px 0;
  margin: 20px auto 0;
}

.subscriptionUserVoices.becks4 .subscriptionUserVoices__footer {
  padding: 30px 0;
}
.subscriptionUserVoices.becks4 .subscriptionUserVoices__footer p {
  font-size: 18px;
  font-weight: bold;
  color: #B60051;
}
.subscriptionUserVoices.becks4 .subscriptionUserVoices__footer a {
  display: block;
  width: 246px;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #B60051 url(/assets/jre/custom/shops/becks4/icon_arrowRight-b85c19ef53f002c79a126d29dd1c41b06065f6c570f841303cd30108a4017b8e.webp) no-repeat center left 35px/9px 14px;
  border-radius: 40px;
  padding: 10px 0;
  margin: 20px auto 0;
}

.footerPlanList {
  padding: 40px 0 0;
}
.footerPlanList__header {
  text-align: center;
  margin-bottom: 35px;
}
.footerPlanList__header h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.footerPlanList__header p {
  font-size: 12px;
  font-weight: bold;
}
.footerPlanList__content .planSummaries em {
  font-weight: bold;
  color: #FBDA47;
}
.footerPlanList__content .planSummaries dl {
  color: #FFF;
  background-image: url(/assets/jre/custom/shops/becks4/bg_footerPlan1-8f573e299a02b4195e7e8a1151c6839d913ed00ae208577f4bde3ecb4d953db1.webp);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 25px;
  margin-bottom: 10px;
}
.footerPlanList__content .planSummaries dl:nth-child(2), .footerPlanList__content .planSummaries dl:nth-child(6) {
  background-image: url(/assets/jre/custom/shops/becks4/bg_footerPlan2-81e12a511cf663803ed8e23eeba24dfdf812adc558318edb3488c82c53d89626.webp);
}
.footerPlanList__content .planSummaries dl dt {
  font-size: 15px;
  font-weight: bold;
}
.footerPlanList__content .planSummaries dl dt strong {
  font-size: 20px;
  font-weight: inherit;
}
.footerPlanList__content .planSummaries dl dt span {
  font-size: 10px;
  font-weight: inherit;
}
.footerPlanList__content .planSummaries dl dd {
  font-size: 14px;
  font-weight: bold;
}
.footerPlanList__content .planSummaries dl dd strong {
  font-size: 24px;
  font-weight: inherit;
}
.footerPlanList__content .planSummaries dl dd span {
  font-size: 10px;
  font-weight: inherit;
}
.footerPlanList__content .planSummaries dl dd a {
  display: block;
  width: 185px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #B60051 url(/assets/jre/custom/shops/becks4/icon_arrowRight-b85c19ef53f002c79a126d29dd1c41b06065f6c570f841303cd30108a4017b8e.webp) no-repeat center left 15px/9px 14px;
  border-radius: 40px;
  padding: 10px 0;
  margin-top: 10px;
}
.footerPlanList__footer {
  padding: 25px 15px;
}
.footerPlanList__footer ul li {
  font-size: 12px;
}

@media all and (min-width: 1113px) {
  .shopSignboard.becks4 .shopSignboard__content .catchCopy {
    font-size: 36px;
  }
  .shopSignboard.becks4 .shopSignboard__content .catchCopy span {
    font-size: 48px;
  }
  .shopSignboard.becks4 .shopSignboard__content h1 {
    font-size: 30px;
    line-height: 1.5;
    margin: 0 0 30px 0;
  }
  .shopSignboard.becks4 .shopSignboard__content h1 span {
    font-size: 40px;
  }
  .shopSignboard.becks4 .shopSignboard__content p {
    font-size: 20px;
  }
  .shopSignboard.becks4 .shopSignboard__content a {
    background-position-x: 30px;
    background-size: 18px 28px;
  }
  .aboutBecksCoffee {
    padding: 80px 0 0 0;
  }
  .aboutBecksCoffee__header {
    margin-bottom: 60px;
  }
  .aboutBecksCoffee__header h2 {
    font-size: 48px;
  }
  .aboutBecksCoffee__content {
    padding-bottom: 70px;
  }
  .aboutBecksCoffee__content .roundUpperDiv {
    margin-bottom: 40px;
  }
  .aboutBecksCoffee__content .aboutDetail__header {
    margin-bottom: 50px;
  }
  .aboutBecksCoffee__content .aboutDetail__header h3 {
    font-size: 36px;
  }
  .aboutBecksCoffee__content .aboutDetail__content {
    padding: 0 30px;
  }
  .aboutBecksCoffee__content .aboutDetail__content dl dt {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .aboutBecksCoffee__content .aboutDetail__content dl dd {
    width: 600px;
    font-size: 20px;
    margin: 0 auto 30px;
  }
  .aboutBecksCoffee__content .aboutDetail__content dl dd span {
    font-size: 14px;
  }
  .availableShopsMap {
    background-color: #F9F9F9;
    padding: 90px 0;
  }
  .availableShopsMap .availableShopsMap__header {
    margin-bottom: 50px;
  }
  .availableShopsMap .availableShopsMap__header h2 {
    font-size: 48px;
  }
  .availableShopsMap .availableShopsMap__content .mapContent {
    width: 500px;
    height: 500px;
    margin: 0 auto 40px;
  }
  .availableShopsMap .availableShopsMap__content p {
    max-width: 500px;
    font-size: 16px;
    padding: 0;
    margin: 0 auto 20px;
  }
  .availableShopsMap .availableShopsMap__content p span {
    font-size: 14px;
  }
  .salesPoints.becks4 .salesPoints__header {
    padding-bottom: 30px;
  }
  .salesPoints.becks4 .salesPoints__header h2 {
    font-size: 28px;
    background: url(/assets/jre/custom/shops/becks4/icon_salesPoints-79609e64df9a461954fe1332cb9e5b2a65a4bb48bb9944adf8d65498149a0e8d.webp) no-repeat top center/140px 140px;
    padding-top: 170px;
  }
  .salesPoints.becks4 .salesPoints__content .point__summary h3 {
    font-size: 34px !important;
  }
  .salesPoints.becks4 .salesPoints__content .point__summary p {
    font-size: 16px !important;
  }
  .salesPoints.becks4 .salesPoints__content .point__summary p span {
    font-size: 14px;
  }
  .recommendationPlans {
    padding: 40px 0 100px;
  }
  .recommendationPlans__header {
    margin-bottom: 80px;
  }
  .recommendationPlans__header h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .recommendationPlans__header p {
    font-size: 20px;
  }
  .recommendationPlans__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1184px;
    min-width: 1184px;
    padding: 0;
    margin: 0 auto;
  }
  .recommendationPlans__content .recommendationPlan {
    width: 32%;
    box-sizing: border-box;
  }
  .recommendationPlans__footer {
    width: 1184px;
    min-width: 1184px;
    padding: 0;
    margin: 0 auto;
  }
  .recommendationPlans__footer ul li {
    font-size: 14px;
  }
  .surveyResult {
    background-color: #F9F9F9;
    padding: 120px 0;
  }
  .surveyResult__header {
    text-align: center;
    margin-bottom: 50px;
  }
  .surveyResult__header h2 {
    font-size: 28px;
    background-size: 140px 140px;
    padding-top: 170px;
    margin-bottom: 30px;
  }
  .surveyResult__header p {
    font-size: 18px;
  }
  .surveyResult__content h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .surveyResult__content h3 span {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .surveyResult__content img {
    width: 400px;
    height: auto;
    margin: 0 auto 50px;
  }
  .surveyResult__content p {
    font-size: 14px;
  }
  .charmPointsBecks {
    padding-bottom: 140px;
  }
  .charmPointsBecks__header {
    margin-bottom: 40px;
  }
  .charmPointsBecks__header h2 {
    font-size: 32px;
    padding-top: 20px;
  }
  .charmPointsBecks__content {
    display: flex;
    justify-content: space-between;
    width: 1184px;
    min-width: 1184px;
    margin: 0 auto;
  }
  .charmPointsBecks__content .charmPoint {
    width: 48%;
  }
  .charmPointsBecks__content .charmPoint__header h3 {
    font-size: 24px;
  }
  .charmPointsBecks__content .charmPoint__header h3 span {
    font-size: 40px;
  }
  .charmPointsBecks__content .charmPoint__content {
    padding: 25px 0 80px;
  }
  .charmPointsBecks__content .charmPoint__content .prices__basic del {
    font-size: 14px;
  }
  .charmPointsBecks__content .charmPoint__content .prices__basic del::after {
    padding-left: 10px;
  }
  .charmPointsBecks__content .charmPoint__content .prices__special {
    font-size: 32px;
  }
  .charmPointsBecks__content .charmPoint__content p {
    font-size: 16px;
  }
  .charmPointsBecks__content .charmPoint__content p span {
    font-size: 14px;
  }
  .charmPointsBecks__footer p {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .charmPointsBecks__footer a {
    width: 500px;
    font-size: 40px;
    background-size: 18px 28px;
  }
  .subscriptionUserVoices.becks4 .subscriptionUserVoices__footer {
    padding: 60px 0;
  }
  .subscriptionUserVoices.becks4 .subscriptionUserVoices__footer p {
    font-size: 36px;
  }
  .subscriptionUserVoices.becks4 .subscriptionUserVoices__footer a {
    width: 500px;
    font-size: 40px;
    background-size: 18px 28px;
    margin-top: 40px;
  }
  .footerPlanList {
    padding: 80px 0 0;
  }
  .footerPlanList__header {
    margin-bottom: 70px;
  }
  .footerPlanList__header h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .footerPlanList__header p {
    font-size: 24px;
  }
  .footerPlanList__content {
    width: 1184px;
    margin: 0 auto;
  }
  .footerPlanList__content .planSummaries {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footerPlanList__content .planSummaries em {
    font-weight: bold;
    color: #FBDA47;
  }
  .footerPlanList__content .planSummaries dl {
    width: 32%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .footerPlanList__footer {
    width: 1184px;
    padding: 0;
    margin: 0 auto;
  }
  .footerPlanList__footer ul li {
    font-size: 14px;
  }
}
.memberStorePage header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 5px solid #23AC38;
}
.memberStorePage header .logo {
  display: flex;
  padding: 23px 0 23px 14px;
}
.memberStorePage header .logo img {
  display: block;
  width: 186px;
  margin-top: 2px;
}
.memberStorePage header .logo span {
  display: none;
}
.memberStorePage header ul {
  display: flex;
  align-items: center;
}
.memberStorePage header ul li {
  display: none;
}
.memberStorePage header ul li a {
  display: block;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.memberStorePage header ul li:last-child {
  display: block;
  color: #FFF;
  background-color: #23AC38;
}
.memberStorePage header ul li:last-child a {
  padding: 23px 14px;
}
.memberStorePage header ul li:last-child a span {
  display: inline-block;
  vertical-align: middle;
}
.memberStorePage header ul li:last-child a span.icon {
  width: 8px;
  height: 13px;
  background: url(/assets/jre/custom/business/bg_arrow-right-white-2cd75c85c3948bde7c580761c4b7202f50d73dee0a177f9f30df87439f177ea9.webp) no-repeat 50% 50%/cover;
}
.memberStorePage header ul li:last-child a span.text {
  font-weight: bold;
}
.memberStorePage h2 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.memberStorePage h2 br {
  display: none;
}
.memberStorePage h2::after {
  display: block;
  content: "";
  width: 100px;
  height: 4px;
  background-color: #23AC38;
  margin: 20px auto 0;
}
.memberStorePage .memberStoreSignBoard {
  height: 590px;
  background: url(/assets/jre/custom/business/bg_signboard-SP-d6060d6fa4d77c6b5fa244cb7805d6285d41e396a3e9309376220fdb9700e36d.webp) no-repeat center center/cover;
}
.memberStorePage .memberStoreSignBoard.mo {
  background-image: url(/assets/jre/custom/business/bg_signboard-mo-SP-c2611a8731f601b003994e616f402b907a959dc6926f2305c4a03fa5e5efa096.webp);
}
.memberStorePage .memberStoreSignBoard.mo h1 {
  line-height: 1.5;
}
.memberStorePage .memberStoreSignBoard.mo h1 em {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.memberStorePage .memberStoreSignBoard.mo h1 span {
  font-size: 40px;
}
.memberStorePage .memberStoreSignBoard__content {
  height: 100%;
  box-sizing: border-box;
  padding-top: 280px;
  text-align: center;
}
.memberStorePage .memberStoreSignBoard__content .attention img {
  display: block;
  width: 340px;
  height: auto;
  margin: 0 auto 10px;
}
.memberStorePage .memberStoreSignBoard__content h1 {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 10px;
}
.memberStorePage .memberStoreSignBoard__content h1 span {
  font-size: 24px;
  font-weight: inherit;
}
.memberStorePage .memberStoreSignBoard__content h1 img {
  display: block;
  width: 244px;
  margin: 0 auto 15px;
}
.memberStorePage .memberStoreSignBoard__content p {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 15px;
}
.memberStorePage .memberStoreSignBoard__content ul {
  max-width: 560px;
  padding: 0 10px;
  margin: 0 auto;
}
.memberStorePage .memberStoreSignBoard__content ul li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  background: #23AC38 url(/assets/jre/custom/business/bg_actionButton-white-30917d643cce18986102a05e5d7d4650b71104a0141f844e56f73bc0ce2a2f4d.webp) no-repeat center left 20px/10px 16px;
  border-radius: 10px;
  padding: 10px;
}
.memberStorePage .memberStoreSignBoard__content ul li:last-child {
  font-size: 10px;
  color: #FFF;
  text-align: center;
  margin-top: 10px;
}
.memberStorePage .aboutService, .memberStorePage .introductionSupport {
  padding: 55px 0;
}
.memberStorePage .aboutService__header, .memberStorePage .introductionSupport__header {
  padding: 0 25px;
}
.memberStorePage .aboutService__header p, .memberStorePage .introductionSupport__header p {
  font-size: 16px;
  text-align: center;
  margin: 50px 0 0;
}
.memberStorePage .aboutService__content, .memberStorePage .introductionSupport__content {
  padding-top: 50px;
}
.memberStorePage .aboutService__content .image, .memberStorePage .introductionSupport__content .image {
  width: 50%;
  height: 0;
  background: url(/assets/jre/custom/business/bg_aboutService-d6c0a5c27443c560300b1e7e5f9d900a1fab639ae5327af1b36379b804b7220c.webp) no-repeat 50% 50%/cover;
  padding-top: 58.62%;
  margin: 0 auto 40px;
}
.memberStorePage .aboutService__content ul, .memberStorePage .introductionSupport__content ul {
  font-size: 16px;
  padding: 0 30px;
}
.memberStorePage .aboutService__content ul li, .memberStorePage .introductionSupport__content ul li {
  min-height: 32px;
  line-height: 1.8;
  background: url(/assets/jre/custom/business/checkmark-a95b8475c8161d344d238fb512bc87ac7f130ebcb3c9d7fc058ec4df7952084d.webp) no-repeat top left/33px 31px;
  padding: 0 0 0 40px;
  margin-bottom: 30px;
}
.memberStorePage .introductionSupport__content .image {
  background: url(/assets/jre/custom/business/bg_introductionSupport-1a48a046eac11275dc7b4dab6572e287b0b260c636c50655fbf34647d4f6e4ff.webp) no-repeat 50% 50%/cover;
  padding-top: 39.8%;
}
.memberStorePage .introductionSupport__content p {
  text-align: center;
}
.memberStorePage .aboutJREMobileOrder {
  padding: 55px 0;
}
.memberStorePage .aboutJREMobileOrder__content {
  padding: 50px 15px 0;
}
.memberStorePage .aboutJREMobileOrder__content dl dt {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.memberStorePage .aboutJREMobileOrder__content dl dt span {
  color: #23AC38;
  font-weight: bold;
}
.memberStorePage .aboutJREMobileOrder__content dl dd ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  background-image: url(/assets/jre/custom/business/bg_arrow-right-green-0b8453722a927a76370e525964f841c8dec8606923283297921ae741f2667c83.webp), url(/assets/jre/custom/business/bg_arrow-right-green-0b8453722a927a76370e525964f841c8dec8606923283297921ae741f2667c83.webp), url(/assets/jre/custom/business/bg_arrow-right-green-0b8453722a927a76370e525964f841c8dec8606923283297921ae741f2667c83.webp);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom 28% left 23%, bottom 28% left 50%, bottom 28% left 77%;
  background-size: 3% auto, 3% auto, 3% auto;
}
.memberStorePage .aboutJREMobileOrder__content dl dd ul li {
  width: 22%;
  font-size: 12px;
  font-weight: bold;
  color: #23AC38;
  text-align: center;
  margin-right: 4%;
}
.memberStorePage .aboutJREMobileOrder__content dl dd ul li:last-child {
  margin-right: 0;
}
.memberStorePage .aboutJREMobileOrder__content dl dd ul li span {
  display: block;
  font-weight: bold;
  height: 4em;
}
.memberStorePage .aboutJREMobileOrder__content dl dd ul li img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.memberStorePage .memberStores {
  background-color: #EFEFEF;
  padding-bottom: 50px;
}
.memberStorePage .memberStores__header .upper {
  width: 100%;
  padding-top: 7.812%;
  background: #FFF url(/assets/jre/custom/business/bg_upper_gray-23d5c118eac992003f82a4488be6ada54cba705ec1a1e6f5a7a219dbb07c69e6.webp) no-repeat 50% 50%/cover;
}
.memberStorePage .memberStores__header h2 {
  padding: 30px 20px 0;
}
.memberStorePage .memberStores__content {
  padding-top: 40px;
}
.memberStorePage .memberStores__content .memberStoresList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 45px;
  margin-bottom: 30px;
}
.memberStorePage .memberStores__content .memberStoresList li {
  width: 23.4%;
  box-sizing: border-box;
  margin: 0 2.1% 2.1% 0;
}
.memberStorePage .memberStores__content .memberStoresList li:nth-of-type(4n) {
  margin-right: 0;
}
.memberStorePage .memberStores__content .memberStoresList li img {
  display: block;
  width: 100%;
  height: auto;
}
.memberStorePage .memberStores__content .caseStudies .caseStudy {
  margin-bottom: 40px;
}
.memberStorePage .memberStores__content .caseStudies .caseStudy:last-child {
  margin-bottom: 0;
}
.memberStorePage .memberStores__content .caseStudies .caseStudy:nth-child(1) .caseStudy__image .image {
  background: url(/assets/jre/custom/business/bg_caseStudy1-a90a1b9ac7a7831c276b8bc7cab14161a346da112029748122f6d8b70dcafaf3.webp) no-repeat 50% 50%/cover;
}
.memberStorePage .memberStores__content .caseStudies .caseStudy:nth-child(2) .caseStudy__image .image {
  background: url(/assets/jre/custom/business/bg_caseStudy2-9fddc7dd96fc84ffea46066112c9d366b57cd6588df397a379e8353f6418c7de.webp) no-repeat 50% 50%/cover;
}
.memberStorePage .memberStores__content .caseStudies .caseStudy:nth-child(3) .caseStudy__image .image {
  background: url(/assets/jre/custom/business/bg_caseStudy3-e3fe32636425c9f603cc9caaef97d6791aca586ca7533b8d9292dc13c7108aea.webp) no-repeat 50% 50%/cover;
}
.memberStorePage .memberStores__content .caseStudies .caseStudy:nth-child(even) .caseStudy__image {
  padding: 0 0 0 20px;
}
.memberStorePage .memberStores__content .caseStudies .caseStudy__image {
  padding: 0 20px 0 0;
}
.memberStorePage .memberStores__content .caseStudies .caseStudy__image .image {
  width: 100%;
  padding-top: 72.63%;
}
.memberStorePage .memberStores__content .caseStudies .caseStudy__summary {
  padding: 0 25px;
}
.memberStorePage .memberStores__content .caseStudies .caseStudy__summary h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.memberStorePage .memberStores__content .caseStudies .caseStudy__summary h3 span {
  display: block;
  box-sizing: border-box;
  width: 110px;
  height: 110px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  background-color: #23AC38;
  padding-top: 24px;
  margin: 0 auto 30px;
}
.memberStorePage .memberStores__content .caseStudies .caseStudy__summary h3 span em {
  display: block;
  font-size: 24px;
}
.memberStorePage .memberStores__content .caseStudies .caseStudy__summary h4 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #23AC38;
  margin-bottom: 20px;
}
.memberStorePage .memberStores__content .caseStudies .caseStudy__summary p {
  font-size: 14px;
  margin-bottom: 20px;
}
.memberStorePage .memberStores__content .caseStudies.mo .caseStudy__summary h3 span {
  width: 60px;
  height: 60px;
  padding-top: 12px;
  margin-bottom: 10px;
}
.memberStorePage .memberStores__content .caseStudies.mo .caseStudy:nth-child(1) .caseStudy__image .image {
  background: url(/assets/jre/custom/business/bg_caseStudy-mo1-66becb25982c3ef5265fb1902e63b1d878c9c9f5b84813a8fd63130eb5cc1f60.webp) no-repeat 50% 50%/cover;
}
.memberStorePage .memberStores__content .caseStudies.mo .caseStudy:nth-child(2) .caseStudy__image .image {
  background: url(/assets/jre/custom/business/bg_caseStudy-mo2-6bcdf74867e19b2727162b373b00a927e6a2789786e3057319580c306aaf89cf.webp) no-repeat 50% 50%/cover;
}
.memberStorePage .memberStores__content .caseStudies.mo .caseStudy:nth-child(3) .caseStudy__image .image {
  background: url(/assets/jre/custom/business/bg_caseStudy-mo3-4574b85e94b407898292d9f4cdfdca360f513f53637a59a214e62b4a30553dea.webp) no-repeat 50% 50%/cover;
}
.memberStorePage .memberStores__content .caseStudies.mo .caseStudy:nth-child(4) .caseStudy__image .image {
  background: url(/assets/jre/custom/business/bg_caseStudy-mo4-bc01b567b442996f9b56d1b8d5574b77e754fd3f7334869c0294e04cd04b3666.webp) no-repeat 50% 50%/cover;
}
.memberStorePage .cumulativeUsageCount__header .upper {
  width: 100%;
  padding-top: 7.812%;
  background: #EFEFEF url(/assets/jre/custom/business/bg_upper_white-a99fa2028d6d395fd228d99ee721208b2f81a401f340b52898ae6fdf439966be.webp) no-repeat 50% 50%/cover;
}
.memberStorePage .cumulativeUsageCount__header h2 {
  padding: 30px 20px 0;
}
.memberStorePage .cumulativeUsageCount__content {
  padding: 40px 35px;
}
.memberStorePage .cumulativeUsageCount__content img {
  display: block;
  width: 100%;
}
.memberStorePage .cumulativeUsageCount__content p {
  font-size: 10px;
  text-align: right;
  margin-top: 20px;
}
.memberStorePage .benefitsOfJoining {
  background-color: #EFEFEF;
  padding-bottom: 80px;
}
.memberStorePage .benefitsOfJoining__header .upper {
  width: 100%;
  padding-top: 7.812%;
  background: #FFF url(/assets/jre/custom/business/bg_upper_gray-23d5c118eac992003f82a4488be6ada54cba705ec1a1e6f5a7a219dbb07c69e6.webp) no-repeat 50% 50%/cover;
}
.memberStorePage .benefitsOfJoining__header h2 {
  padding: 30px 20px 0;
}
.memberStorePage .benefitsOfJoining__header h2 span {
  display: block;
  font-size: 14px;
  color: #23AC38;
}
.memberStorePage .benefitsOfJoining__content {
  padding: 80px 45px;
}
.memberStorePage .benefitsOfJoining__content .benefit {
  margin-bottom: 50px;
}
.memberStorePage .benefitsOfJoining__content .benefit:last-child {
  margin-bottom: 0;
}
.memberStorePage .benefitsOfJoining__content .benefit__header h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.memberStorePage .benefitsOfJoining__content .benefit__header h3 span {
  display: block;
  box-sizing: border-box;
  width: 110px;
  height: 110px;
  font-size: 12px;
  color: #FFF;
  border-radius: 50%;
  background-color: #23AC38;
  padding-top: 26px;
  margin: 0 auto 30px;
}
.memberStorePage .benefitsOfJoining__content .benefit__header h3 span em {
  display: block;
  font-size: 24px;
}
.memberStorePage .benefitsOfJoining__content .benefit__content dl {
  margin-bottom: 50px;
}
.memberStorePage .benefitsOfJoining__content .benefit__content dl:last-child {
  margin-bottom: 0;
}
.memberStorePage .benefitsOfJoining__content .benefit__content dl dt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.memberStorePage .benefitsOfJoining__content .benefit__content dl dd {
  font-size: 14px;
}
.memberStorePage .benefitsOfJoining__content .benefit__content dl dd .image {
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  background-repeat: 50% 50%;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto 25px;
}
.memberStorePage .benefitsOfJoining__content .benefit__content dl dd .image.image1 {
  background-image: url(/assets/jre/custom/business/bg_benefit1-1aac995a294a16474236f60096660e90bdfa44ce0bb2506291f92e38d84bae0b.webp);
}
.memberStorePage .benefitsOfJoining__content .benefit__content dl dd .image.image2 {
  background-image: url(/assets/jre/custom/business/bg_benefit2-7f5219ee9092386d21681ededf77535bc7ca44627617bf299fd0e0400526437b.webp);
}
.memberStorePage .benefitsOfJoining__content .benefit__content dl dd .image.image3 {
  background-image: url(/assets/jre/custom/business/bg_benefit3-7e2701ad1e960c4894bccaabfac33a144cbf77d65680eabea1d0e14caf9dc1bf.webp);
}
.memberStorePage .benefitsOfJoining__content .benefit__content dl dd .image.image4 {
  background-image: url(/assets/jre/custom/business/bg_benefit4-f98809929ca10f8a48dd1f7e470b18c1229694966a689bf784879156d8aac10e.webp);
}
.memberStorePage .benefitsOfJoining__content .benefit__content dl dd .image.image5 {
  background-image: url(/assets/jre/custom/business/bg_benefit5-e02e7a3c578c60305b6958d7bb4972780fe01774809e73af4d9ce3dd4057972f.webp);
}
.memberStorePage .amazingFunctions {
  padding: 80px 0 0;
}
.memberStorePage .amazingFunctions__content {
  padding: 90px 45px 0;
}
.memberStorePage .amazingFunctions__content dl {
  margin-bottom: 120px;
}
.memberStorePage .amazingFunctions__content dl:nth-child(1) dd .image {
  height: 144px;
  background-image: url(/assets/jre/custom/business/amazingFunction1-de5198415eb52e1a7ddaf3658f49fa155d76dfd761969a6a98fac9565c707c22.webp);
}
.memberStorePage .amazingFunctions__content dl:nth-child(2) dd .image {
  height: 144px;
  background-image: url(/assets/jre/custom/business/amazingFunction2-8a5950747a9aee70f34a95a1b8c6fa51c6d2cea65a997c29d76c20602e0fc55a.webp);
}
.memberStorePage .amazingFunctions__content dl:nth-child(3) dd .image {
  height: 144px;
  background-image: url(/assets/jre/custom/business/amazingFunction3-f606e3d0ab1074a67e213b1235c62763ccbe3a9b33c3c55a870f9d11b701157a.webp);
}
.memberStorePage .amazingFunctions__content dl:nth-child(4) dd .image {
  height: 144px;
  background-image: url(/assets/jre/custom/business/amazingFunction4-3ccf32a996704352314a78b47fbf6582722d66ef407cd56e162febf20272f331.webp);
}
.memberStorePage .amazingFunctions__content dl:nth-child(5) dd .image {
  height: 144px;
  background-image: url(/assets/jre/custom/business/amazingFunction5-c9b284b0ae1163f12d565303e18c8cf093dddff58aa4a728d22f607b9deb491e.webp);
}
.memberStorePage .amazingFunctions__content dl:nth-child(6) dd .image {
  height: 144px;
  background-image: url(/assets/jre/custom/business/amazingFunction6-ed818eb63d30e04c7ff1f47157ac2c7482c048085e18a569ea7c41448e24e2c0.webp);
}
.memberStorePage .amazingFunctions__content dl:nth-child(1) .image {
  width: 131px;
}
.memberStorePage .amazingFunctions__content dl:nth-child(2) .image {
  width: 147px;
}
.memberStorePage .amazingFunctions__content dl:nth-child(3) .image {
  width: 111px;
}
.memberStorePage .amazingFunctions__content dl:nth-child(4) .image {
  width: 132px;
}
.memberStorePage .amazingFunctions__content dl:nth-child(5) .image {
  width: 154px;
}
.memberStorePage .amazingFunctions__content dl:nth-child(6) .image {
  width: 112px;
}
.memberStorePage .amazingFunctions__content dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #23AC38;
  text-align: center;
  margin-bottom: 20px;
}
.memberStorePage .amazingFunctions__content dl dd .image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: 0 auto 20px;
}
.memberStorePage .amazingFunctions__content dl dd p {
  font-size: 14px;
}
.memberStorePage .amazingFunctions__header--additional h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.memberStorePage .amazingFunctions__header--additional h3 img {
  display: block;
  width: 240px;
  margin: 0 auto;
}
.memberStorePage .amazingFunctions__content--additional {
  padding: 90px 45px 0;
}
.memberStorePage .amazingFunctions__content--additional dl {
  margin-bottom: 120px;
}
.memberStorePage .amazingFunctions__content--additional dl:nth-child(1) dd .image {
  height: 144px;
  background-image: url(/assets/jre/custom/business/amazingFunction7-7a3efd315f78df37e32adf1a1068772ce4b7f64e229109f0e7437347706b0c75.webp);
}
.memberStorePage .amazingFunctions__content--additional dl:nth-child(2) dd .image {
  height: 144px;
  background-image: url(/assets/jre/custom/business/amazingFunction8-7e38ac0328828692eaabc6bf8343b903fc0cc363948f25cc0212678bebf7adc8.webp);
}
.memberStorePage .amazingFunctions__content--additional dl:nth-child(1) .image {
  width: 106.5px;
}
.memberStorePage .amazingFunctions__content--additional dl:nth-child(2) .image {
  width: 142.5px;
}
.memberStorePage .amazingFunctions__content--additional dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #23AC38;
  text-align: center;
  margin-bottom: 20px;
}
.memberStorePage .amazingFunctions__content--additional dl dd .image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: 0 auto 20px;
}
.memberStorePage .amazingFunctions__content--additional dl dd p {
  font-size: 14px;
}
.memberStorePage .mobileOrderFunctions {
  padding: 80px 0;
}
.memberStorePage .mobileOrderFunctions__header {
  padding: 0 15px;
}
.memberStorePage .mobileOrderFunctions__content {
  padding: 50px 15px 30px;
}
.memberStorePage .mobileOrderFunctions__content dl {
  background-color: #E2F2E5;
  border-radius: 23px;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.memberStorePage .mobileOrderFunctions__content dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #23AC38;
  text-align: center;
  margin-bottom: 20px;
}
.memberStorePage .mobileOrderFunctions__content dl dd .image {
  width: 300px;
  height: 154px;
  background-color: #CCC;
  margin: 0 auto 30px;
}
.memberStorePage .mobileOrderFunctions__content dl dd p {
  font-size: 14px;
}
.memberStorePage .mobileOrderFunctions__content dl dd p span {
  display: block;
  font-size: 10px;
}
.memberStorePage .mobileOrderFunctions__content dl:nth-child(1) dd .image {
  background: url(/assets/jre/custom/business/bg_mobileOrderFunctions1-afa15f3ca4eeb828601ed553f649aaaeb74dd2898552ea7e9da843e374f5bfff.webp) no-repeat center center/cover;
}
.memberStorePage .mobileOrderFunctions__content dl:nth-child(2) dd .image {
  background: url(/assets/jre/custom/business/bg_mobileOrderFunctions2-078fd78131b71e9dcd2e258d165103cffacb1a9305347e21bfe4d7645db96ab8.webp) no-repeat center center/cover;
}
.memberStorePage .mobileOrderFunctions__content dl:nth-child(3) dd .image {
  background: url(/assets/jre/custom/business/bg_mobileOrderFunctions3-3b2e05e1448d16ae53246f6e647998b6b6df079d24b048ba2bd9a58c1887ab82.webp) no-repeat center center/cover;
}
.memberStorePage .mobileOrderFunctions__content dl:nth-child(4) dd .image {
  background: url(/assets/jre/custom/business/bg_mobileOrderFunctions4-fa6d39cf869eea3af5431f97a7e632a7ca8c0e145b62afcb640244d5aca19dfb.webp) no-repeat center center/cover;
}
.memberStorePage .mobileOrderFunctions__content dl:nth-child(5) dd .image {
  background: url(/assets/jre/custom/business/bg_mobileOrderFunctions5-4e4f97ec71dae1edc00d7b775aca676aa7a8e7552627a98f4f7d10dad44638ee.webp) no-repeat center center/cover;
}
.memberStorePage .mobileOrderFunctions__content dl:nth-child(6) dd .image {
  background: url(/assets/jre/custom/business/bg_mobileOrderFunctions6-30c3b39126def9c79106555fdd282d0b08dbe39e4eb2b79444b096414b4ccc3d.webp) no-repeat center center/cover;
}
.memberStorePage .membershipFee {
  background-color: #E2F2E5;
  padding: 80px 15px;
}
.memberStorePage .membershipFee__header {
  margin-bottom: 20px;
}
.memberStorePage .membershipFee__header img {
  display: block;
  width: 340px;
  height: auto;
  margin: 30px auto 10px;
}
.memberStorePage .membershipFee__content {
  background-color: #FFF;
  border-radius: 10px;
  padding: 50px 25px 10px;
}
.memberStorePage .membershipFee__content dl {
  text-align: center;
  margin-bottom: 40px;
}
.memberStorePage .membershipFee__content dl dt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.memberStorePage .membershipFee__content dl:nth-child(1) dd:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #23AC38;
  line-height: 1.2;
}
.memberStorePage .membershipFee__content dl:nth-child(1) dd:nth-child(2) em {
  font-size: 62px;
  font-weight: bold;
}
.memberStorePage .membershipFee__content dl:nth-child(1) dd:last-child {
  font-size: 15px;
  font-weight: bold;
}
.memberStorePage .membershipFee__content dl:nth-child(1) dd:last-child span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/assets/jre/custom/business/checkmark-a95b8475c8161d344d238fb512bc87ac7f130ebcb3c9d7fc058ec4df7952084d.webp) no-repeat center center/cover;
  margin-right: 10px;
}
.memberStorePage .membershipFee__content dl:nth-child(1) dd:last-child strong {
  font-size: 12px;
  font-weight: bold;
}
.memberStorePage .membershipFee__content dl:nth-child(1) dd ul {
  width: 280px;
  font-size: 12px;
  text-align: left;
  margin: 10px auto 0;
}
.memberStorePage .membershipFee__content dl:nth-child(2) dd:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #23AC38;
}
.memberStorePage .membershipFee__content dl:nth-child(2) dd:nth-child(2) em {
  font-size: 34px;
  font-weight: bold;
}
.memberStorePage .membershipFee__content dl:nth-child(2) dd:last-child {
  font-size: 12px;
  font-weight: bold;
}
.memberStorePage .membershipFee__footer {
  padding: 20px 20px 0;
}
.memberStorePage .accessionFlow {
  padding: 90px 15px;
}
.memberStorePage .accessionFlow__content {
  padding-top: 20px;
}
.memberStorePage .accessionFlow__content ol {
  width: 100%;
  background: url(/assets/jre/custom/business/bg_accessionFlow-SP-066b6870c75be2566fe454a60bc600630e4e91cf681ddd1fbcb628f99c47e3ce.webp) no-repeat 50% 50%/cover;
  padding-top: 163.67%;
}
.memberStorePage .accessionFlow__content ol li {
  display: none;
}
.memberStorePage .accessionFlow__content p {
  display: none;
}
.memberStorePage .introductionFlow {
  padding: 55px 0;
}
.memberStorePage .introductionFlow__content {
  padding: 40px 15px 0;
}
.memberStorePage .introductionFlow__content ol {
  display: flex;
  width: 100%;
  margin: 0 auto 20px;
  background-image: url(/assets/jre/custom/business/bg_arrow-right-green-0b8453722a927a76370e525964f841c8dec8606923283297921ae741f2667c83.webp), url(/assets/jre/custom/business/bg_arrow-right-green-0b8453722a927a76370e525964f841c8dec8606923283297921ae741f2667c83.webp), url(/assets/jre/custom/business/bg_arrow-right-green-0b8453722a927a76370e525964f841c8dec8606923283297921ae741f2667c83.webp);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom 24% left 23%, bottom 24% left 50%, bottom 24% left 77%;
  background-size: 3% auto, 3% auto, 3% auto;
}
.memberStorePage .introductionFlow__content ol li {
  width: 22%;
  font-size: 12px;
  font-weight: bold;
  color: #23AC38;
  text-align: center;
  margin-right: 4%;
}
.memberStorePage .introductionFlow__content ol li:last-child {
  margin-right: 0;
}
.memberStorePage .introductionFlow__content ol li span {
  display: block;
  font-weight: bold;
  height: 4em;
}
.memberStorePage .introductionFlow__content ol li img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.memberStorePage .introductionFlow__content p {
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}
.memberStorePage .accessionFaq {
  padding: 70px 25px;
}
.memberStorePage .accessionFaq__content {
  padding-top: 60px;
}
.memberStorePage .accessionFaq__content dl {
  border-bottom: 2px dashed #222;
  margin-bottom: 20px;
}
.memberStorePage .accessionFaq__content dl dt, .memberStorePage .accessionFaq__content dl dd {
  display: flex;
  font-weight: bold;
}
.memberStorePage .accessionFaq__content dl dt span, .memberStorePage .accessionFaq__content dl dd span {
  display: block;
  box-sizing: border-box;
  width: 49px;
  height: 49px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  padding-top: 10px;
  margin: -5px 10px 0 0;
}
.memberStorePage .accessionFaq__content dl dt p, .memberStorePage .accessionFaq__content dl dd p {
  flex: 1;
  font-weight: bold;
}
.memberStorePage .accessionFaq__content dl dt {
  font-size: 18px;
  margin-bottom: 20px;
}
.memberStorePage .accessionFaq__content dl dt span {
  background-color: #CDCDCD;
}
.memberStorePage .accessionFaq__content dl dd {
  font-size: 14px;
  padding-bottom: 20px;
}
.memberStorePage .accessionFaq__content dl dd span {
  color: #FFF;
  background-color: #23AC38;
}
.memberStorePage .memberStorePageConclusion {
  background: url(/assets/jre/custom/business/bg_memberStorePageConclusion-SP-819928bfa66a6ef8fe3e424315ce7e0b385848e3925cf2479acff065b1c661a3.webp) no-repeat top center/cover;
}
.memberStorePage .memberStorePageConclusion.mo {
  background: url(/assets/jre/custom/business/bg_memberStorePageConclusion_mo-SP-28160122f68c2294e8fa0a7c56a76954fc02f483c2d9597bd2a47f3a7fd8753d.webp) no-repeat center center/cover;
}
.memberStorePage .memberStorePageConclusion__content {
  color: #FFF;
  background-color: rgba(34, 34, 34, 0.74);
  padding: 150px 15px;
}
.memberStorePage .memberStorePageConclusion__content p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.memberStorePage .memberStorePageConclusion__content p span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
}
.memberStorePage .actionButtons {
  display: flex;
  justify-content: space-between;
  max-width: 630px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
}
.memberStorePage .actionButtons a {
  display: block;
  width: 100%;
  color: #FFF;
  box-sizing: border-box;
  max-width: 300px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background: #23AC38 url(/assets/jre/custom/business/bg_actionButton-white-30917d643cce18986102a05e5d7d4650b71104a0141f844e56f73bc0ce2a2f4d.webp) no-repeat center left 20px/10px 16px;
  border: 1px solid #23AC38;
  border-radius: 10px;
  padding: 10px 0;
  margin: 0 auto;
}
.memberStorePage .campaignTo202309 {
  background-color: #DEF3E4;
  padding: 10px 0 20px;
}
.memberStorePage .campaignTo202309__header {
  padding: 0 10px;
  margin-bottom: 10px;
}
.memberStorePage .campaignTo202309__header img {
  display: block;
  width: 100%;
  height: auto;
}
.memberStorePage .campaignTo202309__content {
  padding: 0 20px;
}
.memberStorePage .campaignTo202309__content p {
  font-size: 14px;
  text-align: center;
}
.memberStorePage .campaignTo202309__content a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #23AC38 url(/assets/jre/custom/business/bg_actionButton-white-30917d643cce18986102a05e5d7d4650b71104a0141f844e56f73bc0ce2a2f4d.webp) no-repeat center left 20px/10px 16px;
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
}

@media all and (min-width: 1113px) {
  .memberStorePage header .logo {
    padding: 37px 0 37px 40px;
  }
  .memberStorePage header .logo span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
  }
  .memberStorePage header ul.mo li {
    font-size: 14px;
  }
  .memberStorePage header ul li {
    display: block;
    font-size: 16px;
    margin-right: 2em;
  }
  .memberStorePage header ul li a {
    display: block;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  .memberStorePage header ul li:last-child {
    margin-right: 0;
  }
  .memberStorePage header ul li:last-child a {
    padding: 35px 14px;
  }
  .memberStorePage h2 {
    font-size: 48px;
  }
  .memberStorePage h2 br {
    display: block;
  }
  .memberStorePage h2::after {
    width: 300px;
    height: 8px;
    margin-top: 30px;
  }
  .memberStorePage .memberStoreSignBoard {
    min-width: 1220px;
    height: 727px;
    background-image: url(/assets/jre/custom/business/bg_signboard-PC-618eccad40428f1092a7f0f32d3610e31e7b8bef9f8abc9721b4fae67a36231e.webp);
  }
  .memberStorePage .memberStoreSignBoard.mo {
    background-image: url(/assets/jre/custom/business/bg_memberStorePageConclusion_mo-PC-2fde2abc55bd7f2e1baf28276f64ce81996a6ed1de1581555bd4df72ef13583c.webp);
  }
  .memberStorePage .memberStoreSignBoard.mo h1 {
    font-size: 24px;
    line-height: 2;
  }
  .memberStorePage .memberStoreSignBoard.mo h1 em {
    font-size: 40px;
  }
  .memberStorePage .memberStoreSignBoard.mo h1 span {
    font-size: 70px;
    line-height: 1.2;
  }
  .memberStorePage .memberStoreSignBoard__content {
    width: 1220px;
    padding-top: 140px;
    text-align: left;
    margin: 0 auto;
  }
  .memberStorePage .memberStoreSignBoard__content .attention img {
    width: 560px;
    margin: 0 0 10px 0;
  }
  .memberStorePage .memberStoreSignBoard__content h1 {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .memberStorePage .memberStoreSignBoard__content h1 span {
    font-size: 46px;
  }
  .memberStorePage .memberStoreSignBoard__content h1 img {
    width: 600px;
    margin: 0 0 30px;
  }
  .memberStorePage .memberStoreSignBoard__content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .memberStorePage .memberStoreSignBoard__content p br {
    display: none;
  }
  .memberStorePage .memberStoreSignBoard__content ul {
    padding: 0;
    margin: 0;
  }
  .memberStorePage .memberStoreSignBoard__content ul li {
    text-align: center;
  }
  .memberStorePage .memberStoreSignBoard__content ul li a {
    width: 560px;
    box-sizing: border-box;
    font-size: 26px;
    padding: 15px;
  }
  .memberStorePage .memberStoreSignBoard__content ul li:last-child {
    font-size: 16px;
    margin-top: 15px;
  }
  .memberStorePage .aboutService, .memberStorePage .introductionSupport {
    padding: 110px 0;
  }
  .memberStorePage .aboutService__header p, .memberStorePage .introductionSupport__header p {
    font-size: 20px;
    margin: 100px 0 50px 0;
  }
  .memberStorePage .aboutService__content, .memberStorePage .introductionSupport__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 1220px;
    padding-top: 50px;
    margin: 0 auto;
  }
  .memberStorePage .aboutService__content .image, .memberStorePage .introductionSupport__content .image {
    margin: 0;
  }
  .memberStorePage .aboutService__content ul, .memberStorePage .introductionSupport__content ul {
    width: 47%;
    font-size: 26px;
    padding: 0;
  }
  .memberStorePage .aboutService__content ul li, .memberStorePage .introductionSupport__content ul li {
    background-position-y: 50%;
    padding: 0 0 0 50px;
    margin-bottom: 100px;
  }
  .memberStorePage .introductionSupport__content ul {
    width: 40%;
  }
  .memberStorePage .introductionSupport__content p {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    padding-left: 60%;
  }
  .memberStorePage .aboutJREMobileOrder {
    padding: 110px 0;
  }
  .memberStorePage .aboutJREMobileOrder__content {
    padding-top: 100px;
  }
  .memberStorePage .aboutJREMobileOrder__content dl {
    margin-bottom: 0;
  }
  .memberStorePage .aboutJREMobileOrder__content dl dt {
    font-size: 28px;
    margin-bottom: 100px;
  }
  .memberStorePage .aboutJREMobileOrder__content dl dd ul {
    width: 1220px;
    min-width: 1220px;
    background-position: bottom 30% left 23%, bottom 30% left 50%, bottom 30% left 77%;
    background-size: 2% auto, 2% auto, 2% auto;
  }
  .memberStorePage .aboutJREMobileOrder__content dl dd ul li {
    font-size: 20px;
  }
  .memberStorePage .memberStores {
    min-width: 1220px;
    background-color: #EFEFEF;
  }
  .memberStorePage .memberStores__content .memberStoresList {
    width: 1220px;
    padding: 0;
    margin: 0 auto 100px;
  }
  .memberStorePage .memberStores__content .memberStoresList li {
    width: 140px;
    height: 140px;
    margin: 0 14.24px 14.24px 0;
  }
  .memberStorePage .memberStores__content .memberStoresList li:nth-of-type(4n) {
    margin-right: 14.24px;
  }
  .memberStorePage .memberStores__content .memberStoresList li:nth-of-type(8n) {
    margin-right: 0;
  }
  .memberStorePage .memberStores__content .caseStudies .caseStudy {
    display: flex;
    margin-bottom: 120px;
  }
  .memberStorePage .memberStores__content .caseStudies .caseStudy:nth-child(even) .caseStudy__image {
    order: 2;
    padding: 0;
  }
  .memberStorePage .memberStores__content .caseStudies .caseStudy:nth-child(even) .caseStudy__summary {
    order: 1;
    padding: 0 120px 0 14%;
  }
  .memberStorePage .memberStores__content .caseStudies .caseStudy__image {
    width: 50%;
    padding: 0;
    order: 1;
  }
  .memberStorePage .memberStores__content .caseStudies .caseStudy__image .image {
    width: 100%;
    padding-top: 72.63%;
  }
  .memberStorePage .memberStores__content .caseStudies .caseStudy__summary {
    flex: 1;
    order: 2;
    padding: 0 14% 0 120px;
  }
  .memberStorePage .memberStores__content .caseStudies .caseStudy__summary h3 {
    font-size: 48px;
    text-align: left;
    margin-bottom: 50px;
  }
  .memberStorePage .memberStores__content .caseStudies .caseStudy__summary h3 span {
    width: 210px;
    height: 210px;
    font-size: 19px;
    text-align: center;
    padding-top: 50px;
    margin: 0 0 40px 0;
  }
  .memberStorePage .memberStores__content .caseStudies .caseStudy__summary h3 span em {
    display: block;
    font-size: 50px;
  }
  .memberStorePage .memberStores__content .caseStudies .caseStudy__summary h4 {
    font-size: 25px;
    text-align: left;
    margin-bottom: 30px;
  }
  .memberStorePage .memberStores__content .caseStudies .caseStudy__summary p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .memberStorePage .memberStores__content .caseStudies.mo {
    padding-top: 100px;
  }
  .memberStorePage .memberStores__content .caseStudies.mo .caseStudy__summary h3 span {
    width: 150px;
    height: 150px;
    padding-top: 40px;
  }
  .memberStorePage .cumulativeUsageCount__header h2 {
    padding-top: 30px;
  }
  .memberStorePage .cumulativeUsageCount__content {
    width: 900px;
    margin: 0 auto;
    padding: 100px 0 200px;
  }
  .memberStorePage .cumulativeUsageCount__content p {
    font-size: 18px;
    margin-top: 30px;
  }
  .memberStorePage .benefitsOfJoining {
    padding-bottom: 80px;
  }
  .memberStorePage .benefitsOfJoining__header h2 {
    padding-top: 30px;
  }
  .memberStorePage .benefitsOfJoining__header h2 span {
    font-size: 19px;
  }
  .memberStorePage .benefitsOfJoining__content {
    padding: 80px 0 0;
  }
  .memberStorePage .benefitsOfJoining__content .benefit {
    margin: 0 auto 50px;
  }
  .memberStorePage .benefitsOfJoining__content .benefit:nth-child(1) {
    width: 790px;
  }
  .memberStorePage .benefitsOfJoining__content .benefit:nth-child(2) {
    width: 1220px;
    margin-bottom: 0;
  }
  .memberStorePage .benefitsOfJoining__content .benefit__header h3 {
    font-size: 48px;
    margin-bottom: 70px;
  }
  .memberStorePage .benefitsOfJoining__content .benefit__header h3 span {
    width: 134px;
    height: 134px;
    font-size: 19px;
    padding-top: 26px;
  }
  .memberStorePage .benefitsOfJoining__content .benefit__header h3 span em {
    font-size: 50px;
  }
  .memberStorePage .benefitsOfJoining__content .benefit__content {
    display: flex;
    justify-content: space-between;
  }
  .memberStorePage .benefitsOfJoining__content .benefit__content dl {
    width: 360px;
    margin-bottom: 90px;
  }
  .memberStorePage .benefitsOfJoining__content .benefit__content dl:last-child {
    margin-bottom: 0;
  }
  .memberStorePage .benefitsOfJoining__content .benefit__content dl dt {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .memberStorePage .benefitsOfJoining__content .benefit__content dl dd {
    font-size: 14px;
  }
  .memberStorePage .benefitsOfJoining__content .benefit__content dl dd .image {
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-repeat: 50% 50%;
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto 25px;
  }
  .memberStorePage .benefitsOfJoining__content .benefit__content dl dd .image.image1 {
    background-image: url(/assets/jre/custom/business/bg_benefit1-1aac995a294a16474236f60096660e90bdfa44ce0bb2506291f92e38d84bae0b.webp);
  }
  .memberStorePage .benefitsOfJoining__content .benefit__content dl dd .image.image2 {
    background-image: url(/assets/jre/custom/business/bg_benefit2-7f5219ee9092386d21681ededf77535bc7ca44627617bf299fd0e0400526437b.webp);
  }
  .memberStorePage .benefitsOfJoining__content .benefit__content dl dd .image.image3 {
    background-image: url(/assets/jre/custom/business/bg_benefit3-7e2701ad1e960c4894bccaabfac33a144cbf77d65680eabea1d0e14caf9dc1bf.webp);
  }
  .memberStorePage .benefitsOfJoining__content .benefit__content dl dd .image.image4 {
    background-image: url(/assets/jre/custom/business/bg_benefit4-f98809929ca10f8a48dd1f7e470b18c1229694966a689bf784879156d8aac10e.webp);
  }
  .memberStorePage .benefitsOfJoining__content .benefit__content dl dd .image.image5 {
    background-image: url(/assets/jre/custom/business/bg_benefit5-e02e7a3c578c60305b6958d7bb4972780fe01774809e73af4d9ce3dd4057972f.webp);
  }
  .memberStorePage .amazingFunctions {
    padding: 160px 0 100px;
  }
  .memberStorePage .amazingFunctions__content {
    display: flex;
    flex-wrap: wrap;
    width: 1220px;
    box-sizing: border-box;
    padding: 90px 0 0;
    margin: 0 auto;
  }
  .memberStorePage .amazingFunctions__content dl {
    width: 340px;
    margin: 0 100px 90px 0;
  }
  .memberStorePage .amazingFunctions__content dl:nth-of-type(3n) {
    margin-right: 0;
  }
  .memberStorePage .amazingFunctions__content dl dt {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .memberStorePage .amazingFunctions__content dl dd {
    font-size: 16px;
  }
  .memberStorePage .amazingFunctions__content dl dd .image {
    margin-bottom: 40px;
  }
  .memberStorePage .amazingFunctions__header--additional h3 {
    font-size: 32px;
  }
  .memberStorePage .amazingFunctions__header--additional h3 img {
    width: 560px;
  }
  .memberStorePage .amazingFunctions__content--additional {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 1220px;
    box-sizing: border-box;
    padding: 90px 0 0;
    margin: 0 auto;
  }
  .memberStorePage .amazingFunctions__content--additional dl {
    width: 340px;
    margin: 0 100px 90px 0;
  }
  .memberStorePage .amazingFunctions__content--additional dl:nth-of-type(3n) {
    margin-right: 0;
  }
  .memberStorePage .amazingFunctions__content--additional dl dt {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .memberStorePage .amazingFunctions__content--additional dl dd {
    font-size: 16px;
  }
  .memberStorePage .amazingFunctions__content--additional dl dd .image {
    margin-bottom: 40px;
  }
  .memberStorePage .mobileOrderFunctions {
    padding: 160px 0 100px;
  }
  .memberStorePage .mobileOrderFunctions__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1220px;
    box-sizing: border-box;
    padding: 90px 0 40px;
    margin: 0 auto;
  }
  .memberStorePage .mobileOrderFunctions__content dl {
    width: 340px;
    margin-bottom: 40px;
  }
  .memberStorePage .mobileOrderFunctions__content dl dt {
    font-size: 28px;
  }
  .memberStorePage .mobileOrderFunctions__content dl dd p {
    font-size: 16px;
  }
  .memberStorePage .mobileOrderFunctions__content dl dd p span {
    font-size: 12px;
  }
  .memberStorePage .membershipFee {
    padding: 130px 0 160px;
  }
  .memberStorePage .membershipFee__header {
    margin-bottom: 40px;
  }
  .memberStorePage .membershipFee__header img {
    width: 620px;
    height: auto;
    margin: 80px auto 20px;
  }
  .memberStorePage .membershipFee__content {
    width: 620px;
    box-sizing: border-box;
    padding: 70px 25px 20px;
    margin: 0 auto;
  }
  .memberStorePage .membershipFee__content dl {
    margin-bottom: 50px;
  }
  .memberStorePage .membershipFee__content dl dt {
    font-size: 32px;
    margin-bottom: 0px;
  }
  .memberStorePage .membershipFee__content dl:nth-child(1) dd {
    font-size: 38px;
  }
  .memberStorePage .membershipFee__content dl:nth-child(1) dd:nth-child(2) em {
    font-size: 128px;
  }
  .memberStorePage .membershipFee__content dl:nth-child(1) dd:last-child {
    font-size: 20px;
  }
  .memberStorePage .membershipFee__content dl:nth-child(1) dd:last-child strong {
    font-size: 14px;
  }
  .memberStorePage .membershipFee__content dl:nth-child(1) dd ul {
    width: 75%;
    margin: 20px auto 0;
  }
  .memberStorePage .membershipFee__content dl:nth-child(2) dd:nth-child(2) em {
    font-size: 62px;
  }
  .memberStorePage .membershipFee__content dl:nth-child(2) dd:last-child {
    font-size: 14px;
  }
  .memberStorePage .membershipFee__footer {
    width: 600px;
    padding-top: 40px;
    margin: 0 auto;
  }
  .memberStorePage .accessionFlow {
    padding: 90px 15px;
  }
  .memberStorePage .accessionFlow__content {
    width: 914px;
    padding-top: 150px;
    margin: 0 auto;
  }
  .memberStorePage .accessionFlow__content ol {
    width: 100%;
    background: url(/assets/jre/custom/business/bg_accessionFlow-PC-e34b51029fe36fb65f2206aa6d08e7fbd7d66598d4ca0234a73b4cb322c3f875.webp) no-repeat 50% 50%/cover;
    padding-top: 20.78%;
  }
  .memberStorePage .accessionFlow__content ol li {
    display: none;
  }
  .memberStorePage .accessionFlow__content p {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
  }
  .memberStorePage .introductionFlow__content {
    width: 1220px;
    min-width: 1220px;
    padding: 100px 0 0;
    margin: 0 auto;
  }
  .memberStorePage .introductionFlow__content ol {
    width: 1220px;
    min-width: 1220px;
    background-position: bottom 30% left 23%, bottom 30% left 50%, bottom 30% left 77%;
    background-size: 2% auto, 2% auto, 2% auto;
    margin-bottom: 40px;
  }
  .memberStorePage .introductionFlow__content ol li {
    font-size: 20px;
  }
  .memberStorePage .introductionFlow__content p {
    font-size: 18px;
  }
  .memberStorePage .introductionFlow__content p br {
    display: none;
  }
  .memberStorePage .accessionFaq {
    width: 900px;
    box-sizing: border-box;
    padding: 70px 0;
    margin: 0 auto;
  }
  .memberStorePage .accessionFaq__content {
    border: 2px solid #707070;
    border-radius: 20px;
    padding: 70px 100px;
    margin-top: 90px;
  }
  .memberStorePage .accessionFaq__content dl {
    margin-bottom: 50px;
  }
  .memberStorePage .accessionFaq__content dl dt span, .memberStorePage .accessionFaq__content dl dd span {
    width: 70px;
    height: 70px;
    font-size: 30px;
    padding-top: 15px;
    margin: -10px 20px 0 0;
  }
  .memberStorePage .accessionFaq__content dl dt {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .memberStorePage .accessionFaq__content dl dd {
    font-size: 18px;
    padding-bottom: 40px;
  }
  .memberStorePage .memberStorePageConclusion {
    background: url(/assets/jre/custom/business/bg_memberStorePageConclusion-PC-8e05d1ecc8f9e3142471d2254ff97c6cbc07f0751bcd7046de52e82d54d7cd43.webp) no-repeat 50% 50%/cover;
  }
  .memberStorePage .memberStorePageConclusion.mo {
    background-image: url(/assets/jre/custom/business/bg_memberStorePageConclusion_mo-PC-2fde2abc55bd7f2e1baf28276f64ce81996a6ed1de1581555bd4df72ef13583c.webp);
  }
  .memberStorePage .memberStorePageConclusion__content {
    padding: 150px 0;
  }
  .memberStorePage .memberStorePageConclusion__content p {
    font-size: 27px;
    margin-bottom: 30px;
  }
  .memberStorePage .memberStorePageConclusion__content p span {
    font-size: 48px;
    margin-top: 30px;
  }
  .memberStorePage .campaignTo202309 {
    background-color: #DEF3E4;
    padding: 70px 0 100px;
  }
  .memberStorePage .campaignTo202309__header {
    padding: 0;
    margin-bottom: 40px;
  }
  .memberStorePage .campaignTo202309__header img {
    max-width: 960px;
    margin: 0 auto;
  }
  .memberStorePage .campaignTo202309__content {
    padding: 0;
  }
  .memberStorePage .campaignTo202309__content p {
    font-size: 26px;
  }
  .memberStorePage .campaignTo202309__content a {
    width: 400px;
    font-size: 22px;
    margin: 40px auto 0;
  }
}
.scrollToPlans.ecute-shinagawa {
  background-color: rgba(76, 151, 151, 0.8);
}

.pageHeader.ecute-shinagawa .logo {
  padding-top: 40px;
}
.pageHeader.ecute-shinagawa .logo img {
  width: 74px;
  bottom: 0;
  left: 10px;
}
.pageHeader.ecute-shinagawa .glovalLink li:nth-child(2) {
  background-color: #4C9797;
}

.shopSignboard.ecute-shinagawa {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa/bg_shopSignboard-SP-4aadef8d5d5b8b09d5386578268cf53b4d0f11093b5177db448d05c87a631715.webp);
}
.shopSignboard.ecute-shinagawa .shopSignboard__content a {
  background-color: #4C9797;
}

.subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__image .image.plan1 {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa/bg_plan1-632888791aecf34d79be83c45c1a80c181cea4f01b8b878a170d9b851ab18c52.webp);
}
.subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__image .image.plan2 {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa/bg_plan2-22dd9df5606b73a51a11ea265b9f86ca2c2da078ef6c8ca3441fc77c07579592.webp);
}
.subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__image .image.plan3 {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa/bg_plan3-6928115ec23262af7f5c9a451b30a8a4feb5cb52c8984ec428baa0f78e7d21a0.webp);
}
.subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__detail dl dt span {
  color: #4C9797;
}
.subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__detail dl dd {
  min-height: 6em;
}
.subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__detail dl dd span {
  color: #4C9797;
}
.subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__detail .price__content {
  color: #4C9797;
}
.subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__detail .button a {
  background-color: #4C9797;
}
.subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__detail .notice {
  color: #4C9797;
}

.subscriptionFaq.ecute-shinagawa .subscriptionFaq__header {
  color: #4C9797;
}
.subscriptionFaq.ecute-shinagawa .subscriptionFaq__content dl dd span.icon {
  background-color: #4C9797;
}

.howToUse.ecute-shinagawa .howToUse__header {
  background-color: #EFEFEF;
}
.howToUse.ecute-shinagawa .howToUse__header .upper {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa/bg_howtouse-header-e3e278b5b1f6aaf44b81bd69e2c640a0c87d1eaf532fb7ebe53b8caaad08452e.webp);
}
.howToUse.ecute-shinagawa .howToUse__header h2 {
  background-color: #4C9797;
}
.howToUse.ecute-shinagawa .howToUse__header h2 span {
  display: none;
}
.howToUse.ecute-shinagawa .howToUse__content {
  background-color: #4C9797;
  padding-bottom: 50px;
}
.howToUse.ecute-shinagawa .howToUse__content ol li {
  background: url(/assets/jre/common/icon_triangle-down-white-cea96a57934a45c41c314d7bdc24e9769f131226bc15eac6fd60bba26d3b9d94.webp) no-repeat bottom center/38px 33px;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.howToUse.ecute-shinagawa .howToUse__content ol li:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.howToUse.ecute-shinagawa .howToUse__content ol li strong.title {
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.howToUse.ecute-shinagawa .howToUse__content ol li strong.title em {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-weight: bold;
  color: #4C9797;
  background-color: #FFF;
  border-radius: 50%;
  margin: 0 0 0 5px;
}
.howToUse.ecute-shinagawa .howToUse__content ol li p {
  font-size: 15px;
}
.howToUse.ecute-shinagawa .howToUse__content ol li p em {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.howToUse.ecute-shinagawa .howToUse__content ol li p strong {
  font-size: 12px;
}
.howToUse.ecute-shinagawa .howToUse__content ol li:nth-child(1) span {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa/howtouse-flow1-d82a231c5f72fe6ad2b37c4ebcadb8c1b26a87ffd40fb9602fb903ca9eb7f23b.webp);
}
.howToUse.ecute-shinagawa .howToUse__content ol li:nth-child(2) span {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa/howtouse-flow2-ee92ff1fe03c9886151b70b5e5215b1a6ebe4346a696e2ec957e0391d5575c2f.webp);
}
.howToUse.ecute-shinagawa .howToUse__content ol li:nth-child(3) span {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa/howtouse-flow3-8d09d8c5cda3866fc2f22207572bf1bac64fcfaf2c87ba1d933aa95952e59843.webp);
}
.howToUse.ecute-shinagawa .howToUse__footer {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa/bg_howtouse-footer-dfe3b067ad44b73dde259ef43bf42eaa49a3718846868e73e2260644fac02986.webp);
}
.howToUse.ecute-shinagawa .howToUse__footer .inner a {
  background-color: #4C9797;
}

.salesPoints.ecute-shinagawa .salesPoints__header h2 span {
  color: #4C9797;
}
.salesPoints.ecute-shinagawa .salesPoints__content .point .point__summary h3 span {
  color: #4C9797;
}
.salesPoints.ecute-shinagawa .salesPoints__content .point .point__summary h3 span em {
  font-size: 19px;
  font-weight: bold;
}
.salesPoints.ecute-shinagawa .salesPoints__content .point:nth-child(1) .point__image .image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa/bg_salespoint1-7dd6dff049ed01cb6b25df7aab34cd209a8562ee3ce1fb845f1b847a5727e45f.webp);
}
.salesPoints.ecute-shinagawa .salesPoints__content .point:nth-child(2) .point__image .image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa/bg_salespoint2-0aab22c5bba36d56095d6e6b623aa5df432585a8d179641af31ff5696f80df23.webp);
}
.salesPoints.ecute-shinagawa .salesPoints__content .point:nth-child(3) .point__image .image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa/bg_salespoint3-02cd2f92aa85f09f26c726fccbbf83e367387fadfba969e4f998ddf5b2ea1757.webp);
}

.subscriptionServices.ecute-shinagawa .subscriptionServices__content .subscriptionService__summary h2 {
  background-color: #4C9797;
}
.subscriptionServices.ecute-shinagawa .subscriptionServices__content .subscriptionService__summary h3 span {
  color: #4C9797;
}
.subscriptionServices.ecute-shinagawa .subscriptionServices__content .subscriptionService:nth-child(1) .subscriptionService__image .image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa/bg_service1-5e97af7bf52e5ec56401e00698be0ff91b7a299811cda6ee3d82f0ed4194c87b.webp);
}
.subscriptionServices.ecute-shinagawa .subscriptionServices__content .subscriptionService:nth-child(2) .subscriptionService__image .image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa/bg_service2-0549add6fa182333d2196f52aa61c36cf96e639e5a7c33277f3900a5269096e5.webp);
}

.belongToPlan.ecute-shinagawa {
  background-color: #F9F9F9;
  padding: 50px 15px;
}
.belongToPlan.ecute-shinagawa .belongToPlan__header {
  text-align: center;
  padding-bottom: 30px;
}
.belongToPlan.ecute-shinagawa .belongToPlan__header h2 {
  display: block;
  box-sizing: border-box;
  width: 110px;
  height: 110px;
  font-size: 10px;
  color: #FFF;
  background-color: #4C9797;
  border-radius: 50%;
  padding-top: 35px;
  margin: 0 auto 20px;
}
.belongToPlan.ecute-shinagawa .belongToPlan__header h2 span {
  display: block;
  width: 34px;
  height: 27px;
  background: url(/assets/jre/common/stores-b7d7285f28aed6a6e9f647dbc60ca6cf10761f3f6855bcf9c692ec94364e7e36.webp) no-repeat 50% 50%/cover;
  margin: 0 auto 5px;
}
.belongToPlan.ecute-shinagawa .belongToPlan__header h3 {
  font-size: 18px;
  font-weight: bold;
}
.belongToPlan.ecute-shinagawa .belongToPlan__content .availableEcuteShops__content .availableEcuteShop {
  display: flex;
  background-color: #FFF;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  padding: 29px 17px;
  margin-bottom: 20px;
}
.belongToPlan.ecute-shinagawa .belongToPlan__content .availableEcuteShops__content .availableEcuteShop:last-child {
  margin-bottom: 0;
}
.belongToPlan.ecute-shinagawa .belongToPlan__content .availableEcuteShops__content .availableEcuteShop__image img {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #DCC;
  margin-right: 20px;
  object-fit: cover;
}
.belongToPlan.ecute-shinagawa .belongToPlan__content .availableEcuteShops__content .availableEcuteShop__summary dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #4C9797;
  line-height: 1.2;
  margin-bottom: 10px;
}
.belongToPlan.ecute-shinagawa .belongToPlan__content .availableEcuteShops__content .availableEcuteShop__summary dl dd {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}
.belongToPlan.ecute-shinagawa .belongToPlan__content .availableEcuteShops__content .availableEcuteShop__summary dl dd span {
  font-size: 10px;
}
.belongToPlan.ecute-shinagawa .belongToPlan__content .availableEcuteShops__content .availableEcuteShop__summary dl dd:last-child {
  margin-bottom: 0;
}
.belongToPlan.ecute-shinagawa .belongToPlan__content .availableEcuteShops__footer a {
  color: #4C9797;
}

@media all and (min-width: 1113px) {
  .pageHeader.ecute-shinagawa {
    min-width: 1577px;
  }
  .pageHeader.ecute-shinagawa .logo {
    padding-top: 50px;
  }
  .pageHeader.ecute-shinagawa .logo img {
    width: 115px;
    bottom: 0;
    left: 20px;
  }
  .shopSignboard.ecute-shinagawa {
    min-width: 1577px;
    background-image: url(/assets/jre/custom/shops/ecute-shinagawa/bg_shopSignboard-PC-3748c72f3ef953a026103143a2ceee8db6a5866c5bea6e7b73c83bb8aa2301ba.webp);
  }
  .subscriptionServices.ecute-shinagawa {
    min-width: 1577px;
  }
  .subscriptionPlans {
    padding: 40px 0;
    min-width: 1460px;
  }
  .subscriptionPlans.ecute-shinagawa .subscriptionPlans__content {
    width: 1460px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan {
    width: 460px;
    padding: 23px;
    margin: 0 20px 20px 0;
  }
  .subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan:last-child {
    margin-right: 0;
  }
  .subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__image {
    margin-bottom: 30px;
  }
  .subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__detail dl dt {
    height: 8em;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__detail dl dt span {
    display: block;
    font-size: 26px;
    margin-top: -10px;
  }
  .subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__detail dl dd {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__detail .price {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__detail .price__header span {
    font-size: 24px;
  }
  .subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__detail .price__content span {
    font-size: 40px;
  }
  .subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__detail .button a {
    width: 382px;
    font-size: 20px;
    padding: 25px 0;
  }
  .subscriptionPlans.ecute-shinagawa .subscriptionPlans__content .subscriptionPlan__detail .notice {
    text-align: left;
    margin-top: 20px;
  }
  .subscriptionPlans.ecute-shinagawa .subscriptionPlans__footer {
    width: 940px;
    margin: 0 auto;
  }
  .subscriptionFaq.ecute-shinagawa {
    min-width: 1577px;
  }
  .howToUse.ecute-shinagawa {
    min-width: 1577px;
  }
  .howToUse.ecute-shinagawa .howToUse__header h2 {
    font-size: 48px;
  }
  .howToUse.ecute-shinagawa .howToUse__header h2 span {
    display: block;
  }
  .howToUse.ecute-shinagawa .howToUse__content ol li {
    background: url(/assets/jre/common/icon_triangle-right-white-cea5c98aa7f5b431c84e02a1a3078903b092adedc60bab4de794465f192a9407.webp) no-repeat top 200px right/33px 38px;
    padding: 0 60px 0 0;
    margin-bottom: 0;
  }
  .howToUse.ecute-shinagawa .howToUse__content ol li:last-child {
    padding-right: 0;
  }
  .howToUse.ecute-shinagawa .howToUse__content ol li strong.title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .howToUse.ecute-shinagawa .howToUse__content ol li strong.title em {
    width: 40px;
    height: 40px;
  }
  .howToUse.ecute-shinagawa .howToUse__content ol li p {
    font-size: 20px;
  }
  .howToUse.ecute-shinagawa .howToUse__content ol li p em {
    font-size: 31px;
  }
  .howToUse.ecute-shinagawa .howToUse__content ol li p strong {
    font-size: 14px;
  }
  .salesPoints.ecute-shinagawa {
    min-width: 1577px;
  }
  .salesPoints.ecute-shinagawa .salesPoints__content .point .point__summary h3 span {
    color: #4C9797;
  }
  .salesPoints.ecute-shinagawa .salesPoints__content .point .point__summary h3 span em {
    font-size: 30px;
    font-weight: bold;
  }
  .belongToPlan.ecute-shinagawa {
    min-width: 1577px;
    background-color: #F9F9F9;
    padding: 100px 0;
  }
  .belongToPlan.ecute-shinagawa .belongToPlan__header {
    padding-bottom: 100px;
  }
  .belongToPlan.ecute-shinagawa .belongToPlan__header h2 {
    width: 210px;
    height: 210px;
    font-size: 20px;
    padding-top: 65px;
    margin: 0 auto 60px;
  }
  .belongToPlan.ecute-shinagawa .belongToPlan__header h2 span {
    width: 55px;
    height: 43px;
  }
  .belongToPlan.ecute-shinagawa .belongToPlan__header h3 {
    font-size: 48px;
  }
  .belongToPlan.ecute-shinagawa .belongToPlan__content {
    width: 1200px;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 5px;
    padding: 63px;
    margin: 0 auto;
  }
  .belongToPlan.ecute-shinagawa .belongToPlan__content .availableEcuteShops__content {
    display: flex;
    flex-wrap: wrap;
  }
  .belongToPlan.ecute-shinagawa .belongToPlan__content .availableEcuteShops__content .availableEcuteShop {
    display: flex;
    width: 345px;
    box-sizing: border-box;
    margin-right: 19px;
  }
  .belongToPlan.ecute-shinagawa .belongToPlan__content .availableEcuteShops__content .availableEcuteShop:nth-of-type(3n) {
    margin-right: 0;
  }
  .belongToPlan.ecute-shinagawa .belongToPlan__content .availableEcuteShops__content .availableEcuteShop:last-child {
    margin-bottom: 20px;
  }
}
header.pageHeader.ecute-shinagawa-bakery .logo img {
  width: 74px;
  bottom: 0;
  left: 10px;
}
header.pageHeader.ecute-shinagawa-bakery .glovalLink li:nth-child(2) {
  background-color: #56B781;
}

.shopSignboard.ecute-shinagawa-bakery {
  background: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_signBoard-3e4c71f4745e72750d0e4b200db487dbb6f86b35e9ee50ed8f3d502ca346dd07.webp) no-repeat 50% 50%/cover;
  height: 635px;
}
.shopSignboard.ecute-shinagawa-bakery .shopSignboard__content h1 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.shopSignboard.ecute-shinagawa-bakery .shopSignboard__content h1 em, .shopSignboard.ecute-shinagawa-bakery .shopSignboard__content h1 span {
  font-weight: inherit;
}
.shopSignboard.ecute-shinagawa-bakery .shopSignboard__content h1 em {
  font-size: 28px;
}
.shopSignboard.ecute-shinagawa-bakery .shopSignboard__content h1 span {
  font-size: 24px;
}
.shopSignboard.ecute-shinagawa-bakery .shopSignboard__content a {
  width: 90%;
  max-width: 500px;
  font-size: 16px;
  display: block;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #56B781 url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_icon-arrow-button-30917d643cce18986102a05e5d7d4650b71104a0141f844e56f73bc0ce2a2f4d.webp) no-repeat center left 20px/10px 16px;
  border-radius: 40px;
  background-image: none;
  padding: 10px;
}
.shopSignboard.ecute-shinagawa-bakery .shopSignboard__content a span {
  font-size: 14px;
  font-weight: bold;
}

.alternatelyContents.ecute-shinagawa-bakery#service {
  padding: 40px 0 0;
}
.alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements {
  margin-bottom: 50px;
}
.alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements:nth-child(1) .elements__image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_alternatelyContents1-f5f0c3a0c39233dd4a1c8cc74c87d79fddbd1d5aae78a5345494c78b0833067c.webp);
}
.alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements:nth-child(2) .elements__image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_alternatelyContents2-7e3786bff1839fc0cba682babf880761721fbc1c828b31b969594a7d65270e4e.webp);
}
.alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements:nth-child(3) .elements__image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_alternatelyContents3-e3fe32636425c9f603cc9caaef97d6791aca586ca7533b8d9292dc13c7108aea.webp);
}
.alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements__summary .content {
  padding: 0 27px;
}
.alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements__summary .content h2 {
  font-size: 20px;
  font-weight: bold;
  color: #56B781;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements__summary .content p {
  font-size: 14px;
  color: #222;
  line-height: 1.8;
  margin-bottom: 20px;
}
.alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements__summary .content p span {
  font-size: 12px;
  color: #505050;
}
.alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements__summary .content .price {
  font-size: 18px;
  font-weight: bold;
  color: #56B781;
  text-align: center;
  margin-bottom: 20px;
}
.alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements__summary .content .price em {
  font-size: 31px;
  font-weight: bold;
}
.alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements__summary .content .price::after {
  content: "※税込";
  font-size: 10px;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__header {
  margin-bottom: 50px;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__header .roundUpperDiv {
  background-color: #EFEFEF;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__header .roundUpperDiv__inner {
  background-color: #FFF;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__header h2 {
  font-size: 20px;
  font-weight: bold;
  color: #56B781;
  text-align: center;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements {
  margin-bottom: 50px;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements:nth-child(1) .elements__image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_alternatelyContentsShop1-cc50406a23f43e26fdbe26f802e95aa5444b7bfa6bce4d334d643f701d9e2796.webp);
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements:nth-child(2) .elements__image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_alternatelyContentsShop2-a253f8787a83220e5f8f55772ae1bef382feb6d04fb236966ec3d4fae0945480.webp);
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements:nth-child(3) .elements__image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_alternatelyContentsShop3-3a21fc4b608141681e2552d1f3fd7c12e365c35d0b719a1555ffe4f3359a357d.webp);
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements:nth-child(4) .elements__image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_alternatelyContentsShop4-1d7ebed8370ef9d127f54770f47a242241488cc5d5a4d7bb023d74483330168d.webp);
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements:nth-child(5) .elements__image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_alternatelyContentsShop5-744a2cf90e4be3ca2fb9c347d1106a55eb51f5dba1b7cec38cca912df924ca94.webp);
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content {
  padding: 0 25px 25px;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content h3 span, .alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content h3 strong {
  display: block;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content h3 span {
  font-size: 19px;
  font-weight: bold;
  color: #56B781;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content h3 span em {
  font-size: 45px;
  font-weight: bold;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content dl {
  font-size: 10px;
  margin-bottom: 10px;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content dl dt, .alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content dl dd {
  display: inline-block;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content p {
  font-size: 14px;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__footer {
  text-align: center;
  padding: 0 25px 50px;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__footer p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__footer p span {
  font-size: 12px;
  font-weight: normal;
}
.alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__footer a {
  display: block;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #56B781 url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_icon-arrow-button-30917d643cce18986102a05e5d7d4650b71104a0141f844e56f73bc0ce2a2f4d.webp) no-repeat center left 20px/10px 16px;
  border-radius: 40px;
  font-size: 16px;
  padding: 15px 0;
}

.subscriptionPlans.ecute-shinagawa-bakery {
  background-color: #EFEFEF;
  padding: 0 0 100px 0;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__header .roundUpperDiv {
  background-color: #FFF;
  margin-bottom: 20px;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__header .roundUpperDiv__inner {
  background-color: #EFEFEF;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__content {
  padding: 20px 20px 0;
  margin-bottom: 0;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__content .subscriptionPlan {
  padding: 20px 22px;
  margin-bottom: 0;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__content .subscriptionPlan__image {
  background: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_subscriptionPlan1-1a76af0b7e3ad307d32465f04b37acbc709ac8f16204879e1c6702a46380b267.webp) no-repeat 50% 50%/cover;
  border-radius: 10px;
  padding-top: 35%;
  margin-bottom: 20px;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__content .subscriptionPlan__header h2 {
  font-size: 18px;
  font-weight: bold;
  color: #56B781;
  text-align: center;
  margin-bottom: 10px;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__content .subscriptionPlan__content dl {
  text-align: center;
  margin-bottom: 15px;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__content .subscriptionPlan__content dl dt {
  font-size: 14px;
  font-weight: bold;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__content .subscriptionPlan__content dl dd {
  font-size: 12px;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__content .subscriptionPlan__content dl dd span {
  display: block;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__content .subscriptionPlan__price {
  text-align: center;
  margin-bottom: 10px;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__content .subscriptionPlan__price .notice {
  font-size: 14px;
  font-weight: bold;
  color: #FF5800;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__content .subscriptionPlan__price .price {
  font-size: 14px;
  font-weight: bold;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__content .subscriptionPlan__price .price em {
  font-size: 24px;
  font-weight: inherit;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__content .subscriptionPlan__price .price::after {
  content: "※税込";
  font-size: 8px;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__content .subscriptionPlan__button a {
  display: block;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #56B781 url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_icon-arrow-button-30917d643cce18986102a05e5d7d4650b71104a0141f844e56f73bc0ce2a2f4d.webp) no-repeat center left 20px/10px 16px;
  border-radius: 40px;
  font-size: 16px;
  padding: 15px 0;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__footer {
  padding: 60px 20px 0;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__footer ul {
  font-size: 12px;
}
.subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__footer ul a {
  color: inherit;
}
.subscriptionPlans.ecute-shinagawa-bakery#plan .subscriptionPlans__header .roundUpperDiv {
  background-color: #56B781;
}

.howToUseFlow.ecute-shinagawa-bakery {
  background-color: #56B781;
  padding-bottom: 60px;
}
.howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__header {
  background-color: #56B781;
  margin-bottom: 50px;
}
.howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__header .roundUpperDiv {
  background-color: #EFEFEF;
}
.howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__header .roundUpperDiv__inner {
  background-color: #56B781;
}
.howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__header h2 {
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
}
.howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__content ol li {
  font-size: 15px;
  color: #FFF;
}
.howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__content ol li span.title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}
.howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__content ol li span.title em {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-weight: inherit;
  color: #56B781;
  background-color: #FFF;
  border-radius: 50%;
  margin-left: 5px;
}
.howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__content ol li span.image {
  margin-bottom: 20px;
}
.howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__content ol li:nth-child(1) span.image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_howToUseFlow1-ee92ff1fe03c9886151b70b5e5215b1a6ebe4346a696e2ec957e0391d5575c2f.webp);
}
.howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__content ol li:nth-child(2) span.image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_howToUseFlow2-d82a231c5f72fe6ad2b37c4ebcadb8c1b26a87ffd40fb9602fb903ca9eb7f23b.webp);
}
.howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__content ol li:nth-child(3) span.image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_howToUseFlow3-804965e6979967a4d3a426743d2546f2f513c9d0f7030331eea2b84b17920cae.webp);
}

.subscriptionMerits.ecute-shinagawa-bakery {
  background-color: #EFEFEF;
  padding-bottom: 50px;
}
.subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__header {
  margin-bottom: 30px;
}
.subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__header .roundUpperDiv {
  background-color: #FFF;
}
.subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__header .roundUpperDiv__inner {
  background-color: #EFEFEF;
}
.subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__header h2 {
  font-size: 16px;
  font-weight: bold;
  color: #56B781;
  padding-top: 50px;
}
.subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__content .meritContent {
  margin-bottom: 50px;
}
.subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__content .meritContent:last-child {
  margin-bottom: 0;
}
.subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__content .meritContent:nth-child(1) .meritContent__image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_subscriptionMerit1-de868101de5fea70267da078c969c798b23ee3db85c3c9f100f380e2fa28a2f9.webp);
}
.subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__content .meritContent:nth-child(2) .meritContent__image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_subscriptionMerit2-463322fafd93e2e31c1c8c95caed6e00b441eec17031b2c5fcd33215412ebf33.webp);
}
.subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__content .meritContent:nth-child(3) .meritContent__image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_subscriptionMerit3-641d9e1a38528a06897961587c11a116fb176ca50fe3f5c716fe15f263ffb37e.webp);
}
.subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__content .meritContent__header {
  margin-bottom: 20px;
}
.subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__content .meritContent__header h3 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__content .meritContent__header h3 span {
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #56B781;
  line-height: 1.1;
  margin-bottom: 10px;
}
.subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__content .meritContent__header h3 span em {
  font-size: 45px;
  font-weight: inherit;
  display: inherit;
}
.subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__content .meritContent__content {
  padding: 0 25px;
  margin-bottom: 20px;
}
.subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__content .meritContent__content p {
  font-size: 14px;
}

.subscriptionFaq.ecute-shinagawa-bakery {
  background-color: #FFF;
}
.subscriptionFaq.ecute-shinagawa-bakery .subscriptionFaq__header {
  color: #56B781;
}
.subscriptionFaq.ecute-shinagawa-bakery .subscriptionFaq__content dl dd span.icon {
  background-color: #56B781;
}

@media all and (min-width: 1113px) {
  header.pageHeader.ecute-shinagawa-bakery .logo img {
    width: 115px;
    bottom: 0;
    left: 20px;
  }
  .shopSignboard.ecute-shinagawa-bakery {
    height: 826px;
  }
  .shopSignboard.ecute-shinagawa-bakery .shopSignboard__content {
    padding-left: 0;
  }
  .shopSignboard.ecute-shinagawa-bakery .shopSignboard__content h1 {
    font-size: 34px;
  }
  .shopSignboard.ecute-shinagawa-bakery .shopSignboard__content h1 em {
    font-size: 60px;
  }
  .shopSignboard.ecute-shinagawa-bakery .shopSignboard__content h1 span {
    font-size: 54px;
  }
  .shopSignboard.ecute-shinagawa-bakery .shopSignboard__content a {
    width: 500px;
    font-size: 26px;
    border-radius: 60px;
    margin: 0 auto;
  }
  .shopSignboard.ecute-shinagawa-bakery .shopSignboard__content a span {
    font-size: 20px;
  }
  .alternatelyContents.ecute-shinagawa-bakery#service {
    padding: 120px 0;
  }
  .alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements {
    margin-bottom: 90px;
  }
  .alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements:last-child {
    margin-bottom: 0;
  }
  .alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements__summary .content {
    padding: 0;
  }
  .alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements__summary .content h2 {
    font-size: 34px;
    text-align: left;
  }
  .alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements__summary .content p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements__summary .content p span {
    font-size: 14px;
  }
  .alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements__summary .content .price {
    font-size: 25px;
    text-align-last: left;
  }
  .alternatelyContents.ecute-shinagawa-bakery#service .alternatelyContents__content .elements__summary .content .price em {
    font-size: 43px;
  }
  .alternatelyContents.ecute-shinagawa-bakery#shops {
    padding: 0;
  }
  .alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__header {
    margin-bottom: 100px;
  }
  .alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__header h2 {
    font-size: 54px;
  }
  .alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content {
    padding: 0;
  }
  .alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content h3 {
    font-size: 48px;
  }
  .alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content h3 span {
    font-size: 30px;
  }
  .alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content h3 span em {
    font-size: 70px;
  }
  .alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content dl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__content .elements__summary .content p {
    font-size: 18px;
  }
  .alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__footer {
    text-align: center;
    padding: 0 25px 120px;
  }
  .alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__footer p {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__footer p span {
    font-size: 14px;
  }
  .alternatelyContents.ecute-shinagawa-bakery#shops .alternatelyContents__footer a {
    width: 458px;
    display: block;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background: #56B781 url(/assets/jre/custom/shops/ecute-shinagawa-bakery/bg_icon-arrow-button-30917d643cce18986102a05e5d7d4650b71104a0141f844e56f73bc0ce2a2f4d.webp) no-repeat center left 20px/10px 16px;
    border-radius: 40px;
    font-size: 24px;
    margin: 0 auto;
  }
  .subscriptionPlans {
    min-width: 1205px;
  }
  .subscriptionPlans.ecute-shinagawa-bakery .subscriptionPlans__footer {
    width: 750px;
  }
  .howToUseFlow.ecute-shinagawa-bakery {
    padding-bottom: 100px;
  }
  .howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__header {
    margin-bottom: 180px;
  }
  .howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__header h2 {
    font-size: 48px;
  }
  .howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__content ol li {
    font-size: 20px;
  }
  .howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__content ol li span.title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__content ol li span.title em {
    width: 33px;
    height: 33px;
    margin-left: 10px;
  }
  .howToUseFlow.ecute-shinagawa-bakery .howToUseFlow__content ol li span.image {
    margin-bottom: 50px;
  }
  .subscriptionMerits.ecute-shinagawa-bakery {
    padding-bottom: 110px;
  }
  .subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__header {
    margin-bottom: 60px;
  }
  .subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__header h2 {
    font-size: 40px;
  }
  .subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__content .meritContent {
    margin-bottom: 0;
  }
  .subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__content .meritContent__header h3 {
    font-size: 20px;
    text-align: left;
  }
  .subscriptionMerits.ecute-shinagawa-bakery .subscriptionMerits__content .meritContent__content {
    padding: 0;
    margin-bottom: 30px;
  }
  .subscriptionFaq.ecute-shinagawa-bakery {
    min-width: 1205px;
  }
}
.shopSignboard.ecute-shinagawa-bakery2 {
  background: url(/assets/jre/custom/shops/ecute-shinagawa-bakery2/bg_signBoard-c489a362801747c64c0965569040cf93500e397921267adbe9377f499bfd9bab.webp) no-repeat 50% 50%/cover;
}
.shopSignboard.ecute-shinagawa-bakery2 .shopSignboard__content h1 {
  font-size: 26px;
}
.shopSignboard.ecute-shinagawa-bakery2 .shopSignboard__content h1 span {
  font-size: 18px;
}
.shopSignboard.ecute-shinagawa-bakery2 .shopSignboard__content h1 em {
  color: #FBDA47;
}
.shopSignboard.ecute-shinagawa-bakery2 .shopSignboard__content p {
  font-size: 14px;
}

.alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__header {
  margin-bottom: 40px;
}
.alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__header h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__content .elements:nth-child(1) .elements__image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery2/bg_alternatelyContents1-180619d84b34c0967a3710267755d0614889dbc604c692e213dfd2c74622fa6e.webp);
}
.alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__content .elements:nth-child(2) .elements__image {
  background-image: url(/assets/jre/custom/shops/ecute-shinagawa-bakery2/bg_alternatelyContents2-54ad516d2956bb99ca57f45e64f1b16d0c36c4ff74b1ad07cdfc1423fa7fdde5.webp);
}
.alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__content .elements__summary .content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #56B781;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__footer {
  text-align: center;
  padding-bottom: 80px;
}
.alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__footer p {
  font-size: 20px;
  font-weight: bold;
}
.alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__footer p span {
  font-size: 12px;
  font-weight: inherit;
}
.alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__footer p em {
  font-weight: inherit;
  color: #56B781;
}

.aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__header {
  margin-bottom: 50px;
}
.aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__header h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element:nth-child(1) .image {
  background: url(/assets/jre/custom/shops/ecute-shinagawa-bakery2/bg_aboutBakerySubscription1-3d7c81a0bafa94bf0335b0a12b8f5fccd1ca93d28f293910a9f311b4e408d79c.webp) no-repeat 50% 50%/cover;
}
.aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element:nth-child(2) .image {
  background: url(/assets/jre/custom/shops/ecute-shinagawa-bakery2/bg_aboutBakerySubscription2-89f5e46e0d18939c8aac73bf97c463e2e465253fdf2f8d3895fa313ed22d4c68.webp) no-repeat 50% 50%/cover;
}
.aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element h3, .aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element p {
  padding: 0 20px;
}
.aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element h3 {
  font-size: 16px;
  font-weight: bold;
  color: #56B781;
  text-align: center;
  margin-bottom: 20px;
}
.aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element p {
  font-size: 14px;
  margin-bottom: 10px;
}
.aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element p span {
  font-size: 12px;
}
.aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element .price {
  font-size: 14px;
  font-weight: bold;
  color: #56B781;
  text-align: center;
  margin-bottom: 10px;
}
.aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element .price::after {
  content: "※税込";
  font-size: 8px;
}
.aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element .price em {
  font-size: 24px;
  font-weight: inherit;
}
.aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element .image {
  width: 100%;
  padding-top: 72.8%;
  background-color: #F00;
  margin-bottom: 30px;
}

@media all and (min-width: 1113px) {
  .shopSignboard.ecute-shinagawa-bakery2 .shopSignboard__content h1 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .shopSignboard.ecute-shinagawa-bakery2 .shopSignboard__content h1 span {
    font-size: 34px;
  }
  .shopSignboard.ecute-shinagawa-bakery2 .shopSignboard__content p {
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px;
  }
  .alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__header {
    margin-bottom: 100px;
  }
  .alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__header h2 {
    font-size: 54px;
  }
  .alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__content .elements__summary .content h3 {
    font-size: 34px;
    text-align: left;
  }
  .alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__content .elements__summary .content p {
    font-size: 18px;
  }
  .alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__footer {
    padding: 100px 0 0;
  }
  .alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__footer p {
    font-size: 40px;
  }
  .alternatelyContents.ecute-shinagawa-bakery2#service .alternatelyContents__footer p span {
    font-size: 20px;
  }
  .aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__header {
    margin-bottom: 50px;
  }
  .aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__header h2 {
    font-size: 54px;
  }
  .aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element {
    width: 750px;
    margin: 0 auto;
  }
  .aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element h3, .aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element p {
    padding: 0;
  }
  .aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element h3 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element p span {
    font-size: 12px;
  }
  .aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element .price {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element .price::after {
    font-size: 12px;
  }
  .aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element .price em {
    font-size: 40px;
  }
  .aboutBakerySubscription.ecute-shinagawa-bakery2 .aboutBakerySubscription__content .element .image {
    margin-bottom: 80px;
  }
}
.subscribeButton a {
  display: block;
  width: 300px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-color: #B00723;
  border-radius: 40px;
  padding: 10px 0;
  margin: 0 auto;
}
.subscribeButton a span {
  display: inline-block;
  vertical-align: middle;
}
.subscribeButton a span.icon {
  width: 10px;
  height: 16px;
  background: url(/assets/jre/custom/shops/littlemermaid/bg_subscribeButton-30917d643cce18986102a05e5d7d4650b71104a0141f844e56f73bc0ce2a2f4d.webp) no-repeat 50% 50%/cover;
}
.subscribeButton a span.text {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}

.availableStores {
  color: #B00723;
  text-align: center;
  margin-bottom: 10px;
}
.availableStores dt {
  height: 2px;
  background-color: #B00723;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.availableStores dt span {
  display: block;
  width: 50px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  background-color: #E4DAC9;
  padding: 0 5px;
  position: absolute;
  top: -7px;
  left: calc(50% - 25px);
}
.availableStores dd {
  font-size: 12px;
  font-weight: bold;
}
.availableStores dd ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
.availableStores dd ul li::after {
  content: "・";
}
.availableStores dd ul li:last-child::after {
  content: "";
}

.littlemermaidPage .signboardHeader {
  height: 700px;
  box-sizing: border-box;
  background: #E4DAC9 url(/assets/jre/custom/shops/littlemermaid/bg_signboardHeader-SP-64b177427b55d32769f12ff0403e9c722a050c2926948caf052036361d863211.webp) no-repeat bottom left/375px 249px;
  padding: 40px 25px 0;
}
.littlemermaidPage .signboardHeader__content {
  height: 100%;
}
.littlemermaidPage .signboardHeader__content .pageSummary .logo {
  margin-bottom: 30px;
}
.littlemermaidPage .signboardHeader__content .pageSummary .logo img {
  display: block;
  width: 140px;
  height: auto;
  margin: 0 auto;
}
.littlemermaidPage .signboardHeader__content .pageSummary h1 {
  margin-bottom: 30px;
}
.littlemermaidPage .signboardHeader__content .pageSummary h1 img {
  display: block;
  width: 320px;
  height: auto;
  margin: 0 auto;
}
.littlemermaidPage .signboardHeader__content .pageSummary .priceboard {
  margin-bottom: 30px;
}
.littlemermaidPage .signboardHeader__content .pageSummary .priceboard img {
  display: block;
  width: 320px;
  height: auto;
  margin: 0 auto;
}
.littlemermaidPage .checkPoints {
  padding: 50px 0 60px;
}
.littlemermaidPage .checkPoints__content .checkPoint {
  margin-bottom: 70px;
}
.littlemermaidPage .checkPoints__content .checkPoint:last-child {
  margin-bottom: 0;
}
.littlemermaidPage .checkPoints__content .checkPoint__summary {
  padding: 0 25px;
}
.littlemermaidPage .checkPoints__content .checkPoint__summary dl dt {
  font-size: 24px;
  color: #B00723;
  font-weight: bold;
  margin-bottom: 20px;
}
.littlemermaidPage .checkPoints__content .checkPoint__summary dl dt span, .littlemermaidPage .checkPoints__content .checkPoint__summary dl dt em {
  display: block;
  font-weight: inherit;
}
.littlemermaidPage .checkPoints__content .checkPoint__summary dl dt span {
  font-size: 11px;
}
.littlemermaidPage .checkPoints__content .checkPoint__summary dl dt em {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 20px;
}
.littlemermaidPage .checkPoints__content .checkPoint__summary dl dd {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.littlemermaidPage .checkPoints__content .checkPoint__summary dl dd span {
  font-size: 10px;
  color: #B00723;
}
.littlemermaidPage .checkPoints__content .checkPoint__image {
  width: 92.8%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  padding-top: 67.46%;
}
.littlemermaidPage .checkPoints__content .checkPoint:nth-child(even) .checkPoint__image {
  background-position: center right;
  margin-left: 7.2%;
}
.littlemermaidPage .checkPoints__content .checkPoint:nth-child(1) .checkPoint__image {
  background-image: url(/assets/jre/custom/shops/littlemermaid/bg_checkPoint1-b4d58e744ff5f56703ba259b0c5f401e97225a44dd254376db0cad6c8733b62f.webp);
}
.littlemermaidPage .checkPoints__content .checkPoint:nth-child(2) .checkPoint__image {
  background-image: url(/assets/jre/custom/shops/littlemermaid/bg_checkPoint2-c7be51879f8e7c388f07def00422567c2eaff4ee9b6b13f0f03cd77153d72d0b.webp);
}
.littlemermaidPage .checkPoints__content .checkPoint:nth-child(3) .checkPoint__image {
  background-image: url(/assets/jre/custom/shops/littlemermaid/bg_checkPoint3-c09cea041dc7545615485100cb944cc4fbeab830a7814c5ab7af69913f920f96.webp);
}
.littlemermaidPage .subscriptionPlan__header {
  width: 100%;
  background: #FFF url(/assets/jre/custom/shops/littlemermaid/bg_upper-brown-SP-eb8c121aa509b020c89b7e6d3e7b5e93e04d26e0b85f9a5629848d581a5b55ba.webp) no-repeat bottom -1.5px center/cover;
  padding-top: 16.8%;
}
.littlemermaidPage .subscriptionPlan__content {
  background-color: #E4DAC9;
  padding: 20px 30px;
}
.littlemermaidPage .subscriptionPlan__content .planDetail__content .logo {
  margin-bottom: 15px;
}
.littlemermaidPage .subscriptionPlan__content .planDetail__content .logo img {
  display: block;
  width: 140px;
  height: auto;
  margin: 0 auto;
}
.littlemermaidPage .subscriptionPlan__content .planDetail__content .planTitle img {
  display: block;
  width: 296px;
  height: auto;
  margin: 0 auto 20px;
}
.littlemermaidPage .subscriptionPlan__content .planDetail__content p {
  font-size: 14px;
  font-weight: bold;
  color: #B00723;
  text-align: center;
  margin-bottom: 20px;
}
.littlemermaidPage .subscriptionPlan__content .planDetail__content .priceboard img {
  display: block;
  width: 320px;
  height: auto;
  margin: 0 auto 30px;
}
.littlemermaidPage .subscriptionPlan__content .planDetail__image {
  height: 220px;
  background: url(/assets/jre/custom/shops/littlemermaid/bg_subscriptionPlan-5092aa99f77fd5ef707cc7d8f868798451ae986fe345e43d3517e71b8c0b8c85.webp) no-repeat bottom center/283px auto;
}
.littlemermaidPage .howtouse {
  background-color: #E4DAC9;
  padding: 20px 0 90px;
}
.littlemermaidPage .howtouse__header {
  margin-bottom: 50px;
}
.littlemermaidPage .howtouse__header h2 {
  font-size: 20px;
  font-weight: bold;
  color: #B00723;
  text-align: center;
}
.littlemermaidPage .howtouse__header h2 span {
  display: block;
  font-size: 10px;
  font-weight: inherit;
}
.littlemermaidPage .howtouse__content dl {
  background: url(/assets/jre/custom/shops/littlemermaid/bg_howtouse-SP-eb3119971e93c169f441e269dee528b4beeb00fa236f754f12b11abd044c6f02.webp) no-repeat bottom 60px center/38px 33px;
  padding-bottom: 130px;
}
.littlemermaidPage .howtouse__content dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #B00723;
  text-align: center;
  margin-bottom: 15px;
}
.littlemermaidPage .howtouse__content dl dt span, .littlemermaidPage .howtouse__content dl dt em {
  display: block;
  font-weight: inherit;
}
.littlemermaidPage .howtouse__content dl dt span {
  font-size: 13px;
}
.littlemermaidPage .howtouse__content dl dt em {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 15px;
}
.littlemermaidPage .howtouse__content dl dd .image {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto 25px;
}
.littlemermaidPage .howtouse__content dl dd p {
  font-size: 15px;
  line-height: 1.8;
  padding: 0 50px;
}
.littlemermaidPage .howtouse__content dl:last-child {
  background-image: none;
  padding: 0;
}
.littlemermaidPage .howtouse__content dl:nth-child(1) dd .image {
  background-image: url(/assets/jre/custom/shops/littlemermaid/howtouse1-291ee79438aa7d2a86e438341313e13268b1e934ed314e86c52366d4df6942b2.webp);
}
.littlemermaidPage .howtouse__content dl:nth-child(2) dd .image {
  background-image: url(/assets/jre/custom/shops/littlemermaid/howtouse2-43faa4677d448455aba8878b9ebf40289c3ba5539bed1cf9651c18e37dd33722.webp);
}
.littlemermaidPage .howtouse__content dl:nth-child(3) dd .image {
  background-image: url(/assets/jre/custom/shops/littlemermaid/howtouse3-8279ddef4b8b2dc9a20a1ea142fe421560db9928f894487718758620e9077e8e.webp);
}

.subscriptionFaq.littlemermaid .subscriptionFaq__header h2 {
  color: #B00723;
}
.subscriptionFaq.littlemermaid .subscriptionFaq__content dl dd span.icon {
  background-color: #B00723;
}

@media all and (min-width: 1113px) {
  .littlemermaidPage .subscribeButton a {
    width: 400px;
    padding: 20px 0;
  }
  .littlemermaidPage .subscribeButton a span.text {
    font-size: 20px;
  }
  .littlemermaidPage .availableStores {
    color: #B00723;
    margin-bottom: 25px;
  }
  .littlemermaidPage .availableStores dt {
    margin-bottom: 15px;
  }
  .littlemermaidPage .availableStores dt span {
    font-size: 12px;
    top: -9px;
  }
  .littlemermaidPage .availableStores dd {
    font-size: 16px;
  }
  .littlemermaidPage .availableStores dd ul li {
    font-size: 16px;
  }
  .littlemermaidPage .signboardHeader {
    height: 826px;
    background: #E4DAC9 url(/assets/jre/custom/shops/littlemermaid/bg_signboardHeader-PC-f55133868c725901d5b6b65c0669efc20b54b90208fac9eec99e2ff09b713cbc.webp) no-repeat bottom right/1243px 827px;
    padding: 90px 0 0;
  }
  .littlemermaidPage .signboardHeader__content {
    width: 1285px;
    margin: 0 auto;
  }
  .littlemermaidPage .signboardHeader__content .pageSummary {
    width: 430px;
  }
  .littlemermaidPage .signboardHeader__content .pageSummary .logo {
    margin-bottom: 20px;
  }
  .littlemermaidPage .signboardHeader__content .pageSummary .logo img {
    width: 189.5px;
    margin: 0;
  }
  .littlemermaidPage .signboardHeader__content .pageSummary h1 {
    margin-bottom: 40px;
  }
  .littlemermaidPage .signboardHeader__content .pageSummary h1 img {
    width: 433.5px;
    margin: 0;
  }
  .littlemermaidPage .signboardHeader__content .pageSummary .priceboard {
    margin-bottom: 40px;
  }
  .littlemermaidPage .signboardHeader__content .pageSummary .priceboard img {
    width: 432.5px;
    height: auto;
  }
  .littlemermaidPage .checkPoints {
    padding: 150px 0 180px;
  }
  .littlemermaidPage .checkPoints__content .checkPoint {
    display: flex;
    margin-bottom: 75px;
  }
  .littlemermaidPage .checkPoints__content .checkPoint:last-child {
    margin-bottom: 0;
  }
  .littlemermaidPage .checkPoints__content .checkPoint__summary {
    flex: 1;
    box-sizing: border-box;
    order: 2;
    padding: 0 7% 0 5%;
  }
  .littlemermaidPage .checkPoints__content .checkPoint__summary dl dt {
    font-size: 48px;
  }
  .littlemermaidPage .checkPoints__content .checkPoint__summary dl dt span {
    font-size: 20px;
  }
  .littlemermaidPage .checkPoints__content .checkPoint__summary dl dt em {
    font-size: 70px;
    margin-bottom: 60px;
  }
  .littlemermaidPage .checkPoints__content .checkPoint__summary dl dd {
    font-size: 18px;
    margin-bottom: 0;
  }
  .littlemermaidPage .checkPoints__content .checkPoint__summary dl dd span {
    font-size: 14px;
  }
  .littlemermaidPage .checkPoints__content .checkPoint__image {
    order: 1;
    width: 50%;
    padding-top: 36.35%;
  }
  .littlemermaidPage .checkPoints__content .checkPoint:nth-child(even) .checkPoint__summary {
    order: 1;
    padding: 0 5% 0 7%;
  }
  .littlemermaidPage .checkPoints__content .checkPoint:nth-child(even) .checkPoint__image {
    order: 2;
    margin-left: 0;
  }
  .littlemermaidPage .subscriptionPlan {
    min-width: 1285px;
  }
  .littlemermaidPage .subscriptionPlan__header {
    background-image: url(/assets/jre/custom/shops/littlemermaid/bg_upper-brown-PC-b8569666ae2b75992011f306db35aa703b5b5f1b3f04c88ccb015aa179e676a6.webp);
    padding-top: 7.812%;
  }
  .littlemermaidPage .subscriptionPlan__content .planDetail {
    display: flex;
    width: 1285px;
    margin: 0 auto;
  }
  .littlemermaidPage .subscriptionPlan__content .planDetail__content {
    width: 445px;
  }
  .littlemermaidPage .subscriptionPlan__content .planDetail__content .logo {
    margin-bottom: 30px;
  }
  .littlemermaidPage .subscriptionPlan__content .planDetail__content .logo img {
    width: 186px;
    margin: 0 0 30px;
  }
  .littlemermaidPage .subscriptionPlan__content .planDetail__content .planTitle img {
    width: 444px;
    margin: 0 0 30px;
  }
  .littlemermaidPage .subscriptionPlan__content .planDetail__content p {
    font-size: 17px;
    text-align: left;
    margin-bottom: 30px;
  }
  .littlemermaidPage .subscriptionPlan__content .planDetail__content .priceboard img {
    width: 432px;
    margin: 0 0 40px;
  }
  .littlemermaidPage .subscriptionPlan__content .planDetail__image {
    flex: 1;
    height: auto;
    background-position: 50% 50%;
    background-size: 762.5px auto;
  }
  .littlemermaidPage .howtouse {
    min-width: 1285px;
    padding: 100px 0 170px;
  }
  .littlemermaidPage .howtouse__header {
    margin-bottom: 160px;
  }
  .littlemermaidPage .howtouse__header h2 {
    font-size: 48px;
  }
  .littlemermaidPage .howtouse__header h2 span {
    font-size: 18px;
  }
  .littlemermaidPage .howtouse__content {
    display: flex;
    justify-content: space-between;
    width: 1285px;
    background-image: url(/assets/jre/custom/shops/littlemermaid/bg_howtouse-PC-0db40002446b99f8a2b2db25aea504c23dff5a751b9c81be5ad85a0befb98efc.webp), url(/assets/jre/custom/shops/littlemermaid/bg_howtouse-PC-0db40002446b99f8a2b2db25aea504c23dff5a751b9c81be5ad85a0befb98efc.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: 410px 350px, 850px 350px;
    background-size: 33px 38px, 33px 38px;
    margin: 0 auto;
  }
  .littlemermaidPage .howtouse__content dl {
    width: 400px;
    background: none;
    padding-bottom: 0;
  }
  .littlemermaidPage .howtouse__content dl dt {
    font-size: 31px;
    margin-bottom: 40px;
  }
  .littlemermaidPage .howtouse__content dl dt span {
    font-size: 13px;
  }
  .littlemermaidPage .howtouse__content dl dd .image {
    width: 334px;
    height: 334px;
  }
  .littlemermaidPage .howtouse__content dl dd p {
    font-size: 20px;
    padding: 0;
  }
}
/* ↓ドロワー設定 */
#triggerLM2 {
  display: none;
}
#triggerLM2:checked ~ .drawerMenuLM2 {
  display: block;
  right: 0;
}

.drawerMenuLM2 {
  display: none;
  width: 173px;
  font-size: 14px;
  color: #FFF;
  background-color: #B00723;
  position: absolute;
  top: 0;
  right: -173px;
  z-index: 100;
  transition: all 0.2s ease-in-out;
}
.drawerMenuLM2 label {
  display: block;
  width: 16px;
  height: 16px;
  background: url(/assets/jre/custom/shops/littlemermaid2/bg_menuTriggerClose-eaad205083c5020f9f847045ca5b8ac7029933dc9f2a8cbe4c73d954dfb007a6.webp) no-repeat 50% 50%/cover;
  margin: 20px 20px 20px auto;
}
.drawerMenuLM2 ul li {
  border-bottom: 1px solid #FFF;
}
.drawerMenuLM2 ul li:last-child {
  border-bottom: none;
}
.drawerMenuLM2 ul li a {
  display: block;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  padding: 20px;
}

/* ↑ドロワー設定 */
.buttonsLM2 a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #B00723 url(/assets/jre/custom/shops/littlemermaid2/bg_arrow-right-white-30917d643cce18986102a05e5d7d4650b71104a0141f844e56f73bc0ce2a2f4d.webp) no-repeat center left 20px/10px 16px;
  border-radius: 25px;
  padding: 12px 0;
}

.targetStoresLM2 {
  text-align: center;
  color: #B00723;
  padding: 0 5px;
  margin-top: 5px;
}
.targetStoresLM2 dt {
  height: 2px;
  background-color: #B00723;
  position: relative;
}
.targetStoresLM2 dt span {
  display: block;
  width: 120px;
  font-size: 10px;
  font-weight: bold;
  background-color: #FFF;
  position: absolute;
  top: -6px;
  left: calc(50% - 60px);
}
.targetStoresLM2 dd {
  margin-top: 10px;
}
.targetStoresLM2 dd ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
.targetStoresLM2 dd ul li::after {
  content: "・";
}
.targetStoresLM2 dd ul li:last-child::after {
  content: "";
}

.signBoardLM2 {
  width: 100%;
  height: 730px;
  box-sizing: border-box;
  background: #E4DAC9 url(/assets/jre/custom/shops/littlemermaid2/bg_signBoard-SP-64b177427b55d32769f12ff0403e9c722a050c2926948caf052036361d863211.webp) no-repeat bottom left/contain;
}
.signBoardLM2 .headerWithDrawer {
  display: flex;
  margin-bottom: 30px;
}
.signBoardLM2 .headerWithDrawer__logo {
  flex: 1;
  padding: 20px 0;
}
.signBoardLM2 .headerWithDrawer__logo img {
  display: block;
  width: 140px;
  height: auto;
  margin-left: 20px;
}
.signBoardLM2 .headerWithDrawer__button {
  width: 38px;
}
.signBoardLM2 .headerWithDrawer__button label {
  display: block;
  width: 18px;
  height: 12px;
  background: url(/assets/jre/custom/shops/littlemermaid2/bg_menuTriggerOpen-031682952ba9c7604ba2a0c13c98b52d5c4337e85ed90fbe13f56e27beae09f5.webp) no-repeat 50% 50%/cover;
  margin: 20px 20px 20px auto;
}
.signBoardLM2__content .elements h1, .signBoardLM2__content .elements p {
  font-weight: bold;
  text-align: center;
  color: #B00723;
}
.signBoardLM2__content .elements h1 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.signBoardLM2__content .elements h1 span {
  font-size: 40px;
  font-weight: inherit;
}
.signBoardLM2__content .elements h1 em {
  font-size: 28px;
  font-weight: inherit;
  color: #222;
}
.signBoardLM2__content .elements .price {
  margin-bottom: 30px;
}
.signBoardLM2__content .elements .price img {
  display: block;
  width: 276px;
  height: auto;
  margin: 0 auto;
}
.signBoardLM2__content .elements p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.signBoardLM2__content .elements p span {
  font-size: 20px;
  font-weight: inherit;
}
.signBoardLM2__content .elements .targetStoresLM2 dt span {
  background-color: #E4DAC9;
}
.signBoardLM2__content .elements .buttonsLM2 a {
  max-width: 300px;
  margin: 40px auto 0;
}

.aboutServiceLM2 h2, .howToUseLM2 h2, .aboutFeaturesLM2 h2, .aboutPlansLM2 h2 {
  background: url(/assets/jre/custom/shops/littlemermaid2/bg_headerL2-19e21a67a99c41f8479d3283f4b7596d1b5fa6d18edac2f5441838825e290612.webp) no-repeat top center/25px 26px;
}

.aboutServiceLM2 {
  padding: 40px 0;
}
.aboutServiceLM2 h2, .aboutServiceLM2 h3 {
  font-weight: bold;
}
.aboutServiceLM2__header {
  padding: 0 27px;
}
.aboutServiceLM2__header h2 {
  font-size: 20px;
  color: #B00723;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 10px;
}
.aboutServiceLM2__header p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.aboutServiceLM2__content {
  padding: 27px 0 0;
}
.aboutServiceLM2__content .image {
  width: 100%;
  background: url(/assets/jre/custom/shops/littlemermaid2/bg_aboutService-2a231ed887f17bdd3f7c2459976c2ee9f052c88baf30b9d0880bb4e772797dbd.webp) no-repeat 50% 50%/cover;
  padding-top: 66.66%;
  margin-bottom: 20px;
}
.aboutServiceLM2__content h3, .aboutServiceLM2__content p {
  padding: 0 27px;
}
.aboutServiceLM2__content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.aboutServiceLM2__content h3 br {
  display: none;
}
.aboutServiceLM2__content p {
  font-size: 14px;
}

.howToUseLM2 {
  background-color: #E4DAC9;
  padding: 0 0 40px 0;
}
.howToUseLM2__header {
  margin-bottom: 40px;
}
.howToUseLM2__header .roundUpperDiv {
  background-color: #FFF;
}
.howToUseLM2__header .roundUpperDiv__inner {
  background-color: #E4DAC9;
}
.howToUseLM2__header h2 {
  font-size: 20px;
  font-weight: bold;
  color: #B00723;
  text-align: center;
  line-height: 1.4;
  padding-top: 25px;
}
.howToUseLM2__header h2 span {
  font-size: 10px;
}
.howToUseLM2__content dl {
  background: url(/assets/jre/custom/shops/littlemermaid2/icon_triangle-down-red-eb3119971e93c169f441e269dee528b4beeb00fa236f754f12b11abd044c6f02.webp) no-repeat bottom 50px center/38px 33px;
  padding-bottom: 140px;
}
.howToUseLM2__content dl:last-child {
  background-image: none;
  padding-bottom: 0;
}
.howToUseLM2__content dl:nth-child(1) dd .image {
  background-image: url(/assets/jre/custom/shops/littlemermaid/howtouse1-291ee79438aa7d2a86e438341313e13268b1e934ed314e86c52366d4df6942b2.webp);
}
.howToUseLM2__content dl:nth-child(2) dd .image {
  background-image: url(/assets/jre/custom/shops/littlemermaid/howtouse2-43faa4677d448455aba8878b9ebf40289c3ba5539bed1cf9651c18e37dd33722.webp);
}
.howToUseLM2__content dl:nth-child(3) dd .image {
  background-image: url(/assets/jre/custom/shops/littlemermaid/howtouse3-8279ddef4b8b2dc9a20a1ea142fe421560db9928f894487718758620e9077e8e.webp);
}
.howToUseLM2__content dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #B00723;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
}
.howToUseLM2__content dl dt span {
  font-size: 13px;
}
.howToUseLM2__content dl dt em {
  font-size: 45px;
  font-weight: inherit;
}
.howToUseLM2__content dl dd {
  width: 300px;
  font-size: 15px;
  margin: 0 auto;
}
.howToUseLM2__content dl dd .image {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin: 0 auto 20px;
}

.alternatelyContents.LM2 {
  padding: 40px 0;
}
.alternatelyContents.LM2 .alternatelyContents__header {
  margin-bottom: 40px;
}
.alternatelyContents.LM2 .alternatelyContents__header h2 {
  font-size: 20px;
  font-weight: bold;
  color: #B00723;
  text-align: center;
  background: url(/assets/jre/custom/shops/littlemermaid2/bg_headerL2-19e21a67a99c41f8479d3283f4b7596d1b5fa6d18edac2f5441838825e290612.webp) no-repeat top center/25px 26px;
  padding-top: 25px;
}
.alternatelyContents.LM2 .alternatelyContents__header h2 span {
  font-size: 10px;
}
.alternatelyContents.LM2 .alternatelyContents__content .elements {
  margin-bottom: 50px;
}
.alternatelyContents.LM2 .alternatelyContents__content .elements:nth-child(1) .elements__image {
  background-image: url(/assets/jre/custom/shops/littlemermaid2/bg_alternatelyContents1-ebb147bb38584418898e0e939b21828d682b65e83937f1d5108221929bc03056.webp);
}
.alternatelyContents.LM2 .alternatelyContents__content .elements:nth-child(2) .elements__image {
  background-image: url(/assets/jre/custom/shops/littlemermaid2/bg_alternatelyContents2-88d9e09d1566a87c5064fdb51add5374932baecd02229b013bd7f4b56e50d9d7.webp);
}
.alternatelyContents.LM2 .alternatelyContents__content .elements__summary {
  padding: 0 27px 27px;
}
.alternatelyContents.LM2 .alternatelyContents__content .elements__summary .content h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
.alternatelyContents.LM2 .alternatelyContents__content .elements__summary .content h3 span {
  font-size: 45px;
  font-weight: inherit;
  color: #B00723;
}
.alternatelyContents.LM2 .alternatelyContents__content .elements__summary .content p {
  font-size: 14px;
  margin-bottom: 5px;
}
.alternatelyContents.LM2 .alternatelyContents__content .elements__summary .content p span {
  font-size: 12px;
  color: #B00723;
}

.aboutPlansLM2 {
  background-color: #E4DAC9;
}
.aboutPlansLM2__header .roundUpperDiv {
  background-color: #FFF;
}
.aboutPlansLM2__header .roundUpperDiv__inner {
  background-color: #E4DAC9;
}
.aboutPlansLM2__header h2 {
  font-size: 16px;
  color: #B00723;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 10px;
}
.aboutPlansLM2__header h2 span {
  font-size: 10px;
}
.aboutPlansLM2__header h2 em {
  font-size: 24px;
  font-weight: bold;
}
.aboutPlansLM2__content {
  background: #E4DAC9 url(/assets/jre/custom/shops/littlemermaid2/bg_signBoard-SP-64b177427b55d32769f12ff0403e9c722a050c2926948caf052036361d863211.webp) no-repeat bottom left/375px 299px;
  padding: 0 27px 300px;
}
.aboutPlansLM2__content h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.aboutPlansLM2__content h3 span {
  font-size: 38px;
  font-weight: inherit;
}
.aboutPlansLM2__content .recommendation {
  border: 2px solid #B00723;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}
.aboutPlansLM2__content .recommendation dt {
  font-size: 14px;
  font-weight: bold;
  color: #B00723;
  text-align: center;
}
.aboutPlansLM2__content .recommendation dd ul li {
  font-size: 14px;
  font-weight: bold;
  background: url(/assets/jre/custom/shops/littlemermaid2/bg_icon-check-1011759c8a3485661a16231bc1015d873fb37f022233fe054c8948eb9d658958.webp) no-repeat center left/auto 11px;
  padding-left: 20px;
}
.aboutPlansLM2__content .targetStoresLM2 {
  margin-bottom: 40px;
}
.aboutPlansLM2__content .targetStoresLM2 dt span {
  background-color: #E4DAC9;
}
.aboutPlansLM2__content .price {
  font-size: 20px;
  font-weight: bold;
  color: #B00723;
  text-align: center;
  margin-bottom: 30px;
}
.aboutPlansLM2__content .price img {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.aboutPlansLM2__footer {
  background-color: #FFF;
  padding: 27px 27px 40px;
}
.aboutPlansLM2__footer ul li {
  font-size: 10px;
  margin-bottom: 3px;
}

.aboutFeaturesLM2 {
  padding: 40px 0;
}
.aboutFeaturesLM2__header h2 {
  font-size: 20px;
  color: #B00723;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 10px;
}
.aboutFeaturesLM2__header .image {
  width: 100%;
  background: url(/assets/jre/custom/shops/littlemermaid2/bg_aboutFeatures-d45f1cd0a108376796d101a3675480a64279f67fd2fb2616a247cbb55fc44e04.webp) no-repeat 50% 50%/cover;
  padding-top: 66.66%;
  margin-bottom: 20px;
}
.aboutFeaturesLM2__content {
  padding: 0 27px;
}
.aboutFeaturesLM2__content p {
  font-size: 14px;
  margin-bottom: 10px;
}
.aboutFeaturesLM2__content p em {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #B00723;
  text-align: center;
  margin-top: 20px;
}

@media all and (min-width: 1113px) {
  .signBoardLM2, .aboutServiceLM2, .howToUseLM2, .aboutFeaturesLM2, .aboutPlansLM2, .alternatelyContentsLM2 {
    width: 100%;
    min-width: 1205px;
  }
  .signBoardLM2 {
    width: 100%;
    height: 700px;
    background: #E4DAC9 url(/assets/jre/custom/shops/littlemermaid2/bg_signBoard-PC-f9f87d86fb4282b1451baff3d019c950fb9e7edd893ccb1e420f2702ffcd9083.webp) no-repeat bottom right/929px 618px;
  }
  .signBoardLM2 .headerWithDrawer {
    margin-bottom: 60px;
  }
  .signBoardLM2__content {
    width: 1205px;
    margin: 0 auto;
  }
  .signBoardLM2__content .elements {
    width: 400px;
  }
  .signBoardLM2__content .elements h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .signBoardLM2__content .elements h1 span {
    font-size: 56px;
  }
  .signBoardLM2__content .elements h1 em {
    font-size: 36px;
  }
  .signBoardLM2__content .elements p {
    font-size: 24px;
  }
  .signBoardLM2__content .elements p span {
    font-size: 28px;
  }
  .signBoardLM2__content .elements .price img {
    width: 400px;
  }
  .aboutServiceLM2 h2, .howToUseLM2 h2, .aboutFeaturesLM2 h2, .aboutPlansLM2 h2 {
    font-size: 48px;
    background-size: auto 35px;
  }
  .aboutServiceLM2 h2 span, .howToUseLM2 h2 span, .aboutFeaturesLM2 h2 span, .aboutPlansLM2 h2 span {
    font-size: 14px;
  }
  .aboutServiceLM2 {
    padding: 100px 0;
  }
  .aboutServiceLM2__header, .aboutServiceLM2__content {
    width: 900px;
    margin: 0 auto;
  }
  .aboutServiceLM2__header {
    padding-right: 0;
    padding-left: 0;
  }
  .aboutServiceLM2__header h2 {
    font-size: 48px;
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .aboutServiceLM2__header p {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .aboutServiceLM2__content h3, .aboutServiceLM2__content p {
    padding: 0;
  }
  .aboutServiceLM2__content h3 {
    font-size: 36px;
    text-align: center;
  }
  .aboutServiceLM2__content p {
    font-size: 20px;
  }
  .aboutServiceLM2__content .image {
    margin-bottom: 40px;
  }
  .howToUseLM2 {
    padding-bottom: 100px;
  }
  .howToUseLM2__content {
    display: flex;
    justify-content: space-between;
    width: 1205px;
    background-image: url(/assets/jre/custom/shops/littlemermaid2/icon_triangle-right-red-0db40002446b99f8a2b2db25aea504c23dff5a751b9c81be5ad85a0befb98efc.webp), url(/assets/jre/custom/shops/littlemermaid2/icon_triangle-right-red-0db40002446b99f8a2b2db25aea504c23dff5a751b9c81be5ad85a0befb98efc.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: 370px 330px, 805px 330px;
    background-size: 33px 38px, 33px 38px;
    margin: 0 auto;
  }
  .howToUseLM2__content dl {
    width: 334px;
    background-image: none;
    padding-bottom: 0;
  }
  .howToUseLM2__content dl dt {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .howToUseLM2__content dl dt em {
    font-size: 45px;
  }
  .howToUseLM2__content dl dd {
    width: 100%;
    font-size: 20px;
  }
  .howToUseLM2__content dl dd .image {
    width: 334px;
    height: 334px;
    margin-bottom: 30px;
  }
  .howToUseLM2__content dl dd p {
    width: 100%;
  }
  .aboutPlansLM2 {
    background-color: #E4DAC9;
  }
  .aboutPlansLM2__header .roundUpperDiv {
    background-color: #FFF;
  }
  .aboutPlansLM2__header .roundUpperDiv__inner {
    background-color: #E4DAC9;
  }
  .aboutPlansLM2__header h2 {
    font-size: 24px;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .aboutPlansLM2__header h2 span {
    font-size: 14px;
  }
  .aboutPlansLM2__header h2 em {
    font-size: 48px;
    font-weight: bold;
  }
  .aboutPlansLM2__content {
    background: #E4DAC9 url(/assets/jre/custom/shops/littlemermaid2/bg_signBoard-PC-f9f87d86fb4282b1451baff3d019c950fb9e7edd893ccb1e420f2702ffcd9083.webp) no-repeat bottom right/929px 618px;
  }
  .aboutPlansLM2__content .summaryContent {
    width: 900px;
    margin: 0 auto;
  }
  .aboutPlansLM2__content h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .aboutPlansLM2__content h3 span {
    font-size: 60px;
  }
  .aboutPlansLM2__content .recommendation {
    padding: 20px;
    margin-bottom: 40px;
  }
  .aboutPlansLM2__content .recommendation dt {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .aboutPlansLM2__content .recommendation dd ul li {
    font-size: 20px;
  }
  .aboutPlansLM2__content .targetStoresLM2 {
    margin-bottom: 40px;
  }
  .aboutPlansLM2__content .targetStoresLM2 dt span {
    background-color: #E4DAC9;
  }
  .aboutPlansLM2__content .price {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .aboutPlansLM2__content .price img {
    display: block;
    width: 500px;
    margin: 10px auto 0;
  }
  .aboutPlansLM2__content .buttonsLM2 {
    width: 400px;
    margin: 0 auto;
  }
  .aboutPlansLM2__footer {
    background-color: #FFF;
    padding: 27px 27px 40px;
  }
  .aboutPlansLM2__footer ul {
    width: 900px;
    margin: 0 auto;
  }
  .aboutPlansLM2__footer ul li {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .aboutFeaturesLM2 {
    padding: 100px 0;
  }
  .aboutFeaturesLM2__header, .aboutFeaturesLM2__content {
    width: 900px;
    margin: 0 auto;
  }
  .aboutFeaturesLM2__header h2, .aboutFeaturesLM2__content h2 {
    margin-bottom: 30px;
  }
  .aboutFeaturesLM2__header .image, .aboutFeaturesLM2__content .image {
    margin-bottom: 40px;
  }
  .aboutFeaturesLM2__content p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .aboutFeaturesLM2__content p em {
    font-size: 30px;
    margin-top: 80px;
  }
  .aboutFeaturesLM2__content .buttonsLM2 {
    width: 400px;
    margin: 0 auto;
  }
  .alternatelyContents.LM2 {
    padding: 120px 0 20px;
  }
  .alternatelyContents.LM2 .alternatelyContents__header {
    margin-bottom: 50px;
  }
  .alternatelyContents.LM2 .alternatelyContents__header h2 {
    font-size: 48px;
    background-size: auto 35px;
  }
  .alternatelyContents.LM2 .alternatelyContents__header h2 span {
    font-size: 14px;
  }
  .alternatelyContents.LM2 .alternatelyContents__content .elements {
    margin-bottom: 100px;
  }
  .alternatelyContents.LM2 .alternatelyContents__content .elements:nth-child(1) .elements__image {
    background-image: url(/assets/jre/custom/shops/littlemermaid2/bg_alternatelyContents1-ebb147bb38584418898e0e939b21828d682b65e83937f1d5108221929bc03056.webp);
  }
  .alternatelyContents.LM2 .alternatelyContents__content .elements:nth-child(2) .elements__image {
    background-image: url(/assets/jre/custom/shops/littlemermaid2/bg_alternatelyContents2-88d9e09d1566a87c5064fdb51add5374932baecd02229b013bd7f4b56e50d9d7.webp);
  }
  .alternatelyContents.LM2 .alternatelyContents__content .elements__summary .content h3 {
    font-size: 36px;
    color: #B00723;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .alternatelyContents.LM2 .alternatelyContents__content .elements__summary .content h3 span {
    font-size: 70px;
  }
  .alternatelyContents.LM2 .alternatelyContents__content .elements__summary .content p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .alternatelyContents.LM2 .alternatelyContents__content .elements__summary .content p span {
    font-size: 14px;
  }
  .subscriptionFaq.littlemermaid {
    width: 100%;
    min-width: 1205px;
    background-color: #F9F9F9;
  }
}
.aboutMobileOrder .signBoard {
  background-color: rgba(35, 172, 56, 0.1);
}
.aboutMobileOrder .signBoard__content {
  box-sizing: border-box;
  background: url(/assets/jre/custom/mobile_order/signboard-4d7f0c986ff5c5d90bd13c5270be27cee52981ab7c0d86cc64f21d10d3a57c10.webp) no-repeat bottom 20px right 20px/165px auto;
  height: 360px;
  padding: 40px 20px;
}
.aboutMobileOrder .signBoard__content h1 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.aboutMobileOrder .signBoard__content h1 span {
  font-size: 28px;
  font-weight: bold;
}
.aboutMobileOrder .signBoard__content h1 strong {
  font-weight: bold;
}
.aboutMobileOrder .signBoard__content em {
  display: block;
  height: 2.4em;
  font-size: 16px;
  font-weight: bold;
  color: #23AC38;
  background: url(/assets/jre/custom/mobile_order/attention-c29b646e75135b429093821e72679fe3a8e6f0a03135616393e40dbbda7b987b.webp) no-repeat bottom left/167px 10.5px;
  margin-bottom: 10px;
}
.aboutMobileOrder .signBoard__content a {
  display: block;
  width: 140px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  color: #23AC38;
  text-decoration: none;
  background: #FFF url(/assets/jre/custom/mobile_order/icon_arrow-down-green-632cb1588a5708e3d0c1d8ea184ef7eb7b2a087e885ba4d1cdc9ad110fe47eab.webp) no-repeat center right 15px/12px 7.5px;
  border-radius: 6px;
  padding: 10px 20px 10px 10px;
}
.aboutMobileOrder main h2, .aboutMobileOrder main h3, .aboutMobileOrder main h4 {
  font-weight: bold;
}
.aboutMobileOrder main h3, .aboutMobileOrder main h4 {
  font-size: 14px;
}
.aboutMobileOrder main h3 span, .aboutMobileOrder main h4 span {
  font-weight: inherit;
  color: #23AC38;
}
.aboutMobileOrder main h2 {
  font-size: 20px;
  text-align: center;
}
.aboutMobileOrder main h2 span {
  display: block;
  width: 100px;
  height: 4px;
  background-color: #23AC38;
  margin: 10px auto 0;
}
.aboutMobileOrder main h3 {
  color: #23AC38;
  text-align: center;
}
.aboutMobileOrder main h4 {
  color: #222;
}
.aboutMobileOrder .aboutThis {
  padding: 25px 15px 0;
  margin-bottom: 60px;
}
.aboutMobileOrder .aboutThis__header {
  margin-bottom: 20px;
}
.aboutMobileOrder .aboutThis__content p {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 20px;
}
.aboutMobileOrder .aboutThis__content a {
  display: block;
  max-width: 560px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #23AC38;
  border-radius: 6px;
  padding: 15px 0;
  margin: 0 auto;
}
.aboutMobileOrder .features {
  padding: 0 15px;
  margin-bottom: 60px;
}
.aboutMobileOrder .features__header {
  margin-bottom: 20px;
}
.aboutMobileOrder .features__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutMobileOrder .features__content dl {
  width: 49%;
  box-sizing: border-box;
  color: #222;
  background-color: #EEE;
  border-radius: 8px;
  padding: 20px 10px;
  margin-bottom: 15px;
}
.aboutMobileOrder .features__content dl dt {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.aboutMobileOrder .features__content dl dd {
  font-size: 12px;
}
.aboutMobileOrder .features__content dl dd span {
  display: block;
  width: 110px;
  height: 110px;
  background-color: #F00;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.aboutMobileOrder .features__content dl dd a {
  display: block;
  font-weight: bold;
  color: #23AC38;
  text-decoration: none;
  margin-top: 10px;
}
.aboutMobileOrder .features__content dl:nth-child(1) dd span {
  background: url(/assets/jre/custom/mobile_order/feature1-99135a26b2532762bdd7c6b4233ad832f55edda4518d9db2b9112e50bd07c8e2.webp) no-repeat 50% 50%/cover;
}
.aboutMobileOrder .features__content dl:nth-child(2) dd span {
  background: url(/assets/jre/custom/mobile_order/feature2-7e5634427ab32aa4c1ed9e47dad179646ad8ba1b1de2b67791485a58cad587d6.webp) no-repeat 50% 50%/cover;
}
.aboutMobileOrder .features__content dl:nth-child(3) dd span {
  background: url(/assets/jre/custom/mobile_order/feature3-54203317f2a184f1b415fac756f425d695be4bba01e394837121b2f0bac22bc2.webp) no-repeat 50% 50%/cover;
}
.aboutMobileOrder .features__content dl:nth-child(4) dd span {
  background: url(/assets/jre/custom/mobile_order/feature4-9685166ba381e4184042b36a5fa2e5dd9b301b53ced0a0a6282c0030533cb6a7.webp) no-repeat 50% 50%/cover;
}
.aboutMobileOrder .features__content dl:nth-child(5) dd span {
  background: url(/assets/jre/custom/mobile_order/feature5-cccff96faf64dc2ba0d46cf9471c2396b00d360aaff5dcfbf2aedd4bcb4c7be5.webp) no-repeat 50% 50%/cover;
}
.aboutMobileOrder .availableShopsMobileOrder {
  padding: 0 15px;
  margin-bottom: 60px;
}
.aboutMobileOrder .availableShopsMobileOrder__header {
  margin-bottom: 20px;
}
.aboutMobileOrder .mobileOrderFlow__header {
  margin-bottom: 10px;
}
.aboutMobileOrder .mobileOrderFlow__content {
  margin-bottom: 50px;
}
.aboutMobileOrder .mobileOrderFlow__content ol {
  display: flex;
  justify-content: space-between;
  width: 340px;
  background-image: url(/assets/jre/custom/mobile_order/icon_arrow_right-green-fe173a74827773b16c753b35d3d7b4826341419b6bdedd76a376b4e7cc1ede71.webp), url(/assets/jre/custom/mobile_order/icon_arrow_right-green-fe173a74827773b16c753b35d3d7b4826341419b6bdedd76a376b4e7cc1ede71.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: 106px 35px, 227px 35px;
  background-size: 9px 31.8333333333px, 9px 31.8333333333px;
  margin: 0 auto;
}
.aboutMobileOrder .mobileOrderFlow__content ol li {
  width: 100px;
  font-size: 12px;
  color: #333;
  text-align: center;
}
.aboutMobileOrder .mobileOrderFlow__content ol li span {
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}
.aboutMobileOrder .mobileOrderFlow__content ol li span.flow1 {
  background-image: url(/assets/jre/custom/mobile_order/flow1-895c8fe0c3b8951f7bc289728891db2730db9df6b7449fcabc51ab418bf030d1.webp);
}
.aboutMobileOrder .mobileOrderFlow__content ol li span.flow2 {
  background-image: url(/assets/jre/custom/mobile_order/flow2-0ff0c2e48b27b87e9116aa4d9e55ecfd63f5b147149d8c672b92d492749489f8.webp);
}
.aboutMobileOrder .mobileOrderFlow__content ol li span.flow3 {
  background-image: url(/assets/jre/custom/mobile_order/flow3-aa81c205acceef8ae4a57724923c5fc3afeee6dbd29aa12021eb8de2e575b199.webp);
}
.aboutMobileOrder .mobileOrderFlow__content ol li span.flow4 {
  background-image: url(/assets/jre/custom/mobile_order/flow4-a5bc4a2de832d6a37da294fab4b6bd6bcbc7254be38ca6a0f7b605f488a43ea6.webp);
}
.aboutMobileOrder .mobileOrderFlow__content ol li span.flow5 {
  background-image: url(/assets/jre/custom/mobile_order/flow5-5b3557ea821cf6e3d94f162c5ca537047bf0e2c9c8e78c197d09099b3a7ec154.webp);
}
.aboutMobileOrder .mobileOrderFlow__content ol li span.flow6 {
  background-image: url(/assets/jre/custom/mobile_order/flow6-6bacb59f3194caa9b3eac819676599a647ebe95da9d5b69ae3a2a21ce53e1623.webp);
}
.aboutMobileOrder .mobileOrderShopList__header {
  text-align: center;
  margin-bottom: 10px;
}
.aboutMobileOrder .mobileOrderShopList__content {
  margin-bottom: 50px;
}
.aboutMobileOrder .mobileOrderShopSummary {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 15px;
}
.aboutMobileOrder .mobileOrderShopSummary__icon {
  width: 90px;
  margin-right: 17px;
}
.aboutMobileOrder .mobileOrderShopSummary__icon img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: cover;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.aboutMobileOrder .mobileOrderShopSummary__data {
  flex: 1;
  word-break: break-all;
}
.aboutMobileOrder .mobileOrderShopSummary__data dl dt, .aboutMobileOrder .mobileOrderShopSummary__data dl dd {
  font-weight: bold;
}
.aboutMobileOrder .mobileOrderShopSummary__data dl dt {
  font-size: 12px;
  color: #23AC38;
  margin-bottom: 5px;
}
.aboutMobileOrder .mobileOrderShopSummary__data dl dd {
  font-size: 18px;
  color: #333;
  line-height: 1.2;
}
.aboutMobileOrder .mobileOrderShopSummary__data dl dd span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  margin-top: 15px;
}

.mobileOrderBanner img, .mobileOrderBanner a {
  display: block;
}
.mobileOrderBanner img {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 20px;
}
.mobileOrderBanner a {
  max-width: 560px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
}
.mobileOrderBanner a:nth-of-type(1), .mobileOrderBanner a:nth-of-type(2) {
  text-decoration: none;
  border-radius: 6px;
  padding: 10px;
}
.mobileOrderBanner a:nth-of-type(1) {
  color: #FFF;
  background-color: #23AC38;
}
.mobileOrderBanner a:nth-of-type(2) {
  color: #23AC38;
  background-color: #FFF;
  border: 1px solid #23AC38;
}
.mobileOrderBanner a:nth-of-type(3) {
  margin-top: 40px;
}

@media all and (min-width: 1113px) {
  .aboutMobileOrder .signBoard {
    height: 540px;
  }
  .aboutMobileOrder .signBoard__content {
    width: 1083px;
    height: 100%;
    background: url(/assets/jre/custom/mobile_order/signboard-PC-06d854dcaa26a776299ba1b79b38e700325c4c02bb79b8980539c90a00c8991a.webp) no-repeat center right/379px 481px;
    padding-top: 50px;
    margin: 0 auto;
  }
  .aboutMobileOrder .signBoard__content h1 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 50px;
  }
  .aboutMobileOrder .signBoard__content h1 br:first-child {
    display: none;
  }
  .aboutMobileOrder .signBoard__content h1 strong {
    font-size: 60px;
  }
  .aboutMobileOrder .signBoard__content h1 span {
    font-size: 80px;
  }
  .aboutMobileOrder .signBoard__content h1 span:first-of-type {
    font-size: 30px;
  }
  .aboutMobileOrder .signBoard__content em {
    font-size: 26px;
    background-size: 270px auto;
  }
  .aboutMobileOrder .signBoard__content a {
    width: 400px;
    font-size: 20px;
    padding: 10px 0 10px 35px;
  }
  .aboutMobileOrder .signBoard__content a br {
    display: none;
  }
  .aboutMobileOrder main h2 {
    font-size: 48px;
  }
  .aboutMobileOrder main h2 span {
    width: 300px;
    height: 8px;
  }
  .aboutMobileOrder main h3 {
    font-size: 34px;
  }
  .aboutMobileOrder main h4 {
    font-size: 24px;
  }
  .aboutMobileOrder .aboutThis {
    padding-top: 100px;
    margin-bottom: 100px;
  }
  .aboutMobileOrder .aboutThis__header {
    margin-bottom: 50px;
  }
  .aboutMobileOrder .aboutThis__content p {
    width: 620px;
    font-size: 28px;
    margin: 0 auto 50px;
  }
  .aboutMobileOrder .aboutThis__content a {
    font-size: 26px;
  }
  .aboutMobileOrder .features {
    margin-bottom: 100px;
  }
  .aboutMobileOrder .features__header {
    margin-bottom: 50px;
  }
  .aboutMobileOrder .features__content {
    width: 1083px;
    margin: 0 auto;
  }
  .aboutMobileOrder .features__content dl {
    padding: 40px;
  }
  .aboutMobileOrder .features__content dl dt {
    font-size: 24px;
  }
  .aboutMobileOrder .features__content dl dd {
    font-size: 16px;
  }
  .aboutMobileOrder .features__content dl dd span {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }
  .aboutMobileOrder .availableShopsMobileOrder {
    padding: 0;
  }
  .aboutMobileOrder .availableShopsMobileOrder__header {
    margin-bottom: 50px;
  }
  .aboutMobileOrder .mobileOrderFlow__header {
    margin-bottom: 50px;
  }
  .aboutMobileOrder .mobileOrderFlow__content {
    margin-bottom: 100px;
  }
  .aboutMobileOrder .mobileOrderFlow__content ol {
    width: 1083px;
    background-position: 336px 110px, 727px 110px;
    background-size: 27px 95.5px, 27px 95.5px;
    margin: 0 auto;
  }
  .aboutMobileOrder .mobileOrderFlow__content ol li {
    width: 308px;
    font-size: 24px;
  }
  .aboutMobileOrder .mobileOrderFlow__content ol li span {
    width: 308px;
    height: 308px;
  }
  .aboutMobileOrder .mobileOrderShopList {
    background-color: #F7F7F7;
  }
  .aboutMobileOrder .mobileOrderShopList__header {
    background: #FFF url(/assets/jre/custom/mobile_order/bg_availableShopsMobileOrder-4da286a3b98b384e9c38f29948202725a0564e52be01d3f267129918df22e47f.webp) no-repeat top center/cover;
    padding-top: 60px;
    margin-bottom: 30px;
  }
  .aboutMobileOrder .mobileOrderShopList__content {
    display: flex;
    flex-wrap: wrap;
    width: 1083px;
    min-width: 1083px;
    margin: 0 auto 100px;
  }
  .aboutMobileOrder .mobileOrderShopList__content .mobileOrderShopSummary {
    width: 345px;
    margin: 0 24px 20px 0;
  }
  .aboutMobileOrder .mobileOrderShopList__content .mobileOrderShopSummary:nth-child(3n) {
    margin-right: 0;
  }
  .mobileOrderBanner img {
    margin-bottom: 40px;
  }
  .mobileOrderBanner a {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .mobileOrderBanner a:nth-of-type(1), .mobileOrderBanner a:nth-of-type(2) {
    padding: 15px;
  }
  .mobileOrderBanner a:nth-of-type(2) {
    border-width: 2px;
  }
  .mobileOrderBanner a:nth-of-type(3) {
    font-size: 18px;
  }
  .mob {
    background-color: transparent !important;
  }
}
.pageHeader {
  z-index: 10;
}
.pageHeader.newdays .glovalLink li:nth-child(2) {
  background-color: #C5D306;
}

.shopSignboard.newdays {
  background-image: url(/assets/jre/custom/shops/newdays/bg_shopSignboard-newdays-SP-afdca4c1d79901722dfaa4399c1bdfbdeacce2a253efa2d8a6fa64e093ef0909.webp);
}
.shopSignboard.newdays .shopSignboard__content {
  height: 100vh;
  vertical-align: top;
  position: relative;
  background-color: transparent;
  padding: 0;
}
.shopSignboard.newdays .shopSignboard__content .column {
  padding: 150px 20px 0 20px;
}
.shopSignboard.newdays .shopSignboard__content .column h1, .shopSignboard.newdays .shopSignboard__content .column p {
  text-align: left;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);
}
.shopSignboard.newdays .shopSignboard__content .column a {
  background-color: #C5D306;
  margin-top: 400px;
}

.subscriptionServices.newdays .subscriptionServices__content .subscriptionService__summary h2 {
  background-color: #C5D306;
}
.subscriptionServices.newdays .subscriptionServices__content .subscriptionService__summary h3 span {
  color: #C5D306;
}
.subscriptionServices.newdays .subscriptionServices__content .subscriptionService:nth-child(1) .subscriptionService__image .image {
  background-image: url(/assets/jre/custom/shops/newdays/bg_service-newdays1-b4061ef0aa088965927c796991f8f5d9547d27d400893106b3082942ef87c80e.webp);
}
.subscriptionServices.newdays .subscriptionServices__content .subscriptionService:nth-child(2) .subscriptionService__image .image {
  background-image: url(/assets/jre/custom/shops/newdays/bg_service-newdays2-6c5a79c013d89425f70b988d401f396a92b9c760593f3b1cb62babbe22861020.webp);
}

.subscriptionPlans.newdays .subscriptionPlans__content .subscriptionPlan__image .image.plan1 {
  background-image: url(/assets/jre/custom/shops/newdays/bg_newdays-plan1-3d3ae7887e900268f406b1ff8e2e66cb43f440f13f3070a62f28c659871b09f0.webp);
}
.subscriptionPlans.newdays .subscriptionPlans__content .subscriptionPlan__detail .button a {
  background-color: #C5D306;
}
.subscriptionPlans.newdays .subscriptionPlans__content .subscriptionPlan__detail .target {
  font-size: 14px;
  text-align: center;
  border: 1px solid #CDCDCD;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.subscriptionPlans.newdays .subscriptionPlans__content .subscriptionPlan__detail .target__header {
  font-weight: bold;
}
.subscriptionPlans.newdays .subscriptionPlans__content .subscriptionPlan__detail .target__content dl dt {
  display: inline;
  font-size: 14px;
  font-weight: normal;
}
.subscriptionPlans.newdays .subscriptionPlans__content .subscriptionPlan__detail .target__content dl dd {
  display: inline;
}
.subscriptionPlans.newdays .subscriptionPlans__content .subscriptionPlan__detail .target__content dl dd ul {
  display: inline;
}
.subscriptionPlans.newdays .subscriptionPlans__content .subscriptionPlan__detail .target__content dl dd ul li {
  display: inline;
}
.subscriptionPlans.newdays .subscriptionPlans__content .subscriptionPlan__detail .target__content dl dd ul li::before {
  content: "・";
}
.subscriptionPlans.newdays .subscriptionPlans__content .subscriptionPlan__detail .target__content dl dd ul li:first-child::before {
  content: "（ ";
}
.subscriptionPlans.newdays .subscriptionPlans__content .subscriptionPlan__detail .target__content dl dd ul li:last-child::after {
  content: " ）";
}

.salesPoints.newdays .salesPoints__header h2 span {
  color: #C5D306;
}
.salesPoints.newdays .salesPoints__content .point .point__summary h3 span {
  color: #C5D306;
}
.salesPoints.newdays .salesPoints__content .point:nth-child(1) .point__image .image {
  background-image: url(/assets/jre/custom/shops/newdays/bg_salespoint-newdays1-17c76868ed9e744560f5a711d0888cc2b826fb440965939e41d052ecb8c06ed2.webp);
}
.salesPoints.newdays .salesPoints__content .point:nth-child(2) .point__image .image {
  background-image: url(/assets/jre/custom/shops/newdays/bg_salespoint-newdays2-f4f46e24ade1290deb079c0bde211262ae748bf0cbc99943a26c2020ac9a7ce0.webp);
}

.availableShops.newdays .availableShops__header h2 {
  background-color: #C5D306;
}
.availableShops.newdays .availableShops__header h3 span {
  color: #C5D306;
}
.availableShops.newdays .availableShops__content ul li span.logo {
  background-image: url(/assets/jre/custom/shops/newdays/logo-newdays-3031909cbbf93ac73766daf597e418f0f534e39be2c18a737abd5a6886e4a7a5.webp);
}
.availableShops.newdays .availableShops__footer a {
  color: #C5D306;
}

.howToUse.newdays .howToUse__header {
  background-color: #EFEFEF;
}
.howToUse.newdays .howToUse__header .upper {
  background-image: url(/assets/jre/custom/shops/newdays/bg_howtouse-header-newdays-765f1e4451275d0bb0f41c73e4d0d723aa92a8c32e2bafaa4a5afb13845df16e.webp);
}
.howToUse.newdays .howToUse__header h2 {
  background-color: #C5D306;
}
.howToUse.newdays .howToUse__content {
  background-color: #C5D306;
}
.howToUse.newdays .howToUse__footer {
  background-image: url(/assets/jre/custom/shops/newdays/bg_shopSignboard-newdays-0bb38aec51d1110f3e274af5e9d9b0e1018ba217a7c48b208d090e74dcf969f5.webp);
}
.howToUse.newdays .howToUse__footer .inner a {
  background-color: #C5D306;
}

.subscriptionFaq.newdays .subscriptionFaq__header {
  color: #C5D306;
}
.subscriptionFaq.newdays .subscriptionFaq__content dl dd span.icon {
  background-color: #C5D306;
}

@media all and (min-width: 1113px) {
  .shopSignboard.newdays {
    background-image: url(/assets/jre/custom/shops/newdays/bg_shopSignboard-newdays-0bb38aec51d1110f3e274af5e9d9b0e1018ba217a7c48b208d090e74dcf969f5.webp);
  }
  .shopSignboard.newdays .shopSignboard__content .column {
    width: 1000px;
    min-width: 1000px;
    padding: 280px 0 0;
    margin: 0 auto;
  }
  .shopSignboard.newdays .shopSignboard__content .column a {
    margin-top: 100px;
  }
  .subscriptionPlans.newdays .subscriptionPlan {
    width: 700px;
    padding: 24px 30px 50px;
  }
  .subscriptionPlans.newdays .subscriptionPlan.multi {
    width: 500px;
  }
  .subscriptionPlans.newdays .subscriptionPlan.multi .subscriptionPlan__detail dl dt span {
    font-size: 28px;
  }
  .subscriptionPlans.newdays .subscriptionPlan__detail .target {
    font-size: 16px;
  }
}
.subscriptionSatisfactionLevel {
  text-align: center;
  background-color: #FFF;
  padding: 70px 23px;
}
.subscriptionSatisfactionLevel__header {
  margin-bottom: 30px;
}
.subscriptionSatisfactionLevel__header h2 {
  font-size: 24px;
  font-weight: bold;
}
.subscriptionSatisfactionLevel__content {
  margin-bottom: 20px;
}
.subscriptionSatisfactionLevel__content p {
  font-size: 16px;
  margin-bottom: 20px;
}
.subscriptionSatisfactionLevel__content img {
  display: block;
  width: 100%;
  max-width: 507px;
  margin: 0 auto;
}
.subscriptionSatisfactionLevel__footer p {
  font-size: 12px;
}

.subscriptionUserVoices {
  background-color: #EFEFEF;
  padding: 50px 13px;
}
.subscriptionUserVoices__header {
  margin-bottom: 30px;
}
.subscriptionUserVoices__header h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.subscriptionUserVoices__content {
  max-width: 597px;
  margin: 0 auto;
}
.subscriptionUserVoices__content .subscriptionUserVoice {
  display: flex;
  margin-bottom: 20px;
}
.subscriptionUserVoices__content .subscriptionUserVoice:nth-child(odd) .subscriptionUserVoice__comment {
  order: 1;
}
.subscriptionUserVoices__content .subscriptionUserVoice:nth-child(odd) .subscriptionUserVoice__comment p:after, .subscriptionUserVoices__content .subscriptionUserVoice:nth-child(odd) .subscriptionUserVoice__comment p:before {
  right: 100%;
}
.subscriptionUserVoices__content .subscriptionUserVoice:nth-child(odd) .subscriptionUserVoice__comment p:after {
  border-right-color: #FFF;
}
.subscriptionUserVoices__content .subscriptionUserVoice:nth-child(odd) .subscriptionUserVoice__comment p:before {
  border-right-color: #222;
}
.subscriptionUserVoices__content .subscriptionUserVoice:nth-child(even) .subscriptionUserVoice__user {
  order: 2;
}
.subscriptionUserVoices__content .subscriptionUserVoice:nth-child(even) .subscriptionUserVoice__user .userIcon {
  margin: 0 0 0 auto;
}
.subscriptionUserVoices__content .subscriptionUserVoice:nth-child(even) .subscriptionUserVoice__comment {
  order: 1;
}
.subscriptionUserVoices__content .subscriptionUserVoice:nth-child(even) .subscriptionUserVoice__comment p:after, .subscriptionUserVoices__content .subscriptionUserVoice:nth-child(even) .subscriptionUserVoice__comment p:before {
  left: 100%;
}
.subscriptionUserVoices__content .subscriptionUserVoice:nth-child(even) .subscriptionUserVoice__comment p:after {
  border-left-color: #FFF;
}
.subscriptionUserVoices__content .subscriptionUserVoice:nth-child(even) .subscriptionUserVoice__comment p:before {
  border-left-color: #222;
}
.subscriptionUserVoices__content .subscriptionUserVoice__user {
  width: 90px;
}
.subscriptionUserVoices__content .subscriptionUserVoice__user .userIcon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #DDD;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.subscriptionUserVoices__content .subscriptionUserVoice__user .userIcon.man1 {
  background-image: url(/assets/jre/custom/shops/icon_man1-8a39e9f9793af13d319ee5f9dac27564ef431889ed0be487b6427d0bdee3cd55.webp);
}
.subscriptionUserVoices__content .subscriptionUserVoice__user .userIcon.man2 {
  background-image: url(/assets/jre/custom/shops/icon_man2-3dc106879d3fd604359f67e1fe0d13819aba956f347e94506c4d541756dd85f3.webp);
}
.subscriptionUserVoices__content .subscriptionUserVoice__user .userIcon.woman1 {
  background-image: url(/assets/jre/custom/shops/icon_woman1-d8458c31c11454e16799f61cb03adb85f3f1bdede126a5f29ea9f3ab629c4d57.webp);
}
.subscriptionUserVoices__content .subscriptionUserVoice__user .userIcon.woman2 {
  background-image: url(/assets/jre/custom/shops/icon_woman2-fbed3c5bb11b77f8886c3acc9af8644f8f58d7d2351501f81dec410ff0426caa.webp);
}
.subscriptionUserVoices__content .subscriptionUserVoice__comment {
  flex: 1;
}
.subscriptionUserVoices__content .subscriptionUserVoice__comment p {
  position: relative;
  font-size: 16px;
  background: #FFF;
  border: 2px solid #222;
  border-radius: 5px;
  padding: 10px;
}
.subscriptionUserVoices__content .subscriptionUserVoice__comment p:after, .subscriptionUserVoices__content .subscriptionUserVoice__comment p:before {
  top: 25%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.subscriptionUserVoices__content .subscriptionUserVoice__comment p:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 5px;
  margin-top: -5px;
}
.subscriptionUserVoices__content .subscriptionUserVoice__comment p:before {
  border-color: rgba(34, 34, 34, 0);
  border-width: 8px;
  margin-top: -8px;
}
.subscriptionUserVoices__footer {
  font-size: 12px;
  text-align: center;
}

.scrollToPlans {
  display: block;
  box-sizing: border-box;
  width: 110px;
  height: 110px;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  padding-top: 24px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.scrollToPlans span.icon.clipboardList {
  display: block;
  width: 20px;
  height: 27px;
  margin: 0 auto 5px;
}

.planPriceRenewal {
  background-color: #F9F9F9;
  padding: 80px 18px 50px;
}
.planPriceRenewal__content {
  background-color: #EFEFEF;
  border-radius: 10px;
  padding: 22px;
}
.planPriceRenewal__content h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  background: url(/assets/jre/common/information-mark-406c0fce69ebd6b7af87ccd2f32de9020597aa1b88607a25674a21d40daeaa22.png) no-repeat top center/26px 26px;
  padding-top: 35px;
  margin-bottom: 5px;
}
.planPriceRenewal__content h2 span {
  font-size: 14px;
  font-weight: bold;
}
.planPriceRenewal__content p {
  font-size: 14px;
  text-align: center;
}
.planPriceRenewal__content ul {
  font-size: 14px;
}
.planPriceRenewal__content ul li {
  margin-bottom: 10px;
}
.planPriceRenewal__content ul li a {
  color: inherit;
}
.planPriceRenewal__content .priceTransition {
  font-size: 16px;
  text-align: center;
  background-color: #FFF;
  border-radius: 10px;
  padding: 15px;
  margin: 20px 0;
}
.planPriceRenewal__content .priceTransition dl dt, .planPriceRenewal__content .priceTransition dl dd {
  font-weight: bold;
}
.planPriceRenewal__content .priceTransition dl:first-child {
  background: url(/assets/jre/common/angle-down-green-9a8d504b9c4cfb72c2870e14511b3e690b2308ce19c290ecd2bc0cdbbae266eb.png) no-repeat bottom center/22px 14px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

#drawer {
  display: none;
}
#drawer:checked ~ .pageHeader .localLink {
  display: block;
  right: 0;
}

.pageHeader {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  position: absolute;
}
.pageHeader .logo {
  width: 93px;
  background-color: #FFF;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}
.pageHeader .logo img {
  display: block;
  width: 73px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.pageHeader .localLink {
  display: none;
  width: 174px;
  color: #222;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #FFF;
  border-bottom-left-radius: 20px;
  padding: 18px 10px 40px 30px;
  position: absolute;
  top: 0;
  right: -174px;
}
.pageHeader .localLink li {
  margin-bottom: 20px;
}
.pageHeader .localLink li:nth-child(1) {
  text-align: right;
  margin-bottom: 50px;
}
.pageHeader .localLink li a {
  display: block;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.pageHeader .glovalLink {
  margin: 0 0 0 auto;
}
.pageHeader .glovalLink li {
  display: inline-block;
  color: #FFF;
  margin-left: 10px;
}
.pageHeader .glovalLink li:nth-child(1) img {
  display: block;
  width: 74px;
}
.pageHeader .glovalLink li:nth-child(2) {
  font-size: 10px;
  border-radius: 30px;
  padding: 5px 15px;
  margin-top: 18px;
}
.pageHeader .glovalLink li:nth-child(2) a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.pageHeader .glovalLink li label {
  display: block;
  width: 14px;
  cursor: pointer;
}

.shopSignboard {
  display: table;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.shopSignboard__content {
  display: table-cell;
  height: 100%;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(34, 34, 34, 0.56);
}
.shopSignboard__content h1 {
  font-size: 24px;
  font-weight: bold;
  margin-top: -43px;
  margin-bottom: 20px;
}
.shopSignboard__content P {
  font-size: 15px;
  font-weight: bold;
}
.shopSignboard__content a {
  display: block;
  width: 260px;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  padding: 15px 0;
  margin: 20px auto 0;
}

.subscriptionPlans {
  width: 100%;
  box-sizing: border-box;
  background-color: #F9F9F9;
  padding: 20px 18px;
}
.subscriptionPlans .subscriptionPlan {
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 6px 8px 10px #CDCDCD;
  padding: 21px;
  margin-bottom: 20px;
}
.subscriptionPlans .subscriptionPlan__image {
  margin-bottom: 15px;
}
.subscriptionPlans .subscriptionPlan__image .image {
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
  padding-top: 35.16%;
}
.subscriptionPlans .subscriptionPlan__detail dl dt {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}
.subscriptionPlans .subscriptionPlan__detail dl dt a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #F00;
}
.subscriptionPlans .subscriptionPlan__detail dl dt span {
  font-size: 22px;
  font-weight: bold;
}
.subscriptionPlans .subscriptionPlan__detail dl dt span::before {
  content: "\a";
  white-space: pre;
}
.subscriptionPlans .subscriptionPlan__detail dl dd {
  font-size: 12px;
  margin-bottom: 10px;
}
.subscriptionPlans .subscriptionPlan__detail dl dd span {
  font-size: 10px;
}
.subscriptionPlans .subscriptionPlan__detail .price {
  font-size: 8px;
  text-align: center;
  margin-bottom: 10px;
}
.subscriptionPlans .subscriptionPlan__detail .price__header {
  font-weight: bold;
}
.subscriptionPlans .subscriptionPlan__detail .price__header span {
  font-size: 14px;
  font-weight: bold;
}
.subscriptionPlans .subscriptionPlan__detail .price__content {
  font-weight: bold;
}
.subscriptionPlans .subscriptionPlan__detail .price__content span {
  font-size: 24px;
  font-weight: bold;
}
.subscriptionPlans .subscriptionPlan__detail .button a {
  display: block;
  width: 245px;
  box-sizing: border-box;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  padding: 15px 0;
  margin: 0 auto;
}
.subscriptionPlans .subscriptionPlan__detail .button a span {
  vertical-align: middle;
}
.subscriptionPlans .subscriptionPlan__detail .notice {
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}
.subscriptionPlans__content {
  margin-bottom: 40px;
}
.subscriptionPlans__footer {
  font-size: 12px;
}

.subscriptionFaq {
  background-color: #F9F9F9;
  padding: 80px 18px 50px;
}
.subscriptionFaq__header {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.subscriptionFaq__header h2 {
  font-weight: bold;
}
.subscriptionFaq__content dl {
  border-bottom: 3px dotted #222;
  margin-bottom: 24px;
}
.subscriptionFaq__content dl dt, .subscriptionFaq__content dl dd {
  display: flex;
  word-break: break-all;
  margin-bottom: 20px;
}
.subscriptionFaq__content dl dt span, .subscriptionFaq__content dl dd span {
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
}
.subscriptionFaq__content dl dt span.icon, .subscriptionFaq__content dl dd span.icon {
  width: 48px;
  height: 48px;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  border-radius: 50%;
  padding-top: 7px;
  margin-right: 10px;
}
.subscriptionFaq__content dl dt span.text, .subscriptionFaq__content dl dd span.text {
  flex: 1;
}
.subscriptionFaq__content dl dt span.text a, .subscriptionFaq__content dl dd span.text a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.subscriptionFaq__content dl dt {
  font-size: 18px;
}
.subscriptionFaq__content dl dt span.icon {
  background-color: #CDCDCD;
}
.subscriptionFaq__content dl dd {
  font-size: 14px;
}
.subscriptionFaq__content dl dd span.icon {
  color: #FFF;
}

.howToUse {
  color: #FFF;
}
.howToUse__header .upper {
  width: 100%;
  height: 0;
  background-color: #EFEFEF;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 7.812%;
}
.howToUse__header h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 20px;
}
.howToUse__header h2 span {
  font-size: 10px;
  font-weight: bold;
}
.howToUse__header h2 span::after {
  content: "\a";
  white-space: pre;
}
.howToUse__content ol li {
  width: 250px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 40px;
  margin: 0 auto;
}
.howToUse__content ol li span {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 auto 30px;
}
.howToUse__content ol li:nth-child(1) span {
  background-image: url(/assets/jre/custom/shops/howtouse-flow1-3aedaba1f8a7550bf078d9b5ffddcdf594be2d4e75c40b247afe4c791169a869.webp);
}
.howToUse__content ol li:nth-child(2) span {
  background-image: url(/assets/jre/custom/shops/howtouse-flow2-04f0fdf7a3e673cdfa7909513ae0392122a4efa73f2057f84ac7cd934fcfbf5d.webp);
}
.howToUse__content ol li:nth-child(3) span {
  background-image: url(/assets/jre/custom/shops/howtouse-flow3-46dbcee63195883c9ec43a305bdd3b9d8403e5be7b152e9884bdb2e6658ab4ee.webp);
}
.howToUse__footer {
  display: table;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.howToUse__footer .inner {
  height: 375px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(34, 34, 34, 0.55);
}
.howToUse__footer .inner p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.howToUse__footer .inner p span {
  font-size: 10px;
}
.howToUse__footer .inner a {
  display: block;
  width: 250px;
  box-sizing: border-box;
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  border-radius: 25px;
  padding: 15px 0;
  margin: 0 auto;
}

.howToUseFlow .howToUseFlow__header {
  text-align: center;
}
.howToUseFlow .howToUseFlow__content ol {
  max-width: 300px;
  margin: 0 auto;
}
.howToUseFlow .howToUseFlow__content ol li {
  background: url(/assets/jre/custom/shops/bg_icon-triangle-down-white-cea96a57934a45c41c314d7bdc24e9769f131226bc15eac6fd60bba26d3b9d94.webp) no-repeat bottom center/38px 33px;
  padding-bottom: 58px;
  margin-bottom: 30px;
}
.howToUseFlow .howToUseFlow__content ol li:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.howToUseFlow .howToUseFlow__content ol li span {
  display: block;
}
.howToUseFlow .howToUseFlow__content ol li span.title {
  text-align: center;
}
.howToUseFlow .howToUseFlow__content ol li span.image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #CCC;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin: 0 auto;
}

.subscriptionMerits__header {
  text-align: center;
}
.subscriptionMerits__content .meritContent__image {
  width: 100%;
  padding-top: 72.8%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.availableShops {
  background-color: #F9F9F9;
  padding: 50px 0;
}
.availableShops__header {
  text-align: center;
  margin-bottom: 30px;
}
.availableShops__header h2 {
  width: 110px;
  height: 110px;
  box-sizing: border-box;
  font-size: 10px;
  color: #FFF;
  border-radius: 50%;
  padding-top: 35px;
  margin: 0 auto 25px;
}
.availableShops__header h2 span.icon {
  margin-right: 0;
  margin-bottom: 5px;
}
.availableShops__header h2 span.storeWhite {
  width: 34px;
  height: 27px;
}
.availableShops__header h3 {
  font-size: 20px;
  font-weight: bold;
}
.availableShops__header h3 span {
  font-size: 16px;
  font-weight: bold;
}
.availableShops__content {
  margin-bottom: 30px;
}
.availableShops__content ul {
  padding: 0 14px;
}
.availableShops__content ul li {
  font-size: 18px;
  background-color: #FFF;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  margin-bottom: 15px;
}
.availableShops__content ul li a {
  display: flex;
  box-sizing: border-box;
  color: inherit;
  align-items: center;
  text-decoration: none;
  padding: 25px 17px;
}
.availableShops__content ul li span.logo {
  width: 100px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.availableShops__content ul li span.text {
  padding-left: 35px;
}
.availableShops__content .googleMap {
  width: 100%;
  height: 257px;
  background-color: #CCC;
}
.availableShops__footer {
  text-align: center;
}
.availableShops__footer a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.salesPoints__header {
  text-align: center;
  background-color: #EFEFEF;
  padding-bottom: 30px;
}
.salesPoints__header .upper {
  width: 100%;
  height: 0;
  background-color: #F9F9F9;
  background-image: url(/assets/jre/custom/shops/bg_salespoint-header-bbc9713f9f5c1417b58fad30be7238c3c44e1bde737161427ee49b7dfaf953ff.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 7.812%;
}
.salesPoints__header h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.salesPoints__header h2 span {
  font-size: 14px;
  font-weight: bold;
}
.salesPoints__header h2 span::after {
  content: "\a";
  white-space: pre;
}
.salesPoints__header p {
  font-size: 14px;
}
.salesPoints__content {
  background-color: #EFEFEF;
  padding-bottom: 60px;
}
.salesPoints__content .point__summary {
  padding: 0 14px 0 7.2%;
  margin-bottom: 30px;
}
.salesPoints__content .point__summary h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
.salesPoints__content .point__summary h3 span {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
.salesPoints__content .point__summary h3 span span {
  display: block;
  font-size: 45px;
  margin-bottom: 20px;
}
.salesPoints__content .point__summary h3 span span span {
  display: inline;
  font-size: 13px;
  font-weight: bold;
}
.salesPoints__content .point__summary p {
  font-size: 14px;
}
.salesPoints__content .point__image {
  width: 92.8%;
  margin: 0 0 0 auto;
}
.salesPoints__content .point__image .image {
  width: 100%;
  height: 0;
  padding-top: 72.7%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.salesPoints__content .point.reverse .point__summary {
  padding: 0 7.2% 0 14px;
}
.salesPoints__content .point.reverse .point__image {
  margin: 0 auto 0 0;
}

.subscriptionServices {
  background-color: #F9F9F9;
  padding: 35px 0;
}
.subscriptionServices__content .subscriptionService {
  margin-bottom: 100px;
}
.subscriptionServices__content .subscriptionService:last-child {
  margin-bottom: 0;
}
.subscriptionServices__content .subscriptionService__summary {
  padding: 0 27px;
}
.subscriptionServices__content .subscriptionService__summary h2 {
  width: 110px;
  height: 110px;
  box-sizing: border-box;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  padding-top: 35px;
  margin: 0 auto 30px;
}
.subscriptionServices__content .subscriptionService__summary h2 span.icon {
  margin-right: 0;
  margin-bottom: 5px;
}
.subscriptionServices__content .subscriptionService__summary h2 span.mugSaucer {
  width: 29px;
  height: 22px;
}
.subscriptionServices__content .subscriptionService__summary h2 span.clipboardList {
  width: 20px;
  height: 27px;
}
.subscriptionServices__content .subscriptionService__summary h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.subscriptionServices__content .subscriptionService__summary h3 span {
  font-size: 16px;
  font-weight: bold;
}
.subscriptionServices__content .subscriptionService__summary p {
  font-size: 14px;
  margin-bottom: 30px;
}
.subscriptionServices__content .subscriptionService__summary p span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.subscriptionServices__content .subscriptionService__image {
  width: 92.8%;
  margin: 0 auto 0 0;
}
.subscriptionServices__content .subscriptionService__image .image {
  width: 100%;
  height: 0;
  padding-top: 72.7%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.subscriptionServices__content .subscriptionService.reverse .subscriptionService__image {
  margin: 0 0 0 auto;
}

.subscriptionFeatures__header {
  text-align: center;
  background-color: #EFEFEF;
  padding-bottom: 30px;
}
.subscriptionFeatures__header .upper {
  width: 100%;
  height: 0;
  background-color: #F9F9F9;
  background-image: url(/assets/jre/custom/shops/bg_salespoint-header-bbc9713f9f5c1417b58fad30be7238c3c44e1bde737161427ee49b7dfaf953ff.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 7.812%;
}
.subscriptionFeatures__header h2 {
  font-size: 24px;
  font-weight: bold;
}
.subscriptionFeatures__header h2 span {
  font-size: 14px;
  font-weight: bold;
  color: #C5D306;
}
.subscriptionFeatures__content {
  background-color: #EFEFEF;
  padding: 0 18px;
}
.subscriptionFeatures__content .features .feature {
  padding-bottom: 40px;
}
.subscriptionFeatures__content .features .feature__header {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-align: center;
  background: #C5D306;
  border-radius: 5px;
  padding: 20px 10px;
  position: relative;
  margin-bottom: 30px;
}
.subscriptionFeatures__content .features .feature__header:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-width: 10px;
  margin-left: -10px;
  border-top-color: #C5D306;
  top: 100%;
  left: 50%;
}
.subscriptionFeatures__content .features .feature__header h3 {
  font-weight: bold;
}
.subscriptionFeatures__content .features .feature__header h3 span {
  font-size: 13px;
  vertical-align: middle;
}
.subscriptionFeatures__content .features .feature__content img {
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto 50px;
}
.subscriptionFeatures__content .features .feature__content p {
  font-size: 14px;
}
.subscriptionFeatures__footer {
  background-color: #EFEFEF;
  padding-bottom: 50px;
}
.subscriptionFeatures__footer a {
  display: block;
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #C5D306;
  border-radius: 40px;
  padding: 10px 0;
  margin: 0 auto;
}

.alternatelyContents__content .elements {
  display: flex;
  flex-direction: column;
}
.alternatelyContents__content .elements.leftImage .elements__image {
  margin: 0 auto 0 0;
}
.alternatelyContents__content .elements.leftImage .elements__summary .content {
  margin: 0 0 0 auto;
}
.alternatelyContents__content .elements.rightImage .elements__image {
  margin: 0 0 0 auto;
}
.alternatelyContents__content .elements.rightImage .elements__summary .content {
  margin: 0 auto 0 0;
}
.alternatelyContents__content .elements__image {
  order: 2;
  width: 92.8%;
  height: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding-top: 67.4%;
}
.alternatelyContents__content .elements__summary {
  order: 1;
}

.roundUpperDiv {
  width: 100%;
  height: 0;
  padding-top: 7.8%;
  position: relative;
  overflow: hidden;
}
.roundUpperDiv__inner {
  width: 190%;
  height: 0;
  border-radius: 50%;
  padding-top: 100%;
  position: absolute;
  top: 0;
  left: -45%;
}

@media all and (min-width: 1113px) {
  .subscriptionSatisfactionLevel {
    padding: 120px 0;
  }
  .subscriptionSatisfactionLevel__header {
    margin-bottom: 25px;
  }
  .subscriptionSatisfactionLevel__header h2 {
    font-size: 48px;
  }
  .subscriptionSatisfactionLevel__content {
    margin-bottom: 35px;
  }
  .subscriptionSatisfactionLevel__content p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .subscriptionSatisfactionLevel__footer p {
    font-size: 14px;
  }
  .subscriptionUserVoices {
    padding: 120px 0;
  }
  .subscriptionUserVoices__header {
    margin-bottom: 70px;
  }
  .subscriptionUserVoices__header h2 {
    font-size: 48px;
  }
  .subscriptionUserVoices__content .subscriptionUserVoice {
    margin-bottom: 50px;
  }
  .subscriptionUserVoices__content .subscriptionUserVoice__user {
    width: 140px;
  }
  .subscriptionUserVoices__content .subscriptionUserVoice__user .userIcon {
    width: 120px;
    height: 120px;
  }
  .subscriptionUserVoices__content .subscriptionUserVoice__comment {
    flex: 1;
  }
  .subscriptionUserVoices__content .subscriptionUserVoice__comment p {
    font-size: 24px;
    padding: 20px;
  }
  .subscriptionUserVoices__footer {
    font-size: 14px;
  }
  .scrollToPlans {
    width: 210px;
    height: 210px;
    font-size: 20px;
    padding-top: 48px;
    bottom: 20px;
    right: 20px;
  }
  .scrollToPlans span.icon.clipboardList {
    width: 40px;
    height: 54px;
  }
  .planPriceRenewal {
    padding: 10px 0 50px;
  }
  .planPriceRenewal__content {
    width: 700px;
    box-sizing: border-box;
    padding: 40px 115px;
    margin: 0 auto;
  }
  .planPriceRenewal__content h2 {
    font-size: 25px;
    background: url(/assets/jre/common/information-mark-406c0fce69ebd6b7af87ccd2f32de9020597aa1b88607a25674a21d40daeaa22.png) no-repeat top center/26px 26px;
    padding-top: 35px;
    margin-bottom: 5px;
  }
  .planPriceRenewal__content h2 span {
    font-size: 14px;
    font-weight: bold;
  }
  .planPriceRenewal__content p {
    font-size: 14px;
    text-align: center;
  }
  .planPriceRenewal__content ul {
    font-size: 14px;
  }
  .planPriceRenewal__content ul li {
    margin-bottom: 10px;
  }
  .planPriceRenewal__content .priceTransition {
    font-size: 16px;
    text-align: center;
    background-color: #FFF;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
  }
  .planPriceRenewal__content .priceTransition dl dt, .planPriceRenewal__content .priceTransition dl dd {
    font-weight: bold;
  }
  .planPriceRenewal__content .priceTransition dl:first-child {
    background: url(/assets/jre/common/angle-down-green-9a8d504b9c4cfb72c2870e14511b3e690b2308ce19c290ecd2bc0cdbbae266eb.png) no-repeat bottom center/22px 14px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .pageHeader {
    padding: 0 39px;
  }
  .pageHeader .logo {
    width: 168px;
  }
  .pageHeader .logo img {
    width: 138px;
    bottom: 10px;
    left: 15px;
  }
  .pageHeader .localLink {
    display: block;
    width: auto;
    color: #222;
    background-color: transparent;
    border-bottom-left-radius: 0;
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
  }
  .pageHeader .localLink li {
    display: inline-block;
    margin: 27px 0 0 40px;
  }
  .pageHeader .localLink li:nth-child(1) {
    display: none;
  }
  .pageHeader .localLink li a {
    color: #FFF;
  }
  .pageHeader .glovalLink {
    margin: 0 0 0 auto;
  }
  .pageHeader .glovalLink li {
    margin-left: 40px;
  }
  .pageHeader .glovalLink li:nth-child(1) img {
    width: 206px;
  }
  .pageHeader .glovalLink li:nth-child(2) {
    font-size: 18px;
    padding: 10px 30px;
    margin-top: 18px;
  }
  .pageHeader .glovalLink li:nth-child(2) a {
    color: inherit;
    text-decoration: none;
  }
  .pageHeader .glovalLink li:last-child {
    display: none;
  }
  .shopSignboard {
    height: 826px;
  }
  .shopSignboard__content {
    text-align: left;
    vertical-align: middle;
    padding-left: 16.75%;
  }
  .shopSignboard__content h1 {
    font-size: 54px;
    margin-top: -65px;
    margin-bottom: 60px;
  }
  .shopSignboard__content P {
    font-size: 28px;
  }
  .shopSignboard__content a {
    width: 410px;
    font-size: 20px;
    padding: 20px 0;
    margin: 50px auto 0 0;
  }
  .subscriptionPlans {
    padding: 40px 0;
  }
  .subscriptionPlans__content {
    display: flex;
    justify-content: space-around;
    width: 1039px;
    margin: 0 auto 50px;
  }
  .subscriptionPlans__footer {
    width: 1039px;
    margin: 0 auto;
  }
  .subscriptionFaq {
    background-color: #FFF;
    padding: 150px 0 125px;
  }
  .subscriptionFaq__header {
    font-size: 40px;
  }
  .subscriptionFaq__content {
    width: 900px;
    box-sizing: border-box;
    border: 2px solid #707070;
    border-radius: 20px;
    padding: 60px 100px;
    margin: 0 auto;
  }
  .subscriptionFaq__content dl {
    margin-bottom: 48px;
  }
  .subscriptionFaq__content dl dt, .subscriptionFaq__content dl dd {
    margin-bottom: 28px;
  }
  .subscriptionFaq__content dl dt span.icon, .subscriptionFaq__content dl dd span.icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
    padding-top: 13px;
    margin-right: 20px;
  }
  .subscriptionFaq__content dl dt {
    font-size: 24px;
  }
  .subscriptionFaq__content dl dd {
    font-size: 18px;
  }
  .howToUse__header h2 {
    font-size: 48px;
    padding-bottom: 100px;
  }
  .howToUse__header h2 span {
    font-size: 18px;
  }
  .howToUse__content ol {
    display: flex;
    width: 1184px;
    padding-bottom: 100px;
    margin: 0 auto;
  }
  .howToUse__content ol li {
    width: 333px;
    font-size: 20px;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .howToUse__content ol li span {
    width: 333px;
    height: 333px;
  }
  .howToUse__footer .inner {
    height: 728px;
  }
  .howToUse__footer .inner p {
    font-size: 48px;
    margin-bottom: 140px;
  }
  .howToUse__footer .inner p span {
    font-size: 16px;
  }
  .howToUse__footer .inner a {
    width: 410px;
    font-size: 20px;
    border-radius: 40px;
    padding: 20px 0;
  }
  .howToUseFlow {
    width: 100%;
    min-width: 1205px;
  }
  .howToUseFlow .howToUseFlow__header {
    text-align: center;
  }
  .howToUseFlow .howToUseFlow__content ol {
    display: flex;
    justify-content: space-between;
    width: 1205px;
    max-width: 100%;
    background-image: url(/assets/jre/custom/shops/bg_icon-triangle-right-white-cea5c98aa7f5b431c84e02a1a3078903b092adedc60bab4de794465f192a9407.webp), url(/assets/jre/custom/shops/bg_icon-triangle-right-white-cea5c98aa7f5b431c84e02a1a3078903b092adedc60bab4de794465f192a9407.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: 373px 190px, 807px 190px;
    background-size: 33px 38px, 33px 38px;
    margin: 0 auto;
  }
  .howToUseFlow .howToUseFlow__content ol li {
    width: 334px;
    background: none;
    padding-bottom: 0;
  }
  .howToUseFlow .howToUseFlow__content ol li span.title {
    text-align: center;
  }
  .howToUseFlow .howToUseFlow__content ol li span.image {
    width: 334px;
    height: 334px;
    margin: 0 auto;
  }
  .subscriptionMerits__content {
    display: flex;
    justify-content: space-between;
    width: 1205px;
    margin: 0 auto;
  }
  .subscriptionMerits__content .meritContent {
    width: 375px;
  }
  .availableShops {
    background-color: #F9F9F9;
    padding: 50px 0;
  }
  .availableShops__header {
    text-align: center;
    margin-bottom: 30px;
  }
  .availableShops__header h2 {
    width: 210px;
    height: 210px;
    font-size: 20px;
    padding-top: 70px;
    margin: 0 auto 30px;
  }
  .availableShops__header h2 span.storeWhite {
    width: 56px;
    height: 44px;
  }
  .availableShops__header h3 {
    font-size: 48px;
  }
  .availableShops__header h3 span {
    font-size: 20px;
  }
  .availableShops__content {
    margin-bottom: 80px;
  }
  .availableShops__content ul {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    background-color: #FFF;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 64px 62px 44px;
    margin: 0 auto;
  }
  .availableShops__content ul li {
    width: 345px;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
  }
  .availableShops__content ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .availableShops__content .googleMap {
    width: 93.75%;
    box-sizing: border-box;
    height: 728px;
    margin: 0 auto;
  }
  .availableShops__footer {
    text-align: center;
  }
  .availableShops__footer a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  .salesPoints__header {
    padding-bottom: 90px;
  }
  .salesPoints__header h2 {
    font-size: 54px;
    margin-bottom: 50px;
  }
  .salesPoints__header h2 span {
    font-size: 33px;
  }
  .salesPoints__header p {
    font-size: 20px;
  }
  .salesPoints__content {
    padding-bottom: 20px;
  }
  .salesPoints__content .point {
    display: flex;
    margin-bottom: 100px;
  }
  .salesPoints__content .point__summary {
    width: 500px;
    margin: 0 100px 0 auto;
  }
  .salesPoints__content .point__summary h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  .salesPoints__content .point__summary h3 span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
  .salesPoints__content .point__summary h3 span span {
    display: block;
    font-size: 70px;
    margin-bottom: 60px;
  }
  .salesPoints__content .point__summary h3 span span span {
    font-size: 24px;
  }
  .salesPoints__content .point__summary p {
    max-width: 500px;
    font-size: 18px;
  }
  .salesPoints__content .point__image {
    width: 49.47%;
    margin: 0 0 0 auto;
  }
  .salesPoints__content .point__image .image {
    width: 100%;
    height: 0;
    padding-top: 72.7%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .salesPoints__content .point.reverse .point__summary {
    order: 2;
    padding: 0;
    margin: 0;
  }
  .salesPoints__content .point.reverse .point__image {
    order: 1;
    margin: 0 100px 0 0;
  }
  .subscriptionServices {
    padding: 150px 0 80px;
  }
  .subscriptionServices__content .subscriptionService {
    display: flex;
  }
  .subscriptionServices__content .subscriptionService__summary {
    order: 2;
    width: 500px;
    padding: 0;
  }
  .subscriptionServices__content .subscriptionService__summary h2 {
    width: 210px;
    height: 210px;
    font-size: 20px;
    padding-top: 65px;
    margin: 0 auto 40px 0;
  }
  .subscriptionServices__content .subscriptionService__summary h2 span.mugSaucer {
    width: 58px;
    height: 44px;
  }
  .subscriptionServices__content .subscriptionService__summary h2 span.clipboardList {
    width: 40px;
    height: 54px;
  }
  .subscriptionServices__content .subscriptionService__summary h3 {
    font-size: 48px;
    text-align: left;
    margin-bottom: 40px;
  }
  .subscriptionServices__content .subscriptionService__summary h3 span {
    font-size: 20px;
  }
  .subscriptionServices__content .subscriptionService__summary p {
    max-width: 500px;
    font-size: 17px;
    margin-bottom: 30px;
  }
  .subscriptionServices__content .subscriptionService__summary p span {
    font-size: 14px;
  }
  .subscriptionServices__content .subscriptionService__image {
    order: 1;
    width: 49.47%;
    margin: 0 100px 0 0;
  }
  .subscriptionServices__content .subscriptionService.reverse .subscriptionService__summary {
    order: 1;
    margin-left: auto;
    margin-right: 100px;
  }
  .subscriptionServices__content .subscriptionService.reverse .subscriptionService__image {
    order: 2;
    margin: 0;
  }
  .subscriptionFeatures__header {
    padding-bottom: 80px;
  }
  .subscriptionFeatures__header h2 {
    font-size: 54px;
  }
  .subscriptionFeatures__header h2 span {
    font-size: 33px;
  }
  .subscriptionFeatures__content {
    background-color: #EFEFEF;
    padding: 0 18px;
  }
  .subscriptionFeatures__content .features {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
  }
  .subscriptionFeatures__content .features .feature {
    width: 545px;
    padding-bottom: 40px;
  }
  .subscriptionFeatures__content .features .feature__header {
    font-size: 26px;
    padding: 40px 10px;
    margin-bottom: 50px;
  }
  .subscriptionFeatures__content .features .feature__header h3 span {
    font-size: 15px;
    vertical-align: middle;
  }
  .subscriptionFeatures__content .features .feature__content img {
    width: 400px;
    height: 400px;
    margin-bottom: 30px;
  }
  .subscriptionFeatures__content .features .feature__content p {
    font-size: 18px;
  }
  .subscriptionFeatures__footer {
    padding-bottom: 160px;
  }
  .subscriptionFeatures__footer a {
    max-width: 460px;
    font-size: 20px;
    padding: 24px 0;
  }
  .alternatelyContents__content .elements {
    display: flex;
    width: 100%;
    min-width: 1205px;
    position: relative;
  }
  .alternatelyContents__content .elements__image {
    width: 50%;
    height: 0;
    padding-top: 36.315%;
  }
  .alternatelyContents__content .elements__summary {
    display: flex;
    align-items: center;
    width: 1205px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: calc((100% - 1205px) / 2);
  }
  .alternatelyContents__content .elements__summary .content {
    width: 530px;
  }
}
.stationSignboard {
  display: table;
  width: 100%;
  height: 195px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.stationSignboard.id1294 {
  background-image: url(/assets/jre/custom/station/signboard-id1294-2a215b52bf75c088ea99e10128f2ccc1d7d520ad9241741d9cee2b039c5cbfef.webp);
}
.stationSignboard__content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(34, 34, 34, 0.56);
}
.stationSignboard__content h1 {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  padding: 0 10px;
}
.stationSignboard__content h1 span {
  font-size: 24px;
  font-weight: bold;
}
.stationSignboard__content h1 span::after {
  content: "\a";
  white-space: pre;
}
.stationSignboard__content h1 span em {
  font-size: 34px;
  font-weight: bold;
}

.stationContents {
  background-color: #F9F9F9;
  padding: 50px 0 0;
}
.stationContents__header {
  margin-bottom: 60px;
}
.stationContents__header h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.stationContents__header h2 span {
  font-size: 14px;
  font-weight: bold;
  color: #23AC38;
}
.stationContents__header h2 span::after {
  content: "\a";
  white-space: pre;
}

.stationSubscriptions .stationSubscription {
  padding-bottom: 80px;
}
.stationSubscriptions .stationSubscription__detail {
  padding: 0 28px;
  margin-bottom: 50px;
}
.stationSubscriptions .stationSubscription__detail h3 {
  width: 110px;
  height: 110px;
  box-sizing: border-box;
  font-size: 33px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  text-align: center;
  background-color: #222;
  border-radius: 50%;
  padding-top: 10px;
  margin: 0 auto 10px;
}
.stationSubscriptions .stationSubscription__detail h3 span {
  font-size: 10px;
}
.stationSubscriptions .stationSubscription__detail h3 span::after {
  content: "\a";
  white-space: pre;
}
.stationSubscriptions .stationSubscription__detail dl {
  font-size: 14px;
  color: #222;
}
.stationSubscriptions .stationSubscription__detail dl dt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.stationSubscriptions .stationSubscription__detail dl dt span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #23AC38;
  margin-bottom: 10px;
}
.stationSubscriptions .stationSubscription__detail dl dt span::after {
  content: "\a";
  white-space: pre;
}
.stationSubscriptions .stationSubscription__image {
  padding: 0 28px 0 0;
}
.stationSubscriptions .stationSubscription__image .image {
  width: 100%;
  height: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 72.7%;
  margin: 0 auto 0 0;
}
.stationSubscriptions .stationSubscription__image .image.id1294-1 {
  background-image: url(/assets/jre/custom/station/bg_id1294-1-332c640ff26bcf9931eb5f990d9e94195d1c8153112aedfff2f3aac29cfd0b4d.webp);
}
.stationSubscriptions .stationSubscription__image .image.id1294-2 {
  background-image: url(/assets/jre/custom/station/bg_id1294-2-65c14bf37c7a579542201161399cdc0e56c584b383176d2964ae4158077a4e44.webp);
}
.stationSubscriptions .stationSubscription__image .image.id1294-3 {
  background-image: url(/assets/jre/custom/station/bg_id1294-3-39ad44473d2ee3f93c8790cbdd3653794d46f426218154f3711dd2d2c142a07a.webp);
}
.stationSubscriptions .stationSubscription.reverse .stationSubscription__image {
  padding: 0 0 0 28px;
}

@media all and (min-width: 1113px) {
  .stationSignboard {
    height: 400px;
  }
  .stationSignboard__content h1 {
    font-size: 54px;
    padding: 0 20px;
  }
  .stationSignboard__content h1 span {
    font-size: 54px;
  }
  .stationSignboard__content h1 span em {
    font-size: 75px;
  }
  .stationContents {
    padding: 80px 0 0;
  }
  .stationContents__header {
    margin-bottom: 90px;
  }
  .stationContents__header h2 {
    font-size: 54px;
  }
  .stationContents__header h2 span {
    font-size: 33px;
  }
  .stationSubscriptions .stationSubscription {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 120px;
  }
  .stationSubscriptions .stationSubscription__detail {
    width: 50.53%;
    box-sizing: border-box;
    padding: 0 6% 0 6%;
    margin-bottom: 0;
    order: 2;
  }
  .stationSubscriptions .stationSubscription__detail h3 {
    width: 210px;
    height: 210px;
    font-size: 64px;
    padding-top: 15px;
    margin: 0 auto 30px 0;
  }
  .stationSubscriptions .stationSubscription__detail h3 span {
    font-size: 19px;
  }
  .stationSubscriptions .stationSubscription__detail dl {
    font-size: 30px;
  }
  .stationSubscriptions .stationSubscription__detail dl dt {
    font-size: 48px;
    text-align: left;
    margin-bottom: 40px;
  }
  .stationSubscriptions .stationSubscription__detail dl dt span {
    font-size: 30px;
    font-weight: bold;
    color: #23AC38;
  }
  .stationSubscriptions .stationSubscription__detail dl dt span::after {
    content: "\a";
    white-space: pre;
  }
  .stationSubscriptions .stationSubscription__detail dl dd {
    font-size: 18px;
  }
  .stationSubscriptions .stationSubscription__image {
    width: 49.47%;
    box-sizing: border-box;
    order: 1;
  }
  .stationSubscriptions .stationSubscription.reverse .stationSubscription__detail {
    padding: 0 3% 0 10%;
    order: 1;
  }
  .stationSubscriptions .stationSubscription.reverse .stationSubscription__image {
    order: 2;
  }
}
.planPriceRenewal.tokyo-tonkotsu-base .planPriceRenewal__content h2 {
  background-image: url(/assets/jre/custom/shops/tokyo-tonkotsu-base/information-mark-5323d7ef9cc5df8e398f2465515ebfeff9a191d50188a13a5242c0cce10fd238.png);
}
.planPriceRenewal.tokyo-tonkotsu-base .planPriceRenewal__content .priceTransition dl:first-child {
  background-image: url(/assets/jre/custom/shops/tokyo-tonkotsu-base/angle-down-red-83a6750d7af07258535e8b288affc70d1138b1af3c90c5e6c485e81ba5a03924.png);
}

.scrollToPlans.tokyo-tonkotsu-base {
  background-color: rgba(215, 17, 39, 0.8);
}

.pageHeader.tokyo-tonkotsu-base .logo {
  height: 40px;
  padding-top: 20px;
}
.pageHeader.tokyo-tonkotsu-base .logo img {
  width: 70px;
  height: auto;
  bottom: 0;
  left: 11px;
}
.pageHeader.tokyo-tonkotsu-base .glovalLink li:nth-child(2) {
  background-color: #D71127;
}

.shopSignboard.tokyo-tonkotsu-base {
  background-image: url(/assets/jre/custom/shops/tokyo-tonkotsu-base/bg_shopSignboard-SP-80bfc45d7eee7e3e2625c941c23d293dd597a8fc55733a052ed0a00f1ca93cc0.webp);
}
.shopSignboard.tokyo-tonkotsu-base .shopSignboard__content a {
  font-size: 16px;
  background-color: #D71127;
}

.subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlans__content .subscriptionPlan__image .image.plan1 {
  background-image: url(/assets/jre/custom/shops/tokyo-tonkotsu-base/bg_plan1-1cccea57cff66cd700264e6591ed7a5b73aa89ffa33dca88e22144e4b6d14aa4.webp);
}
.subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlans__content .subscriptionPlan__image .image.plan2 {
  background-image: url(/assets/jre/custom/shops/tokyo-tonkotsu-base/bg_plan2-a053ceb46a319b935c09f80eee3969e2820243ec6d4238c091b05371e96c4da0.webp);
}
.subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlans__content .subscriptionPlan__image .image.plan3 {
  background-image: url(/jre/custom/shops/tokyo-tonkotsu-base/bg_plan3.webp);
}
.subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlans__content .subscriptionPlan__detail dl dt span {
  color: #D71127;
}
.subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlans__content .subscriptionPlan__detail dl dd {
  min-height: 6em;
}
.subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlans__content .subscriptionPlan__detail dl dd span {
  color: #D71127;
}
.subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlans__content .subscriptionPlan__detail .price__content {
  color: #D71127;
}
.subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlans__content .subscriptionPlan__detail .button a {
  background-color: #D71127;
}
.subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlans__content .subscriptionPlan__detail .notice {
  color: #D71127;
}

.subscriptionFaq.tokyo-tonkotsu-base .subscriptionFaq__header {
  color: #D71127;
}
.subscriptionFaq.tokyo-tonkotsu-base .subscriptionFaq__content dl dd span.icon {
  background-color: #D71127;
}

.howToUse.tokyo-tonkotsu-base .howToUse__header {
  background-color: #EFEFEF;
}
.howToUse.tokyo-tonkotsu-base .howToUse__header .upper {
  background-image: url(/assets/jre/custom/shops/tokyo-tonkotsu-base/bg_howtouse-header-0a22370a94dd08a6eb9d46c6f204f02db5f065fae75db478628ddba7f5eb8af8.webp);
}
.howToUse.tokyo-tonkotsu-base .howToUse__header h2 {
  font-size: 28px;
  background-color: #D71127;
}
.howToUse.tokyo-tonkotsu-base .howToUse__header h2 span {
  display: none;
}
.howToUse.tokyo-tonkotsu-base .howToUse__content {
  background-color: #D71127;
  padding-bottom: 50px;
}
.howToUse.tokyo-tonkotsu-base .howToUse__content ol li {
  box-sizing: border-box;
  background: url(/assets/jre/common/icon_triangle-down-white-3b719877d8146ce8a940d6c3cb9fea08f63bae88936b7f36cd77c9d2de9af8fb.png) no-repeat bottom center/38px 33px;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.howToUse.tokyo-tonkotsu-base .howToUse__content ol li:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.howToUse.tokyo-tonkotsu-base .howToUse__content ol li strong.title {
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.howToUse.tokyo-tonkotsu-base .howToUse__content ol li strong.title em {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-weight: bold;
  color: #D71127;
  background-color: #FFF;
  border-radius: 50%;
  margin: 0 0 0 5px;
}
.howToUse.tokyo-tonkotsu-base .howToUse__content ol li p {
  font-size: 15px;
}
.howToUse.tokyo-tonkotsu-base .howToUse__content ol li p em {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.howToUse.tokyo-tonkotsu-base .howToUse__content ol li:nth-child(1) span.icon {
  background-image: url(/assets/jre/custom/shops/tokyo-tonkotsu-base/howtouse-flow1-d82a231c5f72fe6ad2b37c4ebcadb8c1b26a87ffd40fb9602fb903ca9eb7f23b.webp);
}
.howToUse.tokyo-tonkotsu-base .howToUse__content ol li:nth-child(2) span.icon {
  background-image: url(/assets/jre/custom/shops/tokyo-tonkotsu-base/howtouse-flow2-ee92ff1fe03c9886151b70b5e5215b1a6ebe4346a696e2ec957e0391d5575c2f.webp);
}
.howToUse.tokyo-tonkotsu-base .howToUse__content ol li:nth-child(3) span.icon {
  background-image: url(/assets/jre/custom/shops/tokyo-tonkotsu-base/howtouse-flow3-999d7e9f32ec2d35c84f058dc2d9da0e081fb11a58e0bad5b0b07dc9b4411268.webp);
}
.howToUse.tokyo-tonkotsu-base .howToUse__footer {
  background-image: url(/assets/jre/custom/shops/tokyo-tonkotsu-base/bg_howtouse-footer-11d3cf02795f6da4cf36a7489e3127aee5671254562852c57fd43d59ebe49071.webp);
}
.howToUse.tokyo-tonkotsu-base .howToUse__footer .inner a {
  background-color: #D71127;
}

.salesPoints.tokyo-tonkotsu-base .salesPoints__header h2 span {
  color: #D71127;
}
.salesPoints.tokyo-tonkotsu-base .salesPoints__content .point .point__summary h3 span {
  color: #D71127;
}
.salesPoints.tokyo-tonkotsu-base .salesPoints__content .point .point__summary h3 span em {
  font-size: 19px;
  font-weight: bold;
}
.salesPoints.tokyo-tonkotsu-base .salesPoints__content .point:nth-child(1) .point__image .image {
  background-image: url(/assets/jre/custom/shops/tokyo-tonkotsu-base/bg_salespoint1-a47a7ef79723ed2aad511de6b77cabfdc4979e37b56bd79615f9938df5bb8bb1.webp);
}
.salesPoints.tokyo-tonkotsu-base .salesPoints__content .point:nth-child(2) .point__image .image {
  background-image: url(/assets/jre/custom/shops/tokyo-tonkotsu-base/bg_salespoint2-a0e2e91e60f1555eb568829116d1499c90c3530614a3f1b9588d721375b27845.webp);
}
.salesPoints.tokyo-tonkotsu-base .salesPoints__content .point:nth-child(3) .point__image .image {
  background-image: url(/jre/custom/shops/tokyo-tonkotsu-base/bg_salespoint3.webp);
}

.subscriptionServices.tokyo-tonkotsu-base .subscriptionServices__content .subscriptionService__summary h2 {
  background-color: #D71127;
}
.subscriptionServices.tokyo-tonkotsu-base .subscriptionServices__content .subscriptionService__summary h3 span {
  color: #D71127;
}
.subscriptionServices.tokyo-tonkotsu-base .subscriptionServices__content .subscriptionService:nth-child(1) .subscriptionService__image .image {
  background-image: url(/assets/jre/custom/shops/tokyo-tonkotsu-base/bg_service1-f84aefbbe21dee416b22f7ef2d03a16330876130ea7a50b38532bfc15ce63a27.webp);
}
.subscriptionServices.tokyo-tonkotsu-base .subscriptionServices__content .subscriptionService:nth-child(2) .subscriptionService__image .image {
  background-image: url(/assets/jre/custom/shops/tokyo-tonkotsu-base/bg_service2-97195c529dfa8e3156547f6658f805da27bbd1c5758110a6f111c1be88e71c69.webp);
}

.belongToPlan.tokyo-tonkotsu-base {
  background-color: #F9F9F9;
  padding: 50px 15px;
}
.belongToPlan.tokyo-tonkotsu-base .belongToPlan__header {
  text-align: center;
  padding-bottom: 30px;
}
.belongToPlan.tokyo-tonkotsu-base .belongToPlan__header h2 {
  display: block;
  box-sizing: border-box;
  width: 110px;
  height: 110px;
  font-size: 10px;
  color: #FFF;
  background-color: #D71127;
  border-radius: 50%;
  padding-top: 35px;
  margin: 0 auto 20px;
}
.belongToPlan.tokyo-tonkotsu-base .belongToPlan__header h2 span {
  display: block;
  width: 34px;
  height: 27px;
  background: url(/assets/jre/common/stores-a639bf96321960a36f84db2183a1752203906b50af496f87319baef19a6161ff.png) no-repeat 50% 50%/cover;
  margin: 0 auto 5px;
}
.belongToPlan.tokyo-tonkotsu-base .belongToPlan__header h3 {
  font-size: 18px;
  font-weight: bold;
}
.belongToPlan.tokyo-tonkotsu-base .belongToPlan__header h3 span {
  font-size: 16px;
  font-weight: bold;
  color: #D71127;
}
.belongToPlan.tokyo-tonkotsu-base .belongToPlan__content .availableEcuteShops__content .availableEcuteShop {
  display: flex;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  padding: 29px 17px;
  margin-bottom: 20px;
}
.belongToPlan.tokyo-tonkotsu-base .belongToPlan__content .availableEcuteShops__content .availableEcuteShop:last-child {
  margin-bottom: 0;
}
.belongToPlan.tokyo-tonkotsu-base .belongToPlan__content .availableEcuteShops__content .availableEcuteShop__image img {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #DCC;
  margin-right: 20px;
  object-fit: cover;
}
.belongToPlan.tokyo-tonkotsu-base .belongToPlan__content .availableEcuteShops__content .availableEcuteShop__summary p {
  font-size: 18px;
}
.belongToPlan.tokyo-tonkotsu-base .belongToPlan__content .availableEcuteShops__content .availableEcuteShop__summary dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #D71127;
  line-height: 1.2;
  margin-bottom: 10px;
}
.belongToPlan.tokyo-tonkotsu-base .belongToPlan__content .availableEcuteShops__content .availableEcuteShop__summary dl dd {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}
.belongToPlan.tokyo-tonkotsu-base .belongToPlan__content .availableEcuteShops__content .availableEcuteShop__summary dl dd span {
  font-size: 10px;
}
.belongToPlan.tokyo-tonkotsu-base .belongToPlan__content .availableEcuteShops__content .availableEcuteShop__summary dl dd:last-child {
  margin-bottom: 0;
}
.belongToPlan.tokyo-tonkotsu-base .belongToPlan__content .availableEcuteShops__footer a {
  color: #D71127;
}

@media all and (min-width: 1113px) {
  .scrollToPlans {
    width: 210px;
    height: 210px;
    font-size: 20px;
    padding-top: 48px;
    bottom: 20px;
    right: 20px;
  }
  .scrollToPlans span.icon.clipboardList {
    width: 40px;
    height: 54px;
  }
  .pageHeader.tokyo-tonkotsu-base .logo {
    height: 90px;
    padding-top: 50px;
  }
  .pageHeader.tokyo-tonkotsu-base .logo img {
    width: 140px;
    bottom: 15px;
    left: 13px;
  }
  .shopSignboard.tokyo-tonkotsu-base {
    background-image: url(/assets/jre/custom/shops/tokyo-tonkotsu-base/bg_shopSignboard-PC-b2faf3e49a039000e5861cd43c5e5703d9323af207e2d6e48f729d5a4b5cf2dd.webp);
  }
  .subscriptionPlans {
    padding: 40px 0;
  }
  .subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlan {
    width: 500px;
    padding: 23px;
    margin-bottom: 0;
  }
  .subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlan__image {
    margin-bottom: 30px;
  }
  .subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlan__detail dl dt {
    height: 8em;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlan__detail dl dt span {
    display: block;
    font-size: 30px;
    margin-top: -10px;
  }
  .subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlan__detail dl dd {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlan__detail .price {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlan__detail .price__header span {
    font-size: 24px;
  }
  .subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlan__detail .price__content span {
    font-size: 40px;
  }
  .subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlan__detail .button a {
    width: 382px;
    font-size: 20px;
    padding: 25px 0;
  }
  .subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlan__detail .notice {
    text-align: left;
    margin-top: 20px;
  }
  .subscriptionPlans__content {
    display: flex;
    justify-content: space-around;
    width: 1039px;
    margin: 0 auto 50px;
  }
  .subscriptionPlans__footer {
    width: 1039px;
    margin: 0 auto;
  }
  .howToUse.tokyo-tonkotsu-base .howToUse__header h2 {
    font-size: 48px;
  }
  .howToUse.tokyo-tonkotsu-base .howToUse__header h2 span {
    display: block;
  }
  .howToUse.tokyo-tonkotsu-base .howToUse__content ol li {
    background: url(/assets/jre/common/icon_triangle-right-white-cad4ffdd9238e552e050ff3cd660091039a017d6a035ec63bbf9ef9614983552.png) no-repeat top 200px right/33px 38px;
    padding: 0 60px 0 0;
    margin-bottom: 0;
  }
  .howToUse.tokyo-tonkotsu-base .howToUse__content ol li:last-child {
    padding-right: 0;
  }
  .howToUse.tokyo-tonkotsu-base .howToUse__content ol li strong.title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .howToUse.tokyo-tonkotsu-base .howToUse__content ol li strong.title em {
    width: 40px;
    height: 40px;
  }
  .howToUse.tokyo-tonkotsu-base .howToUse__content ol li p {
    font-size: 20px;
  }
  .howToUse.tokyo-tonkotsu-base .howToUse__content ol li p em {
    font-size: 31px;
  }
  .salesPoints.tokyo-tonkotsu-base .salesPoints__content .point .point__summary h3 span {
    color: #D71127;
  }
  .salesPoints.tokyo-tonkotsu-base .salesPoints__content .point .point__summary h3 span em {
    font-size: 30px;
    font-weight: bold;
  }
  .subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlans__content {
    width: 1039px;
  }
  .subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlans__content .subscriptionPlan {
    width: 500px;
  }
  .subscriptionPlans.tokyo-tonkotsu-base .subscriptionPlans__footer {
    width: 1039px;
    text-align: center;
  }
  .belongToPlan.tokyo-tonkotsu-base {
    background-color: #F9F9F9;
    padding: 100px 0;
  }
  .belongToPlan.tokyo-tonkotsu-base .belongToPlan__header {
    padding-bottom: 100px;
  }
  .belongToPlan.tokyo-tonkotsu-base .belongToPlan__header h2 {
    width: 210px;
    height: 210px;
    font-size: 20px;
    padding-top: 65px;
    margin: 0 auto 60px;
  }
  .belongToPlan.tokyo-tonkotsu-base .belongToPlan__header h2 span {
    width: 55px;
    height: 43px;
  }
  .belongToPlan.tokyo-tonkotsu-base .belongToPlan__header h3 {
    font-size: 48px;
  }
  .belongToPlan.tokyo-tonkotsu-base .belongToPlan__header h3 span {
    font-size: 20px;
  }
  .belongToPlan.tokyo-tonkotsu-base .belongToPlan__content {
    width: 1200px;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 5px;
    padding: 63px;
    margin: 0 auto;
  }
  .belongToPlan.tokyo-tonkotsu-base .belongToPlan__content .availableEcuteShops__content {
    display: flex;
    flex-wrap: wrap;
  }
  .belongToPlan.tokyo-tonkotsu-base .belongToPlan__content .availableEcuteShops__content .availableEcuteShop {
    display: flex;
    width: 345px;
    box-sizing: border-box;
    margin-right: 19px;
  }
  .belongToPlan.tokyo-tonkotsu-base .belongToPlan__content .availableEcuteShops__content .availableEcuteShop:nth-of-type(3n) {
    margin-right: 0;
  }
  .belongToPlan.tokyo-tonkotsu-base .belongToPlan__content .availableEcuteShops__content .availableEcuteShop:last-child {
    margin-bottom: 20px;
  }
}
