@charset "UTF-8";
/*-----------------------------------------
icon font
-------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?jj0hok");
  src: url("../fonts/icomoon.eot?jj0hok#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?jj0hok") format("truetype"), url("../fonts/icomoon.woff?jj0hok") format("woff"), url("../fonts/icomoon.svg?jj0hok#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-up:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

.icon-down:before {
  content: "\e902";
}

.icon-cart:before {
  content: "\e903";
}

.icon-arrow_left:before {
  content: "\e904";
}

.icon-arrow_right:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e906";
  font-size: 20px;
}

@media (min-width: 769px) {
  .icon-search:before {
    font-size: 15px;
  }
}
.icon-youtube:before {
  content: "\e907";
}

.icon-google:before {
  content: "\e908";
}

.icon-insta:before {
  content: "\e909";
}

.icon-line:before {
  content: "\e90a";
}

.icon-pinterest:before {
  content: "\e90b";
}

.icon-fb:before {
  content: "\e90c";
}

.icon-map:before {
  content: "\e90d";
  font-size: 20px;
}

.icon-favorite:before {
  content: "\e911";
}

.icon-mypage:before {
  content: "\e90e";
}

.icon-history:before {
  content: "\e90f";
}

.icon-menu:before {
  content: "\e910";
}

.icon-close:before {
  content: "\e912";
}

.icon-tw:before {
  content: "\e913";
}

.icon-4block:before {
  content: "\e914";
}

.icon-heartFill:before {
  content: "\e915";
}

.icon-1block:before {
  content: "\e916";
}

.icon-fb-btn:before {
  content: "\e917";
}

.icon-eye:before {
  content: "\e918";
}

.icon-tell:before {
  content: "\e919";
}

.icon-time:before {
  content: "\e91a";
}

.icon-play:before {
  content: "\e91b";
}

/*-----------------------------------------
icon font END
-------------------------------------------*/
/*-----------------------------------------
	Common CSS 
-------------------------------------------*/
body {
  line-height: 1.6;
  /* 20230206 変更 */
  overflow-x: hidden;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul, ul ul {
  margin: 0;
  margin-left: 0;
}

button {
  padding: 0;
}

@media (max-width: 1023px) {
  #wrapper {
    padding-top: 55px;
    padding-bottom: 58px;
  }
}
input[type="button"], input[type="submit"], button {
  -webkit-appearance: none;
  border: none;
}

a, button {
  text-decoration: none;
  color: #333;
  transition: 0.3s ease-out;
  cursor: pointer;
}

a:hover, button:hover {
  opacity: .8;
}

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

.flexbox {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .flexbox--pc {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .flexbox--tb {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
}
.flexbox--center {
  justify-content: center;
}

.flexbox--normal {
  justify-content: flex-start;
}

.item--center {
  align-items: center;
}

.item--end {
  align-items: flex-end;
}

.padding-box {
  padding: 0 15px;
}

.padding-box--all {
  padding: 16px 15px 20px;
}

@media (max-width: 1023px) {
  .padding-box--all--tb {
    padding: 16px 15px 20px;
  }
}
@media (min-width: 769px) {
  .padding-box {
    padding: 0 25px;
  }

  .padding-box__pc {
    padding: 0 25px;
  }

  .padding-box--all {
    padding: 25px;
  }

  .pc--space0 {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .pc--col3 .row-style {
    width: 33.33333%;
  }
}
@media (min-width: 769px) {
  .sp_only {
    display: none !important;
  }

  .pc--col2, .pc--col4 {
    display: flex;
    display: -webkit-flex;
  }

  .pc--col2 .row-style {
    width: 50%;
  }

  .pc--col4 .row-style {
    width: 25%;
  }

  .pc--col4space .row-style {
    width: 23.79897%;
  }

  .pc--col4margin .row-style {
    width: 23.79897%;
    margin-right: 1.4782%;
  }

  .pc--col4margin .row-style:nth-child(4n) {
    margin-right: 0;
  }

  .pc--col6space .row-style {
    width: 15.37324%;
    margin-right: 1.4782%;
  }

  .pc--col6space .row-style:nth-child(6n),
  .pc--col6space .row-style:last-child {
    margin-right: 0;
  }

  .pc--col6space .row-style:nth-child(n+7) {
    margin-top: 1.4782%;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .middle--col4space .row-style {
    width: 23.79897%;
  }
}
@media (min-width: 769px) {
  .row-style {
    position: relative;
  }
}
@-moz-document url-prefix() {
  @media (min-width: 769px) {
    .pc--col6space .row-style:nth-child(n+7) {
      margin-top: 20px;
    }
  }
}
/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast: none) and (min-width: 769px) {
  .pc--col6space .row-style:nth-child(n+7) {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .tb_show {
    display: none !important;
  }

  html {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .tb_hide {
    display: none !important;
  }

  html {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .padding-box--sp {
    padding: 0 15px;
  }

  .pc_only {
    display: none !important;
  }

  .sp--col2space .row-style {
    width: 47.82609%;
  }

  .padding-box__sp {
    padding: 0 15px;
  }
}
/*-----------------------------------------
	Header CSS 
-------------------------------------------*/
#wrapper .searchbutton, #wrapper input[type=submit].searchbutton {
  background: url(../img/search-icon.png) no-repeat;
  background-color: inherit;
  background-size: 100% 100%;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
}

@media (min-width: 769px) {
  #wrapper .searchbutton, #wrapper input[type=submit].searchbutton {
    background: url(../img/search-icon_black.png) no-repeat;
    background-color: inherit;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
  }
}
.searchbutton, input[type=submit].searchbutton {
  background: url(../img/search-icon.png) no-repeat;
  background-color: inherit;
  background-size: 100% 100%;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
}

@media (min-width: 769px) {
  .searchbutton, input[type=submit].searchbutton {
    background: url(../img/search-icon_black.png) no-repeat;
    background-color: inherit;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1024px) {
  #wrapper .header-area.fixed {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    top: 0;
  }
}

.pc_header {
  background: #333333;
  padding: 16px;
  line-height: 1;
  padding-right: 40px;
  color: white;
  font-size: 18px;
}

@media (min-width: 1024px) {
  .pc_header {
    position: relative;
    z-index: 100;
  }
  .pc_header.fixed {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    top: 0;
  }
}
.pc_header li {
  margin-left: 16px;
}

.pc_header a {
  color: white;
}

.search-box--header.show {
  top: 55px;
}

.search-box--header {
  border-bottom: solid 1px #dadada;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.3s ease-out;
  background: white;
  z-index: 99;
}

.search-box--header form {
  display: block;
}

.search-box--header .form-container {
  position: relative;
  color: #cccccc;
  font-size: 1.4rem;
}

.search-box--header .form-container .searchText--sp {
  padding: 0;
  padding-left: 31px;
  display: block;
  padding: 10px 15px;
  width: calc(100% - 60px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 StdN W2", "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
}

.search-box--header .form-container .icon-search:before {
  color: #cccccc;
  vertical-align: bottom;
}

.search-box--header .form-container .searchbutton {
  position: absolute;
  right: 15px;
  top: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
}

.search-box--header .form-container .searchbutton .icon-search {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 2rem;
}

.header-style {
  padding: 16px 29px 14px;
  background: white;
  position: relative;
  z-index: 100;
}

@media (max-width: 1023px) {
  .header-style {
    flex-wrap: wrap;
    border-bottom: solid 1px #c0c0c0;
  }
}
@media (min-width: 1024px) {
  .header-style {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
.header-style .header__right__icons {
  font-size: 30px;
  transform: scale(0.8);
}

@media (max-width: 1400px) {
  .header-style .header__right__icons {
    font-size: 30px;
  }
}
.header-style .header__right__icons a {
  position: relative;
  color: #1b1b1b;
}

.header-style .header__right__icons .icon-favorite,
.header-style .header__right__icons .icon-cart {
  display: inline-block;
  position: relative;
}

.header-style .header__right__icons .count-style {
  font-size: 18px;
  font-family: "FuturaLTPro-Medium", sans-serif;
  width: 25px;
  height: 25px;
  background: #cc0000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  color: white;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: -12px;
  right: -12px;
  /*
  			@media (max-width: 1400px)
  			{
  				width: 15px;
  				height: 15px;
  				top: -7.5px;
  				right: -7.5px;
  				font-size: 10px;
  				line-height: 15px;
  			}
  */
}

.header-style .header__right__icons li:last-child {
  margin-left: 20px;
}

@media (max-width: 1400px) {
  .header-style .header__right__icons li:last-child {
    margin-left: 20px;
  }
}
.header-style .searchText--pc {
  font-size: 14px;
  border: none;
}

@media (max-width: 1023px) {
  .header-style {
    position: fixed;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 100;
    min-height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.header-style .site-logo span {
  left: -999em;
  position: absolute;
}

@media (min-width: 1024px) {
  .header-style .site-logo {
    text-align: center;
  }

  .header-style .site-logo img {
    width: 250px;
    height: 25px;
  }
}
.header__left--pc {
  font-size: 14px;
  max-width: 500px;
  flex-wrap: wrap;
}

.header__left--pc li {
  margin-right: 18px;
}

.header__left--pc li:last-child {
  margin-right: 0;
}

.header__left--pc a {
  color: #000;
}

.header__left--pc .menu--sale {
  color: #a90808;
}

.header__left--pc a:hover {
  text-decoration: underline;
}

.header__right--pc .form-container {
  width: 50%;
  position: relative;
  line-height: 1;
  margin-left: auto;
  margin-right: 8px;
}

@media (max-width: 1400px) {
  .header__right--pc .form-container {
    width: 60%;
  }
}
.header__right--pc .form-container input[type=text] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  padding-bottom: 8px;
  border-bottom: solid 1px black;
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 StdN W2", "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
}

.header__right--pc .form-container .searchbutton {
  position: absolute;
  left: 0;
  top: 3px;
  left: 3px;
  vertical-align: middle;
}

/*-----------------------------------------
PC Slide Nav
-------------------------------------------*/
.open-menu--pc.menu--select {
  text-decoration: underline;
}

.pc__slidemenu {
  padding: 45px 25px;
  color: #000;
  display: none;
  position: relative;
  z-index: 100;
  background: white;
  border-bottom: 2px solid rgba(117, 117, 117, 0.5);
}

.pc__slidemenu:before {
  content: '';
  width: calc(100% - 60px);
  height: 2px;
  background: rgba(117, 117, 117, 0.5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.pc__slidemenu a {
  color: #000;
}

.pc__slidemenu .section-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: solid 2px #c0c0c0;
  padding-bottom: 12px;
}

.pc__slidemenu .section-title.uk_title {
  font-size: 10px;
  margin-bottom: 15px;
  border-bottom: none;
  padding-bottom: 0px;
  letter-spacing: 1.2px;
  color: #000;
}

@media (max-width: 1400px) {
  .pc__slidemenu .section-title {
    font-size: 13px;
  }

  .pc__slidemenu .section-title {
    font-size: 10px;
  }
}
@media (max-width: 1280px) {
  .pc__slidemenu .section-title {
    font-size: 10px;
  }
}
.pc__slidemenu .section__menu {
  font-size: 12px;
}

.pc__slidemenu .section__menu.uk_menu {
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 1023px) {
  .pc__slidemenu .section__menu {
    font-size: 10px;
  }
}
.pc__slidemenu .section__menu .space-bottom {
  margin-bottom: 1em;
}

.pc__slidemenu .section__menu a {
  line-height: 1;
}

.pc__slidemenu .pc__menu-section a {
  position: relative;
  overflow: hidden;
  padding-bottom: 2px;
  display: inline-block;
  line-height: 1.5;
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 StdN W2", "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  color: #000;
}

.pc__slidemenu .pc__menu-section a:not(.img-link)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(0);
  background: #000;
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}

.pc__slidemenu .pc__menu-section a:hover::after {
  transform: scale(1);
  transform-origin: 0% 50%;
}

.pc__slidemenu .section__menu .sub-menu {
  background: url(../img/menu-line.gif) no-repeat left top, url(../img/menu-line.gif) no-repeat left bottom;
  padding: 20px 0;
  margin: 15px 0;
}

.pc__slidemenu .section__menu .bg--top {
  background: url(../img/menu-line.gif) no-repeat left top;
}

.sp__footer_menu {
  padding: 0% 25px;
}

.sp__footer_menu .section-title.uk_title {
  font-size: 10px;
  margin-bottom: 10px;
}

.sp__footer_menu .section__menu.uk_menu {
  font-size: 15px;
}

.sp__footer_menu .pc__menu-section a:hover {
  text-decoration: underline;
}

.sp__footer_menu .uk_menu a {
  font-size: 20px;
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 StdN W2", "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
}

.sp__footer_menu .uk_menu a:hover {
  text-decoration: none;
}

.sp__footer_menu .row-style {
  margin-top: 35px;
}

.sp__footer_menu .sp_uk_img {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
}

.sp__footer_menu .sp_uk_img img {
  margin-bottom: 20px;
}

.sp__footer_menu .hide-menu {
  display: none;
}

.sp__footer_menu .command-list-hide {
  margin-top: 30px;
  display: inline-block;
  position: relative;
}

.sp__footer_menu .command-list-hide .and-befor {
  margin-left: 20px;
  font-size: 15px;
}

.sp__footer_menu .command-list-hide a::before {
  content: '';
  border: solid #000;
  border-width: 0 .5px .5px 0;
  display: inline-block;
  padding: 4px;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  left: 3px;
  top: 46%;
}

.sp__footer_menu .command-list-women {
  margin-bottom: 25px;
}

.sp__footer_menu .command-list-men {
  margin-bottom: 25px;
}

.uk_img {
  width: 23% !important;
}

.overlay.header-overlay {
  background: rgba(255, 255, 255, 0.8);
}

.overlay, .overlay--sp, .overlay--cart {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.66);
  z-index: 10;
}

.overlay--sp,
.overlay--cart {
  z-index: 101;
}

/*-----------------------------------------
SP Bottom Nav
-------------------------------------------*/
.sp__bottom-nav {
  width: 100%;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 0, 0);
  background: white;
  border-top: solid 1px #c0c0c0;
}

.sp__bottom-nav .sp__bottom-nav__list {
  max-width: 768px;
  margin: 0 auto;
}

.sp__bottom-nav .sp__bottom-nav__list li {
  width: 20%;
  height: 57px;
  text-align: center;
}

.sp__bottom-nav .sp__bottom-nav__list li a {
  padding-top: 12px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.sp__bottom-nav .sp__bottom-nav__list li .icon-style {
  font-size: 2rem;
  height: 2rem;
  display: inline-block;
  line-height: 1;
  position: relative;
}

.sp__bottom-nav .sp__bottom-nav__list li .icon-menu {
  font-size: 1.2rem;
  padding-top: .4rem;
  height: 1.6rem;
}

.sp__bottom-nav .sp__bottom-nav__list li .list__text {
  font-size: 1rem;
  margin-top: 6px;
  display: block;
  line-height: 1;
  font-weight: bold;
}

.sp__bottom-nav .sp__bottom-nav__list li .count-style {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  color: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100px;
  background: #cc0000;
  font-family: "FuturaLTPro-Medium", sans-serif;
  font-size: 1rem;
  line-height: 16px;
  text-align: center;
  right: -11px;
  top: -6px;
}

/*-----------------------------------------
SP Slide Menu
-------------------------------------------*/
.sp__slidemenu {
  position: fixed;
  bottom: 58px;
  background: white;
  height: calc(100% - 58px - 54px);
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  transition: 0.3s ease-out;
}

.sp__slidemenu .search-box {
  padding: 20px 25px;
  border-bottom: solid 1px #dadada;
  display: block;
  overflow: visible;
}

.sp__slidemenu form {
  display: block;
}

.sp__slidemenu .form-container {
  position: relative;
  color: #cccccc;
  font-size: 1.4rem;
}

.sp__slidemenu .form-container .searchText--sp {
  padding: 0;
  padding-left: 31px;
  display: block;
  width: calc(100% - 31px);
  border: none;
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 StdN W2", "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
}

.sp__slidemenu .form-container .icon-search:before {
  color: #cccccc;
  vertical-align: bottom;
}

.sp__slidemenu .form-container .searchbutton {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 20px;
}

.sp__slidemenu .form-container .searchbutton .icon-search {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 2rem;
}

.sp__slidemenu .slidemenu__list li {
  width: 100%;
  font-size: 1.4rem;
  			/*
  .menu--down
  			{
  				border: none;
  			}
  */
}

.sp__slidemenu .slidemenu__list li a {
  display: block;
  padding: 25px 25px 23px 15px;
  border-bottom: solid 1px #dadada;
  /* 				background: url(../assets/front/img/icon-arrow_right.svg) no-repeat right center; */
  background-size: 13px 23px;
  position: relative;
}

.sp__slidemenu .slidemenu__list li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp__slidemenu .slidemenu__list li .menu--down:after {
  top: -10%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp__slidemenu .slidemenu__list .sub-menu {
  display: none;
}

.sp__slidemenu .slidemenu__list .sub-menu li a {
  padding-left: 30px;
  /*
  				border: none;
  				border-top: solid 1px $grayDa;
  */
}

.sp__slidemenu .slidemenu__list .sub-menu .sub-menu li a {
  padding-left: 45px;
}

.sp__slidemenu .slidemenu__list .menu--down {
  background: #f4f4f4;
}

.sp__slidemenu .slidemenu__bottom {
  padding: 25px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.sp__slidemenu .slidemenu__bottom a {
  margin-top: 15px;
  display: inline-block;
}

.sp__slidemenu .slidemenu__bottom a .icon-mail {
  margin-right: 4px;
  vertical-align: middle;
}

.sp__slidemenu.menu--hide {
  bottom: -100%;
  top: inherit;
}

/*-----------------------------------------
breadcrumbs setting
-------------------------------------------*/
.breadcrumbs {
  display: block;
  margin: 0;
  text-align: left;
  font-size: 1rem;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .breadcrumbs {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 769px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .breadcrumbs {
    margin-bottom: 1em;
    font-size: 10px;
  }
}
.breadcrumbs li {
  display: inline-block;
  padding-right: 5px;
  color: #999;
}

.breadcrumbs a {
  padding-left: 5px;
  color: #999;
}

.breadcrumbs li:first-child a {
  padding: 0;
}

/* 静的ページ用 */
.breadcrumbs li span {
  padding-left: 5px;
}

/*-----------------------------------------
Footer
-------------------------------------------*/
.footer {
  margin-top: 20px;
}

.footer .input-email__wrap {
  position: relative;
  width: 100%;
}

.footer .input-email__wrap .placeholder {
  position: absolute;
  color: #ccc;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 12px;
  line-height: 1.16667;
  height: 28px;
  display: inline-block;
  width: 100%;
}

.footer .footer__input-area {
  width: 100%;
  position: relative;
}

@media (min-width: 1024px) {
  .footer .footer-style {
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .footer .pc-title {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .footer .input-email__wrap .placeholder {
    font-size: 10px;
  }
}
.footer .gotop-box {
  border-top: solid 1px #dadada;
  border-bottom: solid 1px #dadada;
  background: #f4f4f4;
  padding: 16px 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.footer .gotop-box .icon-up {
  font-size: .7rem;
  transform: scale(0.7);
  display: inline-block;
}

.footer .gender-list {
  background: white;
}

.footer .gender-list li {
  width: 100%;
  font-size: 1.4rem;
}

.footer .gender-list a {
  display: block;
  padding: 25px 25px 23px 15px;
  border-bottom: solid 1px #dadada;
  /* 				background: url(../assets/front/img/icon-arrow_right.svg) no-repeat right center; */
  background-size: 13px 23px;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.footer .gender-list a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer .footer-contents {
  width: 100%;
}

.footer .news-letter {
  padding: 70px 40px;
  margin: 0 40px;
  border-top: 2px solid rgba(117, 117, 117, 0.5);
  box-sizing: border-box;
}

.footer .news-letter .news-letter-title-wrapper {
  max-width: 500px;
  font-size: 36px;
  float: left;
  width: 45%;
}

.footer .news-letter .news-letter-form-wrapper {
  float: right;
  width: 50%;
  max-width: 440px;
}

.footer .news-letter .news-letter-form-wrapper #news-letter-form {
  float: right;
  width: 100%;
}

.footer .news-letter .news-letter-form-wrapper .news-letter-success {
  margin: 15px auto;
  font-size: 14px;
}

.footer .news-letter .news-letter-form-wrapper .news-letter-error li {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #f04124;
  font-size: 14px;
}

.footer .news-letter .title-style {
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  text-align: left;
  word-break: break-all;
  font-size: 30px;
  margin-bottom: 15px;
}

.footer .news-letter .input-email {
  font-size: 12px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 120px;
  line-height: 40px;
  background-size: 28px;
  width: 440px;
  border: none;
  border-bottom: 2px solid rgba(117, 117, 117, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .footer .news-letter {
    margin: 0;
    padding: 70px 25px;
  }

  .footer .news-letter .title-style {
    font-size: 28px;
  }

  .footer .news-letter .title-style br {
    display: none;
  }

  .footer .news-letter .news-letter-title-wrapper {
    max-width: 325px;
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .footer .news-letter .news-letter-form-wrapper {
    max-width: 325px;
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .footer .news-letter .news-letter-form-wrapper #news-letter-form {
    float: none;
  }

  .footer .news-letter .input-email {
    max-width: 325px;
    font-size: 13px;
    width: 100%;
    padding-right: 120px;
  }
}
@media (min-width: 1024px) {
  .footer .news-letter .padding-box--all {
    padding: 0;
    padding-top: 35px;
  }

  .footer .news-letter .pc-title {
    margin-bottom: 1em;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.footer .news-letter .gender-button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.footer .news-letter .gender-button button {
  font-size: 10px;
  height: 15px;
  background-color: transparent;
  text-align: center;
  padding-left: 18px;
}

.footer .news-letter .gender-button button:hover {
  font-weight: bold;
  color: #333;
}

@media (max-width: 1024px) {
  .footer .news-letter .gender-button button {
    padding-left: 14px;
  }
}
.footer .line-btn {
  clear: both;
  width: 100%;
  padding-top: 20px;
}

.footer .line-btn a {
  width: 50%;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  padding: 1.2rem 0;
  background: black;
  color: white;
  font-weight: bold;
  margin-left: auto;
}

.footer .line-btn a .icon-line {
  font-size: 3rem;
  vertical-align: middle;
  margin-right: 1rem;
}

@media (min-width: 1024px) {
  .footer .line-btn a {
    font-size: 14px;
    padding: 0px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .footer .line-btn a {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .footer .line-btn a {
    width: 100%;
  }
}
.footer .footer-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0 40px;
  border-top: 2px solid rgba(117, 117, 117, 0.5);
}

.footer .footer-bottom .footer-bottom-ul .footer-bottom-list {
  width: calc(100% / 6);
  float: left;
}

.footer .footer-bottom .footer-bottom-ul .footer-bottom-list.info {
  width: calc((100% / 6) * 2);
}

.footer .footer-bottom .footer-bottom-ul .footer-bottom-list.follow-us {
  float: right;
}

.footer .footer-bottom .footer-bottom-ul .footer-bottom-list .footer-bottom-title {
  font-size: 10px;
  margin: 10px 0;
  letter-spacing: 1.2px;
}

.footer .footer-bottom .footer-bottom-ul .footer-bottom-list .footer-bottom-link {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}

.footer .footer-bottom .footer-bottom-ul .footer-bottom-list .footer-bottom-link a {
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
  font-size: 16px;
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 StdN W2", "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
}

.footer .footer-bottom .footer-bottom-ul .footer-bottom-list .footer-bottom-link a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(0);
  background: #000;
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}

.footer .footer-bottom .footer-bottom-ul .footer-bottom-list .footer-bottom-link a:hover:after {
  transform: scale(1);
  transform-origin: 0% 50%;
}

.footer .footer-bottom .footer-bottom-ul .footer-bottom-list .footer-bottom-link .footer-info-list {
  float: left;
  width: 50%;
}

.footer small.copy-right {
  width: 100%;
  display: block;
  letter-spacing: 1.2px;
  border-top: 2px solid rgba(117, 117, 117, 0.5);
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
}

.footer .footer-bottom .sns-list {
  width: 230px;
  font-size: 2rem;
  margin: auto;
  margin-bottom: 28px;
}

.footer .footer-bottom .sns-list a {
  display: block;
  color: black;
}

@media (min-width: 1024px) {
  .footer .footer-bottom .sns-list {
    position: absolute;
    left: 2.81899%;
    bottom: 0;
    width: 16.24629%;
    max-width: 219px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .footer .footer-bottom .sns-list {
    width: 15%;
    left: 10px;
  }
}
@media (min-width: 1024px) {
  .footer .footer-bottom .sns-list a {
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .footer .footer-bottom .sns-list a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .footer small.copy-right {
    padding: 30px 80px;
  }
}
.footer .footer-bottom .footer_menu {
  font-size: 1.1rem;
  margin: auto;
  text-align: center;
  display: inline-block;
}

.footer .footer-bottom .footer_menu li {
  display: inline-block;
  color: #666;
}

.footer .footer-bottom .footer_menu li a {
  color: #666;
}

@media (min-width: 1024px) {
  .footer .footer-bottom .footer_menu li {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .footer .footer-bottom .footer_menu li {
    font-size: 10px;
  }
}
.footer .footer-bottom .footer_menu li:after {
  content: "|";
  margin: 0 .5rem;
  display: inline-block;
}

.footer .footer-bottom .footer_menu li:last-child:after {
  content: none;
}

@media (min-width: 769px) {
  .footer .footer-bottom .footer_menu.last li:first-child:before {
    content: "|";
    margin: 0 .5rem;
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .footer .footer-bottom .footer-bottom-ul .footer-bottom-list .footer-bottom-link {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .footer .footer-bottom {
    margin: 0;
    padding: 10px 30px;
    box-sizing: border-box;
  }

  .footer .footer-bottom .footer-bottom-ul .footer-bottom-list {
    border-bottom: 1px solid #000;
  }

  .footer .footer-bottom .footer-bottom-ul .footer-bottom-list:last-child {
    border-bottom: none;
  }

  .footer .footer-bottom .footer-bottom-ul .footer-bottom-list .footer-bottom-title {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    letter-spacing: 1.2px;
    position: relative;
    transition: margin .5s ease;
    cursor: pointer;
  }

  .footer .footer-bottom .footer-bottom-ul .footer-bottom-list .footer-bottom-title.active {
    border-bottom: 1px solid #000;
    margin: 0 0 8px;
    transition: all .5s ease;
  }

  .footer .footer-bottom .footer-bottom-ul .footer-bottom-list .footer-bottom-title:after {
    position: absolute;
    top: 50%;
    right: 1%;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    -ms-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg);
    transition: border-color .3s ease, -webkit-transform .6s ease;
    transition: border-color .3s ease, transform .6s ease;
  }

  .footer .footer-bottom .footer-bottom-ul .footer-bottom-list .footer-bottom-title.active::after {
    -webkit-transform: translate(0, -50%) rotate(315deg);
    -ms-transform: translate(0, -50%) rotate(315deg);
    transform: translate(0, -50%) rotate(315deg);
  }

  .footer .footer-bottom .footer-bottom-ul .footer-bottom-list.info {
    width: 100%;
    float: none;
  }

  .footer .footer-bottom .footer-bottom-ul .footer-bottom-list.follow-us {
    width: 100%;
    float: none;
  }

  .footer .footer-bottom .footer-bottom-ul .footer-bottom-list .footer-bottom-link {
    display: none;
    padding-bottom: 15px;
  }

  .footer .footer-bottom .footer-bottom-ul .footer-bottom-list .footer-bottom-link a:after {
    content: none;
  }

  .footer .footer-bottom .footer-bottom-ul .footer-bottom-list .footer-bottom-link .footer-info-list {
    float: none;
    width: 100%;
  }
}
/*----------------------------------------------
明朝タイトル
----------------------------------------------*/
.title--mincyo {
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  text-align: center;
}

/*----------------------------------------------
最近チェックしたアイテム	
----------------------------------------------*/
.check-list,
.section--thumb-list {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.check-list li,
.section--thumb-list li {
  width: 30.43478%;
  position: relative;
}

@media (max-width: 768px) {
  .check-list li,
  .section--thumb-list li {
    margin-right: 4.34783%;
    margin-bottom: 24px;
  }
}
.check-list li img,
.section--thumb-list li img {
  min-width: 100%;
}

.check-list li a,
.section--thumb-list li a {
  display: block;
}

.check-list li .add_favorite,
.section--thumb-list li .add_favorite {
  position: absolute;
  right: 8px;
  top: 7px;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/heart.png) no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 769px) {
  .check-list li .add_favorite,
  .section--thumb-list li .add_favorite {
    width: 25px;
    height: 25px;
    right: 15px;
    top: 15px;
  }
}
.check-list li .add_favorite.active,
.section--thumb-list li .add_favorite.active {
  background: url(../img/heart_on.png) no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 768px) {
  .check-list li:nth-child(3n),
  .section--thumb-list li:nth-child(3n) {
    margin-right: 0;
  }
}
/*-----------------------------------------
Page 共通 CSS
-----------------------------------------*/
@media (min-width: 769px) {
  .contents {
    padding-top: 30px;
  }
}
.down-icon--style:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  top: -10%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.title-style--h2 {
  font-size: 1.8rem;
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  margin-bottom: 1em;
  line-height: 1;
}

@media (min-width: 769px) {
  .title-style--h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .title-style--h2 {
    font-size: 20px;
  }
}
.title-style--page {
  font-size: 1.8rem;
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  margin-bottom: 24px;
  line-height: 1;
}

@media (min-width: 769px) {
  .title-style--page {
    font-size: 30px;
    margin-bottom: 32px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .title-style--page {
    font-size: 20px;
  }
}
.order-btn, input[type="submit"].order-btn {
  display: block;
  background: #00ba9d;
  color: white;
  text-align: center;
  padding: 19px 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  width: 100%;
}

@media (min-width: 769px) {
  .order-btn, input[type="submit"].order-btn {
    font-size: 14px;
    padding: 18px 0;
    font-weight: normal;
  }
}
.btn-style, input[type="submit"].btn-style {
  display: block;
  color: white;
  background: black;
  text-align: center;
  padding: 16px 0;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  border: none;
}

.btn-style--M, input[type="submit"].btn-style--M {
  display: block;
  color: white;
  background: black;
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 50px;
  height: 50px;
  border: none;
}

@media (min-width: 769px) {
  .btn-style--M, input[type="submit"].btn-style--M {
    font-size: 14px;
  }
}
.btn--gray, input[type="submit"].btn--gray {
  background: #666;
}

.btn--white, input[type="submit"].btn--white,
.btn--white-style, input[type="submit"].btn--white-style {
  background: white;
  border: solid 1px #333;
  color: black;
}

.btn--white:hover {
  background: black;
  color: white;
  opacity: 1;
}

.login--line {
  background: #00c200;
  /*
  	@media (min-width: 769px)
  	{
  		background:$LINEcolor url(../img/icon-line.png) no-repeat left 20px center;
  	}
  */
}

.login--fb {
  background: #355692;
  /*
  	@media (min-width: 769px)
  	{
  		background:$FBcolor url(../img/icon-fb.png) no-repeat left 20px center;
  	}
  */
}

.login-input__list li {
  margin-bottom: 15px;
}

.login-input__list input {
  width: 100%;
  display: block;
  border: solid 1px #ccc;
  padding: 16px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.social-login__btn {
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  text-align: center;
}

@media (min-width: 769px) {
  .social-login__btn {
    width: 250px;
    padding: 0 20px;
    padding-right: 10px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*
    		.icon-style
    		{
    			display: none;
    		}
    */
  }
}
.social-login__btn .icon-style {
  font-size: 3.2rem;
  margin-right: 30px;
  display: inline-block;
}

@media (min-width: 769px) {
  .social-login__btn .icon-style {
    font-size: 30px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .social-login__btn .login__text {
    width: 225px;
    line-height: 52px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin: auto;
  }
}
@media (min-width: 769px) {
  .social-login__btn .login__text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 52px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
}
.preserve_login, .shipping_add_flag, .credit_card_add_flag__wrap, .mail_magazine_send_flag_add {
  margin-bottom: 17px;
}

.preserve_login input, .shipping_add_flag input, .credit_card_add_flag__wrap input, .mail_magazine_send_flag_add input {
  display: none;
}

.preserve_login label, .shipping_add_flag label, .credit_card_add_flag__wrap label, .mail_magazine_send_flag_add label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.preserve_login label:before, .preserve_login label:after, .shipping_add_flag label:before, .shipping_add_flag label:after, .credit_card_add_flag__wrap label:before, .credit_card_add_flag__wrap label:after, .mail_magazine_send_flag_add label:before, .mail_magazine_send_flag_add label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}

.preserve_login label:before, .shipping_add_flag label:before, .credit_card_add_flag__wrap label:before, .mail_magazine_send_flag_add label:before {
  border: 1px solid #A5A5A5;
}

.preserve_login input[type="checkbox"]:checked + label:after, .shipping_add_flag input[type="checkbox"]:checked + label:after, .credit_card_add_flag__wrap input[type="checkbox"]:checked + label:after, .mail_magazine_send_flag_add input[type="checkbox"]:checked + label:after {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #A5A5A5;
  border-bottom: 2px solid #A5A5A5;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.preserve_login input[type="checkbox"]:checked + label:after, .shipping_add_flag input[type="checkbox"]:checked + label:after, .credit_card_add_flag__wrap input[type="checkbox"]:checked + label:after, .mail_magazine_send_flag_add input[type="checkbox"]:checked + label:after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

input[type=submit], input[type=button] {
  display: block;
  cursor: pointer;
  transition: 0.3s ease-out;
}

input[type=submit]:hover,
input[type=button]:hover {
  opacity: .8;
}

.slick-dotted__wrapper button {
  background: none;
}

#login_contents .error-messages {
  color: red;
  font-weight: bold;
  font-size: 1.1em;
}

.top-page_only {
  display: none;
}

@media (max-width: 1023px) {
  .sp_header__text {
    background: black;
    font-size: 1rem;
    color: white;
    padding: 8px 15px;
    text-align: center;
    font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
    letter-spacing: 0.1em;
    justify-content: center;
  }
}
@media (max-width: 1023px) and (min-width: 769px) {
  .sp_header__text {
    font-size: 1.2rem;
  }
}
/*-----------------------------------------
POP-UP
-------------------------------------------*/
.popup-area {
  position: fixed;
  width: 93.75%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1.5625vh;
  z-index: 999;
  height: 10%;
  left: 0;
  bottom: 10%;
  right: 0;
  margin: auto;
  /*
  	.popup__layer
  	{
  		width: 100%;
  		height: 100%;
  		position: absolute;
  		left: 0;
  		top: 0;
  		background:rgba(black,.66);
  	}
  */
}

@media (min-width: 769px) {
  .popup-area {
    max-width: 650px;
    width: 50.78125%;
    background: white;
  }
}
.popup-area .popup {
  height: 100%;
}

.popup-area .coupon-box__ttl {
  text-align: center;
  font-size: 1.5625vh;
}

.popup-area .coupon-code-area {
  text-align: center;
}

.popup-area .coupon-code-area a {
  display: inline-block;
  border: solid 1px black;
  padding: 5px 1rem;
  margin: auto;
  margin-top: 0.65104vh;
  font-size: 1.69271vh;
  font-weight: bold;
}

.popup-area button {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.popup-area .coupon-code {
  display: inline-block;
}

.popup-area .coupon-box, .popup-area .coupon-code {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-area .popup--close {
  color: #525050;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .popup-area .coupon-code-area a {
    line-height: 1;
  }

  .popup-area .popup {
    position: relative;
    /*
    			margin-top: 20px;
    			padding: 40px 23px;
    */
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .popup-area .popup-box {
    padding-bottom: 20px;
  }

  .popup-area .popup--close {
    font-size: 1.5625vh;
    position: absolute;
    bottom: 5px;
    right: 10px;
    text-decoration: underline;
  }

  .popup-area .popup--close .icon-close {
    font-size: 1.30208vh;
  }
}
@media (min-width: 769px) {
  .popup-area {
    /*
    		display: flex;
    		display: -webkit-flex;
    */
    /*
    		.popup-box
    		{
    			position: absolute;
    			width: 100%;
    			height: 100%;
    			top: 0;
    			left: 0;
    			-webkit-box-sizing: border-box;
    			-moz-box-sizing: border-box;
    			box-sizing: border-box;
    		}
    */
  }

  .popup-area .popup {
    position: relative;
    /*
    			padding-top: (600/1280)*100%;
    			@media (min-height: 601px) and (min-width: 1281px)
    			{
    				padding-top: 0;
    				height: 600px;
    			}
    */
  }

  .popup-area .popup--close {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 1.5625vh;
  }

  .popup-area .popup--close .icon-close {
    font-size: 1.30208vh;
  }
}
/*
@media (min-width: 769px) and (max-width: 1280px)
{
	.popup-area .popup--close
	{
		font-size: 2.3rem;
	}
}
*/
