@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
	margin-top: 0px;
	padding-bottom: 0px;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =========================================================
 Base
========================================================= */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 100%;
}

body {
  font-size: 1rem;
  line-height: 1.0;
  color: #444;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  word-break: break-word;
  overflow-y: scroll;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

a {
  color: #444;
  text-decoration: none;
  outline: none;
}
a:link {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #444;
  text-decoration: none;
}
a:visited {
  color: #444;
  text-decoration: none;
}
a:visited:hover {
  color: #444;
  text-decoration: none;
}

/* =========================================================
 layout
========================================================= */
/* container
--------------------------------------------------------- */
.container__inner {
  *zoom: 1;
  margin: 0 auto;
  max-width: 1648px;
  width: 100%;
  padding: 0 24px;
}
.container__inner:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 769px) and (max-width: 1599px) {
  .container__inner {
    max-width: 1288px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .container__inner {
    width: 100%;
    padding: 0 30px;
  }
}

/* main
--------------------------------------------------------- */
/* =========================================================
 header
========================================================= */
/* header
--------------------------------------------------------- */
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 180px;
}
.header__logo {
  margin: 0;
  padding-right: 20px;
  min-width: 340px;
}
.header__btn {
  display: none;
}
.header__nav {
  margin-left: auto;
  width: 100%;
  max-width: 680px;
}
.header__nav__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.header__nav__links li {
  padding: 0 10px;
}
.header__nav img {
  max-width: 120px;
}
.header__nav span {
  display: none;
}
#js-menu-trigger {
  cursor: pointer;
}
.header__mymenu {
  background: #f6f6f6;
}
.header__mymenu__inner {
  display: table;
  width: 100%;
}
.header__mymenu__btns {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border-left: solid 1px #ddd;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.header__mymenu__btns li {
  display: inline-block;
  border-right: solid 1px #ddd;
}
.header__mymenu__btns li:nth-child(1) span {
  background: url('/javax.faces.resource/hdr_icn_favorite.png.xhtml?ln=images') no-repeat left center;
}
.header__mymenu__btns li:nth-child(2) span {
  background: url('/javax.faces.resource/hdr_icn_history.png.xhtml?ln=images') no-repeat left center;
}
.header__mymenu__btns a {
  display: block;
  padding: 20px;
  white-space: nowrap;
  font-size: 0.875rem;
}
.header__mymenu__btns a.is-active {
  background: #ddd;
  font-weight: bold;
}
.header__mymenu__btns span {
  display: inline-block;
  padding: 1px 0 1px 20px;
}
.header__mymenu__info {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.header__mymenu__info dl {
  display: table;
  width: 100%;
  margin: 0;
}
.header__mymenu__info dt, .header__mymenu__info dd {
  display: table-cell;
  vertical-align: middle;
}
.header__mymenu__info dt {
  padding: 0 0 0 1em;
}
.header__mymenu__info dd {
  width: 5%;
  padding-left: 1em;
}
.header__mymenu__info dd a {
  display: block;
  padding: 8px 12px;
  border-radius: 3px;
  background: #999;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.header__mymenu__info dd span {
  display: inline-block;
  padding: 4px 0 4px 28px;
  background: url('/javax.faces.resource/hdr_icn_logout.png.xhtml?ln=images') no-repeat left center;
}
.header__slideitem {
  background: #ddd;
}
.header__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.header__slider-wrap {
  position: relative;
  display: none;
  padding: 30px 40px 25px;
}
.header__slider__item {
  margin: 0 10px;
  width: 180px;
}
.header__slider__item p {
  margin: 0.5em 0 0 0;
  width: 100%;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header__slider__controls {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__slider__prev, .header__slider__next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.header__slider__prev {
  left: 0;
}
.header__slider__next {
  right: 0;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .header__inner {
    position: relative;
  }
  .header__btn {
    display: block;
    margin: 0 0 0 auto;
  }
  .header__nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    max-width: 100%;
    z-index: 90000;
  }
  .header__nav img {
    display: none;
  }
  .header__nav span {
    display: block;
  }
  .header__nav__links {
    display: block;
    background: #f485a2;
  }
  .header__nav__links li {
    border-bottom: solid 1px #fff;
  }
  .header__nav__links a {
    position: relative;
    display: block;
    padding: 15px;
    color: #fff !important;
  }
  .header__nav__links a::after {
    position: absolute;
    display: block;
    content: "";
    right: 15px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__mymenu {
    font-size: 0.875rem;
  }
  .header__mymenu__btns a {
    padding: 20px 15px;
  }
  .header__mymenu__btns span {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

/* =========================================================
 banner
========================================================= */
.bannerarea {
  padding: 1.5em 0;
  background:#fefefe;
  text-align: center;
}
.bannerarea.header_top {
  padding-bottom: 0;
}
.bannerarea.header_top>.container__inner>div {
  padding-bottom: 12px;
}
.bannerarea.header_top:empty {
  display: none;
}
.bannerarea img {
  width: 100%;
  height: auto;
}

/* =========================================================
 footer
========================================================= */
.footer__note {
  padding: 45px 0;
  text-align: center;
  line-height: 1.5;
}
.footer__note p {
  margin: 0;
}
.footer__link {
  padding: 30px 0;
  border-top: dotted 1px #ccc;
  font-size: 0.875rem;
}
.footer__link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__link ul li {
  margin-right: 20px;
}
.footer__link ul li:last-child {
  margin-right: 0;
}
.footer__link ul a {
  display: inline-block;
  padding-left: 11px;
  background: url('/javax.faces.resource/icn_arw_o.png.xhtml?ln=images') no-repeat left center;
}
.footer__copyright {
  padding: 20px 0;
  border-top: dotted 1px #ccc;
  font-size: 0.875rem;
  text-align: center;
}
.footer__copyright p {
  margin: 0;
}
.footer__pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  margin: 0;
  z-index: 10000;
}
.footer__pagetop img {
  cursor: pointer;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .footer__link {
    padding: 10px 0;
  }
  .footer__link ul {
    display: block;
    overflow: hidden;
  }
  .footer__link ul li {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* =========================================================
 main
========================================================= */
/* breadcrumb
--------------------------------------------------------- */
.breadcrumb {
  padding: 30px 0 40px 0;
  font-size: 0.875rem;
}
.breadcrumb--bdb {
  border-top: dotted 1px #f485a2;
}
.breadcrumb__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
  overflow: hidden;
}
.breadcrumb__list li {
  float: left;
}
.breadcrumb__list li:last-child {
  font-weight: bold;
}
.breadcrumb__list a:after {
  content: ">";
  display: inline-block;
  margin: 0 0.5em 0 0.6em;
}

/* main-footer
--------------------------------------------------------- */
.main-footer {
  padding: 30px 0;
  background: #f6f6f6;
}
.main-footer__totop {
  margin: 0;
}
.main-footer__totop a, .main-footer__totop span {
  display: inline-block;
  padding: 16px 65px;
  background: #000 url('/javax.faces.resource/icn_arw_wl.png.xhtml?ln=images') no-repeat left 10px center;
  border-radius: 5px;
  color: #fff !important;
}

/* labels
--------------------------------------------------------- */
.labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.labels li {
  margin: 0 10px 15px 0;
}
.labels__item {
  display: inline-block;
  padding: 5px 0.5em 3px 0;
  padding-left: calc(0.5em + 14px) !important;
  background-color: #eee;
  background-image: url('/javax.faces.resource/icn_close_label.png.xhtml?ln=images');
  background-position: 5px center;
  background-repeat: no-repeat;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
}
.labels__item--l {
  padding: 8px 0.5em 6px 0;
  background-color: #fde7ec;
  font-size: 1.125rem;
}
.labels__item--m {
  padding: 8px 0.5em 6px 0;
  font-size: 0.95rem;
}
.labels__item--s {
  font-size: 0.875rem;
}
.labels--noicon .labels__item {
  padding-left: 0.5em !important;
  background-image: none !important;
}

/* design-list
--------------------------------------------------------- */
.design-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px 0 0;
  padding: 0;
  list-style: none;
}
.design-list__item {
  margin-bottom: 40px;
  width: 20%;
  padding-right: 13px;
}
.design-list__image {
  margin-bottom: 10px;
  background: #eee url('/javax.faces.resource/bg_noitem.png.xhtml?ln=images') no-repeat center;
  border-radius: 8px;
}
.design-list__image:not(:empty) {
  background: #eee none;
}
.design-list__link {
  position: relative;
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.design-list__link:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url('/javax.faces.resource/icn_zoom.png.xhtml?ln=images') no-repeat;
}
.design-list__title {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1599px) {
  .design-list__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .design-list__item {
    width: 33.3333333%;
  }
}

/* modal
--------------------------------------------------------- */
.modal {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  background: #fff;
  border-radius: 10px;
}
.modal h2 {
  margin: 0 0 20px;
  padding: 0 0 5px 0;
  border-bottom: dashed 1px #dc8a9f;
  font-size: 2rem;
  color: #dc8a9f;
  font-weight: normal;
}
.modal__content {
  padding: 30px 40px;
}
.modal__content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.modal__content__inner > div {
  margin: 0 15px;
}
.modal__content__image {
  width: 100%;
  max-width: 500px;
  min-width: 500px;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
}
.modal__content__image p {
  margin: 5px 0 0 0;
  font-size: 0.75rem;
}
.modal__content__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 790px;
}
.modal__content__detail dl {
  margin: 0 0 20px 0;
}
.modal__content__detail dt {
  margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: 1px dotted #CCCCCC;
	font-weight: bold;
	color: #444444;
}
.modal__content__detail dd {
  margin: 0;
}
.modal__content__detail p {
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
}
.modal__content__detail p a {
  display: inline-block;
  padding: 20px 70px;
  background: #f888ba;
  border-radius: 5px;
  font-size: 1.5rem;
  color: #fff !important;
}
.modal__content__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto -15px 0;
  padding: 0;
  list-style: none;
}
.modal__content__btns li {
  margin: 0 15px;
  width: calc(50% - 30px);
}
.modal__content__btns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 8px 5px 5px;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #fff !important;
  text-align: center;
}
.modal__content__btn--download {
  background: #f888ba;
}
.modal__content__btn--sheet {
  background: #000;
}
.modal__carousel {
  background: #f6f6f6;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
}
.modal__carousel h3 {
  margin: 0 0 10px;
  padding: 0 40px;
  font-weight: normal;
  font-size: 1rem;
}
.modal__carousel h3 span {
  display: inline-block;
  padding: 7px 10px 5px;
  border-radius: 0 0 5px 5px;
  background: #aaa;
  color: #fff;
}
.modal__carousel__inner {
  position: relative;
  margin: 0 40px;
}
.modal__carousel__slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal__carousel__slider.cs-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.modal__carousel__control {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal__carousel__control li {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}
.modal__carousel__prev {
  left: -28px;
}
.modal__carousel__next {
  right: -28px;
}
.modal .mfp-close {
  position: absolute;
  border: 0;
  width: 32px;
  height: 32px;
  top: 5px;
  right: 5px;
  background: transparent url('/javax.faces.resource/icn_close_modal.png.xhtml?ln=images') no-repeat;
  color: transparent;
}
@media only screen and (min-width: 769px) and (max-width: 1599px) {
  .modal {
    max-width: 1080px;
  }
  .modal__content__image {
    min-width: auto;
    width: calc(50% - 30px);
  }
  .modal__content__detail {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .modal__content {
    padding: 30px 20px;
  }
  .modal__content__inner {
    display: block;
    margin: 0;
  }
  .modal__content__inner > div {
    margin: 0;
  }
  .modal__content__image {
    float: left;
    margin-right: 20px !important;
    min-width: auto;
    width: calc(400 / 688 * 100%);
  }
  .modal__content__detail {
    width: auto;
  }
  .modal__content__detail--tb {
    padding-top: 20px;
    clear: both;
  }
  .modal__content__detail--tb dl {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  .mfp-container {
    padding: 10px 20px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* =========================================================
 heading
========================================================= */
.heading {
  margin: 0;
  line-height: 1.3;
}
.heading--h1 {
  margin-bottom: 50px;
}
.heading--h2 {
  margin-bottom: 45px;
  padding-top: 15px;
  border-top: dotted 1px #f485a2;
  font-size: 1.75rem;
  font-weight: normal;
}
.heading--h2--bdnone {
  border-top: none;
}
.heading--h2--with-lead {
  margin-bottom: 15px;
}
.heading--h2--with-lead + p {
  margin-bottom: 40px;
}
.heading + .heading {
  margin-top: 0;
}

/* =========================================================
 home
========================================================= */
/* home-newdesign
--------------------------------------------------------- */
.home-newdesign {
  overflow: hidden;
}
.home-newdesign__slider {
  margin: 0 -9px 0 -10px;
}
.home-newdesign__slider__item {
  min-width: 200px;
}
.home-newdesign__slider__item a {
  position: relative;
  display: block;
  margin: 0 10px;
  border: solid 1px #ccc;
}
.home-newdesign__slider__item p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 12px 10px;
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.home-newdesign__slider__item img {
  height: 250px;
}
.home-newdesign__slider .slick-dots {
  bottom: -50px;
}
.home-newdesign__slider .slick-dots li button:before {
  opacity: 1 !important;
  font-size: 20px;
  color: #ccc;
}
.home-newdesign__slider .slick-dots li.slick-active button:before {
  color: #f485a2;
}
.home-newdesign__slider .slick-dotted.slick-slider {
  margin-bottom: 40px;
}
.home-newdesign__slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  padding: 50px 30px;
  z-index: 8000;
}
.home-newdesign__slider__prev {
  left: 20px;
  width: 29px;
  height: 51px;
  background: url('/javax.faces.resource/newdesign_slider_prev.png.xhtml?ln=images') no-repeat center;
}
.home-newdesign__slider__prev:hover {
  background: url('/javax.faces.resource/newdesign_slider_prev_f2.png.xhtml?ln=images') no-repeat center;
}
.home-newdesign__slider__next {
  right: 20px;
  width: 29px;
  height: 51px;
  background: url('/javax.faces.resource/newdesign_slider_next.png.xhtml?ln=images') no-repeat center;
}
.home-newdesign__slider__next:hover {
  background: url('/javax.faces.resource/newdesign_slider_next_f2.png.xhtml?ln=images') no-repeat center;
}
.home-newdesign__search {
  margin-top: 80px;
  padding: 50px 0;
  background: url('/javax.faces.resource/newdesign_search_bg.png.xhtml?ln=images');
}
.home-newdesign__search dl {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.home-newdesign__search dt a {
  display: inline-block;
  padding: 20px 80px;
  background: #f485a2;
  border-radius: 8px;
  box-shadow: 0 3px 0 0 #c76d85;
  color: #fff !important;
  font-size: 1.75rem;
}
.home-newdesign__search dt span {
  display: inline-block;
  padding: 6px 0 6px 48px;
  background: url('/javax.faces.resource/newdesign_search_icn.png.xhtml?ln=images') no-repeat left center;
}
.home-newdesign__search dd {
  margin: 1em 0 0 0;
}

/* home-search
--------------------------------------------------------- */
.home-search {
  padding: 80px 0;
  background: #eee;
}
.home-search__character {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
  padding: 0;
  list-style: none;
}
.home-search__character li {
  margin: 0 0 35px;
  padding: 0 16px;
  width: 12.5%;
}
.home-search__character a > div {
  transition: opacity 0.25s;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 0 0 #ccc;
  opacity: 1;
}
.home-search__character a > div img {
  border-radius: 50%;
}
.home-search__character a > p {
  margin: 0.8em 0 0 0;
  text-align: center;
}
.home-search__character a > p span {
  display: inline-block;
  padding-left: 11px;
  background: url('/javax.faces.resource/icn_arw_o.png.xhtml?ln=images') no-repeat left center;
}
.home-search__character a:hover > div {
  opacity: 0.6;
}
.home-search__age {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17px 5px;
  padding: 0;
  list-style: none;
}
.home-search__age li {
  margin: 0 0 30px;
  padding: 0 17px;
  width: 14.285714%;
}
.home-search__age li a {
  display: block;
  padding: 30px 20px;
  border-radius: 8px;
  background: #fff url('/javax.faces.resource/icn_arw_o.png.xhtml?ln=images') no-repeat right 15px center;
  box-shadow: 0 3px 0 0 #ccc;
  font-size: 1.75rem;
  text-align: center;
}
.home-search__btn {
  margin: 0;
  text-align: right;
}
.home-search__btn a {
  display: inline-block;
  padding: 16px 65px;
  border-radius: 5px;
  background: #f888ba url('/javax.faces.resource/icn_arw_w.png.xhtml?ln=images') no-repeat right 10px center;
  color: #fff !important;
}
.home-search__btn + .heading {
  margin-top: 80px;
}
@media only screen and (min-width: 769px) and (max-width: 1599px) {
  .home-search__character li {
    width: 16.666666%;
  }
  .home-search__age li {
    width: 20%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .home-search__character {
    margin: 0;
    padding: 0 35px;
  }
  .home-search__character li {
    width: 33.333333%;
  }
  .home-search__age li {
    width: 33.333333%;
  }
}

/* =========================================================
 Utility
========================================================= */
/* clearfix & overflow
--------------------------------------------------------- */
.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}

.u-ofh {
  overflow: hidden;
}

/* a:hover
--------------------------------------------------------- */
.u-oro {
  transition: opacity 0.25s;
  opacity: 1;
}
.u-oro:hover {
  opacity: 0.65;
}

/* image
--------------------------------------------------------- */
img.u-liquid {
  width: 100%;
  height: auto;
}
img.u-liquid--mw {
  min-width: 200px;
  max-width: 100%;
  height: auto;
}

/* display
--------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  .u-none--pc {
    display: none;
  }
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  .u-none--tb {
    display: none;
  }
}

/* margin, padding
--------------------------------------------------------- */
.u-mg--0 {
  margin: 0 !important;
}

.u-mb--0 {
  margin-bottom: 0 !important;
}

.u-mb--3 {
  margin-bottom: 0.1875rem !important;
}

.u-mb--5 {
  margin-bottom: 0.3125rem !important;
}

.u-mb--10 {
  margin-bottom: 0.625rem !important;
}

.u-mb--20 {
  margin-bottom: 1.25rem !important;
}

.u-mb--30 {
  margin-bottom: 1.875rem !important;
}

.u-mb--40 {
  margin-bottom: 2.5rem !important;
}

.u-mb--50 {
  margin-bottom: 3.125rem !important;
}

.u-mb--60 {
  margin-bottom: 3.75rem !important;
}

.u-mb--80 {
  margin-bottom: 5rem !important;
}

.u-mb--100 {
  margin-bottom: 6.25rem !important;
}

.u-mt--0 {
  margin-top: 0 !important;
}

.u-mt--5 {
  margin-top: 0.3125rem !important;
}

.u-mt--10 {
  margin-top: 0.625rem !important;
}

.u-mt--20 {
  margin-top: 1.25rem !important;
}

.u-mt--30 {
  margin-top: 1.875rem !important;
}

.u-mt--40 {
  margin-top: 2.5rem !important;
}

.u-mt--50 {
  margin-top: 3.125rem !important;
}

.u-mt--60 {
  margin-top: 3.75rem !important;
}

.u-mt--80 {
  margin-top: 5rem !important;
}

.u-mt--100 {
  margin-top: 6.25rem !important;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* Text
--------------------------------------------------------- */
/* ----- text-align ----- */
.u-ta--l {
  text-align: left !important;
}

.u-ta--r {
  text-align: right !important;
}

.u-ta--c {
  text-align: center !important;
}

/* ----- vertical-align ----- */
.u-va--t {
  vertical-align: top;
}

.u-va--m {
  vertical-align: middle;
}

.u-va--b {
  vertical-align: bottom;
}

/* ----- font-weight ----- */
.u-fw--b {
  font-weight: bold !important;
}

.u-fw--n {
  font-weight: normal !important;
}

/* ----- float ----- */
.u-fl--l {
  float: left;
}

.u-fl--r {
  float: right;
}

/* ----- color ----- */
.u-fc--important {
  color: #f00;
}

.u-fc--require,
.u-fc--error {
  color: #f00;
}

/* ----- lineheight ----- */
.u-lh--120 {
  line-height: 1.2;
}

.u-lh--130 {
  line-height: 1.3;
}

.u-lh--140 {
  line-height: 1.4;
}

.u-lh--150 {
  line-height: 1.5;
}

.u-lh--160 {
  line-height: 1.6;
}

.u-lh--170 {
  line-height: 1.7;
}

.u-lh--180 {
  line-height: 1.8;
}

/* ----- list ----- */
.u-list--nomarker {
  margin-left: 0;
  padding: 0;
  list-style: none;
}

/* ----- youtube ----- */
.u-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  padding-bottom: 0;
}

.u-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.attentionTxt {
  text-align: center;
  color: #FF0000;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#preview_image {
  background: url('/javax.faces.resource/ajax-loader.gif.xhtml?ln=images') no-repeat center center;
}

#modal {
  display: none;
  background-color: white;
}
.ui-dialog {
  width: 100% !important;
}
.ui-dialog-titlebar {
  display: none;
}
.ui-widget-overlay {
  background-color: #0b0b0b;
  opacity: 0.8;
}
