@charset "utf-8";
/* CSS Document */
body {
  background-color: #fff;
  color: #333 !important;
  font-size: 14px;
  margin: 0px;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  padding-left: initial!important;
  padding-right: initial!important;
}
h1 {
  text-align: center;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
img {
  vertical-align: top;
  height: auto;
  width: 100%;
}
p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}
h2, h3, h4 {
  margin-block-start: 0em;
  margin-block-end: 0em;
  letter-spacing: 0em;
}
a {
  display: block;
  text-decoration: none;
}
p {
  font-weight: 300;
  text-align: justify;
}
.main {
  background-color: #fcfbf8
}
a img:hover {
  opacity: 0.8;
}
/*-- ピックアップここから --*/
.flex-pickup {
  display: flex;
  padding: 0 15px;
}
.pickup {
  width: 48%;
  background: #FFF;
  list-style: none;
  padding-bottom: 40px;
  position: relative;
  flex-grow: 1;
}
.pickup:nth-child(1) {
  margin-right: 3%;
}
.center-pickup h3 {
  margin-top: 18px;
  font-size: 14px;
	  line-height: 1.4;
	padding: 0 10px;
}
.br-sp {
  display: block;
}

.btn-item-view {
  text-align: center;
  padding: 0;
  display: block;
  position: absolute;
  bottom: 3px;
  width: 100%;
}
.btn-item-view a {
  text-align: right;
  left: -15px;
  padding: 0;
  display: block;
  bottom: 8px;
  width: 100%;
  text-decoration: none;
  color: #71460d;
  font-weight: bold;
  font-size: 14px;
}
.btn-item-view a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid #71460d;
  border-right: 2px solid #71460d;
  transform: rotate(45deg);
  right: 77px;
}
.archive-item p {
  padding: 0 10px;
  font-size: 13px;
}
.item-name {
  flex-grow: 1;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 13px;	
}
.price {
  font-size: 12px;
  padding: 0 10px;
}
.flex-pickup:nth-child(3) {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media(min-width:700px) {
  .flex-pickup {
    max-width: 800px;
    padding: initial;
  }
  .pickup:nth-child(1) {
    margin-right: 5%;
  }
  .price, .item-name {
    font-size: 15px;
    padding: 0 10px;
    text-align: center;
  }
  .btn-item-view a {
    text-align: center;
    left: 0px;
    padding: 0;
    display: block;
    bottom: 8px;
    color: #71460d !important;
    font-weight: bold;
  }
  .btn-item-view a::before {
    content: "";
    margin: auto;
    text-align: center;
    top: -2px;
    bottom: 0;
    width: 4px;
    height: 4px;
    border-top: 2px solid #71460d;
    border-right: 2px solid #71460d;
    transform: rotate(45deg);
    left: -14px;
  }
  .flex-pickup:nth-child(3) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .br-sp {
    display: none;
  }
  .center-pickup {
    text-align: center;
  }
  .center-pickup h3 {
	padding-bottom: 10px;
    font-size: 16px;
  }
}
/*-- ピックアップここまで --*/

/*-- シリーズここから --*/
/*.heading-series-bag {
  margin-bottom: 30px;
}*/
.series-bag {
  padding: 0 15px;
}
.bag {
  background: #FFF;
  list-style: none;
  padding-bottom: 60px;
  position: relative;
  flex-grow: 1;
}
.bag h4 {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 15px;
}
.bag p {
  line-height: 1.5;
  padding: 0 5%;
  font-size: 14px;
}
.test02btn {
  text-align: center;
  padding: 0;
  display: block;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.test02btn a {
  font-size: 14px;
  text-align: right;
  right: -15px;
  padding: 0;
  display: block;
  bottom: 15px;
  text-decoration: none;
  color: #71460d !important;
  font-weight: bold;
}
.button {
  position: relative;
  padding-left: 25px;
}
.button::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: -1px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #71460d;
  border-right: 2px solid #71460d;
  transform: rotate(45deg);
  right: 77px;
}
@media(min-width:700px) {
  .button::before { /* くの字の表示設定 */
    content: "";
    margin: auto;
    position: absolute;
    top: -2px;
    bottom: 0;
    width: 4px;
    height: 4px;
    border-top: 2px solid #71460d;
    border-right: 2px solid #71460d;
    transform: rotate(45deg);
    right: 80px;
  }
  .series-bag {
    max-width: 910px;
    margin: auto;
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .bag {
    width: 48%;
  }
  .bag:first-child, .bag:nth-child(3), .bag:nth-child(5) {
    margin-right: 3%;
  }
  .bag p {
    font-size: 15px;
  }
  .bag h4 {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
/*-- シリーズここまで --*/

/*-- 見出しここから --*/
h2 {
  padding-top: 90px;
  padding-bottom: 73px;
}

.section-series h2, .section-pickup h2, .section-service h2 {
  font-size: 22px;
  line-height: 1;
  text-align: center;
}
.section-series h2 span, .section-pickup h2 span, .section-service h2 span {
  font-size: 15px;
}
@media(min-width:700px) {
  h2 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .section-series h2, .section-pickup h2, .section-service h2 {
    max-width: 470px;
    margin: auto;
    font-size: 24px;
  }
  .section-series h2 span, .section-pickup h2 span, .section-service h2 span {
    font-size: 15px;
  }

}
/*-- 見出しここまで --*/

/*-- トップ画像ここから --*/
.wrapper-top {
    background: #fcfbf8;
    max-width: 950px;
	margin: 0 auto;
}
@media(min-width:950px) {
  .wrapper-top {
  
    text-align: center;
  }
  .wrapper-top img {
    object-fit: cover;
    width: 950px;
  }
}
/*-- トップ画像ここまで --*/

/*-- トップここから --*/
.section-top {
  background-color: #fcfbf8;
  padding: 30px 15px;

}
.maintitle {
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 18px;}
.section-top　p {
  font-size: 18px;
}
.section-top h1 {
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 1.5;
}
.section-top h1 span {
  background-image: repeating-linear-gradient(-45deg,#e9cac0 0, #e9cac0 2px,transparent 2px, transparent 4px );
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
}
.section-top span {
  font-weight: 600;
}
.maindescription {
  line-height: 1.4;
      font-size: 16.5px;
}
@media(min-width:700px) {
  .section-top {
	  background-color: #fcfbf8;
    padding: 50px 10px;
  }
	.section-top h1 span {
	background-image: repeating-linear-gradient(-45deg, #e9cac0 0, #e9cac0 2px, transparent 2px, transparent 4px );
    background-repeat: no-repeat;
    background-position: left 24px;
    background-size: 100% 0.6em;

}
	.wrapper-top {
    padding-top: 50px;
}
	.maintitle {
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 1.4;

}
  .section-top p {

    text-align: center;
  }
  .section-top h1 {
    font-size: 30px;
    padding-bottom: 28px;
  }
}
/*-- トップ画像ここまで --*/

/*-- ６つのポイントここから --*/
.icon-point {
  width: 50px;
  height: 50px;
  margin: auto;
  padding-top: 15px;
}
.icon01 {
  position: relative;
  top: 1px;
}
.icon04 {
  position: relative;
  top: 3px;
}
.icon06 {
  position: relative;
  top: 15px;
}
.section-point {
  padding-bottom: 0px;
}
.wrapper-point {
	    background: #fcfbf8;
    max-width: 950px;
	margin: auto;
	 width: 100%;
      height: 100%;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
              align-items: center;
}
.section-point span {
  padding-top: .3em;
      background-position: top left -2px;
      background-repeat: repeat-x;
      background-size: 1em .3em;
      background-image: -webkit-radial-gradient(.12em .12em at center center,#990000,#990000 100%,transparent,transparent);
      background-image: radial-gradient(0.12em 0.12em at center center,#990000,#990000 100%,transparent,transparent);
}
.section-point p {
  color: #333;
  line-height: 1.4;
  font-size: 13px;
  padding-top: 2px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}
.section-point h2 {
  font-size: 20px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.section-point h3 {
  color: #990000;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 15px;
}
.card-point {
  margin: 4px;
  font-size: 14px;
  width: 170px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 5px;
	    border: solid 2px #f6f4ec;
}
.flex-point {
  display: flex; /* フレックスボックスにする */
  flex-wrap: wrap; /* 折り返し指定 */
  justify-content: center;
}
@media(min-width:700px) {
	.wrapper-point {
		background: #FFF;}
	
  .icon-point {
    width: 60px;
    height: 60px;
    margin: auto;
    padding-top: 40px;
  }
  div.icon-point:nth-child(2) {
    padding-top: 54px;
    padding-bottom: 20px;
  }
  div.icon-point:nth-child(3) {
    padding-top: 48px;
    padding-bottom: 20px;
  }
  .section-point {
    margin: 10px;
  }
  .section-point p {
    font-size: 15px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-point h2 {
    font-size: 26px;
    text-align: center;
       padding-top: 60px;
    padding-bottom: 30px;
  }
  .section-point h3 {
    color: #990000;
    font-size: 18px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .card-point {
    margin: 10px;
    font-size: 15px;
    width: 250px;
     }
  .flex-point {
    display: flex; /* フレックスボックスにする */
    flex-wrap: wrap; /* 折り返し指定 */
    justify-content: center;
	  background: #FFF;
    padding-bottom: 50px;
	      max-width: 950px;
    margin: auto;
  }
  .section-point {
    margin: initial;
    padding-bottom: initial;
  }
}
/*-- ６つのポイントここまで --*/

/*-- ダコタ説明ここから --*/
.flex-dakota {
  background: #FFF;
	    margin: 0 15px;
}
.introduction-dakota {
	    padding-top: 70px;
     padding-bottom: 15px;
}
.logo-dakota {
    padding-top: 25px;
    width: 45%;
    margin: auto;
    padding-bottom: 25px;
}
.intro-dakota  {
  font-size: 13.5px;
  line-height: 1.5;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
}
.title-dakota {
	    font-size: 17px;
    padding-top: 0px;
    padding-bottom: 16px;
    padding-left: 15px;
    font-weight: 600;
    line-height: 1.5;
}
@media(min-width:700px) {
  .flex-dakota {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 950px;
    background: #FFF;
    margin: auto;
  }
  .image-dakota {
    display: block;
    width: 48%;
    height: auto;
	 object-fit: cover;
  }
  .description-dakota {
    width: 48%;
  }
	.title-dakota {
	       font-size: 19px;
    padding-right: 35px;
    padding-top: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    font-weight: 600;
    line-height: 1.6;
}
	.intro-dakota {
    font-size: 15px;
    padding-right: 35px;
    padding-top: 0px;
    padding-bottom: 35px;
    padding-left: 0px;
}
  .description-dakota p {

  }
  .introduction-dakota {
    padding-bottom: 60px;
  }
  .logo-dakota {
    padding-top: 40px;
    width: 40%;
    margin: auto;
    padding-bottom: 30px;
	}
  .introduction-dakota {
    padding-top: 60px;
  }
}
/*-- ダコタ説明ここまで --*/

/*-- シリーズここから --*/
.section-series {
  background: #FFFFFF;
}
.section-series h3 {
  background: #f5f5f5;
  text-align: left;
  padding: 4%;
      font-size: 17px;
  max-width: 910px;
  margin: auto;
}
.section-series span {
      font-size: 14px;
}
.flex-series {
  padding: 0 10px;
}
.flex-series h4 {
  text-align: center;
  padding: 10px;
}
/*ボタン赤色*/
.btn-serieslist {
  padding-top: 0px;
  padding-bottom: 70px;
}
.btn-series {
  border: 1px solid #990000;
  margin-left: auto;
  margin-right: auto;
  width: 190px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: #990000;
  font-size: 14px;
  transition: .4s;
}
.btn-series:hover {
  color: #990000 !important;
  background: #fcfbf8;
  transition: .4s;
}
/*ボタン赤色*/
@media(min-width:700px) {
  .flex-series {
    display: flex;
    gap: 30px;
    max-width: 910px;
    margin: auto;
  }
  .image-series {
    width: 100%;
    height: 260px;
  }
  .btn-serieslist {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .btn-series {
    border: 1px solid #990000;
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF !important;
    background: #990000;
    font-size: 16px;
    transition: .4s;
  }
  .btn-serieslist {
    padding-bottom: 90px;
  }
  .section-series h3 {
    padding: 1%;
    font-size: 20px;
  }
  .section-series span {
    font-size: 18px;
  }
}
/*-- シリーズここまで --*/

/*-- ピックアップここから --*/
div.flex-card {
  display: none;
}
.flex-card {
  display: flex;
  gap: 7px;
}
.flex-card:nth-child(2) {
  padding-top: 10px;
  padding-bottom: 10px;
}
.card-item {
  display: flex;
  flex-direction: column;
}
.card-item__description {
  background: #FFFFFF;
  padding: 0 5px;
  flex-grow: 1;
}
.card-item h3 {
  font-size: 12px;
  padding-top: 10px;
}
.card-item h4 {
  font-size: 14px;
  font-weight: 300;
}
.card-item p {
  margin: 5px 0;
  font-size: 12px;
}
.btnlink-buy {
  text-align: center;
  padding-bottom: 10px;
}
.btnlink-buy a {
  text-decoration: none;
  color: #71460d;
  font-weight: bold;
}
.btn-buy {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #71460d;
  text-decoration: none;
}
.btn-buy:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #71460d;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
/*ボタン_アイテム一覧はこちら*/
.btn-item {
  border: 1px solid #990000;
  margin-left: auto;
  margin-right: auto;
  width: 210px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: #990000;
  font-size: 14px;
  transition: .4s;
  margin-top: 25px;
}
.btn-item:hover {
  color: #990000 !important;
  background: #fcfbf8;
  transition: .4s;
}
/*ボタン_アイテム一覧はこちら*/
@media(min-width:700px) {
  .section-pickup {
    max-width: 800px;
    margin: auto;
  }
  .flex-card {
    gap: 20px;
  }
  .flex-card:nth-child(2) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .card-item__description {
    background: #FFFFFF;
    padding: 0 15px;
    flex-grow: 1;
    text-align: center;
  }
  .card-item h3 {
    font-size: 15px;
    padding-top: 15px;
  }
  .card-item h4 {
    font-size: 16px;
  }
  .card-item p {
    margin: 5px 0;
    font-size: 14px;
  }
  /*ボタン_アイテム一覧はこちら*/
  .btn-item {
    border: 1px solid #990000;
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF !important;
    background: #990000;
    font-size: 16px;
    transition: .4s;
    margin-top: 50px;
  }
  /*ボタン_アイテム一覧はこちら*/
}
/*-- ピックアップここまで --*/

/*-- ボタン＿詳細をみる・購入する --*/
.btnlink-buy {
  text-align: center;
  padding-bottom: 10px;
}
.btnlink-detail {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 20px;
}
.btnlink-buy a, .btnlink-detail a {
  text-decoration: none;
  color: #71460d;
  font-weight: bold;
}
.btn-buy, .btn-detail {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #71460d;
  text-decoration: none;
}
.btn-buy:before, .btn-detail:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #71460d;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
/*-- ボタン＿詳細をみる・購入する --*/

/*-- サービスここから --*/
.spimage-service01, .spimage-service02 {
  display: block;
}
.pcimage-service01, .pcimage-service02 {
  display: none;
}
.section-service {
  margin: 0 15px;
}
.flex-wrapping, .flex-message {
  background: #FFF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.title-wrapping, .title-message {
  color: #990000;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px
}
.description-wrapping h3, .description-message h3 {
  font-size: 16px;
  padding-top: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.description-wrapping__sentence, .description-message__sentence {
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.5;
  font-size: 14px;
}
.btn-service {
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #fff;
  font-size: 13px;
  transition: .4s;
  margin-top: 15px;
}
.btn-service:hover {
  color: #fff;
  background: #333333;
  transition: .4s;
}
@media(min-width:740px) {
  .spimage-service01, .spimage-service02 {
    display: none;
  }
  .pcimage-service01, .pcimage-service02 {
    display: block;
    width: 48%;
    height: auto;
  }
  .flex-wrapping, .flex-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 950px;
    background: #FFF;
    margin: auto;
  }
  .flex-message {
    flex-direction: row-reverse;
  }
  .flex-wrapping, .flex-message {
    margin-bottom: 60px;
  }
  .title-wrapping, .title-message {
    font-size: 16px;
  }
  .description-wrapping h3, .description-message h3 {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 20px;
  }
  .description-message h3 {
    padding-left: 50px;
  }
  .description-wrapping__sentence, .description-message__sentence {
    font-size: 15px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .description-wrapping, .description-message {
    width: 46%;
  }
  .description-wrapping p {
    padding-right: 50px;
    font-size: 15px;
  }
  .description-message p {
    padding-left: 50px;
    font-size: 15px;
  }
  .btn-service {
    border: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;
    background: #fff;
    font-size: 14px;
    transition: .4s;
    margin-top: 37px;
  }
  .btn-service:hover {
    color: #fff !important;
    background: #333333;
    transition: .4s;
  }
  .title-wrapping, .title-message {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .flex-wrapping, .flex-message {
    padding-bottom: 0px;
  }
}
/*-- サービスここまで --*/

/*-- センティーレここから --*/
.br-pc {
  display: none;
}
.image-aboutsentire {
  position: relative;
}
.image-aboutsentire:before { /*スペースを作る*/
  content: '';
  top: 0;
  left: 0;
  width: 100%; /*指定したい幅*/
  padding-top: 5%; /*画像の幅に対する高さ比率*/
  display: block;
}
.image-aboutsentire:after { /*画像を絶対配置*/
  position: absolute;
  content: '';
  top: 0;
  left: 25%;
  display: block;
  width: 50%; /*幅*/
  height: 300px; /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(https://image.rakuten.co.jp/sentire/cabinet/html/dakota_feature/about-sentireone.gif);
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
}
.image-aboutsentire {
  max-width: 950px;
  margin: auto;
}
.about-sentire h3 {
  padding-top: 40px;
  padding-bottom: 30px;
}
.about-sentire h2 {
  font-size: 16px;
  text-align: center;
}
.about-sentire__description {
  line-height: 1.5;
  font-size: 14px;
  padding: 0 15px;
}

/*スラッシュ見出し*/
@media(min-width:740px) {
  .about-sentire h2 {
    font-size: 18px;
  }
  .br-pc {
    display: block;
  }
  .about-sentire__description p {
    text-align: center;
    font-size: 15px;
  }

  .image-aboutsentire:after { /*画像を絶対配置*/
    position: absolute;
    content: '';
    top: 0;
    left: 30%;
    display: block;
    width: 40%; /*幅*/
    height: 300px; /*どれだけデカくなってもはみ出ないであろう高さを指定*/
    background-image: url(https://image.rakuten.co.jp/sentire/cabinet/html/dakota_feature/about-sentireone.gif);
    background-size: contain;
    background-repeat: no-repeat; /*画像を繰り返さない*/
  }
}
/*-- センティーレここまで --*/

/*-- 10年以上取り扱い --*/
.section-overtenyears {
  padding: 0 15px;
  margin-top: 26px;
  padding-bottom: 26px;
}
.label {
  width: 36%;
  margin: auto;
}
.section-overtenyears h3 {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 12px;
}
.descriptopn-overtenyears p {
  line-height: 1.5;
  font-size: 14px;
}
@media(min-width:700px) {
  .section-overtenyears {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 950px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .section-overtenyears h3 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .descriptopn-overtenyears p {
    font-size: 15px;
  }
  .descriptopn-overtenyears {
    width: 68%;
  }
  .label {
    width: 15%;
	  margin: initial;
	  margin-right: 20px;
  }
}
/*-- 10年以上取り扱い --*/

/* micro clearfix
-----------------------------------------------------*/
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/* PC改行位置 */
br.smp {
  display: none;
}
br.pc {
  display: inline;
}
/* PCテキスト表示 */
span.smp {
  display: none;
}
span.pc {
  display: inline;
}
/* 非表示箇所*/
#header_smp, #header_smp2, #footer_smp, .itemlink {
  display: none;
}
/* 新ヘッダー（上部メイン）のアイフレームの高さ調節 ■■■ header_main.html用 */
.header_main {
  height: 820px !important;
} /* 大イベント時 height:1120px、年末年始アナウンス時980px、あすらく配送日時1000px、通常880px */
/* バナー少なめヘッダーのアイフレームの高さ調節　head_item_out.html用　ゲンテン関連に使用 */
.head_item_out {
  height: 980px !important;
} /* 大イベント時 height:1120px、通常時720px */
/* 新ヘッダー（上部メイン）のアイフレームの高さ調節 ■■■ header_main.html用 */
/* エントリーページに使用、タブメニューや検索フォーム、買い物かごボタンの無いシンプルなヘッダー */
.header_simple {
  height: 120px;
}
/* 新ヘッダー（下部サブヘッダー）のアイフレームの高さ調節 ■■■ head_sub_ranking.html用 */
/* テロップなし720px テロップあり760px（特集バナー:120px　オリジナルバナー：96px） */
.header_sub_ranking {
  height: 860px; /* height:850px; */
}
/* オリジナルアイテムページ追加 710px */
/* 新ヘッダー（下部サブヘッダー）のアイフレームの高さ調節 ■■■ head_sub_item.html用 */
/* 通常370px（特集バナー:120px　オリジナルバナー：96px） */
.header_sub_item {
  height: 370px;
}
/* 新ヘッダー（下部サブヘッダー）のアイフレームの高さ調節 ■■■ head_sub_item_out.html用 */
/* 通常240px　*/
.header_sub_10baionly {
  height: 240px;
}
/* 暫定新ヘッダー（iframe2つへ移行前）のアイフレームの高さ調節　head_ranking.html用  （通常1000px　テロップ時1130px  感謝祭1100px） */
.header_ranking {
  height: 1000px;
}
/* 旧ヘッダーのアイフレームの高さ調節　head_item.html用 主にブランドページに使用 （通常740px　感謝祭840px）*/
.head_item {
  height: 740px;
}
/* 旧ヘッダーのアイフレームの高さ調節　head_10baionly.html用 （通常620px　感謝祭720px） */
.head_10baionly {
  height: 890px;
}
/* 旧ヘッダーのアイフレームの高さ調節　head_ranking.html用  （通常950px　テロップ時980px:感謝祭1080px） */
.head_ranking {
  height: 950px;
}
/* 旧ヘッダーのアイフレームの高さ調節　head.html用 */
.head {
  height: 380px;
}
/* レフトのアイフレームの高さ調節　left15.html用 */
.left {
  height: 7820px;
}
/*.left { height:7300px; }*/
/*.left { height:3900px; }*/
/* レフトのアイフレームの高さ調節　left-genten.html用　ゲンテン関連に使用  */
.left-genten {
  height: 3800px;
}
/* foot_fullのアイフレームを外側から調整 */
.foot_full {
  width: 950px;
  height: 2220px;
  margin: 0 auto;
  display: block;
}
/* foot_walletのアイフレームを外側から調整 */
.foot_wallet {
  width: 950px;
  height: 1180px;
  margin: 0 auto;
  display: block;
}
/* footer_miniのアイフレームを外側から調整 */
.foot_mini {
  width: 950px;
  height: 150px;
  margin: 0 auto;
  display: block;
}
/* ※同名のid（下記）が存在するので注意。.foot_miniはiframeの外側のスタイルを調整しています  */
/*----- footer-mini.html（最低限の情報のフッター）のスタイル -----*/
body#foot_mini .nav {
  width: 950px;
  margin: 10px auto 48px;
}
body#foot_mini .nav a {
  font-size: 12px;
  width: 100px;
  display: block;
  float: left;
  border-right: 1px solid #ccc;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
}
body#foot_mini .nav a:hover {
  text-decoration: underline;
}
body#foot_mini .nav a:first-child {
  margin-left: 10px
}
body#foot_mini .nav a:last-child {
  border-right: none;
}
/* body#foot_miniを初期化 */
body#foot_mini {
  background: transparent;
  background-image: none;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%; /* iOS文字サイズ調整 */
}
body#foot_mini, body#foot_mini html {
  width: 100%; /* スマホPC表示用に明示 */
}
/* copyright表記のスタイル */
body#foot_mini .foot_copyright {
  font-size: 14px;
  width: 950px;
  margin: 0 auto 36px;
  text-align: center;
  background-color: transparent;
}