@charset "UTF-8";
/* Scss Document */
.ec-blockTopBtn, #topcontrol {
  display: none !important;
}

.side_banner li {
  text-box-trim: none;
}

.lp_content {
  color: #201c1a;
}
.lp_content .ec-productRole {
  padding: 0;
  max-width: 960px;
  width: 90%;
}
.lp_content .ec-layoutRole__contents {
  display: block;
}
.lp_content .ec-grid2 {
  display: block;
}
.lp_content .ec-grid2__cell {
  width: 100%;
}
.lp_content .ec-grid2__cell:nth-child(n+2) {
  margin-top: 50px;
}
.lp_content .ec-sliderItemRole {
  padding: 0;
}
.lp_content .slick-slider {
  margin-bottom: 20px;
}
.lp_content .lp_item_slider {
  overflow-x: scroll;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  cursor: grab;
  user-select: none;
}
.lp_content .lp_item_slider::-webkit-scrollbar {
  height: 7px;
}
.lp_content .lp_item_slider::-webkit-scrollbar-thumb {
  background: #065084;
  border-radius: 50px;
  cursor: grab;
}
.lp_content .lp_item_slider::-webkit-scrollbar-thumb:active {
  cursor: grabbing;
}
.lp_content .lp_item_slider::-webkit-scrollbar-track {
  background: #DAEFEF;
  border-radius: 50px;
}
.lp_content .lp_item_slider img {
  -webkit-user-drag: none;
  user-drag: none;
}
.lp_content .lp_item_slider img:active {
  cursor: grabbing;
}
.lp_content .item_nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.lp_content .ec-sliderItemRole .slideThumb {
  margin: 0;
  width: auto;
}
.lp_content .ec-sliderItemRole .slideThumb img {
  width: 240px;
  max-width: 240px;
  height: 170px;
  object-fit: cover;
}
.lp_content .ec-productRole .ec-productRole__profile {
  margin-left: 0;
}
.lp_content .ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: clamp(20px, 2.8vw, 35px);
  text-align: left;
  margin: 0;
  padding: 0;
  color: #201c1a;
  border-bottom: 1px solid #e5e4db;
  padding-bottom: 30px;
}
.lp_content .ec-productRole .ec-productRole__tags {
  margin-top: 0;
  padding-bottom: 0;
  border: 0;
}
.lp_content .ec-productRole .ec-productRole__actions {
  padding: 0;
}
.lp_content .ec-productRole .ec-productRole__btn {
  margin: 0;
  max-width: 100%;
  margin-top: 60px;
  min-width: auto;
  height: 80px;
}
.lp_content .ec-productRole .ec-productRole__btn .ec-blockBtn--action {
  font-size: 20px;
  position: relative;
  width: 100%;
  max-width: 640px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0bb9ff;
  color: #FFF;
  border-color: #0bb9ff;
  margin: 0 auto;
  border-radius: 50px;
  transition: 0.3s ease;
}
.lp_content .ec-productRole .ec-productRole__btn .ec-blockBtn--action:hover {
  opacity: 1;
  background-color: #065084;
}
.lp_content .ec-productRole .ec-productRole__btn .ec-blockBtn--action:after {
  content: "";
  background: url("../images/icon_cart_w.webp") left 0/100% 100% no-repeat;
  width: 33px;
  height: 28px;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.lp_content .ec-productRole .ec-productRole__btn.active .btn_fixed {
  position: fixed;
  bottom: -220px;
  left: calc(50% - 130px);
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 640px;
  animation: btnFixed 0.5s ease forwards;
}

@keyframes btnFixed {
  to {
    bottom: 40px;
  }
}
#debugBtn {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 10px;
  height: 10px;
}

.lp_title {
  font-size: clamp(20px, 2.8vw, 35px);
  text-align: left;
  margin: 0;
  padding: 0;
  color: #201c1a;
  border-bottom: 1px solid #e5e4db;
  padding-bottom: 30px;
}

.lp_price_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  padding-top: 30px;
  padding-bottom: 40px;
}

.lp_price {
  white-space: nowrap;
  font-size: clamp(12px, 1.5vw, 20px);
  letter-spacing: 0.02em;
  color: #201c1a;
}
.lp_price span {
  font-size: clamp(18px, 2.5vw, 30px);
  letter-spacing: 0.08em;
}

.lp_quantity {
  white-space: nowrap;
  color: #201c1a;
}
.lp_quantity .ec-numberInput {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 18px;
}
.lp_quantity .ec-numberInput input {
  padding: 0 15px;
  text-align: left;
  width: 100px;
  height: 40px;
  background: none;
  border: 1px solid #535353;
  border-radius: 3px;
  margin-bottom: 0;
  font-size: 18px;
}

.lp_free_space {
  padding-bottom: 15px;
  color: #201c1a;
}
.lp_free_space p {
  font-size: 18px;
}

.lp_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lp_tags li {
  color: #6a6968;
  font-size: 14px;
  border: 1px solid #6a6968;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 0 10px;
}

/****商品それぞれの詳細**************/
.lp_item_content {
  max-width: 960px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.lp_item_title {
  font-size: clamp(18px, 2.2vw, 26px);
  border-bottom: 1px solid #201c1a;
  padding-bottom: 20px;
}

.lp_item_text {
  font-size: 14px;
  line-height: 2.2em;
  letter-spacing: 0.02em;
}

.lp_item_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.lp_inner_num {
  background-color: #201c1a;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  z-index: 500;
}

.lp_inner_text {
  font-size: clamp(16px, 1.5vw, 20px);
  margin-top: 15px;
}

.lp_taraba_list > div:nth-child(n+2) {
  margin-top: 20px;
}

.lp_taraba_inner {
  background-color: #fafafa;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
}
.lp_taraba_inner .cell1 {
  white-space: none;
  width: fit-content;
  font-size: 16px;
  background-color: #201c1a;
  border-radius: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: #FFF;
  position: relative;
  text-align: center;
  padding-bottom: 1px;
  white-space: nowrap;
  flex-shrink: 0;
}
.lp_taraba_inner .cell2 {
  flex-grow: 2;
  font-size: 14px;
  padding-top: 5px;
}

/*************/
.bg_fafafa {
  background-color: #fafafa;
}

.padding40 {
  padding: 40px;
}

.dot_list li {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}
.dot_list li:before {
  content: "";
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #201c1a;
  position: relative;
  top: 7px;
}
.dot_list li:nth-child(n+2) {
  margin-top: 10px;
}

.lp_taraba_flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
}
.lp_taraba_flow > div {
  border: 1px solid #201c1a;
  border-radius: 5px;
  padding: 35px 20px 45px;
  text-align: center;
  position: relative;
}
.lp_taraba_flow > div:after {
  content: "";
  background: url("../images/arrow_gray_large.webp") 50% 0/40px 35px no-repeat;
  width: 90px;
  height: 35px;
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
}
.lp_taraba_flow > div:last-child:after {
  display: none;
}
.lp_taraba_flow p:not(.lp_step) {
  font-size: clamp(16px, 1.5vw, 18px);
  margin-top: 20px;
}

.lp_step {
  font-size: clamp(24px, 2.7vw, 33px);
  line-height: 0.8em;
  text-box: trim-both cap alphabetic;
  letter-spacing: 0.06em;
}
.lp_step span {
  font-size: 15px;
  letter-spacing: 0.03em;
}

.line_height24 {
  line-height: 2.4em;
}

.text_13 {
  font-size: 13px;
}

/*******************/
.text_14 {
  font-size: 14px;
}

.lp_taraba_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 40px;
}
.lp_taraba_grid h4 {
  text-align: center;
  margin: 15px 0 15px;
  font-size: clamp(15px, 2vw, 24px);
}

/**************/
.lp_info_table {
  border: 1px solid #eeeeee;
  font-size: 15px;
}
.lp_info_table .lp_info_inner:last-child {
  border-bottom: 0;
}

.lp_info_inner {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
}
.lp_info_inner .cell1 {
  width: 200px;
  background-color: #fafafa;
  padding: 25px 30px;
  border-right: 1px solid #eeeeee;
  white-space: nowrap;
  flex-shrink: 0;
}
.lp_info_inner .cell2 {
  padding: 25px 30px;
  flex-grow: 2;
}

/*********************/
.lp_ingredients_table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #eeeeee;
}
.lp_ingredients_table .lp_ingredients_inner:last-child {
  border-right: 0;
}
.lp_ingredients_table .lp_ingredients_inner > div:last-child {
  border-bottom: 0;
}

.lp_ingredients_inner {
  border-right: 1px solid #eeeeee;
}
.lp_ingredients_inner > div {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  border-bottom: 1px solid #eeeeee;
}

.lp_ingredients_cell1 {
  height: 65px;
  display: flex;
  align-items: center;
  flex-grow: 2;
  padding-left: 25px;
  padding-right: 10px;
  line-height: 1.2em;
}

.lp_ingredients_cell2 {
  height: 65px;
  flex-shrink: 0;
  width: 23%;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #eeeeee;
  line-height: 1.2em;
}

/******************/
.title_18 {
  font-size: 18px;
}

.lp_component_table {
  font-size: 15px;
  border: 1px solid #eeeeee;
}
.lp_component_table > div {
  border-bottom: 1px solid #eeeeee;
}
.lp_component_table > div:last-child {
  border-bottom: 0;
}

.lp_component_column_2 {
  display: flex;
  justify-content: space-between;
}
.lp_component_column_2 .lp_component_cell2 {
  justify-content: flex-start;
  padding-left: 25px;
}

.lp_component_cell1 {
  width: clamp(150px, 20vw, 230px);
  height: 65px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 10px;
  border-right: 1px solid #eeeeee;
  flex-shrink: 0;
}

.lp_component_cell2 {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 2;
}

/**/
.lp_component_flex {
  display: flex;
  justify-content: space-between;
}
.lp_component_flex .lp_component_inner:nth-of-type(1) {
  border-right: 1px solid #eeeeee;
}

.bb_eeeeee {
  border-bottom: 1px solid #eee;
}

.lp_component_inner {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.lp_component_inner_flex {
  flex-grow: 2;
  display: flex;
  justify-content: space-between;
}
.lp_component_inner_flex > p {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eeeeee;
}
.lp_component_inner_flex > p:last-child {
  border-right: 0;
}

.indent_p {
  text-indent: -1em;
  padding-left: 1em;
}

.red_da0303 {
  color: #da0303;
}

.text_15 {
  font-size: 15px;
}

.line_height20 {
  line-height: 2em;
}

/******************************/
.lp_faq_wrapper .lp_faq_inner:nth-child(n+2) {
  margin-top: 20px;
}

.lp_q_table {
  background-color: #f7f7f9;
  padding: 17px 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
  column-gap: 20px;
  cursor: pointer;
}

.lp_q_cell1 {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
}

.lp_q_cell2 {
  font-size: 18px;
  padding-right: 60px;
  letter-spacing: 0.02em;
  padding-top: 5px;
}

.lp_arrow {
  position: absolute;
  right: 20px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  font-size: 26px;
}

.lp_a_content {
  padding: 35px 20px;
  display: none;
}
.lp_a_content p {
  line-height: 2em;
}

/********************************************************

    タラバ脚

********************************************************/
.lp_foot_flex {
  display: flex;
  justify-content: space-between;
  gap: 50px 40px;
}

.lp_foot_right {
  order: 2;
  max-width: max-content;
  width: 48%;
}
.lp_foot_right img {
  width: 100%;
  height: auto;
}

.lp_foot_left {
  width: 52%;
}

.title_22 {
  font-size: clamp(18px, 1.7vw, 22px);
}

.lp_bgtitle_fit {
  display: flex;
  align-items: center;
  max-width: fit-content;
  height: 30px;
  padding: 0 15px;
  color: #FFF;
  background-color: #201c1a;
  font-size: 16px;
  border-radius: 50px;
}

/********************************************************

    毛がに

********************************************************/
.lp_select_flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 10px;
  margin-top: 30px;
}
.lp_select_flex p {
  font-size: 18px;
}

.lp_option_select {
  width: 240px;
  background-color: #FFF;
  border: 1px solid #535353;
  padding: 0 15px 2px;
  font-size: 20px;
  height: 40px;
  font-weight: bold;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/select.webp");
  background-repeat: no-repeat;
  background-size: 8px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center; /* 画像の位置 */
}
.lp_option_select option {
  font-weight: bold;
}

/************************************/
.title_20 {
  font-size: clamp(18px, 1.5vw, 20px);
}

.lp_kegani_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.lp_point_flex {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.lp_point_flex .cell1 {
  font-size: 15px;
  background-color: #201c1a;
  width: fit-content;
  padding: 0 20px;
  border-radius: 50px;
  color: #FFF;
  height: 35px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}
.lp_point_flex .cell {
  flex-grow: 2;
}

/********************************************************

    ホタテ

********************************************************/
.lp_scallop_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 50px;
}

.lp_sca_text {
  width: 100%;
  max-width: fit-content;
  background-color: #FFF;
  border: 1px solid #201c1a;
  border-radius: 50px;
  position: relative;
  z-index: 500;
  margin: -15px auto 0;
  padding: 5px 15px;
  font-size: 13px;
}

.lp_sca_title {
  margin-top: 10px;
  text-align: center;
  font-size: clamp(16px, 2vw, 24px);
}

/**************/
.lp_sca_insta_bg a {
  background: url("../images/scallop15.webp") 50% 0/cover no-repeat;
  display: block;
  padding: 30px;
  color: inherit;
}

.lp_sca_insta_img {
  background-color: #fcf9f6;
  padding: 40px;
  text-align: center;
}
.lp_sca_insta_img img {
  max-width: 100%;
  height: auto;
}

/************/
.lp_sca_list {
  border-top: 1px solid #eeeeee;
}

.lp_sca_flex {
  border-bottom: 1px solid #eeeeee;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.lp_sca_left {
  max-width: max-content;
  width: 40%;
}
.lp_sca_left img {
  width: 100%;
  height: auto;
}

.lp_sca_right {
  width: 60%;
  max-width: 540px;
}

.title_26 {
  font-size: clamp(20px, 2.2vw, 26px);
}

.lp_sca_table {
  display: flex;
  column-gap: 15px;
}
.lp_sca_table .cell1 {
  border: 1px solid #201c1a;
  height: 25px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 50px;
  flex-shrink: 0;
}
.lp_sca_table .cell2 {
  flex-grow: 2;
}

/********************************************************

    いくら

********************************************************/
.lp_ikura_wrapper > div:nth-child(n+2) {
  margin-top: 50px;
}

.lp_ikura_flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.lp_ikura_left {
  max-width: max-content;
  width: 50%;
}
.lp_ikura_left img {
  width: 100%;
  height: auto;
}

.lp_ikura_right {
  width: 50%;
}

.title_24 {
  font-size: clamp(17px, 1.9vw, 24px);
}

.lp_title_bb {
  border-bottom: 1px solid #201c1a;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .lp_content .ec-productRole .ec-productRole__btn.active .btn_fixed {
    left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .lp_content {
    overflow: hidden;
  }
  .lp_content .ec-grid2__cell {
    width: 100%;
  }
  .lp_content .ec-grid2__cell:nth-child(n+2) {
    margin-top: 30px;
  }
  .lp_content .slick-slider {
    margin-bottom: 15px;
  }
  .lp_content .lp_item_slider {
    overflow-x: scroll;
    padding-bottom: 15px;
  }
  .lp_content .item_nav {
    gap: 10px;
  }
  .lp_content .ec-sliderItemRole .slideThumb img {
    width: 90px;
    max-width: auto;
    height: auto;
    object-fit: cover;
  }
  .lp_content .slick-dots {
    display: none !important;
    bottom: 0px;
  }
  .lp_content .ec-productRole .ec-productRole__profile {
    margin-left: 0;
  }
  .lp_content .ec-productRole .ec-productRole__title .ec-headingTitle {
    padding-bottom: 20px;
  }
  .lp_content .ec-productRole .ec-productRole__btn {
    margin-top: 30px;
    height: 60px;
  }
  .lp_content .ec-productRole .ec-productRole__btn .ec-blockBtn--action {
    font-size: 16px;
    height: 60px;
    padding-left: 30px;
  }
  .lp_content .ec-productRole .ec-productRole__btn.active .btn_fixed {
    width: 90%;
  }
  @keyframes btnFixed {
    to {
      bottom: 20px;
    }
  }
  .lp_title {
    padding-bottom: 15px;
  }
  .lp_price_flex {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .lp_quantity .ec-numberInput {
    column-gap: 10px;
    font-size: 14px;
  }
  .lp_quantity .ec-numberInput input {
    padding: 0 10px;
    width: 60px;
    height: 35px;
    font-size: 14px;
  }
  .lp_free_space {
    padding-bottom: 10px;
  }
  .lp_free_space p {
    font-size: 14px;
  }
  .lp_tags {
    gap: 10px;
  }
  .lp_tags li {
    font-size: 12px;
    min-height: 25px;
    padding: 0 10px;
  }
  /****商品それぞれの詳細**************/
  .lp_item_title {
    padding-bottom: 15px;
  }
  .lp_item_text {
    font-size: 14px;
    line-height: 1.8em;
  }
  .lp_sp_scroll {
    overflow-x: scroll;
    padding-bottom: 20px;
    width: calc(100% + 80px);
    margin-top: 0 !important;
  }
  .lp_sp_scroll::-webkit-scrollbar {
    height: 7px;
  }
  .lp_sp_scroll::-webkit-scrollbar-thumb {
    background: #065084;
    border-radius: 50px;
    cursor: grab;
  }
  .lp_sp_scroll::-webkit-scrollbar-thumb:active {
    cursor: grabbing;
  }
  .lp_sp_scroll::-webkit-scrollbar-track {
    background: #DAEFEF;
    border-radius: 50px;
  }
  .lp_sp_scroll .lp_item_grid {
    width: max-content;
    padding-right: 80px;
  }
  .lp_sp_scroll .lp_taraba_flow {
    padding-right: 80px;
  }
  .lp_sp_scroll .lp_kegani_grid {
    padding-right: 80px;
  }
  .lp_sp_scroll .lp_taraba_grid {
    padding-right: 80px;
  }
  .lp_scroll_text {
    border-bottom: 1px solid #A4A4A4;
    width: fit-content;
    color: #A4A4A4;
    padding-bottom: 5px;
    margin: 0 auto 20px;
  }
  .lp_item_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .lp_item_grid > div {
    width: 190px;
    height: auto;
  }
  .lp_inner_text {
    font-size: 15px;
    margin-top: 15px;
  }
  .lp_taraba_list > div:nth-child(n+2) {
    margin-top: 20px;
  }
  .lp_taraba_inner {
    padding: 25px;
    display: block;
  }
  .lp_taraba_inner .cell1 {
    font-size: 14px;
    padding: 0 13px;
    height: 25px;
    padding-bottom: 1px;
  }
  .lp_taraba_inner .cell2 {
    font-size: 14px;
    padding-top: 15px;
    line-height: 1.8em;
  }
  /*************/
  .padding40 {
    padding: 30px;
  }
  .dot_list li {
    font-size: 14px;
    column-gap: 10px;
  }
  .dot_list li:before {
    top: 8px;
  }
  .dot_list li:nth-child(n+2) {
    margin-top: 15px;
  }
  .lp_sp_scroll .lp_taraba_flow {
    width: max-content;
  }
  .lp_taraba_flow {
    gap: 50px;
  }
  .lp_taraba_flow > div {
    padding: 20px 10px 30px;
    width: 180px;
  }
  .lp_taraba_flow > div:after {
    background: url("../images/arrow_gray_large.webp") 50% 0/35px 30px no-repeat;
    width: 50px;
    height: 30px;
    right: -50px;
  }
  .lp_taraba_flow p:not(.lp_step) {
    font-size: 16px;
    margin-top: 20px;
  }
  .lp_step {
    font-size: 30px;
    line-height: 1em;
  }
  .line_height24 {
    line-height: 2em;
  }
  .text_13 {
    font-size: 12px;
  }
  /*******************/
  .text_14 {
    font-size: 13px;
  }
  .lp_taraba_grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }
  .lp_taraba_grid h4 {
    margin: 10px 0 10px;
  }
  .lp_sp_scroll .lp_taraba_grid {
    width: max-content;
    display: flex;
    column-gap: 20px;
  }
  .lp_sp_scroll .lp_taraba_grid > div {
    width: 250px;
  }
  /**************/
  .lp_info_table {
    border: 1px solid #eeeeee;
    font-size: 13px;
  }
  .lp_info_table .lp_info_inner:last-child {
    border-bottom: 0;
  }
  .lp_info_inner .cell1 {
    width: 130px;
    padding: 10px 15px;
  }
  .lp_info_inner .cell2 {
    padding: 10px 15px;
  }
  /*********************/
  .lp_ingredients_table {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #eeeeee;
  }
  .lp_ingredients_table .lp_ingredients_inner:last-child {
    border-right: 0;
  }
  .lp_ingredients_table .lp_ingredients_inner > div:last-child {
    border-bottom: 0;
  }
  .lp_ingredients_inner {
    border-right: 1px solid #eeeeee;
  }
  .lp_ingredients_inner > div {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
  }
  .lp_ingredients_cell1 {
    height: 65px;
    display: flex;
    align-items: center;
    flex-grow: 2;
    padding-left: 25px;
    padding-right: 10px;
    line-height: 1.2em;
  }
  .lp_ingredients_cell2 {
    height: 65px;
    flex-shrink: 0;
    width: 23%;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #eeeeee;
    line-height: 1.2em;
  }
  /******************/
  .title_18 {
    font-size: 16px;
  }
  .lp_component_table {
    font-size: 13px;
  }
  .lp_component_table > div {
    border-bottom: 1px solid #eeeeee;
  }
  .lp_component_table > div:last-child {
    border-bottom: 0;
  }
  .lp_component_column_2 {
    display: flex;
    justify-content: space-between;
  }
  .lp_component_column_2 .lp_component_cell2 {
    justify-content: flex-start;
    padding-left: 10px;
  }
  .lp_component_cell1 {
    width: 130px;
    height: 100%;
    min-height: 40px;
    padding: 10px 15px;
  }
  .lp_component_cell2 {
    height: 100%;
    min-height: 40px;
    padding: 10px 15px;
  }
  /**/
  .lp_component_flex {
    display: block;
  }
  .lp_component_flex .lp_component_inner:nth-of-type(1) {
    border-right: 0;
    border-bottom: 1px solid #eeeeee;
  }
  .lp_component_flex .sp_none {
    display: none;
  }
  .lp_component_inner {
    width: 100%;
  }
  .text_15 {
    font-size: 14px;
  }
  .line_height20 {
    line-height: 1.8em;
  }
  /******************************/
  .lp_faq_wrapper .lp_faq_inner:nth-child(n+2) {
    margin-top: 10px;
  }
  .lp_q_table {
    padding: 12px 15px;
    column-gap: 10px;
  }
  .lp_q_cell1 {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .lp_q_cell2 {
    font-size: 14px;
    padding-right: 30px;
  }
  .lp_a_content {
    padding: 25px 20px;
  }
  .lp_arrow {
    font-size: 20px;
  }
  /********************************************************

      タラバ脚

  ********************************************************/
  .lp_foot_flex {
    flex-wrap: wrap;
    gap: 20px 40px;
  }
  .lp_foot_right {
    order: 1;
    max-width: 100%;
    width: 100%;
  }
  .lp_foot_left {
    order: 2;
    width: 100%;
  }
  .lp_bgtitle_fit {
    height: 30px;
    font-size: 14px;
  }
  /********************************************************

      毛がに

  ********************************************************/
  .lp_select_flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;
    margin-top: 30px;
  }
  .lp_select_flex p {
    font-size: 14px;
  }
  .lp_option_select {
    width: 150px;
    padding: 0 10px 0;
    font-size: 14px;
    height: 35px;
  }
  /************************************/
  .title_20 {
    font-size: clamp(16px, 1.5vw, 20px);
  }
  .lp_sp_scroll .lp_kegani_grid {
    width: max-content;
  }
  .lp_sp_scroll .lp_kegani_grid > div {
    width: 250px;
  }
  .lp_kegani_grid {
    gap: 20px;
  }
  .lp_point_flex {
    display: block;
  }
  .lp_point_flex .cell1 {
    font-size: 14px;
    padding: 0 20px;
    height: 30px;
  }
  .lp_point_flex .cell2 {
    flex-grow: 2;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8em;
  }
  /********************************************************

      ホタテ

  ********************************************************/
  .lp_scallop_grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 25px;
  }
  .lp_sca_text {
    width: 94%;
    margin: -15px auto 0;
    padding: 5px 5px;
    letter-spacing: 0;
    line-height: 1.1em;
    font-size: 12px;
    text-align: center;
  }
  /**************/
  .lp_sca_insta_bg a {
    padding: 20px;
  }
  .lp_sca_insta_img {
    padding: 30px;
  }
  /************/
  .lp_sca_flex {
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0;
    flex-wrap: wrap;
    gap: 15px;
  }
  .lp_sca_left {
    max-width: 100%;
    width: 100%;
  }
  .lp_sca_right {
    max-width: 100%;
    width: 100%;
  }
  .lp_sca_right .title_26 {
    font-size: 18px;
  }
  .title_26 {
    font-size: 22px;
  }
  /********************************************************

      いくら

  ********************************************************/
  .lp_ikura_wrapper > div:nth-child(n+2) {
    margin-top: 30px;
  }
  .lp_ikura_flex {
    flex-wrap: wrap;
    gap: 15px;
  }
  .lp_ikura_left {
    max-width: 100%;
    width: 100%;
  }
  .lp_ikura_left img {
    width: 100%;
    height: auto;
  }
  .lp_ikura_right {
    width: 100%;
  }
  .lp_title_bb {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}