@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*, ::before, ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000000;
  text-shadow: none;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #d1d1d1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout:none; 
  -webkit-user-select:none;
}

body.fixed {
  position: fixed;
  height: 100vh;
  overflow-y: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 0px;
  font-size: 0rem;
  line-height: Infinity;
  line-height: 1;
}

figure {
  position: relative;
}

.sp figure:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

select {
  padding: 0 1em;
  border: 1px solid #f5769a;
  background: rgba(255, 255, 255, 0.8);
}

a {
  color: #ee1754;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.ib {
  display: inline-block;
}

.red {
  color: #ee1754;
}

.small {
  font-size: .8em;
  font-weight: normal;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
}

ruby {
  position: relative;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  position: absolute;
  top: -1.3em;
  left: auto;
  right: auto;
  width: 100%;
  margin: auto;
  font-family: "A1明朝", "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  text-align: center;
  content: attr(data-ruby);
  white-space: nowrap;
}

rt {
  display: none;
}

.headerWrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner.-innerInside {
  padding-top: 16px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .inner {
    padding: 0 32px;
  }
  .inner.-innerInside {
    padding-top: 36px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1124px) {
  .inner {
    padding: 0 40px;
  }
}

.header {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 39px;
  background: #424242 url(../images/bg_header02.png);
  color: #ffffff;
}

.header__name {
  width: -o-calc(100% - 140px);
  width: calc(100% - 140px);
  overflow: hidden;
  padding: 0 16px 0 16px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
}

.header__name.-top {
  padding: 0;
}

.header__operation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 140px;
  font-size: 0;
}

.header__operation a {
  display: block;
  padding: 0 16px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 3.33333;
  text-align: center;
}

.header__cart {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: block;
  width: 100%;
  /*width: 140px;*/
}

.header__logout, .header__other {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  width: 140px;
}

.header .cart {
  background: #ee1754;
  white-space: nowrap;
}

.header .cart:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 39px;
  margin: 0 8px 0 0;
  background: url(../svg/icon_cart.svg) no-repeat left center;
  background-size: 100% auto;
  vertical-align: middle;
}

.header .logout {
  background: rgba(255, 255, 255, 0.5);
}

.header .logout:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px 0 0;
  background: url(../svg/icon_logout.svg) no-repeat left center;
  background-size: 100% auto;
  vertical-align: middle;
}

.header .other {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.header .ticker {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.header .ticker p {
  display: inline-block;
  white-space: nowrap;
  padding: 4px 100% 4px 0;
  padding-right: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
}

.header .ticker:hover p {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@media screen and (min-width: 576px) {
  .header__name {
    width: -o-calc(100% - 140px);
    width: calc(100% - 140px);
  }
  .header__operation {
    display: block;
    width: 140px;
    text-align: right;
  }
  .header__cart {
    display: inline-block;
    width: 140px;
  }
  .header__logout {
    display: inline-block;
    width: 140px;
  }
  .header__other {
    display: inline-block;
    width: 80px;
    text-align: center;
  }
}

/**
@media screen and (min-width: 768px) {
  .header .ticker {
    padding-left: 0;
    text-align: center;
  }
  .header .ticker p {
    padding: 4px 0 4px 0;
    padding-right: 0;
    -webkit-animation-name: none;
    animation-name: none;
    text-align: center;
  }
}
*/

.kv {
  position: relative;
  overflow: hidden;
}

.footer {
  position: relative;
  margin-top: auto;
  padding: 16px;
  background: #f5f5f5;
}

.footer:after {
  content: "";
  display: table;
  clear: both;
}

.footer__aside {
  float: right;
  margin: 0 0 0 16px;
}

.footer__links {
  padding: 0 0 0 1.5em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.footer .links__item a {
  color: #1c1c1c;
  text-decoration: none;
}

.footer .links__item a:hover {
  color: #ee1754;
}

.footer .copyright {
  width: 100%;
  padding: 12px 0 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .footer__links {
    padding: 0 0 0 0;
  }
  .footer .links__item {
    display: inline-block;
    margin: 0 1.5em 0 0;
  }
  .footer .links__item a {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1124px) {
  .footer {
    padding: 24px;
  }
}

.pageHeader {
  position: relative;
}

.pageHeader__fig {
  height: 0;
  overflow: hidden;
  padding: 0 0 42.666667% 0;
}

.pageHeader__fig img {
  position: absolute;
  left: 50%;
  width: auto;
  height: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pageHeader__ttlWrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: rgba(28, 28, 28, 0.5);
}

.pageHeader__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
  color: #ffffff;
}

.pageHeader .ttl__ja {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  vertical-align: middle;
}

.pageHeader .ttl__ja:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
  background: url(../images/icon_eco_white.png) no-repeat;
  background-size: auto 100%;
  vertical-align: middle;
}

.pageHeader .ttl__en {
  padding: 4px 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .pageHeader__fig {
    position: relative;
    height: 0;
    overflow: hidden;
    padding: 0 0 17.1875% 0;
  }
}

.contentWrap {
  padding: 24px 0 0 0;
}

.content {
  padding: 16px 16px 0 16px;
  background: #ffffff;
}

.contentTtl {
  padding-bottom: 16px;
}

.contentTtl__txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.contentTtl__btn:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-top: solid 2px #1c1c1c;
  border-right: solid 2px #1c1c1c;
  content: "";
  vertical-align: middle;
}

.contentTtl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1c1c1c;
}

.contentTtl a.open .contentTtl__btn:after {
  margin-top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contentTtl a.close .contentTtl__btn:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.contentMain {
  padding: 16px 0;
  border-top: 1px solid #1c1c1c;
}

.contentMain.-open {
  display: block;
}

.contentMain.-close {
  display: none;
}

.contentMain__fig {
  padding: 0 0 16px 0;
  text-align: center;
}

.contentMain__fig img {
  width: 152px;
}

.contentMain__ttl {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.contentMain__txt {
  list-style-type: none;
  margin-bottom: 24px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .content {
    padding: 24px 40px 0 40px;
  }
  .contentTtl {
    padding-bottom: 24px;
  }
  .contentMain {
    padding: 32px 0;
  }
  .contentMain__fig {
    float: left;
    padding: 0 24px 16px 0;
  }
  .contentMain__fig img {
    width: 200px;
  }
}

.oshirase {
  width: 100%;
  overflow: hidden;
  padding: 12px 0;
  text-align: center;
}

.oshirase .inner {
  display: inline-block;
  text-align: center;
}

.oshirase__text {
  display: inline-block;
  color: #ee1754;
  text-align: left;
}

.oshirase a {
  text-decoration: underline;
}

.oshirase a:hover {
  background: #ee1754;
  color: #ffffff;
  text-decoration: none;
}

.topInfo {
  padding: 0 16px 16px 16px;
  background: #f5f5f5;
}

.topInfo__ttl {
  padding: 12px 0 8px 0;
  color: #ee1754;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.topInfo__cont {
  max-width: 740px;
  margin: 0 auto;
}

.topInfo__contTxt {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.showInfoWrap {
  display: none;
  max-width: 320px;
  margin: 0 auto;
  padding: 0 16px;
}

.showInfo {
  display: block;
  border-radius: 32px;
  background: #ee1754 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAgCAYAAAB+ZAqzAAAAgklEQVRYhe3X0QqAIAyF4RlS7/+4erMoCGIu8QjSLs53V4T9oDRKqio9Wkv/gUW2P146gmEohqHChmWtJUBGK1+fqmhRwjM2Ie7hd+4lc81Z+cYwFMNQDEMxDMUwlDcrLTs7Z9mZe6+b9sNdbiRsia+gB88YytvKEP8A3EpUzDAROQEWKg5Hfflx0AAAAABJRU5ErkJggg==) right 24px center no-repeat;
  background-size: 19px 16px;
  padding: 8px 0;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
}

.main__nav {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  padding: 24px 0;
}

.main__nav .navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  list-style-type: none;
  margin: 0 auto;
}

.main__nav .navWrap__item {
  scroll-snap-align: start;
  padding: 0 8px;
}

.main__nav .navWrap a {
  display: block;
  padding: 8px 16px;
  border-radius: 16px;
  background: #e4e4e4;
  color: #1c1c1c;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  white-space: nowrap;
}

.main__nav .navWrap a:hover, .main__nav .navWrap a.current {
  background: #ee1754;
  color: #ffffff;
}

.photoListWrap {
  padding: 0 16px 32px 16px;
}

.photoTtl {
  padding-bottom: 8px;
  color: #ffffff;
}

.photoTtl__categoryM {
  padding: 0 0 0 28px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  font-weight: bold;
  vertical-align: middle;
}

.photoTtl__categoryM:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  margin: 0 8px 0 -28px;
  background: url(../svg/icon_categoryM_white.svg) left center no-repeat;
  background: 100% auto;
  vertical-align: middle;
}

.photoTtl__categoryS {
  padding: 4px 0 0 56px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}

.photoTtl__categoryS:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  margin: 0 8px 0 -28px;
  background: url(../svg/icon_categoryS_white.svg) left center no-repeat;
  background: 100% auto;
  vertical-align: top;
}

.faceBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faceBtns__item {
  overflow: hidden;
  margin: 8px 1%;
  text-align: center;
  color: #ffffff;
}

.faceBtns__item a {
  display: block;
  margin: 0;
  padding: 4px 32px;
  border-radius: 32px;
  background: #ffffff;
  text-align: center;
}

.faceBtns__item label {
  margin: 0 8px 0 0;
  font-weight: bold;
}

.faceBtns__item #imgUpload {
  display: inline;
  margin-top: 8px;
  text-align: center;
}

.switchSize {
  display: none;
}

.photoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.photoList__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 8px 0;
  padding: 8px;
  background: #ffffff;
}

.photoList .item__ttl {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}

.photoList .item__fig {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 0 70.077% 0;
}

.photoList .item__fig img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.photoList .item__action {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  padding-bottom: 4px;
  text-align: center;
}

.photoList .item__action li {
  padding: 4px 0;
  text-align: center;
}

.photoList .item__action a {
  position: relative;
  display: block;
  min-height: 40px;
  border-radius: 40px;
  background: #bbbbbb;
  color: #1c1c1c;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
}

.photoList .item__action a:before {
  position: absolute;
  left: 16px;
  top: 0;
  content: "";
  width: 30px;
  height: 40px;
}

.photoList .item__action a:hover, .photoList .item__action a.current {
  background: #ee1754;
  color: #ffffff;
}

.photoList .item__checkbox {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  padding: 8px 0 4px 0;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.14286;
}

.photoList .item__checkbox input {
  display: inline-block;
  margin: 0 4px 0 0;
  vertical-align: middle;
}

.photoList .item__checkbox span {
  display: inline-block;
  vertical-align: middle;
}

.photoList .item__checkbox .disable {
  opacity: .5;
}

.photoList__item.selected:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 4px solid #ee1754;
}

.photoList__item.selected .item__ttl {
  color: #ee1754;
}

.photoList .action__enlarge {
  display: none;
  width: 100%;
}

.photoList .action__enlarge a:before {
  background: url(../svg/icon_enlarge.svg) center center no-repeat;
  background-size: 100% auto;
}

.photoList .action__keepbox {
  display: inline-block;
  width: 100%;
}

.photoList .action__keepbox a:before {
  background: url(../svg/icon_keepbox.svg) center center no-repeat;
  background-size: 100% auto;
}

.photoList .action__cart {
  display: inline-block;
  width: 100%;
}

.photoList .action__cart a:before {
  background: url(../svg/icon_cart.svg) center center no-repeat;
  background-size: 100% auto;
}

#listWrap .item__fig .faceArea {
  display: block;
  position: absolute;
  z-index: 9;
  max-width: 100px;
  max-height: 100px;
  background: transparent;
}

#listWrap .item__fig .faceArea:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ee1754;
}

.keepboxList {
  padding-top: 16px;
}

.keepboxList__note {
  padding: 0 0 8px;
  color: #ffff33;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  font-weight: bold;
  text-align: center;
}

.keepboxList__hikakubtn {
  display: block;
  width: 60%;
  height: 32px;
  margin: 8px auto 16px;
  padding: 0;
  border-radius: 4px;
  background: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.14286;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.keepboxList__hikakubtn:hover {
  opacity: .8;
}

.keepboxList .action__keepbox {
  display: inline-block;
  width: 100%;
}

.keepboxList .action__keepbox a {
  background: #ee1754;
  color: #ffffff;
}

.keepboxList .action__keepbox a:before {
  background: url(../svg/icon_removekeepbox.svg) center center no-repeat;
  background-size: 100% auto;
}

.keepboxList .action__keepbox a:before {
  background: url(../svg/icon_removekeepbox.svg) center center no-repeat;
  background-size: 100% auto;
}

.item__fig .magnify {
  width: 100%;
  height: 0;
  padding: 0 0 70.077% 0;
}

.sp .switchSize {
  padding: 0 0 0 8px !important;
}

@media screen and (min-width: 576px) {
  .photoList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .photoList__item {
    width: 49%;
    margin: 8px 0;
  }
  .photoList .item__action {
    padding-bottom: 0;
  }
  .photoList .item__action li {
    vertical-align: top;
  }
  .photoList .item__action a {
    background: none;
  }
  .photoList .item__action a:before {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    border-radius: 16px;
    background-color: #bbbbbb;
  }
  .photoList .item__action a span {
    display: block;
    padding: 4px 0 0 0;
    text-align: center;
    font-size: 4.5px;
    font-size: 1.40625vw;
    line-height: 1.55556;
  }
  .photoList .item__action a:hover, .photoList .item__action a.current {
    background: none;
  }
  .photoList .item__action a:hover:before, .photoList .item__action a.current:before {
    background-color: #ee1754;
  }
  .photoList .item__action .action__keepbox a:hover:before, .photoList .item__action .action__keepbox a.current:before {
    background-color: #444444;
  }
  .photoList .item__action a:hover span, .photoList .item__action a.current span {
    color: #1c1c1c;
  }
  .photoList .action__enlarge {
    display: inline-block;
    width: 30%;
    max-width: 120px;
  }
  .photoList .action__enlarge a:before {
    background-size: auto 20px;
  }
  .photoList .action__keepbox {
    width: 30%;
    max-width: 120px;
  }
  .photoList .action__keepbox a:before {
    background-size: auto 20px;
  }
  .photoList .action__cart {
    width: 30%;
    max-width: 120px;
  }
  .photoList .action__cart a:before {
    background-size: auto 20px;
  }
  .keepboxList {
    padding-top: 16px;
  }
  .keepboxList__noteWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .keepboxList__noteWrap .keepboxList__note {
    text-align: left;
  }
  .keepboxList__note {
    padding: 0 24px 8px 0;
    color: #ffff33;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    font-weight: bold;
    text-align: center;
  }
  .keepboxList__hikakubtn {
    display: block;
    width: 120px;
    height: 32px;
    margin: 0;
    font-size: 1.25em;
    font-weight: 800;
  }
  .keepboxList .action__keepbox {
    width: 30%;
    max-width: 120px;
  }
  .keepboxList .action__keepbox a {
    background: none;
    color: #1c1c1c;
  }
  .keepboxList .action__keepbox a:before {
    background: #ee1754 url(../svg/icon_removekeepbox.svg) center center no-repeat;
    background-size: auto 20px;
  }
}

@media screen and (min-width: 768px) {
  .photoList__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .photoList::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
  .photoList__item {
    width: 32%;
  }
  .photoList .item__action a span {
    font-size: 3.5px;
    font-size: 1.09375vw;
    line-height: 1.42857;
  }
  .faceBtns__item #imgUpload {
    margin-top: 0;
  }
}

@media screen and (min-width: 1124px) {
  .switchSize {
    display: block;
    padding: 32px 0 8px 0;
  }
  .switchSize__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style-type: none;
    width: 116px;
  }
  .switchSize__item {
    width: 38px;
  }
  .switchSize__item.-clmn1 {
    display: none;
  }
  .switchSize__item a .on {
    display: none;
  }
  .switchSize__item a:hover, .switchSize__item a.current {
    opacity: 1;
  }
  .switchSize__item a:hover .normal, .switchSize__item a.current .normal {
    display: none;
  }
  .switchSize__item a:hover .on, .switchSize__item a.current .on {
    display: block;
  }
  .photoList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -4px;
    margin-right: -4px;
  }
  .photoList__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .photoList:before {
    display: none;
  }
  .photoList:after {
    display: none;
  }
  .photoList .item__action {
    padding-bottom: 0;
  }
  .photoList .item__action li {
    vertical-align: top;
  }
  .photoList .item__action a {
    min-height: auto;
    background: none;
  }
  .photoList .item__action a:before {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    border-radius: 16px;
    background-color: #bbbbbb;
  }
  .photoList .item__action a span {
    display: none;
  }
  .sizeS .photoList__item {
    width: 197px;
    margin: 4px;
  }
  .sizeM .photoList__item {
    width: 265px;
    margin: 4px;
  }
  .sizeL .photoList__item {
    width: 402px;
    margin: 4px;
  }
  .keepboxList {
    padding-top: 16px;
  }
  .keepboxList .action__keepbox a:before {
    background: #ee1754 url(../svg/icon_removekeepbox.svg) center center no-repeat;
    background-size: auto 20px;
  }
  .faceBtns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .faceBtns__item {
    margin: 8px 16px 8px 0;
  }
}

.sp .switchSize {
  display: block;
  padding: 16px 0 8px 0;
}

.sp .switchSize__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}

.sp .switchSize__item {
  width: 32px;
}

.sp .switchSize__item a .on {
  display: none;
}

.sp .switchSize__item a:hover, .sp .switchSize__item a.current {
  opacity: 1;
}

.sp .switchSize__item a:hover .normal, .sp .switchSize__item a.current .normal {
  display: none;
}

.sp .switchSize__item a:hover .on, .sp .switchSize__item a.current .on {
  display: block;
}

.sp .switchSize__item.-clmn1 {
  display: block;
}

.sp .switchSize__item.-sizeS, .sp .switchSize__item.-sizeM {
  display: none;
}

.sp .photoList .item__action a {
  min-height: 32px;
  padding: 0 0 0 8px;
  border-radius: 32px;
  background: #bbbbbb;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 3.2;
}

.sp .photoList .item__action a:before {
  left: 8px;
  width: 16px;
  height: 32px;
}

.sp .photoList .item__action a:hover, .sp .photoList .item__action a.current {
  background: #ee1754;
  color: #ffffff;
}

.sp .photoList .item__action .action__keepbox a:hover, .sp .photoList .item__action .action__keepbox a.current {
  background: #444444 !important;
  color: #ffffff;
}

.sp .photoList .action__enlarge {
  display: none;
}

.sp .sizeS .photoList__item {
  width: 100%;
  margin: 4px 0;
}

.sp .sizeS .photoList .item__action a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.28571;
}

.sp .sizeL .photoList__item {
  width: 48%;
  margin: 4px 1%;
}

@media (orientation: landscape) {
  .sp .photoList .item__action a {
    min-height: 32px;
    padding: 0 0 0 32px;
    border-radius: 32px;
  }
  .sp .photoList .item__action a span {
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.14286;
    line-height: 32px;
  }
  .sp .photoList .item__action a:before {
    position: absolute;
    left: 8px;
    width: 36px;
    height: 32px;
    background-size: 24px auto;
  }
  .sp .photoList .item__action a:hover, .sp .photoList .item__action a.current {
    background: #ee1754;
    color: #ffffff;
  }
  .sp .photoList .action__keepbox {
    width: 80%;
    max-width: 280px;
  }
  .sp .photoList .action__cart {
    width: 80%;
    max-width: 280px;
  }
}

.modalWrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  overflow: auto;
  background: rgba(119, 119, 119, 0.98);
}

.modalWrap__container {
  position: relative;
  min-height: 100vh;
  padding: 0;
}

.modalWrap__main {
  position: fixed;
  left: 50%;
  z-index: 2010;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.modalWrap__btn {
  padding: 16px;
  margin: 0 auto;
}

.modalWrap__btn a {
  width: 120px;
  margin: 0 auto;
  vertical-align: top !important;
}

.modalWrap__btn a:before {
  content: "×" !important;
  width: auto !important;
  height: auto !important;
  color: #368faf;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.125;
  vertical-align: top !important;
}

.modalWrap .category__nav {
  display: none;
  padding: 0 16px;
}

.modalWrap .category__item {
  margin: 24px 0;
  background: #dddddd;
}

.modalWrap .item__ttl {
  position: relative;
  padding: 4px 8px 4px 36px;
  background: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  vertical-align: middle;
  color: #ee1754;
}

.modalWrap .item__ttl:before {
  position: absolute;
  left: 8px;
  top: 8px;
  content: "";
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 0;
  background: url(../svg/icon_categoryM.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}

.modalWrap .item__links {
  padding: 8px;
}

.modalWrap .item__link {
  list-style-type: none;
  display: block;
  padding: 4px 8px;
}

.modalWrap .item__link a {
  display: block;
  position: relative;
  padding: 0 0 0 24px;
  color: #1c1c1c;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.modalWrap .item__link a:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 18px;
  height: 15px;
  overflow: hidden;
  margin: 0 8px 0 0;
  background: url(../svg/icon_categoryS.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.modalWrap .item__link a.current {
  color: #ee1754;
}

.modalWrap .item__link a:hover {
  color: #ee1754;
}

.modalWrap .item__link a:hover:before {
  background: url(../svg/icon_categoryS_on.svg) no-repeat;
  background-size: 100% auto;
}

.modalWrap .note2 {
  padding: 16px;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
}

.modalWrap .clmn1 {
  display: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.modalWrap .modalHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modalWrap .ttlWrap {
  display: inline-block;
}

.modalWrap .ttlWrap .item__ttl {
  background: transparent;
  color: #ffffff;
  text-align: left;
}

.modalWrap .ttlWrap .item__ttl:before {
  background: url(../svg/icon_categoryM_white.svg) no-repeat;
  background-size: 100% auto;
}

.modalWrap .ttlWrap .photoTtl__categoryS {
  color: #ffffff;
  text-align: left;
}

.modalWrap .slidebar {
  width: 90%;
  margin: 0 auto;
}

.modalWrap .slidebar__note {
  padding: 16px 0 8px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  text-align: center;
}

.modalWrap .slidebar__item {
  position: relative;
  width: 110px;
  margin: 0 auto;
  height: 24px;
}

.modalWrap .slidebar__minus {
  position: absolute;
  left: -60px;
  top: 4px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: bold;
  vertical-align: middle;
}

.modalWrap .slidebar__minus img {
  width: 16px;
  height: auto;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

.modalWrap .slidebar__plus {
  position: absolute;
  right: -60px;
  top: 4px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: bold;
  vertical-align: middle;
}

.modalWrap .slidebar__plus img {
  width: 16px;
  height: auto;
  margin: 0 4px 0 0;
  vertical-align: middle;
}

.modalWrap .slidebar__slider {
  -webkit-appearance: none;
  width: 100%;
}

.modalWrap .slidebar__slider:focus {
  outline: none;
}

.modalWrap .slidebar__slider:focus::-webkit-slider-runnable-track {
  background: #1c1c1c;
}

.modalWrap .slidebar__slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #1c1c1c;
  cursor: pointer;
}

.modalWrap .slidebar__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #ee1754;
  cursor: pointer;
}

.modalWrap .slidebar__slider::-moz-range-track {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #1c1c1c;
  cursor: pointer;
}

.modalWrap .slidebar__slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  margin-top: -8px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #ee1754;
  cursor: pointer;
}

.modalWrap .slidebar__slider::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  border-radius: 2px;
  background: #1c1c1c;
  border-color: transparent;
  border-width: 0;
  color: transparent;
}

@supports (-ms-ime-align: auto) {
  .modalWrap input[type=range]::-webkit-slider-thumb {
    margin-top: 0 !important;
  }
}

.modalWrap .figWrap {
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  padding: 0 24px;
  text-align: center;
}

.modalWrap .figWrap img {
  width: auto;
  height: 100%;
}

.modalWrap .item__fig {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.modalWrap .item__fig:after {
  display: none;
}

.modalWrap .item__fig figcaption {
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
}

.modalWrap .item__fig figcaption .caption__number {
  display: block;
  padding: 8px 0;
}

.modalWrap .item__fig figcaption .caption__price {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  font-weight: normal;
}

.modalWrap .item__fig .faceArea {
  display: block;
  position: absolute;
  z-index: 9;
  left: 38%;
  top: 15%;
  width: 20%;
  height: 30%;
  max-width: 100px;
  max-height: 100px;
  border: 4px solid #ee1754;
  background: transparent;
}

.modalWrap .item__fig .faceArea span {
  display: none;
  position: relative;
  top: 30%;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  font-weight: bold;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.modalWrap .item__fig .faceArea:hover {
  background: rgba(238, 23, 84, 0.3);
}

.modalWrap .item__fig .faceArea:hover span {
  display: inline;
}

.modalWrap .item__frame {
  position: relative;
  height: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin: 0 auto;
}

.modalWrap .item__prices {
  width: 184px;
  margin-top: -48px;
  padding: 0 0 0 0;
}

.modalWrap .item__prices ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.modalWrap .prices__item {
  list-style-type: none;
  width: 140px;
  margin: 2px;
  padding: 4px 8px;
  background: #4d4d4d;
  color: #ffffff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.27273;
  font-weight: bold;
}

.modalWrap .item__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  padding: 0 0 16px 0;
  text-align: center;
}

.modalWrap .item__action li {
  display: block;
  width: 31.333333%;
  max-width: 240px;
  margin: 0 1%;
  padding: 4px 0;
  text-align: center;
}

.modalWrap .item__action a {
  position: relative;
  display: block;
  padding: 0 4px 8px;
  border-radius: 8px;
  background: #bbbbbb;
  color: #1c1c1c;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.27273;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.modalWrap .item__action a:before {
  content: "";
  display: block;
  width: 30px;
  height: 32px;
  margin: 0 auto;
}

.modalWrap .item__action a:hover, .modalWrap .item__action a.current {
  background: #ee1754;
  color: #ffffff;
}

.modalWrap .item__action .action__keepbox a:hover, .modalWrap .item__action .action__keepbox a.current {
  background: #444444;
  color: #ffffff;
}

.modalWrap .action__keepbox {
  max-width: 480px;
}

.modalWrap .action__keepbox a:before {
  background: url(../svg/icon_keepbox.svg) center center no-repeat;
  background-size: auto 20px;
}

.modalWrap .action__keepbox.-remove a:before {
  background: url(../svg/icon_removekeepbox.svg) center center no-repeat;
  background-size: auto 20px;
}

.modalWrap .action__cart {
  max-width: 480px;
}

.modalWrap .action__cart a:before {
  background: url(../svg/icon_cart.svg) center center no-repeat;
  background-size: auto 20px;
}

.modalWrap .action__face {
  max-width: 480px;
}

.modalWrap .action__face a:before {
  background: url(../svg/icon_face.svg) center center no-repeat;
  background-size: auto 20px;
}

.modalWrap .picTxt {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.modalWrap .reissue {
  background: #ffffff;
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 16px;
}

.modalWrap .reissue__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}

.modalWrap .reissue .dropbox__btns {
  padding: 36px 0 0 0 !important;
}

.modalWrap .prevnext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 16px 0;
}

.modalWrap .prevnext__btn {
  width: 72px;
  height: 36px;
}

.modalWrap .prevnext__btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 0 0 0 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.57143;
}

.modalWrap .prevnext__btn a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
}

.modalWrap .prevnext__btn a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-top: solid 2px #1c1c1c;
  border-right: solid 2px #1c1c1c;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
  margin-left: -22px;
}

.modalWrap .prevnext__btn.-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.modalWrap .prevnext__btn.-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.modalWrap .prevnext__btn.-next a {
  padding: 0 40px 0 0;
}

.modalWrap .prevnext__btn.-next a:before {
  left: auto;
  right: 0;
}

.modalWrap .prevnext__btn.-next a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-top: solid 2px #1c1c1c;
  border-right: solid 2px #1c1c1c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  margin-left: 6px;
}

.modalWrap .prevnext__number {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 4em;
  color: #ffffff;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.125;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modalWrap .item__action a {
    padding: 0 0 0 24px;
    border-radius: 32px;
    background: #bbbbbb;
    color: #1c1c1c;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2.66667;
  }
  .modalWrap .item__action a:before {
    position: absolute;
    left: 8px;
    top: 0;
    content: "";
    display: block;
    width: 30px;
    height: 32px;
    margin: 0 auto;
  }
  .modalWrap .item__action a:hover, .modalWrap .item__action a.current {
    background: #ee1754;
    color: #ffffff;
  }
  .modalWrap .uiWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modalWrap .uiWrap__prevnext {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 300px;
    padding: 0 0 0 24px;
  }
  .modalWrap .uiWrap__slidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 240px;
    margin: 0;
  }
  .modalWrap .uiWrap .slidebar__note {
    padding: 0 0 8px;
  }
  .modalWrap .item__frame .figWrap__btn {
    left: -32px;
    width: 64px;
    height: 64px;
    margin-top: -32px;
  }
  .modalWrap .item__frame .figWrap__btn a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    width: 24px;
    height: 24px;
    margin-top: -10px;
    border-top: solid 4px #1c1c1c;
    border-right: solid 4px #1c1c1c;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    content: "";
    margin-left: -8px;
  }
  .modalWrap .item__frame .figWrap__btn.-next {
    right: -32px;
  }
  .modalWrap .item__frame .figWrap__btn.-next a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    width: 24px;
    height: 24px;
    margin-top: -10px;
    border-top: solid 4px #1c1c1c;
    border-right: solid 4px #1c1c1c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    margin-left: -16px;
  }
}

@media screen and (min-width: 1124px) {
  .modalWrap__btn.btnTop {
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 0;
    margin: 0;
  }
  .modalWrap__btn.btnTop a {
    width: 120px;
    margin: 0 auto;
    vertical-align: top !important;
  }
  .modalWrap__btn.btnTop a:before {
    content: "×" !important;
    width: auto !important;
    height: auto !important;
    color: #368faf;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.125;
    vertical-align: top !important;
  }
  .modalWrap .modalHeader {
    padding: 16px 0 0 0;
  }
  .modalWrap .item__prices {
    position: absolute;
    left: 8px;
    top: 16px;
    width: 288px;
    margin-top: 0;
  }
  .modalWrap .price {
    padding-top: 16px;
  }
}

.btnPttn2 a {
  display: block;
  padding: 0 12px 0 12px;
  border-radius: 40px;
  border: 1px solid #368faf;
  background: #ffffff;
  color: #368faf;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

.btnPttn2 a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.btnPagetop {
  display: none;
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
}

#list.sp .btnPagetop, #face.sp .btnPagetop {
  bottom: 80px;
}

@media screen and (min-width: 768px) {
  .sectionInside {
    padding: 24px 40px;
  }
}

.otherContWrap {
  padding: 32px 16px;
}

.topicPass {
  list-style-type: none;
  max-width: 960px;
  margin: 0 auto;
  padding: 8px;
  background: #777777;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.15385;
}

.topicPass li {
  display: inline-block;
  padding: 0 8px 0 0;
  color: #ffffff;
  font-weight: bold;
}

.topicPass li a {
  position: relative;
  color: #ffffff;
  font-weight: normal;
  vertical-align: middle;
}

.topicPass li a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  right: auto;
  margin: -4px 0 0 4px;
  vertical-align: middle;
}

.otherCont {
  max-width: 960px;
  margin: 0 auto;
  padding: 16px;
  background: #ffffff;
}

.otherCont.-mypage {
  background: none;
}

.otherCont.-reissue {
  max-width: 480px;
  padding: 32px 16px 16px;
  border-radius: 16px;
}

.otherCont__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.otherCont__ttl.-center {
  text-align: center;
}

.otherCont__wrap {
  padding: 16px 0;
}

.otherCont__tbl {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.otherCont__tbl th, .otherCont__tbl td {
  display: block;
  padding: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.otherCont__tbl th {
  background: rgba(136, 136, 136, 0.2);
}

.otherCont__subttl {
  padding: 0 0 8px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}

.otherCont__lead {
  max-width: 720px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.otherCont__lead.-center {
  text-align: center;
}

.otherCont__main {
  max-width: 720px;
  margin: 0 auto;
  padding: 8px 0;
}

.otherCont .privacyTxt {
  padding: 32px 0 32px 1.5em;
}

.otherCont .privacyTxt li {
  margin: 16px 0;
}

.otherCont .signature {
  text-align: right;
}

.otherCont .kiyaku {
  padding: 24px 0 16px 1em;
}

.otherCont .kiyaku h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}

.otherCont .kiyaku > li {
  padding: 16px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.otherCont .kiyaku .lv2 {
  padding: 8px 0 0 1em;
}

.otherCont .main__notes {
  padding: 16px;
  background: #e4e4e4;
}

.otherCont .main__notes a {
  text-decoration: underline;
}

.faceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.faceList figure {
  width: 33.3333%;
  padding: 4px;
  text-align: center;
}

.faceList figure figcaption {
  padding: 4px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  font-weight: bold;
}

.faceList .figInner {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0 0 100% 0;
  background: #f5f5f5;
}

.faceList .figInner img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btnStartFaceSearch {
  padding: 16px 0 32px;
}

.btnStartFaceSearch a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 280px;
  min-height: 40px;
  margin: 0 auto;
  padding: 0 0 0 24px;
  border-radius: 40px;
  background: #bbbbbb;
  color: #1c1c1c;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.85714;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.btnStartFaceSearch a:before {
  position: absolute;
  left: 16px;
  top: 0;
  content: "";
  width: 30px;
  height: 40px;
  background: url(../svg/icon_face.svg) center center no-repeat;
  background-size: auto 20px;
}

.btnStartFaceSearch a:hover, .btnStartFaceSearch a.current {
  background: #ee1754;
  color: #ffffff;
}

.otherButtons {
  padding: 32px 0;
  border-top: 4px solid #d1d1d1;
}

.otherButtons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}

.otherButtons ul li {
  width: 100%;
  max-width: 320px;
}

.otherButtons ul li a {
  display: block;
  margin: 8px;
  padding: 4px;
  border-radius: 32px;
  border: 1px solid #bbbbbb;
  color: #1c1c1c;
  text-align: center;
}

.otherButtons ul li a:hover {
  background: #bbbbbb;
}

.otherButtons .uploader {
  padding: 16px 0 0 0;
  text-align: center;
}

.otherButtons .uploader label {
  margin: 0 8px 0 0;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .otherCont__tbl {
    border-top: 2px solid #888888;
    border-bottom: 2px solid #888888;
    text-align: left;
  }
  .otherCont__tbl th, .otherCont__tbl td {
    display: table-cell;
    padding: 16px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    vertical-align: top;
  }
  .otherCont__tbl th {
    width: 200px;
    border-bottom: 1px solid #ffffff;
  }
  .otherCont__tbl td {
    border-bottom: 1px solid rgba(136, 136, 136, 0.3);
  }
  .faceList figure {
    width: 16.666666%;
  }
}

.helpmain__section {
  padding: 24px 0 8px 0;
}

.helpmain .helpsection__ttl {
  padding: 8px 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.helpmain .helpsection__ttl.-em {
  color: #ee1754;
}

.helpmain .helpsection__txt {
  padding: 8px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

.helpmain .helpsection__column {
  padding: 8px 16px;
  background: #f5f5f5;
}

.helpmain .helpsection__column .em {
  color: #ee1754;
}

.helpmain .column__ttl {
  padding: 8px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.helpmain .column__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 0;
}

.helpmain .column__data dt {
  width: 100%;
}

.helpmain .column__data dd {
  padding: 0 0 0 1em;
}

.helpmain__note {
  padding: 8px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 576px) {
  .helpmain .column__data dt {
    width: 6.5em;
  }
  .helpmain .column__data dd {
    padding: 0 0 0 0;
  }
}

.form {
  padding: 24px 0 0 0;
}

.form input[type="text"] {
  display: inline-block;
  width: -o-calc(100% - 4px);
  width: calc(100% - 4px);
  margin: 4px 4px 4px 0;
  border-radius: 4px;
  border: 1px solid #888888;
}

.form input[type="text"][name="name"], .form input[type="text"][name="name_kana"] {
  width: 80%;
  max-width: 320px;
}

.form input[type="text"][name="user_post"] {
  width: 10em;
  max-width: 10em;
}

.form input[type="text"][name="tel"] {
  width: 12em;
}

.form input[type="text"][name="mail"], .form input[type="text"][name="mail_check"] {
  width: 80%;
  max-width: 320px;
}

.form input[type="button"] {
  padding: 0 1em;
  background: #888888;
  color: #ffffff;
}

.form input[type="submit"] {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 4px;
  background: #ee1754;
  color: #ffffff;
  text-align: center;
}

.form select {
  width: 100%;
  border: 1px solid #888888;
}

.form textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #888888;
}

.form__submit {
  padding: 24px 0 0 0;
}

.external:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 27px;
  margin: 0 0 0 4px;
  background: url(../svg/icon_external.svg) left center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}

.external:hover {
  text-decoration: underline;
}

.price__note {
  padding: 0 0 24px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.price__cat {
  padding: 16px;
  background: #777777;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: bold;
}

.price .item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  border-top: 1px solid #777777;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.price .item:last-child {
  border-bottom: 1px solid #777777;
}

.price .item__price {
  display: inline-block;
  padding: 0 0 0 1em;
  white-space: nowrap;
  font-weight: bold;
}

.price .item__price.-free {
  color: #ee1754;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 24px 0 0 0;
}

.pagination__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  border-radius: 3px;
}

.pagination__selectedWrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100px;
}

.pagination__selected {
  position: absolute;
  width: 100%;
  height: 28px;
  padding: 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85714;
}

.pagination__selected:after {
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  display: inline-block;
  position: relative;
  top: auto;
  margin-left: 8px;
  vertical-align: middle;
}

.pagination__watermark {
  width: 68px;
  margin: 0 8px 0 0;
}

.pagination__watermark a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  padding: 0 8px;
  border-radius: 24px;
  background: #ffd2df;
  color: #1c1c1c;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
}

.pagination__watermark a:active {
  background: #ee1754;
  color: #ffffff;
}

.pagination__pulldown {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  color: #333333;
}

.pagination__prev a, .pagination__next a {
  display: block;
  height: 28px;
  padding: 0;
  min-width: 32px;
  background: #e4e4e4;
  color: #1c1c1c;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: bold;
}

.pagination__prev a {
  margin-right: 4px;
  padding: 0 0 0 4px;
  border-radius: 24px 0 0 24px;
}

.pagination__next a {
  margin-left: 4px;
  padding: 0 4px 0 0;
  border-radius: 0 24px 24px 0;
}

.pagination__prev a, .pagination__next a, .pagination__prev a i, .pagination__next a i {
  color: #1c1c1c;
}

.pagination__prev a:hover, .pagination__next a:hover, .pagination__prev a i:hover, .pagination__next a i:hover {
  background: #ee1754;
  color: #ffffff;
}

.sp .pagination {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 8px 8px;
  background: #424242 url(../images/bg_header02.png);
}

.sp .spOperation {
  width: 100%;
  padding: 0 0 12px 0;
  color: #ffffff;
  font-size: 10px;
  font-size: 3.125vw;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.errorSt {
  color: #ff0000;
  text-align: center;
}

.errorSt__ttl {
  padding: 0 0 8px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}

.errorSt__txt {
  display: inline-block;
  padding: 0 24px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
}

.comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  /*max-width: 920px;*/
  margin: 0 auto;
}

.comparison__item {
  width: 50%;
  padding: 8px;
  color: #ffffff;
  text-align: center;
}

.comparison p {
  padding: 0 0 4px 0;
  font-weight: bold;
}

.comparison .item__action li {
  width: 48%;
}

.clmn2__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 96%;
  /*max-width: 920px;*/
  margin: 0 auto;
  padding: 8px 0;
}

.clmn2__buttons:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  width: -o-calc(50% - 184px);
  width: calc(50% - 184px);
  height: 2px;
  margin-top: -1px;
  background: rgba(255, 255, 255, 0.5);
}

.clmn2__buttons:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  width: -o-calc(50% - 184px);
  width: calc(50% - 184px);
  height: 2px;
  margin-top: -1px;
  background: rgba(255, 255, 255, 0.5);
}

.clmn2__item {
  position: relative;
  display: block;
  width: 160px;
  margin: 0 8px;
  padding: 8px 0;
  border-radius: 16px;
  background: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.clmn2__item input {
  margin: 0 4px 0 0;
}

.clmn2__item:hover {
  opacity: .8;
}

.all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

#login {
  position: relative;
  min-height: 100vh;
}

#login .kvPane {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  min-height: 100vh;
  overflow: hidden;
}

#login .main {
  position: relative;
  padding: 60px 16px;
}

.loginPane {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  padding: 36px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
}

.loginPane__ttl {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.45455;
  text-align: center;
}

.loginPane__ttl .small {
  font-weight: bold;
}

.loginPane__lead {
  height: 3.5em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #ee1754;
}

.loginPane__inputArea {
  padding: 16px 0 0 0;
}

.loginPane__inputArea .inputArea__ttl {
  padding: 0 0 16px 0;
  font-weight: bold;
  text-align: center;
}

.loginPane__inputArea .inputArea__txt {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
}

.loginPane__items {
  padding: 24px 0 0 0;
}

.loginPane__term {
  padding: 0 0 4px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

.loginPane__input input[type="text"], .loginPane__input input[type="password"], .loginPane__input input[type="email"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  max-width: 280px;
  min-height: 42px;
  padding: 4px;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.loginPane__buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 16px 0 16px;
}

.loginPane__button {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 16px;
  border: 2px solid #ffffff;
  background: #ee1754;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px #888888;
  -ms-box-shadow: 0 2px 2px #888888;
  box-shadow: 0 2px 2px #888888;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.loginPane__button:hover {
  opacity: .8;
}

.loginPane__note {
  padding: 24px 16px 0 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.loginPane__note a {
  text-decoration: underline;
}

.loginPane__attention {
  padding: 24px 32px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.loginPane__attention li {
  padding: 4px 0;
}

.addTxt {
  padding: 4px 0 0 0;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
}

.addTxt a:hover {
  text-decoration: underline;
}

.addTxt .showPW {
  display: inline-block;
  margin: 0 4px 0 0;
}

.loginAll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 0 0 0;
}

.loginAll .loginPane {
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px;
  padding: 24px 16px 36px;
}

.loginAll .loginPane__button {
  width: 60%;
  margin: 0 16px;
  padding: 16px;
}

.loginAll .loginPane__form {
  padding: 16px 0 0 0;
}

.loginAll .loginPane__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 24px 0 0 0;
}

.loginAll .loginPane__sns li {
  width: 100%;
}

.loginAll .loginPane__sns li a {
  display: block;
  margin: 8px 0;
  padding: 8px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

.loginAll .loginPane__sns li a span {
  display: inline-block;
  vertical-align: middle;
  width: 5em;
}

.loginAll .loginPane__sns li a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.loginAll .loginPane__sns li a.login_facebook {
  background: #3b5998;
}

.loginAll .loginPane__sns li a.login_facebook:before {
  background: url(../images/icon_facebook.png) center center no-repeat;
  background-size: 100% auto;
}

.loginAll .loginPane__sns li a.login_google {
  background: #db4437;
}

.loginAll .loginPane__sns li a.login_google:before {
  background: url(../images/icon_google.png) center center no-repeat;
  background-size: 100% auto;
}

.loginAll .loginPane__sns li a.login_yahoo {
  background: #ff0034;
}

.loginAll .loginPane__sns li a.login_yahoo:before {
  background: url(../images/icon_yahoo.png) center center no-repeat;
  background-size: 100% auto;
}

.loginAll .loginPane__sns li a.login_twitter {
  background: #1da1f2;
}

.loginAll .loginPane__sns li a.login_twitter:before {
  background: url(../images/icon_twitter.png) center center no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  #login .loginPane {
    padding: 36px 24px;
  }
  .loginAll .loginPane {
    width: 48%;
    max-width: 100%;
    margin-bottom: 32px;
    padding: 24px 16px 36px;
  }
  .loginAll .loginPane.-col1 {
    width: 98%;
    max-width: 98%;
  }
  .loginAll .loginPane__sns li {
    width: 23%;
    margin: 0 1%;
  }
}

#top .upper {
  background: #ffffff;
}

#top .main__contAll {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 0 32px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top .main__ttl {
  padding: 0 16px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

#top .main__ttl .small {
  display: block;
  font-weight: bold;
}

#top .main__term {
  display: block;
  max-width: 520px;
  margin: 0 auto;
  padding: 16px 16px 24px;
  text-align: center;
}

#top .term__txt1 {
  display: block;
  margin: 0 auto;
  padding: 0 16px 8px;
  border-bottom: 1px solid #1c1c1c;
  font-size: 18px;
  font-size: 5.625vw;
  line-height: 1.5;
  font-weight: bold;
}

#top .term__txt1 strong {
  color: #ee1754;
  font-size: 1.5em;
}

#top .term__txt2 {
  display: block;
  margin: -1px auto 0;
  padding: 8px 16px 0 16px;
  border-top: 1px solid #1c1c1c;
  font-size: 14px;
  font-size: 4.375vw;
  line-height: 1.28571;
}

#top .term__txt2 strong {
  color: #ee1754;
  font-size: 1.5em;
}

#top .lower {
  padding: 40px 16px;
  background: #d1d1d1;
}

#top .category {
  max-width: 960px;
  margin: 0 auto;
}

#top .category__select {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

#top .category__item {
  margin: 24px 0;
  background: #ffffffbf;
}

#top .item__ttl {
  position: relative;
  padding: 4px 8px 4px 36px;
  background: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  vertical-align: middle;
  color: #ee1754;
}

#top .item__ttl:before {
  position: absolute;
  left: 8px;
  top: 8px;
  content: "";
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 0;
  background: url(../svg/icon_categoryM.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}

#top .item__links {
  padding: 8px 0;
}

#top .item__link {
  list-style-type: none;
  display: block;
  padding: 4px 8px;
}

#top .item__link a {
  display: block;
  position: relative;
  padding: 0 0 0 24px;
  color: #1c1c1c;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

#top .item__link a:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 18px;
  height: 15px;
  overflow: hidden;
  margin: 0 8px 0 0;
  background: url(../svg/icon_categoryS.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#top .item__link a:hover {
  color: #ee1754;
}

#top .item__link a:hover:before {
  background: url(../svg/icon_categoryS_on.svg) no-repeat;
  background-size: 100% auto;
}

#top .aside {
  padding: 16px 0 0 0;
}

#top .aside__items {
  list-style-type: none;
}

#top .aside__item {
  padding: 8px 0;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

#top .aside__item a {
  display: block;
  padding: 8px 0;
  border-radius: 40px;
  background: #ffffff;
  text-align: center;
  color: #1c1c1c;
}

#top .aside__item a:hover {
  background: #ee1754;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  #top .term__txt1 {
    padding: 0 24px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #top .term__txt2 {
    padding: 8px 3em 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.11111;
  }
  #top .item__ttl {
    padding: 4px 16px 4px 44px;
  }
  #top .item__ttl:before {
    left: 16px;
    top: 8px;
  }
  #top .item__links {
    padding: 16px 8px 16px 36px;
  }
  #top .aside {
    padding: 52px 0 40px 0;
    text-align: center;
  }
  #top .aside__item {
    display: inline-block;
    max-width: 224px;
    margin: 0 8px;
  }
  #top .aside__item a {
    display: block;
    padding: 8px 0;
    border-radius: 40px;
    background: #ffffff;
    text-align: center;
  }
}

#list, #keepbox, #face {
  background: #777777;
}

#list .lower, #keepbox .lower, #face .lower {
  position: relative;
}

#list .aside, #keepbox .aside, #face .aside {
  padding: 16px 0 0 0;
  text-align: center;
}

#list .aside__item, #keepbox .aside__item, #face .aside__item {
  display: inline-block;
}

#list .aside__item:after, #keepbox .aside__item:after, #face .aside__item:after {
  display: inline-block;
  content: "｜";
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

#list .aside__item a, #keepbox .aside__item a, #face .aside__item a {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.14286;
}

#list .aside__item:last-child:after, #keepbox .aside__item:last-child:after, #face .aside__item:last-child:after {
  display: none;
}

#list .category__nav, #keepbox .category__nav, #face .category__nav {
  display: none;
}

#list .btnSearchWrap, #keepbox .btnSearchWrap, #face .btnSearchWrap {
  padding: 16px;
}

#list .btnSearch, #keepbox .btnSearch, #face .btnSearch {
  min-width: 260px;
  border-radius: 40px;
  background: #ffffff;
}

#list .btnSearch input, #keepbox .btnSearch input, #face .btnSearch input {
  display: inline-block;
}

#list .btnSearch input[type="search"], #keepbox .btnSearch input[type="search"], #face .btnSearch input[type="search"] {
  width: -o-calc(100% - 54px);
  width: calc(100% - 54px);
  padding: 0 0 0 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

#list .btnSearch input[type="submit"], #keepbox .btnSearch input[type="submit"], #face .btnSearch input[type="submit"] {
  width: 54px;
  background: #ee1754;
  border-radius: 0 40px 40px 0;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

#list .selectCategory, #keepbox .selectCategory, #face .selectCategory {
  padding: 0 16px 16px;
}

#list .selectCategory a, #keepbox .selectCategory a, #face .selectCategory a {
  min-width: 260px;
}

#list .selectCategory a:before, #keepbox .selectCategory a:before, #face .selectCategory a:before {
  background: url(../svg/icon_category_blue.svg) left center no-repeat;
  background: 100% auto;
}

#list.sp {
  padding-bottom: 68px;
}

@media screen and (min-width: 576px) {
  #list .category__header, #face .category__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #list .selectCategory, #face .selectCategory {
    padding: 16px;
  }
}

@media screen and (min-width: 1124px) {
  #list:before, #face:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    height: 100%;
    background: #e4e4e4;
  }
  #list .lower, #face .lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  #list .aside, #face .aside {
    position: absolute;
    top: 0;
    right: 16px;
  }
  #list .btnSearch, #face .btnSearch {
    min-width: auto;
  }
  #list .selectCategory, #face .selectCategory {
    display: none;
  }
  #list .category, #face .category {
    width: 280px;
    background: #e4e4e4;
  }
  #list .category__nav, #face .category__nav {
    display: block;
  }
  #list .category__item, #face .category__item {
    margin: 0 16px;
    padding: 14px 0;
    border-top: 2px solid #1c1c1c;
  }
  #list .category__item .item__ttl, #face .category__item .item__ttl {
    padding: 0 0 0 28px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
    vertical-align: middle;
    color: #ee1754;
  }
  #list .category__item .item__ttl:before, #face .category__item .item__ttl:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 -28px;
    background: url(../svg/icon_categoryM.svg) left center no-repeat;
    background: 100% auto;
    vertical-align: middle;
  }
  #list .category__item .item__links, #face .category__item .item__links {
    padding: 8px 0 0 0;
  }
  #list .category__item .item__link, #face .category__item .item__link {
    display: block;
  }
  #list .category__item .item__link a, #face .category__item .item__link a {
    display: block;
    padding: 4px 0 4px 56px;
    color: #1c1c1c;
  }
  #list .category__item .item__link a:before, #face .category__item .item__link a:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 16px;
    margin: 0 8px 0 -28px;
    background: url(../svg/icon_categoryS.svg) left center no-repeat;
    background: 100% auto;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  #list .category__item .item__link a:hover, #list .category__item .item__link a.current, #face .category__item .item__link a:hover, #face .category__item .item__link a.current {
    color: #ee1754;
  }
  #list .category__item .item__link a:hover:before, #list .category__item .item__link a.current:before, #face .category__item .item__link a:hover:before, #face .category__item .item__link a.current:before {
    background: url(../svg/icon_categoryS_on.svg) left center no-repeat;
    background: 100% auto;
  }
  #list .photoListWrap, #face .photoListWrap {
    width: -o-calc(100% - 280px);
    width: calc(100% - 280px);
    padding-top: 16px;
  }
}

p#tooltipRight {
  display: none;
  position: absolute;
  z-index: 10000;
  padding: 2px 8px;
  border-radius: 12px;
  border: 1px solid #ee1754;
  background: #ffffff;
  color: #ee1754;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

p#tooltipLeft {
  display: none;
  position: absolute;
  z-index: 10000;
  padding: 2px 8px;
  border-radius: 12px;
  border: 1px solid #ee1754;
  background: #ffffff;
  color: #ee1754;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

.inside .upper {
  position: relative;
  z-index: 10;
  background: #ffffff;
}

.inside .main__contAll {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.inside .main__contAll.is_scroll {
  padding: 8px 0 0 0;
}

.inside .main__ttl {
  padding: 0 16px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.inside .main__ttl.is_scroll {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.inside .main__nav {
  padding: 16px 0;
}

.inside .main__nav .navWrap__item {
  padding: 0 8px;
}

.inside .main__nav .navWrap a {
  padding: 6px 16px;
}

.inside .is_scroll .main__nav {
  padding: 8px 0;
}

.faqSection {
  padding: 16px 0;
}

.faqSection__ttl {
  padding: 8px;
  background: #368faf;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.faqSection__ttl a {
  display: block;
  position: relative;
  padding: 0 20px 0 0;
  color: #ffffff;
}

.faqSection__ttl a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 8px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
}

.faqSection__cont {
  display: none;
}

.faqSection__cont a:hover {
  text-decoration: underline;
}

.faqSection .cont__txt {
  padding: 8px 8px 0 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.faqSection .cont__list {
  margin: 0 0 0 1em;
  padding: 8px 8px 0 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.faqSection .cont__list li {
  margin: 2px 0;
}

.faqSection .cont__dList {
  padding: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.faqSection .cont__dList dt {
  padding: 8px 16px;
  border-top: 4px solid #888888;
  font-weight: bold;
}

.faqSection .cont__dList dd {
  padding: 4px 16px;
}

.mypageContWrap {
  padding: 24px 0 0 0;
}

.picAttr {
  display: none;
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.picAttr__inner {
  width: 100%;
  padding: 16px;
  background: #e4e4e4;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0;
}

.btns button {
  display: block;
  width: 260px;
  padding: 8px;
  margin: 0 8px 16px;
  border: 2px solid #ee1754;
  border-radius: 24px;
  background: #ffffff;
  color: #ee1754;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btns button:hover {
  background: #ee1754;
  color: #ffffff;
}

.btn__upload a {
  display: block;
  padding: 8px;
  background: #ee1754;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

#dropbox {
  display: none;
  background: #e4e4e4;
  padding: 24px;
}

.mypageCont {
  padding: 0 0 8px 0;
  border-top: 2px solid #888888;
}

.mypageCont__ttl {
  padding: 16px 0 0 0;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.77778;
}

.mypageCont__ttl.-face:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 8px auto;
  background: url(../svg/icon_face_black.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}

.mypageCont__lead {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 16px 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.faceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  padding: 0 0 8px;
}

.faceList li {
  width: 31.333333%;
  max-width: 160px;
  margin: 8px 1%;
}

.faceList__pic {
  border: 4px solid #ffffff;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.faceList .picInner {
  position: relative;
  height: 0;
  padding: 0 0 100% 0;
  background: #f5f5f5;
}

.faceList .picInner img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faceList label {
  display: block;
}

.faceList input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.faceList input[type="checkbox"]:focus + .faceList__pic {
  -webkit-box-shadow: 0 0 4px #888888;
  box-shadow: 0 0 4px #888888;
}

.faceList input[type="checkbox"]:hover + .faceList__pic {
  border: 4px solid #368faf;
}

.faceList input[type="checkbox"]:checked + .faceList__pic {
  position: relative;
  border: 4px solid #ee1754;
}

.faceList input[type="checkbox"]:checked + .faceList__pic:after {
  position: absolute;
  display: block;
  content: "選択";
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #ee1754;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.faceList input[type="checkbox"]:disabled + .faceList__pic {
  border: 0px;
}

.dropbox__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  padding: 16px 0 0 0;
}

.dropbox__btns button {
  width: 160px;
  margin: 0 8px 16px;
  padding: 8px;
  border-radius: 24px;
  color: #ffffff;
  text-align: center;
}

.dropbox__btns .btn__upload {
  background: #ee1754;
}

.dropbox__btns .btn__close {
  background: #888888;
}

.sp .faceList .picInner {
  position: relative;
  height: 0;
  padding: 0 0 100% 0;
  background: #f5f5f5;
}

.sp .faceList .picInner:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #mypage .picAttr__inner {
    position: absolute;
    left: 0;
    top: 0;
  }
  .faceList li {
    width: 14.6%;
    margin: 8px 1%;
  }
}
