@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main .layout-body {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 30px 30px 100px;
  background: #f5f5f5;
  display: flex;
}

#main > .section {
  padding-top: 60px;
  padding-bottom: 60px;
}

#main div.body {
  max-width: 1000px;
	padding:0;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main div.body {
   max-width: 100%;
	 padding:0;
	 margin: 0 auto;
	 overflow: hidden;
	}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main .layout-body {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 20px;
  display: block;
}

#main > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main div.body {
  max-width: 100%;
	padding:0;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * バナー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.bnr {}

.bnr .images {
  text-align: center;
}

/* ****************************************************************************************************
   * 商品カテゴリ一覧
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.product {}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.product .title {
  position: relative;
  font-size: 16px;
  border-bottom: 5px solid #f9e40a;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1.0em;
}

.product .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.product .title {
  position: relative;
  font-size: 14px;
  border-bottom: 5px solid #f9e40a;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1.0em;
}

.product .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 25px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.product ul {}

.product ul.layout-2 {
  margin-top: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product ul li {
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.product ul li:hover {
  background: #f9e40a;
}

.product ul li .images {
}

.product ul li p.caption {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.product ul li .images > p {
  position: relative;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.product ul li .images img {
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 1s transform;
  image-rendering: -webkit-optimize-contrast;
}

.product ul li:hover img {
  opacity: 1;
  transform: scale(1.2);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.product ul.layout-2 {
  margin-top: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product ul li {
  padding: 0;
  margin-right: 0;
  margin-bottom: 10px;
  transition: 0.3s;
  width: 48%;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.product ul {}

.product ul.layout-2 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product ul.layout-2 > li {
  width: 47%;
}

.product ul li {
  padding: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.product ul li p.caption {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
}

/* ****************************************************************************************************
   * ピックアップ商品
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.pickup {
  margin-top: 130px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.pickup {
  margin-top: 50px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.pickup .title {
  position: relative;
  font-size: 16px;
  border-bottom: 5px solid #f9e40a;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1.0em;
}

.pickup .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.pickup .title {
  position: relative;
  font-size: 14px;
  border-bottom: 5px solid #f9e40a;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1.0em;
}

.pickup .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 25px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.pickup ul.list {
  margin-top: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pickup ul.list li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 30px;
  transition: 0.3s;
  padding: 10px;
/*  max-width: 244px;*/
}
.pickup ul.list li:hover {
  background: #f9e40a;
}
.pickup ul.list li .post {
  position: relative;
}

.pickup ul.list li .itemimg {
  position: relative;
  overflow: hidden;
  min-width: 224px;
  height: 0;
  padding-top: 100%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.pickup ul.list li img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  image-rendering: -webkit-optimize-contrast;
}

/* 在庫状態*/
.pickup ul.list li .itemsoldout {
  color: #fff;
  font-weight: bold;
  position: relative;
  width: 100%;
  text-align: center;
}
/* 売り切れ*/
.pickup ul.list li .itemsoldout .soldout {
  display: block;
  color: #fff;
  text-align: center;
  background: #ff0000;
}
/* 入荷待ち*/
.pickup ul.list li .itemsoldout .waiting {
  display: block;
  color: #fff;
  text-align: center;
  background: #f7b100;
}
/* 廃盤*/
.pickup ul.list li .itemsoldout .out {
  display: block;
  color: #fff;
  text-align: center;
  background: #888888;
}
/* 在庫僅少*/
.pickup ul.list li .itemsoldout .few {
  display: block;
  color: #fff;
  text-align: center;
  background: #052b8b;
}


.pickup ul.list li .price {
  font-size: 20px;
  font-weight: bold;
  color: #bc0a0a;
}
.pickup ul.list li .price .tax {
  display: inline-block;
  font-size: 0.6em;
}

.pickup ul.list li .meta {
  max-width: 200px;
}

.pickup ul.list li .meta > .layout-2 {
  margin-top: 5px;
  flex-wrap: wrap;
}

.pickup ul.list li .text {
  margin-top: 10px;
  font-size: 14px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.pickup ul.list {
  display: flex;
  justify-content: space-between;
}
.pickup ul.list li {
  width: 47%;
  padding: 0;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.pickup ul.list li .itemimg {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  height: 0;
  padding-top: 100%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.pickup ul.list li .itemimg {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  height: 0;
  padding-top: 100%;
}
.pickup ul.list li img {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
}

.pickup ul.list li .title {
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

.pickup ul.list li .price {
  font-size: 16px;
}

.pickup ul.list li .meta {
  width: 100%;
  margin-left: 0;
}

.pickup ul.list li .meta > .layout-2 {
  margin-top: 5px;
}

.pickup ul.list li .text {}

}

/* ----------------------------------------------------------------------------------------------------
   * カテゴリー（メーカー）
/* ------------------------------------------------------------------------------------------------- */

.pickup ul.list li .category:nth-child(3) {
  margin-top: 5px;
}

.pickup ul.list li .category {
  font-size: 12px;
  color:#fff;
  text-align: center;
/*  min-width: 80px;*/
  width: /*48*/65%;
  display: inline-block;
  background: #968530;
}

.pickup ul.list li .maker-1 {
  background: #f9e40a;
  color: #000;
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.pickup ul.list li .btn-1 {
  position: relative;
  display: block;
  width: 300px;
  z-index: 1;
  padding: 5px 0;
  border:1px solid #fff;
  transition: box-shadow 0.2s, color 0.2s;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 0px 25px -10px rgba(0,0,0,0.7);
}
.pickup ul.list li .btn-1 > * {
  display: block;
  position: relative;
  z-index: 1;
}
.pickup ul.list li .btn-1::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transition: 0.2s right;
}
.pickup ul.list li .btn-1:hover {
  background-color: #fff;
  box-shadow:0px 0px 25px -10px rgba(0,0,0,0.7);
  color: #000;
  transition: 0.3s;
}

.pickup ul.list li .btn-1:hover:after {
  right: 0.8em;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.pickup ul.list li .btn-1 {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  padding: 5px 0;
  border:1px solid #fff;
  transition: box-shadow 0.2s, color 0.2s;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 0px 25px -10px rgba(0,0,0,0.7);
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.pickup ul.list li .btn-1::after {
  display: none;
}

}

/* ****************************************************************************************************
   * 新商品
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.new {
  margin-top: 130px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.new .title {
  position: relative;
  font-size: 16px;
  border-bottom: 5px solid #f9e40a;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1.0em;
}

.new .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.new .title {
  position: relative;
  font-size: 14px;
  border-bottom: 5px solid #f9e40a;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1.0em;
}

.new .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 35px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.new ul.list {
  margin-top: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.new ul.list li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 30px;
  transition: 0.3s;
  padding: 10px;
/*  max-width: 244px;*/
}
.new ul.list li:hover {
  background: #f9e40a;
}
.new ul.list li .post {
  position: relative;
}

.new ul.list li .itemimg {
  position: relative;
  overflow: hidden;
  min-width: 224px;
  height: 0;
  padding-top: 100%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.new ul.list li img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  image-rendering: -webkit-optimize-contrast;
}

/* 在庫状態*/
.new ul.list li .itemsoldout {
  color: #fff;
  font-weight: bold;
  position: relative;
  width: 100%;
  text-align: center;
}
/* 売り切れ*/
.new ul.list li .itemsoldout .soldout {
  display: block;
  color: #fff;
  text-align: center;
  background: #ff0000;
}
/* 入荷待ち*/
.new ul.list li .itemsoldout .waiting {
  display: block;
  color: #fff;
  text-align: center;
  background: #f7b100;
}
/* 廃盤*/
.new ul.list li .itemsoldout .out {
  display: block;
  color: #fff;
  text-align: center;
  background: #888888;
}
/* 在庫僅少*/
.new ul.list li .itemsoldout .few {
  display: block;
  color: #fff;
  text-align: center;
  background: #052b8b;
}

.new ul.list li .price {
  font-size: 20px;
  font-weight: bold;
  color: #bc0a0a;
}
.new ul.list li .price .tax {
  display: inline-block;
  font-size: 0.6em;
}

.new ul.list li .meta {
  max-width: 200px;
}

.new ul.list li .meta > .layout-2 {
  margin-top: 5px;
  flex-wrap: wrap;
}

.new ul.list li .text {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width:1100px) {

.new ul.list {
  display: flex;
  justify-content: space-between;
}
.new ul.list li {
  width: 47%;
  padding: 0;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.new ul.list li .itemimg {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  height: 0;
  padding-top: 100%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.new ul.list li .itemimg {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  height: 0;
  padding-top: 100%;
}
.new ul.list li img {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
}

.new ul.list li .title {
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

.new ul.list li .price {
  font-size: 16px;
}

.new ul.list li .meta {
  width: 100%;
  margin-left: 0;
}

.new ul.list li .meta > .layout-2 {
  margin-top: 5px;
}

.new ul.list li .text {}

}

/* ----------------------------------------------------------------------------------------------------
   * カテゴリー（メーカー）
/* ------------------------------------------------------------------------------------------------- */

.new ul.list li .category:nth-child(3) {
  margin-top: 5px;
}

.new ul.list li .category {
  font-size: 12px;
  color:#fff;
  text-align: center;
/*  min-width: 80px;*/
  width: /*48*/65%;
  display: inline-block;
  background: #968530;
}

.new ul.list li .maker-1 {
  background: #f9e40a;
  color: #000;
}


/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.new ul.list li .btn-1 {
  position: relative;
  display: block;
  width: 300px;
  z-index: 1;
  padding: 5px 0;
  border:1px solid #fff;
  transition: box-shadow 0.2s, color 0.2s;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 0px 25px -10px rgba(0,0,0,0.7);
}
.new ul.list li .btn-1 > * {
  display: block;
  position: relative;
  z-index: 1;
}
.new ul.list li .btn-1::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transition: 0.2s right;
}
.new ul.list li .btn-1:hover {
  background-color: #fff;
  box-shadow:0px 0px 25px -10px rgba(0,0,0,0.7);
  color: #000;
  transition: 0.3s;
}

.new ul.list li .btn-1:hover:after {
  right: 0.8em;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.new ul.list li .btn-1 {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  padding: 5px 0;
  border:1px solid #fff;
  transition: box-shadow 0.2s, color 0.2s;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 0px 25px -10px rgba(0,0,0,0.7);
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.new ul.list li .btn-1::after {
  display: none;
}

}


/* ****************************************************************************************************
   * お知らせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.topics {
  margin-top: 130px;
}

.topics .body {
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.topics {
  margin-top: 50px;
}

.topics .body {
  padding: 0 !important;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.topics .layout-2 {
  justify-content: flex-start;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.topics .layout-2 {
  display: block;
  justify-content: flex-start;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.topics .header-area {
  background: #000000;
  padding: 50px 40px;
}
.topics .title {
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}

.topics .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.topics .header-area {
  background: #000000;
  padding:20px;
}
.topics .title {
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}

.topics .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 20px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * リスト（重要なお知らせ）
/* ------------------------------------------------------------------------------------------------- */

.topics .content {
  width: 100%;
  display: block;
}

.topics ul.info-list {
  background: #f4f4f4;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding: 20px;
}

.topics ul.info-list li {
  position: relative;
  list-style: disc outside;
  margin-left: 20px;
}

.topics ul.info-list li a {
  width: 100%;
  display: block;
  padding: 10px 0;
  transition: 0.3s;
  color:#ff0000;
}
.topics ul.info-list li a:hover {
  background: #ffffff;
}



/* ----------------------------------------------------------------------------------------------------
   * リスト（通常のお知らせ）
/* ------------------------------------------------------------------------------------------------- */

.topics ul.list {
  width: 100%;
  padding: 2%;
  margin-top: 0 !important;
  background: #fff;
}

.topics ul.list li {}

.topics ul.list li a {
  width: 100%;
  display: flex;
  padding: 10px 0;
  transition: 0.3s;
}
.topics ul.list li a:hover {
  background: #f9e40a;
}

.topics ul.list li .day {
  width: 80px;
  margin-right: 3%;
  min-width: 80px;
  color:#a3a3a3;
}

.topics ul.list li .text {
  width: 90%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.topics ul.list {
  margin-top: 0 !important;
  padding: 2% 20px;
}
.topics ul.list li a {
  width: 100%;
  display: block;
  padding: 10px 0;
  transition: 0.3s;
}
.topics ul.list li a:hover {
  background: #f9e40a;
}

.topics ul.list li .day {
  width: 100%;
  margin-right: 0;
  display: block;
}

.topics ul.list li .text {
  width: 100%;
  display: block;
  font-size: 14px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.topics .title + * {
  margin-top: 20px !important;
}

.topics .btn {
  width: 100%;
  min-width: 200px;
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 1em;
}

.topics .btn:hover {
  opacity: 1;
  background: #f9e40a;
  color: #000;
}


/* ****************************************************************************************************
   * RAILMANブランドの強み
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.about {
  margin-top: 130px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.about {
  margin-top: 50px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.about .title {
  position: relative;
  font-size: 16px;
  border-bottom: 5px solid #f9e40a;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1.0em;
}

.about .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.about .title {
  position: relative;
  font-size: 14px;
  border-bottom: 5px solid #f9e40a;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1.0em;
}

.about .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 25px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.about ul.layout-flex-2 > * {
  width: 49%;
}

.about ul li {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
.about ul li a {
  display: block;
}

.about ul li .images {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.about ul li .images img {
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 1s transform;
  image-rendering: -webkit-optimize-contrast;
}

.about ul li:hover img {
  opacity: 1;
  transform: scale(1.1);
}


.about ul li .content {
  padding:20px 30px 30px;
}

.about ul li .title-1 {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.about ul li .title-1 span {
  position: relative;
}
.about ul li .title-1 span::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-icon.png") no-repeat;
  width: 19px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-40%);
}


.about ul li .text {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.about ul.layout-flex-2 > * {
  width: 100%;
}

.about ul li ~ li {  
  margin-top: 20px;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.about ul li {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
}