@charset "UTF-8";
/* variable ------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  height: 100%;
}

* html body {
  font-size: 14px;
}

*:first-child + html body {
  font-size: 14px;
}

img {
  width: 100%;
}

/* ec ---------------- */
.alle_btn {
  width: 100%;
}

.alle_btn a, .alle_btn input {
  height: 35px;
  line-height: 35px;
  width: 100%;
}

.alle_btn_mg100 {
  margin-top: 50px !important;
}

.btn_area .alle_btn_mg60 {
  margin-top: 30px !important;
}

/* lp ---------------- */
.lp_w_sp {
  margin-left: 25px;
  margin-right: 25px;
}

.pc_only {
  display: none;
}

.page_link {
  padding-top: 50px;
  margin-top: -50px;
}

.head_mg {
  height: 50px;
}

.contents_mg01 {
  margin-top: 60px;
}

.ttl {
  font-size: 10px;
}

/* SP nav btn ---------------- */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 25px;
  top: 15px;
  z-index: 2000;
  cursor: pointer;
}

.menu-trigger.active {
  position: fixed;
}

.menu-trigger span {
  position: absolute;
  height: 1px;
  background-color: #000;
  width: 100%;
}

.menu-trigger span:nth-of-type(1) {
  left: 0px;
  top: 0px;
}

.menu-trigger span:nth-of-type(2) {
  left: 0px;
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  left: 0px;
  bottom: 0px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.gheader {
  position: relative;
  height: 50px;
  z-index: 2000;
  margin-bottom: 50px;
}
.gheader .logo {
  top: 15px;
  left: 50%;
  width: 52px;
  margin-left: -26px;
  position: absolute;
  z-index: 2000;
}

.head_icon {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 100;
}
.head_icon li {
  width: 15px;
  margin-left: 20px;
}
.head_icon .num {
  width: 15px;
  top: 14px;
  font-size: 12px;
}

.swiper-pagination {
  padding-top: 20px;
  padding-bottom: 20px;
  bottom: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  margin: 0 4px !important;
}

.index_cat {
  font-size: 8px;
}
.index_cat li {
  margin: 10px 10px 0;
}

.item_list {
  justify-content: space-between;
  margin-left: 6px;
  margin-right: 6px;
}
.item_list li {
  width: calc(50% - 3px);
  font-size: 10px;
  margin-top: 50px;
}
.item_list li .price {
  margin-left: 5px;
  margin-right: 5px;
}
.item_list li .name {
  margin: 10px 5px 0;
}
.item_list .list_status p {
  margin-left: 5px;
  margin-top: 5px;
}

.index_ranking_area, .index_info_area {
  padding-top: 20px;
}
.index_ranking_area .ttl, .index_info_area .ttl {
  margin-left: 15px;
}
.index_ranking_area .index_ranking, .index_info_area .index_ranking {
  margin-top: 20px;
}
.index_ranking_area .rank_num, .index_info_area .rank_num {
  font-size: 2.3vw;
  margin-top: 10px;
}

.info_list {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
}
.info_list li {
  margin-top: 10px;
  font-size: 10px;
}
.info_list li .img {
  width: 80px;
  margin-right: 15px;
}
.info_list li .txt {
  width: calc(100% - 95px);
}

.index_more_btn {
  text-align: right;
  margin-top: 20px;
  margin-right: 15px;
  font-size: 8px;
}

.footer_nav_area > .footer_nav:nth-child(2) {
  margin-top: 50px;
}
.news_letter h2::after {
  transform: rotate(-90deg);
}

.news_letter h2.tgl_on::after {
  transform: rotate(-90deg);
}

.gfooter {
  padding-left: 15px;
  padding-right: 15px;
  /* padding-top: 100px; */
  padding-bottom: 30px;
}
.gfooter .footer_nav {
  margin-top: 20px;
}
.gfooter .footer_nav h2 {
  font-size: 10px;
}
.gfooter .footer_nav h2::after {
  width: 5px;
  height: 5px;
  right: -10px;
  top: 8px;
}
.gfooter .footer_nav ul {
  font-size: 7px;
  display: none;
}
.gfooter .footer_nav ul li {
  margin-top: 20px;
}
.gfooter .icon_insta {
  width: 11px;
  margin-top: 50px;
}
.gfooter .copy {
  font-size: 6px;
  margin-top: 20px;
}

.gnav_area {
  width: 100%;
  z-index: 30;
  padding-top: 70px;
  height: 100%;
  left: -100%;
}
.gnav_area .gnav_inner {
  padding: 0 25px 25px;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  box-sizing: border-box;
}
.gnav_area .gnav_inner #global_nav_search {
  width: 100%;
}
.gnav_area .gnav_inner #global_nav_search input[type=text] {
  width: calc(100% - 25px);
  padding-left: 0;
  padding-right: 0;
}
.gnav_area .gnav_inner #global_nav_search input[type=image] {
  width: 17px;
  margin-right: 0;
}
.gnav_area .gnav_inner .gnav_list_area {
  margin-top: 40px;
}
.gnav_area .gnav_inner .gnav_list_area .gnav_list {
  width: 50%;
}
.gnav_area .gnav_inner .gnav_list_area .gnav_list > li {
  margin-top: 15px;
  font-size: 12px;
}
.gnav_area .gnav_inner .gnav_list_area .gnav_list > li .open {
  font-size: 10px;
  display: none;
}
.gnav_area .gnav_inner .gnav_list_area .gnav_list > li .open li {
  margin-top: 10px;
}
.gnav_area .gnav_inner .gnav_list_area .gnav_list .gnav_list_mg {
  margin-top: 76px;
}
.gnav_area .gnav_inner .gnav_list_area .gnav_list .gnav_list_mg02 {
  margin-top: 47px;
}
.gnav_area .gnav_inner .gnav_list_member {
  padding-top: 40px;
}
.gnav_area .gnav_inner .gnav_list_member .gnav_list {
  padding-bottom: 20px;
}
.gnav_area .gnav_close {
  display: none;
}

/* item ---------------- */
.item_img_thumb {
  width: 16.66%;
}

.item_txt_area {
  margin-left: 30px;
  margin-right: 30px;
}

.item_name_area {
  margin-top: 40px;
}
.item_name_area .item_name {
  font-size: 14px;
}
.item_name_area .item_price {
  font-size: 14px;
  margin-top: 5px;
}

.item_detail_nav {
  font-size: 10px;
  margin-top: 40px;
  margin-bottom: 25px;
}

.products_slide_area {
  margin-bottom: 80px;
}

.products_slide li {
  padding-bottom: 10px;
  font-size: 10px;
}

.detail_size_tbl li {
  min-width: 70px;
}

.item_select {
  margin-top: 20px;
}
.item_select select {
  width: 200px;
  box-sizing: border-box;
}
.item_select .name {
  width: calc(100% - 200px);
}

.item_recommend_area {
  margin-top: 0;
}

.item_cart_btn {
  font-size: 11px;
  margin-top: 30px;
}
.item_cart_btn a {
  height: 50px;
  line-height: 50px;
}

.item_select::after {
  width: 10px;
  height: 10px;
  right: 15px;
  top: 12px;
}

.item_img .txt {
  left: 20px;
  bottom: 20px;
}

.item_price_sale .cart_text_discount_rate {
  font-size: 50%;
  margin-left: 15px;
}

.item_txt_inner {
  position: relative;
}

.item_favorite_btn {
  width: 10px;
}

#item_spec_price {
  font-size: 14px;
}
#item_spec_price li {
  margin-top: 5px;
}

.cart_text_discount_rate {
  margin-left: 10px;
}

#cart_add {
  width: 150%;
}

#cart_btn_block {
  margin-top: 40px;
}

#cart_btn_block #cart_add p {
  font-size: 11px;
}
#cart_btn_block #cart_add p a {
  height: 50px;
  line-height: 50px;
}
#cart_btn_block #cart_add p a::after {
  height: 50px;
  line-height: 50px;
}

#cart_btn_block #cart_favorite p a {
  height: 50px;
  text-indent: -9999px;
  background-size: 15px auto;
}

#color_block::after, #size_block::after {
  width: 15px;
  height: 15px;
  background-size: 11px auto;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}

#color_selector, #size_selector {
  font-size: 10px;
}
#color_selector li, #color_selector li a, #color_selector li a p, #color_selector li a span, #size_selector li, #size_selector li a, #size_selector li a p, #size_selector li a span {
  font-size: 10px;
}

#color_selector, #size_selector {
  font-size: 10px;
}
#color_selector .cart_selector, #size_selector .cart_selector {
  font-size: 10px;
}
#color_selector li, #color_selector li a, #color_selector li a p, #color_selector li a span, #size_selector li, #size_selector li a, #size_selector li a p, #size_selector li a span {
  font-size: 10px;
}

.cart_selector {
  font-size: 10px;
}

.detail_tit {
  font-size: 10px;
}

/* list ---------------- */
.sord_header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 15px;
}

.sord_header .sort_tgl {
  padding-right: 20px;
}
.sord_header .sort_close {
  width: 17px;
  height: 17px;
}
.sord_header .sort_close span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.sord_header .sort_close span:nth-of-type(2) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.page_btn {
  font-size: 10px;
  margin-top: 50px;
  padding-right: 10px;
}
.page_btn strong, .page_btn a {
  margin: 0 5px;
}

/* sort ---------------- */
.sort_area {
  padding: 40px 25px;
}
.sort_area .sortG {
  font-size: 11px;
  margin-top: 50px;
}
.sort_area .sortG label {
  display: block;
  margin-top: 20px;
}
.sort_area .sortG label input {
  margin-right: 10px;
}
.sort_area .sortG label img {
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  top: -4px;
  position: relative;
}
.sort_area .sort_color_area .sort_colorG {
  width: 50%;
}
.sort_area .sort_color_area .sort_colorG label span {
  width: 50px;
}

.sort_btn_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  flex-direction: row-reverse;
}
.sort_btn_area p {
  margin-top: 0px;
}
.sort_btn_area .an_btn a, .sort_btn_area .an_btn input {
  height: 22px;
  line-height: 22px;
  width: 60px;
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  color: #000;
  font-weight: normal;
}
.sort_btn_area .sort_btn_search input {
  width: 80px;
  color: #000;
  font-weight: normal;
}

/* ec ---------------- */
.undercolumn_small {
  width: auto;
  padding: 0 35px;
}

.ttl_ec_c {
  padding-bottom: 15px;
}

.top_order_nav {
  margin-top: 15px;
  font-size: 10px;
  padding-bottom: 15px;
}

.top_order_nav li {
  padding: 0 7px;
}

.top_order_nav li::after {
  margin-left: 10px;
}

.bdr_block {
  padding: 0;
}

/* 会員登録 LC_Page_Entry ---------------- */
.form_list_mypage dt {
  margin-top: 30px;
}

.form_list_mypage dd {
  margin-top: 0px;
}

.form_list_mypage .attention {
  margin-top: 10x;
}

.form_list_mypage .input_magazine {
  margin-top: 20px;
}

.LC_Page_Entry .alle_btn {
  margin-top: 40px;
}

.member_kiyaku_txt {
  margin-top: 40px;
}

.LC_Page_Entry_Kiyaku .alle_btn {
  width: 45%;
}

/* ログイン ---------------- */
.txt_login01 {
  margin-top: 40px;
}

.ligon_input {
  margin-top: 30px;
}

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

.login_pass_forget {
  margin-top: 20px;
}

.txt_login_to_kiyaku {
  text-align: center;
  margin-top: 20px;
}
.txt_login_to_kiyaku a {
  text-decoration: underline;
}

.pass_reset_msg {
  margin-top: 55px;
}
.pass_reset_msg .attention {
  font-size: 70%;
  margin-top: 10px;
}

.pass_reset_area {
  padding-bottom: 50px;
}
.pass_reset_area .alle_btn {
  margin-top: 30px;
}

/* マイページ ---------------- */
.LC_Page_AbstractMypage .gfooter {
  margin-top: 0;
  border-top: 0;
}

.mypage_nav ul {
  border-top: solid 1px #000;
  text-align: center;
  margin-top: 40px;
}
.mypage_nav ul a {
  padding: 10px 0;
}

.mypge_welcome_box {
  border: solid 1px #000;
  margin: 35px 15px;
}
.mypge_welcome_box .welcome_txt {
  text-align: center;
  padding: 25px 0;
  border-bottom: solid 1px #000;
}

.mypage_top_point {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
.mypage_top_point dd, .mypage_top_point dt {
  padding: 5px 0;
}

.buy_historyG {
  margin-top: 35px;
}
.buy_historyG .num_eraa {
  padding: 20px 10px;
}
.buy_historyG .num_eraa .shipping_status {
  font-size: 14px;
  margin-bottom: 10px;
}
.buy_historyG .buy_history_item_list {
  margin: 0 10px 0 10px;
}
.buy_historyG .buy_history_item_list li {
  margin-top: 15px;
}
.buy_historyG .buy_history_item_list .img_area {
  width: 120px;
}
.buy_historyG .buy_history_item_list .txt_area {
  width: calc(100% - 140px);
}
.buy_historyG .more {
  width: 80%;
  margin-top: 20px;
}
.buy_historyG .more a {
  height: 40px;
  line-height: 40px;
}

/* COMPANY ---------------- */
.company_tbl {
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 30px;
}
.company_tbl dt {
  padding-top: 15px;
}
.company_tbl dd {
  padding: 10px 0 15px;
}

/* cart ---------------- */
.LC_Page_Cart .undercolumn_small, .LC_Page_Shopping_Confirm .undercolumn_small {
  padding: 0 20px;
}

.top_order_nav_cart {
  margin-bottom: 20px;
}

.cart_item_photo_inner {
  width: 100%;
}

.cart_item_photo {
  width: 35%;
}

.cart_item_flex {
  justify-content: space-between;
}

.quantity_minus, .quantity_plus {
  width: auto;
}

.quantity_num {
  width: 30%;
}

.cart_item_subtotal {
  text-align: right;
}

.cart_sum_point_txt_area {
  margin-top: 30px;
}

.cart_sum_point_txt {
  font-size: 85%;
}

.login_area .cart_new_entry_btn {
  margin-top: 10px;
}

.cart_info_ttl {
  padding: 10px 20px;
}

.deliv_info {
  padding-bottom: 20px;
}
.deliv_info .alle_btn {
  margin-left: auto;
  margin-right: auto;
}
.deliv_info .select_n {
  border-bottom: none;
}

.deliv_block_inner {
  padding-left: 20px;
  padding-right: 20px;
}

.deliv_date_flex .select_n {
  border-bottom: none;
}

#btn_to_payment {
  margin-bottom: 20px;
}

.cart_point_area {
  padding: 15px 20px;
  margin-bottom: 30px;
}

.cart_comfirm_btn {
  margin-bottom: 20px;
}

.cart_comp_txt01 {
  margin-top: 30px;
}

.cart_comp_txt03 {
  margin-top: 20px;
}

.cart_comp_line {
  padding: 15px 0;
  margin: 40px 20px;
}
.cart_comp_line .cart_comp_line_btn {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.cart_attention_mg {
  padding-top: 20px;
}

/* guide ---------------- */
.guide_flex .mypage_nav ul {
  border-top: none;
  margin-top: 0px;
}

.guideG {
  padding: 25px 20px;
  font-size: 10px;
}
.guideG .ttl_sub {
  font-size: 120%;
  margin-bottom: 20px;
}
.guideG .ttl_sub {
  font-size: 110%;
}

/* CONTACT ---------------- */
#undercolumn_contact {
  width: auto;
}

.contact_sub_ttl {
  margin-top: 50px;
}

.form_list_mypage {
  padding: 0px 0px 0 0px;
}

.contact_mg {
  margin-top: 10px;
}

.contact_mg02 {
  margin-top: 20px;
}

.contact_confirm_form dd {
  padding-top: 10px;
}

.contact_confirm_submit {
  margin-top: 20px;
}

/* info_list ---------------- */
.ttl_page_info_list {
  margin-left: 15px;
}

/* お気に入り ---------------- */
#mycontents_area .my_favorite_list_area {
  margin: 0 5px;
  padding-bottom: 30px;
  width: calc(100% - 10px);
}
#mycontents_area .my_favorite_list_area #mypage_favorite_list {
  justify-content: space-between;
}
#mycontents_area .my_favorite_list_area .mypage_favorite_inner_btn {
  width: 70%;
  margin-right: 0;
}
#mycontents_area .my_favorite_list_area .mypage_favorite_inner_list {
  width: calc(50% - 2px);
}
#mycontents_area .my_favorite_list_area .favorite_cart li a {
  padding: 3px 0 !important;
  font-size: 9px;
}
#mycontents_area .my_favorite_list_area .mypagecolumn_fontL {
  font-size: 10px;
}

#mycontents_area .my_favorite_list_area .mypage_favorite_inner_list .favorite_delete {
  right: 5px;
  top: 0px;
}
#mycontents_area .my_favorite_list_area .mypage_favorite_inner_list .favorite_delete a {
  font-size: 20px;
}

/* INFORMATION ---------------- */
#undercolumn_blog .ttl_blog {
  line-height: 200%;
  font-size: 15px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
}
#undercolumn_blog .blog_day {
  text-align: right;
  margin-bottom: 30px;
}
#undercolumn_blog .ttl {
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 15px;
}
#undercolumn_blog .nav_prev, #undercolumn_blog .nav_next {
  width: 100px;
}
#undercolumn_blog .paging {
  margin-top: 41.66vw;
}

.open_novelty .txt02 {
  font-size: 3.8vw;
}
.open_novelty .txt03 {
  font-size: 2.5vw;
}

/* popup ---------------- */
.popup_overlay .popup_inner {
  width: 80%;
  max-width: 400px;
}
.popup_overlay .popup_close {
  right: 0px;
  top: -30px;
  font-size: 40px;
  cursor: pointer;
}

.cart_comp_btn {
  margin-left: 30px;
  margin-right: 30px;
  width: calc(100% - 60px);
}

.cart_comp_btn02 {
  margin-top: 20px;
}

#undercolumn_blog .list_pageer {
  font-size: 1rem;
}
#undercolumn_blog .nav_prev, #undercolumn_blog .nav_next {
  font-size: 1rem;
}

/* comming soon ---------------- */
.cms_txt_area {
  margin: 0 4.166vw;
}

.ttl_cms {
  font-size: 2.66vw;
}

.cms_txt {
  margin-top: 8.33vw;
  font-size: 2.22vw;
}

.sub_ttl_cms {
  margin: 19.44vw 4.166vw 0;
  font-size: 2.5vw;
}

.cms_item_list li:nth-child(-n+2) {
  margin-top: 5.55vw;
}

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

.open_novelty .start {
  font-size: 3.8vw;
}
.open_novelty .txt01 {
  font-size: 2.2vw;
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 170%;
}
.open_novelty .txt02 {
  font-size: 3.8vw;
  margin-top: 70px;
  line-height: 100%;
}
.open_novelty .txt03 {
  font-size: 2.5vw;
  margin-top: 5px;
}
.open_novelty .open_novelty_flex .img_area {
  margin-top: 20px;
}
.open_novelty .open_novelty_flex .img_area p {
  width: calc(50% - 1px);
  margin-top: 2px;
}
.open_novelty .open_novelty_flex .txt_area {
  margin-top: 20px;
}
.open_novelty .open_novelty_flex .txt_area .txt04 {
  font-size: 2.2vw;
  line-height: 160%;
}
.open_novelty .open_novelty_flex .txt_area .txt05 {
  font-size: 1.6vw;
  margin-top: 20px;
  line-height: 180%;
}
.open_novelty .img06 {
  margin-top: 35.4vw;
  margin-bottom: 35.4vw;
}

/* news ----------------------- */
.news_img {
  width: 100%;
}

.news_title {
  line-height: 200%;
  font-size: 10px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.news_txt {
  line-height: 280%;
  font-size: 8px;
  text-align: center;
  margin: 50px 0;
  letter-spacing: -0.5px;
}

.news_txt p {
  margin-bottom: 30px;
  padding: 0 10px;
}

.news_img2 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.news_img2 img {
  display: block;
}

.news_btn {
  margin: 40px auto 0 auto;
}

.news_btn_gray {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  font-size: 8px;
  color: #FFF;
  margin: 0 auto;
  background-color: #515150;
}

/* reha_pi ----------------------- */
.reha_pi_cont .ttl_reha_pi {
  font-size: 3.7vw;
  margin-top: 13.88vw;
  margin-bottom: 8.3vw;
}
.reha_pi_cont .txt_reha_pi {
  font-size: 1.85vw;
  line-height: 180%;
  margin-left: 10.185vw;
  margin-right: 10.185vw;
  margin-bottom: 18.51vw;
}

/* 31 people ----------------------- */
.people_31_cont {
  margin-left: 5.55vw;
  margin-right: 5.55vw;
  margin-top: 22vw;
}
.people_31_cont .p31_top_slide_area {
  margin-top: 2.77vw;
}
.people_31_cont .p31_top02 {
  margin-top: 4.166vw;
}
.people_31_cont .p31_top04 {
  margin-left: 2.77vw;
  margin-right: 2.77vw;
  margin-top: 13.88vw;
  font-size: 2.22vw;
  margin-bottom: 19.44vw;
}

.people31 {
  margin-top: 16.66vw;
}
.people31 .name {
  font-size: 3.88vw;
  padding-left: 4.166vw;
  padding-top: 2.77vw;
  padding-bottom: 2.77vw;
}
.people31 .name::after {
  right: 2.77vw;
}
.people31 .name span {
  font-size: 2.5vw;
}
.people31 .open {
  margin-left: 4.166vw;
  margin-right: 4.166vw;
  padding-bottom: 13.88vw;
}
.people31 .p31_txt01 {
  font-size: 2vw;
  line-height: 140%;
  padding-bottom: 8.33vw;
  width: 80%;
}
.people31 .p31_detail {
  margin-top: 2.77vw;
  font-size: 2.22vw;
  margin-left: 4.166vw;
}
.people31 .p31_detail dt {
  padding-right: 5.55vw;
}
.people31 .p31_detail dt::after {
  height: 2.77vw;
  right: 2.77vw;
  top: 1.38vw;
}
.people31 .p31_detail_styling dt {
  width: 25vw;
}
.people31 .p31_detail_styling dt::after {
  right: 4.166vw;
}
.people31 .p31_detail_styling dd {
  width: calc(100% - 25vw);
  line-height: 140%;
  font-size: 2vw;
  padding-top: 1.11vw;
}
.people31 .p31_slide_area {
  margin-top: 8.33vw;
}
.people31 .p31_slide_area .slide {
  padding-left: 5.55vw;
  padding-right: 5.55vw;
}
.people31 .p31_slide_area .swiper-button-next, .people31 .p31_slide_area .swiper-button-prev {
  border: solid 1px #000;
  width: 5.55vw;
  height: 5.55vw;
  border-radius: 2.77vw;
  margin-top: -2.77vw;
}
.people31 .p31_slide_area .swiper-button-next::after, .people31 .p31_slide_area .swiper-button-prev::after {
  font-size: 2.77vw;
}
.people31 .p31_slide_area .swiper-button-next {
  right: 0 !important;
}
.people31 .p31_slide_area .swiper-button-prev {
  left: 0;
}
.people31 .p31_img {
  margin-top: 11.11vw;
}

/* point_renew ----- */
.point_renew {
  font-family: "Zen Kaku Gothic New", sans-serif;
  /*	font-family: "Inter", "Zen Kaku Gothic New", sans-serif;*/
  margin-left: 5.55vw;
  margin-right: 5.55vw;
  margin-top: 13.88vw;
  /*	font-size: 1.94vw;*/
  font-size: 2.32vw;
  line-height: 160%;
}

.ttl_point_renew {
  background: #dadf00;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 3.05vw;
}

.point_renew .txt_area01 {
  background: #e5e94d;
  padding: 2.77vw;
  color: #fff;
  margin-top: 1.11vw;
  font-size: 2.5vw;
  line-height: 160%;
  font-weight: bold;
}

.point_renew_sub_ttl {
  margin-top: 9.722vw;
  margin-bottom: 2.77vw;
  /*	font-size: 2.77vw;*/
  font-size: 3.02vw;
  font-weight: normal;
}

.point_renew_sub_ttl01 {
  margin-top: 2vw;
}

.point_renew .img01 {
  margin-top: 5.55vw;
  text-align: center;
}

.point_renew .img_attention01 {
  margin-top: 2.77vw;
  font-size: 1.5vw;
}

.point_renew .blue_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 9.722vw;
}

.point_renew .blue_box li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #77acd2;
  padding: 4.166vw 2.77vw;
  width: calc(50% - 0.55vw);
  margin-top: 1.11vw;
}

.point_renew .blue_box h4 {
  text-align: center;
  color: #036eb8;
  font-size: 2.5vw;
}

.point_renew .blue_box p {
  color: #3884be;
  /*	font-size: 1.50vw;*/
  font-size: 2.2vw;
  margin-top: 2.08vw;
  line-height: 150%;
}

.point_renew .blue_box p span {
  font-size: 1.97vw;
}

.point_renew .point_attention {
  /*	font-size: 1.66vw;*/
  font-size: 1.97vw;
}

.point_renew .img02_area {
  margin-top: 5.55vw;
  padding-bottom: 5.55vw;
}

.point_renew .img_attention02 {
  color: #2c75b3;
  font-size: 1.66vw;
  margin-top: 2.77vw;
}

.point_renew .mg01 {
  margin-top: 4.166vw;
}

.point_renew a {
  color: #036eb8;
}

.point_renew .mg02 {
  margin-top: 16.66vw;
}

.point_renew .point_to_mypage {
  width: 22.22vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16.66vw;
}

.point_renew .point_to_mypage a {
  display: block;
  height: 6.94vw;
  line-height: 6.94vw;
  text-align: center;
  border: solid 1px #68605e;
  color: #000;
}

.point_renew .red {
  color: #e83828;
}

/* USE for a long time ----------------------- */
.usefor_long .txt_area .txt01 {
  font-size: 2.5vw;
  margin-bottom: 1.38vw;
}
.usefor_long .txt_area .txt02 {
  font-size: 1.38vw;
  line-height: 200%;
}
.usefor_long .circle p {
  border: solid 0.83vw #000;
}
.usefor_long .all_btn {
  width: 23.61vw;
}
.usefor_long .all_btn a {
  height: 6.94vw;
  line-height: 6.94vw;
  border-radius: 3.47vw;
}
.usefor_long .a, .usefor_long .b, .usefor_long .c, .usefor_long .d, .usefor_long .e, .usefor_long .f, .usefor_long .g, .usefor_long .h {
  width: 8.888vw !important;
}
.usefor_long .plus {
  width: 4.86vw !important;
}

.usefor_long01 {
  margin-top: 19.44vw;
}
.usefor_long01 .txt01 {
  font-size: 3.47vw;
}
.usefor_long01 .txt02 {
  font-size: 2.77vw;
  margin-top: 5.55vw;
}

.usefor_long02 {
  margin-top: 19.44vw;
}

.usefor_long07 .txt_area .txt02 {
  font-size: 1.18vw;
  line-height: 200%;
}

.usefor_long09 {
  padding: 4.166vw 3.47vw 11.11vw;
  margin-top: 11.11vw;
}
.usefor_long09 .e {
  top: 8.33vw;
  left: 6.94vw;
}
.usefor_long09 .plus {
  top: 8.33vw;
  right: 6.94vw;
}
.usefor_long09 .num {
  margin-top: 2.77vw;
}

.usefor_long10 {
  margin: 11.11vw 3.47vw 11.11vw;
}
.usefor_long10 .f {
  top: 2.77vw;
  left: 2.77vw;
}

.usefor_long11 {
  margin-top: 11.11vw;
}
.usefor_long11 .txt_area {
  top: 6.94vw;
  width: 54%;
  left: 44%;
}
.usefor_long11 .txt_area .txt02 {
  text-align: right;
  margin-right: 5%;
}

.usefor_long12 {
  padding: 6.94vw 5.55vw 5.55vw 6.94vw;
}
.usefor_long12 .g {
  top: 2.77vw;
  right: 4.166vw;
}
.usefor_long12 .num {
  top: 1.38vw;
  left: 2.77vw;
}
.usefor_long12 .plus {
  bottom: 7.22vw;
}

.usefor_long13 {
  overflow: hidden;
  margin: 9.722vw 2.77vw 2.77vw 4.86vw;
}
.usefor_long13 .img02 .r_img {
  left: 185%;
}
.usefor_long13 .num {
  right: 0%;
  top: 42%;
}

.usefor_long14 {
  margin: 0px 2.77vw 27.77vw 4.86vw;
}

.usefor_long15 {
  margin-top: 19.44vw;
}
.usefor_long15 .txt01 {
  font-size: 2.5vw;
}
.usefor_long15 .txt02 {
  font-size: 2.08vw;
  margin-top: 5.55vw;
}/*# sourceMappingURL=smart.css.map */





/* look on the bright side ----------------------- */
.the_bright_side {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bright_top1 {
  position: relative;
  padding: 46.66vw 9.33vw;
}
.bright_top1 .bright_t_title {
  position: absolute;
  bottom: 20vw;
  left: 9.33vw;
  width: 49.33vw;
}
.bright_top1 .bright_t_title img {
  width: 100%;
}

.bright_t_comment {
  width: 49.33vw;
  margin-left: auto;
  margin-right: 11.2vw;
}
.bright_t_comment p {
  font-size: 2.13vw;
  line-height: 4.26vw;
  text-align: left;
  color: #504b4a;
}

.bright_top2 {
  width: 69.33vw;
  position: relative;
  margin: 15.6vw auto 0;
}
.bright_top2 .bright_t2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.66vw;
}
.bright_top2 .bright_t2 img {
  width: 22.66vw;
}
.bright_top2 .bright_t2_image {
  position: absolute;
  width: 5.33vw;
  left: 0;
  top: -4.4vw;
}

.bright_01 {
  margin-top: 28vw;
}
.bright_01 .bright_01_1 {
  position: relative;
}
.bright_01 .bright_01_1 .bright_01_2 {
  border-bottom: 2.66vw solid #978826;
  text-align: center;
}
.bright_01 .bright_01_1 .bright_01_2 img {
  width: 95%;
}
.bright_01 .bright_01_1 .bright_more {
  position: absolute;
  bottom: 1.6vw;
  right: 1.6vw;
  width: 6.66vw;
}
.bright_01 .bright_01_1 .bright_more img {
  width: 100%;
}
.bright_01 .bright_01_3 {
  margin-top: 0.93vw;
  display: flex;
  justify-content: space-between;
}
.bright_01 .bright_01_3 img {
  width: 50vw;
}
.bright_01 .bright_01_3 .bright_01_4 {
  width: 49.06vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bright_02 {
  margin-top: 1.33vw;
}
.bright_02 .bright_02_1 {
  border-bottom: 2.66vw solid #978826;
  text-align: center;
}
.bright_02 .bright_02_1 img {
  width: 95%;
}
.bright_02 .bright_02_2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bright_02 .bright_02_2 .swiper-wrapper {
  width: 100%;
}
.bright_02 .bright_02_2 .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 0 0 2.66vw;
}
.bright_02 .bright_02_2 .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}
.bright_02 .bright_02_2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #231815;
}
.bright_02 .bright_02_2 .bright_more {
  position: absolute;
  bottom: 1.6vw;
  right: 1.6vw;
  z-index: 999;
  width: 6.66vw;
}
.bright_02 .bright_02_2 .bright_more img {
  width: 100%;
}

.bright_03 {
  margin-top: 1.33vw;
}
.bright_03 .bright_03_1 {
  border-bottom: 2.66vw solid #978826;
  text-align: center;
}
.bright_03 .bright_03_1 img {
  width: 95%;
}
.bright_03 .bright_03_2 {
  position: relative;
}
.bright_03 .bright_03_2 .bright_more {
  position: absolute;
  bottom: 1.6vw;
  right: 1.6vw;
  width: 6.66vw;
}
.bright_03 .bright_03_2 .bright_more img {
  width: 100%;
}
.bright_03 .bright_03_3 {
  margin-top: 0.66vw;
  display: flex;
  gap: 0.66vw;
  justify-content: space-between;
}
.bright_03 .bright_03_3 img {
  width: 32.8866666667vw;
}

.bright_04 {
  margin-top: 1.33vw;
}
.bright_04 .bright_04_1 {
  border-bottom: 2.66vw solid #978826;
  text-align: center;
}
.bright_04 .bright_04_1 img {
  width: 95%;
}
.bright_04 .bright_04_2 {
  position: relative;
}
.bright_04 .bright_04_2 .bright_more {
  position: absolute;
  bottom: 1.6vw;
  right: 1.6vw;
  width: 6.66vw;
}
.bright_04 .bright_04_2 .bright_more img {
  width: 100%;
}
.bright_04 .bright_04_3 img {
  width: 100%;
  margin-top: 1.06vw;
}

.bright_credit {
  margin-top: 24.66vw;
  margin-left: 8.66vw;
  width: 50vw;
}
.bright_credit .bright_credit01 {
  font-size: 2vw;
  letter-spacing: 0.5px;
  padding-bottom: 4.53vw;
  color: #504b4a;
  font-weight: 500;
  line-height: 1;
}
.bright_credit .bright_credit02 {
  font-size: 1.6vw;
  letter-spacing: 0.5px;
  color: #504b4a;
  line-height: 1;
  margin-bottom: 2vw;
}

.bright_all_p {
  padding-top: 24vw;
  padding-bottom: 24vw;
  margin: 0 auto;
  width: 34.66vw;
}
.bright_all_p img {
  width: 100%;
}/*# sourceMappingURL=smart.css.map */



/* contents page ----------------------- */
#content_page #content_block {
  width: 94vw;
  margin: 0 auto;
}
#content_page #content_block img {
  width: 100%;
  vertical-align: bottom;
}

.content_ttl {
  font-size: 2.4vw;
  padding-left: calc(2.4vw + 25px);
  letter-spacing: normal;
  position: relative;
  margin: 0 auto;
}
.content_ttl::before {
  content: "";
  width: 1.5px;
  background-color: #000;
  height: 100%;
  position: absolute;
  left: 25px;
  top: 0;
}

.content_top {
  margin-top: 6.93vw;
}
.content_top a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content_top a .content_text {
  font-size: 2.66vw;
  width: 36%;
  padding: 0 4.66vw;
  text-align: center;
}
.content_top a .content_pc_img {
  display: none;
}
.content_top a .content_sp_img {
  width: 64%;
}

.content_wrapper {
  margin-top: 13.33vw;
  margin-bottom: 20vw;
  display: flex;
  flex-wrap: wrap;
  gap: 4.26vw 1.33vw;
}
.content_wrapper li {
  width: calc((100% - 1.33vw) / 2);
}
.content_wrapper li .content_pc_img {
  display: none;
}
.content_wrapper li img {
  width: 100%;
}
.content_wrapper li p {
  margin-top: 1.6vw;
  font-size: 2.4vw;
  line-height: 1.4;
  font-weight: 500;
}/*# sourceMappingURL=smart.css.map */




/* store infomation ----------------------- */
#storeinfo #shop_block {
  width: 86vw;
  margin: 0 auto;
}

.shop_info_ttl {
  width: 94%;
  font-size: 2.4vw;
  padding-left: calc(2.4vw + 25px);
  letter-spacing: normal;
  position: relative;
}
.shop_info_ttl::before {
  content: "";
  width: 1.5px;
  background-color: #000;
  height: 100%;
  position: absolute;
  left: 25px;
  top: 0;
}

.store_content {
  display: flex;
  flex-direction: column;
  letter-spacing: normal;
}
.store_content .shop_ttl {
  font-size: 3.33vw;
  font-weight: 500;
  text-align: left;
  order: 2;
  margin-top: 4.8vw;
}
.store_content .store_swiper {
  margin-top: 5.33vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  order: 1;
}
.store_content .store_swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

#storeinfo .store_wrapper {
  margin-top: 4.8vw;
  width: 50vw;
  margin-left: auto;
  letter-spacing: normal;
  order: 3;
}
#storeinfo .store_wrapper li {
  font-size: 2.4vw;
  line-height: 2;
}
#storeinfo .store_wrapper li span {
  opacity: 0.5;
  font-size: 1.73vw;
  padding-right: 5px;
}
#storeinfo .store_wrapper .store_site {
  margin-top: 2.66vw;
}




/* touch your 01 ----------------------- */
.font_plus-jakarta-sans {
  font-family: "Plus Jakarta Sans", serif;
}

.touch_font {
  letter-spacing: normal;
  line-height: 2;
  color: #221815;
  font-weight: 400;
}

.touch_your_1 {
  max-width: 100%;
}

.touch_your_1 img {
  width: 100%;
  vertical-align: bottom;
}

.touch_your_1 .touch_top {
  margin-top: 45.33vw;
  margin-left: auto;
  margin-right: auto;
  width: 90.66vw;
  position: relative;
}
.touch_your_1 .touch_top .touch_t_img {
  position: absolute;
  top: 81.33vw;
  right: 4.66vw;
  width: 52.66vw;
}

.touch_1_profile {
  padding: 6.26vw 9.33vw 7.2vw;
}
.touch_1_profile p:nth-child(1) {
  font-size: 6vw;
  font-weight: 300;
  line-height: 1;
}
.touch_1_profile p:nth-child(2) {
  margin-top: 2.66vw;
  font-size: 2.66vw;
  font-weight: 300;
}
.touch_1_profile p:nth-child(3) {
  margin-top: 4.66vw;
  font-size: 2.4vw;
  font-weight: 400;
  letter-spacing: 1px;
}

.touch_1_1 {
  padding-left: 3.06vw;
  position: relative;
  padding-bottom: 8.66vw;
}
.touch_1_1 img {
  width: 77.33vw;
  border: 1.33vw #d1dc15 solid;
}
.touch_1_1 p {
  position: absolute;
  top: 0;
  right: 6.93vw;
  writing-mode: vertical-lr;
  font-size: 5.33vw;
  font-weight: 400;
  letter-spacing: normal;
  color: #221815;
}

.touch_1_2 {
  width: 93.33vw;
  margin: 0 auto;
  padding-bottom: 6vw;
  position: relative;
}
.touch_1_2 .touch_1_2_text {
  position: absolute;
  width: 38.93vw;
  top: 2vw;
  left: 2vw;
}

.touch_c_text {
  width: 85.86vw;
  margin: 0 auto 8vw;
  letter-spacing: normal;
  line-height: 1.5;
}
.touch_c_text .q_ttl {
  padding-left: 1.6vw;
  padding-right: 1.6vw;
  font-size: 1.86vw;
  line-height: 2;
  background: #000;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 1px;
}
.touch_c_text .q_ttl span {
  font-size: 2.66vw;
  font-weight: 600;
  padding: 0 0.26vw;
}
.touch_c_text .c_ttl {
  margin-top: 2.66vw;
  font-size: 3.06vw;
  font-weight: 500;
}
.touch_c_text .c_text {
  margin-top: 2.66vw;
  font-size: 2.66vw;
  font-weight: 400;
}

.touch_1_3_img {
  width: 93.33vw;
  height: 58.13vw;
  margin: 0 auto 4.8vw;
  position: relative;
}
.touch_1_3_img .t3_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 41.6vw;
}
.touch_1_3_img .t3_02 {
  position: absolute;
  top: 2.93vw;
  right: 0;
  width: 26.66vw;
}
.touch_1_3_img .t3_03 {
  position: absolute;
  top: 26.13vw;
  left: 44.53vw;
  width: 40vw;
}

.touch_1_4_img {
  width: 94.66vw;
  margin: 0 auto 4.8vw;
}

.touch_s_text {
  margin: 5.33vw auto 0;
  width: 84vw;
}
.touch_s_text .c_text_s {
  font-size: 2.4vw;
}

.touch_credit {
  margin-top: 10.66vw;
  padding-left: 6.66vw;
  font-weight: 400;
}
.touch_credit .touch_c_under {
  font-size: 2vw;
}

.touch_c_end {
  margin: 15.2vw auto;
  width: 85.33vw;
  border-top: #221815 1px solid;
}
.touch_c_end .touch_c_border {
  margin-top: 15.2vw;
  text-align: center;
  font-size: 2vw;
}

.touch_swiper {
  max-width: 100%;
  overflow: hidden;
}

.touch_swiper .swiper-pagination {
  padding-top: 0;
}/*# sourceMappingURL=smart.css.map */




/* touch your top page ----------------------- */
.touch_your_top {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: normal;
  padding-top: 16vw;
  padding-bottom: 46.66vw;
}
.touch_your_top img {
  width: 100%;
  vertical-align: bottom;
}

.touch_t_logo {
  width: 48vw;
  margin: 0 auto;
}

.touch_t_text {
  margin-top: 6.66vw;
  font-size: 2.4vw;
  line-height: 1.6;
  text-align: center;
  font-weight: 400;
}

.touch_your_content {
  display: flex;
  flex-wrap: wrap;
  max-width: 88vw;
  margin: 10.66vw auto 0;
}
.touch_your_content li {
  width: 50%;
  padding-bottom: 4vw;
}
.touch_your_content li:nth-child(odd) {
  border-bottom: #000 1px solid;
  border-right: #000 1px solid;
}
.touch_your_content li:nth-child(odd) .t_y_img {
  padding: 3.73vw 4vw 0px 1.06vw;
}
.touch_your_content li:nth-child(odd) .t_y_img .t_y_wrapper {
  position: relative;
  width: 100%;
}
.touch_your_content li:nth-child(even) {
  border-bottom: #000 1px solid;
}
.touch_your_content li:nth-child(even) .t_y_img {
  padding: 3.73vw 1.06vw 0px 4vw;
}
.touch_your_content li:nth-child(even) .t_y_img .t_y_wrapper {
  position: relative;
  width: 100%;
}
.touch_your_content li:nth-of-type(1) {
  border-top: #000 1px solid;
}
.touch_your_content li:nth-of-type(2) {
  border-top: #000 1px solid;
}
.touch_your_content li .touch_ttl_text {
  text-align: center;
  margin-top: 2.66vw;
  font-size: 2vw;
}
.touch_your_content li .touch_ttl_text span {
  padding-left: 0.8vw;
  font-size: 2.4vw;
  font-weight: 500;
}
.touch_your_content li .touch_ttl_name {
  text-align: center;
  margin-top: 2.66vw;
  line-height: 1.2;
  font-size: 1.86vw;
}

.touch_coming_soon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.touch_coming_soon p {
  color: #fff;
  font-size: 2.66vw;
  font-weight: 500;
}/*# sourceMappingURL=smart.css.map */

/* touch your 02 ----------------------- */
p.touch_2_1_t {
  font-size: 4.26vw;
  top: -2.93vw;
}

.touch_2_1 img {
  border: 1.33vw #ab6fac solid;
}/*# sourceMappingURL=smart.css.map */



/* novelty_2504 ----------------------- */
.cormorant-garamond {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.shippori-mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.novelty_2504 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: normal;
}
.novelty_2504 img {
  width: 100%;
  vertical-align: bottom;
}

.novelty_2504 {
  padding-bottom: 36%;
}
.novelty_2504 .novelty_index {
  padding-top: 13%;
}
.novelty_2504 .novelty_index ul {
  width: 82%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.novelty_2504 .novelty_index ul .novelty_index_left .novelty_ttl {
  font-size: 4.66vw;
}
.novelty_2504 .novelty_index ul .novelty_index_left .novelty_txt {
  margin-top: 12%;
  font-size: 3vw;
  line-height: 1.4;
}
.novelty_2504 .novelty_index ul .novelty_index_right .date_ttl {
  font-size: 4vw;
}
.novelty_2504 .novelty_top {
  padding-top: 5%;
  width: 82%;
  margin: 0 auto;
}
.novelty_2504 .novelty_top .novelty_top_t {
  text-align: center;
  margin-top: 8.85%;
  font-size: 1.9vw;
  line-height: 1.6;
}
.novelty_2504 .novelty_01 {
  padding-top: 11.42%;
}
.novelty_2504 .novelty_01 ul {
  width: 86.5%;
  margin: 0 auto;
  display: flex;
  gap: 0.47vw;
  justify-content: space-between;
}
.novelty_2504 .novelty_01 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.novelty_2504 .novelty_01 ul li p {
  font-size: 2.28vw;
  width: clamp(0px, 11vw, 123px);
}
.novelty_2504 .novelty_01 ul li p:nth-child(2) {
  text-align: right;
}
.novelty_2504 .novelty_01 ul li .novelty_01_image {
  width: clamp(0px, 32vw, 335px);
  height: auto;
}
.novelty_2504 .novelty_02 {
  margin-top: 18%;
  width: 95.7%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.novelty_2504 .novelty_02 p:nth-child(1) {
  text-align: center;
  font-size: 3vw;
  font-weight: 500;
}
.novelty_2504 .novelty_02 p:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.76vw;
  font-weight: 500;
}
.novelty_2504 .novelty_03 {
  padding-top: 2.85%;
  width: 95.7%;
  margin: 0 auto;
}
.novelty_2504 .novelty_03 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.18% 0.19%;
}
.novelty_2504 .novelty_03 ul li p {
  margin-top: 3%;
  font-size: 1.85vw;
  text-align: center;
}
.novelty_2504 .novelty_04 {
  padding-top: 13.5%;
}
.novelty_2504 .novelty_04 p {
  font-size: 1.6vw;
  line-height: 1.4;
  text-align: center;
}
.novelty_2504 .novelty_05 {
  margin-top: 11.4%;
  width: 84.7%;
  margin-left: auto;
  margin-right: auto;
  border: 0.09vw solid #000;
}
.novelty_2504 .novelty_05 ul {
  padding: 3.33%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4.8%;
}
.novelty_2504 .novelty_05 ul li:nth-child(1) {
  width: 46%;
}
.novelty_2504 .novelty_05 ul li:nth-child(2) {
  width: 49%;
}
.novelty_2504 .novelty_05 ul li:nth-child(2) p:nth-child(1) {
  font-size: 4vw;
  font-weight: 500;
}
.novelty_2504 .novelty_05 ul li:nth-child(2) p:nth-child(2) {
  margin-top: 6.5%;
  font-size: 2.09vw;
  line-height: 1.4;
}
.novelty_2504 .novelty_05 ul li:nth-child(2) p:nth-child(3) {
  margin-top: 20%;
  font-size: 1.61vw;
}
.novelty_2504 .novelty_05 ul li:nth-child(2) p:nth-child(4) {
  margin-top: 6.25%;
  font-size: 1.52vw;
  line-height: 1.6;
  font-weight: 600;
}
.novelty_2504 .novelty_05 ul li:nth-child(2) p:nth-child(5) {
  font-size: 1.52vw;
  line-height: 1.6;
}
.novelty_2504 .novelty_06 {
  padding-top: 14%;
  text-align: center;
}
.novelty_2504 .novelty_06 p {
  display: inline;
  font-size: 3.04vw;
  border-bottom: 0.09vw solid #000;
  font-weight: 500;
}/*# sourceMappingURL=smart.css.map */




/* sale for members ---------------------------------------------------- */
.font_zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.font_inter {
  font-family: "Inter", sans-serif;
}

.sale_for_members {
  width: 100%;
  margin: 0 auto;
}

.sale_for_members img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sale_for_members a {
  color: inherit;
  text-decoration: none;
}

.sale_for_members .sale_for_img {
  padding-top: 24.4vw;
  width: 85.33%;
  margin-left: auto;
  margin-right: auto;
}

.sale_for_members .txt_01 {
  padding-top: 8vw;
  font-size: 3.2vw;
  letter-spacing: normal;
  text-align: center;
}

.sale_for_members .txt_02 {
  margin-top: 3.06vw;
  font-size: 4.13vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: normal;
}

.sale_for_members .txt_03 {
  font-size: 2.13vw;
  text-align: center;
  letter-spacing: normal;
  line-height: 1.8;
  padding: 2.66vw 8.93vw;
  border: 1px #221815 solid;
  font-weight: 420;
}

.sale_for_members .text_border {
  margin-top: 9.33vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sale_for_members .txt_04 {
  margin-top: 8.8vw;
  font-size: 3.46vw;
  letter-spacing: normal;
  text-align: center;
}

.sale_for_members .txt_area {
  margin-top: 6.26vw;
  width: 44.8%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.66vw;
  margin-left: auto;
  margin-right: auto;
}

.sale_for_members .txt_area li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8.66vw;
}

.sale_for_members .txt_area li .txt_05 {
  width: 45%;
}

.sale_for_members .txt_area li .txt_06 {
  font-size: 3.06vw;
  letter-spacing: normal;
}

.sale_for_members .txt_area li .txt_06 span {
  font-size: 2.53vw;
  letter-spacing: normal;
}

.sale_for_members .txt_07 {
  margin-top: 5.33vw;
  font-size: 2.26vw;
  text-align: center;
  letter-spacing: normal;
}

.sale_for_members .txt_07 span {
  font-weight: 500;
}

.sale_for_members .txt_08 {
  text-align: center;
  margin-top: 8vw;
  font-size: 1.73vw;
  letter-spacing: normal;
  line-height: 1.8;
}

.sale_for_members .txt_09 {
  text-align: center;
  font-weight: 500;
  margin-top: 10.93vw;
  font-size: 2.66vw;
  letter-spacing: normal;
  line-height: 1.6;
}

.sale_for_members .text_under_l {
  margin-top: 8vw;
  text-align: center;
  margin-bottom: 16.26vw;
}

.sale_for_members .text_under_l .txt_10 {
  display: inline-block;
  font-size: 2.8vw;
  letter-spacing: normal;
  line-height: 1.4;
  border-bottom: 1px solid #000;
}/*# sourceMappingURL=smart.css.map */




/* touch your 03 ----------------------- */


.touch_your_1 .touch_top .touch_t_img_3 {
  position: absolute;
  top: 94.66vw;
  right: 4.66vw;
  width: 61.6vw;
}

.touch_your_1 .touch_3_1 p {
  position: absolute;
  top: 2.93vw;
  right: 2.93vw;
  writing-mode: vertical-lr;
  font-size: 4.66vw;
  font-weight: 400;
  letter-spacing: normal;
  color: #221815;
  line-height: 1.4;
}

.touch_1_2 .touch_3_2_text {
  position: absolute;
  width: 39.33vw;
  top: 35.73vw;
  left: 2vw;
}

.touch_3_1 img{
      border: 1.33vw #d9ce3d solid;
}


/* 画像横並び(2or3) ----------------------- */


ul.img_flex_ps {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  gap: 2.4vw 1.6vw;
  justify-content: center;
}

ul.img_flex_ps li img {
  width: 100%;
}

ul.img_flex_ps li .img_under_comment {
  margin-top: 10px;
  text-align: left;
  font-size: 1.86vw;
  line-height: 1.2;
  padding: 0 1.6vw;
}

ul.img_flex_ps.sp_col2 li {
  width: calc((100% - 1.6vw) / 2);
}

ul.img_flex_ps.sp_col3 li {
  width: calc((100% - 3.2vw) / 3);
}

ul.pd_l_r{
  padding-left: 1.6vw;
  padding-right: 1.6vw;
}


/* 31people top page ----------------------- */
.people_top_wrapper .zen_gothic_antique {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
}

.people_top_wrapper .jetbrains_mono {
  font-family: "JetBrains Mono", monospace;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
}

.people_top_wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 30% 0 20%;
}

.people_top_wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.people_top_wrapper a {
  color: inherit;
  text-decoration: none;
}

.people_top_wrapper .people_top_image {
  width: 57%;
  margin: 0 auto;
  position: relative;
}
.people_top_wrapper .people_top_image h2.people_top_title {
  position: absolute;
  width: 76%;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
}
.people_top_wrapper .people_top_text {
  margin-top: 7.8%;
  text-align: center;
  font-size: clamp(0px, 1.9vw, 20px);
  line-height: 2;
  color: #b2913e;
}

.profile_images_outer {
  margin-top: 7.8%;
  padding: 0 5.7%;
  display: grid;
  gap: 5.3%;
  row-gap: clamp(0px, 3.8vw, 40px);
  grid-template-columns: repeat(3, 1fr);
}
.profile_images_outer .comingsoon_inner {
  position: relative;
}
.profile_images_outer .comingsoon_inner .p_coming_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: grid;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(0px, 1.33vw, 14px);
}
.profile_images_outer .profile_w_names {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #b2913e;
  margin-top: 4%;
}
.profile_images_outer .profile_w_names .profile_date {
  font-size: clamp(0px, 1.238vw, 13px);
  text-align: left;
  line-height: 1.4;
}
.profile_images_outer .profile_w_names h3 {
  text-align: right;
  font-size: clamp(0px, 1.33vw, 14px);
  line-height: 1.5;
}
.profile_images_outer .profile_w_names h3 span {
  font-size: clamp(0px, 1.52vw, 16px);
  font-weight: 700;
}

/* 31people 個別ページ ----------------------- */
.people31_container .zen_gothic_antique {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  color: #444444;
}

.people31_container .jetbrains_mono {
  font-family: "JetBrains Mono", monospace;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  color: #444444;
}

.people31_container {
  width: 100%;
  margin: 0 auto;
  padding: 13% 0 57%;
}

.people31_container img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.people31_container a {
  color: inherit;
  text-decoration: none;
}

.people31_container .people31_top_img01 {
  width: 100%;
}
.people31_container .people31_top_txt {
  margin-top: 7.9%;
  text-align: center;
}
.people31_container .people31_top_txt h2 {
  font-size: clamp(0px, 2vw, 22px);
  line-height: 1.8;
}
.people31_container .people31_top_txt h2 span {
  font-size: clamp(0px, 2.47vw, 26px);
  font-weight: 500;
}
.people31_container .people31_top_txt p {
  margin-top: 5.7%;
  font-size: clamp(0px, 2vw, 22px);
  line-height: 1.8;
}
.people31_container .people31_top_txt p a {
  color: #444444;
  text-decoration: underline;
  text-underline-offset: 0.38vw;
  text-decoration-thickness: 0.5px;
}
.people31_container .people31_profile_txt {
  margin-top: 9.52%;
  text-align: center;
}
.people31_container .people31_profile_txt p.jetbrains_mono {
  font-size: clamp(0px, 2vw, 22px);
  line-height: 1.8;
}
.people31_container .people31_profile_txt p.zen_gothic_antique {
  font-size: clamp(0px, 1.9vw, 20px);
  line-height: 1.8;
}
.people31_container .people31_img02 {
  width: 64.76%;
  margin: 2.85% auto 0;
}
.people31_container .people31_img02 .people31_item_credit {
  margin-top: 1.9%;
}
.people31_container .people31_img02 .people31_item_credit p {
  font-size: clamp(0px, 1.7vw, 18px);
  font-weight: 400;
  line-height: 1.4;
}
.people31_container .people31_img02 .people31_item_credit p span {
  font-size: clamp(0px, 1.33vw, 14px);
}
.people31_container .people31_img02 .people31_item_credit p a {
  color: #444444;
  text-decoration: underline;
  text-underline-offset: 0.38vw;
  text-decoration-thickness: 0.5px;
}
.people31_container .people31_item_styling {
  margin-top: 4.95%;
  width: 76.76%;
  margin-left: auto;
}
.people31_container .people31_item_styling .styling_img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25%;
}
.people31_container .people31_item_styling .item_styling_comment {
  margin-top: 3.8%;
  padding: 0 2.85%;
}
.people31_container .people31_item_styling .item_styling_comment p.jetbrains_mono {
  font-size: clamp(0px, 2vw, 22px);
  line-height: 1.8;
}
.people31_container .people31_item_styling .item_styling_comment p.zen_gothic_antique {
  font-size: clamp(0px, 1.9vw, 20px);
  line-height: 1.6;
}
.people31_container .people31_last_img {
  margin-top: 10.47%;
  width: 47.6%;
  margin-left: 6%;
}
.people31_container .people31_pagenation {
  margin: 9% auto 0;
  width: 89%;
  display: flex;
  justify-content: space-between;
}
.people31_container .people31_pagenation p {
  font-size: clamp(0px, 2vw, 22px);
}/*# sourceMappingURL=smart.css.map */




/* touch your 04 ----------------------- */
.touch_your_1 .touch_t_img.touch_t_img_4 {
  top: 6vw;
  width: 48.8vw;
}
.touch_your_1 .touch_4_1 img {
  border: 1.33vw #3d9d37 solid;
}
.touch_your_1 .touch_4_2_text {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 35.73vw;
}
.touch_your_1 .touch_1_1 .touch_4_1_t {
  font-size: 4.66vw;
}
.touch_your_1 .touch_1_1 .touch_4_2_t {
  font-size: 4.66vw;
  right: 13.33vw;
  top: 44.53vw;
}/*# sourceMappingURL=smart.css.map */



/* outer_251112 ----------------------- */
.outer-2511 {
  max-width: 100%;
  margin: 0 auto;
  padding: 36% 0 41%;
}

.outer-2511 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.outer-2511 a {
  color: inherit;
  text-decoration: none;
}

.outer-2511 .outer-top {
  width: 100%;
}
.outer-2511 .outer-top img {
  margin-bottom: 14.28%;
}
.outer-2511 .outer-top .outer-top__intro {
  font-size: 2.85vw;
  color: #221815;
  line-height: 2;
  text-align: center;
  margin-bottom: 14.28%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}
.outer-2511 .outer-content .content__image {
  width: 93%;
  margin: 0 auto;
}
.outer-2511 .outer-content .product__name {
  font-size: 3.14vw;
  color: #221815;
  padding: 0.95vw 0 1.7vw 0;
}
.outer-2511 .outer-content .product__name a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #7c7672;
  text-underline-offset: 0.76vw;
}
.outer-2511 .outer-content .content__credit {
  display: flex;
  flex-wrap: wrap;
  gap: 7.8%;
  row-gap: 1.9vw;
  font-size: 1.9vw;
  font-weight: 500;
  color: #221815;
  padding: 1.9vw 1.9vw 0 1.9vw;
}
.outer-2511 .outer-content .content__credit a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #7c7672;
  text-underline-offset: 0.57vw;
}
.outer-2511 .outer-content .content__credit span {
  font-size: 1.6vw;
  font-weight: 400;
}
.outer-2511 .outer-content .content-first {
  margin-bottom: 12.38%;
}
.outer-2511 .outer-content .content-first .product__name {
  text-align: center;
}
.outer-2511 .outer-content .content-first .content__image--flex {
  display: flex;
}
.outer-2511 .outer-content .content-first .content__image--flex img {
  width: 50%;
}
.outer-2511 .outer-content .content-second {
  margin-bottom: 19%;
}
.outer-2511 .outer-content .content-second .product__name {
  text-align: right;
}
.outer-2511 .outer-content .content-second .content__image--flex {
  display: grid;
  grid-template-columns: 64% 36%;
}
.outer-2511 .outer-content .content-third {
  margin-bottom: 21%;
}
.outer-2511 .outer-content .content-third .content__image--column .column__top {
  width: 45%;
  margin: 0 auto 2.47%;
}
.outer-2511 .outer-content .content-third .content__image--column .column__bottom {
  width: 74%;
  margin: 0 auto;
}
.outer-2511 .outer-content .content-fourth {
  margin-bottom: 23%;
}
.outer-2511 .outer-content .content-fourth .product__name {
  text-align: right;
}
.outer-2511 .outer-content .content-fourth .content__image--flex {
  display: grid;
  grid-template-columns: 36% 64%;
}
.outer-2511 .outer-content .content-fifth {
  margin-bottom: 19.5%;
}
.outer-2511 .outer-content .content-fifth .product__name {
  text-align: center;
}
.outer-2511 .outer-content .content-fifth .content__image--flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.outer-2511 .outer-content .content-final .content__image--final {
  margin: 0 auto;
  width: 88%;
}
.outer-2511 .outer-content .content-final .content__image--final img {
  margin-bottom: 14%;
}
.outer-2511 .outer-content .content-final .content__image--final .more__btn {
  font-size: 2.19vw;
  color: #221815;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15%;
}
.outer-2511 .outer-content .content-final .content__image--final .more__btn a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #7c7672;
  text-underline-offset: 0.38vw;
}
.outer-2511 .outer-content .content-final .content__credit--top {
  font-size: 2vw;
  font-weight: 400;
  color: #221815;
  text-align: center;
  margin-bottom: 15%;
}
.outer-2511 .outer-content .content-final .content__credit--top a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #7c7672;
  text-underline-offset: 0.57vw;
}
.outer-2511 .outer-content .content-final .content__credit--bottom {
  display: flex;
  justify-content: space-between;
  padding: 0 4.76vw;
  font-size: 1.6vw;
  font-weight: 300;
  color: #221815;
}
.outer-2511 .outer-content .content-final .content__credit--bottom a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #7c7672;
  text-underline-offset: 0.57vw;
}
.outer-2511 .content__image {
  position: relative;
}
.outer-2511 .content__image .content__name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 3.6vw;
}
.outer-2511 .content-first .content__name {
  left: 2.85vw;
}
.outer-2511 .content-second .content__name {
  right: 2.85vw;
}
.outer-2511 .content-third .content__name {
  right: 2.85vw;
  color: #000;
}
.outer-2511 .content-fourth .content__name {
  left: 2.85vw;
  color: #000;
}
.outer-2511 .content-fifth .content__name {
  left: 2.85vw;
}/*# sourceMappingURL=smart.css.map */



/* touch your 05 ----------------------- */
.touch_your_1 .touch_t_img.touch_t_img_5 {
  top: 97.33vw;
  width: 56vw;
}
.touch_your_1 .touch_5_1 img {
  width: 80vw;
  border: 1.33vw #595b5b solid;
}
.touch_your_1 .touch_1_1 .touch_5_1_t {
  margin-top: 3.73vw;
  font-size: 4.66vw;
}/*# sourceMappingURL=smart.css.map */