@charset "UTF-8";
@media print {
  .mod-modalContainer img,
  .findMychild .pick-face img {
    display: none !important;
  }
  .mod-thumbBlock * {
    background: none !important;
  }
}
.window-cover {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 31;
  -webkit-transform: translate3d(0, 0, 31px);
  transform: translate3d(0, 0, 31px);
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.window-cover.on {
  display: block;
}

.loader {
  border-top: 2px solid rgba(132, 201, 16, 0.3);
  border-right: 2px solid rgba(132, 201, 16, 0.3);
  border-bottom: 2px solid rgba(132, 201, 16, 0.3);
  border-left: 3px solid #84C910;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.5s infinite linear;
  animation: load8 1.5s infinite linear;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}
.loader:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.eventList_resell .notice-maintenance,
.shopPayment_201812 .notice-maintenance {
  margin: 20px 0 30px;
}
.eventList_resell .notice-maintenance-item,
.shopPayment_201812 .notice-maintenance-item {
  border: solid 1px #F35353;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 400px;
  margin: 0 auto;
}
.eventList_resell .notice-maintenance-item .text,
.shopPayment_201812 .notice-maintenance-item .text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #6C6C6C;
}
.eventList_resell .notice-maintenance-item .text .style-underline,
.shopPayment_201812 .notice-maintenance-item .text .style-underline {
  text-decoration: underline;
}
.eventList_resell .notice-maintenance-item .inform,
.shopPayment_201812 .notice-maintenance-item .inform {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0 0 10px;
  color: #F35353;
}
.eventList_resell .notice-maintenance-item .em,
.shopPayment_201812 .notice-maintenance-item .em {
  color: #F35353;
  font-weight: bold;
}
.eventList_resell .notice-maintenance-item ul,
.shopPayment_201812 .notice-maintenance-item ul {
  margin-bottom: 10px;
}
.eventList_resell .notice-maintenance-item ul li,
.shopPayment_201812 .notice-maintenance-item ul li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #999;
  padding-left: 1em;
  text-indent: -1em;
}

.eventList_resell .information-area,
.signup .information-area {
  margin: 20px;
  border: solid 1px #F35353;
  padding: 15px;
  display: none;
}
.eventList_resell .information-area dl,
.signup .information-area dl {
  margin: 0 5px;
}
.eventList_resell .information-area dl dt, .eventList_resell .information-area dl dd,
.signup .information-area dl dt,
.signup .information-area dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #F35353;
  text-align: left;
}
.eventList_resell .information-area dl dt,
.signup .information-area dl dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 5px;
}
.eventList_resell .information-area .mod-linkBtn,
.signup .information-area .mod-linkBtn {
  margin-top: 20px;
}

.signup .information-area {
  width: 400px;
  max-width: 100%;
  margin: 20px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  overflow-x: hidden !important;
}

body {
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 320px;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a[href^="tel:"] {
  cursor: default;
}

/* change colours to suit your needs */
mark {
  background-color: rgba(170, 216, 104, 0.2);
  color: #524B3D;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0 0 1em;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, li {
  line-height: 1;
  font-weight: normal;
}

html {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #524B3D;
}

body {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

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

input, select, textarea, button {
  vertical-align: middle;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  color: #524B3D;
  outline: none;
  border: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input, select {
  vertical-align: middle;
}

input[type=text],
input[type=email] {
  outline: none;
}

select::-ms-expand {
  display: none;
}

/* input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield!important;
} */
input::-webkit-input-placeholder {
  color: rgba(82, 75, 61, 0.4);
  font-size: 15px;
  font-size: 1.5rem;
}

input:-ms-input-placeholder {
  color: rgba(82, 75, 61, 0.4);
  font-size: 15px;
  font-size: 1.5rem;
}

input::-moz-placeholder {
  color: rgba(82, 75, 61, 0.4);
  font-size: 15px;
  font-size: 1.5rem;
}

button {
  cursor: pointer;
  padding: 0;
}

pre {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  white-space: pre-wrap;
  word-wrap: break-word;
}

[class^=input] .title {
  font-size: 13px;
  margin-bottom: 5px;
}

[class^=input] .title .required {
  margin: 0 0 0 10px;
  color: #84C910;
}

[class^=input-] select {
  /* -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; */
  display: inline-block;
  position: relative;
  padding: 8px 10px 7px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #ADADAD;
  border-radius: 5px;
  background: transparent;
  outline: none;
  cursor: pointer;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[class^=input-] label {
  position: relative;
}
[class^=input-] label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 17px;
  height: 17px;
  margin-top: -8px;
  pointer-events: none;
}

input[type=checkbox] {
  display: none;
}

.checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: 0 0;
  background-size: 20px 40px;
  vertical-align: middle;
  margin-right: 8px;
}

input[type=checkbox]:checked + .checkbox {
  background-position: 0 -20px;
}

.checkbox.type1 {
  background-image: url("/images/common/checkbox_type1.png");
}

.checkbox.type2 {
  background-image: url("/images/common/checkbox_type2.png");
}

input[type=radio] {
  display: none;
}

.radio {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 32px;
  background-repeat: no-repeat;
  background-image: url("/images/common/radio_type1.png");
  vertical-align: middle;
  margin-right: 8px;
}

input[type=radio]:checked + .radio {
  background-position: 0 -16px;
}

.loading-indicator .inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.loading-indicator .inner .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("/images/common/preloader.gif");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 64px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  width: 100%;
  padding: 74px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.loading-indicator {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 31;
  -webkit-transform: translate3d(0, 0, 31px);
  transform: translate3d(0, 0, 31px);
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sticky-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.sticky-footer-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.grid {
  max-width: 960px;
  margin: 0 auto;
}

.grid > .inner {
  margin: 0 13px;
}

[class$=-form] [class^=input-] {
  margin-bottom: 15px;
}
[class$=-form] [class^=input-] span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 0 5px 2px;
}

.headerGroup.ver1 {
  position: relative;
  top: 0;
  z-index: 30;
  min-width: 320px;
  width: 100%;
  background: #FFF;
}
.headerGroup.ver1 + .contents {
  padding-top: 45px;
}
.headerGroup.ver1 .grid {
  max-width: 960px;
}
.headerGroup.ver1 .globalHeader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 45px;
  text-align: center;
  background: #FFF;
  border-bottom: 3px solid transparent;
  -o-border-image: url("/images/common/line_header.gif") 0 0 3 0 stretch;
  border-image: url("/images/common/line_header.gif") 0 0 3 0 fill stretch;
  border-width: 0px 0px 3px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 4;
  -webkit-transform: translate3d(0, 0, 4px);
  transform: translate3d(0, 0, 4px);
}
.headerGroup.ver1 .globalHeader .grid {
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.headerGroup.ver1 .globalHeader__logo {
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.headerGroup.ver1 .globalHeader__logo img {
  width: 76px;
  height: auto;
}
.headerGroup.ver1 .globalHeader__menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 40px;
  z-index: 2;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
.headerGroup.ver1 .globalHeader__menu span {
  width: 20px;
  height: 3px;
  display: block;
  background: #6C6C6C;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.headerGroup.ver1 .globalHeader__menu span.top {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.headerGroup.ver1 .globalHeader__menu span.bottom {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}
.headerGroup.ver1 .globalHeader__menu.active {
  z-index: 3;
}
.headerGroup.ver1 .globalHeader__menu.active .on {
  opacity: 1;
}
.headerGroup.ver1 .globalHeader__menu.active .off {
  opacity: 0;
}
.headerGroup.ver1 .globalHeader__home {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 44px;
  z-index: 2;
  cursor: pointer;
  padding-top: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}
.headerGroup.ver1 .globalHeader__home img {
  width: auto;
  height: 17px;
  position: absolute;
  top: 17%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.headerGroup.ver1 .globalHeader__close {
  display: none;
}
.headerGroup.ver1 .globalHeader__mypage, .headerGroup.ver1 .globalHeader__close {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 3px;
}
.headerGroup.ver1 .globalHeader__mypage a, .headerGroup.ver1 .globalHeader__close a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 44px;
}
.headerGroup.ver1 .globalHeader__mypage a img, .headerGroup.ver1 .globalHeader__close a img {
  width: 23px;
  vertical-align: middle;
}
.headerGroup.ver1 .globalHeader__mypage {
  left: 3px;
}
.headerGroup.ver1 .globalMenu {
  position: fixed;
  right: -100%;
  top: 0;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 5;
  -webkit-transform: translate3d(0, 0, 5px);
  transform: translate3d(0, 0, 5px);
}
.headerGroup.ver1 .globalMenu.active {
  right: 0;
}
.headerGroup.ver1 .globalMenu.active .mask {
  opacity: 1;
  display: block;
  z-index: 30;
  -webkit-transform: translate3d(0, 0, 30px);
  transform: translate3d(0, 0, 30px);
}
.headerGroup.ver1 .globalMenu .mask {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 31;
  -webkit-transform: translate3d(0, 0, 31px);
  transform: translate3d(0, 0, 31px);
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.headerGroup.ver1 .globalMenu__item {
  max-width: 470px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-left: 1px solid #C8C8C8;
  position: absolute;
  right: 0;
  z-index: 32;
  -webkit-transform: translate3d(0, 0, 32px);
  transform: translate3d(0, 0, 32px);
}
.headerGroup.ver1 .globalMenu__item li {
  border-bottom: 1px solid #C8C8C8;
}
.headerGroup.ver1 .globalMenu__item li.heading {
  position: relative;
  padding: 16px 19px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.headerGroup.ver1 .globalMenu__item li.heading .logo img {
  width: 99px;
  vertical-align: middle;
}
.headerGroup.ver1 .globalMenu__item li.heading .close-btn {
  position: absolute;
  top: 0;
  right: 13px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  top: 2px;
  right: 2px;
}
.headerGroup.ver1 .globalMenu__item li.heading .close-btn span {
  width: 22px;
  height: 4px;
  display: block;
  background: #CCC;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
}
.headerGroup.ver1 .globalMenu__item li.heading .close-btn span.top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}
.headerGroup.ver1 .globalMenu__item li.heading .close-btn span.bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}
.headerGroup.ver1 .globalMenu__item li a {
  display: block;
  padding: 17px 0 12px 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #6C6C6C;
  pointer-events: auto;
}
.headerGroup.ver1 .globalMenu__item li a .sub {
  margin: 0.5em 0 0 0;
  display: block;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
}
.headerGroup.ver1 .globalMenu__item li .lang {
  border-top: 1px solid #C8C8C8;
  display: block;
  padding: 20px 0 20px 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #6C6C6C;
}
.headerGroup.ver1 .globalMenu__item li .lang a {
  display: block;
  padding: 16px 0 0px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: initial;
  color: inherit;
}
.headerGroup.ver1 .tel_btn {
  margin: 17px auto;
  width: 239px;
  border: solid 1px #84C910;
  border-radius: 4px;
  -webkit-box-shadow: rgb(132, 201, 16) 0px 1px 0px 1px;
  box-shadow: rgb(132, 201, 16) 0px 1px 0px 1px;
}
.headerGroup.ver1 .tel_btn a[href^="tel:"] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 7px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.headerGroup.ver1 .tel_btn .ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #6C6C6C;
  margin-bottom: 4px;
}
.headerGroup.ver1 .tel_btn .tel {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: #84C910;
  font-weight: bold;
  margin-bottom: 5px;
}
.headerGroup.ver1 .tel_btn .tel .fa-phone {
  margin-right: 3px;
}
.headerGroup.ver1 .tel_btn .open {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #6C6C6C;
}
.headerGroup.ver1 .tel_btn .information-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #F35353;
  margin: 0 23px;
  text-align: center;
}
.headerGroup.ver1 #subHeader {
  position: fixed;
  width: 100%;
}
.headerGroup.ver1 .subHeader {
  padding-top: 45px;
}
.headerGroup.ver1 .subHeader .link-btns {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: solid 1px #C8C8C8;
}
.headerGroup.ver1 .subHeader .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: solid 1px #C8C8C8;
}
.headerGroup.ver1 .subHeader .heading a {
  display: block;
  position: relative;
}
.headerGroup.ver1 .subHeader .heading h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  color: #6C6C6C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
.headerGroup.ver1 .subHeader .heading h1 img {
  width: 14px;
  height: 21.5px;
  margin-right: 6px;
  margin-top: -4px;
}
.headerGroup.ver1 .subHeader .grid {
  width: 100%;
  max-width: 960px;
}
.headerGroup.ver1 .subHeader .grid .inner {
  margin: 0;
  display: table;
  width: 100%;
  padding: 11px 13px 11px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.headerGroup.ver1 .subHeader .badge {
  position: absolute;
  right: 2px;
  top: 0px;
  background: #F35353;
  border-radius: 8px;
  color: #FFF;
  font-size: 1rem;
  font-size: 10px;
  text-align: center;
  min-width: 16px;
  height: 16px;
  line-height: 1.4;
  padding: 1px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.headerGroup.ver1 .subHeader .child-list {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.headerGroup.ver1 .subHeader .child-list ul li {
  display: inline-block;
  min-width: 50px;
  height: 47px;
  text-align: center;
  margin: 0 1px;
}
.headerGroup.ver1 .subHeader .child-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.headerGroup.ver1 .subHeader .child-list ul li a .icon {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  overflow: hidden;
  margin: 0 auto;
}
.headerGroup.ver1 .subHeader .child-list ul li a .name {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
  color: #6C6C6C;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
}
.headerGroup.ver1 .subHeader .right-items {
  display: table-cell;
  vertical-align: middle;
}
.headerGroup.ver1 .subHeader .cart-btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.headerGroup.ver1 .subHeader .cart-btn.empty {
  opacity: 0.5;
}
.headerGroup.ver1 .subHeader .cart-btn a {
  display: table;
  position: relative;
  width: 44px;
  height: 47px;
  text-align: center;
}
.headerGroup.ver1 .subHeader .cart-btn a img {
  display: block;
  margin: 9px auto 0;
  width: 22px;
}
.headerGroup.ver1 .subHeader .cart-btn a .text {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
  color: #6C6C6C;
  position: absolute;
  left: 2px;
  bottom: 0;
  width: 100%;
}
.headerGroup.ver1 .subHeader .cart-btn a .badge {
  position: absolute;
  right: 2px;
  top: 0px;
}

.headerGroup.ver2 {
  position: relative;
  top: 0;
  z-index: 30;
  min-width: 320px;
  width: 100%;
  background: #FFF;
}
.headerGroup.ver2 .globalHeader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 45px;
  text-align: center;
  -o-border-image: url("/images/common/line_header.gif") 0 0 3 0 stretch;
  border-image: url("/images/common/line_header.gif") 0 0 3 0 fill stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* z-index: 4;
  -webkit-transform: translate3d(0, 0, 4px);
  transform: translate3d(0, 0, 4px); */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#F1F1F1));
  background: linear-gradient(white, #F1F1F1);
  background: -ms-linear-gradient(white, #F1F1F1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 19px;
  box-sizing: border-box;
}
.headerGroup.ver2 .globalHeader__close {
  display: none;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 7px;
}
.headerGroup.ver2 .globalHeader__close a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 44px;
}
.headerGroup.ver2 .globalHeader__close a img {
  width: 23px;
  vertical-align: middle;
  margin-top: -1px;
}
.headerGroup.ver2 .globalHeader__logo img {
  width: 89px;
  height: auto;
}
.headerGroup.ver2 .globalHeader__menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 45px;
  z-index: 2;
  cursor: pointer;
  padding-top: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #6C6C6C;
  font-size: 10px;
  font-size: 1rem;
}
.headerGroup.ver2 .globalHeader__menu span {
  width: 18px;
  height: 3px;
  display: block;
  background: #6C6C6C;
  position: absolute;
  left: 50%;
  top: 33%;
  margin-left: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.headerGroup.ver2 .globalHeader__menu span.top {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.headerGroup.ver2 .globalHeader__menu span.bottom {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.headerGroup.ver2 .globalHeader__menu.active {
  z-index: 3;
}
.headerGroup.ver2 .globalHeader__menu.active .on {
  opacity: 1;
}
.headerGroup.ver2 .globalHeader__menu.active .off {
  opacity: 0;
}
.headerGroup.ver2 .globalHeader__home {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 44px;
  z-index: 2;
  cursor: pointer;
  padding-top: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}
.headerGroup.ver2 .globalHeader__home img {
  width: auto;
  height: 17px;
  position: absolute;
  top: 17%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.contactSupport-btn {
  margin: 17px auto;
  width: 236px;
  border: solid 1px #84C910;
  border-radius: 4px;
  -webkit-box-shadow: rgb(132, 201, 16) 0px 1px 0px 1px;
  box-shadow: rgb(132, 201, 16) 0px 1px 0px 1px;
}
.contactSupport-btn a[href^="tel:"] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 7px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.contactSupport-btn .ttl {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #6C6C6C;
  font-weight: bold;
  margin-bottom: 1px;
}
.contactSupport-btn .tel {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  color: #84C910;
  font-weight: bold;
}
.contactSupport-btn .tel .fa-phone {
  margin-right: 3px;
}
.contactSupport-btn .open {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #6C6C6C;
}
.contactSupport-btn .contactSupport-btn + .information-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #F35353;
  margin: 0 23px;
  text-align: center;
}

.subHeader {
  padding-top: 45px;
}
.subHeader .link-btns {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: solid 1px #C8C8C8;
}
.subHeader .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: solid 1px #C8C8C8;
}
.subHeader .heading a {
  display: block;
  position: relative;
}
.subHeader .heading h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  color: #6C6C6C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
.subHeader .heading h1 img {
  width: 14px;
  height: 21.5px;
  margin-right: 6px;
  margin-top: -4px;
}
.subHeader .grid {
  width: 100%;
  max-width: 960px;
}
.subHeader .grid .inner {
  margin: 0;
  display: table;
  width: 100%;
  padding: 11px 13px 11px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.subHeader .badge {
  position: absolute;
  right: 2px;
  top: 0px;
  background: #F35353;
  border-radius: 8px;
  color: #FFF;
  font-size: 1rem;
  font-size: 10px;
  text-align: center;
  min-width: 16px;
  height: 16px;
  line-height: 1.4;
  padding: 1px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.subHeader .child-list {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.subHeader .child-list ul li {
  display: inline-block;
  min-width: 50px;
  height: 47px;
  text-align: center;
  margin: 0 1px;
}
.subHeader .child-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.subHeader .child-list ul li a .icon {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  overflow: hidden;
  margin: 0 auto;
}
.subHeader .child-list ul li a .name {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
  color: #6C6C6C;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
}
.subHeader .right-items {
  display: table-cell;
  vertical-align: middle;
}
.subHeader .cart-btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.subHeader .cart-btn.empty {
  opacity: 0.5;
}
.subHeader .cart-btn a {
  display: table;
  position: relative;
  width: 44px;
  height: 47px;
  text-align: center;
}
.subHeader .cart-btn a img {
  display: block;
  margin: 9px auto 0;
  width: 22px;
}
.subHeader .cart-btn a .text {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
  color: #6C6C6C;
  position: absolute;
  left: 2px;
  bottom: 0;
  width: 100%;
}
.subHeader .cart-btn a .badge {
  position: absolute;
  right: 2px;
  top: 0px;
}

#subHeader {
  position: fixed;
  width: 100%;
  top: 45px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 29;
  -webkit-transform: translate3d(0, 0, 29px);
  transform: translate3d(0, 0, 29px);
}
#subHeader .stepHeader {
  border-bottom: 3px solid transparent;
  -o-border-image: url("/images/common/line_header.gif") 0 0 3 0 stretch;
  border-image: url("/images/common/line_header.gif") 0 0 3 0 fill stretch;
  border-width: 0px 0px 3px 0px;
  text-align: center;
  height: 78px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
#subHeader .stepHeader .pageNavi-wrap {
  position: relative;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 15px auto 0;
}
#subHeader .stepHeader .pageNavi-wrap .ttl {
  width: 100%;
  padding: 0 84px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#subHeader .stepHeader .pageNavi-wrap h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #6C6C6C;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#subHeader .stepHeader .pageNavi-wrap .pageNavi {
  width: 100%;
}
#subHeader .stepHeader .pageNavi-wrap .pageNavi li {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#subHeader .stepHeader .pageNavi-wrap .pageNavi li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#subHeader .stepHeader .pageNavi-wrap .pageNavi li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #84C910;
  cursor: pointer;
  padding: 15px 0;
}
#subHeader .stepHeader .pageNavi-wrap .pageNavi li.prev {
  left: 15px;
}
#subHeader .stepHeader .pageNavi-wrap .pageNavi li.prev:before {
  left: 0;
  border-bottom: 2px solid #84C910;
  border-left: 2px solid #84C910;
  pointer-events: none;
}
#subHeader .stepHeader .pageNavi-wrap .pageNavi li.prev a {
  padding-left: 14px;
}
#subHeader .stepHeader .pageNavi-wrap .pageNavi li.next {
  right: 15px;
}
#subHeader .stepHeader .pageNavi-wrap .pageNavi li.next:before {
  right: 0;
  border-top: 2px solid #84C910;
  border-right: 2px solid #84C910;
  pointer-events: none;
}
#subHeader .stepHeader .pageNavi-wrap .pageNavi li.next a {
  padding-right: 14px;
}
#subHeader .stepHeader .subHeadingItem {
  width: 100%;
  overflow-x: scroll;
  text-align: center;
}
#subHeader .stepHeader .subHeadingItem::-webkit-scrollbar {
  display: none;
}
#subHeader .stepHeader .eventname {
  display: inline-block;
  background-image: url("/images/common/icon_event.png");
  background-repeat: no-repeat;
  background-position: 10px top;
  background-size: auto 20px;
  min-height: 20px;
  padding: 3px 26px 0 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #666;
  white-space: nowrap;
}
#subHeader .stepHeader .eventname .resaleIcon {
  width: auto;
  height: 12px;
  vertical-align: middle;
  margin: 0 0 1px -2px;
}
#subHeader .batch {
  display: none;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: white;
  vertical-align: middle;
  -moz-text-align-last: center;
       text-align-last: center;
  position: relative;
  padding: 3px;
  margin-left: -2px;
  background: #F35353;
  border-radius: 16px;
  -webkit-animation: popBatch 0.5s;
          animation: popBatch 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.globalMenu {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 31;
  -webkit-transform: translate3d(0, 0, 31px);
  transform: translate3d(0, 0, 31px);
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 50;
  -webkit-transform: translate3d(0, 0, 40px);
  transform: translate3d(0, 0, 40px);
}
.globalMenu.active {
  display: block;
}
.globalMenu.active .globalMenu__item {
  right: 0;
  -webkit-animation-name: fadein-right;
          animation-name: fadein-right;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.globalMenu__item {
  max-width: 320px;
  width: 85%;
  min-height: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: -100%;
}
.globalMenu__heading {
  position: relative;
  background: white;
  width: 100%;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 2px);
  transform: translate3d(0, 0, 2px);
}
.globalMenu__heading .buyer {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  color: #6C6C6C;
  margin: 19px 0 13px;
  padding: 0 0 0 20px;
}
.globalMenu__heading .buyer span {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 5px;
}
.globalMenu__heading .close-btn {
  position: absolute;
  top: 0;
  right: 13px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  width: 55px;
  height: 44px;
  top: 2px;
  right: 2px;
}
.globalMenu__heading .close-btn span {
  width: 22px;
  height: 4px;
  display: block;
  background: #CCC;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
}
.globalMenu__heading .close-btn span.top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}
.globalMenu__heading .close-btn span.bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}
.globalMenu__list_accessAccount {
  border-top: 1px solid #eaeaea;
}
.globalMenu__list_accessAccount li {
  border-bottom: 1px solid #eaeaea;
}
.globalMenu__list_accessAccount li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  padding: 8px 31px 7px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #6C6C6C;
}
.globalMenu__list_accessAccount li a img {
  width: 29px;
}
.globalMenu__list_accessAccount li.openEventList a, .globalMenu__list_accessAccount li.openBuyerAccount a, .globalMenu__list_accessAccount li.orderHistory a {
  font-weight: bold;
}
.globalMenu__list {
  margin-top: 10px;
}
.globalMenu__list li {
  border-bottom: 1px solid #fff;
}
.globalMenu__list li.openEventList a {
  background-color: rgba(132, 201, 16, 0.8);
  background-image: url("/images/common/icon_eventName.png");
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size: auto 20px;
}
.globalMenu__list li.buyerInfo a {
  background-color: rgba(97, 174, 214, 0.8);
  background-image: url("/images/common/icon_buyer_menu.png");
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size: auto 20px;
}
.globalMenu__list li.subjectSetting a {
  background-color: rgba(246, 168, 22, 0.8);
  background-image: url("/images/common/icon_subject_menu.png");
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size: auto 20px;
}
.globalMenu__list li.orderHistory a {
  background-color: rgba(243, 83, 83, 0.8);
  background-image: url("/images/common/icon_orderHistory_menu.png");
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size: auto 20px;
}
.globalMenu__list li a {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  text-align: left;
  padding: 0 18px 0 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.globalMenu .submenu {
  border-top: 1px solid #eaeaea;
}
.globalMenu .submenu li {
  border-bottom: 1px solid #eaeaea;
  text-align: left;
}
.globalMenu .submenu li a {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 18px 0 34px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #6C6C6C;
  pointer-events: auto;
}

.tel_btn {
  margin: 17px auto;
  width: 239px;
  border: solid 1px #84C910;
  border-radius: 4px;
  -webkit-box-shadow: rgb(132, 201, 16) 0px 1px 0px 1px;
  box-shadow: rgb(132, 201, 16) 0px 1px 0px 1px;
}
.tel_btn a[href^="tel:"] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 7px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.tel_btn .ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #6C6C6C;
  margin-bottom: 4px;
}
.tel_btn .tel {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: #84C910;
  font-weight: bold;
  margin-bottom: 5px;
}
.tel_btn .tel .fa-phone {
  margin-right: 3px;
}
.tel_btn .open {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #6C6C6C;
}

@-webkit-keyframes fadein-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadein-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes popBatch {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes popBatch {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  90% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.globalFooter nav {
  position: relative;
  background: #F9F9F9;
}
.globalFooter nav ul {
  padding: 19px 0 15px;
}
.globalFooter nav ul li {
  margin-bottom: 1px;
}
.globalFooter nav ul li a {
  display: inline-block;
  white-space: nowrap;
  color: #6C6C6C;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px 20px;
}
.globalFooter nav .langselect {
  margin: 0 0 20px 17px;
}
.globalFooter nav .langselect select {
  border-radius: 15px;
  background: #FFF;
  border: solid 1px #C6C6C6;
  padding: 3px 27px 3px 11px;
  cursor: pointer;
}
.globalFooter nav .langselect .langlabel {
  position: relative;
}
.globalFooter nav .langselect .langlabel:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url("/images/common/btn_arrow_lang.png");
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: 14px;
  pointer-events: none;
}


.globalFooter__author {
  background: #353778;
  padding: 22px 13px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.globalFooter__author .corporate {
  margin-bottom: 20px;
}
.globalFooter__author .corporate dt {
  text-align: center;
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 13px;
}
.globalFooter__author .corporate dd {
  text-align: center;
  color: white;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.globalFooter__author .contact {
  text-align: center;
}
.globalFooter__author .contact .ttl {
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 4px;
}
.globalFooter__author .contact .tel {
  margin-bottom: 1px;
}
.globalFooter__author .contact .tel a {
  color: white !important;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.globalFooter__author .contact .tel .fa-phone {
  margin-right: 3px;
}
.globalFooter__author .contact .open {
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.globalFooter__author .contact .mod-linkBtn {
  margin-top: 10px;
  background-color: transparent;
  border: solid 1px white;
  max-width: 308px;
}
.globalFooter__author .information-text {
  color: #F35353;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
}
.globalFooter__author .for-photoprovider {
  margin-top: 40px;
}
.globalFooter__author .for-photoprovider dt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #6C6C6C;
  text-align: center;
  margin-bottom: 10px;
}
.globalFooter__author .for-photoprovider dd .link-groups .mod-linkBtn {
  opacity: 0.7;
  margin-bottom: 10px;
  max-width: 308px;
  background: white;
  font-size: 15px;
  font-size: 1.5rem;
  color: #84C910;
  border-radius: 10px;
  font-weight: normal;
}

.globalFooter .top-footer {
  display: none;
  background: #353778;
  padding: 40px 13px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.globalFooter .top-footer .corporate {
  margin-bottom: 20px;
}
.globalFooter .top-footer .corporate dt {
  text-align: center;
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 13px;
}
.globalFooter .top-footer .corporate dd {
  text-align: center;
  color: white;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.globalFooter .top-footer .contact {
  text-align: center;
}
.globalFooter .top-footer .contact .ttl {
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 4px;
}
.globalFooter .top-footer .contact .tel {
  margin-bottom: 1px;
}
.globalFooter .top-footer .contact .tel a {
  color: white !important;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.globalFooter .top-footer .contact .tel .fa-phone {
  margin-right: 3px;
}
.globalFooter .top-footer .contact .open {
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.globalFooter .top-footer .contact .mod-linkBtn {
  margin-top: 10px;
  background-color: transparent;
  border: solid 2px white;
  max-width: 308px;
  line-height: 38px;
}
.globalFooter .top-footer .information-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #F35353;
  margin: 20px 0;
  text-align: center;
}
.globalFooter .top-footer .for-photoprovider {
  margin-top: 40px;
}
.globalFooter .top-footer .for-photoprovider dt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #6C6C6C;
  text-align: center;
  margin-bottom: 10px;
}
.globalFooter .top-footer .for-photoprovider dd .link-groups .mod-linkBtn {
  opacity: 0.7;
  margin-bottom: 10px;
  max-width: 308px;
  background: white;
  font-size: 15px;
  font-size: 1.5rem;
  color: #84C910;
  border-radius: 10px;
  font-weight: normal;
}

.corporate-footer {
  background-color: white;
  padding: 7px 6px;
}
.corporate-footer .logo {
  text-align: center;
  margin-bottom: 20px;
}
.corporate-footer .logo img {
  width: 70.4px;
}
.corporate-footer .text-link {
  margin-bottom: 20px;
}
.corporate-footer .text-link li {
  font-size: 11px;
  font-size: 1.1rem;
  color: #FFF;
  text-align: center;
  margin-bottom: 10px;
}
.corporate-footer .text-link li a {
  text-decoration: underline;
}
.corporate-footer .security-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.corporate-footer .security-mark li img {
  width: auto;
  height: 82px;
}
.corporate-footer .copy {
  font-size: 10px;
  font-size: 1rem;
  color: #6C6C6C;
  text-align: center;
}

.mod-linkBtn {
  position: relative;
  display: block;
  background-color: #F35353;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 400px;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.mod-linkBtn a, .mod-linkBtn input, .mod-linkBtn button {
  display: inline-block;
  width: inherit;
  height: inherit;
  background: transparent;
  color: inherit;
  font-weight: inherit;
  cursor: pointer;
}

.mod-linkBtn.next:after {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

.mod-linkBtn.back:after {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -4px;
}

.mod-linkBtn.white {
  background-color: #fff;
  border: 1px solid #F35353;
  color: #F35353;
  font-weight: normal;
}

.mod-linkBtn.white:after {
  border-color: #F35353;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; */
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* .mod-notes {
  text-align: center;
}
.mod-notes .text {
  //max-width: 768px;
  max-width: $maxWidth;
  margin:0 auto;
  a,span{
    display:inline-block;
    padding: 6px 10px 6px 10px;
    color:$orange;
    font-size: 13px;
    line-height: 1.4;
    border: 2px solid $orange;
    @include radius(4px);
  }
} */
.mod-balloonCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod-balloonCover.disp {
  display: block;
  z-index: 20;
}

.mod-balloonBlocks {
  position: relative;
}

.mod-balloon {
  position: absolute;
  top: 0;
  left: 0;
  margin: -11px -405px 0 0;
  padding: 19px 0 0 0;
  opacity: 0.9;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 3;
  /* opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
     -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px); */
  -webkit-transition: opacity 150ms linear, -webkit-transform 200ms ease-out;
  transition: opacity 150ms linear, -webkit-transform 200ms ease-out;
  transition: opacity 150ms linear, transform 200ms ease-out;
  transition: opacity 150ms linear, transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.mod-balloon .triangle {
  position: absolute;
  top: -1px;
  left: 20px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 20px 8px;
  border-color: transparent transparent rgba(0, 0, 0, 0.3) transparent;
  z-index: 10;
}
.mod-balloon .triangle:before {
  position: absolute;
  top: 1px;
  left: -8px;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 20px 8px;
  border-color: transparent transparent #fff transparent;
}
.mod-balloon.top {
  margin: 0 -405px -11px 0;
  padding: 0 0 19px 0;
}
.mod-balloon.top .triangle {
  top: auto;
  bottom: -1px;
  border-width: 20px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;
}
.mod-balloon.top .triangle:before {
  top: auto;
  bottom: 0;
  border-width: 20px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}

/* .balloonActive .mod-balloon {
  opacity: .9;
  visibility: visible;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
} */
/* .mod-balloon .swiper-container {
  padding: 0 20px 0 20px;
  width: 300px;
  height: 60px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  @include box-shadow(rgba(0, 0, 0, 0.3) 0px 0px 6px 3px);
}
.mod-balloon .swiper-slide {
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #dcdcdc;
}
.mod-balloon .swiper-slide:before {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.mod-balloon .swiper-slide:first-child {
  border-left: 1px solid #dcdcdc;
}
.mod-balloon .swiper-slide .inner {
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.mod-balloon .swiper-slide .icon {
  margin: 0 auto 0 auto;
  position: relative;
  overflow: hidden;
  width: 35px;
  height: 28px;
  font-size: 0;
}
.mod-balloon .swiper-slide .icon img {
  position: relative;
}
.mod-balloon .swiper-slide .name {
  margin: 4px 0 0 0;
  font-size: 10px;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.mod-balloon .swiper-slide.checked .icon img {
  top: -27px;
}
.mod-balloon .swiper-slide.checked .name {
  color: #fff;
}
.mod-balloon .swiper-button-next,
.mod-balloon .swiper-button-prev {
  top: 0px;
  width: 21px;
  height: 60px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 0;
  background: none;
  overflow: hidden;
}
.mod-balloon .swiper-button-next {
  right: 0px;
  border-left: 1px solid #dcdcdc;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mod-balloon .swiper-button-next:after {
  position: absolute;
  top: 50%;
  right: 0px;
  content: ' ';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid $brown;
  border-right: 1px solid $brown;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -2px 8px 0 0;
}
.mod-balloon .swiper-button-prev {
  left: 0px;
  border-right: 1px solid #dcdcdc;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mod-balloon .swiper-button-prev:after {
  position: absolute;
  top: 50%;
  left: 0px;
  content: ' ';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid $brown;
  border-left: 1px solid $brown;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -2px 0 0 8px;
}
.mod-balloon .swiper-button-prev.swiper-button-disabled,
.mod-balloon .swiper-button-next.swiper-button-disabled {
  opacity: 0.2!important;
} */
.mod-mykidsBlock {
  position: relative;
  width: 100%;
  background-color: #eee;
  display: table;
  border-top: 1px solid #dcdcdc;
  font-size: 0;
}

.mod-mykidsBlock:first-child {
  border-top: none;
}

.mod-mykidsBlock .mykids {
  display: table-cell;
  vertical-align: middle;
}

.mod-mykidsBlock .mykids .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  padding: 30px 0 30px 36px;
}

.mod-mykidsBlock .mykids .icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 30px;
  overflow: hidden;
  vertical-align: middle;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
}

.mod-mykidsBlock .mykids .name {
  width: 6em;
  border: 1px solid #dcdcdc;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mod-mykidsBlock .mykids .name input {
  width: 100%;
  height: 100%;
  padding: 0 4px;
  background-color: #eee;
  border: solid 1px #eee;
  font-size: 16px;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mod-mykidsBlock .infos {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.mod-mykidsBlock .infos .inner {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px 10px 7px;
}

.mod-mykidsBlock .infos .info {
  margin: 8px 0 0 0;
  font-size: 12px;
}

.mod-mykidsBlock .infos .info:first-child {
  margin: 0 0 0 0;
}

.mod-mykidsBlock .infos .info .text {
  line-height: 1.3;
}

.mod-mykidsBlock .infos .info .text span {
  display: inline-block;
}

.mod-mykidsBlock .infos .info .text .name {
  margin: 0 0 0 0;
  text-align: left;
}

.mod-mykidsBlock .infos .info .text .price {
  margin: 0 0 0 0.5em;
}

.mod-mykidsBlock .remove {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  margin-top: -14px;
  cursor: pointer;
}

.mod-mykidsBlock .notAdd {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 45px;
  margin-top: -14px;
  cursor: pointer;
}

#recycle-scroll {
  position: relative;
}

.photoBlock-belt__balloon {
  z-index: 21;
}

@-webkit-keyframes prun {
  48%, 62% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  56% {
    -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
            transform: scale(0.9, 1.1) translate(0, -5px);
  }
  59% {
    -webkit-transform: scale(1, 1) translate(0, -3px);
            transform: scale(1, 1) translate(0, -3px);
  }
}

@keyframes prun {
  48%, 62% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  56% {
    -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
            transform: scale(0.9, 1.1) translate(0, -5px);
  }
  59% {
    -webkit-transform: scale(1, 1) translate(0, -3px);
            transform: scale(1, 1) translate(0, -3px);
  }
}
.mod-thumbBlocks {
  font-size: 0;
  margin: 0 auto 0 auto;
  height: 100%;
}
.mod-thumbBlocks .mod-thumbBlockBase {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.mod-thumbBlocks .mod-thumbBlockBase.checked .mod-modalBtn .state {
  width: 100px;
  height: 100px;
  opacity: 0.9;
}
.mod-thumbBlocks .mod-thumbBlockBase.checked .mod-modalBtn .state a {
  /* -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); */
  background-size: 100px auto;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: 0 -106px;
  animation: prun 0.6s;
  -webkit-animation: prun 0.6s;
}
.mod-thumbBlocks .mod-thumbBlockBase.checked .no {
  background: #F35353;
  color: white;
}
.mod-thumbBlocks .mod-thumbBlock {
  position: relative;
  width: 100%;
  padding-top: 100%;
  cursor: pointer;
  vertical-align: middle;
}
.mod-thumbBlocks .mod-thumbBlock .mod-modalBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-thumbBlocks .mod-thumbBlock .mod-modalBtn .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mod-thumbBlocks .mod-thumbBlock .mod-modalBtn .photo > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mod-thumbBlocks .checkbox {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
}
.mod-thumbBlocks .state {
  position: absolute;
  bottom: -24px;
  right: 0px;
  width: 50px;
  height: 50px;
  opacity: 0.7;
  /* width: 100px;
  height: 100px; */
}
.mod-thumbBlocks .state a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-size: 50px auto;
  background-image: url("/images/common/icon_kids1.png");
  background-repeat: no-repeat;
  /* position: absolute;
  bottom: -25px;
  right: -25px;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -o-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  -moz-transition: -moz-transform 0.2s linear, bottom 0.2s linear, right 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear, bottom 0.2s linear, right 0.2s linear;
  -o-transition: -o-transform 0.2s linear, bottom 0.2s linear, right 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear, bottom 0.2s linear, right 0.2s linear;
  transition: transform 0.2s linear, bottom 0.2s linear, right 0.2s linear;
  -webkit-backface-visibility: hidden; */
}
.mod-thumbBlocks .belt {
  min-height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 1;
}
.mod-thumbBlocks .no {
  background: #FFF;
  padding: 5px 2px;
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.2;
  color: #6C6C6C;
  min-width: 2em;
  text-align: center;
}

.mod-modalContainer {
  position: fixed;
  z-index: 30;
  -webkit-transform: translate3d(0, 0, 30px);
  transform: translate3d(0, 0, 30px);
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.mod-modalContainer.modalActive {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.mod-modalContainer .mod-modalContainerInner {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  overflow: auto;
  text-align: center;
}
.mod-modalContainer .mod-modalContainerInner:before {
  content: " ";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.mod-modalContainer .mod-modalCover {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.mod-modalContainer .mod-modalWrap {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-modalContainer .mod-modalWrap .mod-modalBlocks {
  margin: 0 auto;
}
.mod-modalContainer .mod-modalWrap .mod-modalBlocks .mod-modalBlock {
  position: relative;
}
.mod-modalContainer .mod-modalWrap .mod-modalBlocks .mod-modalBlock .mod-modalBlockPhoto {
  max-width: 960px;
  margin: 0 auto;
  height: 100%;
}
.mod-modalContainer .mod-modalWrap .mod-modalBlocks .mod-modalBlock .mod-modalBlockPhoto .photoContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.mod-modalContainer .mod-modalWrap .mod-modalBlocks .mod-modalBlock .mod-modalBlockPhoto .photoContainer .no {
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFF;
  position: absolute;
  left: 0;
  top: -25px;
}

.mod-modalContainerInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mod-modalContainer .mod-modalWrap .swiper-button-next, .mod-modalContainer .mod-modalWrap .swiper-button-prev {
  background: none;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
}

.mod-modalContainer .mod-modalWrap .swiper-button-next {
  left: auto;
  right: 5px;
}

.mod-modalContainer .mod-modalWrap .swiper-button-next:before {
  content: " ";
  display: block;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  border: solid 1px #524B3D;
}

.mod-modalContainer .mod-modalWrap .swiper-button-next:after {
  position: absolute;
  top: 14px;
  right: 18px;
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.9);
  border-right: 1px solid rgba(0, 0, 0, 0.9);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mod-modalContainer .mod-modalWrap .swiper-button-prev {
  left: 5px;
  right: auto;
}

.mod-modalContainer .mod-modalWrap .swiper-button-prev:before {
  content: " ";
  display: block;
  border-radius: 3px;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px #524B3D;
}

.mod-modalContainer .mod-modalWrap .swiper-button-prev:after {
  position: absolute;
  top: 14px;
  left: 18px;
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.9);
  border-left: 1px solid rgba(0, 0, 0, 0.9);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mod-modalContainer .mod-modalWrap .swiper-button-modal-close {
  position: absolute;
  top: 0;
  right: 13px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}
.mod-modalContainer .mod-modalWrap .swiper-button-modal-close span {
  width: 22px;
  height: 4px;
  display: block;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
}
.mod-modalContainer .mod-modalWrap .swiper-button-modal-close span.top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}
.mod-modalContainer .mod-modalWrap .swiper-button-modal-close span.bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}

.mod-modalContainer {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 1.4rem;
  font-size: 14px;
  /* .btn_prev, .btn_next {
    position: fixed;
    top: 50%;
    left: 2%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    z-index: 102;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -o-background-size: 27px 44px;
       background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    &:before {
      content: ' ';
      display: block;
      @include radius(3px);
      width:42px;
      height:42px;
      background:rgba(255,255,255,0.4);
      border:solid 1px $brown;
    }
    &:after {
      position: absolute;
      top: 14px;
      left: 18px;
      content: ' ';
      display: block;
      width: 15px;
      height: 15px;
      border-top: 1px solid rgba(0,0,0,0.9);
      border-left: 1px solid rgba(0,0,0,0.9);
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
  }
  .btn_next {
    left: auto;
    right: 2%;
    &:after {
      left: auto;
      right: 18px;
      border-left: none;
      border-right: 1px solid rgba(0,0,0,0.9);
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
    }
  } */
}
.mod-modalContainer .pager__page {
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 101;
}
.mod-modalContainer .pager__page .pager-item__image {
  overflow: hidden;
}
.mod-modalContainer .pager__page .pager-item__image img {
  vertical-align: middle;
}
.mod-modalContainer .pager__page .pager__no, .mod-modalContainer .pager__page .pager__iconBlocks {
  position: absolute;
  z-index: 102;
}
.mod-modalContainer #btn_prev, .mod-modalContainer #btn_next {
  padding: 10px 2px 10px 10px;
  position: fixed;
  top: 50%;
  left: -20px;
  margin-top: -15px;
  z-index: 102;
  cursor: pointer;
}
.mod-modalContainer #btn_next {
  padding: 10px 10px 10px 2px;
  left: auto;
  right: -20px;
}
.mod-modalContainer .btn_prev, .mod-modalContainer .btn_next {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent rgba(255, 255, 255, 0.7) transparent transparent;
  border-width: 15px;
}
.mod-modalContainer .btn_next {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
}
.mod-modalContainer .btn_close {
  position: absolute;
  top: 0;
  right: 13px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  top: 44px;
  z-index: 102;
  cursor: pointer;
}
.mod-modalContainer .btn_close span {
  width: 22px;
  height: 4px;
  display: block;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
}
.mod-modalContainer .btn_close span.top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}
.mod-modalContainer .btn_close span.bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}
.mod-modalContainer .hint {
  position: absolute;
  top: 57px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: white;
}
.mod-modalContainer .btn_prev-disabled {
  opacity: 0.8;
  cursor: default;
}
.mod-modalContainer .btn_prev-disabled .btn_prev {
  border-right: 15px solid #6C6C6C;
}
.mod-modalContainer .btn_next-disabled {
  opacity: 0.8;
  cursor: default;
}
.mod-modalContainer .btn_next-disabled .btn_next {
  border-left: 15px solid #6C6C6C;
}
.mod-modalContainer #pageIndex {
  width: 100%;
  height: 10%;
  text-align: center;
  position: fixed;
  bottom: 0;
}
.mod-modalContainer #pageIndexInput {
  width: 40%;
  text-align: center;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.mod-modalContainer .btn_submit {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-size: 1.3em;
  background: #668ad8;
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.mod-modalContainer .btn_submit:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.mod-modalContainer .pager-item__group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .mod-modalContainer .pager-item__group {
    width: 320px;
  }
}
.mod-modalContainer .pager-item__group .pager-item__container1,
.mod-modalContainer .pager-item__group .pager-item__container2 {
  display: table;
  width: 100%;
  text-align: center;
}
.mod-modalContainer .pager-item__group .pager-item__container1 .pager-item__eventName,
.mod-modalContainer .pager-item__group .pager-item__container1 .pager-item__groupNameWrap,
.mod-modalContainer .pager-item__group .pager-item__container2 .pager-item__eventName,
.mod-modalContainer .pager-item__group .pager-item__container2 .pager-item__groupNameWrap {
  display: table-cell;
  vertical-align: middle;
}
.mod-modalContainer .pager-item__group .pager-item__eventName {
  background-color: #F78686;
  border-radius: 8px 8px 0 0;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 13px 20px 53px;
  height: 134px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("/images/photoList/icon_event.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 28px auto;
}
.mod-modalContainer .pager-item__group .pager-item__groupNameWrap {
  background-color: #FFF;
  border-radius: 0 0 8px 8px;
  padding: 16px 20px;
  height: 67px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-modalContainer .pager-item__group .pager-item__groupNameWrap .pager-item__groupName,
.mod-modalContainer .pager-item__group .pager-item__groupNameWrap .qty {
  text-align: center;
  color: #F35353;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.pager__no {
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

.mod-modalBlockIcon {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mod-modalBlockIcon .iconBlocks {
  font-size: 0;
  white-space: normal;
  text-align: center;
}
.mod-modalBlockIcon .iconBlocks .iconBlock {
  margin: 0 2px 4px 2px;
  padding: 2px 0 2px 0;
  border-radius: 4px;
  display: inline-block;
  width: 55px;
  text-align: center;
  cursor: pointer;
}
.mod-modalBlockIcon .iconBlocks .iconBlock a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.mod-modalBlockIcon .iconBlocks .iconBlock .icon {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-bottom: 2px;
  opacity: 0.8;
}
.mod-modalBlockIcon .iconBlocks .iconBlock .icon img {
  position: relative;
  top: 0;
  width: 100%;
}
.mod-modalBlockIcon .iconBlocks .iconBlock.checked .icon img {
  top: -55px;
}
.mod-modalBlockIcon .iconBlocks .iconBlock .name {
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}

.mod-walkThrough {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.mod-walkThrough .close {
  position: absolute;
  top: 0;
  right: 13px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}
.mod-walkThrough .close span {
  width: 22px;
  height: 4px;
  display: block;
  background: #84C910;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
}
.mod-walkThrough .close span.top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}
.mod-walkThrough .close span.bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}
.mod-walkThrough .walkThrough__inner {
  display: table-cell;
  vertical-align: middle;
}
.mod-walkThrough .walkThrough__inner .grid {
  position: relative;
  margin: 0 auto 0 auto;
  width: 280px;
  height: 387px;
}
.mod-walkThrough .walkThrough__inner .grid .blocks {
  position: relative;
}
.mod-walkThrough .walkThrough__inner .grid .blocks .block {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.mod-walkThrough .walkThrough__inner .grid .blocks .block.curr {
  opacity: 1;
  z-index: 1;
}
.mod-walkThrough .walkThrough__inner .grid .blocks .block .image {
  height: 146px;
  text-align: center;
}
.mod-walkThrough .walkThrough__inner .grid .blocks .block .image img {
  width: auto;
  height: 100%;
}
.mod-walkThrough .walkThrough__inner .grid .blocks .block .texts {
  text-align: center;
  margin-bottom: 20px;
}
.mod-walkThrough .walkThrough__inner .grid .blocks .block .texts .title {
  padding: 20px 0 0 0;
  margin: 0 0 14px 0;
  font-size: 17px;
  font-weight: bold;
  color: #84C910;
}
.mod-walkThrough .walkThrough__inner .grid .blocks .block .texts .desc {
  font-size: 12px;
  line-height: 1.6;
}
.mod-walkThrough .walkThrough__inner .grid .blocks .block .texts .btn .mod-linkBtn {
  margin-bottom: 14px;
}
.mod-walkThrough .walkThrough__inner .grid .dotsWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.mod-walkThrough .walkThrough__inner .grid .dotsWrap .check {
  margin-bottom: 3px;
}
.mod-walkThrough .walkThrough__inner .grid .dotsWrap .check .check__inner {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.mod-walkThrough .walkThrough__inner .grid .dotsWrap .check .check__inner .checkbox {
  display: inline-block;
  vertical-align: middle;
}
.mod-walkThrough .walkThrough__inner .grid .dotsWrap .check .check__inner .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
.mod-walkThrough .walkThrough__inner .grid .dotsWrap .dots .dot {
  margin: 0 4px 0 4px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #eee;
  cursor: pointer;
}
.mod-walkThrough .walkThrough__inner .grid .dotsWrap .dots .dot.curr {
  background-color: #84C910;
}

.walkThrough .mod-walkThrough {
  display: table;
}
.walkThrough .mod-walkThrough .check {
  display: none;
}

.error .contents {
  padding: 50px 0 40px;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 414px) {
  .error .contents {
    text-align: center;
  }
}
.error .contents .hint {
  margin: 30px 0 15px;
  font-size: 13px;
  line-height: 1.4;
}
.error .contents .hint a {
  text-decoration: underline;
  color: #84C910;
}
.error .contents .nextBtn {
  margin-bottom: 60px;
}
.error .contents .contact-info .txt {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.4;
}
.error .contents .contact-info .txt a {
  text-decoration: underline;
  color: #84C910;
}

.contact-info {
  margin-bottom: 20px;
}
.contact-info .ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
.contact-info .tel {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.contact-info .tel span {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 414px) {
  .contact-info .tel span {
    display: block;
  }
}
.contact-info .email {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

[class^=contactlink-] {
  color: #84C910;
  text-decoration: underline;
  display: inline-block;
  padding: 3px 0;
  white-space: nowrap;
}
.finput{
  width:322px;
  min-height:48px;
  border-radius:5px;
  padding-left:10px;
}
.fselect{
  width:332px;
  min-height:48px;
  border-radius:5px;
  padding-left:10px;
  background-color:white;
}
.genre{
  position: relative;
}
.genre::before {
  right: 14px;
  top: calc(50% - 0px);
  transform: rotate(45deg);
  content:"";
  width:14px;
  height:3px;
  display:inline-block;
  background:#e0e0e0;
  position: absolute;
  pointer-events: none;
}
.genre::after {
  right: 6px;
  bottom: calc(50% - 3px);
  transform: rotate(-45deg);
  content:"";
  width:14px;
  height:3px;
  display:inline-block;
  background:#e0e0e0;
  position: absolute;
  pointer-events: none;
}

.ftext{
  width:322px;
  min-height:140px;
  border-radius:5px;
  padding-left:10px;
  padding-top:13px;
  resize: none;
}
.submitb{
  width:332px;
  border-radius:10px;
  min-height:48px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color:#F4B800;
  font-weight:bold;
}
select:invalid { color: #CCCCCC; background-color:white; }
select option { color: black; }
select option:first-child { color: #CCCCCC; }
::placeholder {
  color: #CCCCCC;
}