﻿@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  top用CSS
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/*--------------------------
背景
---------------------------*/
body {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  background: url(https://kiwami.itembox.design/item/img/pc_bg.png);
  z-index: -1;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width: 768px) {
  body {
    background: none;
  }
  body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(https://kiwami.itembox.design/item/img/sp_bg.png) center
      no-repeat;
    background-size: cover;
  }
}
/*--------------------------
スライダー
---------------------------*/

.kiwami-top-slider {
  position: relative;
}
.kiwami-top-slider li {
  font-size: 0;
}
.top-sankan {
  font-size: 0;
  line-height: 1;
  width: 806px;
  height: 243px;
  width: 41.979166vw;
  height: 12.65625vw;
  margin: 0 auto;
}
.kiwami-top-fv-icon img.fvlogoimg {
  width: 509px;
  height: 549px;
  margin: -30px auto 0;
  width: 26.510466vw;
  height: 28.59375vw;
  margin: -1.5625vw auto 0;
}
.top-fvtext {
  margin: -10px auto 0;
  font-size: 1.2rem;
  color: white;
}
.kiwami-top-fv-icon {
  position: absolute;
  /*        max-width: 570px;*/
  max-width: 970px;
  /*		width: 30%;*/
  width: 100%;
  max-height: 620px;
  height: 35%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*        margin: auto;*/
  margin: 0 auto;
  opacity: 0;
  display: inline-block;
  animation-delay: 3s;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.kiwami-top-fv-icon img {
  width: 100%;
  transform: none;
  /*
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
*/
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .kiwami-top-fv-icon {
    position: absolute;
    /*
        max-width: 570px;
		width: 60%;
*/
    width: 100%;
    max-height: 620px;
    height: 60%;
    animation-delay: 1s;
    animation-duration: 2s;
  }
  .top-sankan {
    max-width: 100%;
    width: 100%;
    height: 120px;
    height: 32vw;
  }
  .kiwami-top-fv-icon img.fvlogoimg {
    width: 200px;
    width: 53.3333333333vw;
    height: 217px;
    height: 57.86666666666vw;
    margin: 0 auto;
  }
  .top-fvtext {
    text-align: left;
    padding: 0px 15px;
    padding: 0 4vw;
    line-height: 1.35;
    margin: 10px auto 0;
    margin: 2.6666666vw auto 0;
    font-size: 1.2rem;
  }
  .kiwami-top-fv-icon img {
    width: 100%;
    transform: none;
  }
}
.slick-initialized .slick-slide {
  position: relative;
}
@media screen and (max-width: 500px) {
  .top-sankan {
    max-width: 88%;
    height: auto;
  }
  .top-fvtext {
    font-size: 1rem;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  お知らせ
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#kiwaminews {
  min-height: 234px;
  padding: 50px 0 0;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  max-width: 890px;
  margin-top: 40px;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width: 768px) {
  #kiwaminews {
    min-height: 0;
    padding: 25px 20px 0;
    justify-content: space-between;
    flex-direction: column-reverse;
    /* margin-top: 17%; */
    margin-top: 4%;
  }
}
/*--------------------------
トップ用SNSエリア
---------------------------*/
.topsnsarea-list {
  width: 30%;
}
.topsnsarea-list li {
  margin-bottom: 23px;
}
.topsnsarea-list li img {
  max-width: 30px;
}
.topsnsarea-list li a {
  display: flex;
  align-items: center;
  width: 100%;
}
.topsnsarea-list li a span {
  font-size: 2rem;
  padding-left: 20px;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width: 768px) {
  .topsnsarea-list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 35px auto 20px;
    max-width: 540px;
  }
  .topsnsarea-list li {
    margin-bottom: 0;
  }
  .topsnsarea-list li a span {
    display: none;
  }
}
/*--------------------------
お知らせ見出し
---------------------------*/
#kiwaminews .oshirase-midashi {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: tr;
  display: inline-block;
}
#kiwaminews .oshirase-midashi {
  font-size: 3.2rem;
  font-weight: 700;
  height: 234px;
  margin-right: 17px;
}
#kiwaminews .oshirase-midashi span.kiwami-under {
  width: 77px;
  display: inline-block;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  margin-top: 50px;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width: 768px) {
  #kiwaminews .oshirase-midashi {
    width: 10%;
    font-size: 1.8rem;
    margin-right: 11px;
    position: relative;
    max-width: 33px;
    text-align: start;
  }
  #kiwaminews .oshirase-midashi span.kiwami-under {
    position: absolute;
    bottom: 40%;
    left: -88%;
    margin-top: 0;
    width: 100px;
  }
}
@media screen and (max-width: 320px) {
  #kiwaminews .oshirase-midashi span.kiwami-under {
    left: -125%;
  }
}
/*--------------------------
リスト
---------------------------*/
.kiwami-news-dateList {
  width: 88%;
  max-width: 890px;
  height: 243px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column-reverse;
}
.kiwami-news-dateList li {
  padding: 16px 0 9px;
  border-bottom: 1px solid #1a1a1a;
  text-align: left;
  display: inline-table;
}
.kiwami-news-dateList li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  padding-right: 85px;
}
.kiwami-news-dateList li a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-top: solid 1px #1a1a1a;
  border-right: solid 1px #1a1a1a;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.kiwami-news-dateList li .newsdate {
  margin-right: 24px;
}

/*PC途中*/
@media screen and (max-width: 889px) {
  .kiwami-news-dateList {
    width: 80%;
  }
  .kiwami-news-dateList li .newsdate {
    margin: 0 auto 0;
  }
}

/*--------------------------

sp

---------------------------*/
@media screen and (max-width: 768px) {
  .kiwami-news-dateList {
    width: 90%;
    height: 240px;
    overflow-y: scroll;
  }
  .kiwami-news-dateList li {
    font-size: 1.4rem;
  }
  .kiwami-news-dateList li .newsdate {
    font-size: 1.2rem;
    display: block;
  }
  .kiwami-news-dateList li a::before {
    top: auto;
    bottom: 9px;
  }
  .kiwami-news-dateList li a {
    padding-right: 8%;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
バナー
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.installed_top {
  margin: 80px auto 0;
}
.top_bnr_area {
  margin: 40px auto;
}
.top_bnr_item {
  margin-bottom: 20px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .top_bnr_item {
    margin-bottom: 12px;
  }
  .installed_top {
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .pcflex {
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
トップページ食べ方
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.top_tabekatabnr {
  margin: 40px auto;
}
.howtovideo-list {
  justify-content: center;
}
.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 26.25%;
  overflow: hidden;
  width: 47%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.howtovideo01 {
  margin-right: 20px;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width: 768px) {
  .tabakata-wrap02 {
    padding: 0;
  }
  .youtube {
    margin-bottom: 10px;
    padding-bottom: 27.25%;
    width: 52%;
  }
  .howtovideo01 {
    margin-right: 10px;
  }
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  新商品
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.newitem {
  margin-right: 16px;
  max-width: 300px;
}
.newitem:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .newitem:nth-last-child(1) {
    /*
    margin-right: auto;
    margin-left: 10px;
*/
  }
  .new-product {
    flex-wrap: wrap;
    justify-content: center;
  }
  .newitem {
    margin-right: 10px;
    max-width: 50%;
    width: 46%;
  }
  .newitem:nth-last-of-type(2n) {
    margin-right: 0px;
  }
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  新商品スライド版
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.slide-newitem-wrap {
  position: relative;
}
/* 前ページ、次ページボタン共通のスタイル */
.slide-newitem-wrap .swiper-button-prev,
.slide-newitem-wrap .swiper-button-next {
  width: 18px;
  height: 29px;
  background-size: contain;
  margin-top: -24px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
  z-index: 50;
  position: absolute;
}
/* 次ページボタンのスタイル */
.slide-newitem-wrap .swiper-button-next {
  background-image: url(https://kiwami.itembox.design/item/img/arrow_right.png);
  right: -50px;
}
/* 前ページボタンのスタイル */
.slide-newitem-wrap .swiper-button-prev {
  background-image: url(https://kiwami.itembox.design/item/img/arrow_heft.png);
  left: -50px;
}
.slide-newitem-wrap .swiper-pagination02 {
  display: none;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width: 768px) {
  /* 次ページボタンのスタイル */
  .slide-newitem-wrap .swiper-button-next {
    display: none;
  }
  /* 前ページボタンのスタイル */
  .slide-newitem-wrap .swiper-button-prev {
    display: none;
  }
  .slide-newitem-wrap .swiper-pagination02 {
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -48px;
  }
  .slide-newitem-wrap .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin-right: 20px;
  }
  .slide-newitem-wrap .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .swiper-pagination-bullet-active {
    background-color: #1a1a1a;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  おすすめ、ランキング
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.basashi-osusume {
  margin-bottom: 80px;
}
.kiwami_osusume .fs-c-buttonContainer {
  display: none;
}
.kiwami_osusume .fs-c-productPrice__addon {
  display: none;
}
.kiwami_osusume .fs-c-productPrice__addon__label {
  display: none;
}
.kiwami_osusume .fs-c-productMark,
.kiwami_osusume .fs-c-mark--coolDelivery {
  display: none;
}
.kiwami_osusume .fs-c-slick .slick-list {
  width: 100%;
  max-width: 829px;
}
.kiwami_osusume .fs-c-productPrice--selling {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.kiwami_osusume .fs-c-productPrice__main {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.kiwami_osusume .slick-slide {
  margin-right: 40px;
  width: 250px;
}
.kiwami_osusume .slick-slide:nth-of-type(3n) {
  margin-right: 0;
}
.kiwami_osusume .fs-c-productListItem__productName {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
.kiwami_osusume .fs-c-productListItem__productName a {
  color: #1a1a1a;
}
.kiwami_osusume .slick-slide img {
  width: 100%;
}
.basashi-ranking .rcmd-slick-slide:nth-of-type(1) {
  position: relative;
}
.basashi-ranking .rcmd-slick-slide:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  background-size: contain;
  width: 95%;
  height: 35px;
  left: 8px;
  background-color: #c5a722;
}
.basashi-ranking .rcmd-slick-slide:nth-of-type(1)::after {
  content: "1";
  display: inline-block;
  position: absolute;
  top: 5px;
  width: 2rem;
  height: 30px;
  left: 0;
  color: #fff;
  font-size: 2rem;
  margin: auto;
  right: 0;
}
.basashi-ranking .rcmd-slick-slide:nth-of-type(2) {
  position: relative;
}
.basashi-ranking .rcmd-slick-slide:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  background-size: contain;
  width: 95%;
  height: 35px;
  left: 8px;
  background-color: #afafae;
}
.basashi-ranking .rcmd-slick-slide:nth-of-type(2)::after {
  content: "2";
  display: inline-block;
  position: absolute;
  top: 5px;
  width: 2rem;
  height: 30px;
  left: 0;
  color: #fff;
  font-size: 2rem;
  margin: auto;
  right: 0;
}
.basashi-ranking .rcmd-slick-slide:nth-of-type(3) {
  position: relative;
}
.basashi-ranking .rcmd-slick-slide:nth-of-type(3)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  background-size: contain;
  width: 95%;
  height: 35px;
  left: 8px;
  background-color: #977b5c;
}
.basashi-ranking .rcmd-slick-slide:nth-of-type(3)::after {
  content: "3";
  display: inline-block;
  position: absolute;
  top: 5px;
  width: 2rem;
  height: 30px;
  left: 0;
  color: #fff;
  font-size: 2rem;
  margin: auto;
  right: 0;
}
.basashi-ranking .rcmd-slick-slide:nth-of-type(1)::before:hover,
.basashi-ranking .rcmd-slick-slide:nth-of-type(2)::before:hover,
.basashi-ranking .rcmd-slick-slide:nth-of-type(3)::before:hover {
  opacity: 1;
}
/*PC途中*/
@media screen and (max-width: 1000px) {
  .kiwami_osusume .slick-slide {
    margin-right: 40px;
    width: 180px;
  }
}
.kiwami_osusume .fs-c-price {
  padding-left: 20px;
  font-weight: bold;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width: 500px) {
  .kiwami_osusume .slick-slide {
    margin-right: 15px;
    width: 220px;
  }
  .kiwami_osusume .fs-c-productListItem__productName {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .basashi-osusume {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .kiwami_osusume .fs-c-productPrice__main {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .rcmd-slick-dots li button::before {
    font-size: 15px !important;
  }
  .basashi-ranking .rcmd-slick-slide:nth-of-type(1)::before,
  .basashi-ranking .rcmd-slick-slide:nth-of-type(2)::before,
  .basashi-ranking .rcmd-slick-slide:nth-of-type(3)::before {
    height: 25px;
    width: 92%;
  }
  .basashi-ranking .rcmd-slick-slide:nth-of-type(1)::after,
  .basashi-ranking .rcmd-slick-slide:nth-of-type(2)::after,
  .basashi-ranking .rcmd-slick-slide:nth-of-type(3)::after {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 420px) {
  .kiwami_osusume .slick-slide {
    width: 180px;
  }
}
@media screen and (max-width: 390px) {
  .kiwami_osusume .slick-slide {
    width: 158px;
  }
}
@media screen and (max-width: 320px) {
  .kiwami_osusume .slick-slide {
    width: 132px;
  }
  .basashi-ranking .rcmd-slick-slide:nth-of-type(1)::before,
  .basashi-ranking .rcmd-slick-slide:nth-of-type(2)::before,
  .basashi-ranking .rcmd-slick-slide:nth-of-type(3)::before {
    width: 91%;
  }
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  おすすめランキング（レコメンド）
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.fr2-listItem__productName {
  text-align: left;
}
.fr2-listItem__productPrice {
  justify-content: flex-end;
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  メディアバナー
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.media-banner {
  margin: 0 auto 70px;
}
.media-banner ul li {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .media-banner .flex {
    display: block;
  }
  .media-banner {
    margin: 0 auto 50px;
  }
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  馬刺しを厳選
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.gensen {
  width: 100%;
  height: 864px;
  position: relative;
}
.gensen-big-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 3.6rem;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: tr;
  width: 50px;
  vertical-align: middle;
  height: 365px;
  /* text-shadow */
  -moz-text-shadow: 8px 0px 5px rgba(255, 255, 255, 1);
  -webkit-text-shadow: 8px 0px 5px rgba(255, 255, 255, 1);
  -ms-text-shadow: 8px 0px 5px rgba(255, 255, 255, 1);
  text-shadow: 8px 0px 5px rgba(255, 255, 255, 1);
}
.gensen-group01 {
  background: url(https://kiwami.itembox.design/item/img/pc_gensen_bg01.webp)
    no-repeat;
  height: 432px;
  width: 100%;
  background-position: top center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gensen-group02 {
  background: url(https://kiwami.itembox.design/item/img/pc_gensen_bg02.webp)
    no-repeat;
  height: 432px;
  width: 100%;
  background-position: top center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gensen-group .flex {
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  max-width: 1350px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.gensen-group02 .flex {
  justify-content: flex-start;
}
.gensen-block {
  width: 405px;
}
.gensen-block .gensen-midashi {
  font-size: 3.2rem;
  display: flex;
  align-items: center;
}
.gensen-block p {
  text-align: left;
}
.gensen-block .gensen-block-btn {
  display: flex;
  align-items: center;
}
.gensen-block .gensen-block-btn a {
  display: block;
  width: 250px;
  height: 40px;
  border: 1px solid #1a1a1a;
  background-color: #cdcdcd;
  color: #1a1a1a;
  text-align: center;
  line-height: 40px;
  position: relative;
}

.gensen-block .gensen-block-btn a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-top: solid 1px #1a1a1a;
  border-right: solid 1px #1a1a1a;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
/*PC途中*/
@media screen and (max-width: 1400px) {
  .gensen-group .flex {
    max-width: 1100px;
  }
}
/*PC途中*/
@media screen and (max-width: 1100px) {
  .gensen-group .flex {
    max-width: 990px;
  }
}
/*PC途中*/
@media screen and (max-width: 900px) {
  .gensen-big-title {
    font-size: 2.5rem;
    height: 265px;
  }
}

/*--------------------------

sp

---------------------------*/
@media screen and (max-width: 768px) {
  .gensen {
    background: url(https://kiwami.itembox.design/item/img/sp_bg01.png)
      no-repeat;
    background-size: auto 100%;
    background-position: top right;
    background-color: #fff;
    width: 100%;
    height: auto;
    min-height: 270px;
    position: relative;
    margin-bottom: 40px;
  }
  .gensen-big-title {
    position: absolute;
    top: 10%;
    left: auto;
    right: 3%;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: auto;
    text-align: start;
  }
  .gensen-big-title {
    font-size: 3rem;
  }
  .gensen-group .flex {
    padding: 0px 50px 0px 0;
    width: 80%;
    justify-content: flex-start;
  }
  .gensen-group01 {
    background: none;
    height: auto;
    display: block;
  }
  .gensen-group02 {
    background: none;
    height: auto;
    display: block;
  }
  .gensen-block {
    margin-bottom: 28px;
  }
  .gensen-block p {
    padding: 0 0 15px;
  }

  .gensen-block .gensen-block-btn a {
    width: 220px;
  }
}
@media screen and (max-width: 500px) {
  .gensen-group .flex {
    width: 90%;
  }
  .gensen-block {
    width: 95%;
    max-width: 405px;
  }
}
/*--------------------------
ボーダー
---------------------------*/
.gensen-block .gensen-midashi .gensen-underline,
.gensen-block .gensen-block-btn .gensen-underline {
  border-bottom: 1px solid #1a1a1a;
  position: relative;
  line-height: 1.35;
  display: inline-block;
}
.gensen-block .gensen-midashi .gensen-underline {
  margin-left: 14px;
  width: 317px;
}
.gensen-group02 .gensen-block .gensen-midashi .gensen-underline {
  margin-left: 24px;
  width: 195px;
}
.gensen-block .gensen-block-btn .gensen-underline {
  margin-right: 26px;
  width: 111px;
}
.gensen-block .gensen-midashi .gensen-underline::after,
.gensen-block .gensen-block-btn .gensen-underline::before {
  content: "";
  display: inline-block;
  background: url(https://kiwami.itembox.design/item/icon/maru.png) no-repeat;
  background-position: top center;
  background-size: contain;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -3px;
}
.gensen-block .gensen-midashi .gensen-underline::after {
  right: 0;
}
.gensen-block .gensen-block-btn .gensen-underline::before {
  left: 0;
}
/*--------------------------

sp

---------------------------*/

@media screen and (max-width: 500px) {
  .gensen-block .gensen-midashi .gensen-underline {
    width: 70%;
  }
  .gensen-group02 .gensen-block .gensen-midashi .gensen-underline {
    margin-right: 10px;
    width: 28%;
  }
  .gensen-block .gensen-block-btn .gensen-underline {
    margin-right: 10px;
    width: 20%;
  }
}
@media screen and (max-width: 320px) {
  .gensen-block .gensen-midashi .gensen-underline {
    width: 64%;
  }
  .gensen-group02 .gensen-block .gensen-midashi .gensen-underline {
    width: 12%;
  }
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  極みとは
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.kiwami_about {
  background: url(https://kiwami.itembox.design/item/img/kiwamitoha_bg_pc.webp)
    no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 774px;
}
.kiwami_about_inner {
  position: static;
}
.kiwami_about_wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: left;
}
.kiwami_about_textarea {
  color: #fff;
  max-width: 800px;
}
.kiwami_about_textarea p {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.aboutkiwami-title {
  font-size: 4rem;
  margin-bottom: 20px;
}
.sankan {
  max-width: 656px;
  width: 50%;
  margin-top: 50px;
}
.sankan p {
  margin-top: 10px;
  color: #fff;
  font-size: 1.2rem;
}

/*--------------------------

sp

---------------------------*/
@media screen and (max-width: 768px) {
  .kiwami_about {
    background: url(https://kiwami.itembox.design/item/img/kiwamitoha_bg_sp.webp)
      no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .kiwami_about_wrap {
    padding: 50px 20px;
  }
  .kiwami_about_img {
    max-width: 413px;
    width: 50%;
    margin: 0 auto 30px;
  }
  .aboutkiwami-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .sankan {
    max-width: 642px;
    width: 100%;
    margin: 50px auto 0;
  }
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  馬刺しの極み
  理由
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.anzen-area {
  background: url(https://kiwami.itembox.design/item/img/pc_anzen_bg.webp)
    no-repeat;
  background-position: top center;
  background-size: cover;
}
.bannou-area {
  background: url(https://kiwami.itembox.design/item/img/pc_bannou_bg.webp)
    no-repeat;
  background-position: top center;
  background-size: cover;
}
.top-reason-content {
  width: 100%;
  height: 1000px;
  padding: 120px 0 80px;
  text-align: center;
}
.bannou-area {
  height: 1300px;
}
.reason-content-midashi {
  display: inline-block;
  margin-bottom: 60px;
}
.reason-content-midashi p,
.reason-title {
  /* text-shadow */
  -moz-text-shadow: white 1px 1px 4px, white -1px 1px 4px, white 1px -1px 4px,
    white -1px -1px 4px;
  -webkit-text-shadow: white 1px 1px 4px, white -1px 1px 4px, white 1px -1px 4px,
    white -1px -1px 4px;
  -ms-text-shadow: white 1px 1px 4px, white -1px 1px 4px, white 1px -1px 4px,
    white -1px -1px 4px;
  text-shadow: white 1px 1px 4px, white -1px 1px 4px, white 1px -1px 4px,
    white -1px -1px 4px;
}
.reason-content-midashi p {
  font-size: 2rem;
}
.reason-title {
  font-size: 4.8rem;
  margin-top: 15px;
  width: 500px;
}
.reason-block {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 40px;
  border-radius: 0 10px 0 10px;
  margin-bottom: 20px;
}
.flex .reason-block {
  width: 49%;
}
.flex .reason-block:nth-of-type(1) {
  margin-right: 20px;
}
.reason-block p {
  text-align: left;
}
.reason-subtitle {
  text-align: center;
  margin-bottom: 28px;
  font-size: 1.17em;
}
.color {
  color: #f43648;
  font-weight: bold;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width: 768px) {
  .anzen-area {
    background: none;
  }
  .bannou-area {
    background: none;
  }
  .top-reason-content {
    width: 100%;
    height: auto;
    padding: 0 0 25px;
  }
  .bannou-area {
    height: auto;
  }
  .reason-content-midashi {
    height: 130px;
    color: #fff;
    margin-bottom: 20px;
  }
  .reason-title {
    display: inline-block;
    width: auto;
  }
  .reason-content-midashi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .reason-content-midashi .kiwami-under {
    border-color: #fff;
  }
  .anzen-area .reason-content-midashi {
    background: url(https://kiwami.itembox.design/item/img/sp_anzen.webp)
      no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .bannou-area .reason-content-midashi {
    background: url(https://kiwami.itembox.design/item/img/sp_bannou.webp)
      no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .top-reason-content .flex {
    display: block;
  }
  .flex .reason-block {
    width: 100%;
  }
  .reason-block {
    background: rgba(255, 255, 255, 0.5);
    padding: 30px 20px;
    border-radius: 0 10px 0 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0px 10px rgb(169 169 169 / 44%);
    -ms-box-shadow: 0 0px 10px rgb(169 169 169 / 44%);
    -moz-box-shadow: 0 0px 10px rgb(169 169 169 / 44%);
    box-shadow: 0 0px 10px rgb(169 169 169 / 44%);
  }
  .flex .reason-block:nth-of-type(1) {
    margin-right: 0px;
  }
  .reason-content-midashi p {
    font-size: 1.6rem;
  }
  .reason-title {
    font-size: 2.8rem;
    margin-top: 5px;
    padding: 0 18px;
    margin-bottom: 14px;
  }
  .reason-content-midashi p,
  .reason-title {
    /* text-shadow */
    text-shadow: none;
  }
  .top-reason-content .kiwami-under::after,
  .top-reason-content .kiwami-under::before {
    background: url(https://kiwami.itembox.design/item/img/maruw.png) no-repeat;
    background-position: top center;
    background-size: contain;
  }
}
