@charset "UTF-8";
body {
  min-height: 100%;
  color: #333333;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background: #f1f2ec;
  line-height: 180%;
  overflow-x: hidden;
}

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

img[usemap] {
  border: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

/* リンク設定 -------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  outline: none;
}

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

.txt_underline a {
  text-decoration: underline;
}

.txt_underline a:hover {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  position: absolute;
  top: 0;
}

input[type=text]::-webkit-contacts-auto-fill-button,
input[type=text]::-webkit-credentials-auto-fill-button {
  display: none !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 0 !important;
  outline: none !important;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif !important;
}

input[type=button], input[type=text], input[type=submit], input[type=email], input[type=password], input[type=number], input[type=tel], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  background: transparent;
  background-color: transparent;
  outline: none !important;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif !important;
}

input[type=text]:focus, input[type=email], input[type=password]:focus, [type=number]:focus, textarea:focus {
  background: transparent;
  background-color: transparent;
  outline: none !important;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 0 rgb(0, 0, 0) inset !important;
  outline: none !important;
}

.gmap {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* inview ------------------ */
.inview {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.inviewL {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

.inviewR {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

.inview_on {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

/* ec ---------------- */
.alle_btn a, .alle_btn input {
  display: block;
  border: solid 1px #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #f1f2ec;
  cursor: pointer;
  color: #000;
  font-weight: 300;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 400;
}

.alle_btn_gray a, .alle_btn_gray input {
  background: #999898;
  color: #fff;
  border: solid 1px #999898;
}

.lr_auto {
  margin-left: auto;
  margin-right: auto;
}

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

.lh_0 {
  line-height: 0;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

.indent-1 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent-15 {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.indent-2 {
  text-indent: -2em;
  margin-left: 2em;
}

.mg_l1rem {
  margin-left: 1em;
}

.mg_l15em {
  margin-left: 1.5em;
}

#wrapper {
  overflow: hidden;
}

.gheader {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  line-height: 0;
}
.gheader .logo {
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
}

.head_icon {
  display: flex;
}
.head_icon li {
  position: relative;
}
.head_icon .num {
  position: absolute;
  text-align: center;
  left: 0;
}

.swiper-pagination {
  position: relative;
  bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 0.5px;
  background: #a9a6a1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #231815;
}

.index_cat {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.item_list {
  display: flex;
  flex-wrap: wrap;
}
.item_list li {
  position: relative;
}
.item_list li .img {
  line-height: 0;
  position: relative;
}
.item_list li .img .over_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.item_list li .img img {
  width: 100%;
}

.index_ranking_area, .index_info_area, .gfooter {
  border-top: solid 1px #231815;
}

.index_ranking_area .rank_num {
  text-align: center;
}

.info_list li {
  margin-top: 20px;
}
.info_list li a {
  display: flex;
  align-items: center;
}
.info_list li .img {
  line-height: 0;
}

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

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

.gfooter h2 {
  position: relative;
  display: inline-block;
}
.gfooter h2::after {
  content: "";
  margin-left: 15px;
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  background-image: url(../images/icon_down.png);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gfooter h2.tgl_on::after {
  transform: rotate(180deg);
}
.gfooter .icon_insta {
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper li {
  position: relative;
}
.swiper-wrapper li .over_img {
  position: absolute;
  left: 0;
  top: 0;
}

/* gnav ---------------- */
.gnav_area {
  background: #f1f1ec;
  position: fixed;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gnav_area #global_nav_search input[type=text] {
  box-sizing: border-box;
}
.gnav_area .gnav_list_area {
  display: flex;
}
.gnav_area .gnav_list_area .gnav_list > li {
  position: relative;
}
.gnav_area .gnav_list_member .gnav_list {
  border-top: solid 1px #000;
}
.gnav_area .gnav_close {
  cursor: pointer;
  position: absolute;
}
.gnav_area .gnav_close span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 1px;
  background-color: #000000;
  width: 100%;
  position: absolute;
}
.gnav_area .gnav_close span:nth-of-type(1) {
  left: 0px;
  top: 0px;
}
.gnav_area .gnav_close span:nth-of-type(2) {
  left: 0px;
  bottom: 0px;
}

.gnav_area_fix {
  left: 0 !important;
}

/* item ---------------- */
.item_name_area {
  position: relative;
}

.item_detail_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item_detail_nav li {
  opacity: 0.6;
}
.item_detail_nav li.active {
  opacity: 1;
  border-bottom: solid 2px #000;
}

.products_slide_area {
  overflow: hidden;
}

.detail_size_tbl {
  overflow-x: scroll;
}
.detail_size_tbl ul {
  display: flex;
  max-width: none;
}
.detail_size_tbl ul li {
  padding: 10px 0px;
  text-align: center;
}
.detail_size_tbl ul.size_first li {
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
}
.detail_size_tbl ul:last-child li {
  border-bottom: solid 1px #000;
}

.item_select {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.item_select select {
  border: solid 1px #000;
  padding: 10px 0;
  text-align: center;
  text-align-last: center !important;
  text-align: -webkit-center !important;
  color: #000 !important;
}
.item_select select option {
  text-align: center;
  text-align-last: center !important;
  text-align: -webkit-center !important;
  color: #000 !important;
}

.item_select::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  background-image: url(../images/icon_down.png);
}

.item_cart_btn a {
  display: block;
  border: solid 1px #000;
  width: 100%;
  text-align: center;
}

.item_recommend_area {
  border-top: none;
}

.item_price:has(+ .item_price_sale) {
  text-decoration: line-through;
}

.item_img .txt {
  position: absolute;
  color: #000;
}

.item_price_sale .cart_text_discount_rate {
  font-size: 50%;
}

.item_favorite_btn {
  position: absolute;
  right: 0;
  top: 0;
}

#detail_price {
  display: block;
}

.font_through {
  text-decoration: line-through;
}

.cart_text_discount_rate {
  font-size: 60%;
}

.cart_text_discount_rate::after {
  content: "%off";
}

#cart_btn_block #cart_add p a {
  display: block;
  border: solid 1px #000;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

#cart_btn_block #cart_favorite p a {
  text-indent: -9999px;
  background-image: url(../images/icon_favorite.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#color_block, #size_block {
  position: relative;
}
#color_block::after, #size_block::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  background-image: url(../images/icon_down.png);
}

#cart_favorite a {
  background-color: inherit;
}

.detail_tit {
  font-size: 14px;
}

#color_block, #size_block {
  font-size: 14px;
}

#cart_btn_block #cart_add p a span::after {
  display: block;
  text-align: center;
  color: #000;
}

#cart_btn_block #cart_add p a span.cart_btn_add::after {
  content: "ADD TO CART";
}

#cart_btn_block #cart_add p a span.cart_btn_reserve::after {
  content: "PRE ORDER";
}

#cart_btn_block #cart_add p a span.cart_btn_arrival::after {
  content: "入荷お知らせ";
}

#cart_btn_block #cart_add p a span.cart_btn_rearrival::after {
  content: "再入荷お知らせメール";
}

/* list ---------------- */
.sord_header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.sord_header .sort_tgl_area {
  position: relative;
}
.sord_header .sort_tgl_area p {
  position: absolute;
  right: 0;
  top: 0;
}
.sord_header .sort_tgl_area .sort_tgl::after {
  content: "＋";
  position: absolute;
  right: 0;
  top: 0px;
}
.sord_header .sort_tgl_area .sort_close {
  z-index: 100;
  cursor: pointer;
}
.sord_header .sort_tgl_area .sort_close span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 1px;
  background-color: #000000;
  width: 100%;
  position: absolute;
}
.sord_header .sort_tgl_area .sort_close span:nth-of-type(1) {
  left: 0px;
  top: 0px;
}
.sord_header .sort_tgl_area .sort_close span:nth-of-type(2) {
  left: 0px;
  bottom: 0px;
}

.page_btn {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

/* sort ---------------- */
.sort_area {
  background: #f1f1ec;
  display: none;
}
.sort_area .sort_color_area {
  display: flex;
}
.sort_area .sort_color_area label span {
  display: inline-block;
}

.sort_btn_area p {
  border: solid 1px #000;
}

/* ec ---------------- */
#undercolumn_contact, #undercolumn_order, #undercolumn_login, #undercolumn_blog {
  margin-top: 0;
  padding-top: 0;
}

#undercolumn_blog .list_pageer {
  width: 100%;
  text-align: right;
  display: block;
}
#undercolumn_blog .paging {
  flex-wrap: wrap;
}
#undercolumn_blog .nav_next {
  text-align: right;
}
#undercolumn_blog .nav_prev {
  text-align: left;
}

.ttl_ec_c {
  text-align: center;
  font-weight: 500;
  border-bottom: solid 1px #000;
}

.top_order_nav {
  display: flex;
  justify-content: center;
  border-bottom: solid 1px #000;
}

.top_order_nav li {
  opacity: 0.5;
}

.top_order_nav li::after {
  content: ">";
  display: inline-block;
}

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

.top_order_nav li.current {
  opacity: 1;
}

.top_order_nav li.current::after {
  opacity: 0.5;
}

/* 会員登録 LC_Page_Entry ---------------- */
.form_list_mypage_less_pd label {
  display: block;
}

.form_list_mypage .attention {
  font-size: 70%;
  margin-left: 5px;
  vertical-align: top;
}

.form_list_mypage .input_birth li {
  padding-right: 20px;
  position: relative;
}

.form_list_mypage .input_birth li::after {
  content: "/";
  margin-left: 10px;
  position: absolute;
  right: 0px;
  bottom: 0;
}

/* ログイン ---------------- */
/* マイページ ---------------- */
.mypage_nav ul li {
  border-bottom: solid 1px #000;
}
.mypage_nav ul li a {
  display: block;
}

.mypage_top_point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mypage_top_point dt {
  width: 70%;
}
.mypage_top_point dd {
  width: 30%;
  text-align: right;
}

.buy_historyG .num_eraa {
  background: #999898;
  color: #fff;
}
.buy_historyG .buy_history_item_list li {
  display: flex;
  justify-content: space-between;
}
.buy_historyG .more {
  margin-left: auto;
  margin-right: auto;
}
.buy_historyG .more a {
  display: block;
  border: solid 1px #000;
  text-align: center;
  width: 100%;
}

#mycontents_area .my_favorite_list_area .mypage_favorite_inner_list {
  position: relative;
}
#mycontents_area .my_favorite_list_area .mypage_favorite_inner_list .favorite_delete {
  position: absolute;
  font-weight: 300;
}
#mycontents_area .my_favorite_list_area .mypage_favorite_inner_list .favorite_delete a {
  background: none;
  color: #fff;
}

/* COMPANY ---------------- */
/* cart ---------------- */
.cart_item_delete_btn {
  left: auto;
  right: 0;
  width: auto;
  height: auto;
  font-size: 150%;
}

.cart_sum_tit {
  background-color: inherit;
}

.cart_sum_value {
  padding-right: 0;
  text-align: right;
}

.cart_sum_total {
  text-align: right;
  padding-top: 20px;
  border-top: solid 1px #000;
}

.cart_item_flex {
  border-bottom: none;
}

.cart_sum_point_txt_area {
  text-align: right;
}

.cart_login_txt {
  margin-bottom: 0;
}

.deliv_block {
  border: solid 1px #000;
  position: relative;
}
.deliv_block .select_n select {
  border-radius: 0;
  border: solid 1px #000;
}

.cart_info_ttl {
  border-bottom: solid 1px #000;
  font-weight: bold;
}

.user_info_flex {
  border-bottom: none;
}

.user_info_value input[type=text] {
  border: solid 1px #000;
}

.cart_point_area {
  background: #fff;
}

.cart_comp {
  text-align: center;
  line-height: 250%;
}

.cart_comp_line {
  border: solid 1px #000;
}

.cart_comp_btn {
  margin-left: auto;
  margin-right: auto;
}

/* guide ---------------- */
.guideG {
  border-bottom: solid 1px #000;
}
.guideG a {
  text-decoration: underline;
}

.guide_no_bd {
  border-bottom: none;
}

/* PRIVACY POLICY ---------------- */
.undercolumn_message_block {
  background-color: inherit;
}

/* CONTACT ---------------- */
.contact_input_bd input, .contact_input_bd textarea {
  border: solid 1px #000;
}

textarea {
  border-color: #000;
}

.cntact_txt02 {
  font-size: 80%;
}

.form_list dt, .form_list_underline dt {
  font-weight: normal;
}

.undercolumn_message_block {
  padding: 0;
}

#undercolumn_contact .fontS {
  font-size: 80%;
}

/* FAQ ---------------- */
.faq_q, .faq_a {
  position: relative;
  padding-left: 1.6rem;
}

.faq_q::before, .faq_a::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.faq_q::before {
  content: "Q.";
}

.faq_a::before {
  content: "A.";
}

.faq_q {
  font-weight: bold;
  margin-top: 20px;
}

.guideG .faq_q:first-child {
  margin-top: 0;
}

.paging {
  border-top: none;
}

/* お気に入り ---------------- */
#mycontents_area .my_favorite_list_area {
  width: 100%;
  padding: 0;
}
#mycontents_area .my_favorite_list_area #mypage_favorite_list {
  display: flex;
  flex-wrap: wrap;
}
#mycontents_area .my_favorite_list_area .mypage_favorite_inner_list, #mycontents_area .my_favorite_list_area .mypage_favorite_inner_content {
  display: block;
}
#mycontents_area .my_favorite_list_area .mypage_favorite_inner_image {
  width: 100%;
}
#mycontents_area .my_favorite_list_area .mypage_favorite_inner_content {
  width: 100%;
}

.cntact_txt02 a {
  text-decoration: underline;
}

input[type=radio],
input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: 1px solid #000;
  vertical-align: -5px;
}

input[type=radio]:checked:after,
input[type=checkbox]:checked:after {
  position: absolute;
  top: 0px;
  left: 4px;
  transform: rotate(50deg);
  width: 5px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
}

input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f1f2ec;
}

/* popup ---------------- */
.popup_overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.popup_overlay .popup_inner {
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition-delay: 1s;
  opacity: 0;
}
.popup_overlay .popup_inner .popup_close {
  position: absolute;
  color: #fff;
  font-weight: 300;
}
.popup_overlay .popup_inner_on {
  opacity: 1;
}

.open_novelty_flex .img_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* reha_pi ----------------------- */
.reha_pi_cont .ttl_reha_pi {
  text-align: center;
}

/* 31 people ----------------------- */
.people_31_cont .p31_top_slide_area {
  width: 73%;
  overflow: hidden;
  line-height: 0;
}
.people_31_cont .p31_top04 {
  line-height: 180%;
}

.open {
  display: none;
}

.people31 {
  border-bottom: solid 1px #000;
}
.people31 .name {
  border-top: solid 1px #000;
  font-weight: bold;
  position: relative;
}
.people31 .name::after {
  content: "＋";
  position: absolute;
}
.people31 .name_on::after {
  content: "－";
}
.people31 .p31_slide_area {
  overflow: hidden;
}
.people31 .p31_detail {
  display: flex;
  align-items: flex-start;
}
.people31 .p31_detail dt {
  position: relative;
}
.people31 .p31_detail dt::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  background: #000;
}
.people31 .p31_detail a {
  text-decoration: underline;
}
.people31 .p31_slide_area .slide {
  box-sizing: border-box;
}
.people31 .p31_slide_area .swiper-button-next, .people31 .p31_slide_area .swiper-button-prev {
  border: solid 1px #000;
}
.people31 .p31_img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.people31 .p31:nth-child(-n+6) .open {
  display: block;
}
.people31 .p31:nth-child(-n+6) .name::after {
  content: "－";
}
.people31 .p31:nth-child(-n+6) .name_on::after {
  content: "＋";
}

/* USE for a long time ----------------------- */
.font_robot {
  font-family: "Roboto", sans-serif;
}

.usefor_long {
  color: #9e3f28;
  overflow: hidden;
}
.usefor_long a {
  color: #9e3f28;
}
.usefor_long .txt_area {
  position: absolute;
}
.usefor_long .txt_area .txt01 {
  font-style: italic;
}
.usefor_long .txt_area .txt01 b {
  font-style: normal;
  font-weight: 600;
}
.usefor_long .txt_area .txt02 a {
  text-decoration: underline;
}
.usefor_long .circle {
  width: 8.9%;
  position: absolute;
}
.usefor_long .plus {
  width: 4.8%;
  position: absolute;
}
.usefor_long .num {
  font-weight: bold;
  position: absolute;
}
.usefor_long .num span {
  font-weight: normal;
  font-size: 72%;
}
.usefor_long .up_img {
  width: 100%;
  height: 0;
  overflow: hidden;
}
.usefor_long .up_img img {
  display: block;
  position: absolute;
  top: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  transition-delay: 1s;
}
.usefor_long .up_img_on img {
  top: 0%;
}
.usefor_long .r_img {
  position: absolute;
  left: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.usefor_long .r_img_on {
  left: 0 !important;
}
.usefor_long .l_img {
  position: absolute;
  left: -100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.usefor_long .l_img_on {
  left: 0 !important;
}
.usefor_long .all_btn {
  margin-left: auto;
  margin-right: auto;
}
.usefor_long .all_btn a {
  display: block;
  color: #fff;
  background: #a33f2c;
  text-align: center;
}

.usefor_long_movie {
  width: 100%;
}
.usefor_long_movie video {
  width: 100%;
}

.usefor_long01 {
  text-align: center;
}
.usefor_long01 .txt02 {
  line-height: 180%;
}

.type01, .type02, .type03, .type04, .type05, .type06, .type07, .type08 {
  opacity: 0;
}

.usefor_long02 {
  position: relative;
}
.usefor_long02 .txt_area {
  top: 58.69%;
  left: 5.3%;
}
.usefor_long02 .txt02 {
  transition-delay: 4s;
}

.usefor_long03 {
  background: #a33f2c;
  position: relative;
  padding: 10% 21% 10%;
  color: #000;
  overflow: hidden;
}
.usefor_long03 .num {
  left: 2.6%;
  bottom: 2.9%;
}
.usefor_long03 .circle {
  top: 6.5%;
  right: 16%;
}
.usefor_long03 .plus {
  right: 2.6%;
  bottom: 2.9%;
}

.usefor_long04 {
  display: flex;
  position: relative;
  padding: 9% 3.3% 9% 3.3%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.usefor_long04 .inview {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.usefor_long04 .usefor_long04_l {
  width: 48%;
}
.usefor_long04 .usefor_long04_r {
  width: 37%;
}
.usefor_long04 .img01 {
  position: relative;
}
.usefor_long04 .img01 .plus {
  width: 10.9%;
  bottom: 1.9%;
  right: 2.9%;
  transition-delay: 5s;
}
.usefor_long04 .img02 {
  width: 45.72%;
  margin-top: -5.5%;
  margin-left: 5.8%;
  z-index: 2;
  position: relative;
  transition-delay: 0.6s;
}
.usefor_long04 .img03 {
  width: 61.9%;
  margin-top: -14%;
  margin-left: 36.7%;
  transition-delay: 0.3s;
}
.usefor_long04 .img04 {
  margin-top: 9%;
  transition-delay: 0.3s;
}
.usefor_long04 .img05 {
  width: 74.5%;
  margin-top: 13.5%;
  margin-left: 23.6%;
  transition-delay: 0.6s;
}
.usefor_long04 .img06 {
  width: 14%;
  position: absolute;
  top: 19%;
  right: 32%;
  overflow: hidden;
}
.usefor_long04 .img06 .img {
  padding-top: 365%;
}
.usefor_long04 .txt_area {
  left: 50%;
  top: 71%;
}
.usefor_long04 .txt02 {
  transition-delay: 4s;
}
.usefor_long04 .num {
  left: 2%;
  bottom: 8%;
}

.usefor_long05 .txt_area {
  left: 64.5%;
  top: 30.91%;
}
.usefor_long05 .txt02 {
  transition-delay: 3s;
}
.usefor_long05 .c {
  position: absolute;
  left: 64.5%;
  top: 21.3%;
  width: 8.9%;
}

.usefor_long06 {
  background: #a33f2c;
  padding: 8.4% 9.3% 10.5%;
  color: #000;
}
.usefor_long06 .img {
  display: flex;
  justify-content: space-between;
}
.usefor_long06 .img li {
  width: 49.3%;
}
.usefor_long06 .img .img02 {
  transition-delay: 0.3s;
}
.usefor_long06 .num {
  left: 2.6%;
  bottom: 4.2%;
}
.usefor_long06 .plus {
  right: 2.6%;
  bottom: 3.1%;
}

.usefor_long07 {
  margin-top: 15%;
  position: relative;
  margin-left: 3.3%;
  margin-right: 3.3%;
  padding-bottom: 7.5%;
  overflow: hidden;
}
.usefor_long07 .img01 {
  width: 68.5%;
}
.usefor_long07 .img02 {
  width: 35.7%;
  position: absolute;
  right: 0;
  top: 8%;
}
.usefor_long07 .img02 .r_img {
  transition-delay: 0.3s;
}
.usefor_long07 .txt_area {
  left: 72%;
  top: 59.63%;
}
.usefor_long07 .txt02 {
  transition-delay: 3s;
}
.usefor_long07 .d {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 8.9%;
}

.usefor_long08 {
  margin-left: 2.6%;
  margin-right: 2.6%;
}
.usefor_long08 .img01 {
  width: 65%;
  margin-left: 35%;
}
.usefor_long08 .num {
  left: 0;
  bottom: 0;
}
.usefor_long08 .plus {
  right: 2.8%;
  bottom: 3.4%;
}
.usefor_long08 .img02 {
  position: absolute;
  top: 3.4%;
  left: 9.8%;
  width: 22.5%;
  overflow: hidden;
}
.usefor_long08 .img02 .img {
  padding-top: 246%;
}
.usefor_long08 .img02 .img img {
  transition-delay: 0.3s;
}

.usefor_long09 {
  background: #a33f2c;
  color: #000;
}
.usefor_long09 a {
  color: #000;
}
.usefor_long09 .e {
  position: absolute;
  width: 8.9%;
}
.usefor_long09 .img01 {
  position: relative;
}
.usefor_long09 .txt_area {
  left: 2.7%;
  top: 76%;
}
.usefor_long09 .txt_area .txt02 {
  transition-delay: 3s;
}
.usefor_long09 .plus {
  transition-delay: 3.3s;
}
.usefor_long09 .img02 {
  width: 56.42%;
  margin-left: 35.71%;
  margin-top: -6%;
}
.usefor_long09 .img03 {
  width: 38.28%;
  margin-left: 4.2%;
  margin-top: -44%;
}

.usefor_long10 {
  position: relative;
}
.usefor_long10 .inview {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.usefor_long10 .f {
  position: absolute;
  width: 8.9%;
}
.usefor_long10 .img01 {
  position: relative;
}
.usefor_long10 .txt_area {
  top: 34.26%;
  left: 65.7%;
}
.usefor_long10 .txt02 {
  transition-delay: 3s;
}
.usefor_long10 .img02 {
  position: relative;
  width: 44.2%;
  overflow: hidden;
  margin-left: 2.1%;
  margin-top: -2%;
}
.usefor_long10 .img02 .img {
  padding-top: 125%;
}
.usefor_long10 .img02 .img img {
  transition-delay: 0.3s;
}
.usefor_long10 .img03 {
  width: 45.71%;
  margin-left: 51%;
  margin-top: -48%;
}
.usefor_long10 .img04 {
  width: 34%;
  margin-left: 24%;
  margin-top: -15%;
}
.usefor_long10 .plus {
  right: 5%;
  bottom: 6.5%;
}
.usefor_long10 .num {
  left: 0;
  bottom: 0;
}

.usefor_long11 .img01 {
  position: relative;
}
.usefor_long11 .txt_area {
  top: 50px;
  width: 52%;
  left: 48%;
}
.usefor_long11 .txt_area .txt02 {
  text-align: right;
  margin-right: 5%;
  transition-delay: 4s;
}

.usefor_long12 {
  position: relative;
  background: #a33f2c;
  color: #000;
}
.usefor_long12 .g {
  position: absolute;
  width: 8.9%;
}
.usefor_long12 .img {
  display: flex;
  justify-content: space-between;
}
.usefor_long12 .img .img01 {
  width: 26.59%;
}
.usefor_long12 .img .img02 {
  width: 71%;
}
.usefor_long12 .plus {
  left: 34%;
}

.usefor_long13 {
  position: relative;
}
.usefor_long13 .img01 {
  width: 60.43%;
  overflow: hidden;
}
.usefor_long13 .img02 {
  width: 27.33%;
  position: absolute;
  top: 8.5%;
  left: 51.7%;
}
.usefor_long13 .img02 .r_img {
  transition-delay: 0.3s;
}
.usefor_long13 .h {
  position: absolute;
  width: 8.9%;
  right: 14.5%;
  top: 0%;
}
.usefor_long13 ul {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 36.2%;
  right: 0;
  bottom: 4%;
}
.usefor_long13 ul li {
  width: 49.6%;
}
.usefor_long13 .img03 {
  transition-delay: 0.3s;
}
.usefor_long13 .img04 {
  transition-delay: 0.6s;
}
.usefor_long13 .plus {
  left: 54%;
  bottom: 2%;
}

.usefor_long14 {
  overflow: hidden;
}
.usefor_long14 .img01 {
  width: 52%;
  margin-left: 48%;
}
.usefor_long14 .txt_area {
  top: 0;
  left: 0;
}
.usefor_long14 .txt_area .txt02 {
  transition-delay: 4.5s;
}
.usefor_long14 .img02 {
  width: 40.5%;
  position: absolute;
  top: 43%;
  left: 10%;
}

.usefor_long15 {
  text-align: center;
}
.usefor_long15 .txt01 {
  font-weight: 600;
}/*# sourceMappingURL=site.css.map */



