@charset "UTF-8";
@-webkit-keyframes interest_ON {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@keyframes interest_ON {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@-webkit-keyframes interest_OFF {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes interest_OFF {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes interest_star_1 {
  0% {
    -webkit-transform: rotate(-40deg) translate(0, 0) scale(1, 1);
    transform: rotate(-40deg) translate(0, 0) scale(1, 1);
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-40deg) translate(0, -32px) scale(1.3, 1.3);
    transform: rotate(-40deg) translate(0, -32px) scale(1.3, 1.3);
    opacity: 0; } }

@keyframes interest_star_1 {
  0% {
    -webkit-transform: rotate(-40deg) translate(0, 0) scale(1, 1);
    transform: rotate(-40deg) translate(0, 0) scale(1, 1);
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-40deg) translate(0, -32px) scale(1.3, 1.3);
    transform: rotate(-40deg) translate(0, -32px) scale(1.3, 1.3);
    opacity: 0; } }

@-webkit-keyframes interest_star_2 {
  0% {
    -webkit-transform: rotate(40deg) translate(0, 0) scale(0.6, 0.6);
    transform: rotate(40deg) translate(0, 0) scale(0.6, 0.6);
    opacity: 0.7; }
  50% {
    opacity: 0.7; }
  100% {
    -webkit-transform: rotate(40deg) translate(0, -32px) scale(0.8, 0.8);
    transform: rotate(40deg) translate(0, -32px) scale(0.8, 0.8);
    opacity: 0; } }

@keyframes interest_star_2 {
  0% {
    -webkit-transform: rotate(40deg) translate(0, 0) scale(0.6, 0.6);
    transform: rotate(40deg) translate(0, 0) scale(0.6, 0.6);
    opacity: 0.7; }
  50% {
    opacity: 0.7; }
  100% {
    -webkit-transform: rotate(40deg) translate(0, -32px) scale(0.8, 0.8);
    transform: rotate(40deg) translate(0, -32px) scale(0.8, 0.8);
    opacity: 0; } }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

html {
  height: 100%; }

body {
  font-family: 'segoe UI','Droid Sans','HiraKakuProN-W3','繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け ProN W3','Hiragino Kaku Gothic Pro','繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け Pro W3',Meiryo,繝｡繧､繝ｪ繧ｪ,sans-serif;
  position: relative;
  overflow-x: hidden;
  min-height: 100%; }

.touch-cover {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0; }

.common-header {
  position: relative;
  height: 40px;
  padding: 0 8px;
  background: #005bab;
  background: #fff;
  border-bottom: 1px solid #dddddd;
  /* box-shadow: rgba(0,0,0,.5) 0 0 4px 0; */
  z-index: 20; }

.common-header__logo, .common-header__menuIcon, .common-header__searchIcon {
  background-repeat: no-repeat; }

.common-header__title {
  float: left;
  color: #FFF; }

.common-header__logo {
  display: block;
  width: 70px;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-image: url(/images/common/header/sega_logo_w.svg);
  background-size: 100%;
  /* 60thロゴ
    display: block;
    width: 31px;
    height: 31px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-image: url(/images/common/header/sega_logo_w_60th.png);
    background-size: 100%;
  end */ }

#segatoystop-body .common-header__logo {
  background-image: url(/images/common/header/sega_logo_b.svg);
  /* 60thロゴ
    background-image: url(/images/common/header/sega_logo_b_60th.png);
  end */ }

/* xmas */
.sp-header .common-header__xmas-btn {
  display: block;
  width: 149px;
  height: 28px;
  background-color: #c70a1b;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -4px;
  border: 1px solid #c70a1b; }

.sp-header .common-header__xmas-btn-img {
  width: 132px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* xmas */
.common-header__btns {
  float: right;
  display: table;
  height: 40px;
  box-sizing: border-box; }

.common-header__search {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  height: 41px; }

.common-header__searchIcon {
  display: inline-block;
  width: 19px;
  height: 20px;
  background-image: url(/images/common/search/seach_icon_o.svg);
  background-size: 100%;
  pointer-events: none; }

.common-header__menu {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 40px; }

.common-header__menuIcon {
  display: inline-block;
  width: 19px;
  height: 14px;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2055.25%2040.42%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23f39700%3B%7D%3C/style%3E%3C/defs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M4.13%2C8.25h47a4.21%2C4.21%2C0%2C0%2C0%2C4.12-4.12A4.21%2C4.21%2C0%2C0%2C0%2C51.13%2C0h-47A4.21%2C4.21%2C0%2C0%2C0%2C0%2C4.13%2C4.21%2C4.21%2C0%2C0%2C0%2C4.13%2C8.25Zm47%2C23.91h-47a4.14%2C4.14%2C0%2C0%2C0%2C0%2C8.27h47a4.14%2C4.14%2C0%2C0%2C0%2C0-8.27h0Zm0-15.66h-47a4.12%2C4.12%2C0%2C0%2C0%2C0%2C8.24h47a4.13%2C4.13%2C0%2C0%2C0%2C0-8.25h0Z%22%20transform%3D%22translate%28-0.01%20-0.01%29%22/%3E%3C/svg%3E);
  background-size: 100%; }

/* segaid */
.segaid-sp-header {
  width: 100%;
  height: 0;
  letter-spacing: -0.5em;
  background: #fff;
  padding: 0 0 11.25%; }

.top-only {
  display: none; }

.segaid-sp-header-link {
  /*width: 90.03%;*/
  width: 100%;
  height: 0;
  display: inline-block;
  background: url(/images/common/header/segaid_sp_header.png) no-repeat;
  background-size: 100% auto;
  background-position: center center;
  vertical-align: middle;
  padding: 0 0 11.25%; }

.segaid-sp-header-aboutid-link {
  height: 0;
  width: 9.96%;
  display: inline-block;
  background: url(/images/common/header/segaid_sp_header_about.png) no-repeat;
  background-size: 100% auto;
  background-position: center center;
  vertical-align: middle;
  padding: 0 0 11.25%; }

/* search */
/* floting */
#common-sp-floating__search {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 68.35vw;
  height: 75.78vw;
  pointer-events: none;
  display: none; }

.open#common-sp-floating__search {
  pointer-events: auto;
  z-index: 12; }

#segatoystop-body #common-sp-floating__search,
.header-fixed #common-sp-floating__search {
  display: block; }

.common-sp-floating__search-inner:before {
  content: '';
  bottom: -6px;
  right: -6px;
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  -webkit-transition: all .1s ease-in-out 0s;
  transition: all .1s ease-in-out 0s;
  background: #fff;
  pointer-events: none; }

.open .common-sp-floating__search-inner:before {
  bottom: -67.6vw;
  right: -67.6vw;
  width: 135.2vw;
  height: 135.2vw; }

.common-sp-floating__search-inner:after {
  content: '';
  bottom: -6px;
  right: -6px;
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  z-index: -2;
  -webkit-transition: all .1s ease-in-out 0s;
  transition: all .1s ease-in-out 0s;
  background: #f49800;
  pointer-events: none; }

.open .common-sp-floating__search-inner:after {
  bottom: -68.35vw;
  right: -68.35vw;
  width: 136.7vw;
  height: 136.7vw; }

.search-container {
  position: absolute;
  z-index: 1000;
  width: 100%;
  padding-top: 3.32vw;
  display: none;
  height: 98.75vw;
  overflow: hidden; }

.search-container:before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 4vw; }

.search-container:after {
  content: "";
  display: block;
  width: 150%;
  height: 100vw;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
  border-top: none;
  border-bottom: 2px solid #f39700;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%; }

.search-container__header {
  display: none; }

/* 驛｢�ｧ�ｽ�ｯ驛｢譎｢�ｽ�ｭ驛｢�ｧ�ｽ�ｹ髫ｶﾂ隲幢ｿｽ�ｽ�ｴ�ｽ�｢ */
.sp-search-box-list {
  text-align: center; }

#common-sp-floating__search .sp-search-box-list {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  text-align: right;
  width: 100%; }

.sp-search-box-item {
  letter-spacing: -0.5em; }

.sp-search-box-age-icon, .sp-search-box-gender-icon, .sp-search-box-budget-icon {
  display: inline-block;
  vertical-align: middle;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 3.5vw; }

.sp-search-box-age-icon {
  width: 8.39vw;
  height: 7.61vw;
  background-image: url(/images/common/search/search_icon_age_sp.png); }

.sp-search-box-gender-icon {
  width: 8.39vw;
  height: 7.512vw;
  background-image: url(/images/common/search/search_icon_gender_sp.png); }

.sp-search-box-budget-icon {
  width: 8.39vw;
  height: 7.03vw;
  background-image: url(/images/common/search/search_icon_budget_sp.png); }

.sp-search-box-x-icon {
  display: block;
  width: 3.3vw;
  height: 3.1vw;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/images/common/search/x_icon_g.svg);
  margin: 2.24vw auto;
  position: relative;
  left: 5vw; }

.sp-search-box-selector {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0 0 0 2.5vw;
  border: 1px solid #666;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 66.3vw;
  height: 6.83vw;
  line-height: 6.83vw;
  border-radius: 10vw;
  color: #666;
  font-size: 3vw;
  background-color: #fff;
  overflow: hidden;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHoAAABcCAMAAACWclH9AAAAUVBMVEXh5ez1lQDmz6nzkwD////zlwD0mQTg5Ov0mAD0lwDzkAD/+/L1nxj+7dD//fn3sD74s0b2oh//8Nj4tk3+6sn70Yv0lQD4uVP5v2Dlzqn2qi1MevQ5AAAACHRSTlP+/////////dElM2YAAAG3SURBVGje7drhcoMgDADgbqF2UOfq5tDu/R90rZaqAkgA8bYLv7zT69cISpLzcLrK4z7jcHh9kVyN8cg2ZNApwxWyp/mbGuORbfCgU4YrONFEE0000UQTTTTRRBP9H2iemgbwpCXwtLRoP4QXDXUHMiHNRcvOD9tNQ9mwb7uNpm9yxZTtpO8yc9hYepCV7VpFg+ywkbSSWdXbfF222zj6KT/jXpetNoqeym57KttsDM1lN5Fd9ly+2cbJQ9CyeJ/9oNVeyqz6gcgbLutPHxvKxV+sWoid6wJ8bF3+Ejz+4fKwTXKK53o9bt+YA16kK7Z3zCHbh9P2jzlo09TtiwiQg/Zrq42428FZitlGxRyamxltpByaFprseilfxCYZqdDsrrEtvtTJsBY3Q8oRebhw2utyTAkAy8nFyVHVh7akUXJc4WOzveTImsts9/LW5Z7RHmLevtLU7cfdzlDkLm01zznq67l99ihC05X2U3tMG/J0FUZ7krBkamgoe5oq5eqlDPYsQczWxrnb89Q0XwcJymb+9szYvJISduubSU7dQqKJJppoookmmmii/zi91yespys/FruMX3a8Uy40LoLbAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  cursor: pointer; }

#common-sp-floating__search .sp-search-box-item {
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.68, 1.55, 0.265, 1);
  transition: all 0.25s cubic-bezier(0.68, 1.55, 0.265, 1);
  width: auto; }

#common-sp-floating__search .sp-search-box-present-txt {
  letter-spacing: normal;
  position: absolute;
  font-weight: bold;
  color: #999;
  top: -3.5vw;
  left: 12vw;
  font-size: 3.5vw; }

#common-sp-floating__search .sp-search-box-item.age {
  bottom: -8vw;
  right: -35vw; }

.open#common-sp-floating__search .sp-search-box-item.age {
  bottom: 43.12vw;
  right: 1.85vw; }

#common-sp-floating__search .sp-search-box-item.gender {
  bottom: -8vw;
  right: -40vw; }

.open#common-sp-floating__search .sp-search-box-item.gender {
  bottom: 27.05vw;
  right: 11.23vw; }

#common-sp-floating__search .sp-search-box-item.budget {
  bottom: -7vw;
  right: -10vw; }

.open#common-sp-floating__search .sp-search-box-item.budget {
  bottom: 14.57vw;
  right: 15.33vw; }

#common-sp-floating__search .age .sp-search-box-selector {
  width: 25vw; }

#common-sp-floating__search .age .sp-search-box-x-icon {
  margin: 0;
  position: absolute;
  left: auto;
  right: 18.84vw;
  top: 8.5vw; }

#common-sp-floating__search .gender .sp-search-box-selector {
  width: 29.39vw; }

#common-sp-floating__search .gender .sp-search-box-x-icon {
  margin: 0;
  position: absolute;
  left: auto;
  right: 17.08vw;
  top: 8.5vw; }

#common-sp-floating__search .budget .sp-search-box-selector {
  width: 31.64vw; }

#common-sp-floating__search .age .sp-search-box-age-icon {
  margin-right: 2.63vw; }

#common-sp-floating__search .gender .sp-search-box-gender-icon {
  margin-right: 2.92vw; }

#common-sp-floating__search .budget .sp-search-box-budget-icon {
  margin-right: 2.83vw; }

.search-container .common-header__searchicon,
.common-sp-floating__search-inner .common-header__searchicon {
  display: block;
  position: absolute;
  top: 86vw;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 29.19vw;
  height: 8.2vw;
  background: #005bab;
  border-radius: 100px;
  border: none;
  margin: 0 auto 0;
  cursor: pointer;
  color: #fff;
  font-size: 3vw; }

.common-sp-floating__search-inner .common-header__searchicon {
  bottom: -31px;
  right: -33vw;
  left: auto;
  width: auto;
  height: auto;
  padding: 0;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background: none;
  -webkit-transition: all 0.25s cubic-bezier(0.68, 1.55, 0.265, 1);
  transition: all 0.25s cubic-bezier(0.68, 1.55, 0.265, 1); }

.open .common-sp-floating__search-inner .common-header__searchicon {
  right: 28.12vw;
  bottom: 4.1vw;
  top: auto; }

.common-sp-floating__search-inner-search_btn {
  display: inline-block;
  background-color: #005bab;
  width: 24vw;
  height: 6.8vw;
  line-height: 6.8vw;
  text-align: center;
  border-radius: 50vw;
  pointer-events: none; }

.search-category__all-category {
  background-color: #f49800;
  display: block;
  width: 41.69vw;
  height: 8.2vw;
  border-radius: 100px;
  border: none;
  margin: 0 auto 5.4vw;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  line-height: 8.2vw;
  text-align: center;
  font-size: 3vw; }

.icons__search {
  display: inline-block;
  vertical-align: middle;
  width: 4.1vw;
  height: 4vw;
  background-image: url(/images/common/search/seach_icon_w.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 1vw;
  margin-top: -0.25vw;
  pointer-events: none; }

.common-header__searchicon .icons__search {
  margin-top: -0.5vw; }

.common-sp-floating__search-inner .icons__search {
  background-image: url(/images/common/search/seach_icon_b.svg);
  margin-right: 2.9vw;
  width: 6.15vw;
  height: 6.15vw; }

.search_ttl_icon {
  display: block;
  width: 20.63vw;
  margin: 0 auto 7vw; }

#common-sp-floating__search .search_ttl_icon_box {
  width: 0;
  height: 0;
  position: absolute;
  right: -23.63vw;
  bottom: 0;
  -webkit-transition: all .1s ease-in-out 0s;
  transition: all .1s ease-in-out 0s; }

#common-sp-floating__search.open .search_ttl_icon_box {
  position: absolute;
  right: 1vw;
  bottom: 48.1vw;
  width: 27.75vw;
  height: 27.75vw; }

#common-sp-floating__search .search_ttl_icon {
  position: absolute;
  top: 40%;
  left: 48%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 5;
  border-radius: 50%; }

#common-sp-floating__search .search_ttl_icon_box:before {
  content: '';
  position: absolute;
  top: 0.75vw;
  right: 0.75vw;
  width: 26.25vw;
  height: 26.25vw;
  border-radius: 50%;
  z-index: 2;
  background: #fff; }

#common-sp-floating__search .search_ttl_icon_box:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 27.75vw;
  height: 27.75vw;
  border-radius: 50%;
  z-index: -1;
  background: #f49800;
  box-sizing: border-box; }

/* 驛｢�ｧ�ｽ�ｯ驛｢譎｢�ｽ�ｭ驛｢�ｧ�ｽ�ｹ髫ｶﾂ隲幢ｿｽ�ｽ�ｴ�ｽ�｢驛｢譎�鯵邵ｺ�｡驛｢譎｢�ｽ�ｳ */
.common-sp-floating__search-btn {
  background-color: #005bab;
  width: 22.07vw;
  height: 22.07vw;
  position: absolute;
  right: 3.6vw;
  bottom: 5.07vw;
  z-index: 15;
  border-radius: 50%;
  -webkit-box-shadow: 1vw 1vw 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1vw 1vw 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1vw 1vw 0 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s cubic-bezier(0.68, 1.55, 0.265, 1);
  transition: all 0.25s cubic-bezier(0.68, 1.55, 0.265, 1);
  pointer-events: auto; }

.open .common-sp-floating__search-btn {
  width: 9.76vw;
  height: 9.76vw; }

.common-sp-floating__search-btn-img {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.68, 1.55, 0.265, 1);
  transition: all 0.25s cubic-bezier(0.68, 1.55, 0.265, 1); }

.close_state {
  opacity: 1;
  width: 15.42vw;
  height: 19.04vw; }

.open .close_state {
  opacity: 0;
  width: 0;
  height: 0; }

.open .open_state {
  opacity: 1;
  width: 3.41vw;
  height: 3.32vw; }

.search-form__input:focus {
  outline: 0; }

.header-menu-list {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 1000; }

.common-menu__main-menu--closed .common-menu__icon-opener, .common-menu__main-menu--opened .common-menu__icon-opener {
  content: "";
  width: 10px;
  background-repeat: no-repeat;
  top: 50%;
  right: 8px;
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px; }

.header-menu-list__header {
  display: none; }

.common-menu {
  position: relative;
  margin-top: 40px; }

.common-menu__container {
  box-sizing: border-box; }

.common-menu__main-menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #F0F0F0; }

.common-menu__main-menu--closed .common-menu__main-menu-title, .common-menu__main-menu-title {
  -webkit-box-align: center;
  color: #3C3C3C;
  border-bottom: solid 1px #DDD;
  cursor: pointer;
  text-decoration: none; }

.common-menu__main-menu-title {
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.common-menu__main-menu--opened.common-menu__main-menu--license .common-menu__main-menu-title,
.common-menu__main-menu--closed.common-menu__main-menu--license .common-menu__main-menu-title {
  padding-left: 16px; }

.common-menu__main-menu--closed {
  position: relative;
  background-color: #F0F0F0; }

.common-menu__main-menu--closed .common-menu__main-menu-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.common-menu__main-menu--closed .common-menu__icon-opener,
.common-menu__main-menu--closed.common-menu__main-menu--license .common-menu__icon-opener {
  position: absolute;
  background-position: 0 -144px;
  height: 10px;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.common-menu__main-menu--closed .common-menu__sub-menu-container {
  display: none; }

.common-menu__main-menu--opened {
  position: relative;
  background-color: #F0F0F0; }

.common-menu__main-menu--license {
  background-color: #F9F9F9; }

.common-menu__main-menu--opened .common-menu__main-menu-title {
  position: relative;
  padding: 8px;
  border-bottom: solid 1px #DDD;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #3C3C3C;
  text-decoration: none;
  cursor: pointer; }

.common-menu__main-menu--opened .common-menu__icon-opener {
  position: absolute;
  background-position: -82.5px -62px;
  height: 3px;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

/* footer recommend */
.footer-recommend {
  border-top: solid 2px #fff;
  background: #005bac;
  padding: 6vw 9vw 12vw; }

.footer-recommend__ttl {
  color: #fff;
  text-align: center;
  font-size: 5vw;
  margin-bottom: 4vw; }

.footer-recommend__ttl:after {
  content: "";
  display: block;
  width: 8em;
  height: 0;
  margin: 0.1em auto;
  border-bottom: solid 1px #fff; }

.footer-recommend-item:not(:last-of-type) {
  margin-bottom: 7.5vw; }

@media screen and (min-width: 768px) {
  .footer-recommend {
    padding: 3vw 6vw 6vw; }
  .footer-recommend__ttl {
    font-size: 4vw; }
  .footer-recommend-list {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-recommend-item {
    width: 45%; }
  .footer-recommend-item:not(:last-of-type) {
    margin-bottom: 0; } }

.common-footer, .common-menu__inner-menu {
  position: relative; }

.common-menu__inner-menu-container, .common-menu__sub-menu, .common-menu__sub-menu-container {
  display: none; }

.common-menu__menu-annotation {
  font-size: 0.8em;
  margin-left: 8px; }

.common-menu__inner-menu-title {
  padding: 8px 8px 8px 24px;
  border-bottom: solid 1px #DDD;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background-color: #FFF;
  color: #8C8C8C;
  text-decoration: none;
  cursor: pointer; }

.common-footer__header {
  display: none; }

.common-footer .common-menu__container {
  margin: 40px 0 0;
  box-sizing: border-box;
  border-top: solid 3px #005BAC; }

.common-footer__btn-scroll-top {
  background: #F0F0F0;
  width: 80px;
  text-align: center;
  height: 40px;
  box-sizing: border-box;
  border-radius: 40px 40px 0 0;
  position: absolute;
  right: 8px;
  top: 0;
  border: 3px solid #005BAC;
  border-bottom: none;
  -webkit-transform: translate(0, -37px);
  transform: translate(0, -37px);
  background-clip: padding-box; }

.common-footer__btn-scroll-top-text {
  display: block;
  color: #005BAC;
  font-weight: 700;
  font-size: 0.6em;
  position: absolute;
  width: 100%;
  top: 50%; }

.common-footer__btn-arrow {
  display: block;
  margin-bottom: 8px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -12px; }

.common-footer__view-switch {
  text-align: center;
  padding: 24px 0 0;
  background: #005bab;
  background: #fff; }

.common-footer__view-switch-text {
  color: #fff;
  color: #005bab;
  text-decoration: none; }

.common-footer__copyright {
  color: #fff;
  color: #005bab;
  text-align: center;
  background: #005bab;
  background: #fff;
  padding: 24px 0 24px;
  font-family: 'Droid Sans',Verdana,Quicksand,貂ｸ繧ｴ繧ｷ繝�け菴�,'Yu Gothic',YuGothic,'繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け Pro','Hiragino Kaku Gothic Pro',繝｡繧､繝ｪ繧ｪ,Meiryo,Osaka,'�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け','MS PGothic',sans-serif; }

.common-footer__copyright-logo {
  display: inline-block;
  background-image: url(/images/common/header/sega_logo_w.svg);
  background-size: 100%;
  background-position: 0 0;
  width: 79px;
  height: 41px;
  background-repeat: no-repeat;
  margin-bottom: 22px;
  /* 60thロゴ
    display: inline-block;
    background-image: url(/images/common/header/sega_logo_w_60th.png);
    background-size: 100%;
    background-position: 0 0;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    margin-bottom: 22px;
  end */ }

/* #segatoystop-body .common-footer__copyright-logo{
    background-image: url(/images/common/header/sega_logo_b.svg);
} */
.common-menu__sub-menu--closed .common-menu__icon-opener, .common-menu__sub-menu--opened .common-menu__icon-opener {
  content: "";
  width: 10px;
  top: 50%;
  right: 8px;
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-repeat: no-repeat; }

.common-menu__sub-menu {
  position: relative;
  border-bottom: solid 1px #E0E0E0;
  background-color: #F9F9F9; }

.common-menu__sub-menu--closed .common-menu__sub-menu-title, .common-menu__sub-menu-title {
  position: relative;
  border-bottom: solid 1px #DDD;
  padding: 8px 8px 8px 16px;
  color: #6C6C6C;
  text-decoration: none;
  cursor: pointer; }

.common-menu__sub-menu-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.common-menu__sub-menu--closed {
  position: relative;
  background-color: #F9F9F9; }

.common-menu__sub-menu--closed .common-menu__sub-menu-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.common-menu__sub-menu--closed .common-menu__icon-opener {
  position: absolute;
  background-position: 0 -144px;
  height: 10px;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.common-menu__sub-menu--opened {
  position: relative;
  background-color: #F9F9F9; }

.common-menu__sub-menu--opened .common-menu__sub-menu-title {
  position: relative;
  padding: 8px 8px 8px 16px;
  border-bottom: solid 1px #E0E0E0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #6C6C6C;
  text-decoration: none; }

.common-menu__sub-menu--opened .common-menu__icon-opener {
  position: absolute;
  background-position: -82.5px -62px;
  height: 3px;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.common-menu__new-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 2em;
  height: 1.5em;
  background: url(/images/common/footer/icon/footer_new_o_inner_w.svg) center center/100% auto no-repeat;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none; }

.breadcrumbs {
  font-size: 0.8em;
  color: #666;
  padding: 8px 0 0 8px; }

.breadcrumbs__link {
  text-decoration: none;
  display: inline-block;
  color: #666;
  height: 24px;
  box-sizing: border-box;
  padding: 4px; }

.btn-interest-mini__score, .btn-interest__score {
  padding: 0 4px;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center; }

.breadcrumbs__link:hover {
  color: #666; }

.breadcrumbs__item {
  float: left; }

.breadcrumbs__item:not(:last-of-type):after {
  content: ">";
  display: inline; }

.breadcrumbs__home {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: -61.5px -126.5px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.btn-interest {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #F39700;
  box-sizing: border-box;
  background: #FFF;
  cursor: pointer; }

.btn-interest-mini, .btn-interest__text {
  display: -webkit-box;
  display: -webkit-flex; }

.btn-interest__text {
  margin-right: 8px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #F39700;
  letter-spacing: -2px;
  vertical-align: middle; }

.btn-interest.active, .btn-interest.active .btn-interest__score, .btn-interest.active .btn-interest__text, .btn-interest.isChecked .btn-interest__score, .btn-interest.isChecked .btn-interest__text {
  color: #FFF; }

.btn-interest__icon {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: 0 -101px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 4px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: interest_OFF 0.2s ease;
  animation: interest_OFF 0.2s ease;
  vertical-align: middle; }

.btn-interest__score:after, .btn-interest__score:before {
  content: "";
  display: block;
  top: 50%;
  left: 0; }

.btn-interest__score {
  position: relative;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 0.8em;
  border-radius: 14px;
  border: 1px solid #E0E0E0; }

.btn-interest__score:before {
  position: absolute;
  border: 6px solid transparent;
  border-right: solid 9px #E0E0E0;
  -webkit-transform: translate(-14px, -50%);
  transform: translate(-14px, -50%); }

.btn-interest__score:after {
  position: absolute;
  border: 6px solid transparent;
  border-right: solid 9px #FFF;
  -webkit-transform: translate(-12px, -50%);
  transform: translate(-12px, -50%); }

.btn-interest.active .btn-interest__score:after, .btn-interest.isChecked .btn-interest__score:after {
  border-right-color: #F39700; }

.btn-interest__effect-1, .btn-interest__effect-2 {
  display: none; }

.btn-interest.isChecked {
  background: #F39700;
  color: #FFF; }

.btn-interest.isChecked .btn-interest__icon {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: -113.5px -51px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  -webkit-animation: interest_ON 0.3s ease;
  animation: interest_ON 0.3s ease; }

.btn-interest.isChecked .btn-interest__anim-container {
  position: absolute;
  z-index: 10;
  pointer-events: none; }

.btn-interest.isChecked .btn-interest__anim {
  position: relative;
  width: 22px;
  height: 22px; }

.btn-interest.isChecked .btn-interest__effect-1, .btn-interest.isChecked .btn-interest__effect-2 {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: -162px 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  opacity: 0;
  position: absolute; }

.btn-interest.isChecked .btn-interest__effect-1 {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: interest_star_1 0.5s ease-out;
  animation: interest_star_1 0.5s ease-out; }

.btn-interest.isChecked .btn-interest__effect-2 {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: interest_star_2 0.5s ease-out 0.1s;
  animation: interest_star_2 0.5s ease-out 0.1s; }

.btn-interest.active {
  background: #F39700; }

.btn-interest.active .btn-interest__icon {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: -113.5px -51px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat; }

.btn-interest.active .btn-interest__anim-container {
  position: absolute;
  z-index: 10; }

.btn-interest-mini {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 130px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid #F39700;
  box-sizing: border-box;
  background: #FFF;
  cursor: pointer; }

.btn-interest-mini__text {
  margin-right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #F39700;
  font-size: 0.8em;
  letter-spacing: -2px;
  vertical-align: middle; }

.pager, .pager__btns {
  -webkit-box-align: center; }

.btn-interest-mini.active, .btn-interest-mini.active .btn-interest-mini__score, .btn-interest-mini.active .btn-interest-mini__text, .btn-interest-mini.isChecked .btn-interest-mini__score, .btn-interest-mini.isChecked .btn-interest-mini__text {
  color: #FFF; }

.btn-interest-mini__icon {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: -162px -19.5px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 2px;
  -webkit-animation: interest_OFF 0.2s ease;
  animation: interest_OFF 0.2s ease;
  vertical-align: middle; }

.btn-interest-mini__score:after, .btn-interest-mini__score:before {
  content: "";
  display: block;
  top: 50%;
  left: 0; }

.btn-interest-mini__score {
  position: relative;
  min-width: 21px;
  height: 21px;
  line-height: 21px;
  font-size: 0.7em;
  border-radius: 10.5px;
  border: 1px solid #E0E0E0; }

.btn-interest-mini__score:before {
  position: absolute;
  border: 3px solid transparent;
  border-right: solid 8px #E0E0E0;
  -webkit-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%); }

.btn-interest-mini__score:after {
  position: absolute;
  border: 3px solid transparent;
  border-right: solid 8px #FFF;
  -webkit-transform: translate(-8px, -50%);
  transform: translate(-8px, -50%); }

.btn-interest-mini.active .btn-interest-mini__score:after, .btn-interest-mini.isChecked .btn-interest-mini__score:after {
  border-right-color: #F39700; }

.btn-interest-mini__effect-1, .btn-interest-mini__effect-2 {
  display: none; }

.btn-interest-mini.isChecked {
  background: #F39700;
  color: #FFF; }

.btn-interest-mini.isChecked .btn-interest-mini__icon {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: -162px -58px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  -webkit-animation: interest_ON 0.3s ease;
  animation: interest_ON 0.3s ease; }

.btn-interest-mini.isChecked .btn-interest__anim-container {
  position: absolute;
  z-index: 10; }

.btn-interest-mini.isChecked .btn-interest__anim {
  position: relative;
  width: 15px;
  height: 15px; }

.btn-interest-mini.isChecked .btn-interest__effect-1, .btn-interest-mini.isChecked .btn-interest__effect-2 {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: -162px 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  opacity: 0; }

.btn-interest-mini.isChecked .btn-interest__effect-1 {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: interest_star_1 0.5s ease-out;
  animation: interest_star_1 0.5s ease-out; }

.btn-interest-mini.isChecked .btn-interest__effect-2 {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: interest_star_2 0.5s ease-out 0.1s;
  animation: interest_star_2 0.5s ease-out 0.1s; }

.btn-interest-mini.active {
  background: #F39700; }

.btn-interest-mini.active .btn-interest-mini__icon {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: -162px -58px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat; }

.pager__next, .pager__num, .pager__prev, .pager__text {
  color: #000;
  text-decoration: none; }

.btn-interest-mini.active .btn-interest__anim-container {
  position: absolute;
  z-index: 10; }

/* surveys */
/* 髫ｲ�｢雋願侭ﾎ鈴Δ譎�鯵邵ｺ�｡驛｢譎｢�ｽ�ｳ 髫ｰ�ｽ萓ｭ隨�ｿｽ髮趣ｽｸ陋ｹ�ｻ�ｽ�ｽcss */
.brand-surveys .btn-interest {
  display: block;
  height: auto;
  width: auto;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  top: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.brand-surveys .btn-interest.active, .brand-surveys .btn-interest.isChecked {
  background: none;
  color: #66442e;
  margin-top: 1vw; }

.brand-surveys .btn-interest__score {
  min-width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  line-height: normal;
  font-size: 1em;
  padding: 0;
  white-space: normal;
  text-align: left;
  background: none; }

.brand-surveys .btn-interest__score:before, .brand-surveys .btn-interest__score:after {
  position: static;
  border: none;
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  top: 0;
  left: 0; }

/* 髫ｰ�ｽ萓ｭ隨�ｿｽ髮趣ｽｸ陋ｹ�ｻ�ｽ�ｽ驍ｵ�ｺ髦ｮ蜻ｻ�ｼ�ｽ�ｸ�ｺ�ｽ�ｾ驍ｵ�ｺ�ｽ�ｧ */
/*
.brand-surveys{
    -webkit-transition: height .3s ease , opacity .3s ease;
    transition: height .3s ease , opacity .3s ease;
}

.brand-surveys:not(.brand-surveys--active){
    opacity: 0;
    height:0;
}
*/
.brand-surveys.brand-surveys--active {
  /* height: 23.996vw;
    opacity:1;*/
  pointer-events: auto;
  position: relative;
  z-index: 1; }

.brand-surveys,
.brand-surveys.brand-surveys--active.brand-surveys--disable {
  pointer-events: none; }

.brand-surveys__question {
  background-color: #0b5baa;
  height: 11.466vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.brand-surveys__question-icon {
  width: 8.26vw;
  height: 8.26vw;
  display: block;
  margin-right: 1.6vw; }

.brand-surveys__question-txt {
  width: auto;
  height: 9.86vw;
  display: block; }

.brand-surveys__btn-list {
  background-color: #fff;
  height: 12.53vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 1.6vw; }

.brand-surveys__btn-item {
  width: 30.5vw;
  height: 9.33vw; }

.brand-surveys .btn-interest.brand-surveys__btn {
  border: solid 1px #0b5baa;
  border-radius: 10vw;
  border-bottom: solid 1.33vw #0b5baa;
  height: 9.33vw;
  position: relative;
  box-sizing: border-box;
  -moz-transition: border 0.3s ease-out, margin-top 0.3s ease-out , background-color 0.3s ease-out;
  -webkit-transition: border 0.3s ease-out, margin-top 0.3s ease-out , background-color 0.3s ease-out;
  transition: border 0.3s ease-out, margin-top 0.3s ease-out , background-color 0.3s ease-out; }

.brand-surveys .isChecked.btn-interest.brand-surveys__btn,
.brand-surveys .active.btn-interest.brand-surveys__btn {
  border: solid 1px #0b5baa;
  background-color: #0b5baa;
  height: 8.26vw;
  margin-top: 0.8vw; }

.brand-surveys__btn-inner {
  position: relative;
  height: 100%;
  pointer-events: none; }

.brand-surveys__btn-inner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 6.93vw;
  width: auto;
  -moz-transition: opcity 0.3s ease-out;
  -webkit-transition: opcity 0.3s ease-out;
  transition: opcity 0.3s ease-out;
  pointer-events: none; }

.brand-surveys__btn-inner-txt--after {
  opacity: 0;
  height: 4.26vw;
  width: 26.13vw; }

.isChecked .brand-surveys__btn-inner-txt--before,
.active .brand-surveys__btn-inner-txt--before {
  opacity: 0; }

.isChecked .brand-surveys__btn-inner-txt--after,
.active .brand-surveys__btn-inner-txt--after {
  opacity: 1; }

.brand-surveys .btn-interest__anim-container {
  top: 15%;
  left: 40%;
  pointer-events: none; }

.brand-surveys .btn-interest__score {
  visibility: hidden;
  height: 0;
  width: 0;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; }

.pager {
  display: block;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px; }

.pager__btns, .pager__text {
  display: -webkit-box;
  display: -webkit-flex;
  box-sizing: border-box; }

.pager__btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 8px; }

.pager__next, .pager__prev {
  width: 22.4px; }

.pager__next .pager__text, .pager__prev .pager__text {
  width: 22.4px;
  height: 22.4px;
  border-radius: 11.2px; }

.pager__text {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #000;
  background: #FFF; }

.pager__text.active {
  border: 1px solid #005BAC;
  color: #FFF;
  background: #005BAC; }

.pager__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.pager .position-container {
  text-align: center; }

.error-window {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9999; }

.error-window__core {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  background: #FFF;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 16px;
  align-item: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 8px;
  box-sizing: border-box;
  border: 2px solid #8C8C8C; }

.error-window__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 8px; }

.error-window__icon-cross {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: -51.5px -42.5px;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  margin-right: 8px; }

.error-window__message {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  line-height: 1.4em; }

.error-window__btn-close {
  display: inline-block;
  padding: 4px 16px;
  position: relative;
  left: 50%;
  color: #FFF;
  background: #8C8C8C;
  border-radius: 20px;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  corsor: pointer; }

.mouseCatcher {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.25); }

.product-wrapper-dark {
  background: #F0F0F0; }

.right-arrow {
  position: relative;
  display: inline-block; }

.right-arrow:after, .right-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  display: block; }

.right-arrow:before {
  border: 8px solid transparent;
  border-left: solid 8px #8C8C8C;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.right-arrow:after {
  border: 8px solid transparent;
  border-left: solid 8px #FFF;
  -webkit-transform: translate(-2px, -50%);
  transform: translate(-2px, -50%); }

.up-arrow {
  position: relative;
  display: inline-block; }

.up-arrow:after, .up-arrow:before {
  content: "";
  left: 0;
  display: block;
  position: absolute; }

.up-arrow:before {
  border: 6px solid transparent;
  border-bottom: solid 6px #005BAC;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.up-arrow:after {
  border: 6px solid transparent;
  border-bottom: solid 6px #F0F0F0;
  -webkit-transform: translate(-50%, 2px);
  transform: translate(-50%, 2px); }

.product-detail__slider .sp-next-arrow:after, .product-detail__slider .sp-next-arrow:before, .product-detail__slider .sp-previous-arrow:after, .product-detail__slider .sp-previous-arrow:before {
  content: none; }

.product-list__title {
  padding: 8px;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 700; }

.search__title {
  color: #f29600;
  font-size: 1em;
  text-align: center; }

.product-list__status {
  padding: 8px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #F0F0F0; }

.product-list .position-container {
  font-size: 0.8em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-right: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.product-list .position-container__list-vol {
  font-weight: 700;
  margin-right: 4px; }

.product-list .position-container__position {
  font-weight: 700;
  margin: 0 4px; }

.product-list__sort-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  border: 2px solid #005BAC;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 8px;
  background: #FFF;
  color: #005BAC;
  cursor: pointer; }

.sale-info__now-on-sale, .sale-info__sold-out {
  border-radius: 2px;
  padding: 2px 4px;
  color: #FFF; }

.product-list__sort-btn-icon {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: -162px -39px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 4px; }

.product-list__sort-btn.isOpen {
  color: #FFF;
  background: #005BAC; }

.product-list__sort-btn.isOpen .product-list__sort-btn-icon {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: -162px -77px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat; }

.sort-selector {
  width: 100%;
  position: absolute;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: solid 1px #E0E0E0;
  background: #FFF;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.sort-selector.isOpen {
  z-index: 11;
  opacity: 1;
  pointer-events: auto; }

.sort-selector__single {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-right: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  box-sizing: border-box;
  text-decoration: none;
  color: #000; }

.sort-selector__single:nth-of-type(2n) {
  border-right: none; }

.sort-selector__single.isActive {
  background: #F39700;
  color: #FFF; }

.product-detail__slider .sp-next-arrow, .product-detail__slider .sp-previous-arrow {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  display: inline-block; }

.product-detail__name {
  padding: 8px;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 700;
  color: #005BAC; }

.product-detail__slider {
  padding-bottom: 24px;
  box-sizing: border-box;
  border-bottom: dashed 1px #E0E0E0;
  width: 100%;
  min-height: 300px;
  opacity: 0;
  animation: fadeIn 2s ease 0s 1 forwards;
  -webkit-animation: fadeIn 2s ease 0s 1 forwards; }

@keyframes fadeIn {
  0%, 30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0%, 30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.product-detail__slider .sp-previous-arrow {
  background-position: -113.5px 0; }

.product-detail__slider .sp-next-arrow {
  background-position: -113.5px -25.5px; }

.product-detail__slider .sp-mask, .product-detail__slider .sp-slide, .product-detail__slider .sp-slides-container {
  width: 100%;
  height: 300px; }

.product-detail__slider .sp-slide:not(:first-of-type) {
  left: 100%; }

.product-detail__slider .sp-image {
  max-width: 100%;
  max-height: 300px;
  margin-left: 0 !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%); }

.product-detail__slider .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #005BAC; }

.product-detail__slider .sp-thumbnail__img-container {
  display: table; }

.product-detail__slider .sp-thumbnail__img-container-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  height: 80px; }

.product-detail__slider .sp-thumbnail__img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.sale-info {
  padding-bottom: 24px; }

.sale-info__header {
  display: none; }

.sale-info__date-container, .sale-info__price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  padding: 8px; }

.sale-info__price-label {
  color: #E73656;
  width: 100px;
  font-size: 0.8em; }

.sale-info__price {
  color: #E73656;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.sale-info__price-num {
  font-size: 1.4em;
  font-weight: 700;
  margin-right: 4px; }

.sale-info__date-label {
  width: 100px;
  font-size: 0.8em; }

.sale-info__date {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 0.8em; }

.sale-info__now-on-sale {
  background: #F39700; }

.sale-info__sold-out {
  background: #8C8C8C; }

.sale-info__shop {
  padding: 8px; }

.sale-info__shop-text {
  font-size: 0.8em; }

.action-btn-container {
  border-bottom: dashed 1px #E0E0E0;
  padding-bottom: 24px; }

.action-btn-container .action-btn__buy {
  padding: 0 8px; }

.action-btn-container .action-btn__buy-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  background: #005BAC;
  box-sizing: border-box;
  height: 46px;
  border-radius: 23px;
  color: #FFF;
  font-size: 1.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.action-btn-container .action-btn__buy-inner.isOpen {
  position: relative;
  background: #FFF;
  color: #005BAC;
  border: 2px solid #005BAC;
  z-index: 1; }

.action-btn-container .action-btn__buy-inner.isOpen .action-btn__icon-cart, .action-btn-container .action-btn__icon-cart {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  width: 18px;
  height: 16px;
  background-repeat: no-repeat; }

.action-btn-container .action-btn__buy-inner.isOpen .action-btn__icon-cart {
  background-position: -117px -101px; }

.action-btn-container .action-btn__icon-cart {
  background-position: -139px -106px;
  display: inline-block;
  margin-right: 8px; }

.action-btn-container .action-btn__sns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 140px; }

/* .action-btn-container [data-id="8437"] ~ .action-btn__sns-wrapper,
.action-btn-container [data-id="8439"] ~ .action-btn__sns-wrapper,
.action-btn-container [data-id="8440"] ~ .action-btn__sns-wrapper,
.action-btn-container [data-id="8441"] ~ .action-btn__sns-wrapper,
.action-btn-container [data-id="10092"] ~ .action-btn__sns-wrapper,
.action-btn-container [data-id="10086"] ~ .action-btn__sns-wrapper,
.action-btn-container [data-id="10091"] ~ .action-btn__sns-wrapper,
.action-btn-container [data-id="10119"] ~ .action-btn__sns-wrapper,
.action-btn-container [data-id="10120"] ~ .action-btn__sns-wrapper,
.action-btn-container [data-id="10093"] ~ .action-btn__sns-wrapper,
.action-btn-container [data-id="10090"] ~ .action-btn__sns-wrapper,
.action-btn-container [data-id="10088"] ~ .action-btn__sns-wrapper {
  display:none;
} */
.action-btn-container .action-btn__facebook, .action-btn-container .action-btn__line, .action-btn-container .action-btn__mail, .action-btn-container .action-btn__twitter {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  display: inline-block; }

.action-btn-container .action-btn__sns-wrapper a {
  text-decoration: none; }

.action-btn-container .action-btn__twitter {
  background-position: -82.5px 0; }

.action-btn-container .action-btn__facebook {
  background-position: -82.5px -31px; }

.action-btn-container .action-btn__line {
  background-position: -31px -70px; }

.action-btn-container .action-btn__mail {
  background-position: 0 -70px; }

.action-btn-container .btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 8px;
  box-sizing: 8px; }

.action-btn-container .shop {
  position: absolute;
  width: 100%;
  padding: 8px;
  margin-top: 8px;
  box-sizing: border-box;
  z-index: 100;
  display: none; }

.action-btn-container .shop__list {
  position: relative;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  background: #FFF; }

.action-btn-container .shop__list:after, .action-btn-container .shop__list:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  display: block; }

.action-btn-container .shop__list:before {
  border: 10px solid transparent;
  border-bottom: solid 16px #E0E0E0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.action-btn-container .shop__list:after {
  border: 10px solid transparent;
  border-bottom: solid 16px #FFF;
  -webkit-transform: translate(-50%, 2px);
  transform: translate(-50%, 2px); }

.action-btn-container .shop__single:not(:last-of-type), .product-attributes, .product-copyright-container {
  border-bottom: dashed 1px #E0E0E0; }

.action-btn-container .shop__single {
  padding: 2px; }

.action-btn-container .shop__name {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 8px;
  height: 40px;
  text-decoration: none;
  color: #000; }

.action-btn-container .shop__icon-window {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: -45.5px -126.5px;
  width: 12px;
  height: 13px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 8px; }

.product-description {
  padding: 0 8px 24px; }

.product-description__label {
  color: #8C8C8C;
  font-weight: 700;
  font-size: 0.8em;
  border-left: solid 2px #005BAC;
  padding-left: 2px;
  margin-bottom: 10px; }

.product-description__data {
  font-size: 0.8em;
  word-break: break-all; }

.product-status {
  padding-top: 16px; }

.product-status .annotation {
  padding: 0 8px;
  font-size: 0.8em;
  color: #005BAC; }

.product-catch-copy {
  padding: 8px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4em;
  color: #005BAC; }

.btn-product-site {
  padding: 16px 8px; }

.btn-product-site__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 40px;
  border-radius: 20px;
  background: #F39700;
  color: #FFF;
  text-decoration: none;
  font-size: 1.2em;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.product-category__label, .product-tag__label {
  color: #8C8C8C;
  font-weight: 700;
  margin-bottom: 8px; }

.product-copyright-container {
  padding: 8px 8px 24px; }

.product-copyright-container .product-copyright {
  font-size: 0.8em; }

.product-copyright-container .product-copyright:not(:last-of-type) {
  margin-right: 4px; }

.product-category__category:not(:last-of-type), .product-tag__tag:not(:last-of-type) {
  margin-right: 2px; }

.product-copyright-container .product-copyright:not(:last-of-type):after {
  content: "�ｽ�ｽ�ｽ�ｽ"; }

.product-attributes {
  padding-top: 16px; }

.product-attributes__header {
  display: none; }

.product-tag {
  padding: 0 8px 24px; }

.product-tag__label {
  font-size: 0.8em;
  padding-left: 2px; }

.product-tag__data {
  font-size: 0.8em;
  word-break: break-all;
  line-height: 1.6em; }

.product-category {
  padding: 0 8px 24px; }

.product-category__label {
  font-size: 0.8em;
  padding-left: 2px; }

.product-category__category, .product-tag__tag {
  display: inline-block;
  padding: 1px 4px;
  margin-bottom: 6px;
  color: #005BAC;
  font-weight: 700; }

.product-category__data {
  font-size: 0.8em;
  word-break: break-all;
  line-height: 1.6em; }

.product-tag__tag {
  border: 1px solid #005BAC;
  border-radius: 16px; }

.product-category__category {
  text-decoration: underline; }

.product-QandA__single--opened:not(:last-of-type), .product-QandA__single:not(:last-of-type) {
  margin-bottom: 8px; }

.related-movie {
  padding-top: 16px; }

.related-movie__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 8px;
  font-size: 1.2em;
  font-weight: 700;
  color: #005BAC; }

.related-movie__icon-movie {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: -48.5px -101px;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px; }

.related-movie__slider {
  padding: 16px 0 24px; }

.related-movie__caption-container {
  background: #FFF;
  overflow: hidden;
  width: 100%; }

.related-movie__caption {
  padding: 0;
  font-size: 14px;
  height: 39.2px;
  line-height: 1.4;
  position: relative; }

.related-movie__caption:after, .related-movie__caption:before {
  background: #FFF;
  position: absolute; }

.related-movie__caption:before {
  content: "...";
  top: 19.6px;
  right: 0;
  width: 48px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(0.7, #fff), to(white));
  text-align: right; }

.related-movie__caption:after {
  content: "";
  height: 100%;
  width: 100%; }

.related-movie .sp-image {
  text-align: center; }

.related-movie .sp-video:after {
  content: none; }

.related-movie .sp-thumbnail__img-container {
  display: table;
  position: relative; }

.related-movie .sp-thumbnail__img-container-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 120px;
  height: 100px; }

.related-movie .sp-thumbnail__img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.related-movie .sp-selected-thumbnail .sp-thumbnail__img-container:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #005BAC; }

.related-movie .sp-bottom-thumbnails .sp-thumbnail-container {
  margin-right: 8px; }

.product-QandA {
  padding: 16px 0 8px; }

.product-QandA__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 8px;
  font-size: 1.2em;
  font-weight: 700;
  color: #005BAC; }

.product-QandA__icon-qa {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: -71.5px -101px;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px; }

.product-QandA__header-text {
  font-size: 0.8em; }

.product-QandA__qa-list {
  padding: 8px; }

.product-QandA__single {
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FFF; }

.product-QandA__single--opened {
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FFF; }

.product-QandA__single--opened .product-QandA__btn-slide {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-position: -139px -21.5px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat; }

.product-QandA__single--opened .product-QandA__answer-container {
  display: block; }

.product-QandA__answer, .product-QandA__question {
  color: #005BAC;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px; }

.product-QandA__answer-container {
  display: none;
  border-top: solid 1px #E0E0E0; }

.product-QandA__btn-slide, .product-QandA__icon-A, .product-QandA__icon-Q {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-repeat: no-repeat;
  display: inline-block; }

.product-QandA__icon-Q {
  background-position: -62px -70px;
  width: 21px;
  height: 23px;
  margin-right: 8px; }

.product-QandA__icon-A {
  background-position: -86.5px -70px;
  width: 21px;
  height: 23px;
  margin-right: 8px; }

.product-QandA__question-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  line-height: 1.2em; }

.product-QandA__answer-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  line-height: 1.2em;
  padding-right: 22px; }

.product-QandA__btn-slide {
  background-position: -94.5px -101px;
  width: 19px;
  height: 19px;
  margin-left: 4px; }

.contact, .contact__btn-contact {
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center; }

.contact {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding: 0 8px 24px;
  box-sizing: border-box; }

.contact:first-of-type {
  padding-top: 16px; }

.contact__btn-contact, .contact__btn-manual {
  padding: 0 8px;
  height: 40px;
  border-radius: 20px;
  width: 48%;
  box-sizing: border-box;
  text-decoration: none; }

.contact__btn-contact {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #005BAC;
  color: #FFF; }

.contact__btn-contact:last-of-type {
  margin: auto; }

.contact__btn-manual {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 2px solid #005BAC;
  background: #FFF;
  color: #005BAC; }

.contact__icon-contact, .contact__icon-manual, .related-product__icon-relation {
  background-image: url("/images/sp/sprite/sprite.png");
  background-size: 177px;
  background-repeat: no-repeat; }

.contact__icon-contact {
  background-position: -162px -96px;
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-right: 4px; }

.contact__icon-manual {
  background-position: -162px -111.5px;
  width: 12px;
  height: 15px;
  display: inline-block;
  margin-right: 4px; }

.related-product {
  padding: 16px 0 24px; }

.related-product__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 8px;
  font-size: 1.2em;
  font-weight: 700;
  color: #005BAC; }

.related-product__icon-relation {
  background-position: -139px 0;
  width: 19px;
  height: 18px;
  display: inline-block;
  margin-right: 8px; }

.related-product__list {
  margin-bottom: 16px; }

.related-product__link {
  text-decoration: none;
  color: inherit; }

.related-product__single {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 16px 8px;
  border-bottom: solid 1px #E0E0E0;
  color: #000;
  min-height: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.related-product__image-container {
  display: table;
  table-layout: fixed;
  width: 45%; }

.related-product__image-container-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 120px;
  padding-right: 8px;
  box-sizing: border-box; }

.related-product__image {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto; }

.related-product__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.related-product__name {
  color: #005BAC;
  font-weight: 700;
  margin-bottom: 8px; }

.related-product__price-container {
  color: #E73656;
  font-size: 0.8em;
  line-height: 1.4em;
  margin-bottom: 8px; }

.related-product__price-num {
  font-size: 1.2em; }

.related-product__date-container {
  font-size: 0.8em;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.related-product__now-on-sale, .related-product__sold-out {
  display: inline-block;
  font-size: 0.8em;
  padding: 1px 2px;
  border-radius: 2px;
  color: #FFF;
  margin-bottom: 8px; }

.related-product__date-label {
  width: 44px; }

.related-product__date {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.related-product__now-on-sale {
  background: #F39700; }

.related-product__sold-out {
  background: #8C8C8C; }

.related-product__btn-more {
  padding: 0 8px; }

.related-product__btn-more-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
  box-sizing: border-box;
  background: #FFF;
  border: 2px solid #8C8C8C;
  border-radius: 20px; }

.related-product__btn-more-inner .right-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.related-product .right-arrow {
  margin-left: 8px; }

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .common-menu__main-menu--closed .common-menu__icon-opener, .common-menu__main-menu--opened .common-menu__icon-opener, .common-menu__sub-menu--closed .common-menu__icon-opener, .common-menu__sub-menu--opened .common-menu__icon-opener {
    width: 11px;
    background-repeat: no-repeat;
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px; }
  .common-menu__main-menu--closed .common-menu__icon-opener {
    background-position: -111.3px -129.6px;
    height: 11px; }
  .common-menu__main-menu--opened .common-menu__icon-opener {
    background-position: -79.87px -56.68px;
    height: 3px; }
  .common-menu__sub-menu--closed .common-menu__icon-opener {
    background-position: -111.3px -129.6px;
    height: 11px; }
  .common-menu__sub-menu--opened .common-menu__icon-opener {
    background-position: -79.87px -56.68px;
    height: 3px; }
  .breadcrumbs__home {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-position: -57.46px -114.4px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat; }
  .btn-interest__icon {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-position: -108.21px -23.19px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat; }
  .btn-interest.isChecked .btn-interest__icon {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-position: -108.21px 0;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat; }
  .btn-interest.isChecked .btn-interest__anim {
    position: relative;
    width: 22px;
    height: 22px; }
  .btn-interest.isChecked .btn-interest__effect-1, .btn-interest.isChecked .btn-interest__effect-2 {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-position: 0 -129.6px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat; }
  .btn-interest.active .btn-interest__icon {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-position: -108.21px 0;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat; }
  .btn-interest-mini__icon {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-position: -17.52px -129.6px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat; }
  .btn-interest-mini.active .btn-interest-mini__icon, .btn-interest-mini.isChecked .btn-interest-mini__icon {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-position: -34.52px -129.6px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat; }
  .btn-interest-mini.isChecked .btn-interest__anim {
    position: relative;
    width: 16px;
    height: 16px; }
  .product-list.isOpen .product-list__sort-btn-icon, .product-list__sort-btn-icon {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    width: 15px;
    height: 15px; }
  .product-list__sort-btn-icon {
    background-position: -51.27px -129.6px;
    background-repeat: no-repeat; }
  .product-list.isOpen .product-list__sort-btn-icon {
    background-position: -67.76px -129.6px;
    background-repeat: no-repeat; }
  .product-detail__slider .sp-next-arrow, .product-detail__slider .sp-previous-arrow {
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px; }
  .product-detail__slider .sp-previous-arrow {
    background-position: -108.21px -46.38px; }
  .product-detail__slider .sp-next-arrow {
    background-position: -108.21px -69.31px; }
  .action-btn-container .action-btn__buy-inner.isOpen .action-btn__icon-cart {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-position: -131.4px -94.56px;
    width: 18px;
    height: 16px;
    background-repeat: no-repeat; }
  .action-btn-container .action-btn__icon-cart {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-position: -131.4px -77.29px;
    width: 18px;
    height: 16px;
    background-repeat: no-repeat; }
  .action-btn-container .action-btn__facebook, .action-btn-container .action-btn__line, .action-btn-container .action-btn__mail, .action-btn-container .action-btn__twitter {
    width: 27px;
    height: 27px;
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-repeat: no-repeat; }
  .action-btn-container .action-btn__twitter {
    background-position: -79.87px 0; }
  .action-btn-container .action-btn__facebook {
    background-position: -79.87px -28.34px; }
  .action-btn-container .action-btn__line {
    background-position: -28.34px -64.93px; }
  .action-btn-container .action-btn__mail {
    background-position: 0 -64.93px; }
  .action-btn-container .shop__icon-window {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-position: -97.65px -129.6px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat; }
  .product-QandA__icon-qa, .product-QandA__single--opened .product-QandA__btn-slide, .related-movie__icon-movie {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    height: 19px; }
  .related-movie__icon-movie {
    background-position: -41.22px -93.27px;
    width: 20px;
    background-repeat: no-repeat; }
  .product-QandA__icon-qa {
    background-position: -61.84px -93.27px;
    width: 20px;
    background-repeat: no-repeat; }
  .product-QandA__single--opened .product-QandA__btn-slide {
    background-position: -131.4px -19.58px;
    width: 19px;
    background-repeat: no-repeat; }
  .product-QandA__icon-A, .product-QandA__icon-Q {
    width: 21px;
    height: 23px;
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-repeat: no-repeat; }
  .product-QandA__icon-Q {
    background-position: -56.68px -64.93px; }
  .product-QandA__icon-A {
    background-position: -78.84px -64.93px; }
  .product-QandA__btn-slide {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-position: -131.4px 0;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat; }
  .contact__icon-contact {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-position: -39.94px -114.4px;
    width: 16px;
    height: 12px;
    background-repeat: no-repeat; }
  .contact__icon-manual {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-position: -84.25px -129.6px;
    width: 12px;
    height: 15px;
    background-repeat: no-repeat; }
  .related-product__icon-relation {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 148.41px;
    background-position: -82.45px -93.27px;
    width: 20px;
    height: 18px;
    background-repeat: no-repeat; } }

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .common-header {
    height: 46px;
    padding: 0 9.2px;
    /* box-shadow: rgba(0,0,0,.5) 0 0 4.6px 0; */ }
  .common-header__btns {
    height: 46px; }
  .common-header__logo {
    /* background-position: 0 -45.93px; */
    /* width: 55px; */
    /* height: 27px; */ }
  .common-header__searchIcon {
    /* background-position: 0 -107.26px; */
    /* width: 22px; */
    /* height: 23px; */ }
  .common-header__menu {
    width: 46px; }
  .common-header__menuIcon {
    /* display: inline-block; */
    /* background-position: 0 -131.56px; */
    /* width: 22px; */
    /* height: 16px */ }
  .search-container .search-category__category {
    padding: 0 9.2px;
    height: 46px;
    line-height: 46px; }
  .search-container .search-category__category-label {
    padding: 4.6px 0;
    border-radius: 18.4px; }
  .search-container .search-category__category-item-container {
    box-sizing: border-box;
    background: #FFF;
    border-bottom: solid 1px #E0E0E0; }
  .search-container .search-category__category-item:nth-last-child(n+3), .search-form {
    /* border-bottom: solid 1.15px #E0E0E0 */ }
  .search-container .search-category__category-item {
    height: 46px; }
  .search-container .search-category__category-item:nth-of-type(2n+1) {
    border-right: solid 1.15px #E0E0E0; }
  .search-container .search-category__category-item-label {
    padding: 9.2px;
    font-size: 0.8em; }
  .search-form {
    /* height: 46px; */
    /* padding: 9.2px; */ }
  .common-menu__inner-menu-title, .common-menu__main-menu--closed .common-menu__main-menu-title, .common-menu__main-menu--opened .common-menu__main-menu-title, .common-menu__main-menu-title {
    border-bottom: solid 1.15px #DDD; }
  .search-form__input {
    padding: 0 1em;
    height: 36.8px;
    line-height: 36.8px;
    border-radius: 18.4px 0 0 18.4px; }
  .search-form__btn {
    width: 46px;
    height: 36.8px;
    line-height: 36.8px;
    border-radius: 0 18.4px 18.4px 0; }
  .common-menu__main-menu--closed .common-menu__icon-opener, .common-menu__main-menu--opened .common-menu__icon-opener, .common-menu__sub-menu--closed .common-menu__icon-opener, .common-menu__sub-menu--opened .common-menu__icon-opener {
    content: "";
    width: 12px;
    right: 9.2px;
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-repeat: no-repeat; }
  .common-menu {
    margin-top: 46px; }
  .common-menu__container {
    box-sizing: border-box; }
  .common-menu__main-menu-title {
    padding: 9.2px; }
  .common-menu__main-menu--closed .common-menu__icon-opener {
    background-position: -128px -149.04px;
    height: 12px; }
  .common-menu__main-menu--opened .common-menu__icon-opener {
    background-position: -91.85px -65.19px;
    height: 3px; }
  .common-menu__menu-annotation {
    margin-left: 9.2px; }
  .common-menu__inner-menu-title {
    padding: 9.2px 9.2px 9.2px 27.6px; }
  .common-footer .common-menu__container {
    margin: 46px 0 27.6px;
    border-top: solid 3px #005BAC; }
  .common-footer__btn-scroll-top {
    right: 9.2px;
    border: 3px solid #005BAC;
    border-bottom: none;
    border-radius: 46px 46px 0 0;
    -webkit-transform: translate(0, -37px);
    transform: translate(0, -37px); }
  .common-footer__btn-arrow {
    margin-bottom: 9.2px; }
  .common-menu__sub-menu {
    border-bottom: solid 1.15px #E0E0E0; }
  .common-menu__sub-menu--closed .common-menu__sub-menu-title, .common-menu__sub-menu--opened .common-menu__sub-menu-title, .common-menu__sub-menu-title {
    border-bottom: solid 1.15px #DDD; }
  .common-menu__sub-menu-title {
    padding: 9.2px 9.2px 9.2px 18.4px; }
  .common-menu__sub-menu--closed .common-menu__icon-opener {
    background-position: -128px -149.04px;
    height: 12px; }
  .common-menu__sub-menu--opened .common-menu__icon-opener {
    background-position: -91.85px -65.19px;
    height: 3px; }
  .breadcrumbs {
    padding: 9.2px 0 0 9.2px; }
  .breadcrumbs__link {
    height: 27.6px;
    padding: 4.6px; }
  .breadcrumbs__home {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-position: -66.07px -131.56px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat; }
  .btn-interest {
    width: 172.5px;
    height: 46px;
    border-radius: 23px;
    border: 2.3px solid #F39700; }
  .btn-interest__text {
    margin-right: 9.2px;
    letter-spacing: -2px; }
  .btn-interest__icon {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-position: -124.44px -26.67px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-right: 4.6px; }
  .btn-interest__score {
    min-width: 37.03px;
    height: 37.03px;
    line-height: 37.03px;
    padding: 0 4.6px;
    border-radius: 18.52px; }
  .btn-interest__score:before {
    border: 6.9px solid transparent;
    border-right: solid 10.35px #E0E0E0;
    -webkit-transform: translate(-16.1px, -50%);
    transform: translate(-16.1px, -50%); }
  .btn-interest__score:after {
    border: 6.9px solid transparent;
    border-right: solid 10.35px #FFF;
    -webkit-transform: translate(-13.8px, -50%);
    transform: translate(-13.8px, -50%); }
  .btn-interest.isChecked .btn-interest__icon {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-position: -124.44px 0;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat; }
  .btn-interest.isChecked .btn-interest__anim {
    position: relative;
    width: 25px;
    height: 25px; }
  .btn-interest.isChecked .btn-interest__effect-1, .btn-interest.isChecked .btn-interest__effect-2 {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-position: 0 -149.04px;
    width: 19px;
    height: 18px;
    background-repeat: no-repeat; }
  .btn-interest.active .btn-interest__icon {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-position: -124.44px 0;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat; }
  .btn-interest.active .btn-interest__anim {
    position: relative;
    width: 25px;
    height: 25px; }
  .btn-interest.active .btn-interest__effect-1, .btn-interest.active .btn-interest__effect-2 {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-position: 0 -149.04px;
    width: 19px;
    height: 18px;
    background-repeat: no-repeat; }
  .btn-interest-mini {
    width: 149.5px;
    height: 34.5px;
    border-radius: 17.25px;
    border: 2.3px solid #F39700; }
  .btn-interest-mini__text {
    margin-right: 9.2px;
    letter-spacing: -2px; }
  .btn-interest-mini__icon {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-position: -20.15px -149.04px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    margin-right: 2.3px; }
  .btn-interest-mini__score {
    min-width: 27.77px;
    height: 27.77px;
    line-height: 27.77px;
    padding: 0 4.6px;
    border-radius: 13.89px; }
  .pager__btns, .product-detail__name, .product-list__status, .product-list__title {
    padding: 9.2px; }
  .btn-interest-mini__score:before {
    border: 3.45px solid transparent;
    border-right: solid 9.2px #E0E0E0;
    -webkit-transform: translate(-11.5px, -50%);
    transform: translate(-11.5px, -50%); }
  .btn-interest-mini__score:after {
    border: 3.45px solid transparent;
    border-right: solid 9.2px #FFF;
    -webkit-transform: translate(-9.2px, -50%);
    transform: translate(-9.2px, -50%); }
  .btn-interest-mini.isChecked .btn-interest-mini__icon {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-position: -39.7px -149.04px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat; }
  .btn-interest-mini.isChecked .btn-interest__anim {
    width: 18px;
    height: 18px; }
  .btn-interest-mini.isChecked .btn-interest__effect-1, .btn-interest-mini.isChecked .btn-interest__effect-2 {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-position: 0 -149.04px;
    width: 19px;
    height: 18px;
    background-repeat: no-repeat; }
  .btn-interest-mini.active .btn-interest-mini__icon {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-position: -39.7px -149.04px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat; }
  .btn-interest-mini.active .btn-interest__anim {
    width: 18px;
    height: 18px; }
  .btn-interest-mini.active .btn-interest__effect-1, .btn-interest-mini.active .btn-interest__effect-2 {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-position: 0 -149.04px;
    width: 19px;
    height: 18px;
    background-repeat: no-repeat; }
  .pager {
    margin-bottom: 27.6px; }
  .pager__next, .pager__prev {
    width: 25.76px; }
  .pager__next .pager__text, .pager__prev .pager__text {
    width: 25.76px;
    height: 25.76px;
    border-radius: 12.88px; }
  .pager__text {
    width: 32.2px;
    height: 32.2px;
    border-radius: 16.1px; }
  .right-arrow {
    position: relative;
    display: inline-block; }
  .right-arrow:after, .right-arrow:before {
    content: "";
    position: absolute;
    left: 0;
    display: block; }
  .right-arrow:before {
    border: 9.2px solid transparent;
    border-left: solid 9.2px #8C8C8C;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .right-arrow:after {
    border: 9.2px solid transparent;
    border-left: solid 9.2px #FFF;
    -webkit-transform: translate(-2.15px, -50%);
    transform: translate(-2.15px, -50%); }
  .up-arrow {
    position: relative;
    display: inline-block; }
  .up-arrow:after, .up-arrow:before {
    content: "";
    position: absolute;
    left: 0;
    display: block; }
  .up-arrow:before {
    border: 6.9px solid transparent;
    border-bottom: solid 6.9px #005BAC;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .up-arrow:after {
    border: 6.9px solid transparent;
    border-bottom: solid 6.9px #F0F0F0;
    -webkit-transform: translate(-50%, 2.15px);
    transform: translate(-50%, 2.15px); }
  .product-list .position-container {
    padding-right: 9.2px; }
  .product-list .position-container__list-vol {
    margin-right: 4.6px; }
  .product-list .position-container__position {
    margin: 0 4.6px; }
  .product-list__sort-btn {
    width: 161px;
    height: 46px;
    border: 2.3px solid #005BAC;
    border-radius: 23px;
    padding: 9.2px; }
  .product-list__sort-btn-icon, .product-list__sort-btn.isOpen .product-list__sort-btn-icon {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat; }
  .product-list__sort-btn-icon {
    background-position: -58.96px -149.04px;
    margin-right: 4.6px; }
  .product-list__sort-btn.isOpen .product-list__sort-btn-icon {
    background-position: -77.93px -149.04px; }
  .sort-selector {
    border-top: solid 1.15px #E0E0E0; }
  .sort-selector__single {
    height: 46px;
    line-height: 46px;
    border-right: solid 1.15px #E0E0E0;
    border-bottom: solid 1.15px #E0E0E0; }
  .product-detail__slider .sp-next-arrow, .product-detail__slider .sp-previous-arrow {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat; }
  .product-detail__slider {
    padding-bottom: 27.6px;
    border-bottom: dashed 1.15px #E0E0E0; }
  .product-detail__slider .sp-previous-arrow {
    background-position: -124.44px -53.33px; }
  .product-detail__slider .sp-next-arrow {
    background-position: -124.44px -79.7px; }
  .sale-info__date-label, .sale-info__price-label {
    width: 115px; }
  .product-detail__slider .sp-selected-thumbnail:after {
    height: 3.45px; }
  .sale-info {
    padding-bottom: 27.6px; }
  .sale-info__date-container, .sale-info__price-container {
    padding: 9.2px; }
  .sale-info__price-num {
    margin-right: 4.6px; }
  .sale-info__now-on-sale {
    padding: 2.3px 4.6px;
    border-radius: 2.3px; }
  .action-btn-container {
    border-bottom: dashed 1.15px #E0E0E0;
    padding-bottom: 27.6px; }
  .action-btn-container .action-btn__buy {
    padding: 0 9.2px; }
  .action-btn-container .action-btn__buy-inner {
    height: 52.9px;
    border-radius: 26.45px; }
  .action-btn-container .action-btn__buy-inner.isOpen .action-btn__icon-cart, .action-btn-container .action-btn__icon-cart {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    width: 21px;
    height: 18px;
    background-repeat: no-repeat; }
  .action-btn-container .action-btn__buy-inner.isOpen {
    border: 2.3px solid #005BAC; }
  .action-btn-container .action-btn__buy-inner.isOpen .action-btn__icon-cart {
    background-position: -151.11px -108.74px; }
  .action-btn-container .action-btn__icon-cart {
    background-position: -151.11px -88.89px;
    margin-right: 9.2px; }
  .action-btn-container .action-btn__sns-wrapper {
    width: 161px; }
  .action-btn-container .action-btn__facebook, .action-btn-container .action-btn__line, .action-btn-container .action-btn__mail, .action-btn-container .action-btn__twitter {
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px; }
  .action-btn-container .action-btn__twitter {
    background-position: -91.85px 0; }
  .action-btn-container .action-btn__facebook {
    background-position: -91.85px -32.59px; }
  .action-btn-container .action-btn__line {
    background-position: -32.59px -74.67px; }
  .action-btn-container .action-btn__mail {
    background-position: 0 -74.67px; }
  .action-btn-container .btn-wrapper {
    padding: 9.2px;
    box-sizing: 9.2px; }
  .action-btn-container .shop {
    padding: 9.2px;
    margin-top: 9.2px; }
  .action-btn-container .shop__list {
    border: 1.15px solid #E0E0E0;
    border-radius: 9.2px; }
  .action-btn-container .shop__list:before {
    border: 11.5px solid transparent;
    border-bottom: solid 18.4px #E0E0E0; }
  .action-btn-container .shop__list:after {
    border: 11.5px solid transparent;
    border-bottom: solid 18.4px #FFF;
    -webkit-transform: translate(-50%, 2.3px);
    transform: translate(-50%, 2.3px); }
  .action-btn-container .shop__single:not(:last-of-type), .product-attributes, .product-copyright-container {
    border-bottom: dashed 1.15px #E0E0E0; }
  .action-btn-container .shop__single {
    padding: 2.3px; }
  .action-btn-container .shop__name {
    border-radius: 9.2px;
    height: 46px; }
  .action-btn-container .shop__icon-window {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-position: -112.3px -149.04px;
    width: 14px;
    height: 15px;
    background-repeat: no-repeat;
    margin-left: 9.2px; }
  .product-description {
    padding: 0 9.2px 27.6px; }
  .product-description__label {
    border-left: solid 2.3px #005BAC;
    padding-left: 2.3px;
    margin-bottom: 11.5px; }
  .product-status {
    padding-top: 18.4px; }
  .product-status .annotation {
    padding: 0 9.2px; }
  .btn-product-site {
    padding: 18.4px 9.2px; }
  .btn-product-site__inner {
    height: 46px;
    border-radius: 23px; }
  .product-copyright-container {
    padding: 9.2px 9.2px 27.6px; }
  .product-copyright-container .product-copyright:not(:last-of-type) {
    margin-right: 4.6px; }
  .product-category__category:not(:last-of-type), .product-tag__tag:not(:last-of-type) {
    margin-right: 2.3px; }
  .product-attributes {
    padding-top: 18.4px; }
  .product-tag {
    padding: 0 9.2px 27.6px; }
  .product-tag__label {
    padding-left: 2.3px;
    margin-bottom: 9.2px; }
  .product-category {
    padding: 0 9.2px 27.6px; }
  .product-category__label {
    padding-left: 2.3px;
    margin-bottom: 9.2px; }
  .product-category__category, .product-tag__tag {
    padding: 1.15px 4.6px;
    margin-bottom: 6.9px; }
  .product-tag__tag {
    border: 1.15px solid #005BAC;
    border-radius: 18.4px; }
  .product-QandA__single--opened:not(:last-of-type), .product-QandA__single:not(:last-of-type) {
    margin-bottom: 9.2px; }
  .product-QandA__icon-qa, .related-movie__icon-movie {
    width: 22px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 9.2px; }
  .related-movie {
    padding-top: 18.4px; }
  .related-movie__header {
    padding: 0 9.2px; }
  .related-movie__icon-movie {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-position: -47.41px -107.26px;
    height: 22px; }
  .product-QandA__icon-qa, .product-QandA__single--opened .product-QandA__btn-slide {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    height: 21px; }
  .related-movie__slider {
    padding: 18.4px 0 27.6px; }
  .related-movie__caption {
    padding: 9.2px 0; }
  .product-QandA {
    padding: 18.4px 0 9.2px; }
  .product-QandA__header {
    padding: 0 9.2px; }
  .product-QandA__answer, .product-QandA__qa-list, .product-QandA__question {
    padding: 9.2px; }
  .product-QandA__icon-qa {
    background-position: -71.11px -107.26px; }
  .product-QandA__single {
    border-radius: 9.2px;
    border: 1.15px solid #E0E0E0; }
  .product-QandA__single--opened {
    border-radius: 9.2px;
    border: 1px solid #E0E0E0; }
  .product-QandA__single--opened .product-QandA__btn-slide {
    background-position: -151.11px -22.52px;
    width: 21px;
    background-repeat: no-repeat; }
  .product-QandA__icon-A, .product-QandA__icon-Q {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    width: 24px;
    height: 27px;
    background-repeat: no-repeat;
    margin-right: 9.2px; }
  .product-QandA__answer-container {
    display: none;
    border-top: solid 1.15px #E0E0E0; }
  .product-QandA__icon-Q {
    background-position: -65.19px -74.67px; }
  .product-QandA__icon-A {
    background-position: -90.67px -74.67px; }
  .contact__icon-contact, .contact__icon-manual {
    margin-right: 4.6px;
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-repeat: no-repeat; }
  .product-QandA__answer-text {
    padding-right: 24.6px; }
  .product-QandA__btn-slide {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-position: -151.11px 0;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    margin-left: 4.6px; }
  .contact {
    padding: 0 9.2px 27.6px; }
  .contact:first-of-type {
    padding-top: 18.4px; }
  .contact__btn-contact, .contact__btn-manual {
    padding: 0 9.2px;
    height: 46px;
    border-radius: 23px; }
  .contact__btn-manual {
    border: 2.3px solid #005BAC; }
  .contact__icon-contact {
    background-position: -45.93px -131.56px;
    width: 19px;
    height: 14px; }
  .contact__icon-manual {
    background-position: -96.89px -149.04px;
    width: 14px;
    height: 17px; }
  .related-product {
    padding: 18.4px 0 27.6px; }
  .related-product__header {
    padding: 0 9.2px; }
  .related-product__icon-relation {
    background-image: url("/images/sp/sprite/sprite-3x.png");
    background-size: 170.67px;
    background-position: -94.81px -107.26px;
    width: 22px;
    height: 21px;
    background-repeat: no-repeat;
    margin-right: 9.2px; }
  .related-product__list {
    margin-bottom: 18.4px; }
  .related-product__single {
    padding: 18.4px 9.2px;
    border-bottom: solid 1.15px #E0E0E0;
    min-height: 184px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .related-product__image {
    padding-right: 9.2px; }
  .related-product__date-container, .related-product__name, .related-product__price-container {
    margin-bottom: 9.2px; }
  .related-product__date-label {
    width: 50.6px; }
  .related-product__date {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1; }
  .related-product__now-on-sale {
    padding: 1.15px 2.3px;
    border-radius: 2.3px;
    margin-bottom: 9.2px; }
  .related-product__btn-more {
    padding: 0 9.2px; }
  .related-product__btn-more-inner {
    height: 46px;
    border: 2.3px solid #8C8C8C;
    border-radius: 23px; }
  .related-product .right-arrow {
    margin-left: 9.2px; } }

.middle-page {
  padding: 16px 16px 0;
  box-sizing: border-box; }

.middle-page__category {
  width: 100%; }

.middle-page__title {
  display: inline-block;
  font-size: 1.5em;
  color: #005BAC;
  margin-bottom: 16px;
  text-decoration: none; }

.middle-page__product {
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #FFF;
  margin-bottom: 32px;
  border: 2px solid #E0E0E0; }

.middle-page__product__list {
  width: 100%;
  list-style: disc inside;
  padding: 8px 0;
  color: #005BAC; }

.middle-page__product__link {
  color: #005BAC;
  text-decoration: none; }

.notfound {
  padding: 24px 8px; }

.notfound__message {
  font-size: 1.2em; }

.gsc-result .gs-title {
  height: auto !important; }

/* 繝舌う繝ｪ繝ｳ繧ｯ */
.buylink {
  position: relative;
  width: 96vw;
  margin: 0 auto 6vw;
  font-size: 0; }

.buylink__ttl {
  position: relative;
  margin: 0 auto 3vw;
  text-align: center; }

.buylink__ttl-txt {
  position: relative;
  color: #005BAC;
  font-size: 6vw;
  font-weight: bold; }

.buylink__ttl-txt:before {
  display: inline-block;
  vertical-align: middle;
  width: 4.5vw;
  height: 4.5vw;
  margin-right: 1vw;
  margin-bottom: 0.25vw;
  background: url(/images/common/buylink/shop_cart.svg) no-repeat;
  content: ""; }

.buylink__list {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #005BAC;
  border-radius: 2vw;
  box-sizing: border-box;
  background-color: #fff; }

.buylink__list-item {
  position: relative; }

.buylink__link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 3.5vw 2.5vw;
  color: #444;
  font-size: 4.25vw;
  text-decoration: none; }

.buylink__list-item:not(:last-of-type) .buylink__link {
  border-bottom: dashed 1px #E0E0E0; }

.buylink__link:hover {
  text-decoration: none; }

.buylink__link-txt {
  display: block;
  margin: 0 auto;
  pointer-events: none; }

.buylink__link-txt:after {
  display: inline-block;
  vertical-align: middle;
  width: 2.5vw;
  height: 2.5vw;
  margin-left: 0.75vw;
  margin-bottom: 0.5vw;
  background: url(/images/common/buylink/clone.svg) no-repeat;
  content: ""; }

/* 霑ｽ蜉� */
.footer.clearfix {
  display: none; }

.common-header:not(.clearfix) {
  display: none; }

.footer.clearfix {
  display: none; }

.footer__copyright {
  display: none; }

/*# sourceMappingURL=maps/style.css.map */
