@charset "UTF-8";
/* variable ------------------------- */
body {
  font-size: 14px;
  line-height: 175%;
}

img {
  width: auto;
}

.hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  filter: alpha(opacity=100);
  opacity: 1;
  outline: none;
}

.hover:hover {
  opacity: 0.7;
}

.img_hover a img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  filter: alpha(opacity=100);
  opacity: 1;
  outline: none;
}

.img_hover a img:hover {
  opacity: 0.7;
}

.link_hover a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  filter: alpha(opacity=100);
  opacity: 1;
  outline: none;
}

.link_hover a:hover {
  opacity: 0.7;
}

.test {
  text-align: center;
}

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

.alle_btn a, .alle_btn input {
  height: 70px;
  line-height: 70px;
  width: 100%;
  max-width: 100%;
  font-size: 1.04vw;
}

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

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

.reverse_pc {
  flex-direction: row-reverse;
}

/* lp ---------------- */
.lp_w_pc {
  width: 91.6%;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
}

.sp_only {
  display: none;
}

.page_link_pc {
  padding-top: 120px;
  margin-top: -120px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contents_mg01 {
  margin-top: 70px;
}

.ttl {
  font-size: 1.3vw;
}

/* 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;
  /*	display: none;*/
}

.menu-trigger {
  position: absolute;
  width: 28px;
  height: 30px;
  left: 25px;
  top: 20px;
  z-index: 100;
  cursor: pointer;
}

.menu-trigger_fix {
  top: 20px;
}

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

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

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

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

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

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

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

.gheader {
  position: relative;
  height: 80px;
  margin-bottom: 10.44vw;
}
.gheader .logo {
  width: 80px;
  padding-top: 25px;
}

.head_icon {
  position: absolute;
  right: 5%;
  top: 25px;
}
.head_icon li {
  width: 21px;
  margin-left: 30px;
}
.head_icon .num {
  width: 21px;
  top: 20px;
  font-size: 12px;
}

.swiper-pagination {
  margin-top: 30px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  margin: 0 7px !important;
}

.index_cat {
  font-size: 20px;
}
.index_cat li {
  margin: 50px 30px 0;
}

.index_cat01 {
  padding-top: 50px;
}

.item_list li {
  width: 24.85%;
  margin-right: 0.2%;
  font-size: 1vw;
  margin-top: 120px;
}
.item_list li .price {
  margin-left: 10px;
  margin-right: 10px;
}
.item_list li .name {
  margin: 30px 10px 20px;
}
.item_list li:nth-child(4n) {
  margin-right: 0;
}
.item_list .list_status p {
  margin-left: 10px;
  margin-top: 10px;
}

.index_ranking_area, .index_info_area {
  padding-top: 50px;
}
.index_ranking_area .ttl, .index_info_area .ttl {
  margin-left: 25px;
}
.index_ranking_area .index_ranking, .index_info_area .index_ranking {
  margin-top: 50px;
}
.index_ranking_area .rank_num, .index_info_area .rank_num {
  font-size: 20px;
  margin-top: 30px;
}

.info_list {
  margin-left: 25px;
  margin-right: 70px;
  margin-top: 50px;
}
.info_list li {
  font-size: 1.4vw;
  line-height: 160%;
}
.info_list li .img {
  width: 250px;
  margin-right: 140px;
}

.index_more_btn {
  text-align: right;
  margin-top: 5.2vw;
  margin-right: 20px;
  font-size: 1vw;
}
.news_letter h2::after {
  transform: rotate(0deg);
}

.news_letter h2.tgl_on::after {
  transform: rotate(0deg) !important;
}

.news_letter h2::after {
  transform: rotate(0deg);
}

.news_letter h2.tgl_on::after {
  transform: rotate(0) !important;
}

.gfooter {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.gfooter .footer_nav_area {
  display: flex;
}
.gfooter .footer_nav {
  width: 350px;
}
.gfooter .footer_nav h2 {
  font-size: 1vw;
  cursor: pointer;
}
.gfooter .footer_nav h2::after {
  width: 12px;
  height: 12px;
  right: -25px;
  top: 3px;
}
.gfooter .footer_nav ul {
  font-size: 0.88vw;
  display: none;
}
.gfooter .footer_nav ul li {
  margin-top: 40px;
  font-size: 0.7vw;
}
.gfooter .icon_insta {
  width: 15px;
  margin-top: 100px;
}
.gfooter .copy {
  font-size: 11px;
  margin-top: 30px;
}

/* gnav ---------------- */
.gnav_area {
  width: 100%;
  max-width: 870px;
  z-index: 2000;
  padding-top: 3.38vw;
  position: fixed;
  overflow-x: auto;
  left: -870px;
}
.gnav_area .gnav_inner {
  padding: 0 3.64vw 3.64vw;
}
.gnav_area #global_nav_search {
  width: 600px;
  padding-bottom: 10px;
}
.gnav_area #global_nav_search input[type=image] {
  width: 38px;
}
.gnav_area .gnav_list_area {
  margin-top: 2.68vw;
}
.gnav_area .gnav_list_area .gnav_list {
  font-size: 20px;
  width: 35%;
}
.gnav_area .gnav_list_area .gnav_list > li {
  margin-top: 30px;
  display: flex;
}
.gnav_area .gnav_list_area .gnav_list .gnav_list_mg {
  margin-top: 7.81vw;
}
.gnav_area .gnav_list_area .gnav_list .gnav_list_mg02 {
  margin-top: 5.2vw;
}
.gnav_area .gnav_list_area .tgl {
  width: 150px;
  cursor: pointer;
}
.gnav_area .gnav_list_area .open {
  font-size: 15px;
  display: none;
}
.gnav_area .gnav_list_area .open li {
  margin-bottom: 10px;
}
.gnav_area .gnav_list_member {
  padding-top: 4.16vw;
}
.gnav_area .gnav_close {
  width: 50px;
  height: 50px;
  right: 5.2vw;
  top: 50px;
}
.gnav_area .gnav_close span:nth-of-type(1) {
  -webkit-transform: translateY(24.5px) rotate(-45deg);
  transform: translateY(24.5px) rotate(-45deg);
}
.gnav_area .gnav_close span:nth-of-type(2) {
  -webkit-transform: translateY(-24.5px) rotate(45deg);
  transform: translateY(-24.5px) rotate(45deg);
  width: 100%;
}

/* item ---------------- */
.item_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5%;
}
.item_wrapper .item_img_area {
  width: 53.4%;
}
.item_wrapper .item_img_area .swiper-wrapper {
  display: block;
}
.item_wrapper .item_img_area .item_img_thumb, .item_wrapper .item_img_area .item_img-pagination {
  display: none;
}
.item_wrapper .item_txt_area {
  width: 40.6%;
}

.item_name_area .item_name {
  font-size: 1.8vw;
}
.item_name_area .item_price {
  font-size: 1.8vw;
  margin-top: 2.6vw;
}

.item_detail_nav {
  font-size: 1vw;
  margin-top: 6.77vw;
  margin-bottom: 2.6vw;
}
.item_detail_nav li.active {
  padding-bottom: 3px;
}

.products_slide li {
  padding-bottom: 30px;
  font-size: 1.1vw;
  line-height: 180%;
}

.detail_size_tbl::-webkit-scrollbar {
  height: 10px;
}

.detail_size_tbl::-webkit-scrollbar-track {
  background-color: #f1f2ec;
}

.detail_size_tbl::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.products_slide_area {
  margin-bottom: 4.16vw;
}

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

.item_select {
  margin-top: 30px;
  max-width: 800px;
  font-size: 1.25vw;
}
.item_select select {
  width: 26.04vw;
  padding: 25px 0;
}
.item_select .name {
  width: calc(100% - 300px);
}

.item_cart_btn {
  font-size: 0.9vw;
  margin-top: 2.6vw;
}
.item_cart_btn a {
  height: 70px;
  line-height: 70px;
  max-width: 500px;
}

.wear_item_area {
  margin-top: 5.26vw;
  padding-top: 4.16vw;
}

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

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

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

.item_favorite_btn {
  width: 21px;
}

#item_spec_price {
  font-size: 1.8vw;
}
#item_spec_price li {
  margin-top: 2.6vw;
}

.cart_text_discount_rate {
  margin-left: 15px;
}

#cart_select {
  max-width: 800px;
}

#cart_btn_block {
  margin-top: 2.6vw;
  position: relative;
}

#cart_btn_block #cart_add p {
  font-size: 0.9vw;
}
#cart_btn_block #cart_add p a {
  height: 70px;
  line-height: 70px;
  max-width: 800px;
  position: relative;
}
#cart_btn_block #cart_add p a::after {
  height: 70px;
  line-height: 70px;
  position: absolute;
  left: 0;
  top: 0;
}

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

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

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

.sord_header {
  font-size: 1vw;
}
.sord_header .sort_tgl {
  padding-right: 30px;
  cursor: pointer;
}
.sord_header .sort_close {
  width: 28px;
  height: 30px;
}
.sord_header .sort_close span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}
.sord_header .sort_close span:nth-of-type(2) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
  width: 100%;
}

.page_btn {
  font-size: 1vw;
  margin-top: 8.85vw;
}
.page_btn strong, .page_btn a {
  margin: 0 10px;
}

/* sort ---------------- */
.sort_area {
  padding: 5.7vw 6.25vw;
}
.sort_area .sort_ttl {
  font-size: 20px;
}
.sort_area .sort_flex {
  display: flex;
  flex-wrap: wrap;
}
.sort_area .sort_flex .sortG {
  margin-right: 11.5vw;
  font-size: 16px;
  margin-top: 6.25vw;
}
.LC_Page_Coordinate_List .sort_area .sort_flex .sortG {
  margin-right: 5.5vw;
  font-size: 16px;
  margin-top: 6.25vw;
}
.sort_area .sort_flex .sortG label {
  display: block;
  margin-top: 30px;
}
.sort_area .sort_flex .sortG label input {
  margin-right: 10px;
}
.sort_area .sort_flex .sortG label img {
  display: inline-block;
  margin-left: 10px;
  width: 21px;
}
.sort_area .sort_color_area .sort_colorG:first-child {
  margin-right: 7vw;
}
.sort_area .sort_color_area label span {
  width: 90px;
}

@media screen and (max-width: 1000px) {
  .sort_color {
    width: 70%;
  }
}
.sort_btn_area p {
  margin-top: 10px;
  width: 110px;
  margin-left: calc(100% - 110px);
  box-sizing: border-box;
}
.sort_btn_area .an_btn a, .sort_btn_area .an_btn input {
  height: 42px;
  line-height: 42px;
  width: 110px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  font-weight: normal;
}

/* ec ---------------- */
.undercolumn_small {
  font-size: 0.93vw;
  line-height: 160%;
  width: 90%;
}

.ttl_ec_c {
  font-size: 1.56vw;
  padding-bottom: 3.64vw;
}

.top_order_nav {
  margin-top: 3.64vw;
  padding-bottom: 3.64vw;
  font-size: 1.3vw;
}

.top_order_nav li {
  padding: 0 15px;
}

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

.undercolumn_small {
  padding-top: 0;
}

.btn_fix_w {
  width: 100%;
}

/* 会員登録 LC_Page_Entry ---------------- */
.form_list_mypage {
  font-size: 1.04vw;
}

.form_list_mypage dt {
  margin-top: 50px;
}

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

.LC_Page_Entry .undercolumn_small {
  margin-bottom: 1vw;
}

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

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

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

.member_kiyaku_txt {
  margin-top: 70px;
}

/* ログイン ---------------- */
.login_area {
  padding-bottom: 5.2vw;
}

.txt_login01 {
  margin-top: 70px;
}

.ligon_input {
  margin-top: 50px;
}

.entry_erea_btn_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 70px;
}
.entry_erea_btn_flex p {
  width: calc(50% - 10px) !important;
}

.ligon_input input {
  font-size: 20px;
}

.login_pass_forget {
  margin-top: 20px;
}

#undercolumn_contact {
  font-size: 0.93vw;
}

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

.pass_reset_area {
  padding-bottom: 10vw;
}
.pass_reset_area .alle_btn {
  margin-top: 2vw;
}

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

.mypage_flex {
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.04vw;
  line-height: 160%;
}
.mypage_flex .mypage_cont {
  width: 65%;
  border-left: solid 1px #000;
  padding-bottom: 3.6vw;
}
.mypage_flex .mypage_nav {
  width: 35%;
}
.mypage_flex .mypage_nav li a {
  padding: 30px 0 30px 15%;
}

.mypge_welcome_box {
  width: 80%;
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.6vw;
  margin-bottom: 3.6vw;
}
.mypge_welcome_box .welcome_txt {
  font-size: 25px;
  margin-bottom: 3.6vw;
}
.mypge_welcome_box .mypage_top_point dd, .mypge_welcome_box .mypage_top_point dt {
  padding: 15px 0;
}
.mypge_welcome_box .mypage_top_point dd {
  font-size: 25px;
}

.buy_historyG {
  margin-top: 6.25vw;
}
.buy_historyG .num_eraa {
  padding: 40px 5.7vw;
}
.buy_historyG .num_eraa .shipping_status {
  font-size: 1.3vw;
  margin-bottom: 20px;
}
.buy_historyG .buy_history_item_list {
  margin: 0 20px 0 20px;
}
.buy_historyG .buy_history_item_list li {
  margin-top: 20px;
}
.buy_historyG .buy_history_item_list .img_area {
  width: 12vw;
}
.buy_historyG .buy_history_item_list .txt_area {
  width: calc(100% - 14vw);
}
.buy_historyG .buy_history_item_list .txt_area .item_name {
  font-size: 25px;
  margin-bottom: 20px;
}
.buy_historyG .more {
  width: 80%;
  margin-top: 50px;
}
.buy_historyG .more a {
  height: 3.6vw;
  line-height: 3.6vw;
}

#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: 30px;
}

/* COMPANY ---------------- */
.company_tbl {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-top: 3.6vw;
}
.company_tbl dt, .company_tbl dd {
  padding: 30px 0;
}
.company_tbl dt {
  width: 120px;
}
.company_tbl dd {
  width: calc(100% - 120px);
}

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

.cart_item_price {
  display: block;
}

.ttl_price, .ttl_subtotal {
  font-size: 70%;
}

.cart_item_flex {
  align-items: center;
}

.cart_to_favorite {
  position: absolute;
  bottom: 0;
}

.cart_sum_point_txt_area {
  margin-top: 50px;
}

.cart_sum_point_txt {
  font-size: 80%;
}

.cart_info_ttl {
  padding: 0 2.6vw;
  height: 80px;
  line-height: 80px;
}

.deliv_info .alle_btn {
  position: absolute;
  width: 26.4%;
  right: 15px;
  top: -5px;
}
.deliv_info .alle_btn a {
  height: 60px;
  line-height: 60px;
  font-size: 80%;
}

@media screen and (max-width: 1100px) {
  .cart_info_ttl {
    height: 60px;
    line-height: 60px;
  }
  .deliv_info .alle_btn a {
    height: 40px;
    line-height: 40px;
  }
}
.deliv_date_flex {
  width: 45%;
}

.deliv_date_flex .deliv_date_ttl {
  width: 35%;
  max-width: 180px;
}

.point_txt {
  margin-left: 1.3vw;
}

.select_n::before {
  top: 1em;
}

.cart_point_area {
  padding: 3.15vw 6.77vw;
  margin-bottom: 30px;
}

.cart_item_photo_inner {
  width: 100%;
}

.cart_item_photo {
  padding-left: 0;
}

.confirm_sub_tit {
  width: 20%;
}

.cart_comp {
  font-size: 1.3vw;
}

.cart_comp_txt01 {
  margin-top: 10vw;
}

.cart_comp_txt03 {
  margin-top: 6.7vw;
}

.cart_comp_line {
  padding: 4.6vw 0;
  margin: 9.8vw 0;
  width: 80%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.cart_comp_line .cart_comp_line_btn {
  width: 20vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3vw;
}

.cart_attention_mg {
  margin-left: 40px;
  margin-top: 20px;
}

/* guide ---------------- */
.guide_flex {
  flex-direction: row;
}

.guideG {
  padding: 2.6vw;
  font-size: 0.78vw;
}
.guideG .ttl_sub {
  font-size: 1.04vw;
  margin-bottom: 20px;
}
.guideG .ttl_sub02 {
  font-size: 0.9vw;
}

.guide_flex .mypage_cont {
  padding-bottom: 0;
}

/* PRIVACY POLICY ---------------- */
.default_dl_list dd {
  width: 80%;
}

.default_dl_list dt {
  width: 20%;
}

.LC_Page_Guide_Privacy .undercolumn_small {
  font-size: 0.8vw;
}

/* CONTACT ---------------- */
#undercolumn_contact {
  width: 90%;
}
#undercolumn_contact .form_list {
  max-width: none;
}

.contact_sub_ttl {
  margin-top: 5.2vw;
}

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

.contact_mg {
  margin-top: 20px;
}

.contact_mg02 {
  margin-top: 40px;
}

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

.contact_complete_txt {
  text-align: center;
}

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

.page_info_list {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* お気に入り ---------------- */
#mycontents_area .my_favorite_list_area {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 50px;
}
#mycontents_area .my_favorite_list_area .mypage_favorite_inner_list {
  width: 24.7%;
  margin-right: 0.4%;
  margin-top: 50px;
}
#mycontents_area .my_favorite_list_area .mypage_favorite_inner_list:nth-child(4n) {
  margin-right: 0;
}
#mycontents_area .my_favorite_list_area .mypage_favorite_inner_btn {
  width: 45%;
  margin-right: 0;
  margin-left: 15px;
}
@media screen and (max-width: 1365px) {
  #mycontents_area .my_favorite_list_area .mypage_favorite_inner_btn {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  #mycontents_area .my_favorite_list_area .mypage_favorite_inner_btn {
    width: 80%;
  }
}
#mycontents_area .my_favorite_list_area .mypage_favorite_inner_info {
  padding: 0 15px;
}
#mycontents_area .my_favorite_list_area .favorite_cart li a {
  padding: 3px 0 !important;
  font-size: 10px;
}

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

/* popup ---------------- */
.popup_overlay .popup_inner {
  width: 70%;
  max-width: 500px;
}
.popup_overlay .popup_close {
  right: -40px;
  top: -40px;
  font-size: 50px;
  cursor: pointer;
}

.restock_mail_btn a {
  font-size: 13px;
}

.list_status {
  font-size: 1vw;
}

.cart_comp_btn02 {
  margin-top: 50px;
}

/* comming soon ---------------- */
.cms_txt_area {
  margin: 0 clamp(20px, 2.08vw, 40px);
}

.ttl_cms {
  font-size: clamp(15px, 1.56vw, 30px);
}

.cms_txt {
  margin-top: clamp(30px, 3.125vw, 60px);
  font-size: clamp(16px, 0.937vw, 18px);
  line-height: 160%;
}

.sub_ttl_cms {
  margin: clamp(75px, 7.81vw, 150px) clamp(20px, 2.08vw, 40px) 0;
  font-size: clamp(12px, 1.25vw, 24px);
}

.cms_item_list li {
  margin-top: clamp(20px, 2.08vw, 40px);
}

/* open_novelty ---------------- */
.open_novelty_main {
  margin-bottom: clamp(120px, 11.45vw, 220px);
}
.open_novelty_main img {
  width: 100%;
}

.open_novelty .start {
  font-size: clamp(20px, 3.125vw, 60px);
  width: 73.95%;
  margin-left: auto;
  margin-right: auto;
}
.open_novelty .txt01 {
  font-size: clamp(13px, 1.4vw, 27px);
  margin-top: clamp(40px, 4.16vw, 80px);
  margin-bottom: clamp(85px, 8.85vw, 170px);
  width: 73.95%;
  margin-left: auto;
  margin-right: auto;
  line-height: 170%;
}
.open_novelty .txt02 {
  font-size: clamp(15px, 2.6vw, 50px);
  margin-top: clamp(120px, 12.5vw, 240px);
  line-height: 100%;
}
.open_novelty .txt03 {
  font-size: clamp(13px, 1.822vw, 35px);
  margin-top: clamp(15px, 1.56vw, 30px);
}
.open_novelty .open_novelty_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.open_novelty .open_novelty_flex .img_area {
  width: 62%;
}
.open_novelty .open_novelty_flex .img_area p {
  width: calc(50% - 2px);
  margin-top: 4px;
}
.open_novelty .open_novelty_flex .txt_area {
  width: calc(38% - 50px);
}
.open_novelty .open_novelty_flex .txt_area .img_explanation {
  font-size: clamp(15px, 1.56vw, 30px);
}
.open_novelty .open_novelty_flex .txt_area .img_explanation p {
  margin-top: clamp(15px, 3.62vw, 60px);
}
.open_novelty .open_novelty_flex .txt_area .txt04 {
  font-size: clamp(13px, 1.5vw, 30px);
  margin-top: clamp(100px, 19.27vw, 370px);
  line-height: 160%;
}
.open_novelty .open_novelty_flex .txt_area .txt05 {
  font-size: clamp(10px, 0.9vw, 20px);
  margin-top: clamp(80px, 8.64vw, 166px);
  line-height: 180%;
}
.open_novelty .img06 {
  margin-top: clamp(200px, 25vw, 480px);
  margin-bottom: clamp(200px, 25vw, 480px);
}

/* news ----------------------- */
.news_img {
  margin-top: 70px;
}

.news_title {
  line-height: 260%;
  font-size: 20px;
  text-align: center;
  margin-top: 100px;
  letter-spacing: 2px;
}

.news_title p {
  margin-bottom: 50px;
}

.news_txt {
  line-height: 260%;
  font-size: 20px;
  text-align: center;
  margin-top: 100px;
  letter-spacing: 2px;
}

.news_txt p {
  margin-bottom: 50px;
}

.news_txt_s {
  font-size: 16px;
}

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

.news_img2 img {
  width: 85%;
  margin: 100px auto 0 auto;
  display: block;
}

.news_btn_gray {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 60px;
  font-size: 20px;
  color: #FFF;
  margin: 120px auto 0 auto;
  background-color: #515150;
}

/* reha_pi ----------------------- */
.reha_pi_cont {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.reha_pi_cont .ttl_reha_pi {
  font-size: 40px;
  margin-top: 150px;
  margin-bottom: 90px;
}
.reha_pi_cont .txt_reha_pi {
  font-size: 20px;
  line-height: 180%;
  margin-left: 110px;
  margin-right: 110px;
  margin-bottom: 200px;
}
.reha_pi_cont .reha_pi_item {
  justify-content: space-between;
}
.reha_pi_cont .reha_pi_item li {
  width: calc(50% - 5px);
}

/* 31 people ----------------------- */
.people_31_cont {
  width: 940%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 330px;
}
.people_31_cont .p31_top_slide_area {
  margin-top: clamp(17px, 1.041vw, 20px);
}
.people_31_cont .p31_top02 {
  margin-top: clamp(20px, 1.562vw, 30px);
}
.people_31_cont .p31_top04 {
  margin-left: clamp(17px, 1.041vw, 20px);
  margin-right: clamp(17px, 1.041vw, 20px);
  margin-top: clamp(45px, 4.678vw, 90px);
  font-size: 17px;
  margin-bottom: 140px;
}

.people31 {
  width: 940%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 130px;
}
.people31 .name {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 25px;
  padding-left: 30px;
}
.people31 .name::after {
  right: 20px;
}
.people31 .name span {
  font-size: 18px;
}
.people31 .open {
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 100px;
}
.people31 .p31_txt01 {
  padding-bottom: clamp(30px, 3.125vw, 60px);
  width: 73%;
}
.people31 .p31_detail {
  margin-top: 20px;
  margin-left: 30px;
}
.people31 .p31_detail dt {
  padding-right: 40px;
}
.people31 .p31_detail dt::after {
  height: 15px;
  right: 20px;
  top: 5px;
}
.people31 .p31_detail_styling dt {
  width: 150px;
}
.people31 .p31_detail_styling dt::after {
  right: 25px;
}
.people31 .p31_detail_styling dd {
  width: calc(100% - 150px);
}
.people31 .p31_slide_area {
  margin-top: 70px;
}
.people31 .p31_slide_area .slide {
  padding-left: 30px;
  padding-right: 30px;
}
.people31 .p31_slide_area .swiper-button-next, .people31 .p31_slide_area .swiper-button-prev {
  border: solid 1px #000;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-top: -15px;
}
.people31 .p31_slide_area .swiper-button-next::after, .people31 .p31_slide_area .swiper-button-prev::after {
  font-size: 15px;
}
.people31 .p31_img {
  margin-top: 70px;
}

/* point_renew ----- */
.point_renew {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 50px;
  font-size: 19px;
  line-height: 180%;
}

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

.point_renew .txt_area01 {
  background: #e5e94d;
  padding: 20px;
  color: #fff;
  margin-top: 8px;
  font-size: 21px;
  line-height: 160%;
}

.point_renew_sub_ttl {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: normal;
}

.point_renew_sub_ttl01 {
  margin-top: 90px;
}

.point_renew .img01 {
  margin-top: 40px;
  text-align: center;
}

.point_renew .img_attention01 {
  margin-top: 10px;
  font-size: 13px;
  width: 687px;
  margin-left: auto;
  margin-right: auto;
}

.point_renew .blue_box {
  width: 685px;
  margin-left: auto;
  margin-right: auto;
  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: 70px;
}

.point_renew .blue_box li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #77acd2;
  padding: 30px;
  width: calc(50% - 4px);
  margin-top: 8px;
}

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

.point_renew .blue_box p {
  color: #3884be;
  font-size: 15px;
  margin-top: 15px;
  line-height: 150%;
}

.point_renew .blue_box p span {
  font-size: 14px;
}

.point_renew .point_attention {
  font-size: 15px;
}

.point_renew .img02_area {
  width: 645px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding-bottom: 40px;
}

.point_renew .img_attention02 {
  color: #2c75b3;
  font-size: 15px;
  margin-top: 10px;
}

.point_renew .mg01 {
  margin-top: 30px;
}

.point_renew a {
  color: #036eb8;
}

.point_renew .mg02 {
  margin-top: 110px;
}

.point_renew .point_to_mypage {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}

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

/* USE for a long time ----------------------- */
.usefor_long {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.usefor_long .txt_area .txt01 {
  font-size: clamp(16px, 0.937vw, 20px);
  margin-bottom: clamp(15px, 0.88vw, 19px);
}
.usefor_long .txt_area .txt02 {
  font-size: clamp(9px, 0.52vw, 12px);
}
.usefor_long .num {
  font-size: clamp(16px, 0.937vw, 20px);
}
.usefor_long .all_btn {
  width: 172px;
}
.usefor_long .all_btn a {
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
}
.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: 66px !important;
}
.usefor_long .plus {
  width: 35px !important;
}

.usefor_long01 {
  margin-top: clamp(165px, 8.851vw, 175px);
}
.usefor_long01 .txt01 {
  font-size: clamp(22px, 1.3vw, 27px);
}
.usefor_long01 .txt02 {
  font-size: clamp(18px, 1.041vw, 22px);
  margin-top: clamp(35px, 2.08vw, 42px);
}

.usefor_long02 {
  margin-top: clamp(125px, 6.77vw, 135px);
}

.usefor_long07 .txt_area .txt02 {
  font-size: clamp(13px, 0.78vw, 17px);
}

.usefor_long09 {
  padding: 30px 25px 60px;
  margin-top: 80px;
}
.usefor_long09 .e {
  top: 60px;
  left: 50px;
}
.usefor_long09 .plus {
  top: 60px;
  right: 50px;
}
.usefor_long09 .num {
  margin-top: 20px;
}

.usefor_long10 {
  margin: 80px 25px 80px;
}
.usefor_long10 .f {
  top: 20px;
  left: 20px;
}

.usefor_long11 {
  margin-top: 80px;
}

.usefor_long12 {
  padding: 50px 40px 40px 50px;
}
.usefor_long12 .g {
  top: 20px;
  right: 30px;
}
.usefor_long12 .num {
  top: 10px;
  left: 20px;
}
.usefor_long12 .plus {
  bottom: 55px;
}

.usefor_long13 {
  margin: 70px 20px 20px 35px;
}
.usefor_long13 .img02 .r_img {
  left: 200%;
}
.usefor_long13 .num {
  right: 4%;
  top: 43%;
}

.usefor_long14 {
  margin: 0px 20px 200px 35px;
}

.usefor_long15 {
  margin-top: 150px;
}
.usefor_long15 .txt01 {
  font-size: 18px;
}
.usefor_long15 .txt02 {
  font-size: 15px;
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */






/* look on the bright side ----------------------- */
.the_bright_side {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.bright_top1 {
  position: relative;
  padding: 350px 70px;
}
.bright_top1 .bright_t_title {
  position: absolute;
  bottom: 150px;
  left: 70px;
  width: 370px;
}
.bright_top1 .bright_t_title img {
  width: 100%;
}

.bright_t_comment {
  width: 370px;
  margin-left: auto;
  margin-right: 84px;
}
.bright_t_comment p {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #504b4a;
}

.bright_top2 {
  width: 520px;
  position: relative;
  margin: 117px auto 0;
}
.bright_top2 .bright_t2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 5px;
}
.bright_top2 .bright_t2 img {
  width: 170px;
}
.bright_top2 .bright_t2_image {
  position: absolute;
  width: 40px;
  left: 0;
  top: -33px;
}

.bright_01 {
  margin-top: 210px;
}
.bright_01 .bright_01_1 {
  position: relative;
}
.bright_01 .bright_01_1 .bright_01_2 {
  border-bottom: 20px 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: 12px;
  right: 12px;
  width: 50px;
}
.bright_01 .bright_01_1 .bright_more img {
  width: 100%;
}
.bright_01 .bright_01_3 {
  margin-top: 7px;
  display: flex;
  justify-content: space-between;
}
.bright_01 .bright_01_3 img {
  width: 375px;
}
.bright_01 .bright_01_3 .bright_01_4 {
  width: 368px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bright_02 {
  margin-top: 10px;
}
.bright_02 .bright_02_1 {
  border-bottom: 20px solid #978826;
  text-align: center;
}
.bright_02 .bright_02_1 img {
  width: 95%;
}
.bright_02 .bright_02_2 {
  width: 750px;
  overflow: hidden;
  position: relative;
}
.bright_02 .bright_02_2 .swiper-wrapper {
  width: 100%;
}
.bright_02 .bright_02_2 .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.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: 12px;
  right: 12px;
  z-index: 999;
  width: 50px;
}
.bright_02 .bright_02_2 .bright_more img {
  width: 100%;
}

.bright_03 {
  margin-top: 10px;
}
.bright_03 .bright_03_1 {
  border-bottom: 20px 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: 12px;
  right: 12px;
  width: 50px;
}
.bright_03 .bright_03_2 .bright_more img {
  width: 100%;
}
.bright_03 .bright_03_3 {
  margin-top: 5px;
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
.bright_03 .bright_03_3 img {
  width: 246.6666666667px;
}

.bright_04 {
  margin-top: 10px;
}
.bright_04 .bright_04_1 {
  border-bottom: 20px 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: 12px;
  right: 12px;
  width: 50px;
}
.bright_04 .bright_04_2 .bright_more img {
  width: 100%;
}
.bright_04 .bright_04_3 img {
  width: 100%;
  margin-top: 8px;
}

.bright_credit {
  margin-top: 185px;
  margin-left: 65px;
  width: 310px;
}
.bright_credit .bright_credit01 {
  font-size: 15px;
  letter-spacing: 0.5px;
  padding-bottom: 34px;
  color: #504b4a;
  font-weight: 500;
  line-height: 1;
}
.bright_credit .bright_credit02 {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #504b4a;
  line-height: 1;
  margin-bottom: 15px;
}

.bright_all_p {
  padding-top: 180px;
  padding-bottom: 180px;
  margin: 0 auto;
  width: 260px;
}
.bright_all_p img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */




/* contents page ----------------------- */
#content_page #content_block {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}
#content_page #content_block img {
  width: 100%;
  vertical-align: bottom;
}

.content_ttl {
  max-width: 1100px;
  font-size: clamp(16px, 0.937vw, 18px);
  padding-left: 47px;
  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: 55px;
}
.content_top a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content_top a .content_text {
  font-size: clamp(16px, 0.937vw, 18px);
  width: 41.54%;
  text-align: center;
}
.content_top a .content_sp_img {
  display: none;
}
.content_top a .content_pc_img {
  width: 58.46%;
}

.content_wrapper {
  margin-top: 100px;
  margin-bottom: 210px;
  display: flex;
  flex-wrap: wrap;
  gap: 57px 6px;
}
.content_wrapper li {
  width: calc((100% - 18px) / 4);
}
.content_wrapper li .content_sp_img {
  display: none;
}
.content_wrapper li img {
  width: 100%;
}
.content_wrapper li p {
  margin-top: 10px;
  font-size: clamp(11px, 0.677vw, 13px);
  line-height: 1.4;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */




/* store infomation ----------------------- */
#storeinfo #shop_block {
  max-width: 1050px;
  margin: 0 auto;
}

.shop_info_ttl {
  max-width: 1100px;
  font-size: clamp(16px, 0.937vw, 18px);
  padding-left: 47px;
  letter-spacing: normal;
  position: relative;
  margin: 0 auto;
}
.shop_info_ttl::before {
  content: "";
  width: 1.5px;
  background-color: #000;
  height: 100%;
  position: absolute;
  left: 25px;
  top: 0;
}

.store_content {
  margin-top: 64px;
  letter-spacing: normal;
}
.store_content .shop_ttl {
  font-size: clamp(13px, 1.354vw, 26px);
  font-weight: 500;
  text-align: center;
}
.store_content .store_swiper {
  margin-top: 44px;
  width: 76%;
  margin-left: auto;
  margin-right: auto;
}
.store_content .store_swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

#storeinfo .store_wrapper {
  margin-top: 72px;
  width: 63%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: normal;
}
#storeinfo .store_wrapper li {
  font-size: clamp(16px, 0.937vw, 18px);
  line-height: 2;
}
#storeinfo .store_wrapper li span {
  opacity: 0.5;
  font-size: clamp(12px, 0.729vw, 14px);
  padding-right: 5px;
}



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

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

.touch_your_1 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

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

.touch_your_1 .touch_top {
  margin-top: 340px;
  margin-left: auto;
  margin-right: auto;
  width: 680px;
  position: relative;
}
.touch_your_1 .touch_top .touch_t_img {
  position: absolute;
  top: 610px;
  right: 35px;
  width: 395px;
}

.touch_1_profile {
  padding: 47px 70px 54px;
}
.touch_1_profile p:nth-child(1) {
  font-size: clamp(25px, 2.343vw, 45px);
  font-weight: 300;
  line-height: 1;
}
.touch_1_profile p:nth-child(2) {
  margin-top: 20px;
  font-size: clamp(18px, 1.041vw, 20px);
  font-weight: 300;
}
.touch_1_profile p:nth-child(3) {
  margin-top: 35px;
  font-size: clamp(16px, 0.937vw, 18px);
  font-weight: 400;
  letter-spacing: 1px;
}

.touch_1_1 {
  padding-left: 23px;
  position: relative;
  padding-bottom: 65px;
}
.touch_1_1 img {
  width: 580px;
  border: 10px #d1dc15 solid;
}
.touch_1_1 p {
  position: absolute;
  top: 0;
  right: 52px;
  writing-mode: vertical-lr;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: normal;
  color: #221815;
}

.touch_1_2 {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 45px;
  position: relative;
}
.touch_1_2 .touch_1_2_text {
  position: absolute;
  width: 292px;
  top: 15px;
  left: 15px;
}

.touch_c_text {
  width: 644px;
  margin: 0 auto 60px;
  letter-spacing: normal;
  line-height: 1.5;
}
.touch_c_text .q_ttl {
  padding-left: 12px;
  padding-right: 12px;
  font-size: clamp(12px, 0.729vw, 14px);
  line-height: 2;
  background: #000;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 1px;
}
.touch_c_text .q_ttl span {
  font-size: clamp(18px, 1.041vw, 20px);
  font-weight: 600;
  padding: 0 2px;
}
.touch_c_text .c_ttl {
  margin-top: 20px;
  font-size: clamp(20px, 1.197vw, 23px);
  font-weight: 500;
}
.touch_c_text .c_text {
  margin-top: 20px;
  font-size: clamp(18px, 1.041vw, 20px);
  font-weight: 400;
}

.touch_1_3_img {
  width: 700px;
  height: 436px;
  margin: 0 auto 36px;
  position: relative;
}
.touch_1_3_img .t3_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 312px;
}
.touch_1_3_img .t3_02 {
  position: absolute;
  top: 22px;
  right: 0;
  width: 200px;
}
.touch_1_3_img .t3_03 {
  position: absolute;
  top: 196px;
  left: 334px;
  width: 300px;
}

.touch_1_4_img {
  width: 710px;
  margin: 0 auto 36px;
}

.touch_s_text {
  margin: 40px auto 0;
  width: 630px;
}
.touch_s_text .c_text_s {
  font-size: clamp(16px, 0.937vw, 18px);
}

.touch_credit {
  margin-top: 80px;
  padding-left: 50px;
  font-weight: 400;
}
.touch_credit .touch_c_under {
  font-size: clamp(13px, 0.781vw, 15px);
}

.touch_c_end {
  margin: 114px auto;
  width: 640px;
  border-top: #221815 1px solid;
}
.touch_c_end .touch_c_border {
  margin-top: 114px;
  text-align: center;
  font-size: clamp(13px, 0.781vw, 15px);
}

.touch_swiper {
  max-width: 750px;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */




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

.touch_t_logo {
  width: 360px;
  margin: 0 auto;
}

.touch_t_text {
  margin-top: 50px;
  font-size: clamp(16px, 0.937vw, 18px);
  line-height: 1.6;
  text-align: center;
  font-weight: 400;
}

.touch_your_content {
  display: flex;
  flex-wrap: wrap;
  max-width: 660px;
  margin: 80px auto 0;
}
.touch_your_content li {
  width: 50%;
  padding-bottom: 30px;
}
.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: 28px 30px 0px 8px;
}
.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: 28px 8px 0px 30px;
}
.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: 20px;
  font-size: clamp(13px, 0.781vw, 15px);
}
.touch_your_content li .touch_ttl_text span {
  padding-left: 6px;
  font-size: clamp(16px, 0.937vw, 18px);
  font-weight: 500;
}
.touch_your_content li .touch_ttl_name {
  text-align: center;
  margin-top: 20px;
  line-height: 1.2;
  font-size: clamp(12px, 0.729vw, 14px);
}

.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: clamp(18px, 1.041vw, 20px);
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */

/* touch your 02 ----------------------- */
p.touch_2_1_t {
  font-size: 32px;
  top: -20px;
}

.touch_2_1 img {
  border: 10px #ab6fac solid;
}


/* 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: 1050px;
  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: clamp(25.5px, 4.66vw, 49px);
}
.novelty_2504 .novelty_index ul .novelty_index_left .novelty_txt {
  margin-top: 12%;
  font-size: clamp(16px, 3vw, 32px);
  line-height: 1.4;
}
.novelty_2504 .novelty_index ul .novelty_index_right .date_ttl {
  font-size: clamp(21px, 4vw, 42px);
}
.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: clamp(10px, 1.9vw, 20px);
  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: clamp(2px, 0.47vw, 5px);
  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: clamp(12px, 2.28vw, 24px);
  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: clamp(16px, 3vw, 32px);
  font-weight: 500;
}
.novelty_2504 .novelty_02 p:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  font-size: clamp(14.5px, 2.76vw, 29px);
  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: 19.5px;
  text-align: center;
}
.novelty_2504 .novelty_04 {
  padding-top: 13.5%;
}
.novelty_2504 .novelty_04 p {
  font-size: 16.8px;
  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: 1px 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: clamp(22px, 4vw, 42px);
  font-weight: 500;
}
.novelty_2504 .novelty_05 ul li:nth-child(2) p:nth-child(2) {
  margin-top: 6.5%;
  font-size: clamp(11px, 2.09vw, 22px);
  line-height: 1.4;
}
.novelty_2504 .novelty_05 ul li:nth-child(2) p:nth-child(3) {
  margin-top: 23.7%;
  font-size: clamp(8.5px, 1.61vw, 17px);
}
.novelty_2504 .novelty_05 ul li:nth-child(2) p:nth-child(4) {
  margin-top: 6.25%;
  font-size: clamp(8px, 1.52vw, 16px);
  line-height: 1.6;
  font-weight: 600;
}
.novelty_2504 .novelty_05 ul li:nth-child(2) p:nth-child(5) {
  font-size: clamp(8px, 1.52vw, 16px);
  line-height: 1.6;
}
.novelty_2504 .novelty_06 {
  padding-top: 14%;
  text-align: center;
}
.novelty_2504 .novelty_06 p {
  display: inline;
  font-size: clamp(16px, 3.04vw, 32px);
  border-bottom: 1px solid #000;
  font-weight: 500;
}/*# sourceMappingURL=style.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 {
  max-width: 750px;
  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: 183px;
  width: 85.33%;
  margin-left: auto;
  margin-right: auto;
}

.sale_for_members .txt_01 {
  padding-top: 60px;
  font-size: 24px;
  letter-spacing: normal;
  text-align: center;
}

.sale_for_members .txt_02 {
  margin-top: 23px;
  font-size: 31px;
  font-weight: 600;
  text-align: center;
  letter-spacing: normal;
}

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

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

.sale_for_members .txt_04 {
  margin-top: 66px;
  font-size: 26px;
  letter-spacing: normal;
  text-align: center;
}

.sale_for_members .txt_area {
  margin-top: 47px;
  width: 44.8%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.sale_for_members .txt_area li .txt_06 {
  font-size: 23px;
  letter-spacing: normal;
}

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

.sale_for_members .txt_07 {
  margin-top: 40px;
  font-size: 17px;
  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: 60px;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 1.8;
}

.sale_for_members .txt_09 {
  text-align: center;
  font-weight: 500;
  margin-top: 82px;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 1.6;
}

.sale_for_members .text_under_l {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 122px;
}

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



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


.touch_your_1 .touch_top .touch_t_img_3 {
  position: absolute;
  top: 710px;
  right: 35px;
  width: 462px;
}

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

.touch_1_2 .touch_3_2_text {
  position: absolute;
  width: 295px;
  top: 268px;
  left: 15px;
}

.touch_3_1 img {
  border: 10px #d9ce3d solid;
}


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


ul.img_flex_ps {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  gap: 20px 10px;
  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: 12px;
  line-height: 1.4;
  padding: 0 10px;
}

ul.img_flex_ps.pc_col2 li{
  width: calc((100% - 10px) / 2);
}

ul.img_flex_ps.pc_col3 li{
  width: calc((100% - 20px) / 3);
}



/* 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 {
  max-width: 1050px;
  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: 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 {
  max-width: 1050px;
  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: 4px;
  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;
}
.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: 4px;
  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=style.css.map */



/* touch your 04 ----------------------- */
.touch_your_1 .touch_t_img.touch_t_img_4 {
  top: 45px;
  width: 366px;
}
.touch_your_1 .touch_4_1 img {
  border: 10px #3d9d37 solid;
}
.touch_your_1 .touch_4_2_text {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 268px;
}
.touch_your_1 .touch_1_1 .touch_4_1_t {
  font-size: 35px;
}
.touch_your_1 .touch_1_1 .touch_4_2_t {
  font-size: 35px;
  right: 100px;
  top: 334px;
}/*# sourceMappingURL=style.css.map */



/* outer_251112 ----------------------- */
.outer-2511 {
  max-width: 1050px;
  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: 30px;
  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: 33px;
  color: #221815;
  padding: 10px 0 18px 0;
}
.outer-2511 .outer-content .product__name a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #7c7672;
  text-underline-offset: 8px;
}
.outer-2511 .outer-content .content__credit {
  display: flex;
  flex-wrap: wrap;
  gap: 7.8%;
  row-gap: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #221815;
  padding: 20px 20px 0 20px;
}
.outer-2511 .outer-content .content__credit a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #7c7672;
  text-underline-offset: 6px;
}
.outer-2511 .outer-content .content__credit span {
  font-size: 17px;
  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: 23px;
  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: 4px;
}
.outer-2511 .outer-content .content-final .content__credit--top {
  font-size: 22px;
  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: 6px;
}
.outer-2511 .outer-content .content-final .content__credit--bottom {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  font-size: 17px;
  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: 6px;
}
.outer-2511 .content__image {
  position: relative;
}
.outer-2511 .content__image .content__name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 38px;
}
.outer-2511 .content-first .content__name {
  left: 30px;
}
.outer-2511 .content-second .content__name {
  right: 30px;
}
.outer-2511 .content-third .content__name {
  right: 30px;
  color: #000;
}
.outer-2511 .content-fourth .content__name {
  left: 30px;
  color: #000;
}
.outer-2511 .content-fifth .content__name {
  left: 30px;
}/*# sourceMappingURL=style.css.map */


/* touch your 05 ----------------------- */
.touch_your_1 .touch_t_img.touch_t_img_5 {
  top: 730px;
  width: 420px;
}
.touch_your_1 .touch_5_1 img {
  width: 602px;
  border: 10px #595b5b solid;
}
.touch_your_1 .touch_1_1 .touch_5_1_t {
  margin-top: 28px;
  font-size: 35px;
}/*# sourceMappingURL=style.css.map */