html {
  font-size: 62.8%;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

a:hover {
  transition: background .3s;
}

/*---------------------------------

    共通パーツ

---------------------------------*/
.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

.w-1200 {
  width: 1200px;
  margin: 0 auto;
}

.content-inner {
  position: relative;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }

  .is-pc {
    display: none;
  }

  .w-1200 {
    width: 100%;
    padding: 0 20px;
  }
}

.main-contents {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  width: 100%;
  overflow: hidden;
}

/*---------------------------------

  タイトル

---------------------------------*/
.content-ttl {
  color: #fff;
  font-size: 56px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  position: relative;
  text-align: center;
}

.content-ttl.red {
  color: #e64646;
}

.content-ttl.orange {
  color: #ee5000;
}

.content-ttl span {
  font-size: 80%;
}

.content-ttl.t-left {
  text-align: left;
}

.content-ttl-dec {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}

.content-ttl-takeuchi,
.content-ttl-kani {
  position: absolute;
}

.content-ttl-blc {
  padding: 127px 0 137px;
  margin-top: 120px;
}

.content-ttl-blc.content-left {
  background: url("../images/content-bg_left.png") no-repeat top center;
  min-height: 800px;
}

.content-ttl-blc.content-right {
  background: url("../images/content-bg_right.png") no-repeat top center;
  min-height: 730px
}

.content-ttl-inner {
  position: relative;
}

.content-subttl {
  text-align: center;
}

.content-subttl.red span {
  color: #e64646;
}

.content-subttl span {
  font-size: 4.8rem;
  color: #ee5000;
  font-weight: bold;
  margin-bottom: 110px;
  position: relative;
  display: inline-block;
}

.content-subttl span:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 24px;
  background: url('../images/bg_orange.png');
  bottom: 0;
  left: 0;
  z-index: -5;
}

.content-subttl.red span:before {
  background: url('../images/bg_red.png');
}

.content-ttl-lead {
  font-size: 2rem;
  line-height: 1.8;
  color: #fff;
  margin-top: 50px;
  font-weight: bold;
  text-align: center;
}

.content-ttl-img {
  position: absolute;
  top: -177px;
  right: 0px;
  height: auto;
}


.content02-ttl {
  margin-top: 105px;
}

.content03-ttl {
  margin-top: 105px;
}

.content04-ttl {
  margin-top: 125px;
}

.content05-ttl {
  margin-top: 135px;
}

.content06-ttl {
  margin-top: 135px;
}

.content07-ttl {
  margin-top: 140px;
}

.content_chef-ttl {
  margin-top: 135px;
}

.content_report-ttl {
  margin: 55px 0 40px;
}

.content-gift-ttl {
  margin: 55px 0 40px;
}

/* タイトル_竹内さん・カニ */
.content-ttl-takeuchi.content02 {
  right: -192px;
  top: -83px;
}

.content-ttl-kani.content02 {
  top: -195px;
  left: -90px;
}

.content-ttl-takeuchi.content03 {
  left: -75px;
  top: -312px;
}

.content-ttl-kani.content03 {
  top: -190px;
  right: -120px;
  width: 350px;
  height: auto;
}

.content-ttl-kani.content04 {
  top: -80px;
  left: -90px;
}

.content-ttl-kani.content05 {
  top: -225px;
  left: 0;
}

.content-ttl-kani.content06 {
  top: -190px;
  right: -130px;
  width: 394px;
  height: auto;
}

.content-ttl-kani.content_chef {
  top: -200px;
  right: -130px;
  width: 395px;
  height: auto;
}

/* タイトルブロック */
.content-ttl-blc.content01 {
  padding-top: 205px;
  z-index: 3;
  position: relative;
}

.content-ttl-blc.content02 {
  margin-top: -220px;
  margin-bottom: 50px;
}

.content-ttl-blc.content03,
.content-ttl-blc.content05 {
  z-index: 3;
  position: relative;
}

.content-ttl-blc.content04,
.content-ttl-blc.content06 {
  margin-top: -200px;
}

.content-ttl-blc.content05 {
  margin-top: -160px;
}


/*---------------------------------

      MV

---------------------------------*/

.mv {
  background: url(../images/mv_bg.png), linear-gradient(90deg, #ee5000 0%, #ee5000 50%, #e64646 50%, #e64646 100%);
  /* background: url(../images/mv_summer_pc.jpg); */
  background-repeat: no-repeat;
  background-position: center center;
  /* background-size: contain;
  background-color: #2466b1; */
  width: 100%;
  /* height: 702px; */
  height: 493px;
  position: relative;
}

.mv-fire-flower {
  position: absolute;
  right: -125px;
  top: 210px;
}

.mv-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 15px;
}

.mv-ttl-blc {
  left: 50%;
  top: 50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 457px;
  z-index: 100;
}

.mv-ttl {
  width: 100%;
  height: auto;
}

.sale-banner {
  margin: 30px auto 0;
  display: block;
}

.mv-catch {
  position: absolute;
  left: 50%;
  bottom: -273px;
  /* bottom: -165px; */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  /* width: 908px; */
  width: 810px;
}

.mv-logo {
  position: absolute;
  top: 40px;
  left: 0;
  width: 98px;
}

.mv-badge {
  position: absolute;
  top: 40px;
  right: 0;
  width: 152px;
}

.mv-note {
  font-size: 1.2rem;
  color: #fff;
  text-align: right;
}

.mv-txt-wrap {
  /* margin: 178px auto 0; */
  margin: 303px auto 0;
  text-align: center;
}

.mv-txt-wrap-sp {
  margin: 20px auto 0;
  padding: 0 15px;
  text-align: center;
}

.mv-block {
  display: inline-block;
}

.mv-subtxt {
  font-size: 24px;
  font-weight: bold;
}

.mv-subtxt span {
  font-size: 32px;
}

.mv-mintxt {
  font-size: 32px;
  font-weight: bold;
  color: #ee5000;
  margin: 20px 0;
}

.mv-mintxt span {
  font-size: 40px;
}

.mv-waku-img img {
  display: block;
  margin: 31px auto 36px;
  padding: 0 15px;
}

/*---------------------------------

    アンカーリンク

---------------------------------*/
.pagelink {
  background: #ee5000;
  border-radius: 8px;
  /* margin-top: 60px; */
  margin-top: 300px;
  box-sizing: border-box;
}

.link-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 103px;
}

.link-list-inner {
  width: 200px;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.link-list-inner a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.link-list-inner a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  width: 14px;
  height: 8px;
  background-image: url("../images/arrow.svg");
  background-size: contain;
}

.link-list-inner:first-of-type a {
  border-radius: 8px 0 0 8px;
}

.link-list-inner:last-of-type a {
  border-radius: 0 8px 8px 0;
}

.link-list-inner a:hover {
  color: #ee5000;
  background: #fff;
  border: 5px solid #ee5000;
  box-sizing: border-box;
}

.link-list-inner a:hover::after {
  background-image: url("../images/arrow_orange.svg");
  bottom: 10px;
}

.link-list-inner+.link-list-inner::after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/*---------------------------------

　　購入ボタン

---------------------------------*/
.buy-btn {
  width: 100%;
  height: 60px;
  display: flex;
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.buy-btn:hover {
  transition: all .3s;
}

.buy-btn:hover .buy-btn_left {
  background: #147800;
}

.buy-btn:hover .buy-btn_right {
  background: linear-gradient(90deg, #17c300 0%, #a2de02 100%);
}

.buy-btn_left {
  width: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0050c8;
}

.buy-btn_left img {
  width: 20px;
  height: auto;
}

.buy-btn_right {
  color: #fff;
  width: 72%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  background: linear-gradient(90deg, #3ca0ff 0%, #3cd2f0 100%);
}

/* 出荷予定ボタン */
.buy-btn_right.schedule-txt {
  flex-direction: column;
  line-height: 1.5;
}

.buy-btn_right.schedule-txt span {
  display: block;
  font-size: 1.4rem;
}

/* 完売（入荷予定）ボタン */
.soldout-btn {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background: #808080;
  border-radius: 8px;
  pointer-events: none;
}

.soldout-text {
  color: #fff;
  font-size: 1.8rem;
}

.soldout-text.middle {
  font-size: 1.6rem;
}

.soldout-text.small {
  font-size: 1.2rem;
}

/*---------------------------------

  商品一覧（ページ上下）

---------------------------------*/

.products {
  background: url("../images/bg_orange.png") repeat;
  background-color: #fff;
  margin-top: 40px;
}

.products.bottom {
  position: relative;
  z-index: 3;
}

.products-inner {
  padding: 40px 0;
}

.product-ttl {
  width: 100%;
  padding: 28px 0;
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
  background: #fff;
  border: 5px solid #e64646;
  color: #e64646;
  font-weight: bold;
}

.product-ttl span {
  font-size: 130%;
}

.products-blc {
  display: flex;
  justify-content: space-between;
}

.products-blc+.products-blc {
  margin-top: 15px;
}

.products-blc li {
  width: 230px;
  position: relative;
}

.products-blc.large li {
  width: 590px;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.products-blc.large .products-img {
  width: 360px;
  height: 400px;
  /* min-height: 400px; */
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.products-blc.large .products-img img {
  max-width: none;
}

.badge-small {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
}

.badge-large {
  position: absolute;
  top: -13px;
  left: -15px;
}

.products-detail {
  background: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}

.products-blc.large .products-detail {
  flex: 1;
}

.products-detail-blc {
  margin-top: 20px;
}

.products-blc.large .products-detail-blc {
  margin-top: 20px;
}

.products-detail-blc+.products-detail-blc {
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.products-detail-blc.large {
  margin-top: 65px;
}

.products-detail-blc.large+.products-detail-blc.large {
  margin-top: 20px;
}

.products-detail-blc .buy-btn,
.products-detail-blc .soldout-btn {
  margin-top: 10px;
}

.price-down-mgn {
  margin-top: 65px !important;
}

@-moz-document url-prefix() {
  .price-down-mgn {
  margin-top: 84px !important;
}
}

.products-name {
  font-size: 1.6rem;
  line-height: 1.4;
}

.products-name span {
  font-size: 1.4rem;
}

.products-sub-name {
  font-size: 1.5rem;
}

.products-sub-name span {
  font-size: 80%;
}

.products-price {
  font-size: 1.8rem;
  position: relative;
}

.products-price-down-35 {
text-align: left;
padding-left: 1em;
}

.price-indent {
  margin-left: 1em;
}

.mv-price-indent {
  margin-left: 2em;
}

/* セール中価格 */
.products-original-price {
  font-size: 1.4rem;
  text-decoration: line-through;
}

.products-sale-price {
  margin-top: 5px;
  font-size: 2rem;
}

.products-original-price.large {
  font-size: 1.6rem;
  margin-top: 15px;
}

.products-sale-price.large {
  font-size: 2.4rem;
  margin-top: 0;
}

.sale-badge {
  font-size: 1.2rem;
  color: #fff;
  background: #c80000;
  font-weight: bold;
  padding: 2px 8px;
  display: inline-block;
}

.sale-sub-txt {
  font-size: 1.2rem;
  color: #555;
}

.products-price span,
.products-original-price span,
.products-sale-price .sale-txt-red {
  color: #c80000;
}

.products-price::after,
.products-original-price::after,
.products-price_2::after {
  content: '（税込・送料別）';
  font-size: 1.2rem;
  color: #555;
}

.double-line span {
  color: #000;
}

.double-line:before {
  content: "";
  position: absolute;
  border-top: 3px double #e64646;
  width: 180px;
  top: 50%;
  left: 15px;
}

.content03-border-line:before {
  content: "";
  position: absolute;
  border-top: 3px double #e64646;
  width: 210px;
  top: 60%;
  left: 0;
}

.content03-border-line span {
  color: #000 !important;
}



/* カニスプーン2本プレゼント */
.present-blc {
  border: 5px solid #e64646;
  padding: 36px 0;
  text-align: center;
  background: #fff;
  width: 100%;
  margin-bottom: 32px;
  color: #e64646;
  position: relative;
}

.present-blc.content03 {
  margin-top: 60px;
}

.present-l-txt {
  font-size: 2.4rem;
  font-weight: bold;
}

.present-l-txt .txt-l {
  font-size: 120%;
}

.present-l-txt .txt-s {
  font-size: 80%;
}

.present-s-txt {
  font-size: 1.8rem;
  margin-top: 5px;
  font-weight: bold;
}

.present-img {
  position: absolute;
  top: -16px;
  right: -19px;
}

.products-note {
  font-size: 1.2rem;
  margin-top: 10px;
}

.discount {
  margin-top: 80px;
  text-align: center;
}

.discount_ttl {
  text-align: center;
  font-size: 5.6rem;
  color: #e64646;
  margin-bottom: 40px;
}

.discount_ttl span {
  font-size: 60%;
}

.discount_txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

.discount_txt+.discount_txt {
  margin-top: 40px;
}

.discount_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.discount_img img {
  max-width: 100%;
}

.discount_img .qr_img {
  height: 125px;
  width: auto;
  border: 1px solid #cfcfcf;
  margin-left: 20px;
}

.sampleset_bnr {
  margin: 80px auto 0;
}

/*---------------------------------

　貝印がカニ販売を始めた理由

---------------------------------*/
.content01-lead-blc {
  z-index: 5;
  position: relative;
  margin-top: -205px;
}

.content01-lead-img {
  z-index: 10;
  position: relative;
  float: left;
  margin-top: -40px;
}

.content01-lead {
  background: #fff;
  padding: 40px 40px 40px 80px;
  box-sizing: border-box;
  width: 670px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 40px 0 0 auto;
}

.content01-lead-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.content01-lead-txt {
  font-weight: bold;
}

.content01-img {
  display: none;
}

/*---------------------------------

  「衝撃的」である理由

---------------------------------*/
.content02-reasonblc+.content02-reasonblc {
  margin-top: 100px;
}

.content02-leftblc,
.content02-rightblc {
  display: flex;
  position: relative;
}

.content02-rightblc {
  margin-top: 100px;
  justify-content: flex-end;
}

.content02-txtbox {
  width: 55%;
  max-width: 660px;
  margin-top: 40px;
  color: #fff;
  position: relative;
}

.content02-txtimg {
  position: absolute;
  bottom: -15px;
  right: -95px;
  z-index: 10;
}

.content02-leftblc .content02-txtbox {
  background: #ee5000;
  padding: 50px 100px 40px 50px;
}

.content02-rightblc .content02-txtbox {
  background: #e64646;
  padding: 50px 50px 40px 100px;
}

.content02-txtbox-ttl {
  font-size: 4rem;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.6;
}

.content02-txtbox-subttl {
  font-size: 2.8rem;
  font-weight: bold;
}

.content02-txtbox-ttl span,
.content02-txtbox-subttl span {
  font-size: 75%;
}

.content02-txtbox-main {
  font-size: 1.6rem;
  margin-top: 30px;
  line-height: 1.875;
}

.content02-txtbox-main span {
  color: #000;
  background: #fff;
  font-weight: bold;
  padding: 5px 0 5px 5px;
}

.content02-txtbox-main+.content02-txtbox-main {
  margin-top: 10px;
}

.content02-imgbox {
  width: 43%;
  max-width: 520px;
  z-index: 2;
}

.content02-imgbox img {
  width: 100%;
}

.content02-leftblc .content02-imgbox {
  margin-left: -60px;
}

.content02-rightblc .content02-imgbox {
  margin-right: -60px;
}

.content02-bg {
  width: 40%;
  height: 540px;
  position: absolute;
  top: 120px;
}

.content02-bg.left {
  background: url("../images/bg_orange.png");
  right: 0;
  max-width: calc(100% - 550px);
}

.content02-bg.right {
  background: url("../images/bg_red.png");
  left: 0;
}

.content02-blcwrap {
  position: relative;
}

.content02-point {
  margin-top: 40px;
}

.content02-point-img {
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

/* 商品の最終加工は、北海道で行っています */
.content02-process {
  margin-top: 80px;
}

.process-ttl {
  font-size: 3.2rem;
  color: #ee5000;
  text-align: center;
  font-weight: bold;
}

.process-ttl span {
  color: #e64646;
}

.process-lead {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  line-height: 1.77;
}

.process-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 95px;
}

.process-list li {
  width: 276px;
  position: relative;
}

.process-number {
  position: absolute;
  width: 60px;
  height: auto;
  top: -10px;
  left: -10px;
}

.process-detail {
  height: 116px;
  padding: 20px;
  box-sizing: border-box;
  background: #facab2;
  font-size: 1.6rem;
}

.process-words {
  position: absolute;
  bottom: -95px;
  left: 50%;
  transform: translateX(-50%);
}

/* 衝撃的に旨い3種類の蟹 */
.content02-type {
  margin: 80px auto;
}

.content02-type-clm {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.content02-type-blc {
  width: calc(100%/3 - 20px);
}

.type-blc-img {
  position: relative;
}

.type-blc-name {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 15px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  background: #e64646;
}

.content02-type-blc.zuwai .type-blc-name,
.content02-type-blc.zuwai .type-blc-star {
  background: #ee5000;
}

.type-blc-star {
  padding: 16px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  background: #e64646;
  text-align: center;
}

.type-blc-comment {
  padding: 20px 20px 12px;
  background: #facab2;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

/* さばき名人 */
.content02-column {
  margin-top: 60px;
  position: relative;
  z-index: 5;
}

.column-wrap {
  border: 20px solid #1b48a6;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  background: #fff;
}

.column-inner {
  padding: 60px;
}

.column-catch {
  position: absolute;
  top: -56px;
  right: 68px;
}

.column-ttl {
  width: 508px;
}

.column-process {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  z-index: 5;
  position: relative;
}

.column-process-list-blc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.column-process-list {
  text-align: center;
  font-size: 1.6rem;
}

.column-process-list+.column-process-list {
  margin-left: 30px;
}

.column-process-list p {
  margin-top: 20px;
}

.column-movie {
  width: 360px;
  height: 316px;
}

.column-also {
  background: #e6ebf0;
  padding: 30px 60px 40px;
}

.column-also-inner {
  display: flex;
  justify-content: space-between;
}

.column-also-catch {
  font-size: 2.8rem;
  color: #1b48a6;
  font-weight: bold;
  align-self: center;
}

.column-feature {
  display: flex;
}

.column-feature-img {
  margin: -60px 20px 0 0;
  align-self: flex-start;
}

.column-feature-ttl {
  color: #1b48a6;
  font-size: 2.4rem;
  font-weight: bold;
}

.column-feature-detail {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 10px;
}

.column-also-material {
  margin-top: 20px;
  font-size: 1.4rem;
}

.column-bottom {
  background: #1b48a6;
  padding: 30px 0 20px 64px;
  position: relative;
}

.column-bottom-txt {
  font-size: 4.4rem;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.column-bottom-txt span {
  font-size: 75%;
}

.column-bottom-img {
  position: absolute;
  top: -60px;
  right: 56px;
}

.column-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/bg_blue.png");
  top: 20px;
  left: 20px;
  padding: 0 20px 20px 0;
  z-index: 2;
}


/*---------------------------------

  商品ラインナップ

---------------------------------*/
.content01-blc {
  background: url("../images/bg_orange.png");
  padding-bottom: 320px;
}

.content03-blc,
.content05-blc {
  background: url("../images/bg_orange.png");
  padding-bottom: 80px;
}

.content03-product {
  margin-top: -420px;
  position: relative;
  z-index: 5;
}

.content03-product-list {
  width: 100%;
  background: #fff;
  display: flex;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 20px;
  /* align-items: center; */
}

.content03-product-list+.content03-product-list {
  margin-top: 30px;
}

.product-list-badge {
  position: absolute;
  top: -20px;
  left: -20px;
}

.product-list-img,
.product-list-img-s {
  margin: 0;
}

.product-list-detail {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  margin-left: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.product-list-name {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-list-name span {
  font-size: 1.8rem;
}

.product-list-content {
  font-size: 1.6rem;
  line-height: 1.6;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  width: 100%;
}

.product-list-comment {
  font-size: 1.2rem;
  margin-top: 5px;
}

.product-list-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: calc(100% - 50px);
  bottom: 20px;
}

.product-list-box {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  margin-top: 20px;
}

.product-list-box .products-detail {
  text-align: left;
  padding: 0;
  width: calc(50% - 20px);
}

.product-list-box .products-detail:first-of-type {
  padding: 0 20px 0 0;
  border-right: 1px solid #e0e0e0;
  width: 50%;
}

.product-list-box.clear {
  position: inherit;
}

.product-slide-list {
  align-self: center;
}

.product-list-img-s {
  align-self: center;
}

.product-list-set {
  font-size: 2rem;
  line-height: 1;
}

.product-list-set span {
  font-size: 1.4rem;
}

.product-list-price {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 15px;
  position: relative;
}

.product-list-price span {
  color: #e60000;
}

.product-list-price::after {
  content: '（税込・送料別）';
  white-space: pre;
  font-size: 1.2rem;
  color: #333;
}

.product-list-note {
  font-size: 1.6rem;
  margin-top: 20px;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

.product-option {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.product-option-txt {
  width: 50%;
  height: 400px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-option-detail {
  color: #ee5000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}

.product-option-note {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 20px;
}

.product-point {
  width: 100%;
  background: #fff;
  border: 10px solid #ee5000;
  box-sizing: border-box;
  padding: 50px 0 40px;
  margin-top: 40px;
  text-align: center;
}

.product-point-text {
  font-size: 2.4rem;
  font-weight: bold;
}

.product-point-text .red {
  color: #c80000;
}

.product-point-text .small {
  font-size: 80%;
}

.product-point-note {
  font-size: 1.2rem;
  margin-top: 24px;
}

/*---------------------------------

  蟹を送ろう

---------------------------------*/
.content-gift {
  padding-top: 80px;
}

.content-gift-lead,
.content_report-lead,
.content_realvoice-lead {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

.content-gift-kv {
  margin: 40px auto 0;
  width: 100vw;
  position: relative;
}

.content-gift-kv-bg {
  background: url(../images/bg_orange.png) repeat;
  width: 100%;
  height: 240px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.content-gift-kv img {
  margin: auto;
  z-index: 10;
  position: relative;
}

.content-gift-clm {
  margin-top: 60px;
  padding: 0 50px;
  position: relative;
}

.gift-clm-txt {
  background: #ee5000;
  padding: 40px 80px 40px 40px;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #fff;
  width: 730px;
}

.gift-clm-img {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 10;
}

.gift-clm-voiceimg {
  margin-top: 80px;
}


/*-----------------------------

　贈った方ともらった方の声

-----------------------------*/
.content-gift-voice,
.content_realvoice {
  padding: 80px 0 260px;
  margin-top: 80px;
  background: url(../images/bg_orange.png) repeat;
}

.giftvoice-give-clm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 80px;
}

.giftvoice-give-clm img {
  margin-left: -20px;
}

.giftvoice-give-txtblc {
  background: #FFF;
  padding: 40px;
  width: 720px;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
}

.giftvoice-give-txtblc:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 20px 8px 0;
  border-color: transparent #fff transparent transparent;
}

.giftvoice-give-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: #ee5000;
}

.giftvoice-give-ttl span,
.giftvoice-get-ttl span {
  font-size: 80%;
}

.giftvoice-give-txt,
.giftvoice-get-txt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 15px;
}

.giftvoice-give-txt span {
  color: #fff;
  background: #ee5000;
  font-weight: bold;
  padding: 5px;
}

.giftvoice-get-txt span {
  color: #fff;
  background: #e64646;
  font-weight: bold;
  padding: 5px;
}

.giftvoice-get-clm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.giftvoice-get-clm img {
  margin-right: -20px;
}

.giftvoice-get-txtblc {
  background: #FFF;
  padding: 40px 40px 40px 158px;
  width: 640px;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
}

.giftvoice-get-img {
  display: none;
}

.giftvoice-get-txtblc:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 20px;
  border-color: transparent transparent transparent #fff;
}

.giftvoice-get-txtblc img {
  position: absolute;
  bottom: 0;
  left: -44px;
}

.giftvoice-get-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: #e64646;
}

/*-----------------------------

　オススメの食べ方

-----------------------------*/
.content04-catch {
  margin-top: -320px;
  width: 100%;
}

.content04-catch-main {
  margin: 0 0 0 auto;
}

.content04-catch-txt {
  width: 40%;
  padding: 40px;
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin: -360px 0 0 -40px;
  z-index: 2;
  position: relative;
}

.content04-catch-sub {
  margin-left: 190px;
}


/*-----------------------------

　人気料理人オススメレシピ

-----------------------------*/
.content-inner.content_chef {
  margin-top: -220px;
}

.content_chef-recipeblc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.content_chef-recipe {
  width: 560px;
}

.recipe-ttl {
  text-align: center;
  color: #ee5000;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 40px;
}

.recipe-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.recipe-material {
  width: 180px;
}

.recipe-material-ttl,
.recipe-howto-ttl {
  font-size: 2rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
}

.recipe-material-list,
.recipe-howto-list {
  margin-top: 24px;
  font-size: 1.6rem;
}

.recipe-material-list+.recipe-material-list {
  margin-top: 32px;
}

.recipe-material-list li+li {
  margin-top: 10px;
}

.recipe-howto {
  width: 340px;
}

.recipe-howto li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.recipe-howto li+li {
  margin-top: 20px;
}

.content_chef-txt {
  margin: 80px auto 0;
  width: 780px;
}

.content_chef-profblc {
  display: flex;
  align-items: flex-start;
  margin-top: 100px;
}

.prof-img {
  box-shadow: -20px -20px #ee5000;
}

.prof-txt {
  background: #fff;
  margin-top: 40px;
  padding: 30px 40px;
  box-shadow: 20px 20px #e64646;
  flex: 1;
}

.prof-name {
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  color: #e64646;
}

.prof-name span {
  font-size: 2.4rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 1em;
}

.prof-detail {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 24px;
}

/* 飲食店のメニューに採用されました */
.content_chef-shop {
  background: url(../images/bg_orange.png) repeat;
  padding: 80px 0 230px;
  margin-top: 120px;
}

.shop-info {
  width: 90%;
  margin: auto;
  padding: 50px 60px 0;
  background: #ffe0d0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.shop-menu-ttl {
  font-size: 4.0rem;
  color: #ee5000;
  font-weight: bold;
  text-align: center;
  padding-bottom: 50px;
}

.shop-col {
  font-size: 1.6rem;
  position: relative;
}

.shop-info-wrap {
  width: 46%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.shop-name {
  font-size: 2.8rem;
  font-weight: bold;
  color: #ee5000;
  padding-bottom: 15px;
  border-bottom: 1px solid #ee5000;
}

.shop-txt {
  padding: 15px 0 20px;
  font-size: 1.6rem;
  line-height: 1.875;
}

.shop-info-img {
  display: inline-block;
}

.shop-img-wrap {
  display: inline-block;
  width: 47%;
}

.shop-info-img01 {
  position: relative;
  left: 50px;
  bottom: 60px;
  width: 42%;
  display: inline-block;
}

.shop-info-img02 {
  display: inline-block;
  position: relative;
  left: 100px;
  width: 89%;
}

.shop-menu {
  width: 90%;
  margin: auto;
  padding: 50px 60px 160px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.shop-comment {
  font-size: 1.8rem;
  color: #ee5000;
  font-weight: bold;
}

.menu-txt {
  padding-top: 15px;
  font-size: 1.6rem;
  position: absolute;
  width: 80%;
  line-height: 1.875;
}

.shop-menu-wrap {
  display: flex;
  justify-content: space-between;
}

.shop-menu-list {
  position: relative;
  top: 150px;
}

.shop-menu-list+.shop-menu-list {
  padding-left: 40px;
}

.shop-menu-img {
  display: inline-block;
}

.shop-menu-detail {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  border: 5px solid #ee5000;
  margin: 0 45px;
  background: #fff;
  position: relative;
  top: -35px;
  padding: 15px;
}

.menu-price {
  font-size: 1.6rem;
  font-weight: normal;
}

.menu-col-txt {
  font-size: 2.6rem;
}

.menu-sub-txt {
  padding: 15px 0 40px;
  font-size: 1.8rem;
}

.menu-col {
  top: 140px;
  position: relative;
  text-align: center;
}

/*-----------------------------

　購入者の声

-----------------------------*/
.content05-voice {
  margin-top: -340px;
  position: relative;
  z-index: 5;
}

.content05-voice-list {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.content05-voice-list+.content05-voice-list {
  margin-top: 40px;
}

.content05-voice-list:nth-of-type(even) {
  margin-left: auto;
}

.content05-voice-list img {
  margin: 0;
  width: auto;
  height: 320px;
}

.voice-txt {
  padding: 0 40px;
  box-sizing: border-box;
  flex: 1;
}

.voice-ttl {
  font-size: 2rem;
  color: #ee5000;
  font-weight: bold;
  line-height: 1.8;
}

.voice-detail {
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: 1.875;
}

/* 満足度調査レポート */
.content_report {
  padding: 80px 0;
}

.content_report-graph {
  display: flex;
  align-items: flex-start;
  margin-top: 64px;
}

.content_report-graph img {
  width: 600px;
  height: auto;
}

.content_report-note {
  font-size: 1.4rem;
  margin-top: 34px;
  text-align: right;
}

/* 購入者のリアルボイス */
.content_realvoice-ttl {
  font-size: 5.6rem;
  text-align: center;
  color: #ee5000;
  font-weight: bold;
  margin-bottom: 56px;
}

.content_realvoice .content-inner {
  padding: 80px 50px;
  background: #fff;
}

.content_realvoice-list {
  margin-top: 56px;
}

.content_realvoice-list li {
  padding: 15px 12px;
  background: #fdefe8;
}

.content_realvoice-list li:nth-of-type(even) {
  background: #fff;
}

.content_realvoice-list li p {
  font-size: 2rem;
  text-indent: -28px;
  padding-left: 28px;
}

.content_realvoice-list li p:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #ee5000;
  margin-right: 14px;
}


/*-----------------------------

　 Q&A

-----------------------------*/
.content06-qa {
  width: 100%;
  background: #fff;
  padding: 50px;
  margin-top: -400px;
}

.qa-content {
  margin-top: 2px;
  text-align: left;
}

.qa-content:first-of-type {
  margin-top: 0;
}

.qa-question:hover {
  background: #dceaf8;
}

.qa-question:hover .qa-question-btn,
.qa-question:hover .qa-question-btn_cls {
  background: #147800;
}

.qa-question {
  height: 80px;
  background: #e6ebf0;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 15px 0 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.qa-question::before {
  content: 'Q';
  color: #e64646;
  position: absolute;
  font-size: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}

.qa-question-btn,
.qa-question-btn_cls {
  width: 50px;
  height: 50px;
  background: #0050c8;
  border-radius: 8px;
  position: relative;
}

.qa-question-btn::after {
  content: "";
  background-image: url("../images/btn_plus.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qa-question-btn_cls::after {
  content: "";
  background-image: url("../images/btn_minus.svg");
  width: 20px;
  height: 2px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qa-question-btn_cls {
  display: none;
}

.qa-question-txt {
  flex: 1;
}

.qa-answer {
  display: none;
  font-size: 1.6rem;
  padding: 30px 20px 50px 40px;
  box-sizing: border-box;
  position: relative;
}

.qa-answer-icon {
  color: #ee5000;
  font-size: 2.4rem;
  font-weight: bold;
  float: left;
}

.qa-answer-txt {
  padding-left: 60px;
}

.qa-answer-txt+.qa-answer-txt {
  margin-top: 1.6rem;
}

.qa-answer-txt li {
  padding-left: 1.6rem;
  margin-left: 1rem;
}

.qa-answer-txt li+li {
  margin-top: 5px;
}

.qa-answer-txt li::before {
  content: '・';
  margin-left: -2.6rem;
  padding-right: 1rem;
  display: inline-block;
}

.qa-answer-txt.att-list {
  margin-top: 5px;
}

.qa-answer-txt.att-list li::before {
  content: '●';
  margin-left: -2.6rem;
  padding-right: 1rem;
  display: inline-block;
}

.qa-answer a {
  text-decoration: underline;
  color: #1b48a6;
}


/*-----------------------------

　 竹内より一言

-----------------------------*/
.content-ttl-blc.content07+.content-inner {
  margin-top: 100px;
}

.content-ttl-img.content07 {
  width: 148px;
  margin: 0;
  top: -210px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
}

.content07-comment {
  width: 100%;
  margin-top: -350px;
  position: relative;
}

.comment-txt {
  width: 55%;
  background: url("../images/bg_pale.png");
  background-color: #fff;
  padding: 50px 30px 50px 50px;
  font-size: 1.6rem;
  line-height: 1.875;
  box-shadow: 10px 10px #df3737;
}

.comment-txt p {
  position: relative;
  margin-left: 30px;
}

.comment-txt p+p {
  margin-top: 40px;
}

.comment-txt p::before {
  content: '●';
  position: absolute;
  color: #e64646;
  top: 0;
  left: -30px;
}

.comment-img {
  position: absolute;
  bottom: -40px;
  right: -95px;
}

/*-----------------------------

　 利用案内

-----------------------------*/
.guide {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.guide-main-ttl {
  color: #1b48a6;
  font-size: 3.2rem;
  text-align: center;
  margin: 100px 0 60px;
}

.guide-content-col {
  width: calc(50% - 30px)
}

.guide-content {
  width: 100%;
}

.guide-content+.guide-content {
  margin-top: 40px;
}

.guide-ttl {
  width: 100%;
  background: #e6ebf0;
  height: 48px;
  border-top: 2px solid #1b48a6;
  border-bottom: 1px solid #1b48a6;
  color: #1b48a6;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.guide-subttl {
  font-size: 1.6rem;
  color: #1b48a6;
}

.guide-subttl::before {
  content: '■';
}

.guide-item {
  margin-top: 30px;
}

.guide-item p {
  margin-top: 20px;
  font-size: 1.4rem;
}

.guide-item p+p {
  margin-top: 16px;
}

.guide-card {
  display: flex;
  margin-top: 20px;
}

.guide-card img {
  margin: 0 10px 0 0;
  height: 36px;
  width: auto;
}

.guide-img {
  margin-top: 20px;
  width: 158px;
  height: auto;
}

.guide-table {
  width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  margin-top: 20px;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.guide-table tr {
  height: 48px;
  border: 1px solid #ccc;
}

.guide-table th {
  background: #e6ebf0;
  border: 1px solid #ccc;
}

.guide-table th,
.guide-table td {
  padding-left: 16px;
}

.guide-tel {
  width: 100%;
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
}

.guide-tel-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0;
}

.guide-tel-number {
  font-size: 3.2rem;
  font-weight: bold;
  color: #1b48a6;
  margin-top: 5px;
}

.guide-tel-number img {
  display: inline-block;
  margin-right: 10px;
}

.guide-tel-number span {
  font-size: 1.4rem;
  color: #333;
}

.guide-tel-time {
  margin-top: 10px;
  font-size: 1.4rem;
}

.guide-item a {
  color: #1b48a6;
  text-decoration: underline;
}

/*-----------------------------

　 footer

-----------------------------*/
.footer {
  height: 120px;
  background: #1b48a6;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
  position: relative;
}

.top-btn {
  position: absolute;
  top: -40px;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .8);
  border-radius: 8px;
  width: 80px;
  height: 80px;
}

.top-btn img {
  transform: rotate(180deg);
}

.top-btn:hover {
  background: rgba(0, 0, 0, 1);
}



/*-----------------------------

　 追加項目

-----------------------------*/
/* 2020.11.20バナー追加 */
.live-bnr-wrap {
  margin: 0 0 50px;
}

.live-bnr {
  margin: 50px auto -110px;
}

.live-bnr-target {
  margin: -40px auto 20px;
}

.txt_small {
  font-size: 1.4rem;
  line-height: 1.8;
}

.discount .txt_small {
  margin: 0 auto 40px;
}

/* 2020.11.28　LIVE用追加 */
.movie-area {
  max-width: 750px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

.movie-area iframe {
  width: 100%;
  height: calc((100vw - 20px) * 0.627);
}

.movie-content-note {
  font-size: 1.2rem;
  color: #fff;
}

.digest_movie {
  width: 560px;
  margin-top: 40px;
}

/* 2020.12.21年末配送案内追加 */
.yearend-info img {
  display: block;
  margin: 100px auto 50px;
}



@media screen and (min-width: 751px) {
  .movie-area {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
  }

  .movie-area iframe {
    width: 100%;
    height: calc(708px * 0.658);
  }
}

/*-----------------------------

　 クーポンエリア

-----------------------------*/
.coupon-wrap {
  margin: 132px auto 0;
  text-align: center;
}

.coupon-subtxt,
.coupon-txt {
  font-weight: bold;
  color: #ee5000;
}
.coupon-subtxt:last-child,
.coupon-txt:last-child {
  margin-bottom: 30px;
}

.coupon-subtxt {
  font-size: 32px;
}

.coupon-txt {
  font-size: 34px;
  position: relative;
  display: inline-block;
}

.coupon-txt:before {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% - 3em);
  height: 24px;
  background: url("../images/bg_red.png");
  bottom: 0;
  left: 1.5em;
  z-index: -5;
}

.coupon-subtxt span,
.coupon-txt span {
  font-size: 120%;
  color: #dd1525;
}

/* アプリ遷移ができるようになったら、coupon-imgと差し替え部分 */
.coupon-img-area {
  display: flex;
  align-items: center;
  width: 750px;
  justify-content: center;
  margin: 30px auto 0;
}

.coupon-img {
  width: 75%;
}

.coupon-img-qr {
  width: 25%;
}

/* 差し替え部分 終 */
.coupon-img img, .coupon-img-qr img {
  width: 100%;
}

.coupon-wrap~.w-1200 .pagelink {
  margin-top: 58px;
}

.coupon-mintxt {
  font-size: 24px;
  font-weight: bold;
  color: #ee5000;
  margin: 20px 0;
}

.coupon-mintxt.mt-mb0 {
  margin: 0;
}

/* 2021.お盆対応分 */
.obon-info-wrap {
  margin-top: 140px;
  width: 100%;
}

.obon-info {
  max-width: 1200px;
  margin: 0 auto;
}

.obon-coupon {
  margin-top: 60px;
  text-align: center;
}

.obon-coupon-txt {
  font-size: 32px;
  line-height: 1.72;
  letter-spacing: 0.17em;
  font-weight: bold;
}

.obon-coupon-copy-content {
  background: #ee5000;
  padding: 20px 10px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  max-width: 750px;
  cursor: pointer;
  width: 100%;
}

.obon-coupon-copy-content:nth-child(even) {
  margin: 20px auto 0;
}

.obon-coupon-copy-content:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

.obon-copy-code-att-txt {
  font-size: 12px;
  padding-top: 5px;
  font-weight: normal;
}

.obon-coupon-img {
  max-width: 750px;
  margin: 20px auto 0;
}

.obon-info-wrap~.w-1200 .pagelink {
  margin-top: 40px;
}

.obon-coupon-copy-txt {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

.obon-coupon-copy-content-area {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 30px auto 0;
}

/* コードコピー用のclass */
.copy-code-att .before {
  display: block;
}

.copy-code-att .after {
  display: none;
}

.copy-code-att.is-copy-code .before {
  display: none;
}

.copy-code-att.is-copy-code .after {
  display: block;
}

/* 画像などをクリックしてコードをコピーする際に、
コードを画面から非表示にする場合 */
.copy-code-hide {
  opacity: 0;
  position: fixed;
  z-index: -1;
}

.coupon-wrap .w-750 {
  max-width: 750px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.w-750 .coupon-img {
  width: 100%;
}

.w-750 .wide-coupon-content {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
}

/* 販売に関するお知らせ */
.sales-information-section {
  border: 2px solid #333;
  margin-top: 300px;
}
.sales-information-inner {
  padding: 40px;
  font-size: 2.0rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.sales-information-block + .sales-information-block {
  margin-top: 60px;
}
.sales-information-ttl {
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  font-size: 3.0rem;
  margin-bottom: 15px;
}
.sales-information-sub-ttl {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 15px;
}
.sales-information-section + .pagelink {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sales-information-section {
    margin-top: 30px;
  }
  .sales-information-inner {
    padding: 20px;
    font-size: 1.5rem;
  }
  .sales-information-block + .sales-information-block {
    margin-top: 30px;
  }
  .sales-information-ttl {
    font-size: 2.5rem;
  }
  .sales-information-sub-ttl {
    font-size: 2.0rem;
  }
}



@media screen and (max-width: 768px) {

  /*---------------------------------

    タイトル_SP

  ---------------------------------*/
  .content-ttl {
    font-size: 24px;
    letter-spacing: 0;
  }

  .content-ttl-dec {
    height: 18px;
    width: auto;
    top: -28px;
  }

  .content01-ttl.t-left {
    text-align: center;
    padding-top: 80px;
  }

  .content-ttl-blc {
    padding: 0;
    margin-top: 60px;
  }

  .content-ttl-blc.content-left {
    background: url("../images/content-bg_left_sp.png") no-repeat top center;
    background-size: contain;
    min-height: 290px;
  }

  .content-ttl-blc.content-right {
    background: url("../images/content-bg_right_sp.png") no-repeat top center;
    background-size: contain;
    min-height: 290px;
  }

  .content-ttl-inner.w-1200 {
    padding: 0 20px;
  }

  .content-subttl span {
    font-size: 2.2rem;
    margin-bottom: 46px;
  }

  .content-subttl span:before {
    height: 12px;
    background: url('../images/bg_orange.png') left top/5px;
  }

  .content-subttl.red span:before {
    background: url('../images/bg_red.png') left top/5px;
  }

  .content-ttl-lead {
    font-size: 1.4rem;
    line-height: 1.78;
    margin-top: 25px;
  }

  .content02-ttl {
    margin-top: 82px;
  }

  .content03-ttl,
  .content04-ttl,
  .content05-ttl,
  .content06-ttl,
  .content_chef-ttl,
  .content07-ttl {
    margin-top: 0;
  }

  .content-gift-ttl {
    margin: 30px 0 25px;
  }

  .content-giftvoice-ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .content_report-ttl {
    margin: 30px 0;
  }

  .content-giftvoice-ttl span {
    font-size: 100%;
  }

  /* タイトル_竹内さん・カニ */
  .content-ttl-takeuchi.content02 {
    display: none;
  }

  .content-ttl-kani.content02 {
    top: -62px;
    left: 20px;
    width: 102px;
  }

  .content-ttl-takeuchi.content03 {
    display: none;
  }

  .content-ttl-kani.content03 {
    top: -72px;
    right: 20px;
    width: 115px;
  }

  .content-ttl-kani.content04 {
    top: -72px;
    left: 20px;
    width: 100px;
    height: auto;
  }

  .content-ttl-kani.content05 {
    top: -72px;
    left: 20px;
    width: 101px;
    height: auto;
  }

  .content-ttl-kani.content06,
  .content-ttl-kani.content_chef {
    top: -67px;
    right: 20px;
    width: 128px;
  }

  /* タイトルブロック */
  .content-ttl-blc.content01 {
    padding: 0;
    z-index: 5;
  }

  .content-ttl-blc.content03,
  .content-ttl-blc.content_chef,
  .content-ttl-blc.content07 {
    padding-top: 85px;
  }

  .content-ttl-blc.content04,
  .content-ttl-blc.content05,
  .content-ttl-blc.content06 {
    margin-top: -60px;
    padding-top: 85px;
  }

  .content-ttl-blc.content_chef {
    background: url(../images/content-bg_chef_sp.png);
    min-height: 360px;
    background-size: cover;
    margin-top: 60px;
  }

  /*---------------------------------

        MV_SP

  ---------------------------------*/

  .mv {
    background: none;
    height: auto;
  }

  .mv-fire-flower {
    display: none;
  }

  .mv-inner {
    /* background: url(../images/mv_sp_fuyu2.png); */
    /* background: url(../images/mv_sp_winter.png); */
    /* background: url(../images/mv_summer_sp.png); */
    /* background: url(../images/mv_sp.png); */
    background: url(../images/mv_sp_soldout.png);
    /* background: url(../images/mv_sp_autumn_2022.png); */
    /* background: url(../images/mv_sp_holiday_early_2022.png); */
    max-width: 100%;
    width: 100%;
    height: 0;
    background-repeat: round;
    /* background-repeat: no-repeat; */
    background-size: contain;
    padding-top: calc(1100 / 750 * 100%); /* 画像の高さに合わせて高さ変更すると崩れない */
  }

  .mv-logo {
    /* top: 40px; */
    top: 20px;
    left: 10px;
    width: 66px;
  }

  /*---------------------------------

    クーポンエリア

  ---------------------------------*/

  .coupon-wrap {
    margin-top: 60px;
  }

  /*---------------------------------

    アンカーリンク_SP

  ---------------------------------*/
  .pagelink {
    border-radius: 0;
    margin-top: 30px;
    box-sizing: border-box;
    background: none;
  }

  .link-list {
    flex-wrap: wrap;
    height: auto;
  }

  .link-list-inner {
    width: 50%;
    height: 60px;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
    background: #ee5000;
  }

  .link-list-inner:nth-of-type(even) {
    border-left: 1px solid #fff;
  }

  .link-list-inner:first-of-type {
    border-radius: 8px 0 0 0;
  }

  .link-list-inner:nth-of-type(2) {
    border-radius: 0 8px 0 0;
  }

  .link-list-inner:nth-of-type(2n):nth-last-of-type(2) {
    border-radius: 0 0 8px 0;
  }

  .link-list-inner:nth-of-type(2n+1):last-of-type {
    border-radius: 0 0 8px 8px;
  }

  .link-list-inner a::after,
  .link-list-inner a:hover::after,
  .link-list-inner+.link-list-inner::after,
  .link-list-inner:last-of-type::after {
    content: none;
  }

  /*---------------------------------

  　　購入ボタン_SP

  ---------------------------------*/
  .buy-btn {
    height: 40px;
    margin-top: 8px;
  }

  .buy-btn:hover {
    content: normal;
  }

  .buy-btn_left {
    width: 22%;
  }

  .buy-btn_left img {
    width: 38%;
  }

  .buy-btn_right {
    width: 78%;
    font-size: 1.4rem;
    background: linear-gradient(90deg, #3ca0ff 0%, #3cd2f0 100%);
  }

  /* 完売（入荷予定）ボタン */
  .soldout-btn {
    height: auto;
    margin-top: 8px;
    padding: 8px;
    min-height: 40px;
  }

  .soldout-text {
    font-size: 1.4rem;
  }

  .soldout-text.middle {
    font-size: 1.2rem;
  }

  .soldout-text.small {
    font-size: 1rem;
  }

  /*---------------------------------

   　商品一覧（ページ上下）_SP

  ---------------------------------*/
  .products-inner {
    padding: 20px;
  }

  .product-ttl {
    padding: 25px 10px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .products-blc {
    display: block;
    background: #fff;
    padding: 15px 15px 0;
  }

  .products-blc.large {
    padding: 0 15px;
  }

  .products-blc li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-top: 1px solid #ccc;
  }

  .products-blc li:last-of-type {
    border-bottom: 1px solid #ccc;
  }

  .products-blc.large li:last-of-type {
    border-bottom: none;
  }

  .products-blc li+li {
    border-top: 1px solid #ccc;
  }

  .products-img,
  .products-blc.large .products-img {
    width: 50%;
    padding-right: 15px;
  }

  .products-blc+.products-blc {
    margin-top: 0;
  }

  .products-blc.large li {
    width: 100%;
    align-items: flex-start;
  }

  .badge-small,
  .badge-large {
    width: 53px;
    top: 10px;
    left: -25px;
    right: auto;
  }

  .products-blc.large .products-img {
    height: auto;
    display: block;
    min-height: 0;
  }

  .products-blc.large .products-img img {
    max-width: 100%;
  }

  .products-detail {
    padding: 0;
    text-align: left;
    width: 55%;
  }

  .price-down-mgn {
    margin-top: 8px !important;
  }

  .products-detail-blc {
    margin-top: 0;
  }

  .products-blc.large .products-detail-blc {
    margin-top: 0;
  }

  .products-detail-blc+.products-detail-blc {
    border-top: none;
  }

  .products-detail-blc.large {
    margin-top: 0;
  }

  .products-detail-blc.large+.products-detail-blc.large {
    margin-top: 0;
  }

  .products-detail-blc .buy-btn,
  .products-detail-blc .soldout-btn {
    margin-top: 8px;
  }

  .products-name {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }

  .products-name span {
    font-size: 1rem;
  }

  .products-sub-name {
    font-size: 1rem;
  }

  .products-price {
    font-size: 1.2rem;
  }

  .mv-price-indent {
    margin-left: 1em;
  }

  .products-price-down-35 {
    padding-left: 0;
  }

  .products-name.small {
    font-size: 1.4rem;
  }

  .products-original-price {
    font-size: 1.4rem;
    text-decoration: line-through;
  }

  .products-sale-price {
    margin-top: 5px;
    font-size: 2rem;
  }

  .products-original-price.large {
    font-size: 1.6rem;
    margin-top: 15px;
  }

  .products-sale-price.large {
    font-size: 2.4rem;
    margin-top: 0;
  }

  .products-price::after,
  .products-original-price::after,
  .products-price_2::after {
    font-size: 0.9rem;
  }

  /*---------------------------------

  　貝印がカニ販売を始めた理由_SP

  ---------------------------------*/
  .content01.w-1200 {
    padding: 0;
  }

  .content01-blc {
    padding: 0;
  }

  .content-inner.content01 {
    margin-top: -100px;
    padding-bottom: 100px;
  }

  .content01-lead-blc {
    margin-top: 0px;
  }

  .content01-lead-img {
    display: none;
  }

  .content01-lead {
    padding: 25px;
    width: calc(100% - 20px);
    font-size: 1.4rem;
    margin: 20px auto;
  }

  .content01-lead-ttl {
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
  }

  .content01-lead-txt {
    font-weight: normal;
  }

  .content01-img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 10;
  }

  .double-line:before {
    content: "";
    position: absolute;
    border-top: 4px double #e64646;
    width: 125px;
    top: 45%;
    left: 0;
  }

  .content03-border-line:before {
    content: "";
    position: absolute;
    border-top: 4px double #e64646;
    width: 155px;
    top: 50%;
    left: 0;
  }

  /*---------------------------------

  　「衝撃的」である理由_SP

  ---------------------------------*/
  .content-ttl-blc.content02.content-right {
    position: relative;
    margin-top: -90px;
    margin-bottom: 20px;
    background: url(../images/content02-ttl_img01_sp.png);
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: calc(520 / 750 * 100%);
  }

  .content-ttl-blc.content02 .content-ttl-inner {
    margin-top: calc(-520 / 750 * 100%);
  }

  .content02-reasonblc+.content02-reasonblc {
    margin-top: 65px;
  }

  .content02-leftblc {
    display: block;
  }

  .content02-rightblc {
    margin-top: 60px;
    flex-direction: column-reverse;
  }

  .content02-txtbox {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .content02-txtimg {
    bottom: -4%;
    right: -27%;
    z-index: 100;
    width: 50% !important;
  }

  .content02-leftblc .content02-txtbox,
  .content02-rightblc .content02-txtbox {
    padding: 25px 25px 60px;
  }

  .content02-txtbox-ttl {
    font-size: 2rem;
    line-height: 1.75;
    text-align: center;
  }

  .content02-txtbox-subttl {
    font-size: 1.6rem;
    text-align: center;
  }

  .content02-txtbox-main {
    font-size: 1.4rem;
    margin-top: 20px;
    line-height: 1.78;
  }

  .content02-txtbox-main span {
    padding: 3px 0 3px 3px;
  }

  .content02-imgbox {
    width: 73%;
    z-index: 3;
    position: relative;
  }

  .content02-leftblc .content02-imgbox,
  .content02-rightblc .content02-imgbox {
    margin: -35px auto 0;
  }

  .content02-bg {
    width: 50%;
    top: 50px;
    z-index: -5;
  }

  .content02-bg.left {
    height: 728px;
    right: auto;
    left: 0;
    max-width: 100%;
  }

  .content02-bg.right {
    height: 130%;
    left: auto;
    right: 0;
  }

  .content02-point {
    margin-top: 20px;
    padding: 0 20px;
  }

  /* 商品の最終加工は、北海道で行っています */
  .content02-process {
    margin-top: 30px;
  }

  .process-ttl {
    font-size: 1.6rem;
  }

  .process-lead {
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 20px;
  }

  .process-list {
    display: block;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .process-list li {
    width: 100%;
    display: flex;
  }

  .process-list li+li {
    margin-top: 25px;
  }

  .process-img {
    width: 35%;
    align-self: flex-start;
  }

  .process-number {
    width: 30px;
    top: -5px;
    left: -5px;
  }

  .process-detail {
    height: auto;
    padding: 8px;
    font-size: 1.2rem;
    width: 100%;
    flex: 1;
  }

  .process-words {
    width: 191px;
    position: absolute;
    bottom: -22px;
    left: auto;
    right: 10px;
    transform: translateX(0);
  }

  /* 衝撃的に旨い3種類の蟹 */
  .content02-type {
    margin: 30px auto 0;
    padding: 0 20px;
  }

  .content02-type-clm {
    display: block;
    margin-top: 20px;
  }

  .content02-type-blc {
    width: 100%;
  }

  .content02-type-blc+.content02-type-blc {
    margin-top: 20px;
  }

  .type-blc-name {
    padding: 8px;
    font-size: 1.4rem;
  }

  .type-blc-star {
    padding: 9px 20px;
    font-size: 1.4rem;
  }

  .type-blc-comment {
    padding: 12px 20px;
    font-size: 1.2rem;
    letter-spacing: inherit;
  }

  /* さばき名人 */
  .content02-meijin {
    margin-top: 30px;
  }

  .content02-column {
    margin-top: 78px;
  }

  .column-wrap {
    border: 10px solid #1b48a6;
  }

  .column-inner {
    padding: 30px 15px 20px;
  }

  .column-catch {
    width: 40%;
    height: auto;
    top: -50px;
    right: 0;
  }

  .column-ttl {
    width: 90%;
    position: relative;
    z-index: 10;
  }

  .column-process {
    margin-top: 20px;
    display: block;
  }

  .column-process-list {
    width: 100%;
  }

  .column-process-list-blc .column-process-list {
    width: 48%;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .column-process-list+.column-process-list {
    margin-left: auto;
  }

  .column-movie {
    margin-top: 10px;
    max-height: 600px;
    width: 100%;
  }

  .column-process-list p {
    margin-top: 10px;
  }

  .column-movie {
    width: 100%;
    height: 316px;
  }

  .column-also {
    padding: 15px 15px 25px;
  }

  .column-also-inner {
    display: block;
  }

  .column-also-catch {
    font-size: 1.4rem;
    text-align: center;
  }

  .column-feature {
    margin-top: 15px;
  }

  .column-feature-img {
    margin: 0 10px;
    width: 30%;
  }

  .column-feature-ttl {
    font-size: 1.6rem;
  }

  .column-feature-detail {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 5px;
  }

  .column-also-material {
    display: none;
  }

  .column-bottom {
    padding: 20px 0 20px 15px;
  }

  .column-bottom-txt {
    font-size: 1.6rem;
  }

  .column-bottom-img {
    width: 132px;
    top: -25px;
    right: 5px;
  }

  .column-shadow {
    width: calc(100% - 40px);
    top: 10px;
    left: 30px;
    padding: 0;
  }

  /*---------------------------------

    　商品ラインナップ_SP

  ---------------------------------*/
  .content03-product {
    margin-top: -140px;
  }

  .content03-blc {
    padding-bottom: 40px;
  }

  .content03-product-list {
    display: block;
  }

  .content03-product-list+.content03-product-list {
    margin-top: 15px;
  }

  .product-list-badge {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 68px;
    z-index: 10;
  }

  .product-list-img,
  .product-list-img-s {
    margin: 0;
  }

  .product-list-detail {
    width: 100%;
    margin-left: 0;
    padding: 20px 0 0;
  }

  .product-list-name {
    font-size: 1.8rem;
    text-align: center;
  }

  .product-list-name span {
    font-size: 1.6rem;
  }

  .product-list-content {
    font-size: 1.4rem;
    line-height: 1.875;
    border-top: none;
    padding-top: 0;
  }

  .product-list-box .products-detail {
    text-align: left;
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }

  .product-list-box .products-detail:first-of-type {
    padding: 0;
    border-right: none;
    width: 100%;
    margin-top: 0;
  }

  .product-list-box {
    display: block;
    position: relative;
    bottom: 0;
    padding-top: 0;
    border-top: none;
    margin-top: 15px;
  }

  .product-list-box.clear {
    position: inherit;
  }

  .product-list-set {
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: left;
  }

  .product-list-set span {
    font-size: 1.4rem;
  }

  .product-list-price {
    font-size: 1.8rem;
    margin-top: 0;
  }

  .product-sale-price {
    line-height: 1.2;
    margin-top: 5px;
  }

  .product-list-price::after {
    font-size: 0.9rem;
  }

  .product-slide-list {
    width: 180px;
    height: auto;
    margin: 0 auto;
  }

  .product-list-note {
    font-size: 1rem;
    margin-top: 10px;
  }

  /* slickカスタマイズ */
  .slick-prev,
  .slick-next {
    transform: translateY(-50%);
    width: 18px;
    height: 100%;
  }

  .slick-prev {
    left: -44px;
  }

  .slick-next {
    right: -44px;
  }

  .slick-prev:before,
  .slick-next:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
  }

  .slick-prev:before {
    background: url(../images/arrow_l.svg) no-repeat center center;
    background-size: contain;
  }

  .slick-next:before {
    background: url(../images/arrow_r.svg) no-repeat center center;
    background-size: contain;
  }

  .content03-product-list .buy-btn {
    height: 50px;
    margin-top: 20px;
    background: linear-gradient(90deg, #0050c8 0%, #0050c8 17%, #3ca0ff 17%, #3cd2f0 100%);
  }

  .content03-product-list .soldout-btn {
    min-height: 50px;
    margin-top: 20px;
  }

  .content03-product-list .buy-btn:hover {
    background: linear-gradient(90deg, #147800 0%, #147800 17%, #17c300 17%, #a2de02 100%);
  }

  .content03-product-list .buy-btn_left {
    width: 17%;
  }

  .content03-product-list .buy-btn_left img {
    width: 40%;
    height: auto;
  }

  .content03-product-list .buy-btn_right {
    width: 83%;
    font-size: 1.6rem;
  }

  .product-option {
    margin-top: 15px;
    padding: 10px;
    background: #fff;
  }

  .product-option-img {
    width: 32%;
    height: auto;
    align-self: center;
  }

  .product-option-txt {
    width: 86%;
    height: auto;
    justify-content: flex-start;
    flex: 1;
    flex-direction: unset;
  }

  .product-option-detail {
    font-size: 1.4rem;
    flex: 1;
    margin-left: 15px;
  }

  .product-option-note {
    font-size: 1rem;
    margin-top: 10px;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
  }

  /*---------------------------------

    　蟹を送ろう_SP

  ---------------------------------*/
  .content-gift {
    padding-top: 40px;
  }

  .content-gift-lead,
  .content_report-lead,
  .content_realvoice-lead {
    font-size: 1.4rem;
  }

  .content-gift-kv {
    margin: 35px auto 0;
    width: 100%;
  }

  .content-gift-kv-bg {
    height: 126px;
    top: 50%;
    transform: translateY(-50%);
  }

  .content-gift-kv img {
    width: calc(100% - 40px);
  }

  .content-gift-clm {
    margin-top: 30px;
    padding: 0 20px;
  }

  .gift-clm-txt {
    padding: 25px 25px 45px;
    font-size: 1.4rem;
    width: 100%;
  }

  .gift-clm-img {
    position: relative;
    top: -20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 100%;
  }

  .gift-clm-voiceimg {
    margin: 20px auto 0;
    width: 80%;
    height: auto;
  }

  .gift-clm-voiceimg-wrap+.gift-clm-voiceimg {
    margin-top: 4px;
    width: 100%;
  }

  /*-----------------------------

  　　贈った方ともらった方の声_SP

  -----------------------------*/
  .content-gift-voice {
    padding: 30px 0px 100px;
    margin-top: 30px;
  }

  .giftvoice-give-clm {
    display: block;
    margin-top: 30px;
  }

  .giftvoice-get-clm {
    margin-top: 30px;
  }

  .giftvoice-give-clm img,
  .giftvoice-get-topimg {
    width: 72%;
    margin: auto;
    position: relative;
    z-index: 10;
  }

  .giftvoice-get-clm img {
    margin-right: auto;
  }

  .giftvoice-give-txtblc,
  .giftvoice-get-txtblc {
    background: #FFF;
    margin-top: -80px;
    padding: 100px 25px 25px;
    width: 100%;
    border-radius: 6px;
  }

  .giftvoice-get-txtblc {
    padding-bottom: 0;
  }

  .giftvoice-give-txtblc:before,
  .giftvoice-get-txtblc:before {
    content: none;
  }

  .giftvoice-give-ttl,
  .giftvoice-get-ttl {
    font-size: 2rem;
    text-align: center;
  }

  .giftvoice-give-txt,
  .giftvoice-get-txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .giftvoice-get-clm {
    flex-direction: column-reverse;
  }

  .giftvoice-get-img {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }

  .giftvoice-get-img img:first-of-type {
    width: 40%;
    height: auto;
  }

  .giftvoice-get-img img:last-of-type {
    width: 52%;
    height: auto;
    margin-bottom: 20px;
  }

  .giftvoice-get-txtblc img {
    position: static;
  }

  /*-----------------------------
  　オススメの食べ方_SP
  -----------------------------*/
  .content04-catch {
    margin-top: -120px;
    padding-bottom: 20px;
  }

  .content04-catch-main {
    margin: 0 -20px 0 auto;
  }

  .content04-catch-txt {
    width: 72%;
    padding: 20px;
    font-size: 1.4rem;
    margin: -20px 0 0 -20px;
  }

  .content04-catch-sub {
    width: 48%;
    height: auto;
    margin: -125px -45px 0 auto;
  }

  /*-----------------------------

  　人気料理人オススメレシピ

  -----------------------------*/
  .content-inner.content_chef {
    margin-top: -50px;
  }

  .content_chef-recipeblc {
    display: block;
  }

  .content_chef-recipe {
    width: 100%;
  }

  .content_chef-recipe img {
    width: 69%;
    max-width: 100%;
    height: auto;
    margin: auto;
  }

  .recipe-ttl {
    font-size: 2rem;
    margin-top: 20px;
  }

  .recipe-detail {
    display: block;
    margin-top: 20px;
  }

  .recipe-material {
    width: 100%;
  }

  .recipe-material-list-blc {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
  }

  .recipe-material-ttl,
  .recipe-howto-ttl {
    font-size: 1.6rem;
  }

  .recipe-material-list {
    width: 50%;
    margin-top: 0px;
    font-size: 1.4rem;
  }

  .recipe-howto-list {
    margin-top: 12px;
    font-size: 1.4rem;
  }

  .recipe-material-list+.recipe-material-list {
    margin-top: 0;
  }

  .recipe-material-list li+li,
  .recipe-howto li+li {
    margin-top: 5px;
  }

  .recipe-material-list.a {
    position: relative;
    padding-left: 2em;
  }

  .recipe-material-list.a li:nth-of-type(2) {
    margin-top: 0;
  }

  .recipe-material-list.a .list-category {
    position: absolute;
    top: 0;
    left: 0;
  }

  .recipe-howto {
    width: 100%;
    margin-top: 30px;
  }

  .digest_movie {
    width: 100%;
    height: auto;
    margin: 0 auto 80px;
  }

  .content_chef-txt {
    margin: 0 auto;
    width: 266px;
  }

  .content_chef-profblc {
    display: block;
    margin-top: 50px;
  }

  .prof-img {
    box-shadow: -10px -10px #ee5000;
    width: 69%;
    max-width: 100%;
    height: auto;
    margin: auto;
    position: relative;
  }

  .prof-txt {
    width: calc(100% + 40px);
    margin-top: -40px;
    margin-left: -20px;
    padding: 60px 25px 25px;
    box-shadow: 10px 10px #e64646;
  }

  .prof-name {
    font-size: 2rem;
    padding-bottom: 0;
    border-bottom: none;
    text-align: center;
  }

  .prof-name span {
    font-size: 1.5rem;
    margin-left: 0;
  }

  .prof-detail {
    font-size: 1.4rem;
    margin-top: 20px;
  }

  /* 飲食店のメニューに採用されました */
  .content_chef-shop {
    padding: 40px 0 110px;
    margin-top: 40px;
  }

  .shop-info {
    width: 100%;
    padding: 20px;
  }

  .shop-menu-ttl {
    font-size: 2rem;
    padding-bottom: 40px;
  }

  .shop-col {
    font-size: 1.6rem;
    position: relative;
  }

  .shop-info-wrap {
    width: 100%;
  }

  .shop-name {
    font-size: 2rem;
  }

  .shop-txt {
    font-size: 1.4rem;
  }

  .shop-info-img {
    display: inline-block;
  }

  .shop-img-wrap {
    display: block;
    width: 100%;
  }

  .shop-info-img01 {
    left: auto;
    bottom: auto;
    width: 100%;
    display: block;
  }

  .shop-info-img02 {
    display: block;
    left: auto;
    width: 100%;
    padding-bottom: 10px;
    margin: auto;
  }

  .shop-menu {
    width: 100%;
    padding: 20px;
  }

  .shop-comment {
    font-size: 1.4rem;
  }

  .menu-txt {
    font-size: 1.4rem;
    position: static;
    width: 100%;
    line-height: 1.78;
  }

  .shop-menu-wrap {
    display: block;
  }

  .shop-menu-list {
    position: relative;
    top: auto;
    margin-top: 30px;
  }

  .shop-menu-list+.shop-menu-list {
    padding-left: 0;
  }

  .shop-menu-img {
    display: inline-block;
  }

  .shop-menu-detail {
    font-size: 1.4rem;
    font-weight: normal;
    top: -35px;
    padding: 10px;
  }

  .menu-price {
    font-size: 1.2rem;
  }

  .menu-sub-txt {
    font-size: 1.5rem;
  }

  .menu-col {
    top: auto;
  }


  /*-----------------------------

  　購入者の声_SP

  -----------------------------*/
  .content05-blc {
    padding-bottom: 40px;
  }

  .content05-voice {
    margin-top: -130px;
  }

  .content05-voice-list {
    width: 100%;
    display: block;
    position: relative;
  }

  .content05-voice-list+.content05-voice-list {
    margin-top: 15px;
  }

  .content05-voice-list img {
    width: 110px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .voice-txt {
    padding: 20px;
  }

  .voice-ttl {
    font-size: 1.4rem;
    line-height: 1.78;
    width: calc(70% - 40px);
    height: 114px;
    margin-left: auto;
    display: flex;
    align-items: center;
  }

  .voice-detail {
    font-size: 1.4rem;
    line-height: 1.78;
  }

  /* 満足度調査レポート */
  .content_report {
    padding: 40px 0;
  }

  .content_report-lead {
    text-align: left;
  }

  .content_report-graph {
    display: block;
    margin-top: 32px;
  }

  .content_report-graph img {
    width: 311px;
    margin: auto;
  }

  .content_report-graph picture+picture {
    margin-top: 32px;
    display: block;
  }

  .content_report-note {
    font-size: 1rem;
    margin-top: 16px;
    text-align: center;
  }

  /* 購入者のリアルボイス */
  .content_realvoice {
    padding: 30px 20px 100px;
    margin-top: 30px;
  }

  .content_realvoice-ttl {
    font-size: 2.4rem;
    margin-bottom: 28px;
  }

  .content_realvoice .content-inner {
    padding: 40px 10px;
  }

  .content_realvoice-list {
    margin-top: 21px;
  }

  .content_realvoice-list li {
    padding: 6px 10px;
  }

  .content_realvoice-list li p {
    font-size: 1.4rem;
    text-indent: -20px;
    padding-left: 20px;
  }

  .content_realvoice-list li p:before {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-right: 8px;
  }

  /*-----------------------------

  　 Q&A

  -----------------------------*/
  .content06-qa {
    padding: 10px;
    margin-top: -130px;
  }

  .qa-question {
    height: auto;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 15px 0px 15px 40px;
  }

  .qa-question::before {
    left: 10px;
  }

  .qa-question-btn,
  .qa-question-btn_cls {
    width: 20px;
    height: 20px;
    border-radius: 4px 0 0 4px;
    margin-left: 10px;
  }

  .qa-question-btn::after {
    width: 11px;
    height: 11px;
  }

  .qa-question-btn_cls::after {
    width: 11px;
  }

  .qa-question:hover .qa-question-btn,
  .qa-question:hover .qa-question-btn_cls {
    background: #0050c8;
  }

  .qa-answer {
    display: none;
    font-size: 1.4rem;
    padding: 15px 10px 20px 5px;
  }

  .qa-answer-icon {
    font-size: 2rem;
  }

  .qa-answer-txt {
    padding-left: 40px;
  }

  .qa-answer-txt+.qa-answer-txt {
    margin-top: 1.4rem;
  }

  .qa-answer-txt li {
    padding-left: 1.4rem;
    margin-left: 0.8rem;
  }

  .qa-answer-txt li+li {
    margin-top: 8px;
  }

  .qa-answer-txt li::before,
  .qa-answer-txt.att-list li::before {
    margin-left: -2.2rem;
    padding-right: 0.8rem;
  }

  /*-----------------------------

  　 竹内より一言_SP

  -----------------------------*/
  .content-ttl-blc.content07+.content-inner {
    margin-top: 0;
  }

  .content-ttl-img.content07 {
    width: 86px;
    top: -115px;
  }

  .content07-comment {
    width: 100%;
    margin-top: -100px;
  }

  .comment-txt {
    width: 100%;
    padding: 25px 25px 160px;
    font-size: 1.4rem;
    box-shadow: 5px 5px #df3737;
  }

  .comment-txt p {
    margin-left: 20px;
  }

  .comment-txt p+p {
    margin-top: 35px;
  }

  .comment-txt p::before {
    left: -20px;
  }

  .comment-img {
    width: 220px;
    top: auto;
    bottom: -65px;
    right: auto;
    left: 50%;
    transform: translateX(-45%);
  }

  /*-----------------------------

  　 利用案内_SP

  -----------------------------*/
  .guide {
    margin-top: 0px;
    display: block;
  }

  .guide-main-ttl {
    font-size: 2.4rem;
    margin: 45px 0 30px;
  }

  .guide-content-col {
    width: 100%;
  }

  .guide-content-col+.guide-content-col {
    margin-top: 30px;
  }

  .guide-content+.guide-content {
    margin-top: 30px;
  }

  .guide-item {
    margin-top: 20px;
  }

  .guide-item p {
    margin-top: 7px;
    font-size: 1.2rem;
  }

  .guide-card {
    margin-top: 12px;
  }

  .guide-card img {
    height: 31px;
  }

  .guide-img {
    width: 136px;
  }

  .guide-table {
    font-size: 1.2rem;
    margin-top: 17px;
  }

  .guide-table tr {
    height: 42px;
  }

  .guide-table th,
  .guide-table td {
    padding: 0 12px;
    font-weight: normal;
  }

  .guide-tel {
    padding: 17px;
    margin-top: 17px;
  }

  .guide-tel-ttl {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .guide-tel-number {
    font-size: 2rem;
  }

  .guide-tel-number img {
    width: 22px;
    height: auto;
  }

  .guide-tel-number span {
    font-size: 1rem;
  }

  .guide-tel-time {
    font-size: 1.2rem;
  }

  /*-----------------------------

  　 footer_SP

  -----------------------------*/
  .footer {
    height: 60px;
    font-size: 1rem;
    margin-top: 100px;
  }

  .top-btn {
    top: -30px;
    right: 20px;
    display: flex;
    width: 40px;
    height: 40px;
  }

  .top-btn img {
    width: 50%;
    height: auto;
  }
}