@charset "euc-jp";

#gnav {
  z-index: 9999999 !important;
}

body[data-cms-device-variant=phone] .header .header--brand {
  padding: 8px !important;
}

html, body {
  scroll-behavior: auto;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "Þâ¥´¥·¥Ã¥¯", YuGothic, "Þâ¥´¥·¥Ã¥¯ÂÎ", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "¥á¥¤¥ê¥ª", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  color: #4c4c4c;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h1 {}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.6rem;
}

p,
div {
  margin: 0;
  line-height: 1.5;
}

a {
  color: #4c4c4c;
  text-decoration: none;
  outline: 0;
  box-sizing: border-box;
}

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

.redcolor {
  color: #fe5b4e;
}

ul {
  list-style: none;
}

ol,
ul,
li,
dt,
dl,
dd,
p {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 20px 0;
}

table th,
table td {
  padding: 10px;
  word-break: break-all;
  white-space: normal;
}

table td {
  text-align: left;
}

table th {
  background: #f3f3f3;
  width: 30%;
  vertical-align: middle;
}

table tr {
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

input,
button,
textarea,
select {
  color: #4c4c4c;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #eaeaea;
  padding: 13px;
  margin: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-size: 16px;
}

.select_box {
  position: relative;
}

.select_box::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  font-size: 10px;
  color: #888;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  line-height: 1;
  transition: all 0.3s;
}

input[type="radio"] {
  width: auto;
}

input[type="radio"]::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 3px solid #fe5b4e;
  border-left: 3px solid #fe5b4e;
  opacity: 0;
  height: 6px;
  width: 11px;
  transform: rotate(-45deg);
  top: 6px;
  left: 6px;
}

input[type="radio"]:checked::after {
  opacity: 1;
}

.red {
  color: #fe5b4e;
}

.btn {
  font-size: 15px;
  display: block;
  padding: 10px;
  margin: 0;
  border-radius: 4px;
  width: 100%;
  text-align: center;
}

.detail_btn {
    font-size: 16px;
    display: block;
    padding: 16px;
    margin: 0 0 20px 0;
    color: #fff !important;
    background-color: #FF994E;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    border: none;
}

.btn_beginner {
  background: #66cdaa;
  color: #fff;
  border: 1px solid #66cdaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.btn_beginner img {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}

.btn_orange {
  font-size: 14px;
  background: #FF994E;
  color: #fff;
  border: 1px solid #FF994E;
}

.btn_login {
  font-size: 13px;
  background: #fff;
  color: #FF994E;
  border: 1px solid #FF994E;
  width: calc(100% / 2 - 5px);
  font-weight: bold;
}

.btn_registry {
  font-size: 13px;
  background: #FF994E;
  color: #fff;
  border: 1px solid #FF994E;
  width: calc(100% / 2 - 5px);
  font-weight: bold;
}

.btn_line {
  border: 1px solid #06c755;
  color: #06c755;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.btn_line i {
  font-size: 34px;
  color: #06c755;
  margin: 0 10px 0 0;
}

.btn_detail {
  font-size: 16px;
  margin: 0 0 16px 0;
  color: #fff;
  background-color: #FF994E;
  font-weight: bold;
}

.btn_detail_outline {
  margin: 0 0 16px 0;
  color: #FF994E;
  background-color: #fff;
  font-weight: bold;
  border: 1px solid #FF994E;
}

.btn_gray_outline {
  font-size: 16px;
  margin: 0 0 16px 0;
  background-color: #fff;
  font-weight: bold;
  border: 1px solid #eaeaea;
}

.btn_soldout {
color: #999;
    font-size: 16px;
    height: 50px;
    background-color: #eaeaea;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: bold;
}

.btn_list_article {
    border-radius: 100px;
    border: 1px solid #FF994E;
    color: #FF994E;
    font-weight: bold;
    color: #FF994E;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10000000 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  flex-wrap: wrap;
}

.heder_search_form form {
  width: 100%;
  display: flex;
    background: #f7f6f5;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}

.heder_search_form {
  width: 100%;
  background: #f7f6f5;
    padding: 10px;
}

.header_search_select {
  position: relative;
  border-right: 1px solid #eaeaea;
  width: 35%;
}

header select {
  width: 100%;
  padding: 0 30px 0 10px;
  border: 0;
  border-radius: 0;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  margin: 0;
  background: #fff;
}

.header_search_select:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    margin-right: 12px;
    font-weight: 600;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    line-height: 1;
    transition: all 0.3s;
    color: #f1997d;
}

header i {
  color: #999;
}

header .header_menu {
  font-size: 20px;
  padding: 6px 16px;
}

.header_logo {
  margin: 3px 0 0 -10px;
  width: 38%;
}

header .header_logo img {
  height: 26px;
}

header .header_cart .cart_badge {
  font-size: 10px;
  color: #fff;
  position: absolute;
  line-height: 15px;
  margin: -5px 0 0 -6px;
  background: #fe5b4e;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  text-align: center;
  top: 12px;
right: 4px;
}

header .header_icon {
  font-size: 20px;
  padding: 0px;
  position: relative;
  width: 50px;
  text-align: center;
}

header .header_icon img {
  width: 90%;
}

header .header_icon .icon_text {
  font-size: 9px;
  color: #999;
  display: block;
  margin: -9px 0 8px 0;
    line-height: 1;
}

header .header_search {
  font-size: 20px;
  padding: 0;
}

.search_area {
  width: 100%;
  position: absolute;
  left: 0;
  top: 52px;
  background: #fff;
  z-index: 10000001 !important;
  padding: 10px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
  display: none;
}

.search_area input {
  width: 100%;
}

.search_area_fixed {
  width: 70%;
  display: flex;
}

.search_area_fixed input {
  width: calc(100% - 45px);
  border: 0;
  border-radius: 0;
  font-size: 13px;
}

.search_btn[type=submit] {
background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 12px;
  top: 11px;
    font-size: 18px;
    width: 49px;
    height: 44px;
}

.search_btn_fixed[type=submit] {
background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    width: 45px;
    height: 100%;
}

.header_banner {
  background: #f7f6f5;
  padding: 10px;
}

.header_banner a {
  background: #f7f6f5;
  padding: 10px 0;
  text-decoration: underline;
  font-size: 13px;
  line-height: 1;
}

.header_banner:before {
  font-family: "Font Awesome 5 Free";
    content: "\f05a";
    font-weight: 600;
    line-height: 1;
    color: #f1997d;
  margin: 0;
}

.top_banner {
  z-index: 10000000 !important;
  position: relative;
  background-size: auto auto;
  background-image: linear-gradient(90deg, #ffa188, #f4bdae);
  overflow: hidden;
}

.top_banner_inner {
  padding: 10px 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4c4c4c;
}

.top_banner_inner .border {
  padding: 3px 8px;
    border-top: 1px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
    margin: 0 20px 0 0;
    font-size: 13px;
    display: inline-block;
}

.top_banner_inner p {
  font-size: 1.55rem;
  padding: 0 0 0 50px;
    line-height: 1;
    display: flex;
    align-items: center;
    letter-spacing: normal;
  position: relative;
}

.top_banner_inner p:before {
  content: none;
    width: auto;
    height: 8px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: -1;
    right: 0;
    margin: auto;
}

.top_banner_inner p:after {
  content: '';
    background: url(https://img08.shop-pro.jp/PA01197/427/etc_base64/Y29uY2llcmdlX2ljb24.png?cmsp_timestamp=20250708173555);
    width: 60px;
    height: 60px;
    position: absolute;
    top: -10px;
    left: -10px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.top_banner_inner .button {
    padding: 0 16px;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    border-radius: 100px;
    cursor: pointer;
    letter-spacing: 1px;
  height: 28px;
    display: flex;
      background: #00C300;
    align-items: center;
  color: #fff; 
}

.btn_close {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
    z-index: 999;
}

.btn_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.btn_close::before,
.btn_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  background: #4c4c4c;
}

nav {
  position: fixed;
  top: 0;
  left: -80%;
  width: 80%;
  height: 100vh;
  background-color: white;
  transition: left 0.3s ease-in;
  z-index: 10000011;
  overflow: initial;
}

nav .close {
  position: absolute;
  text-align: center;
  color: white;
  font-size: 20px;
  top: 0;
  right: -50px;
  width: 50px;
  padding: 10px 0;
  display: none;
}

.nav_inner {
  overflow-y: scroll;
  height: 100vh;
}

.panelactive {
    bottom: 0 !important;
}

.overlay, .overlay3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 10000010;
}

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

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

.nav_inner .btn_wrap form {
position: relative;
    width: 100%;
    margin: 0 0 5px 0;
}

.nav_inner .btn_wrap form input {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #4c4c4c;
    border-radius: 0;
    padding: 13px 0;
    font-size: 12px;
}

.nav_inner .btn_wrap form .search_btn[type=submit] {
  background: transparent;
  right: 0px;
    top: -2px;
    font-size: 18px;
}

.nav_inner .btn_wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin: 10px 0;
}

.nav_inner h4 {
  font-size: 14px;
  background: #f7f6f5;
  padding: 7px 10px;
  text-align: left;
  font-weight: bold;
}

.nav_inner .category_tab {
  position: relative;
}

.nav_inner .category_tab .category_menu {
  list-style: none;
  display: -webkit-inline-box;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.nav_inner .category_tab .category_menu li {
  background: #f7f6f5;
  padding: 14px 8px 12px 8px;
  box-sizing: border-box;
  line-height: 1;
  width: calc(100%/3);
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.nav_inner .category_tab .category_menu li:nth-of-type(3) {
  border-right: 0;
}

.nav_inner .category_tab .category_menu .tab_line {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 39px;
  left: 0;
  background: #eaeaea;
  z-index: -1;
}

.nav_inner .category_tab .category_menu li.active {
  background: #fff;
  color: #4c4c4c;
  font-weight: bold;
  border-bottom: 0;
  border-bottom: 4px solid #f1997d;
}

.nav_inner .category_tab .category_box .box_contents {
  display: none;
}

.nav_inner .category_tab .category_box .active {
  display: block;
}

.nav_inner .category_tab .category_box .category_label, .nav_inner .category_main li a {
  padding: 0 40px 0 20px;
}

.nav_inner .category_tab .category_box .category_label img,.nav_inner .category_main li a img {
  width: 37px;
    height: 37px;
    margin: 0 20px 0 0;
}

.nav_inner .category_main {
  border: 0;
}

.nav_inner .category_banner {
  padding: 20px 20px 0 20px;
}

.nav_inner .category_banner a{
  margin: 0 0 20px 0;
  overflow: hidden;
  border-radius: 10px;
    display: block;
    line-height: 1;
}

.nav_inner .category_btn {
  padding: 20px
}

.nav_inner .category_long,
.nav_inner .category_long_2 {
  height: 408px;
  overflow: hidden;
}

.nav_inner .category_list_1,
.category_list_2 {
  overflow: hidden;
  transition: all .3s;
  height: 378px;
  transition: height 0.3s ease;
}

.nav_inner .category_tab .gray_btn,
.nav_inner .category_tab .gray_btn_2 {
  padding: 14px;
  display: block;
  text-align: center;
  position: relative;
  background: #f7f6f5;
}

.nav_inner .category_tab .gray_btn:before,
.nav_inner .category_tab .gray_btn:after,
nav .category_tab .gray_btn_2:before,
.nav_inner .category_tab .gray_btn_2:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #888;
  font-size: 12px;
  position: absolute;
  right: 30%;
  top: 16px;
}

.nav_inner .category_tab .gray_btn:before,
.nav_inner .category_tab .gray_btn_2:before {
  content: "\f077";
  display: none;
}

.nav_inner .category_tab .active_btn:before,
.nav_inner .category_tab .active_btn_2:before {
  display: inline-block;
}

.nav_inner .category_tab .gray_btn:after,
.nav_inner .category_tab .gray_btn_2:after {
  content: "\f078";
}

.nav_inner .category_tab .active_btn:after,
.nav_inner .category_tab .active_btn_2:after {
  display: none;
}

.nav_inner .category_tab .category_top a {
  color: #f1997d;
    font-weight: bold;
}

.category .category_main {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-auto-flow: dense;
    gap: 0px 8px;
  padding: 0 0 20px 0;
}

footer .category_main {
  padding: 0 0 10px 0;
}

.category_main li {
  border-bottom: 1px solid #eaeaea;
  text-align: left;
  position: relative;
  font-size: 13px;
}

.category_main li:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  margin-right: 10px;
  font-weight: 600;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 0px;
  color: #f1997d;
}

nav .category_main li:after {
  margin-right: 18px;
}

.category_main li a {
padding: 0 40px 0 0;
    display: block;
display: flex;
    align-items: center;
    height: 50px;
}

.category .category_main li a {
  height: 50px;
}

footer .category_main li a {
  font-size: 13px;
  padding: 0 40px 0 0px;
}

.category_term {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 20px 80px 20px;
}

.category_term li {
  border-right: 1px solid #eaeaea;
  margin: 0 10px 12px 0;
  line-height: 1;
}

.category_term li:last-child {
  border: 0;
}

.category_term li a {
  padding: 0 10px 0 0;
  font-size: 12px;
}

.category {
  padding: 0;
}

.category h3 {
    font-size: 14px;
    background: #f7f6f5;
    padding: 8px 20px;
    text-align: left;
  font-weight: bold;
}

footer .category h3 {
    background: #fff;
}

footer .category h4 {
  padding: 7px 10px;
}

.category_toggle {
  display: none;
}

.category_label {
    padding: 0 40px 0 0px;
    display: block;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
  line-height: 1.3;
  font-size: 13px;
}

.box_contents {
  overflow-x: scroll;
  overflow-y: hidden;
    display: block;
}

.top-pic {
  margin: 0 8px 0 20px;
    grid-template-columns: repeat(11, 1fr);
    display: grid;
    grid-auto-flow: dense;
    gap: 16px 0px;
    justify-content: center;
    width: 1000px;
}

.top-pic li {
    margin: 0;
    box-sizing: border-box;
    display: flex;
}

.top-pic li span {
border: none;
    background: #f7f6f5;
    border-radius: 100px;
    padding: 10px;
    display: block;
    width: 20vw;
    height: 20vw;
    max-width: 100px;
    max-height: 100px;
}

.top-pic li span img {
  width: 100%;
}

.top-pic p {
  margin: 8px 0 0 0;
    font-size: 10px;
    line-height: 1.2;
  text-align: center;
    font-weight: bold;
}

.shop_review {
  background: #f7f6f5;
  padding: 30px 0 20px 0;
}

.shop_review h2 {
  text-align: center;
  padding: 0 0 10px 0;
}

.shop_review h2 span {
  position: relative;
}

.shop_review h2 span::after {
  content: "";
    position: absolute;
    bottom: -12px;
    width: 100%;
    height: 6px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, #fff 0 4px, #ffebbc 4px 8px);
    right: 0;
  z-index: 1;
}

.box_contents .category_label::before {
  margin-right: 20px;
}

.box_contents .category_inner .category_sub {
  position: initial;
  box-shadow: none;
}

.category_label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  margin-right: 12px;
  font-weight: 600;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  line-height: 1;
  transition: all 0.3s;
  color: #f1997d;
}

.category_inner .category_label,
.category_inner .category_sub {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.category_inner .category_sub {
  height: 0;
  text-align: left;
  overflow: hidden;
  background: #f7f6f5;
  display: flex;
    flex-wrap: wrap;
  position: absolute;
    width: 100%;
  z-index: 2;
    right: 0;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .15);
  margin: -5px 0 0 0; 
}

footer .category_sub {
  background: #fff !important;
  border-radius: 10px;
  margin: -5px 20px 0 20px !important;
  width: calc(100% - 40px) !important;
}

footer .category_sub li a {
  padding: 0 40px 0 10px
}

.category_inner .category_sub li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
    width: 50%;
    border-right: 1px solid #eaeaea;
}

.category_inner .category_sub li:nth-child(2n) {
    border-right: 0;
}

.category_inner .category_sub li a {
  padding: 0 40px 0 20px;
  position: relative;
    font-size: 13px;
    display: flex;
    align-items: center;
    height: 60px;
}

.category_toggle:checked+ .category_label + .category_sub  {
  height: auto;
}

.category_toggle:checked + .category_label::before {
  transform: rotate(180deg) !important;
  color: #ccc;
}

footer .category {
  background: #f7f6f5;
  padding: 1px 0 0 0;
}

footer .category .section_inner {
  padding: 0 20px 10px 20px;
}

footer .category .section_inner h2 {
  margin: 20px 0;
}

footer .footer_info {
padding: 40px 20px 20px 20px;
    color: #fff;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-auto-flow: dense;
    gap: 16px 30px;
  position: relative;
    z-index: 11;
    background: #E3B39A;
}

footer .footer_info ul {
  width: 100%;
}

footer .footer_info ul li {
  padding: 0 0 10px 0;
  font-size: 12px;
}

footer .footer_info ul li h4 {
  font-size: 14px;
}

footer .footer_info ul li a {
  text-decoration: underline;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

footer .footer_info ul li a img {
  width: 140px;
}

footer .footer_info ul .category_banner {
  width: 216px;
}

footer .footer_info ul .category_banner a {
color: #fff;
    background: #06c755;
}

footer .footer_info ul .category_banner a i {
  font-size: 34px;
    color: #fff;
    margin: 0 10px 0 0;
}

footer .footer_bottom {
  background: #fff;
    padding: 8px 0;
  display: flex;
    justify-content: space-between;
  z-index: 10;
    position: relative;
    background: #fff;
}

footer .footer_bottom .bottom_inner {
  padding: 0 20px;
}

footer .footer_bottom ul {
  text-align: center;
  display: inline-block;
}

footer .footer_bottom ul li {
  display: inline-block;
    font-size: 11px;
    border-right: 1px solid #aaa;
    padding: 0 12px 0 8px;
  line-height: 1;
}

footer .footer_bottom ul li:first-child {
  padding: 0 12px 0 0;
  font-weight: bold;
}

footer .footer_bottom ul li:last-child {
  border: 0;
}

footer .footer_bottom ul li a {
  font-size: 11px;
  line-height: 1;
}

footer .footer_bottom .footer_copy {
  display: inline-block;
  font-weight: normal;
  text-align: center;
    width: 100%;
    color: #ccc;
}

.footstamp {
  display: -webkit-inline-box;
  overflow-x: scroll;
  width: 100%;
  font-size: 12px;
  padding: 10px;
  white-space: nowrap;
  overflow-y: hidden;
  height: 32px;
}

.footstamp li {
  line-height: 1;
}

.footstamp li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin: 0 10px;
  color: #ccc;
}

.footstamp li:last-child:after {
  content: "";
}

.footstamp li a {
  color: #4c4c4c;
  font-size: 12px;
}

section {
  padding: 0 0 20px 0;
  border-top: 8px solid #f7f6f5;
  text-align: left;
}

section:first-of-type {
  border: 0;
}

section h2 {
  font-size: 22px;
  margin: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1;
}

section h2 .sub_title {
   font-size: 12px;
    display: block;
    width: 100%;
    color: #999;
    margin: 8px 0 0 0;
}

.rank_tab {
  position: relative;
}

.tab_line {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 40px;
  left: 0;
  background: #eaeaea;
  z-index: -1;
}

.rank_tab .tab_menu {
  list-style: none;
  display: -webkit-inline-box;
  overflow-x: scroll;
  width: 100%;
  position: relative;
  padding: 0 10px 0 20px;
}

.rank_tab .tab_menu li {
  background: #ccc;
  color: #fff;
  line-height: 1.2;
  padding: 14px 20px 12px 20px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px 5px 0 0;
  margin: 0 5px 0 0;
  line-height: 1;
}

.rank_tab .tab_menu li.active {
  background: #fff;
  color: #4c4c4c;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  font-weight: bold;
}

.rank_tab .tab_box .box_contents {
  display: none;
  overflow-x: scroll;
  padding: 20px 0 0 0;
}

.rank_tab .tab_box .active {
  display: block;
}

.ranking .scroll_list li:first-of-type::before,
.ranking .scroll_list li:nth-of-type(2)::before,
.ranking .scroll_list li:nth-of-type(3)::before,
.ranking .scroll_list li:nth-of-type(4)::before,
.ranking .scroll_list li:nth-of-type(5)::before,
.ranking .scroll_list li:nth-of-type(6)::before {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  position: absolute;
  background: #f1997d;
  border-radius: 0 0 100px;
  top: 0;
  left: 0;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 1;
  padding: 5px 10px 9px 7px;
}

.ranking .scroll_list li:first-of-type::before {
  content: '1';
}

.ranking .scroll_list li:nth-of-type(2)::before {
  content: '2';
}

.ranking .scroll_list li:nth-of-type(3)::before {
  content: '3';
}

.ranking .scroll_list li:nth-of-type(4)::before {
  content: '4';
}

.ranking .scroll_list li:nth-of-type(5)::before {
  content: '5';
}

.ranking .scroll_list li:nth-of-type(6)::before {
  content: '6';
}

.ranking .no_rank li::before {
  content: none;
}

#top .ranking .overview, #common_list .ranking .overview {
  display: none;
}

.sale_link {
  width: 100%;
  height: 236px;
  display: block;
    position: absolute;
    background: transparent;
    z-index: 999;
}

.new_wrap {
  overflow-x: scroll;
    overflow-y: hidden;
    display: block;
}

.scroll_list {
  display: inline-grid;
    grid-template-rows: repeat(1, auto);
    grid-auto-flow: column;
    margin: 0 0 0 20px;
    padding: 0;
    contain: paint;
}

.scroll_list li a {
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}

.scroll_list li {
  position: relative;
  width: 30vw;
  margin-right: 28px;
}

.scroll_list .pict {
  overflow: hidden;
  margin: 0;
  display: flex;
    align-items: center;
    justify-content: center;
  width: 100%;
  height: 30vw;
}

.scroll_list .pict img {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
    max-height: 100%;
}

.scroll_list .ttl {
  width: 100%;
}

.scroll_list .name {
  font-size: 13px;
  margin: 10px 0 0 0;
  overflow: hidden;
  font-weight: bold;
  height: 36px;
}

.scroll_list .price, .scroll_list .other_price {
  font-size: 16px;
}

.scroll_list .overview {
  color: #999999;
  overflow: hidden;
  font-size: 12px;
  text-align: left;
}

.overview .rule, .scroll_list .rating, .scroll_list .product-list__fav-items {
  display: none !important;
}

#common_list {
  border-top: 8px solid #f7f6f5;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  height: auto;
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: "¢«";
}

[dir="rtl"] .slick-prev:before {
  content: "¢ª";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "¢ª";
}

[dir="rtl"] .slick-next:before {
  content: "¢«";
}

.slick-dots {
  position: initial !important;
  bottom: none;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 6px;
  line-height: 10px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.page_nav {
  margin: 0 0 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px 0 20px;
}

.page_nav .next,
.page_nav .prev {
  display: block;
  padding: 16px 0;
  font-size: 14px;
  position: relative;
  width: 47%;
  text-align: center;
  border-radius: 100px;
}

.page_nav .count {
  width: 100%;
  text-align: center;
  padding: 16px 0 0 0;
}

.page_nav a {
  border: 1px solid #eaeaea;
  font-weight: bold;
}

.page_nav div {
  border: 1px solid #f7f6f5;
  background: #f7f6f5;
  color: #ccc;
}

.page_nav div:after {
  color: #ccc;
}

.page_nav .prev:before,
.page_nav .next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page_nav .prev:before {
  content: "\f053";
  left: 20px;
}

.page_nav .next:after {
  content: "\f054";
  right: 20px;
}

.list_suggest {
  background: #f7f6f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
    margin: 0;
}

.suggest_words {
  font-size: 13px;
  color: #999;
  overflow: hidden;
    width: calc(100% - 70px);
}

.suggest_words span {
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.suggest_sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sort_wrap {
position: relative;
    line-height: 1;
    padding: 8px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

.sort_wrap::after {
  width: 6px;
  height: 6px;
  content: " ";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #f1997d;
  border-right: 2px solid #f1997d;
  margin: auto;
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 10px;
}


.sort_wrap select {
  border: 0;
  background: transparent;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0 20px 0 0;
}

#itemListTtl,
.free_page {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  margin: 20px;
}

.free_page_wrap {
  padding: 0 20px 20px 20px;
}

.free_page_wrap h2 {
  font-weight: bold;
  font-size: 16px;
  margin: 30px 0 20px 0;
}

.free_page_wrap h3 {
  font-size: 16px;
}

.free_page_wrap p {
  margin: 0 0 20px 0;
}

.free_page_wrap a {
  text-decoration: underline;
}

.free_page_wrap .index {
  counter-reset: section;
  background: #F7f7f7;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 20px 30px 10px 30px;
  font-size: 13px;
  border-radius: 20px;
}

.free_page_wrap .index h3 {
  letter-spacing: 1px;
}

.free_page_wrap .index li {
  border-bottom: 1px solid #eaeaea;
}

.free_page_wrap .index li:last-child {
  border-bottom: 0px;
}

.free_page_wrap .index li a {
  padding: 10px;
  display: inline-block;
  text-decoration: underline;
}

.free_page_wrap .index .index_count:before {
  counter-increment: section;
  content: counter(section);
  font-size: 14px;
  margin-right: 5px;
  color: #f1997d;
}

.free_page_wrap .index_child {
  padding: 0 0 10px 0;
}

.free_page_wrap .index_child li {
  margin-left: 20px;
  border-bottom: 0px;
}

.free_page_wrap .index_child li a {
  padding: 0 0 5px;
}

.free_page_wrap .index_child li:before {
  content: "¨¦";
  font-size: 14px;
  margin: 0 8px 0 0;
  color: #fe5b4e;
}

.free_page_wrap .index li:before {
  display: inline-block;
}

.free_page_wrap tr {
  display: flex;
    flex-wrap: wrap;
    width: 100%;
  border: 0;
}

.free_page_wrap th {
  width: 100%;
}

.free_page_btn {
  margin: 30px auto 0;
    max-width: 720px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

  .free_page_btn a {
    text-decoration: none;
    padding: 16px;
    max-width: 414px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #434343;
    border-radius: 100px;
    position: relative;
    margin: 10px auto;
    display: block;
    transition: all 0.3s;
    text-decoration: none;
  }

  .free_page_btn a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: ;
    margin-left: 10px;
  }

  .free_page_btn a:hover {
    background: #f29b7d;
    color: #fff;
    border: 1px solid #f29b7d;
  }

.list_top {
  margin: 0 20px 20px 20px;
}

.prd_list li {
  position: relative;
}

.prd_list .recommend:before {
  display: inline-block;
  padding: 4px 24px 4px 12px;
  background: linear-gradient(-70deg, transparent 9px, #FF994E 0);
  color: #fff;
  top: 0px;
  position: absolute;
  font-weight: bolder;
  margin: 0 0 0 -20px;
  font-size: 13px;
  left: 20px;
}

.prd_list li a {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prd_list li {
  border-bottom: 1px solid #eaeaea;
}

.prd_list .pict {
  display: flex;
  align-items: center;
  padding: 0;
  width: 40%;
  overflow: hidden;
  justify-content: center;
  height: 136px;
}

.prd_list .pict img {
  max-height: 136px;
}

.prd_list .ttl {
  margin: 0 0 10px 0;
}

.prd_list .summary {
  width: 54%;
  display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.name {
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  width: 100%;
  font-weight: bold;
}

.price_area {
    margin: 5px 0 0 0;
    width: 100%;
}

.overview {
  margin: 8px 0 0 0;
  font-size: 12px;
  color: #999;
}

.price, .price_other {
  font-size: 16px;
  font-weight: bold;
    line-height: 1;
  width: 100%;
  color: #fe5b4e;
}

.price_type {
  display: block;
font-size: 12px;
    color: #4c4c4c;
    font-weight: normal;
}

.price p {
  font-size:12px;
    color: #4c4c4c;
    display: block;
  font-weight: normal;
  line-height: 1.3;
}

.price span {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: bold;
}

.price:after {
    content: "~";
}

/*.price:after {
    content: "~";
  font-weight: normal;
    color: #999;
  }*/

.name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.name span img {
  margin: 0 5px 0 0 !important;
}

.on_rental {
  font-size: 15px;
  color: #fe5b4e;
  font-weight: bold;
  line-height: 1;
    margin: 5px 0 3px 0;
}

.subsc span,
.not_on_rental span,
.shipping span,
.restock span {
  border-radius: 1px;
  padding: 4px;
  margin: 5px 3px 0 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
}

.not_on_rental span {
  color: #fff;
  border: 1px solid #f1997d;
  background: #f1997d;
}

.subsc span {
  background: #fff;
  border: 1px solid #f1997d;
  color: #f1997d;
}

.shipping span {
border: 1px solid #84b9cb;
    color: #fff;
    background: #84b9cb;
}

.restock span {
  border: 1px solid #FF994E;
  color: #FF994E;
}

.subsc, .not_on_rental, .restock, .shipping {
  width: auto;
  display: inline-block;
}

.noprd {
  font-size: 15px;
  padding: 10px 20px 30px 20px;
}

.pc_br {
  display: none;
}

.popup {
  width: 150px;
  height: 150px;
  position: fixed;
  right: 20px;
  bottom: 230px;
  z-index: 97;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  display: none;
}
.popup_line {
  width: 150px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 97;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  background: transparent;
  display: none;
}

.popup_line_image {
  overflow: hidden;
  display: block;
  border-radius: 10px;
  line-height: 1;
}

.popup_line_image img {
  width: 100%;
}

.popup_speak {
  position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 97;
    background-color: #fff;
    padding: 10px 14px 12px 14px;
    border: 2px solid #eaeaea;
    font-weight: bold;
    border-radius: 16px;
    line-height: 1.4;
    font-size: 13px;
}

.popup_speak a {
  text-decoration: underline;
}

.popup_close, .popup_close_2 {
  width: 32px;
  height: 32px;
  background: #999;
  position: absolute;
  right: -16px;
  top: -14px;
  border-radius: 1000px;
}

.close_speak {
  right: -20px;
}

.popup_close::before,
.popup_close::after, .popup_close_2::before,
.popup_close_2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  background: #fff;
}

.popup_close::before, .popup_close_2::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup_close::after, .popup_close_2::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

 #kp {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 100000000;
      justify-content: center;
      align-items: center;
  }
  
  .kp-content {
      position: relative;
      background: white;
      max-width: 500px;
      width: 90%;
      text-align: center;
      box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  }
  
  #kp-close {
      position: absolute;
      top: -40px;
      right: 0;
      font-size: 30px;
      cursor: pointer;
      color: #fff;
      font-weight: bold;
  }
  
  .kp-content a {
      display: block;
  }
  
  .kp-content img {
      max-width: 100%;
      height: auto;
      vertical-align: middle;
  }

.lp .description {
    padding: 20px;
}

.lp .description p {
    font-size: 15px;
    margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.lp .contents {
  margin: 20px;
}

.pc_br {
  display: none;
}

/* ¥¢¥³¡¼¥Ç¥£¥ª¥ó */
.toggle {
  display: none;
}

.accordion {
  width: 100%;
  border-top: 8px solid #f7f6f5;
  overflow: hidden;
  border-radius: 16px;
}

.accordion-hidden {
  display: none;
}

.accordion-open {
  display: block;
  padding: 10px 10% 10px 10px;
  background: #ffff;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

.accordion-open::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.1s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #4c4c4c;
  border-right: solid 2px #4c4c4c;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-hidden:checked + .accordion-open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

/* ¥¢¥³¡¼¥Ç¥£¥ª¥óÃæ¿ÈÉôÊ¬ */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.1s;
  cursor: pointer;
}

.accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;

}

.accordion-hidden:checked + .accordion-open + .accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}

.accordion .tag {
  display: flex;
  padding: 0 20px 10px 20px;
  flex-wrap: wrap;
}

.accordion .tag li a {
  display: inline-block;
  margin: 0 10px 10px 0;
  border: 1px solid #eaeaea;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 100px;
  line-height: 1;
}

.accordion .tag li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\23";
  font-weight: normal;
  line-height: 1;
  vertical-align: text-bottom;
  font-size: 15px;
}

.accordion_box {
  max-height: 0;
  overflow: hidden;
  text-align: left;
  padding: 0 20px;
}

.accordion_box p {
  line-height: 1.5;
  margin:20px 0 0 0;
  font-size: 15px;
}

.accordion_box h2 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin: 20px 0;
  border-bottom: 3px solid #E3B39A;
  padding: 0 0 8px 0;
}

.accordion_box h3 {
  font-size: 16px;
  padding: 0 0 0 10px;
  line-height: 1.4;
  font-weight: bold;
  margin: 20px 0;
  border-left: solid 3px #E3B39A;
}

.accordion_box h4 {
  font-size: 16px;
  margin: 20px 0;
}

.accordion_box img {
  width: 80%;
    margin: 0 auto;
    display: block;
}

.accordion_box a {
    text-decoration: underline;
}

.accordion_box table {
  margin: 20px 0 0 0;
}

.accordion_box .detail_table {
  background: #f7f6f5;
  padding: 8px 20px;
  border-radius: 5px;
  display: block;
  margin: 0 0 20px 0;
}

.accordion_box .detail_table tr {
  border-top: 0;
}

.accordion_box .detail_table th {
  width: 30% !important;
  font-size: 13px;
  background: transparent;
}

.accordion_box .detail_table th, .accordion_box .detail_table td {
  padding: 10px 10px 10px 0;
  vertical-align: middle;
}

.accordion_option {
  position: relative;
}

.accordion_title,
.accordion_box {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.accordion_title {
  padding: 20px;
  display: block;
}

.accordion_title::after,
.accordion_title::before {
content: "";
    position: absolute;
    width: 2px;
    height: 0.75em;
    background-color: #ccc;
    transition: all 0.3s;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
}

.accordion_title::after {
  transform: rotate(90deg);
}



.accordion_option .gray_button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f304";
  margin-right: 10px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 3px;
}

.toggle:checked + .accordion_title + .accordion_box {
  max-height: 100%;
  height: auto;
  transition: all 1.5s;
}

.toggle:checked + .accordion_title::before {
  transform: rotate(90deg) !important;
}

.accordion_title h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-left: 0px;
  margin: 0;
  padding: 0;
  background: none;
  color: #4c4c4c;
  text-align: left;
}

.faq h2 {
  padding: 0 0 10px 0;
}

.faq .accordion_option {
  border-bottom: 1px solid #eaeaea;
}

.faq .accordion_title {
  padding: 12px 0;
}

.faq .faq_q {
  padding: 0 40px 0 30px;
    position: relative;
  font-weight: bold;
}

.faq .faq_q:before {
  content: "Q.";
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); 
  transform: translateY(-50%);
  left: 0;
  color: #f1997d;
}

.faq .faq_a {
  padding: 0 0 20px 30px;
    position: relative;
}

.faq .faq_a:before {
  content: "A.";
  font-size: 18px;
  position: absolute;
  left: 0;
    top: 0;
  color: #f1997d;
}


.over_table {
  font-size: 12px;
  margin: 10px 0 0 0;
  width: 100%;
}

.over_table strong {
}

.over_table strong:after {
  content: "¡§";
  margin: 0 20px 0 0px
}

.over_table .table_age {
  padding: 5px;
    background: #f7f6f5;
    display: block;
    font-size: 11px;
}

.over_table dd {
  padding: 6px 0;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.over_table dd:last-child {
  padding: 6px 0 0 0;
}

.over_table dd p {
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.over_table p span {
  margin: 5px 5px 5px 0;
  line-height: 1.5;
  display: inline;
  font-size: 11px;
}

.over_table p span:before {
  content: "#";
  color: #f1997d;
  margin: 0 3px 0 0;
}

.rating {
	color:lightgray;
	position: relative;
    line-height: 1;
    font-size: 13px;
  margin: 5px 0 0 0;
}
.rating::after {
	content: "¡ú¡ú¡ú¡ú¡ú";
	position:absolute;
	inset:0;
	width:0;
	color: gold;
	overflow-x:hidden
}
.rating[data-rate="1.0"]::after{ width:1em }
.rating[data-rate="1.5"]::after{ width:1.5em }
.rating[data-rate="2.0"]::after{ width:2em }
.rating[data-rate="2.5"]::after{ width:2.5em }
.rating[data-rate="3.0"]::after{ width:3em }
.rating[data-rate="3.5"]::after{ width:3.5em }	
.rating[data-rate="4.0"]::after{ width:4em }
.rating[data-rate="4.5"]::after{ width:4.5em }
.rating[data-rate="5.0"]::after{ width:5em }

.under_price {
  display: inline-block;
  line-height: 1;
}

.tabs_banner {
  padding: 0px 0 10px 0;
}

.tabs_banner a {
border-radius: 6px;
    border: 1px solid #eaeaea;
    display: flex;
    overflow: hidden;
  margin: 0 8px;
}