@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-tap-highlight-color: transparent;
}

#Wrap {
  width: auto;
}

:root {
  --color_regular: #00477B;
  --color_01: #108CE6;
  --color_02: #7EDAF5;
  --color_03: #1CCBFF;
  --color_04: #F3F910;
  --color_05: #108CE6;
  --color_06: #D1EEFF;
  --color_07: rgba(16, 140, 230, .3);
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .05em;
}

.LP_page {
  padding-bottom: 7rem;
  background: #fff;
  color: var(--color_regular);
  overflow-x: clip;
}

.LP_page.active {
  opacity: 1;
}

.LP_page picture {
  display: block;
  font-size: 0;
}

.LP_page a {
  display: block;
}

.LP_page a:hover {
  opacity: 1 !important;
}

.LP_page img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.LP_page sup {
  font-size: 1rem;
}

.LP_page .activePoint,
.LP_page .activeDelay {
  opacity: 0;
  transition: opacity 1s;
}

.LP_page .activeDelay.delay1 {
  transition-delay: .15s;
}

.LP_page .activeDelay.delay2 {
  transition-delay: .3s;
}

.LP_page .activeDelay.delay3 {
  transition-delay: .45s;
}

.LP_page .activeDelay.delay4 {
  transition-delay: .6s;
}

.LP_page .activePoint.active,
.LP_page .activePoint.active > .activeDelay {
  opacity: 1;
}
/*----------------------------all*/

/*mv-----------------------------*/
.mv_area .mv {
  width: 130rem;
  margin: 0 auto 4rem;
}

.campaign_detail_wrap {
  position: relative;
  width: 70rem;
  margin: 0 auto 5rem;
  padding: 3rem 0;
  background: var(--color_06);
}

.campaign_detail_wrap::before,
.campaign_detail_wrap::after {
  position: absolute;
  width: .1rem;
  height: 5rem;
  background: var(--color_01);
  rotate: 45deg;
  content: "";
}

.campaign_detail_wrap::before {
  top: 0;
  left: 0;
  margin: -.5rem 0 0 3rem;
  transform-origin: top center;
}

.campaign_detail_wrap::after {
  bottom: 0;
  right: 0;
  margin: 0 3rem -.5rem 0;
  transform-origin: bottom center;
}

.campaign_period {
  margin-bottom: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: var(--color_01);
}

.campaign_period dt {
  margin-bottom: .5rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.campaign_period dd {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 1.2rem 3rem;
  border-top: solid var(--color_01);
  border-bottom: solid var(--color_01);
  border-width: .1rem;
  font-size: 1.5rem;
  
}

.campaign_period dd::before,
.campaign_period dd::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: .2rem;
  background: var(--color_01);
  content: "";
}

.campaign_period dd::before {
  top: 0;
  margin-top: .3rem;
}

.campaign_period dd::after {
  bottom: 0;
  margin-bottom: .3rem;
}

.campaign_period dd .txt_L {
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 0;
}

.campaign_detail {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  color: var(--color_regular);
}

.campaign_detail > .txt_L {
  font-size: 2.5rem;
  letter-spacing: 0;
}

.campaign_detail > .txt_L > .txt_LL {
  font-size: 3.2rem;
  letter-spacing: -.05em;
}

.campaign_detail .txt_highlight {
  display: block;
  margin: -.5rem 0 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  color: var(--color_01);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1.6rem;
  text-decoration-color: var(--color_04);
  text-underline-offset: -1rem;
  
}

.campaign_detail .txt_highlight .txt_L {
  font-size: 4rem;
  letter-spacing: 0;
}

.campaign_detail .txt_highlight .txt_LL {
  font-size: 7rem;
  letter-spacing: -.05em;
}

.notes_list {
  width: 50rem;
  margin: 0 auto;
}

.notes_list li {
  font-size: 1.3rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

.notes_list li:nth-of-type(n+2) {
  margin-top: .5rem;
}
/*-----------------------------mv*/

/*アイテムリスト-------------------*/
.each_group {
  padding-top: 1rem;
}

.each_group:nth-of-type(n+2) {
  margin-top: 5rem;
}

.group_num_wrap {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.group_num {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 5rem;
  padding: 0 1rem 0 2rem;
  background: var(--color_regular);
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
}

.each_group .group_num::before {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -.1rem;
  border-left: solid var(--color_regular) 1.5rem;
  border-top: solid transparent 2.5rem;
  border-bottom: solid transparent 2.5rem;
  content: "";
}

.group_num .txt_L {
  margin-left: 1rem;
  font-size: 3.8rem;
}

.group_ttl {
  display: grid;
  place-items: center;
  border-top: solid var(--color_regular);
  border-right: solid var(--color_regular);
  border-width: .2rem;
  padding: 0 2rem 0 3rem;
  font-size: 2.4rem;
  line-height: 1.4;
}

.each_group .sec_inner {
  padding-top: 4rem;
  border-top: solid var(--color_regular);
  border-width: .2rem;
}

.group_summary_wrap {
  margin-bottom: 2rem;
}

.group_summary {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  text-align: center;
}

.group_summary .txt_M {
  font-size: 3rem;
}

.group_summary .txt_L {
  font-size: 5rem;
  letter-spacing: 0;
}

.group_summary .txt_S {
  font-size: 1.2rem;
}

.group_summary .txt_accent {
  margin-left: .8rem;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color_05);
}

.coupon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.coupon_wrap > p {
  font-size: 1.4rem;
}

.coupon_copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 35rem;
  height: 6rem;
  padding: 1rem 1.2rem 1rem 3.5rem;
  border-radius: 10rem;
  background: #fff;
  box-shadow: inset 3px 0 6px rgba(0, 0, 0, .1);
}

.coupon_code {
  font-size: 3.5rem;
  font-weight: 600;
  color: var(--color_05);
}

.for_copy {
  width: 10rem;
  height: 100%;
  border-radius: 10rem;
  border: solid var(--color_05);
  border-width: .1rem;
  background: var(--color_05);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: background-color .3s, color .3s;
}

.for_copy.copied {
  background: #fff;
  color: var(--color_05);
}

.for_copy .copy_before,
.for_copy.copied .copy_after {
  font-size: inherit;
  opacity: 1;
  transition: opacity .3s;
}

.for_copy.copied .copy_before,
.for_copy .copy_after  {
  font-size: 0;
  opacity: 0;
}

.txt_totalCount {
  margin-bottom: .8rem;
  padding-left: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.centered .txt_totalCount {
  padding-left: 0;
}

.txt_totalCount span {
  font-size: 2.2rem;
}

.itm_list_outside {
  width: 120rem;
  margin: 0 auto;
  padding: 2.5rem 2rem 0;
  background: var(--color_06);
}

.itm_list_wrap.centered {
  width: fit-content;
  margin: 0 auto;
}

.itm_list {
  display: flex;
  gap: 1.5rem;
  padding: 0 3rem 6rem;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.itm_list::-webkit-scrollbar {
  display:none;
}

.centered .itm_list {
  justify-content: center;
  padding: 0 0 2.5rem;
  overflow: visible;
}

.itm_list li {
  position: relative;
}

.itm_list > li:nth-last-of-type(1)::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 3rem;
  height: 1px;
  content: "";
}

.itm_list li input {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: none;
}

.itm_list label {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 23rem;
  height: 100%;
  padding: 1.5rem;
  border-radius: .3rem;
  border: solid var(--color_07);
  border-width: .2rem;
  background: #fff;
  cursor: pointer;
  transition: border-color .3s;
}

.itm_list label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  margin: .8rem 0 0 .8rem;
  border-radius: 50%;
  mask-image: url(../img/icon_001.svg);
  mask-size: cover;
  mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/icon_001.svg);
  -webkit-mask-size: cover;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  background: var(--color_01);
  content: "";
  opacity: 0;
  transition: opacity .3s;
}

.itm_list input:checked + label {
  border-color: var(--color_01);
}

.itm_list input:checked + label::before {
  opacity: 1;
}

.itm_list .itm_img {
  margin-bottom: 1.2rem;
}

.itm_list label .txt_wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.itm_list .itm_name {
  flex: 1;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-all;
}

.itm_list label .txt_wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5rem;
}

.itm_list .itm_price {
  font-size: 2rem;
}

.itm_list .itm_price .txt_S {
  font-size: 1rem;
  margin-left: .3rem;
}

.itm_list .itm_link {
  position: relative;
  display: inline;
  height: fit-content;
  padding-right: 1rem;
  font-size: 1.6rem;
  text-decoration: underline;
  color: var(--color_01);
}

.itm_list .itm_link::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: .6rem;
  height: .6rem;
  border-top: solid var(--color_01);
  border-right: solid var(--color_01);
  border-width: .1rem;
  rotate: 45deg;
  content: "";
}

.itm_list label .txt_wrap > div:nth-of-type(2) {
  align-items: center;
  margin-bottom: 0;
}

.amount_wrap .amount {
  width: 5rem;
  height: 4rem;
  border-radius: .5rem;
  border: solid var(--color_regular);
  border-width: .1rem;
  background: #fff;
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  text-align: center;
  color: var(--color_regular);
  cursor: pointer;
  outline: none;
}

.itm_list .btn_selected {
  display: grid;
  place-items: center;
  width: 13.5rem;
  height: 3rem;
  border-radius: 10rem;
  border: solid var(--color_01);
  border-width: .1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color_01);
  transition: background-color .3s, color .3s;
}

.itm_list input:checked + label .btn_selected {
  background: var(--color_01);
  color: #fff;
}

.itm_list input:checked + label .btn_selected .to_selected,
.itm_list .btn_selected .to_unselected {
  display: none;
}

.itm_list input:checked + label .btn_selected .to_unselected,
.itm_list .btn_selected .to_selected {
  display: block;
}


/*-------------------アイテムリスト*/

/*買い物リスト---------------------*/
.selected_area {
  position: fixed;
  z-index: 5;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-top: solid var(--color_regular) .3rem;
  transform: translateY(100%);
  transition: transform .5s;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, .1);
}

.selected_area.active {
  transform: unset;
}

.selected_area .sec_inner {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .5s;
}

.selected_area.open .sec_inner {
  grid-template-rows: 1fr;
}

.selected_area .sec_inner > div {
  padding: 4rem 0 3.5rem;
  min-height: 14rem;
}

.btn_listSwitch {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 120rem;
  margin-top: 2.5rem;
  font-size: 1.4rem;
  text-align: right;
}

.btn_listSwitch span {
  position: relative;
  padding-right: 2rem;
  cursor: pointer;
}

.btn_listSwitch span::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: .8rem;
  height: .8rem;
  margin-top: -.5rem;
  border-top: solid var(--color_regular);
  border-right: solid var(--color_regular);
  border-width: .2rem;
  rotate: -45deg;
  box-sizing: border-box;
  content: "";
}

.open .btn_listSwitch span::before {
  rotate: 135deg;
  margin-top: -.8rem;
}

.open .btn_listSwitch .to_close,
.btn_listSwitch .to_open {
  display: block;
}

.btn_listSwitch .to_close,
.open .btn_listSwitch .to_open {
  display: none;
}

.btn_cartIn_wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.btn_cartIn_wrap .txt_discount {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 8rem;
  height: 8rem;
  margin: -2rem 0 0 -4rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  rotate: -10deg;
  color: var(--color_01);
  pointer-events: none;
  opacity: 1;
  transition: opacity .3s;
}

.btn_cartIn_wrap .txt_discount.hidden {
  opacity: 0;
}

.btn_cartIn_wrap .txt_discount .txt_L {
  margin-right: .5rem;
  font-size: 3rem;
  letter-spacing: -.1em;
}

.btn_cartIn_wrap .txt_discount::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url(../img/shape_001.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url(../img/shape_001.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  background: var(--color_04);
  content: "";
}

.btn_cartIn a {
  display: grid;
  place-items: center;
  width: 40rem;
  height: 6rem;
  border-radius: 10rem;
  border: solid var(--color_05);
  border-width: .15rem;
  background: var(--color_05);
  color: #fff;
  transition: background-color .3s, color .3s;
}

.btn_cartIn a:hover {
  background: #fff;
  color: var(--color_05);
}

.btn_cartIn a span {
  position: relative;
  padding-right: 3.5rem;
  font-size: 2rem;
}

.btn_cartIn a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 3rem;
  height: 3rem;
  mask-image: url(../img/icon_002.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center center;
  background: #fff;
  content: "";
  transition: background-color .3s;
}

.btn_cartIn a:hover span::before {
  background: var(--color_05);
}

.selected_list_wrap {
  margin-top: 4rem;
}

.each_selected_list {
  position: relative;
  opacity: 1;
  height: auto;
  overflow: visible;
}
  
.each_selected_list.possess::before {
  background: var(--color_01);
}

.each_selected_list:nth-of-type(n+2) {
  margin-top: .5rem;
}

.selected_list_outside {
  width: 120rem;
  min-height: 8rem;
  margin: 0 auto;
  padding: 0 2rem;
  background: var(--color_06);
}

.listDefault {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  padding: 0 3rem;
  font-size: 1.4rem;
}

.listDefault.hidden {
  display: none;
}

.selected_list {
  display: flex;
  gap: .8rem;
  padding: 2.5rem 3rem;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.selected_list::-webkit-scrollbar {
  display:none;
}

.selected_list li {
  position: relative;
}

.selected_list > li:nth-last-of-type(1)::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 3rem;
  height: 1px;
  content: "";
}

.selected_list li input {
  position: absolute;
  top: 0;
  right: 0;
}

.selected_list label {
  display: flex;
  align-items: center;
  gap: .5rem;
  width: auto;
  height: 100%;
  padding: .8rem 6.5rem .8rem .8rem;
  border-radius: .3rem;
  border: solid var(--color_01);
  border-width: .2rem;
  background: #fff;
  cursor: pointer;
}

.selected_list label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: .3rem 0 0 0;
  background: var(--color_01);
  content: "";
}

.selected_list label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  color: #fff;
  content: "✕";
}

.selected_list .itm_img {
  width: 5rem;
}

.selected_list .itm_name {
  width: 13.5rem;
  margin-bottom: .3rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.selected_list .itm_name br {
  display: none;
}

.selected_list .itm_price {
  font-size: 1.3rem;
}

.selected_list .itm_price .txt_S {
  font-size: 1rem;
  margin-left: .3rem;
}

.selected_list .amount_wrap {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  margin-right: 1rem;
}

.selected_list .itm_link,
.selected_list .btn_selected {
  display: none;
}
/*---------------------買い物リスト*/

/*Smart phone---------------------------------------------*/
@media screen and  (max-width:768px) {
/*all----------------------------*/
.LP_page .only_pc {
  display: none;
}

#share {
  z-index: 5 !important;
  transition: translate .5s, opacity .5s;
}

#share.move {
  translate: 0 calc(-110 * (100vw / 430));
}

#share.remove {
  opacity: 0;
  pointer-events: none;
}

.share-txt {
  margin: 0 !important;
  padding-bottom: calc(20 * (100vw / 430));
  background: var(--color_bg_04);
}
/*----------------------------all*/

/*mv-----------------------------*/
.mv_area .mv {
  width: auto;
  margin: 0 auto calc(20 * (100vw / 430));
}

.campaign_detail_wrap {
  width: calc(390 * (100vw / 430));
  margin: 0 auto calc(30 * (100vw / 430));
  padding: calc(25 * (100vw / 430)) 0;
}

.campaign_detail_wrap::before,
.campaign_detail_wrap::after {
  width: calc(1 * (100vw / 430));
  height: calc(50 * (100vw / 430));
}

.campaign_detail_wrap::before {
  margin: calc(-5 * (100vw / 430)) 0 0 calc(30 * (100vw / 430));
}

.campaign_detail_wrap::after {
  margin: 0 calc(30 * (100vw / 430)) calc(-5 * (100vw / 430)) 0;
}

.campaign_period {
  margin-bottom: calc(25 * (100vw / 430));
}

.campaign_period dt {
  margin-bottom: calc(5 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.campaign_period dd {
  padding: calc(12 * (100vw / 430)) calc(20 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}

.campaign_period dd::before,
.campaign_period dd::after {
  height: calc(2 * (100vw / 430));
}

.campaign_period dd::before {
  margin-top: calc(2 * (100vw / 430));
}

.campaign_period dd::after {
  bottom: 0;
  margin-bottom: calc(2 * (100vw / 430));
}

.campaign_period dd .txt_L {
  font-size: calc(22 * (100vw / 430));
}

.campaign_detail {
  margin-bottom: calc(25 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.campaign_detail > .txt_L {
  font-size: calc(20 * (100vw / 430));
}

.campaign_detail > .txt_L > .txt_LL {
  font-size: calc(28 * (100vw / 430));
}

.campaign_detail .txt_highlight {
  margin: calc(-5 * (100vw / 430)) 0 calc(15 * (100vw / 430));
  font-size: calc(25 * (100vw / 430));
  text-decoration-thickness: calc(16 * (100vw / 430));
  text-underline-offset: calc(-10 * (100vw / 430));
  
}

.campaign_detail .txt_highlight .txt_L {
  font-size: calc(32 * (100vw / 430));
}

.campaign_detail .txt_highlight .txt_LL {
  font-size: calc(50 * (100vw / 430));
}

.notes_list {
  width: calc(340 * (100vw / 430));
}

.notes_list li {
  font-size: calc(11 * (100vw / 430));
}

.notes_list li:nth-of-type(n+2) {
  margin-top: calc(6 * (100vw / 430));
}
/*-----------------------------mv*/

/*アイテムリスト-------------------*/
.each_group {
  padding-top: calc(10 * (100vw / 430));
}

.each_group:nth-of-type(n+2) {
  margin-top: 0;
}

.group_num {
  height: calc(40 * (100vw / 430));
  padding: 0 calc(7 * (100vw / 430)) 0 calc(12 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
}

.group_num.lines2 {
  height: calc(60 * (100vw / 430));
}

.each_group .group_num::before {
  margin-left: calc(-.5 * (100vw / 430));
  border-left-width: calc(12 * (100vw / 430));
  border-top: solid transparent calc(20 * (100vw / 430));
  border-bottom: solid transparent calc(20 * (100vw / 430));
}

.each_group .group_num.lines2::before {
  border-top: solid transparent calc(30 * (100vw / 430));
  border-bottom: solid transparent calc(30 * (100vw / 430));
}

.group_num .txt_L {
  margin-left: calc(5 * (100vw / 430));
  font-size: calc(30 * (100vw / 430));
  vertical-align: calc(-2 * (100vw / 430));
}

.group_ttl {
  border-width: calc(1 * (100vw / 430));
  padding: 0 calc(15 * (100vw / 430)) 0 calc(25 * (100vw / 430));
  font-size: calc(17 * (100vw / 430));
}

.each_group .sec_inner {
  padding-top: calc(20 * (100vw / 430));
  border-width: calc(2 * (100vw / 430));
}

.group_summary_wrap {
  margin-bottom: calc(20 * (100vw / 430));
}

.group_summary {
  margin-bottom: calc(20 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}

.group_summary .txt_M {
  font-size: calc(24 * (100vw / 430));
}

.group_summary .txt_L {
  font-size: calc(44 * (100vw / 430));
}

.group_summary .txt_S {
  font-size: calc(10 * (100vw / 430));
}

.group_summary .txt_accent {
  margin-left: calc(5 * (100vw / 430));
}

.coupon_wrap {
  gap: calc(8 * (100vw / 430));
}

.coupon_wrap > p {
  font-size: calc(10 * (100vw / 430));
}

.coupon_copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(300 * (100vw / 430));
  height: calc(50 * (100vw / 430));
  padding: calc(7 * (100vw / 430)) calc(10 * (100vw / 430)) calc(7 * (100vw / 430)) calc(25 * (100vw / 430));
  border-radius: calc(100 * (100vw / 430));
}

.coupon_code {
  font-size: calc(34 * (100vw / 430));
}

.for_copy {
  width: calc(90 * (100vw / 430));
  border-radius: calc(100 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}

.txt_totalCount {
  margin-bottom: calc(8 * (100vw / 430));
  padding-left: calc(20 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.txt_totalCount span {
  font-size: calc(20 * (100vw / 430));
}

.itm_list_outside {
  width: auto;
  padding: 0;
  background: none;
}

.itm_list_wrap.centered {
  width: fit-content;
  margin: 0 auto;
}

.itm_list {
  gap: calc(10 * (100vw / 430));
  padding: 0 calc(20 * (100vw / 430)) calc(70 * (100vw / 430));
}

.centered .itm_list {
  padding: 0 0 calc(25 * (100vw / 430));
}

.itm_list > li:nth-last-of-type(1)::after {
  width: calc(20 * (100vw / 430));
}

.itm_list label {
  width: calc(230 * (100vw / 430));
  padding: calc(15 * (100vw / 430));
  border-radius: calc(3 * (100vw / 430));
  border-width: calc(2 * (100vw / 430));
}

.itm_list label::before {
  width: calc(26 * (100vw / 430));
  height: calc(26 * (100vw / 430));
  margin: calc(8 * (100vw / 430)) 0 0 calc(8 * (100vw / 430));
}

.itm_list .itm_img {
  margin-bottom: calc(12 * (100vw / 430))
}

.itm_list .itm_name {
  margin-bottom: calc(12 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.itm_list label .txt_wrap > div {
  margin-bottom: calc(15 * (100vw / 430))
}

.itm_list .itm_price {
  font-size: calc(20 * (100vw / 430))
}

.itm_list .itm_price .txt_S {
  font-size: calc(10 * (100vw / 430));
  margin-left: calc(5 * (100vw / 430));
}

.itm_list .itm_link {
  padding-right: calc(10 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.itm_list .itm_link::before {
  width: calc(6 * (100vw / 430));
  height: calc(6 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
}

.amount_wrap .amount {
  width: calc(50 * (100vw / 430));
  height: calc(40 * (100vw / 430));
  border-radius: calc(5 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  font-size: calc(18 * (100vw / 430)) !important;
}

.itm_list .btn_selected {
  width: calc(135 * (100vw / 430));
  height:calc(30 * (100vw / 430));
  border-radius: calc(100 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

/*-------------------アイテムリスト*/

/*買い物リスト---------------------*/
.selected_area {
  border-top-width: calc(2 * (100vw / 430));
}

.selected_area .sec_inner > div {
  width: 100vw;
  padding: calc(40 * (100vw / 430)) 0 calc(30 * (100vw / 430));
  min-height: calc(110 * (100vw / 430));
}

.btn_listSwitch {
  position: absolute;
  top: 0;
  right: 0;
  translate: 0 0;
  width: auto;
  margin-top: calc(15 * (100vw / 430));
  padding-right: calc(20 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.btn_listSwitch span {
  padding-right: calc(15 * (100vw / 430));
}

.btn_listSwitch span::before {
  width: calc(6 * (100vw / 430));
  height: calc(6 * (100vw / 430));
  margin-top: calc(-4 * (100vw / 430));
  border-width: calc(2 * (100vw / 430));
}

.open .btn_listSwitch span::before {
  margin-top: calc(-7 * (100vw / 430));
}

.btn_cartIn_wrap .txt_discount {
  width: calc(70 * (100vw / 430));
  height: calc(70 * (100vw / 430));
  margin: calc(-25 * (100vw / 430)) 0 0 calc(-30 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.btn_cartIn_wrap .txt_discount .txt_L {
  margin-right: calc(5 * (100vw / 430));
  font-size: calc(30 * (100vw / 430));
}

.btn_cartIn a {
  width: calc(350 * (100vw / 430));
  height: calc(50 * (100vw / 430));
  border-radius: calc(100 * (100vw / 430));
  border-width: calc(1.5 * (100vw / 430));
}

.btn_cartIn a span {
  padding-right: calc(30 * (100vw / 430));
  font-size: calc(18 * (100vw / 430));
}

.btn_cartIn a span::before {
  width: calc(25 * (100vw / 430));
  height: calc(25 * (100vw / 430));
}

.selected_list_wrap {
  margin-top: calc(25 * (100vw / 430));
}

.each_selected_list:nth-of-type(n+2) {
  margin-top: calc(4 * (100vw / 430));
}

.selected_list_outside {
  width: auto;
  min-height: calc(60 * (100vw / 430));
  padding: 0;
}

.listDefault {
  padding: 0 calc(20 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.selected_list {
  gap: calc(8 * (100vw / 430));
  padding: calc(15 * (100vw / 430)) calc(20 * (100vw / 430));
}

.selected_list > li:nth-last-of-type(1)::after {
  width: calc(20 * (100vw / 430));
}

.selected_list label {
  gap: calc(5 * (100vw / 430));
  padding: calc(8 * (100vw / 430)) calc(65 * (100vw / 430)) calc(8 * (100vw / 430)) calc(8 * (100vw / 430));
  border-radius: calc(3 * (100vw / 430));
  border-width: calc(2 * (100vw / 430));
}

.selected_list label::before {
  width: calc(20 * (100vw / 430));
  height: calc(20 * (100vw / 430));
  border-radius: calc(3 * (100vw / 430)) 0 0 0;
}

.selected_list label::after {
  width: calc(20 * (100vw / 430));
  height: calc(20 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.selected_list .itm_img {
  width: calc(50 * (100vw / 430));
}

.selected_list .itm_name {
  width: calc(135 * (100vw / 430));
  margin-bottom: calc(3 * (100vw / 430));
  font-size: calc(11 * (100vw / 430));
}

.selected_list .itm_price {
  font-size: calc(13 * (100vw / 430));
}

.selected_list .itm_price .txt_S {
  font-size: calc(10 * (100vw / 430));
  margin-left: calc(3 * (100vw / 430));
}

.selected_list .amount_wrap {
  margin-right: calc(10 * (100vw / 430));
}

.selected_area .coupon_wrap {
  gap: calc(8 * (100vw / 430));
  margin: calc(15 * (100vw / 430)) 0;
}

.selected_area .coupon_wrap > p {
  font-size: calc(10 * (100vw / 430));
}

.selected_area .coupon_copy {
  width: calc(230 * (100vw / 430));
  height: calc(40 * (100vw / 430));
  padding: calc(6 * (100vw / 430)) calc(8 * (100vw / 430)) calc(6 * (100vw / 430)) calc(20 * (100vw / 430));
}

.selected_area .coupon_code {
  font-size: calc(25 * (100vw / 430));
}

.selected_area .for_copy {
  width: calc(70 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.coupon_notes {
  margin-bottom: calc(20 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
}

/*---------------------買い物リスト*/

}

/*---------------------------------------------Smart phone*/

/*PC------------------------------------------------------*/
@media screen and  (min-width:769px) {
  .only_sp {
    display: none;
  }
}
/*------------------------------------------------------PC*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1600px){
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/