﻿@charset "UTF-8";

/* --------------------------------------------------------------------
  カテゴリー
-------------------------------------------------------------------- */
/* カテゴリー詳細 */

body:not(.page-top) div.sub_category_ {
  margin: 50px -15px 0;
  max-width: none;
}

/* カテゴリー一覧 */

.CategoryStyleG_ .swiper {
  padding: 0 15px;
}

.CategoryStyleG_Item_ {
  height: auto !important;
}

.CategoryStyleG_ .category_link_,
.CategoryStyleG_ .category_nolink_ {
  display: flex;
  flex-direction: column;
  border: 1px solid #BFBFBF;
  padding: 30px 15px;
  height: 100%;
}

.CategoryStyleG_ .img_ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  aspect-ratio: 1;
  margin: 0 auto 25px;
  order: 1;
}

.CategoryStyleG_ .img_ img {
  max-width: 100%;
  max-height: 100%;
}

.CategoryStyleG_ .name_ {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 15px;
  order: 3;
  width: 100%;
}

.CategoryStyleG_ .category_title_en_ {
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  order: 2;
  width: 100%;
  font-family: "Oswald", sans-serif;
}

.CategoryStyleG_ .comment_ {
  order: 4;
  width: 100%;
}