@charset "UTF-8";
/* 商品名
-------------------------------------------------------------*/
.item-name {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.item-name h1 {
    font-size: 1rem;
    font-weight: bold;
    display: block;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-name .outlet-lbl{
    background: #f5695f;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 4px 6px;
    margin-right: 5px;
    border-radius: 4px;
    white-space: nowrap;
}
/* パンくず
-------------------------------------------------------------*/
#breadcrumbs{
	margin-bottom: 10px;
}
#breadcrumbs .breadcrumbs_box {
    line-height: 1rem;
}
#breadcrumbs .hidden_parent{
	display: none;
}
#breadcrumbs a {
    color: #333;
    font-weight: bold;
    font-size: 0.7rem;
}
#breadcrumbs .partition {
    color: #9e9e9e;
    font-size: 0.6rem;
    margin: 0 6px;
}
#breadcrumbs .breadcrumbs_top {
    color: #9e9e9e;
    font-weight: normal;
}
/* swiper サムネイル
-------------------------------------------------------------*/
form[name="detailForm"]{
    display: flex;
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #f8f8f8;
    --color-gray: #ddd;
    --color-theme: #f5695f;
    --color-theme-darken: #f12617;
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
  }
  [class*=swiper]:focus {
    outline: none;
  }
  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide-media img,
  .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 2rem;
    height: 3.4rem;
    cursor: pointer;
    background-color: #9e9e9e;
    border: 2px solid #9e9e9e;
    color: #fff;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 0.8rem;
    height: 0.8rem;
    content: "";
    border: solid #fff;
    border-width: 2px 2px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }
  form[name="detailForm"] .img_box {
    width: 60%;
    overflow: hidden;
    margin: 0 20px;
  }
  form[name="detailForm"] .img_box .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
  }
  form[name="detailForm"] .img_box .swiper {
    max-width:100%;
    margin: 0;
  }
  form[name="detailForm"] .img_box .swiper-main {
    overflow: visible;
  }
  form[name="detailForm"] .img_box .swiper-thumb {
    padding-top: 25px;
  }
  form[name="detailForm"] .img_box .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
  }
  form[name="detailForm"] .img_box .swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
  form[name="detailForm"] .img_box .swiper-controller {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
  }
  form[name="detailForm"] .img_box .swiper-button-prev, form[name="detailForm"] .img_box .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  form[name="detailForm"] .img_box .swiper-button-prev {
    right: calc(100% + -3.2rem);
  }
  form[name="detailForm"] .img_box .swiper-button-next {
    left: calc(100% + -3.2rem);
  }
  form[name="detailForm"] .img_box .swiper-scrollbar {
    position: relative;
    margin-top: 1.6rem;
  }
  form[name="detailForm"] .img_box .swiper-scrollbar::after {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    margin: auto;
    content: "";
    background-color: #eee;
  }
  form[name="detailForm"] .img_box .swiper-scrollbar-drag {
    height: 20px;
    padding: 8px 0;
    cursor: pointer;
    background-color: #f5695f;
    background-clip: content-box;
  }
  form[name="detailForm"] .img_box .swiper-scrollbar-drag:active {
    background-color: #f12617;
  }
  form[name="detailForm"] .img_box .slide {
    display: block;
    overflow: hidden;
  }
  form[name="detailForm"] .img_box .slide-media {
    padding-top: 100%;
    border-radius: 4px;
  }
  form[name="detailForm"] .img_box .slide-media img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  form[name="detailForm"] .img_box .thumb-media {
    padding-top: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 4px;
  }
  form[name="detailForm"] .img_box .swiper-slide-thumb-active {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0.3;
  }
/* 商品情報
-------------------------------------------------------------*/
#item-warp {
    width: 40%;
    height: 100%;
}
#item-info {
    border: 1px #999 solid;
    padding: 6% 2vw;
    margin-bottom: 10px;
    border-radius: 3px;
    height: 100%;
}
.item-common {
    border-bottom: 1px solid #3333;
    padding-bottom: 10px;
}
.item-common ul {
    display: flex;
    align-items: baseline;
}
.item-common ul li {
    margin-bottom: 10px;
    font-size: 0.9rem;
}
.item-common ul li.title {
    line-height: 1;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 105px;
    padding-right: 1em;
    color: #a0a0a0;
    font-size: 0.9rem;
}
.item-common ul .price{
    font-family: Lato,Noto Sans JP,メイリオ,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,MS PGothic,ＭＳ Ｐゴシック,sans-serif;
    font-weight: 700;
    line-height: 1.25;
    font-size: 1.7rem;
    color: #f5695f;
}
.item-common ul .opne {
    color: #a0a0a0;
}
.cart-box {
    padding-top: 20px;
    border-bottom: 1px solid #3333;
    padding-bottom: 20px;
}
.cart-box .quantity {
    margin-bottom: 10px;
}
.cart-box .quantity ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-box .quantity ul li {
    width: 25%;
    text-align: center;
}
input.button.positive.medium {
    max-width: 100%;
    padding: 20px 0;
    font-weight: bold;
}
.cart-box .rearrange_box {
    background-color: #fff;
    display: inline-block;
    min-height: 40px;
    position: relative;
    width: inherit;
}
.cart-box .rearrange_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    min-height: 40px;
    padding: 10px 30px 10px 10px;
    width: inherit;
    outline: none;
}
.cart-box .rearrange select::-ms-expand {
    display: none;
}
.cart-box .rearrange_box:before {
    background-color: transparent;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    content: "";
    height: 8px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 14px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
}
.cart-box .amazonpay_box{
	margin: 0 2%;
}
.cart-box .non_quantity {
    color: #f5695f;
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 5px;
}
.cart-box .non_btn {
    background: #ddd;
    text-align: center;
    color: #fff;
    padding: 8px;
    padding: 20px 0;
    border-radius: 3px;
}
.cart-box .non_btn .icon_a {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    background-position: -360px -180px;
}
.info-box {
    margin-top: 5px;
}
.info-box .wishlist {
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.info-box .wishlist li {
    width: 50%;
}
.info-box .wishlist li:first-child::after {
    position: absolute;
    top: 0;
    left: 42%;
    margin: 0 1rem;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #3333;
}
.info-box .wishlist .text{
    font-size: 0.75rem;
    text-align: center;
}
.info-box .wishlist .yet::before{
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    color: #999;
    margin-right: 4px;
}
.info-box .wishlist .done::before{
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    color: #f5695f;
    font-weight: 900;
    margin-right: 4px;
}
.info-box .wishlist .text .min {
    color: #a0a0a0;
}
.info-box .wishlist .text .min::after{
    font-weight: 400;
    z-index: 1;
    content: "\003a";
    margin: 0 8px;
}
.info-box .wishlist .text a {
    color: #333;
}
.service_info {
    background: #f5f5f5;
    padding: 3% 1vw;
    border-radius: 3px;
}
.service_info p {
    position: relative;
    overflow: hidden;
    padding: 0.5rem 1rem 0.5rem 30%;
    background: #fff;
    font-size: 0.75rem;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #5b5b5b;
    font-weight: bold;
}
.service_info p:last-child {
    margin-bottom: 0;
}
.service_info p:before {
    position: absolute;
    top: -150%;
    left: -10%;
    width: 35%;
    height: 290%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #9e9e9e;
    font-size: 0.6rem;
}
.service_info p .title {
    font-size: 0.8rem;
    position: absolute;
    z-index: 1;
    top: 30%;
    left: 5%;
    display: block;
    color: #fff;
}
.service_info p .title::before{
    font-family: "Font Awesome 5 Free";
    content: "\f05a";
    color: #fff;
    margin-right: 4px;
    font-weight: 900;
}
.service_info .red {
    color: #f5695f;
}
.item_inquiry label.text {
    display: inline-block;
    text-align: center;
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 15px;
    border-radius: 3px;
    padding: 4px 0;
}
.item_inquiry input[type="button"] {
    cursor: pointer;
    border: none;
    background: none;
    font-size: 0.75rem;
    margin-right: 20px;
    font-weight: bold;
    color: #a0a0a0;
}
.item_inquiry input[type="button"]:hover{
    text-decoration: underline;
}
.item_inquiry .right_arrow::after {
    right: 6px;
}
/* 予約商品
-------------------------------------------------------------*/
.reserve_box {
    background: #f5f5f5;
    padding: 2% 2vw;
    border-radius: 3px;
    font-size: 1rem;
    margin-bottom: 2%;
}
.reserve_box .title {
    font-weight: bold;
    color: #ed0000;
}
.reserve_box .text{
    color: #333;
    font-size: 0.8rem;
    display: block;
    font-weight: normal;
}
.reserve_box .text .red{
  color: #ed0000;
    font-weight: bold;
  background: linear-gradient(transparent 40%, #f5ff00 60%);
}
.quantity .reserve_btn .text {
    font-size: 0.75rem;
    text-align: center;
    margin-top: 2%;
    color: #f5695f;
    font-weight: bold;
}
.quantity .reserve_btn .min {
    color: #a0a0a0;
    font-weight: normal;
}
.quantity .reserve_btn .min::after {
    font-weight: 400;
    z-index: 1;
    content: "\003a";
    margin: 0 8px;
}
.quantity .reserve_btn a {
    color: #9E9E9E;
    margin-left: 3%;
    font-weight: normal;
}
/* 同じシリーズ
-------------------------------------------------------------*/
.item-list {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 11px;
}
.item-list>a {
	box-sizing: border-box;
    width: 32%;
    display: flex;
    align-items: center;
    padding: 5px;
    margin-right: 1%;
    margin-bottom: 1%;
    color: #000;
    text-decoration: none;
    border: 1px solid #999;
    border-radius: 4px;
    position: relative;
}
.item-list .img {
  width: 65px !important;
  height: 65px !important;
  line-height: 1.0;
}
.item-list .img img {
  width: 100%;
}
.item-list .detail {
  padding: 0 0 0 5px;
  color: #3e3e3e;
}

.item-list>a::after {
content: '';
    width: 4px;
    height: 4px;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    position: absolute;
    top: 46%;
    transform: rotate(-45deg);
    transition: 0.3s;
    right: 20px;
    margin: auto;
}
.item-list>a:hover::after {
  right: 14px;
}

.item-list p.item_price {
  color: #f5695f;
}

.item-list p.item_price span {
   font-size: 0.8rem;
   vertical-align: baseline;
}

p.item-list-ttl {
  position: relative;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px 0 12px;
  background-color: #FFEB3B;
  border-radius: 0 3px 3px 0;
  color: #3e3e3e;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  margin: 5px 0 15px 15px;
}

p.item-list-ttl::before {
  position: absolute;
  top: 0;
  left: -13px;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #FFEB3B transparent transparent;
  border-style: solid;
  border-width: 13px 13px 13px 0;
  -webkit-transition: .2s;
  transition: .2s;
}
p.item-list-ttl::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}
.item-list p.ativeinfo {
    position: absolute;
	right: 8px;
    bottom: 8px;
    font-size: 10px;
    color: #333;
    font-weight: bold;
}
a.item-active {
    pointer-events: none;
    border: none;
    background: #f6f6f6;
}
.item-list>a.item-active::after {
  border-bottom: none;
  border-right: none;
}
/* 特徴・仕様
-------------------------------------------------------------*/
#main .appeal {
    padding: 20px;
    font-size: 0.9rem;
    border-radius: 10px;
}
.into-box .ttl{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: #a0a0a0;
    font-size: 1.2rem;
    text-align: center;
}
.explanation2, .explanation3 {
    padding: 20px;
    margin: 20px;
    font-size: 0.8rem;
    background: #f8f8f8;
    border-radius: 10px;
}
#product-body{
	width: 900px;
}
.p-video-container__inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 0 10px 0;
}
.p-video-container__inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 0 30px 0;
}
/* 特徴・仕様（corporate.css追加スタイル）
-------------------------------------------------------------*/
#section-02 h2 {
    display: none;
}
#feature-index .detail-box p.lead{
	padding: 8px 10px 10px 15px;
}
#feature-index .half-pic-center span{
	display:block;
	font-size:85%;
}
#feature-index div.ttl-bt{
	text-align: center;
	font-size: 123.1%;
	font-weight: bold;
	padding: 30px 0 15px 0;
	margin: 10px 15px 0 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
#feature-index .detail-box .wide-box{
	width: 100%;
	padding: 1% 0 0 0;
}
#feature-index .detail-box .wide-box .img-box{
	width:96%;
	text-align:center;
	margin:0 auto;
}
#feature-index .detail-box .wide-box .img-box img{
	width:100%;
	height:auto;
	margin:0 auto;
}
#feature-index .detail-box .wide-box .img-box img.hand{
	width:60%;
	height:auto;
	margin:0 auto;
}
#feature-index .detail-box .btn{
	display:none;
}
#crm-feature-list{
	clear: both;
	float: left;
	padding: 0;
	margin: 10px 0 15px 0;
}
.img-kanban {
    text-align: center;
}
#img-kanban-01 img,
.img-kanban img{
    width: 100%;
    height: auto;
}
#section-02 #icn-list li {
    display: inline-block;
}
.youtube-box_v2 {
	margin:20px 0 30px 0;
}
.youtube-box_v2 div {
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin: 0 0 10px 0;
}
.youtube-box_v2 div iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	margin:0 0 30px 0;
}
.youtube-box_v2 p {
	margin: 0 0 5px 0;
}
.youtube-box_v2 p.movtitle {
	border-left: 5px solid #274c83;
	padding:0 0 0 10px;
	font-size:120% !important;
	color:#044388;
	font-weight:bold;
}
.HTMLFORM_ELEMENT {
    display: inline-block;
    width: 18%;
}
.HTMLFORM_ELEMENT input {
    display: inline-block;
    width: 20%;
}
.HTMLFORM_ELEMENT label {
    display: inline-block;
}
/* レビュー
-------------------------------------------------------------*/

/* こちらも一緒に見られています
-------------------------------------------------------------*/
.recommend_item ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
}
.recommend_item ul li {
    width: 19%;
    align-items: center;
    justify-content: center;
    margin-right: 1.2%;
    margin-bottom: 2%;
}
.recommend_item ul li:nth-child(5n),
.recommend_item ul li:nth-child(10n){
    margin-right: 0;
    margin-bottom: 0;
}
.recommend_item img {
    max-width: 100%;
    max-height: 100%;
}
.recommend_item .itemname{
    font-size: 0.8rem;
    color: rgb(102, 102, 102);
    line-height: 1.5;
    margin-top: 5px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.recommend_item .price {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-weight: bold;
    text-align: right;
    font-size: 0.9rem;
}
/* =================================================================
スマートフォン用スタイル
=================================================================*/
@media screen and (max-width: 896px){
    .item-name {
        padding: 0 4vw;
    }
    .item-name h1 {
        font-size: 0.8rem;
    }
    .item-name .outlet-lbl {
        font-size: 0.6rem;
    }
    form[name="detailForm"] {
        flex-flow: column;
    }
    .item-common ul li {
        width: 50%;
        font-size: 1rem;
    }
    .item-common ul li.title {
        width: 50%;
        font-size: 1rem;
    }
    /* swiper サムネイル
    -------------------------------------------------------------*/
        form[name="detailForm"] .img_box {
          -webkit-text-size-adjust: 100%;
          font-size: 50%;
        }
        form[name="detailForm"] .img_box .l-inner {
          padding: 0 1rem;
        }
        form[name="detailForm"] .img_box .swiper-button-prev {
          right: calc(100% - 1.5rem);
        }
        form[name="detailForm"] .img_box .swiper-button-next {
          left: calc(100% - 1.5rem);
        }
        form[name="detailForm"] .img_box {
            width: 96vw;
            margin: 0 auto 10px;
        }
        .swiper-button-prev, .swiper-button-next {
            width: 1.8rem;
            height: 3rem;
        }
        form[name="detailForm"] .img_box .swiper-button-prev, form[name="detailForm"] .img_box .swiper-button-next {
            top: -10%;
        }
    #item-warp {
        width: 100%;
    }
    #item-info {
        padding: 20px 4vw;
        margin: 0 4vw;
    }
    .item-into {margin:2% 0;padding: 0 4vw 6%;font-size: 0.9rem;}
    .same_box {width: 100%;}
    #product-body{
        width: 98%;
        margin: 15px auto 0;
        padding: 0;
    }
    #feature-index{
        clear: both;
        width: 100%;
    }
    #feature-index h2{
        width: 96%;
        clear: both;
        color: #FFF;
        font-size: 123.1%;
        line-height: 1;
        font-weight: bold;
        text-align: left;
        padding: 12px 0 9px 4%;
        margin: 20px 0 15px 0;
        background: gradient(linear, center bottom, center top, from(#575757), to(#868686));
        background: -webkit-gradient(linear, center bottom, center top, from(#575757), to(#868686));
        background: -moz-gradient(linear, center bottom, center top, from(#575757), to(#868686));
        background-color: #555;
        border-radius: 2px;

    }
    #feature-index .img-kanban{
        width:98%;
        margin:0 auto;
        padding: 0;
    }
    #feature-index .img-kanban{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #feature-index .img-kanban img{
        width: 100%;
        height: auto;
        vertical-align: bottom;
        clear: both;
        float: left;
    }
    #img-kanban-01 img{
        margin: 0 0 2% 0;
    }
    #img-kanban-01 img.img-kanban-plus{
        margin: -2% 0 2% 0;
    }
    #img-kanban-02 img{
        margin: 0 0 2% 0;
    }
    #img-kanban-03 img{
        margin: 0 0 2% 0;
    }

    .detail-box .img-box img {
        width: 100%;
        height: auto;
    }
    #product-body {
        clear: both;
        width: 100%;
        margin: 0 auto;
    }
    #item-info .outlet-lbl {
        font-size: 0.8rem;
        margin: 4% 0;
    }
    #item-info .item-name p {
        font-size: 0.9rem;
    }
    .service_info {
        padding: 1% 3vw;
        margin: 2% 4vw 0;
    }
    .service_info p {
        margin: 10px 0;
    }
    .service_info p:last-child {
        margin-bottom: 10px;
    }
    .explanation2,.explanation3 {
        font-size: 0.8rem;
        margin: 20px 0;
    }
    /* 同じシリーズ
    -------------------------------------------------------------*/
    .series {
        margin: 2% 0;
        padding: 0 4vw;
    }
    .item-list {
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: flex;
        overflow-x: scroll;
        flex-wrap: inherit;
    }
    .item-list>a::after {
        right: 3px;
    }
    .item-list>a {
        width: 100%;
        border: 1px solid #666;
    }
    .item-list .detail {
        min-width: 90px;
    }
    #main .appeal {
    font-size: 0.8rem;
}
    /* こちらも一緒に見られています
    -------------------------------------------------------------*/
    .recommend_item ul {
        margin-bottom: 20px;
        margin-top: -40px;
        box-shadow: 0 2px 2px #ccc;
        display: -webkit-box;
        display: flex;
        overflow-x: scroll;
        scrollbar-width: none;
        font-size: 0.9rem;
        font-weight: bold;
        flex-wrap: nowrap;
    }
    .recommend_item ul li {
        -webkit-box-flex: 0;
        flex: 0 0 40%;
        margin: 2% 1.5%;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #eee;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
        padding: 1%;
        width: 33.%;
    }
    
}
