@charset "UTF-8";
/* --------------------------------------------------------------------
	リセット
--------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code, form,
fieldset, legend, input, textarea, p, blockquote, th, td, address,
caption, cite, code, dfn, em, strong, th, var, a, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
}

body {
  min-width: 960px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  background: #fff;
}

address, caption, cite, code, dfn, em, th, var {
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

a {
  text-decoration: none;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  border: none;
}

ol li {
  margin-left: 2em;
  list-style: decimal;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

input {
  vertical-align: middle;
  padding: 1px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
}

input[type="text"], input[type="search"], input[type="password"] {
  position: relative;
  height: 1.0em;
  margin: 5px 0;
  padding: 0.6em;
  border: 1px solid #999;
  border-radius: 5px;
}

input[type="password"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="image"],
input[type="submit"],
input[type="button"] {
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}

input[type="image"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 7px;
  border: 1px solid #2299e1;
  border-radius: 0;
  line-height: 1.3;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #d9e4ea;
}

q::before, q ::after {
  content: '';
}

/* to preserve line-height and selector appearance */
sup {
  position: relative;
  top: -0.1em;
  vertical-align: top;
  font-size: 75.5%;
}

sub {
  vertical-align: text-bottom;
}

table {
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: unset;
}

h1 {
  font-size: 4rem;
  line-height: 1;
}

h2 {
  font-size: 2.8rem;
  line-height: 1;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

h5, h6 {
  font-size: 1.4rem;
}

@media all and (-ms-high-contrast: none) {
  h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
  }
}

.wrapper_ {
  overflow: hidden;
  position: relative;
  left: 80px;
  margin: 0;
  width: calc(100% - 80px);
  min-width: 768px;
}

.container_ {
  overflow: hidden;
  position: relative;
  margin: 0 auto 80px;
  width: 100%;
  zoom: 1;
}

.container_ th, .container_ td {
  border: none;
  font-weight: normal;
}

.container_ .submit_ {
  margin: 0 auto;
}

.container__inner_ {
  width: 700px;
  margin: 0 auto;
}

.small_ {
  font-size: 80%;
}

.ly__styleGuide__buttonBox {
  margin-bottom: 20px;
}

/* -- styleguide button -- */
button {
  position: relative;
  width: 100%;
  padding: 12px 5px;
  border: 1px solid #2299e1;
  font-size: 1.6rem;
  text-align: center;
  color: #2299e1;
  background: #fff;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
  outline: none;
}

button :hover {
  opacity: 0.7;
}

button.btn__actFocusOff_.on {
  border: 1px solid #e20c0c;
  color: #fff;
  background: #e20c0c;
  cursor: pointer;
}

.styleGuide__button {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 150px;
  padding: .7em 1.2em;
  text-align: center;
}

.ly__styleGuide__button--colum {
  margin: 0 10px;
}

.ly__styleGuide__button--colum:first-of-type {
  margin-left: 0;
}

.ly__styleGuide__button--colum:last-of-type {
  margin-right: 0;
}

.styleGuide__button--base {
  color: #fff !important;
  background: #2299e1;
}

.styleGuide__button--frame {
  border: solid 1px #2299e1;
  color: #2299e1;
  background: #fff;
}

.input__redBtn_ {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 240px;
  height: 80px;
  margin-bottom: 10px;
  padding: 0;
  border: 1px solid #e20c0c;
  text-align: center;
  line-height: 140%;
  color: #fff;
  background: #e20c0c;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}

.input__redBtn_:hover {
  opacity: .6;
}

.input__redBtn_ span {
  display: inline-block;
  position: relative;
}

.input__redBtn_ span img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  margin-right: 15px;
  padding: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input__redBtn_ > span {
  top: 50%;
  margin-left: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_innerTxt {
  display: block;
  position: relative;
  margin: 10px 10px 10px 25px;
  padding-left: 10px;
  text-align: left;
}

.nextStep__fixBtnIn_ button {
  width: 246px;
  padding: 6px 1em;
  font-size: 1.2rem;
}

.termsDis {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 16px 7px 14px;
  border: none;
  border-radius: 0;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  background: #b7b7b7;
}

.index__function_ .swiper-slide img, .index__searchShop_ img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 40px;
  border: solid 1px #d9e4ea;
}

/* -- searchtop & globalnav -- */
.side__megamenuTypeBox_ {
  float: left;
  overflow: hidden;
}

.side__megamenuTypeBox_ h4 {
  margin: 14px 0;
}

.side__megamenuGenreBox_ {
  float: left;
  overflow: hidden;
}

.side__megamenuTypeBox_, .side__megamenuGenreBox_ {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gheader_ .side__megamenuTypeShape_, #side__gender .side__megamenuTypeShape_ {
  float: left;
  margin: 0 50px 0 0;
}

.gheader_ .side__megamenuTypeShape_ h4 a, #side__gender .side__megamenuTypeShape_ h4 a {
  color: #2299e1;
}

.gheader_ .side__megamenuTypeShape_ li, #side__gender .side__megamenuTypeShape_ li {
  margin: 0 0 5px;
}

.gheader_ .side__megamenuTypeShape_ li a, #side__gender .side__megamenuTypeShape_ li a {
  position: relative;
  padding: 0 0 0 60px;
  text-align: left;
  line-height: 1;
  color: #2299e1;
}

.gheader_ .side__megamenuTypeShape_ li span, #side__gender .side__megamenuTypeShape_ li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 17px;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gheader_ .side__megamenuTypeShape_ .item__generalLink_ a, #side__gender .side__megamenuTypeShape_ .item__generalLink_ a {
  padding-left: 0;
}

.gheader_ .side__megamenuTypeColor_, #side__gender .side__megamenuTypeColor_ {
  float: left;
  overflow: hidden;
  width: 80px;
  height: auto;
  margin: 0 50px 0 0;
  padding: 0 50px 0 0;
  border-right: #c9e6f8 solid 1px;
}

.gheader_ .side__megamenuTypeColor_ h4 a, #side__gender .side__megamenuTypeColor_ h4 a {
  color: #2299e1;
}

.gheader_ .side__megamenuTypeColor_ li, #side__gender .side__megamenuTypeColor_ li {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 20px 10px 0;
}

.gheader_ .side__megamenuTypeColor_ li a, #side__gender .side__megamenuTypeColor_ li a {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.gheader_ .side__megamenuTypeColor_ li span, #side__gender .side__megamenuTypeColor_ li span {
  display: block;
  width: 20px;
  height: 20px;
}

.gheader_ .side__megamenuGenre_, #side__gender .side__megamenuGenre_ {
  position: relative;
  float: left;
  margin: 0 40px 0 0;
}

.gheader_ .side__megamenuGenre_:last-child, #side__gender .side__megamenuGenre_:last-child {
  min-width: 250px;
  max-width: 350px;
  height: auto;
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.gheader_ .side__megamenuGenre_ h4, #side__gender .side__megamenuGenre_ h4 {
  margin: 14px 0;
}

.gheader_ .side__megamenuGenre_ li, #side__gender .side__megamenuGenre_ li {
  margin: 0 0 5px;
}

.gheader_ .side__megamenuGenre_ a, #side__gender .side__megamenuGenre_ a {
  position: relative;
  text-align: left;
  color: #2299e1;
}

.gheader_ .side__megamenuGenre_ .ly__styleGuide__navSearchSeriesList--bottomSpace, #side__gender .side__megamenuGenre_ .ly__styleGuide__navSearchSeriesList--bottomSpace {
  margin-bottom: 20px;
}

.gheader_ .side__megamenuTypePrice_, #side__gender .side__megamenuTypePrice_ {
  float: left;
  height: auto;
  margin: 0 60px 0 0;
  padding: 0;
}

.gheader_ .side__megamenuTypePrice_ h4 a, #side__gender .side__megamenuTypePrice_ h4 a {
  color: #2299e1;
}

.gheader_ .side__megamenuTypePrice_ li, #side__gender .side__megamenuTypePrice_ li {
  margin: 0 0 10px;
}

.gheader_ .side__megamenuTypePrice_ li a, #side__gender .side__megamenuTypePrice_ li a {
  display: block;
  color: #2299e1;
}

.gheader_ .ly__styleGuide__navSearchTypeShapeList--topSpace, #side__gender .ly__styleGuide__navSearchTypeShapeList--topSpace {
  margin-top: 15px;
}

.side__megamenuSeriesBox_ {
  float: left;
  overflow: hidden;
}

.side__megamenuSeries_ {
  position: relative;
  float: left;
  height: auto;
  margin: 0 20px 0 0;
}

.side__megamenuSeries_ h4 {
  margin: 14px 0;
}

.side__megamenuSeries_ li {
  margin: 0 0 5px;
}

.side__megamenuSeries_ a {
  position: relative;
  text-align: left;
  color: #2299e1;
}

.side__megamenuSeries_ a span.side__megamenuSummaryTxt_ {
  display: block;
  position: static;
  width: auto;
  height: auto;
  line-height: 140%;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 1.2rem;
  color: #2299e1;
}

.side__megamenuSeriesListBtm_ {
  position: absolute;
  bottom: 0;
  left: 0;
}

.item__shape_1_ span {
  background-image: url(../../../img/private/pc/common/shape_square.png);
  background-repeat: no-repeat;
}

.item__shape_2_ span {
  background-image: url(../../../img/private/pc/common/shape_oval.png);
  background-repeat: no-repeat;
}

.item__shape_3_ span {
  background-image: url(../../../img/private/pc/common/shape_wellington.png);
  background-repeat: no-repeat;
}

.item__shape_4_ span {
  background-image: url(../../../img/private/pc/common/shape_boston.png);
  background-repeat: no-repeat;
}

.item__shape_5_ span {
  background-image: url(../../../img/private/pc/common/shape_round.png);
  background-repeat: no-repeat;
}

.item__color__1_ span {
  background: #000;
}

.item__color__2_ span {
  background: #999;
}

.item__color__3_ span {
  background: #960;
}

.item__color__4_ span {
  background: #060;
}

.item__color__5_ span {
  background: #039;
}

.item__color__6_ span {
  background: #639;
}

.item__color__7_ span {
  background: #fc0;
}

.item__color__8_ span {
  background: #f6b1d8;
}

.item__color__9_ span {
  background: #c00;
}

.item__color__10_ span {
  background: #f60;
}

.item__color__11_ span {
  background: url(../../../img/private/pc/common/color_silver.png) 50% 50%;
  background-size: 100%;
}

.item__color__12_ span {
  background: url(../../../img/private/pc/common/color_gold.png) 50% 50%;
  background-size: 100%;
}

.item__color__13_ span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: #ccc solid 1px;
  border-radius: 100%;
  background: #FFF;
}

.item__color__99_ span {
  background: url(../../../img/private/pc/common/color_other.png) 50% 50%;
  background-size: 100%;
}

.ly__styleGuide__navSearchList--topSpace {
  margin-bottom: 20px;
}

.itemPrice_tax_ {
  vertical-align: middle;
  margin-left: .2em;
  font-size: 1.56rem;
}

.ui-helper-clearfix::before, .ui-helper-clearfix::after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix::after {
  clear: both;
}

.fContent__layout__line2_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fContent__layout__line2_ .efo__wrapBox_ {
  display: block;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

.fContent__layout__line3_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fContent__layout__line3_ .fContent__parts__sizeS_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.fContent__layout__line3_ label {
  position: relative;
}

.fContent__layout__line3_ label::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 1.5em;
  width: 10px;
  height: 10px;
  border-right: #2299e1 solid 1px;
  border-bottom: #2299e1 solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

.fContent__layout__line3_ .fContent__parts__sizeS_ select {
  width: 182px;
  margin: 5px 10px;
}

.fContent__layout__line3_ .fContent__select__wrap_::after {
  display: none;
}

.fContent__parts__sizeM_ {
  width: 44%;
}

.fContent__parts__sizeS_ {
  width: 26%;
}

.efo__wrapBox_ {
  position: relative;
}

.fContent__select__wrap_ {
  display: block;
  position: relative;
}

.fContent__select__wrap_::after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 1em;
  width: 10px;
  height: 10px;
  border-right: #2299e1 solid 1px;
  border-bottom: #2299e1 solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

.fContent__select__wrap_ select {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: none;
  text-align: left;
  width: 100%;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: .5em .5em .5em 1em;
  border: #2299e1 solid 1px;
  background: #fff;
}

/* チェックボックスデザイン */
input[type="checkbox"] {
  position: relative;
  background: #fff;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox__parts_ {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox__label_::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #757575;
  background: #f1f1f1;
}

.one__goods_ {
  position: relative;
}

.del_ {
  display: block;
  float: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
}

.termsCheck_check {
  display: none;
}

.termsCheck_label {
  position: relative;
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.termsCheck_label a {
  text-decoration: underline;
  color: #2299e1;
}

.termsCheck_check + .termsCheck_label::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 2px solid #666;
  background: #fff;
}

.termsCheck_check:checked + .termsCheck_label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 15px;
  height: 8px;
  margin-top: -10px;
  border-bottom: 4px solid #2299e1;
  border-left: 4px solid #2299e1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.cpformContainer input[type="checkbox"] + label {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 10px 15px 10px 45px;
  border: 2px solid #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cpformContainer input[type="checkbox"] + label::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 2px solid #757575;
  background: #fff;
}

.cpformContainer input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  width: 13px;
  height: 6px;
  margin-top: -8px;
  border-bottom: 4px solid #2299e1;
  border-left: 4px solid #2299e1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

label {
  margin: 0;
  padding-bottom: 0;
  line-height: inherit;
  cursor: pointer;
}

input[type="radio"] {
  display: none;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
}

input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #757575;
  border-radius: 50%;
  background: #fff;
}

input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2299e1;
}

input[name="mailnews"] + label {
  position: relative;
  padding-left: 30px;
}

input[name="mailnews"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #ebebeb;
  border-radius: 50%;
  background: #fff;
}

input[name="mailnews"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2299e1;
}

input::-webkit-input-placeholder {
  color: #abd3f0;
}

input::-moz-placeholder {
  color: #abd3f0;
}

input:-ms-input-placeholder {
  color: #abd3f0;
}

input::-ms-input-placeholder {
  color: #abd3f0;
}

input::placeholder {
  color: #abd3f0;
}

.formLayout__lineFree_ label {
  display: inline-block;
  padding-right: 30px;
}

.formRequired_ {
  margin-left: 20px;
  padding: 3px 10px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #2299e1;
}

.formNoRequired_ {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
  padding: 3px 10px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background: #bfbfbf;
}

.must_ {
  display: inline;
  float: none;
  margin-left: 20px;
}

.ninni_ {
  display: inline-block;
  margin-left: 20px;
}

.error__top_ {
  margin-bottom: 30px;
  padding: 15px;
  border: #ff0000 solid 1px;
  font-weight: bold;
  color: #ff0000;
}

.error_ {
  clear: both;
  width: auto;
  max-width: 700px;
  padding-top: 15px;
  border: none;
  font-weight: bold;
  color: #ff0000;
}

.styleGuide__pageTitle {
  padding: 30px 0 20px;
  border-bottom: 1px solid #2299e1;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  color: #2299e1;
}

.ly__styleGuide__pageTitle {
  width: 700px;
  margin: auto;
}

.pageTitle_ {
  width: 700px;
  margin: auto;
  color: #2299e1;
  border-bottom: 1px solid #2299e1;
  padding-bottom: 20px;
  text-align: center;
  padding: 30px 0 20px;
}

.checkbox__label_ {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}

.checkbox__label_::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #757575;
  background: #f1f1f1;
}

.checkbox__label_ input {
  display: none;
}

label.checkbox__label_ input:checked ~ .checkbox__parts_::before {
  content: "";
  width: 13px;
  height: 8px;
  display: block;
  border-top: #229ae1 solid 3px;
  border-right: #229ae1 solid 3px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
}

.form__btn_, .submit__btn_ {
  border-radius: 0;
}

/* -- pagenation -- */
.pagenation_ {
  margin: 50px 0;
}

.navipage_ {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navipage_.top_ {
  margin: 25px 0;
  padding: 0;
  font-size: 2rem;
  text-align: left;
  color: #2299e1;
}

.navipage_ a {
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  min-width: 30px;
  padding: 9px 7px;
  margin: 0 5px;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navipage_ a:hover {
  color: #fff;
  background: #2299E1;
  opacity: 1;
}

.navipage_ .navipage_forward_ {
  margin-left: 5px;
}

.navipage_reverse_ {
  margin-right: 5px;
}

.navipage_reverse_ a {
  position: relative;
  font-size: 1.8rem;
}

.navipage_reverse_ .navipage_first_ a {
  padding-left: 18px;
  font-size: 1.6rem;
  border: none;
}

.navipage_reverse_ .navipage_first_ a:hover {
  background: transparent;
  color: #000;
  opacity: .7;
}

.navipage_reverse_ .navipage_first_ a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 5px;
  height: 5px;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navipage_reverse_ .navipage_first_ a::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-bottom: #000 solid 1px;
  border-left: #000 solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navipage_prev_ a {
  padding-left: 12px;
  font-size: 1.6rem;
  border: none;
}

.navipage_prev_ a:hover {
  background: transparent;
  color: #000;
  opacity: .7;
}

.navipage_prev_ a::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 5px;
  height: 5px;
  border-bottom: #000 solid 1px;
  border-left: #000 solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navipage_last_ a {
  padding-right: 18px;
}

.navipage_last_ a:hover {
  background: transparent;
  color: #000;
  opacity: .7;
}

.navipage_forward_ a {
  position: relative;
  border: none;
  font-size: 1.6rem;
  color: #000;
}

.navipage_forward_ .navipage_last_ a::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navipage_forward_ .navipage_last_ a::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 5px;
  width: 5px;
  height: 5px;
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navipage_now_ {
  color: #2299e1;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  min-width: 30px;
  padding: 9px 7px;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 5px;
}

.navipage_sum_ strong {
  font-weight: normal;
}

.navipage_next_ a {
  padding-right: 12px;
}

.navipage_next_ a::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 14px;
  right: 0;
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navipage_next_ a:hover {
  background: transparent;
  color: #000;
  opacity: .7;
}

.category__icon_ {
  width: 26px;
}

.category__icon_ a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 30px;
}

.category__icon_ a span.badge_count {
  position: absolute;
  top: -.5em;
  right: -.8em;
  padding: 0.3em .5em;
  border-radius: 1em;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background: #f00;
}

.gheader_ .header__navList_ {
  display: inline-block;
  position: relative;
  text-align: right;
  margin: 3px 0;
}

.plusmark_ {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 15px 0 15px;
}

.plusmark_::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 21px;
  height: 1px;
  background: #2299e1;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

.plusmark_::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 21px;
  height: 1px;
  background: #2299e1;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

.grayArea_ {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
}

.common_headline2_ {
  padding: 0;
  border-bottom: 0;
  color: #2299e1;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
}

.obiTxt_ {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-bottom: 3px;
  margin-left: 5px;
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
}

.obiTxt_:first-child {
  margin-left: 10px;
}

.obiTxt_.obi__1_ {
  background: #ff0000;
}

.obiTxt_.obi__2_ {
  background: #7fccf0;
}

.obiTxt_.obi__3_ {
  background: #9bcb9b;
}

.obiTxt_.obi__4_ {
  background: #cc99cc;
}

.obiTxt_.obi__5_ {
  background: #99cdff;
}

.obi__newOpen_ {
  background: #ff0000;
}

.obi__renewal_ {
  background: #7fccf0;
}

.obi__closed_ {
  background: #999999;
}

.obi__taxFree_ {
  background: #ffd200;
}

.obi__srvTrans_ {
  background: #80c269;
}

.obi__srvSignLang_ {
  background: #8f82bc;
}

.obi__kidsSize {
  background: #57b3e8;
}

.obiTxt_.obi__outlet_ {
  border: 1px solid #ff0000;
  background: #fff;
  color: #ff0000;
}

.obi__large {
  background: #80c269;
}

.obi__online_ {
  background: #fd9827;
}

.obi__frame_ {
  background: #e94a92;
}

.obi__lens_ {
  background: #e20c0c;
}

.obi__security_ {
  background: #89c551;
}

.obi__shop_ {
  background: #179be1;
}

.obi__price_ {
  background: #fdc504;
}

.obi__sungrass_ {
  background: #844d9e;
}

.obi__another_ {
  background: #2261e1;
}

.obi__order_ {
  background: #fd8b04;
}

.obi__delivery_ {
  background: #3d9015;
}

.obi__line_ {
  background: #08bf5b;
}

.lead__nameBox_ {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}

.hidden_ {
  visibility: hidden;
}

#page__topBtn {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 12;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #8bcdf0;
}

#page__topBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 16px;
  width: 14px;
  height: 14px;
  border-top: #fff solid 1px;
  border-left: #fff solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ---------------------------------------------------------------
header
--------------------------------------------------------------- */
.gheader_ {
  z-index: 12;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 768px;
  height: 70px;
}

.gheader_ .header__navInner_ {
  display: table;
  position: relative;
  height: 70px;
  padding: 0 30px 0 15px;
}

.gheader_ .header__navInner_ a {
  color: #2299e1;
}

.gheader_ .header__navInner_ h1 {
  display: table-cell;
  vertical-align: middle;
}

.gheader_ .header__navInner_ h1 img {
  vertical-align: top;
  width: 145px;
  height: 39px;
  padding-top: 0;
}

.gheader_ .header__navList_ {
  display: inline-block;
  position: relative;
  margin: 3px 0;
  text-align: right;
}

.gheader_ .header__navList_ li {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  margin: 0 15px 0 0;
}

.gheader_ .header__navList_:nth-child(2) li {
  margin: 0 20px 0 0;
}

.gheader_ .header__navList_:nth-child(2) li form {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.gheader_ .header__navList_:nth-child(2) li form input {
  padding: .5em;
}

.gheader_ .header__navShopSearchBtn_ {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: #2299e1 url(../../../img/private/pc/header/icon_shop.png) 50% 50% no-repeat;
}

.gheader_ .header__announceBtm_ {
  position: relative;
  height: 60px;
  text-align: center;
  background: #d9e4ea;
}

.gheader_ .header__announceBtm_ p {
  position: relative;
  top: 50%;
  font-size: 1.4rem;
  line-height: 1.25;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__announceTop_ {
  position: relative;
  width: 100%;
  height: 60px;
  text-align: center;
  background: #d9e4ea;
}

.header__announceTop_ p {
  padding: 1em 0;
  font-size: 2rem;
  line-height: 1;
}

.header__announceTop_ a {
  display: block;
  position: absolute;
  top: 5px;
  right: 1em;
  width: 50px;
  height: 50px;
}

.header__announceTop_ a.linkText_ {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: static;
  top: 0;
  width: 100%;
  height: 60px;
  margin-top: -1em;
  padding: 1em;
  color: #000;
}

.header__announceTop_ a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  width: 26px;
  height: 2px;
  background: #2299e1;
}

.header__announceTop_ a span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__announceTop_ a span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__nav_ {
  position: relative;
  z-index: 21;
  height: 70px;
  border-bottom: 1px solid #179be1;
  background: #fff;
}

.header__navKeep_ span {
  position: absolute;
  top: -.5em;
  right: -.8em;
  padding: 0.3em .5em;
  border-radius: 1em;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background: #f00;
}

.linkText_ {
  color: #2299e1;
}

.gnav_ {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 50px 0 0;
  text-align: right;
}

.gnav_ ul.header__navList_:nth-child(2) li:last-child {
  padding-left: 26px;
}

.gnav_ ul.header__navList_:nth-child(2) li:last-child a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 24px;
}

.gheader_ .header__nav_ .header__navCart_ span, .page__menu_ .category__list_ .category__icon_ a span.badge_count {
  position: absolute;
  top: -.5em;
  right: -.8em;
  padding: 0.3em .5em;
  border-radius: 1em;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background: #f00;
}

@media screen and (max-width: 1024px) {
  .gheader_ .header__navList_ li {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    margin: 0 3px 0 0;
  }
  .gheader_ .header__navList_:nth-child(2) li {
    margin: 0 5px 0 0;
  }
}

@media screen and (max-width: 1080px) {
  .gheader_ .side__megamenu_ {
    display: none;
  }
}

@media screen and (max-height: 580px) {
  .gheader_ .side__megamenu_ {
    display: none;
  }
}

#side {
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  border-right: #d9e4ea solid 1px;
  background: #d9e4ea;
}

#sidebg {
  display: none;
  position: absolute;
  top: 0;
  left: 81px;
  width: calc(100vw - 81px);
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#side__gender li {
  margin: 0 0 1px;
}

#side__gender li:hover {
  opacity: 1;
}

#side__gender li:hover .side__megamenu_ {
  display: block;
}

#side__gender li.product__class_ .side__genderIcon_ {
  color: #2299e1;
  background: #fff;
}

#side__gender li.product__class_ .side__genderIcon_ span {
  width: 80px;
  font-size: 1.3rem;
}

#side__gender li.product__class_ .side__genderIcon_ span img {
  display: block;
  margin: 0 auto 3px;
}

#side__gender .side__genderIcon_ {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 81px;
  height: 80px;
  padding-right: 1px;
  border-right: #d9e4ea solid 1px;
  text-align: center;
  color: #fff;
  background: #2299e1;
}

#side__gender .side__genderIcon_:hover {
  border-right: none;
  color: #2299e1;
  background: #fff;
  opacity: 1;
}

#side__gender .side__genderIcon_ span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#side__gender .side__selected_ {
  border-right: none;
  color: #2299e1;
  background: #fff;
  opacity: 1;
}

#side__gender .side__megamenu_ {
  display: none;
  position: absolute;
  top: 0;
  left: 81px;
  width: calc(100vw - 81px);
  min-width: 1024px;
  height: 400px;
  padding-bottom: 20px;
  border-bottom: 1px #d9e4ea solid;
  text-align: center;
  background: #fff;
  overflow-x: auto;
}

#side__gender .side__megamenu_ .side__megamenuHead_ {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 1140px;
  padding: 25px 0px;
  background: #f7f7f7;
}

#side__gender .side__megamenu_ .side__megamenuHead_ .side__megamenuInner_ {
  margin: 0;
  padding: 0;
}

#side__gender .side__megamenuInner_ {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1180px;
  margin: 40px auto 0px;
  padding: 0 0 0 40px;
  text-align: left;
}

#side__gender .side__megamenuBtns_ li {
  display: inline-block;
  margin-left: 10px;
}

#side__gender .side__megamenuBtns_ li a {
  display: inline-block;
  border: solid 1px #2299e1;
  padding: 10px 15px;
  background: #FFF;
  color: #2299e1;
}

#side__gender .side__megamenuGenreBox_ {
  overflow: hidden;
  float: left;
}

#side__gender .side__megamenuSG_ .side__megamenuTypeColor_ {
  margin: 0 50px 0 0;
  padding: 0 30px 0 0;
}

#side__gender .side__megamenuSG_ .side__megamenuTypePrice_ {
  margin: 0 30px 0 0;
}

.gheader_ .side__megamenuGenreBox_ {
  overflow: hidden;
  float: left;
  padding-left: 60px;
}

.gheader_ .side__megamenuTypeShape_ {
  float: right;
}

#side__type li {
  margin: 0 0 1px;
}

#side__type a {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  color: #2299e1;
  background: #fff;
}

#side__type a:hover {
  color: #fff;
  background: #2299e1;
  opacity: 1;
}

#side__type span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#side__type img {
  display: block;
  margin: 0 auto 3px;
}

/* ---------------------------------------------------------------
@media screen
--------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .gheader_ .header__navList_ li {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    margin: 0 3px 0 0;
  }
  .gheader_ .header__navList_:nth-child(2) li {
    margin: 0 5px 0 0;
  }
  #side__gender .side__megamenuGenre_:last-child {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
  #side__gender .side__megamenuTypePrice_ {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
  #side__gender .side__megamenuInner_ {
    display: block;
    margin: 40px 0 40px 30px;
  }
  #side__gender .side__megamenuGenre_ {
    margin: 0 10px 0 0;
  }
  #side__gender .side__megamenuTypeShape_, #side__gender .side__megamenuTypeColor_ {
    margin: 0 10px 0 0;
  }
  .index__topicsList_ .index__topicsListThumb_ {
    width: 44%;
  }
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.3;
  }
  #side__gender .side__megamenu_ {
    width: 768px !important;
    min-width: inherit;
  }
  #side__gender .side__megamenuInner_ {
    margin: 40px 0 40px 20px;
  }
  #side__gender .side__megamenuInner_ h4 {
    font-size: 1.2rem;
  }
  #side__gender .side__megamenuInner_ a {
    font-size: 1rem;
  }
  #side__gender .side__megamenuGenre_ {
    margin: 0 10px 0 0;
  }
  #side__gender .side__megamenuGenre_ h4 {
    margin: 14px 0;
  }
  #side__gender .side__megamenuGenre_:last-child {
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    border-right: #c9e6f8 solid 1px;
  }
  #side__gender .side__megamenuTypeShape_ {
    margin: 0 10px 0 0;
  }
  #side__gender .side__megamenuTypeShape_ li a {
    padding: 0 0 0 40px;
  }
  #side__gender .side__megamenuTypeShape_ li a span {
    width: 35px;
    background-size: 100% !important;
  }
  #side__gender .side__megamenuTypeColor_ {
    width: 58px;
    margin: 0 10px 0 0;
  }
  #side__gender .side__megamenuTypeColor_ li {
    margin: 0 8px 10px 0;
  }
  #side__gender .side__megamenuTypePrice_ {
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
  }
}

.bannerMain__box {
  width: 100%;
  position: relative;
  text-align: center;
}

.bannerMain__box img {
  width: 100%;
  margin-bottom: 0;
}

.bannerMain__box .swiper-slide {
  padding-bottom: 0;
}

.bannerMain__box .swiper-container-horizontal .swiper-pagination-bullets {
  position: absolute;
  z-index: 2;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bannerMain__box .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.bannerMain__box .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #007aff;
}

.index__mvslide .swiper-container-horizontal > .swiper-pagination-bullets {
  margin-bottom: 0;
}

.bannerSub__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bannerSub__link {
  display: block;
}

.bannerSub__boxBgcolor {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dfe9ee;
}

.bannerSub__box--col2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bannerSub__box--col2 .bannerSub__link {
  -ms-flex-preferred-size: calc((100% - 21px) / 2);
  flex-basis: calc((100% - 21px) / 2);
}

.bannerSub__box--col3 .bannerSub__link {
  -ms-flex-preferred-size: calc((100% - 41x) / 3);
  flex-basis: calc((100% - 41x) / 3);
}

.bannerSub__box--col4 .bannerSub__link {
  -ms-flex-preferred-size: calc(100% / 4);
  flex-basis: calc(100% / 4);
}

.ly__bannerSub__link {
  margin: 0 10px;
}

.ly__bannerSub__link:first-child {
  margin-left: 0;
}

.ly__bannerSub__link:last-child {
  margin-right: 0;
}

.ly__bannerSub__image {
  width: 100%;
  height: auto;
}

.gheader_ .side__megamenuTypeColor_ {
  float: left;
  overflow: hidden;
  width: 80px;
  height: auto;
  margin: 0 50px 0 0;
  padding: 0 50px 0 0;
  border-right: #c9e6f8 solid 1px;
}

.findGkeywords {
  width: inherit;
  margin: -16px auto 0;
  text-align: center;
}

.findGkeywords li {
  display: inline-block;
  margin: 16px 10px 0;
}

.findGkeywords li a {
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
  color: #2299e1;
}

#search_suggest_area_ {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 130px;
  left: 50%;
  z-index: 1000;
  width: 100%;
  max-width: 660px;
  margin-left: -332px;
  padding: 0;
  text-align: left;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  background-color: #ffffff;
}

.suggest_keyword_ {
  padding: 2px;
}

.suggest_keyword_entry_ {
  display: block;
  text-decoration: none;
  color: #000;
}

.suggest_goods_ {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  min-height: auto;
  padding: 0;
}

.suggest_goods_ a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  padding: 10px 20px;
}

.suggest_goods_name_,
.suggest_goods_comment_,
.suggest_goods_price_ {
  display: inline-block;
  width: 300px;
  margin-left: 10px;
}

.suggest_goods_name_ {
  width: 100%;
}

.suggest_keyword_:hover, .suggest_goods_:hover {
  background-color: #dedede;
  cursor: pointer;
  cursor: hand;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus {
  border: 1px solid #2299e1;
}

input:focus, select:focus {
  outline-offset: unset;
  outline: unset;
}

input[type="text"], input[type="password"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  padding: 15px 15px;
  border-radius: 0;
  font-size: 1.6rem;
}

.gheader_ .header__navKeywordsSearchForm_ {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}

.gheader_ .header__navKeywordsSearchFormInner_ {
  position: relative;
  width: 100%;
  height: 45px;
  margin: 0;
  font-size: 0;
  text-align: center;
}

.gheader_ .header__navKeywordsSearchText_ {
  display: inline-block;
  position: relative;
  width: 660px;
  margin: 80px 0 0;
  padding: .5em 40px .5em 60px;
  border: 0;
  border-bottom: #2299e1 solid 2px;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: #2299e1;
}

.gheader_ .header__navKeywordsSearchTitle_ {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 97px;
  z-index: 5;
  width: auto;
  margin-left: -330px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: unset;
}

.gheader_ .header__navKeywordsSearchBtn_ {
  display: inline-block;
  position: relative;
  width: 18px;
  margin: 80px 0 0 -30px;
  padding: .5em;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: #2299e1;
}

.gheader_ .header__navKeywordsSearchClsBtn_ {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 120px;
  height: 50px;
  border: solid 1px #2299e1;
}

.gheader_ .header__navKeywordsSearchClsBtn_:after {
  content: '閉じる';
  display: block;
  position: absolute;
  left: 45px;
  top: 0;
  font-size: 1.6rem;
  line-height: 52px;
  color: #2299e1;
}

.gheader_ .header__navKeywordsSearchClsBtn_ span {
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  width: 26px;
  height: 2px;
  background: #2299e1;
}

.gheader_ .header__navKeywordsSearchClsBtn_ span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gheader_ .header__navKeywordsSearchClsBtn_ span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gheader_ .side__megamenu_ {
  margin: 60px 60px 0 60px;
  text-align: center;
}

.gheader_ .side__megamenuInner_ {
  display: inline-block;
  min-width: 1140px;
  margin: 40px auto;
  padding: 0;
  text-align: left;
}

.gheader_ .side__megamenuTypeBox_, .gheader_ .gheader_ .side__megamenuGenreBox_ {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 570px;
}

.gheader_ .side__megamenuTypeColor_ {
  float: right;
  overflow: hidden;
  width: 80px;
  height: auto;
  margin: 0 0px 0 0;
  padding: 0 50px 0 0;
  border-right: #c9e6f8 solid 1px;
}

.gheader_ .side__megamenuTypePrice_ {
  float: right;
}

.header__navKeywordsSearchFormInner_ input[type="text"]:focus {
  border: none;
  border-bottom: #2299e1 solid 2px;
}

.header__navKeywordsLink {
  width: 600px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
}

.sizeSuggest__titleModal span {
  color: #2299e1;
}

.footer__navSns_ {
  position: absolute;
  bottom: 50px;
  right: 50%;
  margin-right: -125px;
}

.footer__navSns_ a {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  background: #fff;
  border-radius: 100%;
}

.footer__navSns_ a:hover {
  opacity: 1;
}

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

.footer__navSns_ li {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  margin: 0 17px 0 0;
}

/* ---------------------------------------------------------------
footer
--------------------------------------------------------------- */
.gfooter_ {
  position: relative;
}

.footer__inner_ {
  position: relative;
}

.footer__nav_ {
  background: #dfe9ee;
  padding: 60px 100px 130px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__navBox_ {
  margin: 0 2%;
}

.footer__navBox_ h4 {
  font-size: 1.6rem;
  color: #454545;
  margin-bottom: 2em;
  line-height: 1;
  font-weight: bold;
}

.footer__navBox_ a {
  font-size: 1.4rem;
  color: #454545;
}

.footer__navBox_ ul {
  float: left;
}

.footer__navBox_ li {
  margin-bottom: 15px;
  line-height: 1;
}

.footer__navBox_ li a img {
  margin-left: 5px;
  vertical-align: baseline;
}

.footer__copyright_ {
  text-align: center;
  overflow: hidden;
  padding: 50px 0 70px;
}

.footer__copyright_ small {
  display: block;
  margin-top: 30px;
  font-size: 1.2rem;
}
