TD1 ¶¦ÄÌCSS¥Ð¥Ã¥¯¥¢¥Ã¥×

@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/bg.gif);
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333;
}

a:hover {
  color: #CCCCFF;
  text-decoration: none;
}

/*
 * layout
 */

#wrapper {
  position: relative;
}

.container {
}

/* common */
.heading {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #333;
}

.lists {
  margin: 0;
  border-bottom: 1px solid #333;
}

.list {
  border-top: 1px solid #ccc;
  font-weight: normal;
}

.list:first-child {
  border-top: none;
}

.list_link {
  padding: 20px 0;
}

.list_link_name {
  display: block;
  padding-right: 30px;
}

.list_link_img {
  margin-bottom: 5px;
}

.list_icon_arrow {
  float: right;
  margin-right: 10px;
}

.item_img {
  margin: 0 auto;
}
.item_img:hover {
  opacity: 0.8;
}
.item_name {
  padding-top: 5px;
}
.item_regular_price {
  text-decoration: line-through;
}
.item_price {
  font-weight: bold;
}
.item_price_discount {
  color: #cf0400;
}
.item_discount_rate {
  color: #cf0400;
}
.item_soldout {
  color: #cf0400;
}

.rank_box {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #d9cdb2;
  display: block;
  z-index: 5;
}
.rank_box_color_1 {
  background-color: #ffcccc;
}

.rank_box_color_2 {
  background-color: #ccccff;
}

.rank_box_color_3 {
  background-color: #99cccc;
}

.rank_number {
  color: #fff;
  display: block;
  padding-top: 1px;
  font-size: 14px;
}

.btn-more {
  width: 96%;
  margin: 0 auto 60px;
  padding: 10px 12px;
}

/*
 * header
 */

#header {
  margin-bottom: 30px;
}

.header_top {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 0;
  background-color: #d9cdb2;
  z-index: 10;
}

.header_top_cmspbar {
  position: fixed;
}
.header_top_inner {
  max-width: 980px;
  margin: 0 auto;
}

.search_form {
  margin: 0;
  padding-top: 10px;
  float: left;
}

.search_select {
  width: 150px;
  border: 1px solid #101010;
  font-size: 12px;
}

.search_box {
  width: 260px;
}

.btn_search {
  padding: 2px 5px 3px 5px;
  border: 1px solid #101010;
}

.btn_search i {
  vertical-align: -35%;
}

.header_nav_headline {
  text-align: right;
  font-size: 12px;
  margin-top: 14px;
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_headline li a i {
  vertical-align: -40%;
}

.header_nav_headline li a {
  color: #fff;
  margin-right: 5px;
}

.header_nav_headline li a:hover {
  color: #ccc;
  text-decoration: none;
}

.header_nav_headline .headline_viewcart {
  padding-left: 15px;
  border-left: 1px solid #000;
}

.header_mid {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 51px;
  background-color: #fff;
  z-index: 9;
}

.header_mid_cmspbar {
  position: fixed;
}

.header_mid_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.header_nav_global {
  font-size: 12px;
  margin-top: 14px;
}

ul.header_nav_global > li {
  padding: 0 5px 0 0;
}

.header_nav_global li a i {
  vertical-align: -40%;
}

.header_nav_global li a {
}

.header_nav_global li a:hover {
  text-decoration: none;
}

.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #d9cdb2;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc;
  position: absolute;
  top: 37px;
  left: -1px;
  padding: 0;
}
.header_nav_global_box_heading {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.header_nav_global_box_detail {
  background-color: #fff;
  padding: 30px 20px 20px;
}

.header_nav_global_left {
  float: left;
  margin: 0;
}

.header_nav_global_left li {
  padding-bottom: 15px;
}

.header_nav_global_right {
  float: right;
}

.header_nav_global_social {
  padding-left: 5px;
}

ul.header_nav_global_social > li {
  padding: 0;
}

.header_nav_global_social li a i {
  vertical-align: -40%;
}

.header_btm {
  max-width: 980px;
  padding-top: 101px;
  margin: 0 auto;
}

.header_logo {
  margin: 0 auto;
  padding-top: 30px;
  float: left;
}

.header_lead {
//  padding-top: 40px;
  padding-top: 20px;
  font-size: 18px;
  color: #aaa;
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_phone {
  z-index: 99;
  float: right;
  height: 50px;
}
.header_nav_lst_phone {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -50%;
  width: 90%;
  border: 1px solid #ccc;
  background: #fff;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 6px 0;
}
.header_nav_lst_phone a:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
}
.nav_btn_phone {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.nav_btn_phone i {
  vertical-align: -40%;
}

/*
 * main
 */

.main {
  max-width: 980px;
}

/*
 * contents
 */

.contents {
  padding: 0;
  float: right;
}

/* pankuzu */
.pankuzu_lists {
  font-size: 10px;
}
ul.pankuzu_lists > li {
  padding: 0;
}
.pankuzu_list {
}

/* info */
.info {
  margin-bottom: 60px;
}

.info_heading {
}

.info_detail {
  margin: 20px 0 0;
  font-size: 13px;
}

.info_detail_lists {
}

.info_detail_list_dt {
  padding: 20px 0 5px;
}

.info_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.info_detail_list_dd {
  margin: 0;
}

/* ranking¡Êseller¡Ë */
.seller {
  margin-bottom: 20px;
}

.seller_heading {
}

.seller_lists {
  margin-top: 20px;
  font-size: 12px;
}

.seller_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* recommend */
.recommend {
  margin-bottom: 20px;
}

.recommend_heading {
}

.recommend_lists {
  margin-top: 20px;
  font-size: 12px;
}

.recommend_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* free_space */
.free_space {
}

/*
 * side
 */

.side {
  padding: 0;
}

.side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

.side_banner {
  margin: 0 0 40px;
}
.side_banner_lists {
}
.side_banner_list {
  margin-top: 19px;
}
.side_banner_list:first-child {
  margin-top: 0;
}

.side_category {
  margin: 0;
}
.side_category_list {
  position: relative;
}
.side_subcategory_lists {
  width: 80%;
  padding: 15px 20px;
  position: absolute;
  top: -21px;
  right: -180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 7;
  display: none;
}
.side_subcategory_list {
  border-top: none;
}
.side_subcategory_lists li a {
  padding: 5px 0;
}

.side_group {
  margin-top: 60px;
}
.side_group_heading {
}
.side_group_lists {
 background-color:#fff 
}
.side_group_list {
}

.side_freepage {
  margin-top: 60px;
}
.side_freepage_heading {
  margin-bottom: 20px;
}
.side_freepage_lists {
}
.side_freepage_list {
  padding-top: 0;
  border: none;
}
.side_freepage_list a {
  padding: 0 0 20px 0;
}

.side_mobile_shop {
  margin-top: 60px;
}
.side_mobile_shop_heading {
  margin-bottom: 20px;
}
.side_mobile_shop_img {
  text-align: center;
}

.side_banner_long {
  margin-top: 40px;
}

/*
 * footer
 */

.footer {
  width: 100%;
  margin-top: 40px;
}

.footer_inner {
  max-width: 980px;
  margin: 0 auto;
}

.footer_heading {
}
.footer_lists {
  margin-top: 20px;
}
.footer_list {
  padding: 0 10px;
  text-align: center;
}
.footer_list_img {
  margin: 0 auto;
}

.footer_seller,
.footer_recommend,
.footer_checked {
  margin-bottom: 40px;
}

.footer_seller_lists,
.footer_recommend_lists,
.footer_checked_lists {
  font-size: 10px;
}

.footer_seller_list,
.footer_recommend_list,
.footer_checked_list{
  margin-bottom: 10px;
}

.footer_banner {
  padding-bottom: 60px;
  margin: 0 auto;
}

.footer_pagetop {
  text-align: center;
  background-color: #d9cdb2;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  padding: 60px 0;
  background-color: #eee;
}
h3.footer_notice_heading {
  padding-bottom: 40px;
  border-bottom: none;
}
.footer_notice_lists {
  margin: 0;
}
.footer_notice_list_dt {
  padding: 20px 0 10px;
}
.footer_notice_list_dt:first-child {
  padding: 0 0 10px;
}
.footer_notice_list_dd {
  margin: 0;
  line-height: 1.8;
}
.footer_notice_cal_table {
}
.footer_notice_cal_memo {
}

.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

.footer_nav {
  padding: 60px 0;
  background-color: #d9cdb2;
}

.footer_nav_shopinfo {
  color: #fff;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: left;
}
.footer_nav_shopinfo_img img {
  width: 180px;
}
.footer_nav_shopinfo_caption {
  padding: 0 2%;
}
.footer_nav_shopinfo_name {
  font-size: 18px;
  padding-left: 5px;
}
.footer_nav_shopinfo_memo {
  padding-left: 5px;
}

.footer_nav_lists {
}
.footer_nav_list {
  color: #fff;
  padding-top: 15px;
}
.footer_nav_list:first-child {
  padding-top: 0;
}
.footer_nav_list_link {
  color: #fff;
}
.footer_nav_list_link:hover {
  color: #ccc;
  text-decoration: none;
}

.footer_copyright {
  text-align: center;
  padding: 2em 0;
}
.footer_powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .footer_powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .footer_powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/*
 * Slider
 */

.slider {
  position: relative;
  margin-bottom: 40px;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}

.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.60);
}

.slider .bx-wrapper .bx-caption span {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}

/*
 * sk privacy
 */

.skpr_box {
  padding-top: 120px;
  margin-top: -60px
}

.skpr_box:first-child {
  padding-top: 0;
  margin-top: 0;
}

.skpr_detail,
.privacy_lead {
  margin: 20px 0 0;
  font-size: 13px;
}

.skpr_detail_lists {
}

.skpr_detail_list_dt {
  padding: 20px 0 5px;
}

.skpr_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.skpr_detail_list_dd {
  margin: 0;
}

/*
 * temp
 */

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #101010;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

/*
 * icons
 */
.icon-b.icon-user { background-position: -208px -0px; }
.icon-w.icon-user { background-position: -208px -0px; }
.icon-lg-b.icon-user { background-position: -312px -0px; }
.icon-lg-w.icon-user { background-position: -312px -0px; }
.icon-b.icon-adduser { background-position: -240px -0px; }
.icon-w.icon-adduser { background-position: -240px -0px; }
.icon-lg-b.icon-adduser { background-position: -360px -0px; }
.icon-lg-w.icon-adduser { background-position: -360px -0px; }
.icon-b.icon-login { background-position: -48px -80px; }
.icon-w.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-b.icon-logout { background-position: -32px -80px; }
.icon-w.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-b.icon-cart { background-position: -176px -64px; }
.icon-w.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-b.icon-search { background-position: -208px -16px; }
.icon-w.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-b.icon-mail { background-position: -64px -0px; }
.icon-w.icon-mail { background-position: -64px -0px; }
.icon-lg-b.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-b.icon-book { background-position: -144px -32px; }
.icon-w.icon-book { background-position: -144px -32px; }
.icon-lg-b.icon-book { background-position: -216px -48px; }
.icon-lg-w.icon-book { background-position: -216px -48px; }
.icon-b.icon-help { background-position: -288px -80px; }
.icon-w.icon-help { background-position: -288px -80px; }
.icon-lg-b.icon-help { background-position: -432px -120px; }
.icon-lg-w.icon-help { background-position: -432px -120px; }
.icon-lg-b.icon-heart { background-position: -48px -24px; }
.icon-b.icon-c_twitter { background-position: -112px -176px; }
.icon-w.icon-c_twitter { background-position: -112px -176px; }
.icon-lg-b.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-w.icon-c_twitter { background-position: -168px -264px; }
.icon-b.icon-c_facebook { background-position: -144px -176px; }
.icon-w.icon-c_facebook { background-position: -144px -176px; }
.icon-lg-b.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-w.icon-c_facebook { background-position: -216px -264px; }
.icon-b.icon-c_google { background-position: -192px -176px; }
.icon-w.icon-c_google { background-position: -192px -176px; }
.icon-lg-b.icon-c_google { background-position: -288px -264px; }
.icon-lg-w.icon-c_google { background-position: -288px -264px; }
.icon-b.icon-c_pinterest { background-position: -224px -176px; }
.icon-w.icon-c_pinterest { background-position: -224px -176px; }
.icon-lg-b.icon-c_pinterest { background-position: -336px -264px; }
.icon-lg-w.icon-c_pinterest { background-position: -336px -264px; }
.icon-b.icon-chevron_right { background-position: -16px -144px; }
.icon-w.icon-chevron_right { background-position: -16px -144px; }
.icon-lg-b.icon-chevron_right { background-position: -24px -216px; }
.icon-lg-w.icon-chevron_right { background-position: -24px -216px; }
.icon-b.icon-chevron_down { background-position: -352px -128px; }
.icon-w.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-b.icon-chevron_up { background-position: -0px -144px; }
.icon-w.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-b.icon-chevron_left { background-position: -336px -128px; }
.icon-w.icon-chevron_left { background-position: -336px -128px; }
.icon-lg-b.icon-chevron_left { background-position: -504px -192px; }
.icon-lg-w.icon-chevron_left { background-position: -504px -192px; }
.icon-b.icon-list { background-position: -192px -96px; }
.icon-w.icon-list { background-position: -192px -96px; }
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-w.icon-list { background-position: -288px -144px; }
.icon-b.icon-pencil { background-position: -96px -0px; }
.icon-w.icon-pencil { background-position: -96px -0px; }
.icon-lg-b.icon-pencil { background-position: -144px -0px; }
.icon-lg-w.icon-pencil { background-position: -144px -0px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}

/*
 * Media Queries
 */

@media (min-width: 980px) {
  .contents {
    width: 670px;
  }

  .contents_detail {
    width: 100%;
  }

  .side {
    width: 270px;
  }

  .header_nav_global_right li {
    display: inline-block !important;
  }
}

@media (min-width: 769px) {
  .footer_list {
    width: 10%;
  }
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .contents,
  .side,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }

  .header_nav_phone {
    margin-right: 10px;
  }
  .header_nav_phone {
    margin-right: 0;
  }
  .nav_btn_phone {
    display: block;
    height: 30px;
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .contents,
  .side,
  .footer_heading {
    padding: 0;
  }

  .productlist_lists {
    padding: 0 10px 20px;
  }

  .header_btm {
    padding-top: 51px;
    text-align: center
  }

  .header_logo {
    float: none;
  }
  
  .header_lead {
    padding-top: 10px;
    font-size: 12px;
    float: none;
  }

  .header_nav_global_social {
    padding-left: 0;
  }

  .search_form {
    float: none;
  }

  .search_select {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .search_box {
    width: 75%;
    float: left;
  }

  .btn_search {
    width: 15%;
    float: right;
  }

  .slider {
    margin-bottom: 20px;
  }

  .side_group,
  .side_freepage {
    margin-top: 0;
  }

  .info_detail,
  .seller_lists,
  .recommend_lists {
    padding: 0 10px 20px;
  }

  .free_space {
    font-size: 12px;
    padding: 0 10px 60px;
  }


  .list {
    padding: 0;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

  .side_banner {
    margin-bottom: 40px;
    text-align: center;
  }

  .side_banner_list {
    margin-top: 0;
  }

  .side_freepage_heading {
    margin-bottom: 0;
  }
  .side_freepage_list {
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .side_freepage_list a {
    padding: 10px;
    background-color:#fff 
  }

  .heading {
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 20px;
  }

  .side_category {
    margin-top: 0;
  }
  .side_category_list {
    position: static;
    cursor: pointer;
    background-color:#fff 
  }
  .side_subcategory_lists {
    width: 100%;
    padding: 0;
    position: static;
    border: none;
    background-color: #f5f5f5;
    display: none;
  }
  .side_subcategory_list {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_list:first-child {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_lists li a {
    padding: 10px;
  }


  .side_category_heading,
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_checked_heading{
    background-color: #d9cdb2;
    color: #fff;
    padding: 10px 0 10px 10px;
  }

  .footer {
    margin-top: 0;
  }

  .footer_lists {
    padding: 0 10px 20px;
  }

  .footer_list {
    padding-right: 1%;
    padding-left: 1%;
  }

  .footer_checked {
    border-bottom: 1px solid #333;
  }

  .footer_banner {
    text-align: center;
    padding: 0 10px 60px;
  }
  .footer_banner li {
    padding: 5px;
  }


  .footer_seller_lists,
  .footer_recommend_lists,
  .footer_checked_lists {
    font-size: 12px;
  }
  .footer_seller_list,
  .footer_recommend_list {
    margin-bottom: 40px;
  }
  .footer_checked_list {
    margin-bottom: 10px;
  }

  .footer_notice {
    padding: 0;
  }

  .footer_nav {
    padding: 0;
  }
  .footer_nav_shopinfo {
    padding: 30px 0;
  }
  .footer_nav_shopinfo_img {
    padding-bottom: 10px;
    text-align: center;
  }
  .footer_nav_shopinfo_caption {
    text-align: center;
  }
  .footer_nav_shopinfo_name {
    padding-left: 0;
  }
  .footer_nav_shopinfo_memo {
    padding-left: 0;
  }

  .footer_nav_menu_right {
    padding: 0;
    border-top: 1px solid #777;
  }
    .footer_nav_menu_right li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #777;
    }
    .footer_nav_menu_right li:nth-child(odd) {
      border-right: 1px solid #777;
    }
    .footer_nav_menu_right a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }

  .footer_nav_menu {
    padding: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #d9cdb2;
    color: #fff;
  }

  .footer_nav_list {
    padding-top: 5px;
  }

  .footer_copyright {
    font-size: 10px;
  }

  .skpr_detail,
  .privacy_lead {
    padding: 0 10px 20px;
  }

  .skpr_box {
    padding-top: 70px;
    margin-top: -10px
  }
  
  .skpr_box:first-child {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .side_banner_list {
    margin-top: 19px;
  }
  .side_banner_list:first-child {
    margin-top: 0;
  }
}

/*
 * 2017/07/28 add kimura
 */
hr.footer_calendar {
margin-top:0em;
margin-bottom:1em;
color: #9E9E9E;
}

/* ¤ªµ¤¤ËÆþ¤ê¥Ü¥¿¥ó2026.5.8naeco */
svg {
  stroke: #333;
  stroke-width: 1;
  fill: none;
  width: 28px;
  height: 28px;
}
/* ¤ªµ¤¤ËÆþ¤ê¥Ü¥¿¥ó */
.btn_favorite {
  position: absolute;
  right: 0px;
  bottom: -1px;
  width: 30px;
  z-index: 8;
}
@media (max-width: 480px) {
  .btn_favorite {
    bottom: -20px;
  }
}
/*¥Ï¡¼¥È¥¢¥¤¥³¥ó¤Î¥¢¥Ë¥á¡¼¥·¥ç¥ó
.btn_favorite:hover {
  animation: pulse 2s linear infinite;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  50% {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}*/
.btn_favorite button {
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
  border: 0;
  outline: none;
  background: transparent;
}
.btn_favorite svg {
  stroke: #999;
  width: 20px;
  height: 20px;
}
.btn_favorite .is-added svg {
  stroke: #C00D0D;
  fill: #C00D0D;
}


/* --- ¥¹¥Þ¥ÛÍÑ¥Ü¥È¥à¥Ê¥Ó¥²¡¼¥·¥ç¥ó¤Î¥¹¥¿¥¤¥ë --- */
.fixed-bottom-nav {
  display: none; /* PC¤Ç¤ÏÉ½¼¨¤·¤Ê¤¤ */
}

/* ¥¹¥Þ¥Û¥µ¥¤¥º¡Ê768px°Ê²¼¡Ë¤Î»þ¤À¤±É½¼¨ */
@media screen and (max-width: 768px) {
  .fixed-bottom-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff; /* ÇØ·Ê¿§¡ÊÇò¡Ë */
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1); /* ¾åÉô¤ËÇö¤¤±Æ¤ò¤Ä¤±¤ë */
    z-index: 9999; /* Â¾¤ÎÍ×ÁÇ¤è¤ê°ìÈÖ¾å¤ËÉ½¼¨¤¹¤ë */
    padding: 8px 0;
    /* ºÇ¶á¤ÎiPhone¤Î²¼Éô¥Ð¡¼¤ÈÈï¤é¤Ê¤¤¤è¤¦¤Ë¤¹¤ë¤¿¤á¤ÎÍ¾ÇòÄ´À° */
    padding-bottom: calc(2px + env(safe-area-inset-bottom));
  }
  
  .fixed-bottom-nav .nav-item {
    text-align: center;
    color: #333333; /* Ê¸»ú¤È¥¢¥¤¥³¥ó¤Î¿§ */
    text-decoration: none;
    font-size: 10px; /* Ê¸»ú¥µ¥¤¥º */
    display: flex;
    flex-direction: column;
  }
  
  .fixed-bottom-nav .nav-icon {
    font-size: 20px; /* ¥¢¥¤¥³¥ó¡Ê³¨Ê¸»ú¡Ë¤Î¥µ¥¤¥º */
    margin-bottom: 3px;
  }

  /* ¥µ¥¤¥È¤Î°ìÈÖ²¼¤Î¥³¥ó¥Æ¥ó¥Ä¤¬¥Ê¥Ó¤Ë±£¤ì¤Ê¤¤¤è¤¦¤ËÍ¾Çò¤ò¶õ¤±¤ë */
  body {
    padding-bottom: 70px; 
  }
}


/* --- ¥¹¥Þ¥ÛÉ½¼¨¤Î¥í¥´¥µ¥¤¥ºÄ´À° --- */
@media screen and (max-width: 768px) {
  .logo img,
  .header_logo img,
  h1 a img {
    width: 24% !important; /* ¤³¤³¤Î¿ôÃÍ¤òÊÑ¹¹¤·¤Æ¥µ¥¤¥ºÄ´À°¤·¤Þ¤¹ */
    max-width: 200px !important; /* ¤³¤ì°Ê¾å¤ÏÂç¤­¤¯¤Ê¤é¤Ê¤¤¤è¤¦¤Ë¤¹¤ëÀ©¸Â */
    height: auto !important;
    margin: 0 auto;
  }
}


/* --- ¥¹¥Þ¥ÛÉ½¼¨¤Î¥í¥´²¼¤ÎÍ¾ÇòÄ´À° --- */
@media screen and (max-width: 768px) {
  /* ¥í¥´¼þ¤ê¤Î²¼ÉôÍ¾Çò¤òºï¤ë */
  .logo,
  .header_logo,
  #header h1 {
    margin-bottom: 0px !important; /* ¤³¤³¤Î¿ôÃÍ¤ÇÄ´À° */
    padding-bottom: 0 !important;
  }
  
  /* ÀâÌÀÊ¸¡Ê´Ú¹ñ¥×¥Á¥×¥é&#12316;¡Ë¤Î¾åÉôÍ¾Çò¤òºï¤ë */
  .shop_info,
  #header p {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}


/* =========================================================
   ¡ú ´°àúÈÇ¡§¥í¥´¤Î¾å²¼Ãæ±ûÇÛÃÖ ¡õ ¥á¥Ë¥å¡¼Ê¸»ú¤ÎÈóÉ½¼¨ ¡ú
========================================================= */
@media screen and (max-width: 767px) {
  /* ­¡ ¿ÆÍ×ÁÇ¤ÎÍ¾Ê¬¤Ê¹â¤µ¤ÈÍ¾Çò¤ò´°Á´¤Ë¡Ö0¡×¤Ë¤¹¤ë */
  .header_btm {
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: none !important;
  }

  /* ­¢ ²¼¤Î¥ê¡¼¥ÉÊ¸¤Ê¤É¤ÎÉÔÍ×¤Ê¥Æ¥­¥¹¥È¤ò¾Ãµî */
  .header_btm .header_lead,
  .header_btm br {
    display: none !important;
  }

  /* ­£ ²èÌÌ¤Î°ìÈÖ¾å¤ò´ð½àÅÀ¤ËÀßÄê */
  #header {
    position: relative !important;
  }

  /* ­¤ ¥í¥´ÏÈ¤ò¹õ¥Ð¡¼¤Î¡Ú´°Á´¤Ê¤É¿¿¤óÃæ¡Û¤ØÇÛÃÖ */
  .header_logo {
    position: absolute !important;
    top: 50% !important; /* ¹õ¥Ð¡¼¤Î¹â¤µ¤Î50%°ÌÃÖ */
    left: 0 !important;
    width: 100% !important;
    transform: translateY(-50%) !important; /* ¡Ú½ÅÍ×¡Û¤³¤ì¤ÇÊ¸»ú¤ÎÃæ¿´¤¬¥Ð¡¼¤ÎÃæ¿´¤È´°àú¤Ë°ìÃ×¤·¤Þ¤¹ */
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100 !important;
    line-height: 1 !important;
  }
  .header_logo a {
    display: inline-block !important;
    text-decoration: none !important;
    line-height: 1 !important;
  }

  /* ­¥ ´ûÂ¸¤Î¡Ö²èÁü¥í¥´¡×¤ò´°Á´¤Ë¾ÃÌÇ¤µ¤»¤ë */
  .header_logo a img {
    display: none !important;
  }

  /* ­¦ VOGUEÉ÷¤ÎÈþ¤·¤¤¥Æ¥­¥¹¥È¥í¥´¤òÀ¸À® */
  .header_logo a::after {
    content: "TENDERLY" !important;
    font-family: 'Didot', 'Bodoni MT', 'Times New Roman', serif !important;
    font-size: 17px !important; /* ¾¯¤·¤À¤±¥µ¥¤¥ºUP¤·¤Æ¼çÌò´¶¤ò¶¯Ä´ */
    font-weight: bold !important;
    color: #ffffff !important; 
    letter-spacing: 0.15em !important; 
    white-space: nowrap !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-top: 2px !important; /* ¥Õ¥©¥ó¥ÈÆÃÍ­¤ÎÈùÌ¯¤Ê¥º¥ì¤òÊäÀµ */
  }

/* ==============================================
     ­§ ¡Ú²«¶â¥Ð¥é¥ó¥¹ÈÇ¡Û¥¢¥¤¥³¥ó³ÈÂç¡õÊ¸»ú¾Ãµî
  ============================================== */
  .nav_btn_phone {
    position: absolute !important;
    top: 50% !important;
    left: 15px !important;
    transform: translateY(-50%) !important; /* ¹õ¥Ð¡¼¤Î´°Á´¤Ê¤É¿¿¤óÃæ¤ËÇÛÃÖ */
    z-index: 100 !important;
    
    display: block !important;
    width: 30px !important;  /* ¥¢¥¤¥³¥ó³ÈÂç¤Ë¹ç¤ï¤»¤ÆÏÈ¤â¹­¤²¤ë */
    height: 30px !important; 
    
    /* ¼ÙËâ¤Ê¡Ö¥á¥Ë¥å¡¼¡×¤ÎÊ¸»ú¤À¤±¤òÏÈ³°¤Ø¿á¤­Èô¤Ð¤·¤Æ´°Á´¤Ë±£¤¹ */
    text-indent: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  .nav_btn_phone i {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    /* ¡ú¼ÒÄ¹¤Î¥¢¥¤¥Ç¥¢¤òºÎÍÑ¡ª¡§ÏÈ¤Î¤É¿¿¤óÃæ¤ËÃÖ¤­¤Ä¤Ä¡¢1.5ÇÜ¤Ë³ÈÂç¤·¤Æ¥Ð¥é¥ó¥¹¤ò¹ç¤ï¤»¤ë¡ª */
    transform: translate(-50%, -50%) scale(1.5) !important; 
    margin: 0 !important;
    color: #ffffff !important;
  }
}



/* --- ¾¦ÉÊ°ìÍ÷¥Ú¡¼¥¸¤Î¾®¥«¥Æ¥´¥ê¡¼¡¦¥°¥ë¡¼¥×¤ò¥¹¥Þ¥Û¤ÇÈóÉ½¼¨ --- */
@media screen and (max-width: 768px) {
  .sp-hide-list {
    display: none !important;
  }
}


/* --- ¥¹¥Þ¥ÛÉ½¼¨¤Î¥Ø¥Ã¥À¡¼²¼Éô¡Ê¸¡º÷ÁëÀ×ÃÏ¡Ë¤ÎÍ¾ÇòÄ´À° --- */
@media screen and (max-width: 768px) {
  /* ¥Ø¥Ã¥À¡¼Á´ÂÎ¤Î²¼ÉôÍ¾Çò¤ò¤Ê¤¯¤¹ */
  #header {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  
  /* ÀâÌÀÊ¸¡Ê´Ú¹ñ¥×¥Á¥×¥é&#12316;¡Ë¤Î²¼ÉôÍ¾Çò¤ò¤Ê¤¯¤¹ */
  .shop_info,
  #header p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  /* ÈóÉ½¼¨¤Ë¤·¤¿¸¡º÷Áë¤ò°Ï¤ó¤Ç¤¤¤¿ÏÈ¤ÎÍ¾Çò¤ò¤Ê¤¯¤¹ */
  .search_form,
  .search_form_wrap,
  .header_search {
    margin: 0 !important;
    padding: 0 !important;
  }
}


/* =========================================================
   ¡ú PCÈÇ¡§¥Ø¥Ã¥À¡¼¥á¥Ë¥å¡¼¤Î¥¹¥¯¥í¡¼¥ëÄÉ½¾¤ò¶¯À©²ò½ü ¡ú
========================================================= */
@media screen and (min-width: 768px) {
  /* Î¢Â¦¤Ç¼«Æ°ÉÕÍ¿¤µ¤ì¤ë¡Ö¸ÇÄêÇÛÃÖ¡Êfixed¡Ë¡×¤ò¶¯À©Åª¤Ë¥ê¥»¥Ã¥È¤·¤Æ¼«Á³¤Ê¥¹¥¯¥í¡¼¥ë¤ËÌá¤¹ */
  #header,
  .header_top,
  .header_mid,
  .header_btm,
  .header_nav_global {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    animation: none !important;
  }
  
  /* JS¤Ë¤è¤Ã¤ÆÉÕÍ¿¤µ¤ì¤ëÄÉ½¾ÍÑ¥¯¥é¥¹¡Êis-fixedÅù¡Ë¤Ø¤ÎÂÐºö */
  .is-fixed,
  .fixed,
  .is_fixed {
    position: relative !important;
    top: auto !important;
  }
}


/* =========================================================
   ¡ÚPCÉ½¼¨¡Û¥È¥Ã¥×¥Ú¡¼¥¸¾åÉô¤ÎÍ¾Çò¡Ê´Ö±ä¤Ó¡Ë¤òµÍ¤á¤ë°ÂÁ´¤ÊÀßÄê
========================================================= */
@media screen and (min-width: 768px) {
  /* ¥Ø¥Ã¥À¡¼¼«ÂÎ¤Î²¼Éô¤Ë¶õ¤¤¤Æ¤¤¤ëÍ¾Çò¤ò¥¼¥í¤Ë¤¹¤ë */
  #header {
    margin-bottom: 0 !important;
  }
  
  /* ¥í¥´¼þÊÕ¤Ë¤¢¤ëÉÔÍ×¤Ê²þ¹Ô¥¿¥°¡Êbr¡Ë¤ò±£¤·¤Æ·ä´Ö¤òµÍ¤á¤ë */
  .header_btm br {
    display: none !important;
  }
  
  /* ¥á¥¤¥ó¥³¥ó¥Æ¥ó¥ÄÂ¦¤Î¾åÉôÍ¾Çò¤òµÍ¤á¤ë */
  .main, #contents {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}


/* =========================================================
   ¡ÚPCÉ½¼¨¡Û¥Ø¥Ã¥À¡¼¡Ê¥í¥´¼þÊÕ¡Ë¤ÎµðÂç¤ÊÍ¾Çò¤ò½Ì¾®¤¹¤ëÀßÄê
========================================================= */
@media screen and (min-width: 768px) {
  /* ¸µ¡¹101px¶õ¤¤¤Æ¤¤¤¿µðÂç¤ÊÍ¾Çò¤ò¡¢Å¬Àµ¤Ê¥µ¥¤¥º¡Ê20px¡Ë¤Ë½Ì¾® */
  .header_btm {
    padding-top: 20px !important;
  }
  
  /* ¥í¥´¤Î¾å¤ÎÍ¾Çò¡Ê30px¡Ë¤ò½Ì¾®¤·¡¢Á´ÂÎ¤Î¹â¤µ¤ò°ú¤­Äù¤á¤ë */
  .header_logo {
    padding-top: 10px !important;
  }
}


/* =================================================================
   ¡ú TENDERLY DRESS»ÅÍÍ¡§¥Õ¥ê¡¼¥Ú¡¼¥¸¡ÊWeb¥Þ¥¬¥¸¥ó¡Ë¶¦ÄÌCSS ¡ú
================================================================== */
.td-vogue-article, .td-vogue-article * { box-sizing: border-box !important; }
.td-vogue-article {
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto 60px auto !important;
  font-family: "Didot", "Bodoni MT", "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif; 
  color: #111111; line-height: 1.8;
}
.td-vogue-article p, .td-vogue-article div, .td-vogue-article span {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; 
}

/* --- ¥Ò¡¼¥í¡¼¥Ø¥Ã¥À¡¼ --- */
.td-hero { text-align: center; padding: 60px 10px 50px 10px; margin-bottom: 50px; border-top: 1px solid #111111; border-bottom: 1px solid #111111; }
.td-hero-sub { font-family: "Didot", "Bodoni MT", "Times New Roman", serif; font-size: 11px; letter-spacing: 0.2em; color: #666666; margin: 0 0 15px 0; text-transform: uppercase; }
.td-hero-title { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 24px; color: #111111; margin: 0; line-height: 1.5; letter-spacing: 0.05em; font-weight: bold; }

/* --- ¥ê¡¼¥ÉÊ¸ --- */
.td-lead { font-size: 14px; color: #333333; text-align: justify; margin: 0 auto 60px auto; max-width: 650px; line-height: 2; padding: 0 15px; }

/* --- ¥»¥¯¥·¥ç¥ó¥¿¥¤¥È¥ë --- */
.td-sec-title { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 22px; color: #111111; text-align: center; margin: 80px 0 50px 0; letter-spacing: 0.1em; font-weight: bold; }
.td-sec-title span { display: block; font-family: "Didot", "Bodoni MT", "Times New Roman", serif; font-size: 11px; color: #999999; letter-spacing: 0.2em; margin-bottom: 12px; text-transform: uppercase; font-weight: normal; }

/* --- ¥·¡¼¥óÊÌ¥Ö¥í¥Ã¥¯ --- */
.td-scene { margin-bottom: 90px; }
.td-scene-header { text-align: center; margin-bottom: 30px; }
.td-scene-num { font-family: "Didot", "Bodoni MT", "Times New Roman", serif; font-size: 14px; color: #111111; letter-spacing: 0.1em; display: inline-block; border-bottom: 1px solid #111111; padding-bottom: 3px; margin-bottom: 15px; }
.td-scene-title { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 18px; font-weight: bold; color: #111111; margin: 0; letter-spacing: 0.05em; }

/* --- ¥³¥ó¥·¥§¥ë¥¸¥å¤Î¥¢¥É¥Ð¥¤¥¹¥¨¥ê¥¢ --- */
.td-advice-box { background: #fafafa; border-left: 3px solid #111111; padding: 25px; margin: 0 15px 40px 15px; }
.td-advice-point { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 15px; color: #111111; font-weight: bold; margin: 0 0 15px 0; border-bottom: 1px dashed #cccccc; padding-bottom: 10px; }
.td-advice-text { font-size: 13px; color: #444444; margin: 0; text-align: justify; line-height: 1.9; }

/* --- ¥ì¥³¥á¥ó¥É¥«¡¼¥É¡ÊCTA¡Ë --- */
.td-item-info { text-align: center; margin-bottom: 40px; padding: 0 15px; }
.td-item-card { display: block; border: none; text-decoration: none !important; color: inherit; transition: all 0.3s ease; background: #ffffff; margin: 0 auto; max-width: 400px; }
.td-item-img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; display: block; margin-bottom: 20px; }
.td-item-badge { font-family: "Didot", "Bodoni MT", "Times New Roman", serif; font-size: 11px; letter-spacing: 0.1em; color: #999999; margin-bottom: 10px; display: block; }
.td-item-name { font-size: 13px; color: #111111; margin: 0 0 15px 0; line-height: 1.5; text-decoration: none; }
.td-item-btn { display: inline-flex; align-items: center; justify-content: center; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 11px; font-weight: bold; color: #111111; border: 1px solid #111111; padding: 14px 40px; letter-spacing: 0.1em; transition: background 0.3s, color 0.3s; margin-top: 5px; }
.td-item-card:hover .td-item-btn { background: #111111; color: #ffffff !important; }

/* --- ÈëÌ©¡¦Ç¼ÆÀ¥Ü¥Ã¥¯¥¹ --- */
.td-secret { border: 1px solid #111111; padding: 50px 30px; margin: 80px 15px 0 15px; text-align: center; background: #ffffff; }
.td-secret-title { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 18px; color: #111111; margin: 0 0 25px 0; letter-spacing: 0.05em; font-weight: bold; }
.td-secret-text { font-size: 13px; color: #444444; margin: 0; text-align: justify; line-height: 1.9; }

/* --- FAQ¥¢¥³¡¼¥Ç¥£¥ª¥ó --- */
.td-faq { margin: 60px 15px 0 15px; border-top: 1px solid #111111; }
.td-faq-title { font-family: "Didot", "Bodoni MT", "Times New Roman", serif; font-size: 18px; text-align: center; padding: 30px 0 20px 0; letter-spacing: 0.1em; margin: 0; font-weight: bold;}
.td-faq-item { border-bottom: 1px solid #eaeaea; }
.td-faq-q { padding: 20px 0; font-weight: bold; font-size: 14px; color: #111111; cursor: pointer; position: relative; padding-right: 30px; }
.td-faq-q::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 18px; color: #999999; }
.td-faq-a { padding: 0 0 20px 0; font-size: 13px; color: #444444; line-height: 1.8; display: none; }

/* --- LINE¡¦°ìÍ÷Æ³Àþ --- */
.td-line { background: #111111; padding: 50px 20px; text-align: center; margin: 60px 0; }
.td-line-title { font-family: "Didot", "Bodoni MT", "Times New Roman", serif; font-size: 14px; color: #ffffff; letter-spacing: 0.2em; margin: 0 0 15px 0; }
.td-line-text { font-size: 14px; color: #ffffff; margin: 0 0 25px 0; letter-spacing: 0.05em; }
.td-line-btn { display: inline-flex; align-items: center; justify-content: center; background: #06C755; color: #ffffff !important; font-size: 13px; font-weight: bold; padding: 16px 40px; text-decoration: none !important; letter-spacing: 0.1em; border-radius: 2px; }

.td-cta { text-align: center; padding: 30px 15px 50px 15px; }
.td-cta-text { font-size: 13px; color: #666666; margin-bottom: 20px; }
.td-cta-btn { display: inline-flex; align-items: center; justify-content: center; background: #111111; color: #ffffff !important; font-size: 13px; font-weight: bold; padding: 18px 50px; text-decoration: none !important; letter-spacing: 0.1em; border-radius: 2px; width: 100%; max-width: 400px; }

@media screen and (max-width: 600px) {
  .td-hero-title { font-size: 20px; }
  .td-sec-title { font-size: 18px; }
  .td-advice-box { padding: 20px 15px; }
  .td-secret { padding: 40px 20px; }
}