@charset "utf-8";

html {
  font-size: 62.5%;
}

header {
  width: 100%;
  display:
    /*none*/
    block;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

header-cate {
  width: 100%;
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  overflow: auto;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.5em;
  font-size: 1.6em;
  font-family: 'Noto Sans JP', serif;
  font-weight: 400;
  color: #333;
}

/* 固定ヘッダー分の余白（4.1 スタイル） */
main {
  width: 100%;
  margin: auto;
  display: block;
  padding: 0 0 30px;
  margin-top: 50px;
}

/* アンカーリンクでスクロール時、ヘッダーに被らないよう余白を確保 */
main [id] {
  scroll-margin-top: 100px;
}

#top {
  margin-top: 0;
}

input {
  font-family: 'Noto Sans JP', 'sans-serif';
  color: #333;
  cursor: text;
  width: 100%;
  border: 1px solid #878787;
  border-radius: 8px;
  padding: 10px;
  display: block;
}

::placeholder {
  color: #878787;
}

a {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #333;
}

img {
  width: 100%;
}

/* EC-CUBE アラートアイコンは img{width:100%} の影響を受けないように除外 */
.ec-debugModeAlert__icon img,
.ec-maintenanceAlert__icon img,
.ec-alert-warning__icon img {
  width: auto !important;
  height: auto !important;
  max-width: 20px;
  max-height: 20px;
}

button {
  transition: all 0.2s ease-in-out;
}

button img {
  vertical-align: middle;
}

.container {
  max-width: 1920px;
  margin: auto;
  width: 96%;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'fontawesome';
  src: url('../font/fa-solid-900.ttf') format('truetype');
}

i {
  font-family: 'fontawesome', sans-serif;
  font-style: normal;
}

.fi {
  font-size: 1.8rem;
  font-weight: bold;
}

button.favorite {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  font-size: 2.4rem;
  color: #333;
}

button.favorite.red i {
  color: #FF004E;
}

.btn {
  color: #fff;
  border: 1px solid #333;
  background: #333;
  border-radius: 28px;
  padding: 12px 0;
  text-align: center;
  max-width: 230px;
  display: block;
  font-size: 1.4rem;
  margin: auto;
}

.btn:hover {
  background: #fff;
  color: #333;
}

.btn-re {
  color: #333;
  border: 1px solid #333;
  background: #fff;
  border-radius: 28px;
  padding: 12px 0;
  text-align: center;
  max-width: 230px;
  display: block;
  font-size: 1.4rem;
  margin: 3rem auto 0;
}

.btn-re:hover {
  background: #333;
  color: #fff;
}

.ac-btn {
  border-color: #c8c8c8;
  background: #fff;
  position: relative;
  color: #333;
}

.ac-btn::after,
.selectwrap::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -5.5px;
  transition: all 0.2s ease-in-out;
}

.ac-btn.active {
  background: #F6F6F6;
  border-color: #F6F6F6;
}

.ac-btn.active::after {
  transform: rotate(-45deg);
  margin-top: -2.5px;
}

.logo span {
  font-size: 2.2rem;
  color: #6d9c00;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.logo img {
  max-width: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5em;
}

h4.uline {
  font-size: 2.4rem;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 25px;
  margin: 50px 0 30px;
  font-weight: bold;
  line-height: 1.4em;
}

h5 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 25px;
}

.container.small h6 {
  font-weight: bold;
  margin-bottom: 20px;
}

.container.small .image {
  border-radius: 12px;
  overflow: hidden;
  margin: 30px 0;
}

.c-pic {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: relative;
}

.c-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*.b-pic{position: absolute;top: 50%;left:0;transform: translateY(-50%);height:100%;width:auto;}*/
.b-pic {
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  filter: blur(0.5rem)
}

/*.p-box{display:flex;flex-wrap:wrap;align-items:flex-start; column-gap:10px;height:auto;}*/
/*.p-box{position:relative;display:flex;width:100%;flex-wrap:wrap;justify-content:space-between;row-gap:20px;}*/
.p-box {
  position: relative;
  height: 100% !important;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  row-gap: 10px;
  width: 100% !important;
}

@media screen and (min-width:768px) {
  .p-box:after {
    content: "";
    display: block;
    width: calc(96%/3);
    height: 0;
  }
}

@media screen and (min-width:992px) {
  .p-box:after {
    content: "";
    display: block;
    width: calc(96%/5);
    height: 0;
  }
}

@media screen and (min-width:1921px) {
  .p-box li.reclist .mask {
    /*height:400px*/
    height: 465px !important;
  }
}

@media screen and (min-width:1441px) and (max-width:1920px) {
  .p-box li .mask {
    /*height:300px*/
    height: 325px !important;
  }

  .p-box li.reclist .mask {
    /*height:400px*/
    height: 440px !important;
  }
}

@media screen and (min-width:1281px) and (max-width:1440px) {
  .p-box li .mask {
    height: 260px !important;
  }

  .p-box li.reclist .mask {
    /*height:300px*/
    height: 325px !important;
  }
}

@media screen and (min-width:1025px) and (max-width:1280px) {
  .p-box li .mask {
    height: 16vh !important;
  }

  .p-box li.reclist .mask {
    height: 20vh !important;
  }
}

@media screen and (min-width:769px) and (max-width:1024px) {
  .p-box li .mask {
    height: 260px !important;
  }

  .p-box li.reclist .mask {
    height: 360px !important;
  }
}

.p-box li a {
  display: block;
}

.p-box li a:hover {
  opacity: .6;
}

@media screen and (min-width:768px) {
  .p-box li .mask {
    height: 368px;
  }
}

.p-box li .mask {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  border: 1px solid #d6d6d6;
}

/* 商品ステータス（受付開始/受付終了/品切れ中）: new_item, list, rankingsale, favorite 等 */
.status-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.status-wrap p {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  margin: 0;
  padding: 0 10px;
  line-height: 1.5;
}

/* ログイン前：a.favorite のみ（リンク） */
.p-box li a.favorite {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  cursor: pointer;
  pointer-events: auto;
}

/* ログイン後：form.favorite-form-inline 内のボタン */
.p-box li .favorite-form-inline {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  cursor: pointer;
  pointer-events: auto;
}

.p-box li .favorite-form-inline {
  padding: 0;
  margin: 0;
}

.p-box li .favorite-form-inline button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 2px;
  margin-left: -2px;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  font-size: 2.4rem;
  color: #333;
}

.p-box li .favorite-form-inline .favorite-del-btn i {
  color: #FF004E;
}

.p-box li a.favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  padding: 0 2px;
  margin-left: -2px;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  font-size: 2.4rem;
  color: #333;
}

.p-box li>a:not(.favorite) {
  position: relative;
  z-index: 1;
}

.p-box li .price,
.p-box li .price-rank {
  /*position:absolute;z-index:5;display:block;bottom:9px;left:50%;transform:translateX(-50%);*/
  width: 100%;
  text-align: center;
  padding-top: 6px;
}

.p-box li .price p,
.p-box li .price-rank p {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 1.4rem;
}

.p-box li .price p span,
.p-box li .price-rank p span {
  font-weight: bold;
  padding: 0 3px 0 6px;
  font-size: 1.6rem;
}

.p-box li .product_name {
  margin-top: 3px;
  transition: all 0.2s ease-in-out;
}

.c-box li a {
  display: block;
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.6);
}

.c-box li a figure {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  padding-bottom: 56.25%;
}

.c-box li a figure img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  background: #fff;
  transition: transform 0.3s;
}

.c-box li a:hover figure img {
  transform: scale(1.2);
}

.c-box li a .text {
  padding: 15px 15px 25px;
}

.c-box li a .text .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 72px;
}

.c-box li a .text .percent {
  font-size: 1.4rem;
  text-align: right;
  font-weight: bold;
}

.c-box li a .text .bar {
  border-radius: 6px;
  background: #C8C8C8;
  overflow: hidden;
  position: relative;
  height: 12px;
  margin: 4px 0 9px;
}

.c-box li a .text .bar .rate {
  position: absolute;
  height: inherit;
  top: 0px;
  left: 0px;
  border-radius: 17px;
  background: #00B84C;
}

.c-box li a .text .flex,
#crowdfunding .Rside .flex {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-box .ribbon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 20px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 56px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #00B84C;
  z-index: 4;
}

.c-box .ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 28px solid #00B84C;
  border-right: 28px solid #00B84C;
  border-bottom: 10px solid transparent;
}

.c-box .ribbon span {
  border-bottom: 1px solid #fff;
}

.pankuzu {
  font-size: 1.2rem;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}

.pankuzu li {
  position: relative;
  margin-right: 30px;
  line-height: 2.4em;
}

.pankuzu li::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -3px;
}

.pankuzu li:last-child {
  margin: 0;
}

.pankuzu li:last-child::after {
  display: none;
}

.pankuzu li a {
  text-decoration: underline;
}

.pankuzu li a:hover {
  opacity: .5;
}

/*header-----------------*/
header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #c8c8c8;
  /*box-shadow:0 6px 3px -3px rgb(0 0 0 / 13%);*/
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

header .logo {
  display: inline-block;
}

header .logo:hover,
header nav ul li a:hover {
  opacity: .5;
}

header nav ul {
  display: flex;
  align-items: center;
}

header nav ul li {
  margin-left: 20px;
}

header nav ul li a {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
}

header nav ul li a img {
  max-width: 24px;
}

header nav ul li a p {
  line-height: 1em;
  margin-top: 4px;
}

header nav ul li a .cart_number {
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  background: #ff004e;
  color: #fff;
  border-radius: 50%;
  top: -6px;
  left: 3px;
  line-height: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.burger-btn {
  position: relative;
  width: 48px;
  height: 40px;
}

.burger-btn a {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.burger-btn a:hover {
  opacity: 1;
}

.burger-btn div {
  position: relative;
  width: 24px;
  height: 24px;
  margin: auto;
}

.burger-btn div span {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  transition: transform .3s;
}

.burger-btn div span:nth-of-type(1) {
  top: 5px;
}

.burger-btn div span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.burger-btn div span:nth-of-type(3) {
  bottom: 5px;
}

.burger-btn.close div span:nth-of-type(1) {
  transform: translate(-50%, 5px) rotate(45deg);
}

.burger-btn.close div span:nth-of-type(2) {
  opacity: 0;
}

.burger-btn.close span:nth-of-type(3) {
  transform: translate(-50%, -7px) rotate(-45deg);
}

.burger-btn.close p {
  display: none;
}

.burger-menu {
  visibility: hidden;
  right: calc((100% - 1920px) / 2);
  top: 6px;
  position: absolute;
  width: 375px;
  height: auto
    /*625px*/
  ;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #C8C8C8;
  opacity: 0;
  transition: opacity .5s;
  z-index: 98;
}

.burger-menu.fade {
  opacity: 1;
  visibility: visible;
}

.burger-menu.fade .inner {
  opacity: 1;
}

.burger-menu .inner {
  padding: 40px 15px;
  opacity: 0;
}

.burger-menu .inner ul {
  border-top: 1px solid #C8C8C8;
  padding: 10px 0;
}

.burger-menu .inner ul:first-of-type {
  border: none;
}

.burger-menu .inner ul li {
  margin: 6px 0;
}

.burger-menu .inner ul li a {
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
}

.burger-menu .inner ul li a:hover {
  color: #00B84C;
}

.burger-menu .inner ul.m-navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px 0;
}

.burger-menu .inner ul.m-navi li {
  width: 48%;
}

.burger-menu .inner ul.s-navi li {
  margin: 12px 0;
}

.burger-menu .inner ul.s-navi li a {
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
}

/*header-cate ----------------*/
header-cate {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 98;
  box-shadow: 0 6px 3px -3px rgb(0 0 0 / 13%);
}

/*header*/
.categorynav {
  border-top: 1px solid #C8C8C8;
}

/*header*/
.categorynav ul {
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  /*-left*/
  /*margin: 0 calc((100% - 1200px) / 2);*/
}

/*header*/
.categorynav ul::-webkit-scrollbar {
  display: none;
}

/*header*/
.categorynav ul {
  display: flex;
  align-items: flex-start;
}

/*header*/
.categorynav ul li {
  margin-right: 40px;
}

/*header*/
.categorynav ul li button {
  text-align: center;
  padding: 5px 0 15px;
  position: relative;
  opacity: .7;
}

/*header*/
.categorynav ul li button.active {
  opacity: 1;
}

/*header*/
.categorynav ul li button::after,
/*header*/
.categorynav ul li .openWrap ul li a::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #333;
  transition: .5s;
  transform: translateX(-50%);
}

/*header*/
.categorynav ul li button.active::after,
/*header*/
.categorynav ul li .openWrap ul a.select::after {
  width: 100%;
}

/*header*/
.categorynav ul li button img {
  width: 30px;
}

/*header*/
.categorynav ul li button p {
  font-size: 1.3rem;
  line-height: 1em;
  margin-top: 5px;
}

/*header*/
.categorynav ul li .openWrap {
  position: absolute;
  width: 100%;
  top: 149px;
  left: 0;
  height: 45px;
  border-top: 1px solid #C8C8C8;
  background: #F8F8F8;
  box-shadow: 0 6px 3px -3px rgb(0 0 0 / 10%);
}

/*header*/
.categorynav ul li .openWrap ul li a {
  line-height: 45px;
  display: block;
  font-size: 1.3rem;
  position: relative;
}

/*header*/
.categorynav ul li .openWrap ul li a:hover {
  color: #00B84C;
}

/*header*/
.categorynav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/*header*/
.categorynav .cate-prev {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg) translateY(-50%);
  top: 32px;
}

/*header*/
.categorynav .cate-next {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-135deg) translateY(-50%);
  top: 25px;
}

@media screen and (min-width:2881px) and (max-width:3840px) {

  /*header*/
  .categorynav .cate-prev {
    display: none;
  }

  /*header*/
  .categorynav .cate-next {
    display: none;
  }

  /*header*/
  .categorynav ul {
    margin: 0 calc((100vw - 47vw) / 2);
  }
}

@media screen and (min-width:1921px) and (max-width:2880px) {

  /*header*/
  .categorynav .cate-prev {
    right: calc(100vw - 14vw);
    margin-right: 1rem;
  }

  /*header*/
  .categorynav .cate-next {
    left: calc(100vw - 14vW);
    margin-left: 1rem;
  }

  /*header*/
  .categorynav ul {
    margin: 0 calc((100vw - 71vw) / 2);
  }
}

@media screen and (min-width:1439px) and (max-width:1920px) {

  /*header*/
  .categorynav .cate-prev {
    right: calc(100vw - 2%);
    margin-right: 1rem;
  }

  /*header*/
  .categorynav .cate-next {
    left: calc(100vw - 2%);
    margin-left: 1rem;
  }

  /*header*/
  .categorynav ul {
    margin: 0 40px !important;
  }
}

@media screen and (min-width:1279px) and (max-width:1440px) {

  /*header*/
  .categorynav .cate-prev {
    right: calc(100vw - 3%);
    margin-right: 1rem;
  }

  /*header*/
  .categorynav .cate-next {
    left: calc(100vw - 3%);
    margin-left: 1rem;
  }

  /*header*/
  .categorynav ul {
    margin: 0 40px !important;
  }

  /*header*/
  .categorynav button#all {
    margin-left: -1rem;
  }
}

@media screen and (min-width:769px) and (max-width:1280px) {

  /*header*/
  .categorynav .cate-prev {
    right: calc(100vw - 3%);
    margin-right: 1rem;
  }

  /*header*/
  .categorynav .cate-next {
    left: calc(100vw - 3%);
    margin-left: 1rem;
  }

  /*header*/
  .categorynav ul {
    margin: 0 30px !important;
  }

  /*header*/
  .categorynav button#all {
    margin-left: -1rem;
  }
}

@media screen and (min-width:375px) and (max-width:768px) {

  /*header*/
  .categorynav .cate-prev {
    right: calc(100vw - 9vw);
    margin-right: 1rem;
  }

  /*header*/
  .categorynav .cate-next {
    left: calc(100vw - 9vW);
    margin-left: 1rem;
  }

  /*header*/
  .categorynav ul {
    margin: 0 30px !important;
  }

  /*header*/
  .categorynav button#all {
    margin-left: -1rem;
  }

  header-cate {
    top: 58px;
  }
}

.caticon path {
  color: #000;
  fill: currentColor;
}

svg.caticon.replaced-svg {
  width: 30px;
  height: 30px;
}

.pt_plus {
  height: 45px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: .6s;
  display: none;
}

.popup .closebtn {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.popup .innerbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 760px;
  border-radius: 12px;
  background: #fff;
  z-index: 101;
}

.popup .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 46, 46, .4);
  z-index: 100;
  cursor: pointer;
}

.popup .midashi {
  text-align: center;
  border-bottom: 1px solid #C8C8C8;
  padding: 20px;
}

.popup .midashi span {
  position: relative;
  font-weight: bold;
  padding-left: 28px;
}

.popup .midashi span::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 2px;
  left: 0;
  background: url(../img/icon_find.png) no-repeat center center;
  background-size: cover;
}

.popup input.search {
  background: #fff url(../img/icon_find.png) no-repeat;
  background-position: right 10px top 50%;
  background-size: 24px 24px;
}

.popup h6 {
  font-weight: bold;
  margin-bottom: 20px;
}

.popup .scrollbox {
  -webkit-overflow-scrolling: auto;
  overflow-y: auto;
  padding: 30px;
  height: 60vh;
}

.popup .scrollbox section {
  padding: 40px 0;
  border-top: 1px solid #C8C8C8;
}

.popup .scrollbox section:first-of-type {
  border: 0;
  padding-top: 30px;
}

.popup .scrollbox section:last-of-type {
  padding-bottom: 0;
}

.popup .chartwrap {
  height: 150px;
  border-bottom: 1px solid #C8C8C8;
  width: 91%;
  margin: auto;
}

.popup .noUiSlider-wrap .text-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 620px;
  margin: 5px auto 0;
}

.popup .noUiSlider-wrap .text-wrap li {
  width: 47%;
  position: relative;
}

.popup .noUiSlider-wrap .text-wrap li:first-child::after {
  content: "";
  width: 12px;
  height: 1px;
  background: #C8C8C8;
  position: absolute;
  display: block;
  right: -8.5%;
  bottom: 28%;
}

.popup .noUiSlider-wrap .text-wrap li p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.popup .noUiSlider-wrap .text-wrap li input {
  font-weight: bold;
}

.popup .L_categories,
.popup .M_categories {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.popup .L_categories li {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.popup .L_categories li:nth-child(6n) {
  margin-right: 0;
}

.popup .L_categories li a {
  display: block;
  text-align: center;
}

.popup .L_categories li a:hover {
  opacity: .5;
}

.popup .L_categories li a img {
  max-width: 40px;
}

.popup .L_categories li a p {
  font-size: 1.3rem;
  line-height: 1.5em;
}

.popup .M_categories li {
  margin-right: 25px;
  margin-bottom: 20px;
}

.popup .M_categories li a {
  padding: 15px;
  display: inline-block;
  font-size: 1.3rem;
  border: 1px solid #878787;
  color: #878787;
  border-radius: 8px;
  text-align: center;
}

.popup .M_categories li a:hover {
  background: #878787;
  color: #fff;
}

.popup .under_display {
  border-top: 1px solid #C8C8C8;
  padding: 20px;
}

.popup .under_display .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup .under_display .flex .allclear {
  text-decoration: underline;
  display: inline-block;
}

.popup .under_display .flex .allclear:hover {
  opacity: .5;
}

.popup .under_display .flex .btn_show {
  border-radius: 8px;
  border: 1px solid #333;
  color: #fff;
  background: #333;
  padding: 9px;
  text-align: center;
}

.popup .under_display .flex .btn_show:hover {
  background: #fff;
  color: #333;
}

/*footer-----------------*/
footer {
  border-top: 1px solid #c8c8c8;
}

footer .inner {
  padding: 40px 0;
}

footer nav ul li {
  margin-right: 30px;
}

footer nav ul li:last-child,
footer .snslinks li:last-child,
footer .subnav li:last-child {
  margin: 0;
  border: 0;
}

footer nav ul li a:hover {
  text-decoration: underline;
}

footer .logo {
  margin: 0 0 20px;
}

footer .snslinks {
  display: flex;
  margin: 35px 0;
}

footer .snslinks li {
  margin-right: 20px;
}

footer .snslinks li a {
  display: block;
}

footer .snslinks li a:hover,
footer .subnav li a:hover {
  opacity: .5;
}

footer .copyright {
  background: #f6f6f6;
  font-size: 1.2rem;
  padding: 45px 0;
}

.totopfade {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 80;
  width: 52px;
  height: 52px;
  box-sizing: border-box;
}

.totopfade:hover {
  opacity: .6;
}

/*TOP-----------------*/
#top .intro .pickup {
  margin: 10px 0;
}

#top .intro .pickup a {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

#top .intro .pickup a:hover {
  opacity: .5;
}

#top .intro .pickup a .date {
  font-weight: bold;
  margin-right: 25px;
}

#top .intro .pickup a .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#top .coverlink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#top .coverlink li {
  width:
    /*d48%*/
    /*31%*/
    24%;
}

#top .coverlink li a {
  display: block;
}

#top .coverlink li a h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  z-index: 2;
  font-size: 2.4rem;
  width: 100%;
  text-align: center;
}

#top .coverlink li a figure {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

#top .coverlink li a figure::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, .3);
  transition: opacity 0.3s;
}

#top .coverlink li a:hover figure::before {
  opacity: 0;
}

#top section h3 {
  margin: 80px 0 30px;
  font-size: 2.4rem;
}

.toptitle {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5em;
}

#top .ranking .p-box li .ranktag {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
  margin: 0;
  padding: 15px 0;
  z-index: 2;
  width: 34px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background: #FF004E;
  /*z-index:4;*/
}

#top .ranking .p-box li .ranktag::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 17px solid #FF004E;
  border-right: 17px solid #FF004E;
  border-bottom: 8.5px solid transparent;
}

#top .crowdfunding .bg-gr {
  background: #F6F6F6;
  padding: 45px 0 80px;
}

#top .info {
  padding-top: 30px;
}

#top .info .coverlink li a p {
  margin-top: 15px;
}

/*#top .info .coverlink li{margin-top:50px;}*/
#top .info .btn {
  margin-top: 50px;
}

#top .recomm .p-box li .recomm {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
  margin: 0;
  z-index: 2;
  width: 46px;
  text-align: center;
}

#top .recomm .p-box li .recomm::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
}

#top .recomm .p-box li .recomm-bg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
  margin: 0;
  z-index: 2;
  width: 34px;
  text-align: center;
  background: #e5be1b;
}

#top .recomm .p-box li .recomm-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 17px solid #e5be1b;
  border-right: 17px solid #e5be1b;
  border-bottom: 8.5px solid transparent;
}

.news li {
  border-top: 1px solid #C8C8C8;
}

.news li:last-child {
  border-bottom: 1px solid #C8C8C8;
}

.news li a {
  padding: 20px 0;
}

.news li a .date {
  font-weight: bold;
}

/* Newsページ（一覧・詳細）ページIDスコープ */
/* #page_news_index #about .container,
#page_news_detail #about .container {
  padding-top: 50px;
} */

#page_news_index .news li {
  border-top: 1px solid #C8C8C8;
}

#page_news_index .news li:last-child {
  border-bottom: 1px solid #C8C8C8;
}

#page_news_index .news li a {
  padding: 20px 0;
}

#page_news_index .news li a .date {
  font-weight: bold;
}

#page_news_detail .container.small,
#page_news_detail .small.container {
  padding-top: 0;
}

#page_news_detail .container.small h6,
#page_news_detail .small.container h6 {
  font-weight: bold;
  margin-bottom: 20px;
}

#page_news_detail [class^="news-"] h4.uline {
  font-size: 2.4rem;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 25px;
  margin: 50px 0 30px;
  font-weight: bold;
  line-height: 1.4em;
}

#page_news_detail [class^="news-"] .image {
  border-radius: 12px;
  overflow: hidden;
  margin: 30px 0;
}

#page_news_detail [class^="news-"] .image img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*swiper sw_gallery-----------------*/
@media screen and (min-width:769px) {
  /*.gallery{padding-top:50px;}*/
}

@media screen and (max-width:768px) {
  /*.gallery{padding-top:60px;}*/
}

.sw_gallery .swiper-slide {
  opacity: 0.3;
  transition: .3s;
}

.sw_gallery .swiper-slide-active {
  opacity: 1;
  transition: .3s;
}

.sw_gallery img {
  border-radius: 12px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, .6);
  border-radius: 50%;
  z-index: 50;
  opacity: 1;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: rgba(0, 0, 0, .6);
  font-size: 16px !important;
  font-weight: bold !important;
}

/*.swiper-parent{position:relative;}*/
/*.sw_gallery{padding-bottom:20px;box-sizing:content-box;}*/
/*.swiper-button-prev, .swiper-button-next, .swiper-scrollbar{bottom:calc((100% - 50px) * 0.5);}*/
/*.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {position:absolute;left:35%;z-index:50;height:1px;max-width:30%;}*/

/*お礼の品ページ-----------------*/
#gift .container,
#crowdfunding .container,
#about .container {
  padding-top: 50px;
}

/*一覧*/
#gift.list .pankuzu {
  margin-top: 20px;
}

#gift.list .pagehead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

#gift.list .pagehead li .hit {
  font-size: 1.4rem;
}

#gift.list .pagehead .filter,
#gift.list .pagehead .selectwrap select {
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 7px 15px;
  width: 140px;
  line-height: 24px;
}

#gift.list .pagehead .filter span {
  position: relative;
  display: block;
  text-align: right;
}

#gift.list .pagehead .filter span::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0;
  background: url(../img/icon_filter.png) no-repeat center center;
  background-size: cover;
}

#gift.list .pagehead .selectwrap {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  width: 140px;
  height: 40px;
}

#gift.list .pagehead .selectwrap::after {
  right: 15px;
  margin-top: -6px;
  pointer-events: none;
  z-index: 2;
}

/* 並び順select：矢印の重複防止＋selectwrap全体でクリック可能に */
#gift.list .pagehead .selectwrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 1;
  z-index: 1;
}

/*詳細*/
#gift.detail .floating_cart {
  position: fixed;
  box-sizing: border-box;
  z-index: 81;
  right: 19%;
  bottom: 25px;
  width: 535px;
  height: auto;
  background: #fff;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
  padding: 15px;
}

#gift.detail .floating_cart button {
  border-radius: 8px;
  font-size: 1.4rem;
  text-align: center;
  padding: 6px;
}

#gift.detail .floating_cart .default,
#gift.detail .floating_cart .addition ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#gift.detail .floating_cart .default .price span {
  font-weight: bold;
  font-size: 2rem;
  padding: 0 4px 0 8px;
}

#gift.detail .floating_cart .default .go-cart {
  background: #FF004E;
  border: 1px solid #FF004E;
  color: #fff;
  width: 65%;
}

#gift.detail .floating_cart .default .go-cart:hover,
#crowdfunding.detail .sec1 .kifu button:hover {
  background: #fff;
  color: #FF004E;
}

#gift.detail .floating_cart .addition {
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  gap: 0px 4px;
}

#gift.detail .floating_cart .addition .subtotal {
  font-size: 1.4rem;
  width: 30%;
}

#gift.detail .floating_cart .addition .subtotal span {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0 4px 0 8px;
}

#gift.detail .floating_cart .addition .btns,
#sec_bt_cart .default .addition .btns {
  display: flex;
  justify-content: space-between;
  width: 65%;
}

#gift.detail .floating_cart .addition button,
#sec_bt_cart .default .addition button {
  display: block;
  width: 50%;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
}

#gift.detail .floating_cart .addition button:hover,
#sec_bt_cart .default .addition button:hover {
  background: #fff;
  border-color: #c8c8c8;
}

#thum-slide.slider-pro .marks,
#crowdfunding .Lside .pic .marks {
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px;
}

#thum-slide.slider-pro .marks .icons,
#crowdfunding .Lside .pic .marks .icons {
  display: flex;
  align-items: center;
}

#thum-slide.slider-pro .marks .favorite,
#crowdfunding .Lside .pic .marks .favorite {
  margin-left: 20px;
}

#gift.detail .sec1 .Rside .part {
  border-bottom: 1px solid #c8c8c8;
  padding: 40px 0;
}

#gift.detail .sec1 .Rside .part:first-of-type {
  padding-top: 0;
}

#gift.detail .sec1 .Rside .part:last-of-type {
  border: 0;
  padding-bottom: 40px;
}

#gift.detail .sec1 .Rside .part .openimg {
  margin: 30px 0 60px;
  position: relative;
}

/*#gift.detail .sec1 .Rside .part .openimg::after{content:"";display:block;position:absolute;background:url(../img/threedot.png) no-repeat center center;background-size:cover;width:33px;height:3px;left:50%;bottom:-32px;margin-left:-16px;}*/
#gift.detail .sec1 .Rside .part .openimg .inner {
  border-radius: 12px;
  overflow: hidden;
}

/*#gift.detail .sec1 .Rside .part .ac-btn{margin-top:30px;}*/
#gift.detail .sec1 .Rside dl {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}

#gift.detail .sec1 .Rside dl dt {
  width: 30%;
}

#gift.detail .sec1 .Rside dl dd {
  width: 70%;
}

#gift.detail .sec1 .Rside dl.category {
  align-items: center;
}

#gift.detail .sec1 .Rside dl.category dd ul {
  display: flex;
  align-items: center;
}

#gift.detail .sec1 .Rside dl.category dd ul li:first-child {
  position: relative;
  margin-right: 25px;
}

/*#gift.detail .sec1 .Rside dl.category dd ul li:first-child::after{content:'';width:8px; height:8px; border:0px;border-top:solid 1px #333;border-right:solid 1px #333;transform:rotate(45deg);position:absolute;top:50%;right:-15px;margin-top:-4px;}*/
#gift.detail .sec1 .Rside dl.category dd ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
}

#gift.detail .sec1 .Rside dl.category dd ul li span {
  display: inline-block;
  vertical-align: middle;
  /*padding-left:15px;*/
}

#gift.detail .sec1 .Rside dl dd .others {
  text-decoration: underline;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

#gift.detail .sec1 .Rside dl dd .others:hover {
  opacity: .5;
}

#gift.detail .sec1 .Rside dl dd .others::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -4px;
}

#gift.detail .sec1 .Rside .kifu_bnrs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#gift.detail .sec1 .Rside .kifu_bnrs li {
  width: 49%;
  margin-bottom: 12px;
}

#gift.detail .sec1 .Rside .kifu_bnrs a {
  display: block;
  overflow: hidden;
  border: 1px solid #C8C8C8;
  border-radius: 8px;
}

#gift.detail .sec1 .Rside .kifu_bnrs a:hover {
  opacity: .5;
}

#gift.detail .sec2 {
  border-top: 1px solid #c8c8c8;
  margin-top: 60px;
}

#gift.detail .sec2 h3 {
  margin-top: 70px;
}

#gift.detail .sec2 .btn {
  margin-top: 40px;
}

#gift.detail .sec2 .btn:last-of-type {
  margin-top: 25px;
}

#kifu_bnrs {
  border-top: 1px solid #c8c8c8;
  padding: 40px 0;
}

#kifu_bnrs .kifu_bnrs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

#kifu_bnrs .kifu_bnrs li {
  /*width:24%;*/
  flex-basis: calc(24% - 1px);
  margin: 5px 5px 6px 5px;
}

#kifu_bnrs .kifu_bnrs a {
  display: block;
  overflow: hidden;
  border: 1px solid #C8C8C8;
  border-radius: 8px;
}

#kifu_bnrs .kifu_bnrs a:hover {
  opacity: .5;
}

/*クラウドファンディングページ-----------------*/
/*詳細*/
#crowdfunding.detail .sec1 .Lside {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

#crowdfunding.detail .sec1 .Rside {
  border-radius: 12px;
  background: #fff;
  border: 1px solid #C8C8C8;
  box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 15%);
  padding: 25px;
}

#crowdfunding.detail .sec1 .Rside .goal,
#crowdfunding.detail .sec1 .Rside .kifu {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

#crowdfunding.detail .sec1 .Rside .goal .percent {
  font-size: 1.4rem;
}

#crowdfunding.detail .sec1 .Rside .bar {
  border-radius: 6px;
  background: #C8C8C8;
  overflow: hidden;
  position: relative;
  height: 19px;
  margin: 8px 0;
}

#crowdfunding.detail .sec1 .Rside .bar .rate {
  position: absolute;
  height: inherit;
  top: 0px;
  left: 0px;
  border-radius: 6px;
  background: #00B84C;
}

#crowdfunding.detail .sec1 .Rside .now {
  text-align: center;
  margin: 20px 0 45px;
}

#crowdfunding.detail .sec1 .Rside .now span {
  font-weight: bold;
  font-size: 2rem;
  padding: 0 5px 0 10px;
}

#crowdfunding.detail .sec1 .Rside .kifu span {
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

#crowdfunding.detail .sec1 .Rside .kifu input {
  margin-right: 10px;
  max-width: 260px;
  display: inline-block;
  text-align: right;
  font-weight: bold;
  font-size: 2rem;
}

#crowdfunding.detail .sec1 .Rside .kifu p {
  width: 65%;
}

#crowdfunding.detail .sec1 .Rside .kifu button {
  border-radius: 8px;
  font-size: 1.4rem;
  text-align: center;
  padding: 6px;
  background: #FF004E;
  border: 1px solid #FF004E;
  color: #fff;
  width: 38%;
  font-weight: 400;
}

#crowdfunding.detail .sec1 .kome {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.3em;
}

#crowdfunding.detail .container.small,
#about .container.small {
  padding-top: 0;
}

/*PC==============================================*/
@media screen and (min-width:768px) {
  .p-box li {
    /*display:flex;flex-direction:column;*/
    width: calc(100%/3);
    position: relative;
    margin-bottom: 50px;
    padding: 6px;
  }

  .p-box li.reclist {
    /*display:flex;flex-direction:column;*/
    width: calc(100%/2);
    position: relative;
    margin-bottom: 50px;
    padding: 6px;
  }
}

@media screen and (min-width:992px) {
  .p-box li {
    /*display:flex;flex-direction:column;*/
    width: calc(100%/5);
    position: relative;
    margin-bottom: 50px;
    padding: 6px;
  }

  .p-box li.reclist {
    /*display:flex;flex-direction:column;*/
    width: calc(100%/4);
    position: relative;
    margin-bottom: 50px;
    padding: 6px;
  }
}

@media screen and (min-width:769px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  main {
    min-height: calc(100vh - 420px);
  }

  /*main {min-height:calc(100vh - 478px);}*/
  .container.small {
    max-width: 760px;
  }

  .popup .M_categories li a {
    min-width: 94px;
  }

  footer nav ul,
  footer .subnav {
    display: flex;
    flex-wrap: wrap;
  }

  .popup .under_display .flex .btn_show {
    width: 260px;
  }

  /*.p-box li:nth-child(4n), .c-box li:nth-child(3n){margin-right:0;}*/
  .c-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .c-box li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 50px;
  }

  #top .coverlink.bnrs li {
    width: 49%;
  }

  #gift.list .pagehead li {
    display: flex;
    align-items: center;
  }

  #gift.list .pagehead li h3 {
    margin: 0 30px 0 0;
  }

  #gift.detail .floating_cart {
    border-radius: 8px;
    border: 1px solid #C8C8C8;
  }

  #gift.detail .floating_cart .default .go-cart,
  #gift.detail .floating_cart .addition .btns {
    max-width: 300px;
  }

  #gift.detail .sec1 {
    display: flex;
    align-items: flex-start;
  }

  #gift.detail .sec1 .Lside {
    width: 48%;
  }

  #gift.detail .sec1 .Rside {
    width: 47%;
    margin-left: 5%;
  }

  #gift.detail .sec2 .p-box li {
    margin-bottom: 0;
  }

  #crowdfunding.detail .sec1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  #crowdfunding.detail .sec1 .Lside {
    width: 48%;
  }

  #crowdfunding.detail .sec1 .Rside {
    width: 47%;
  }

  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 98;
    display: block;
  }

  footer .subnav li a {
    padding-right: 20px;
    line-height: 1.4em;
    font-size: 1.4rem;
  }

  footer .subnav li {
    border-right: 1px solid #333;
    margin-right: 20px;
    line-height: 1em;
  }
}

@media screen and (min-width:1080px) {
  .news li a {
    display: flex;
    align-items: center;
    position: relative;
  }

  .news li a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-135deg) translateY(-50%);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    transition: all 0.2s ease-in-out;
  }

  .news li a:hover::after {
    right: 0;
  }

  .news li a .date {
    width: 8%;
    margin-right: 2%;
  }

  .news li a .text {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 40px;
  }

  .news li a:hover .text {
    text-decoration: underline;
  }

  #page_news_index .news li a {
    display: flex;
    align-items: center;
    position: relative;
  }

  #page_news_index .news li a .date {
    width: 8%;
    margin-right: 2%;
  }

  #page_news_index .news li a .text {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 40px;
  }
}

@media screen and (max-width:1079px) {
  .news li a {
    display: block;
    padding: 5vw 0;
  }

  .news li a .date {
    margin-bottom: 2vw;
  }

  #page_news_index .news li a {
    display: block;
    padding: 5vw 0;
  }

  #page_news_index .news li a .date {
    margin-bottom: 2vw;
  }
}

@media screen and (max-width:1600px) {
  #gift.detail .floating_cart {
    right: calc(50% - 267.5px - 18%);
  }
}

@media screen and (min-width:769px) {
  #gift.detail .floating_cart {
    right: 10%;
  }

  #crowdfunding.detail .sec1 .Rside .kifu input {
    width: 85%;
  }
}

@media screen and (min-width:1200px) {
  #gift.detail .floating_cart {
    right: 10%;
  }

  #crowdfunding.detail .sec1 .Rside .kifu input {
    width: 85%;
  }
}

@media screen and (max-width:1920px) {
  .burger-menu {
    right: 2%;
  }

  /*header*/
  .categorynav ul,
  sec .categorynav ul {
    margin: 0;
  }

  /*header*/
  .categorynav ul li,
  sec .categorynav ul li {
    padding: 0 20px;
    margin: 0;
  }

  h3 {
    font-size: 2.6rem;
  }
}

/*tablet==============================================*/
@media screen and (min-width:769px) and (max-width:992px) {
  #top .coverlink li a p {
    font-size: 2rem;
  }

  #gift.detail .floating_cart {
    right: 50%;
    margin-right: -267.5px;
  }

  #gift.detail .sec1 .Rside dl dt {
    width: 25%;
  }

  #gift.detail .sec1 .Rside dl dd {
    width: 75%;
  }

  #crowdfunding.detail .sec1 .Rside .now {
    margin: 10px 0 20px;
  }

  #crowdfunding.detail .sec1 .Rside .kifu input {
    width: 80%;
  }

  #crowdfunding.detail .sec1 .Rside .kome {
    font-size: 1.2rem;
  }

  #kifu_bnrs .kifu_bnrs li {
    flex-basis: calc(24% - 3px);
  }
}

/*スマホ==========================================*/
@media screen and (max-width:768px) {
  .sp {
    display: block;
    display: inline flex;
  }

  .pc {
    display: none;
  }

  main {
    min-height: calc(100vh - 307px);
  }

  /*main{padding:0 0 15vw;}*/
  .logo span {
    font-size: 1.9rem;
  }

  .p-box,
  .c-box {
    justify-content: space-between;
  }

  .p-box li {
    width: 48%;
    margin-bottom: 6vw;
  }

  .p-box li .mask {
    height: 44vw;
  }

  .p-box li .price-rank {
    position: absolute;
    z-index: 5;
    display: block;
    bottom: 0;
    left: 25%;
    width: 100%;
    text-align: center;
    /*transform:translateX(-50%);*/
  }

  .p-box li .product_name {
    margin-top: 1vw;
  }

  .c-box li {
    margin-bottom: 7vw;
  }

  .c-box li:last-child {
    margin-bottom: 9vw;
  }

  .c-box li a .text {
    padding: 4vw 4vw 5.5vw;
  }

  .c-box li a .text .title {
    height: 66px;
  }

  .c-box li a .text .percent,
  .c-box li a .text .flex {
    font-size: 1.2rem;
  }

  .c-box li a .text .bar,
  #crowdfunding .Rside .bar {
    margin: 1vw 0 2vw;
  }

  .c-box .ribbon {
    width: 48px;
    padding: 8px 0 10px;
    left: 15px;
  }

  .c-box .ribbon::after {
    border-left: 24px solid #00B84C;
    border-right: 24px solid #00B84C;
    border-bottom: 8px solid transparent;
  }

  .pankuzu {
    margin-top: 12vw;
  }

  header .container,
  sec .container {
    padding: 8px 0;
  }

  header .logo img,
  sec .logo img {
    width: 32px;
    margin-right: 2.5vw;
  }

  header .logo span,
  sec .logo span {
    font-size: 1.1rem;
    line-height: 1.34em;
  }

  header nav ul li,
  sec nav ul li {
    margin-left: 4vw;
  }

  header nav ul li a,
  sec nav ul li a {
    font-size: 1rem;
  }

  header nav ul li a .cart_number,
  sec nav ul li a .cart_number {
    top: -4px;
    left: 0;
  }

  /*.burger-menu{right:1%;}*/
  /*header*/
  .categorynav ul li,
  sec .categorynav ul li {
    padding: 0 15px;
  }

  /*header*/
  .categorynav ul li button img,
  sec .categorynav ul li button img {
    width: 30px;
  }

  /*header*/
  .categorynav ul li .openWrap,
  sec .categorynav ul li .openWrap {
    top: 129.2px;
  }

  .popup .scrollbox {
    padding: 6vw 4vw;
    height: 55vh;
  }

  .popup .scrollbox section {
    padding: 7vw 0;
  }

  .popup .chartwrap {
    height: 20vw;
  }

  .popup .L_categories li {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 4vw;
  }

  .popup .L_categories li:nth-child(4n),
  .popup .M_categories li:nth-child(4n) {
    margin-right: 0;
  }

  .popup .L_categories li a p {
    font-size: 1.2rem;
  }

  .popup .M_categories li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4vw;
  }

  .popup .M_categories li a {
    display: block;
    font-size: 1.2rem;
    height: 60px;
    line-height: 58px;
    padding: 0 2vw;
  }

  .popup .M_categories li a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4em;
  }

  .popup .under_display .flex .btn_show {
    font-size: 1.4rem;
  }

  footer {
    text-align: center;
  }

  footer .logo {
    margin: 0 0 4vw;
  }

  footer .logo img {
    width: 36px;
  }

  footer .snslinks {
    justify-content: center;
    margin: 8vw 0 0;
  }

  footer .copyright {
    padding: 6vw 0;
  }

  .totopfade {
    right: 15px;
    bottom: 15px;
  }

  #top .coverlink li {
    width: 100%;
  }

  #top .coverlink li a figure {
    border-radius: 8px;
  }

  #top .coverlink li a h4 {
    font-size: 2.4rem;
  }

  #top section h3 {
    margin: 12vw 0 5vw;
  }

  #top .intro .pickup {
    margin: 4vw 0;
  }

  #top .crowdfunding .bg-gr {
    padding: 8vw 0 14vw;
  }

  #top .info .coverlink li {
    margin-top: 5vw;
  }

  #top .info .coverlink li a p {
    margin-top: 3vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  #top .ranking .p-box li {
    width: 100%;
  }

  #top .ranking .p-box li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  #top .ranking .p-box li .mask {
    width: 48%;
  }

  #top .ranking .p-box li .product_name {
    width: 48%;
    margin-top: 0;
  }

  #top .ranking .p-box li .ranktag {
    font-size: 1.6rem;
    width: 24px;
    padding: 5px 0;
    left: 12px;
  }

  #top .ranking .p-box li .ranktag::after {
    border-left: 12px solid #FF004E;
    border-right: 12px solid #FF004E;
    border-bottom: 6px solid transparent;
  }

  #top .recomm .p-box li .recomm {
    font-size: 1.6rem;
    width: 30px;
    ;
    left: 12px;
  }

  #top .recomm .p-box li .recomm-bg {
    font-size: 1.6rem;
    width: 24px;
    left: 12px;
  }

  #top .recomm .p-box li .recomm-bg::after {
    border-left: 12px solid #e5be1b;
    border-right: 12px solid #e5be1b;
    border-bottom: 6px solid transparent;
  }

  #top .newgift .btn,
  #top .ranking .ac-btn {
    margin-top: 2vw;
  }

  #gift .container,
  #crowdfunding .container,
  #about .container {
    padding-top: 8vw;
  }

  #gift.list .pankuzu {
    margin-top: 6vw;
  }

  #gift.list .pagehead {
    align-items: flex-start;
    margin-bottom: 6vw;
  }

  #gift.list .pagehead li h3 {
    margin-bottom: 2vw;
  }

  #gift.list .pagehead .selectwrap {
    margin: 3vw 0 0;
  }

  #gift.list .pagehead .filter span::before {
    top: 1px;
  }

  #gift.detail .floating_cart {
    width: 100%;
    bottom: 0;
    right: 0;
    box-shadow: 2px 3px 8px 3px rgba(0, 0, 0, 0.4);
  }

  #gift.detail .floating_cart button {
    padding: 10px 0;
  }

  #gift.detail .floating_cart .default .go-cart {
    width: 55%;
  }

  #gift.detail .sec1 .Rside,
  #gift.detail .sec2 {
    margin-top: 8vw;
  }

  #gift.detail .sec1 .Rside dl dt {
    width: 30%;
  }

  #gift.detail .sec1 .Rside dl dd {
    width: 70%;
  }

  #gift.detail .sec1 .Rside .kifu_bnrs li {
    width: 48%;
  }

  #gift.detail .sec2 h3 {
    margin-top: 12vw;
  }

  #gift.detail .sec2 .btn {
    margin-top: 3vw;
  }

  #gift.detail .sec2 .btn:last-of-type {
    margin-top: 5vw;
  }

  #kifu_bnrs {
    padding: initial;
  }

  #kifu_bnrs .kifu_bnrs li {
    width: 49%;
    margin: 0px 0px 8px 0px;
    flex-basis: inherit;
  }

  #kifu_bnrs .kifu_bnrs {
    justify-content: space-between;
  }

  #crowdfunding.detail .sec1 .Rside {
    margin-top: 6vw;
    padding: 5vw 4vw;
  }

  #crowdfunding.detail .sec1 .Rside .goal,
  #crowdfunding.detail .sec1 .Rside .now {
    font-size: 1.6rem;
  }

  #crowdfunding.detail .sec1 .Rside .now span {
    font-size: 2.4rem;
  }

  #crowdfunding.detail .sec1 .Rside .kifu input {
    padding: 12px 10px;
  }

  #crowdfunding.detail .sec1 .kome {
    font-size: 1.2rem;
  }

  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 58px;
    z-index: 98;
    display: block;
  }

  footer .subnav li a {
    padding-right: 0px;
    line-height: 1.5em;
    font-size: 1.4rem;
  }

  footer .subnav li {
    border-right: none;
    margin-right: 0.5rem;
    line-height: 0em;
  }
}

/*スマホ横向き*/
@media screen and (max-width:767px) and (orientation:landscape) {
  .ls-mode .burger-menu {
    width: 98%;
    height: 81vh;
  }

  .ls-mode .burger-menu .inner {
    padding: 2vw 4vw 3vw;
  }

  .ls-mode .burger-menu ul {
    display: flex;
  }

  .ls-mode .burger-menu ul li {
    margin-bottom: 2vw;
  }

  .ls-mode .burger-menu ul:first-of-type {
    padding-top: 0;
  }

  .ls-mode .burger-menu ul:first-of-type li {
    margin-right: 6vw;
  }

  .burger-menu .inner ul.m-navi li {
    width: 30%;
  }

  .burger-menu .inner ul.s-navi li {
    margin-right: 5vw;
  }

  .ls-mode .popup .closebtn {
    top: 15px;
  }

  .ls-mode .popup .scrollbox {
    height: 45vh;
  }

  .ls-mode .popup .midashi,
  .popup .under_display {
    padding: 10px 20px;
  }

  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 58px;
    z-index: 98;
    display: block;
  }
}

@media screen and (max-width:576px) {
  body {
    font-size: 1.4rem;
  }

  .burger-menu {
    width: 96%;
  }

  .burger-btn.close div {
    margin-top: 3vw;
  }

  .popup .noUiSlider-wrap .text-wrap li {
    width: 45%;
  }

  .popup .noUiSlider-wrap .text-wrap li:first-child::after {
    right: -16%;
  }

  .popup .scrollbox {
    height: 65vh;
  }

  .popup .chartwrap {
    height: 25vw;
  }

  h3 {
    font-size: 2.2rem;
    margin-bottom: 5vw;
  }

  h4.uline {
    font-size: 2.2rem;
    padding-bottom: 5.5vw;
    margin: 10vw 0 6vw;
  }

  h5 {
    font-size: 1.8rem;
    margin-bottom: 6vw;
  }

  .container.small h6 {
    font-size: 1.6rem;
    line-height: 1.5em;
  }

  .container.small .image {
    margin: 5vw 0;
  }

  #page_news_detail [class^="news-"] h4.uline {
    font-size: 2.2rem;
    padding-bottom: 5.5vw;
    margin: 10vw 0 6vw;
  }

  #page_news_detail [class^="news-"] .image {
    margin: 5vw 0;
  }

  .p-box li button.favorite,
  .p-box li a.favorite,
  .p-box li .favorite-form-inline {
    font-size: 2rem;
    top: 10px;
    right: 10px;
  }

  .p-box li .price p,
  .p-box li .price-rank p {
    font-size: 1rem;
  }

  .p-box li .price p span,
  .p-box li .price-rank p span {
    font-size: 1.2rem;
  }

  #top .coverlink li a h4 {
    font-size: 3rem;
  }

  #gift.detail .floating_cart .addition button,
  #gift.detail .floating_cart .addition .subtotal {
    font-size: 1.2rem;
  }

  #gift.detail .floating_cart .addition .subtotal span,
  #gift.detail .floating_cart .default .price {
    font-size: 1.4rem;
  }

  #gift.detail .floating_cart .default .price span {
    font-size: 1.6rem;
  }

  #gift.detail .floating_cart .default .go-cart {
    width: 50%;
  }

  #crowdfunding.detail .sec2 h4.uline:first-of-type {
    margin-top: 8vw;
  }
}

/*guide-----------------*/
#guide .container {
  padding-top: 80px;
}

#guide .lead .container {
  width: 470px;
  margin: 0 auto 0;
}

#guide .lead h3 {
  text-align: center;
}

#guide .lead .text {
  font-size: 2rem;
  text-align: center;
  line-height: 2em;
}

#guide .lead img {
  width: 30px;
}

#guide .lead .bracket2 {
  text-align: right;
}

#guide .point {
  padding-top: 80px;
}

#guide .point h3 {
  text-align: center;
  font-size: 2rem;
}

#guide .point h3 span {
  font-size: 4rem;
  color: #00B84C;
}

#guide .point .bg-gr {
  background: #F6F6F6;
  padding: 45px 0 80px;
}

#guide .point .box {
  display: flex;
  justify-content: space-between;
}

#guide .point .box li {
  width: 31%;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
}

#guide .point .box li h4 {
  padding-top: 3.5vw;
  font-size: 2rem;
  color: #00B84C;
  font-weight: bold;
}

#guide .point .box li img {
  height: 150px;
  margin-top: 4vw;
}

#guide .point .box li .text {
  padding-bottom: 3.5vw;
  font-size: 2.8rem;
  font-weight: bold;
  padding-top: 3vw;
}

#guide .outline .tax {
  display: flex;
  justify-content: space-between;
}

#guide .outline .tax .Lside {
  width: 65%;
}

#guide .outline .tax .Rside {
  width: 31%;
}

#guide .outline .tax .Rside .text {
  line-height: 2em;
}

#guide .outline .flow {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  align-items: flex-end;
}

#guide .outline .flow li:nth-child(1) {
  width: 32%;
}

#guide .outline .flow li:nth-child(2) {
  width: 17%;
}

#guide .outline .flow li:nth-child(3) {
  width: 40%;
}

@media screen and (max-width:768px) {
  #guide .container {
    padding-top: 8vw;
  }

  #guide .lead .container {
    width: 90%;
  }

  #guide .lead .text {
    font-size: 1.6rem;
  }

  #guide .point .box li h4 {
    margin-top: 8vw;
    font-size: 1.2rem;
  }

  #guide .point .box li img {
    height: 72px;
  }

  #guide .point .box li .text {
    margin-bottom: 8vw;
    font-size: 1.6rem;
  }

  #guide .outline .tax {
    display: block;
  }

  #guide .outline .tax .Lside {
    width: 100%;
  }

  #guide .outline .tax .Rside {
    width: 100%;
    margin-top: 8vw;
  }

  #guide .outline .flow {
    display: block;
  }

  #guide .outline .flow li:nth-child(1) {
    width: 53%;
    margin: 0 auto 0;
    margin-bottom: 8.5vw;
  }

  #guide .outline .flow li:nth-child(2) {
    width: 43%;
    margin: 0 auto 0;
    margin-bottom: 8.5vw;
  }

  #guide .outline .flow li:nth-child(3) {
    width: 75%;
    margin: 0 auto 0;
  }
}

/*guide-----------------*/
/*howto-----------------*/
#howto .container {
  padding-top: 80px;
}

#howto .outline h3 {
  text-align: center;
  font-size: 2.8rem;
}

#howto .outline .lead {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 4vw;
  line-height: 1.6em;
}

#howto .outline .lead span {
  color: #00B84C;
}

#howto .outline .bg-gr {
  background: #F6F6F6;
  padding: 3.5vw 0 7vw;
}

#howto .outline .box {
  display: flex;
  justify-content: space-between;
}

#howto .outline .box li a {
  display: block;
}

#howto .outline .box li {
  width: 31%;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
}

#howto .outline .box li h4 {
  padding-top: 3.5vw;
  font-size: 2rem;
  color: #00B84C;
  font-weight: bold;
}

#howto .outline .box li figure {
  height: 160px;
}

#howto .outline .box li img {
  padding-top: 2vw;
}

#howto .outline .box li:nth-child(1) img {
  width: 168px;
  margin-top: 26px;
}

#howto .outline .box li:nth-child(2) img {
  width: 172px;
}

#howto .outline .box li:nth-child(3) img {
  width: 118px;
  margin-top: 16px;
}

#howto .outline .box li .text {
  padding-bottom: 3.5vw;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 5vw;
}

#howto .outline .box li::after {
  content: '';
  background-image: url(../img/guide/howto-arrow.svg);
  width: 57px;
  height: 57px;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  transform: translateX(-50%);
}

#howto .contents {
  padding-top: 12vw;
}

#howto .contents .bg-gr {
  background: #F6F6F6;
  padding: 0 0 80px;
}

#howto .step01,
#howto .step02,
#howto .step03 {
  text-align: center;
}

#howto .step01 .title,
#howto .step02 .title,
#howto .step03 .title {
  color: #00B84C;
  font-weight: bold;
  padding-bottom: 1vw;
}

/*#howto .step01 .text, */
#howto .step02 .text,
#howto .step03 .text {
  padding-bottom: 3vw;
}

#howto .step01 .btn {
  margin-bottom: 1vw;
}

#howto .step01 .attention {
  font-size: 1.2rem;
  line-height: 1.5em;
}

#howto .step03 .box {
  display: flex;
  justify-content: space-between;
}

#howto .step03 .box .Lside,
#howto .step03 .box .Rside {
  width: 48%;
}

#howto .step03 .box li .inner {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
  padding-bottom: 3vw;
  margin-bottom: 3vw;
}

#howto .step03 .box .head {
  background: #00B84C;
  border-radius: 12px 12px 0 0 / 12px 12px 0 0;
}

#howto .step03 .box h4 {
  font-size: 2rem;
  color: #FFF;
  padding: 1.5vw 0;
}

#howto .step03 .box .lead {
  font-size: 1.8rem;
  padding: 1.5vw 0;
  font-weight: bold;
}

#howto .step03 .box .lead span {
  color: #FF004E;
}

#howto .step03 .box .list {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
  padding-left: 10%;
}

#howto .step03 .box .list::before {
  content: url(../img/guide/howto-check.svg);
  padding-right: 5px;
  vertical-align: middle;
}

#howto .step03 .box .text {
  padding-top: 1vw;
}

#howto .step03 .box .ac-open {
  padding: 3vw;
}

#howto .step03 .box dl {
  border-top: 1px solid #C8C8C8;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

#howto .step03 .box dt {
  width: 25%;
  font-size: 1.4rem;
  padding: 1vw 0;
}

#howto .step03 .box dd {
  width: 75%;
  font-size: 1.6rem;
  padding: 1vw 0;
}

#howto .step03 .box .attention {
  font-size: 1.2rem;
  line-height: 1.5em;
}

#howto .step03 .box .ac-btn {
  background: #00B84C;
  position: relative;
  color: #FFF;
}

#howto .step03 .box .ac-btn::after {
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}

#howto .step03 .box .ac-btn.active {
  background: #00B84C;
}

#howto .step03 .box .ac-btn.active::after {
  transform: rotate(-45deg);
  margin-top: -2.5px;
}

#howto .step03 .box .btn {
  margin-bottom: 1vw;
}

#howto .onestop .container.small {
  max-width: 850px;
}

#howto .onestop h3 {
  text-align: center;
}

#howto .onestop .inner {
  background: #FFF;
  border-radius: 12px;
  padding: 50px;
}

#howto .onestop h4 {
  font-weight: bold;
  padding-top: 3vw;
  padding-bottom: 1vw;
  font-size: 1.8rem;
}

@media screen and (max-width:768px) {
  #howto .container {
    padding-top: 8vw;
  }

  #howto .outline h3 {
    font-size: 2.2rem;
  }

  #howto .outline .lead {
    font-size: 1.4rem;
    padding-bottom: 8vw;
  }

  #howto .outline .box li h4 {
    padding-top: 8vw;
    font-size: 1.2rem;
  }

  #howto .outline .box li figure {
    height: 80px;
  }

  #howto .outline .box li img {
    height: 72px;
  }

  #howto .outline .box li .text {
    padding-bottom: 8vw;
    font-size: 1.6rem;
  }

  #howto .outline .box li:nth-child(1) img {
    width: 68px;
    margin-top: 10px;
  }

  #howto .outline .box li:nth-child(2) img {
    width: 76px;
  }

  #howto .outline .box li:nth-child(3) img {
    width: 54px;
    margin-top: 0;
  }

  #howto .outline .box li .text {
    font-size: 1.2rem;
    padding-top: 0.5vw;
    line-height: 1.5em;
  }

  #howto .outline .box li::after {
    width: 26px;
    height: 26px;
    bottom: -20px;
  }

  /*#howto .step01, */
  #howto .step02,
  #howto .step03,
  #howto .apply {
    padding-top: 10vw
  }

  #howto .step01 h3,
  #howto .step02 h3,
  #howto .step03 h3 {
    font-size: 1.6rem;
  }

  #howto .step01 .text,
  #howto .step02 .text,
  #howto .step03 .text {
    font-size: 1.2rem;
    /*padding-bottom:6vw;*/
  }

  #howto .step01 .attention {
    font-size: 1.0rem;
  }

  #howto .step03 .box {
    display: block;
  }

  #howto .step03 .box .Lside,
  #howto .step03 .box .Rside {
    width: 100%;
  }

  #howto .step03 .box .Rside {
    padding-top: 10vw;
  }

  #howto .step03 .box li .inner {
    padding-bottom: 10vw;
    margin-bottom: 6vw;
  }

  #howto .step03 .box h4 {
    font-size: 1.6rem;
    padding: 3vw 0;
  }

  #howto .step03 .box .lead {
    font-size: 1.8rem;
    padding: 3vw 0;
  }

  #howto .step03 .box .list {
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  #howto .step03 .box .list::before {
    content: url(../img/guide/howto-check_sp.svg);
    padding-right: 5px;
    vertical-align: middle;
  }

  #howto .step03 .box dt {
    width: 30%;
    font-size: 1.2rem;
    padding: 2vw 0;
  }

  #howto .step03 .box dd {
    width: 70%;
    font-size: 1.2rem;
    padding: 2vw 0;
  }

  #howto .step03 .box .attention {
    font-size: 1.0rem;
  }

  #howto .onestop .inner {
    padding: 30px 20px;
  }

  #howto .onestop h4 {
    font-size: 1.4rem;
    padding-top: 6vw;
  }
}

/*howto-----------------*/
.L_categories li.active {
  border: 1px solid #666;
  border-radius: 10px;
}

.M_categories li.active {
  background: #666;
  border-radius: 10px;
}

.M_categories li.active a {
  color: #fff;
}

/*--------------------------------------------------------------# catelist--------------------------------------------------------------*/
#catelist {
  border-top: 1px solid #C8C8C8;
}

#catelist .sw_catelist {
  max-width: 1132px;
  margin: 3px auto;
  overflow-x: auto;
  white-space: nowrap;
}

@media screen and (min-width:769px) and (max-width:2880px) {
  #catelist .swiper-wrapper {
    margin-left: -30px;
  }
}

@media screen and (max-width:768px) {
  #catelist .swiper-wrapper {
    margin-left: -15px;
  }
}

#catelist .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 6px 3px;
}

#catelist .catelist-item {
  text-align: center;
}

#catelist .catelist-item .catelist-img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

#catelist .catelist-item p {
  font-size: 1.2rem;
  line-height: 1em;
  margin-top: 2px;
  text-align: center;
  color: #777;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 90;
}

.swiper-button-prev {
  left: -17px
}

.swiper-button-next {
  right: -17px
}

/* ------ topani area ------- */
.topani {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width:769px) and (max-width:3840px) {
  .topani {
    min-height: 80vh;
    margin-top: 68px;
  }
}

@media screen and (orientation:landscape) {
  .topani {
    min-height: 80vh !important;
    margin-top: 60px !important;
  }
}

@media screen and (max-width:768px) {
  .topani {
    min-height:
      /*70*/
      40vh;
    margin-top: 60px;
  }
}

.t-inner {
  margin: 0 auto;
  width: 100%;
}

.t-slide_item {
  bottom: 0;
  height: 100%;
  position: absolute;
  /*right:-10%;*/
  width: 100%;
}

/* ------ slide image ------- */
.t-slide_img {
  /*animation-duration:30s;*/
  animation: slideAnime 36s 0s infinite;
  animation-iteration-count: infinite;
  animation-name: slideAnime;
  animation-timing-function: ease infinite;
  display: block;
  object-fit: cover;
  opacity: 0;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width:769px) and (max-width:3840px) {
  .t-slide_img {
    min-height: 80vh;
  }
}

@media screen and (orientation:landscape) {
  .t-slide_img {
    min-height: 80vh !important;
  }
}

@media screen and (max-width:768px) {
  .t-slide_img {
    min-height:
      /*70*/
      40vh;
  }
}

.t-slide_item:nth-of-type(1) .t-slide_img {
  animation-delay: 0s;
}

.t-slide_item:nth-of-type(2) .t-slide_img {
  animation-delay: 6s;
}

.t-slide_item:nth-of-type(3) .t-slide_img {
  animation-delay: 12s;
}

.t-slide_item:nth-of-type(4) .t-slide_img {
  animation-delay: 18s;
}

.t-slide_item:nth-of-type(5) .t-slide_img {
  animation-delay: 24s;
}

.t-slide_item:nth-of-type(6) .t-slide_img {
  animation-delay: 30s;
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  17% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    z-index: 9;
    transform: scale(1.2);
    /*transform:translateX(-10%);*/
  }
}

/* ------ topani title ------- */
.topa_heading {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(46% - 25px);
  text-align: center;
}

.topani_title {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: calc(40px + 4 * ((100vw - 320px) / 670));
  line-height: calc(50px + 4 * ((100vw - 320px) / 670));
  color: #fff;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  animation-name: fadeup;
  animation-duration: 5s;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0.7;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.topani_titles {
  font-size: calc(20px + 4 * ((100vw - 320px) / 670));
  line-height: calc(30px + 4 * ((100vw - 320px) / 670));
  color: #fff;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  animation-name: fadein;
  animation-duration: 5s;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0.7;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

/*top cate.scrollmenu .slick-arrow:before {opacity:1 !important;}
.scrollmenu .slick-arrow {z-index:2 !important;width:60px !important;height:60px !important;}
.scrollmenu .slick-next {right:-60px !important;}
.scrollmenu .slick-prev {left:-60px !important;}
.slick-slide{margin:infinite;}
@media screen and (min-width:769px){.slick-slide{width:infinite;}
}
*/
/* /html/template/default/assets/css/style.css */

#faq .accordion {
  margin: 3em auto;
  /*max-width:60vw;*/
}

#faq .toggle {
  display: none;
}

#faq .option {
  position: relative;
  margin-bottom: 1em;
}

#faq .title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

#faq .title {
  border-radius: 12px;
  border: solid 1px #ccc;
  padding: 1em;
  display: block;
  font-weight: bold;
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
}

#faq .title p {
  padding: 0 1rem;
  border-left: 4px solid #00B84C;
}

#faq .title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #00B84C;
  transition: all 0.3s;
}

#faq .title::after {
  transform: rotate(90deg);
}

#faq .content {
  max-height: 0;
  overflow: hidden;
}

#faq .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

#faq .toggle:checked+.title+.content {
  max-height: 500px;
  transition: all 1.5s;
}

#faq .toggle:checked+.title::before {
  transform: rotate(90deg) !important;
  /*transform:rotate(45deg)!important;*/
}

/*#faq .toggle:checked + .title::after{transform:rotate(135deg)!important;}*/
#faq .textt {
  font-size: 2rem;
  font-weight: bold;
  color: #6d9c00;
  text-decoration: underline;
}

#faq .textm {
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: underline;
}

/*#sec-simulator {padding:3vh 0;}*/
#sec-simulator .bg-simulator {
  margin-top: 24px;
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
  background: #fff;
  border-radius: 12px;
  position: relative;
}

#sec-simulator .bg-simulator-header {
  padding: 20px 0;
  border-radius: 12px 12px 0 0;
  background: #00B84C;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}

#sec-simulator .bg-simulator-body {
  padding: 32px 20px 20px;
  border-radius: 0 0 12px 12px;
  background: #f5f5f0;
}

#sec-simulator .bg-simulator-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sec-simulator .bg-simulator-req {
  width: 60px;
  padding: 6px 0;
  background: #FF004E;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

#sec-simulator .bg-simulator-tq {
  width: 14.85%;
  margin-left: 16px;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: initial;
}

#sec-simulator .bg-simulator-ta {
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 1.8rem !important;
  letter-spacing: 0 !important;
}

#sec-simulator .bg-simulator-select {
  position: relative;
  width: 35.05%;
  margin-left: 24px;
}

#sec-simulator .bg-simulator-select select {
  width: 100%;
  height: 51px;
  padding: 0 16px;
  background: #fff;
  font-size: 1.5rem;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: initial;
}

#sec-simulator .bg-simulator-select,
textarea {
  padding: 3px;
  background-color: #fff;
  border: 1px solid #d0d5db;
  border-top: 1px solid #b2b4b9;
  border-radius: 2px;
  box-sizing: border-box;
}

#sec-simulator .bg-simulator-select:after {
  position: absolute;
  top: 18px;
  right: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
  pointer-events: none;
}

#sec-simulator .bg-simulator-row+.bg-simulator-row {
  margin-top: 24px;
}

#sec-simulator .bg-simulator-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sec-simulator .bg-simulator-result {
  position: relative;
  margin-top: 32px;
  padding: 46px 0;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
  border-radius: 12px;
}

#sec-simulator .bg-simulator-result.is-over p {
  visibility: visible;
}

#sec-simulator .bg-simulator-result p:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 600;
}

#sec-simulator .bg-simulator-result p {
  visibility: hidden;
}

#sec-simulator .bg-simulator-result input {
  width: 100%;
  height: 72px;
  line-height: 3rem;
  padding: 0;
  border: 0;
  color: #00B84C;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 4px;
  text-align: center;
}

#sec-simulator .bg-simulator-result p:nth-of-type(2) {
  font-size: 1.4rem;
}

#sec-simulator .bg-simulator-read {
  padding: 1rem;
  text-align: initial;
}

#sec-simulator .bg-simulator-read p {
  font-size: 1.2rem;
  line-height: 1.5em;
}

@media screen and (max-width:767px) {

  /*#sec-simulator .bg-simulator {margin-top: 6vw;}*/
  #sec-simulator .bg-simulator-header {
    padding: 5vw .5vw;
    border-radius: 3vw 3vw 0 0;
    font-size: 1.5rem;
    line-height: 1.8;
  }

  #sec-simulator .bg-simulator-body {
    padding: 8vw 5vw 5vw;
    border-radius: 0 0 3vw 3vw;
  }

  #sec-simulator .bg-simulator-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #sec-simulator .bg-simulator-req {
    width: 15vw;
    padding: 1.5vw 0;
  }

  #sec-simulator .bg-simulator-tq {
    width: 38vw;
    margin-left: 4vw;
    font-size: 1.6875rem;
  }

  #sec-simulator .bg-simulator-ta {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 1.2rem !important;
    letter-spacing: 0 !important;
  }

  #sec-simulator .bg-simulator-select {
    width: 100%;
    margin-top: 3vw;
    margin-left: 0;
  }

  #sec-simulator .bg-simulator-row+#sec-simulator .bg-simulator-row {
    margin-top: 6vw;
  }

  #sec-simulator .bg-simulator-result {
    margin-top: 3vh;
    padding: 13px 0;
  }

  #sec-simulator .bg-simulator-result p:nth-of-type(1) {
    font-size: 1.4rem;
    padding-top: .6rem;
    font-weight: 600;
  }

  #sec-simulator .bg-simulator-result input {
    font-size: 3rem;
    margin-top: -23px;
  }

  #sec-simulator .bg-simulator-result:before {
    border-width: 6vw 10vw 0 10vw;
  }

  #sec-simulator .bg-simulator-read {
    padding: .5rem 0;
  }

  #sec-simulator .bg-simulator-read p {
    font-size: 1rem;
  }
}

#greeting {
  margin: 80px 0 0;
}

#greeting .greeting {
  margin: 0 0 -30px;
  padding: 0 calc(50vw - 50%);
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background-image: url(../img/bg_greeting.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: lighten;
  background-attachment: fixed;
  background-color: rgba(255, 255, 255, 0.4);
}

#greeting .greeting .contents {
  max-width: 1920px;
  margin: auto;
  width: 96%;
  padding: .5rem;
}

#greeting .greeting .contents h3 {
  margin: 0 0 30px !important;
  font-size: 2.4rem;
  padding: 0 1rem;
}

#greeting .greeting .contents img {
  border-radius: 12px;
}

#greeting .greeting .row {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  align-items: center;
  line-height: 3rem;
}

#greeting .greeting .row p.signe-mayor {
  text-align: right;
  font-weight: bold;
  padding: 0rem 2rem 0;
}

/*top medal*/
.topinaera {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -210px;
}

.topin1,
.topin2 {
  margin-right: 10px;
}

.topin1pic,
.topin2pic {
  width: 200px;
  height: auto;
}

@media screen and (max-width:990px) {
  .topinaera {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: none;
    margin-top: -66px;
  }

  .topin1,
  .topin2 {
    margin: 0 2px;
  }

  .topin1pic,
  .topin2pic {
    width: 60px;
  }
}

/* ========== 4.3 用追加（見つけるポップアップ・Product） ========== */
/* 4.1 相当: 背景スクロール可・viewport 中央は .innerbox の absolute で担保 */
.popup.is-open {
  display: block;
}

/* ========== 4.1 Product detail stylesheet（app/default/Product より展開・#gift.detail スコープで干渉防止） ========== */
#gift.detail .floating_cart .default .go-cart.disabled,
#gift.detail .floating_cart .default .go-cart.disabled:hover {
  background: gray;
  color: white;
}

#gift.detail .floating_cart .form-group {
  display: none;
}

#gift.detail .icons {
  position: relative;
}

#gift.detail .balloon1 {
  display: none;
}

#gift.detail .balloon {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  width: 185px;
  border-radius: 10px;
  background: white;
}

#gift.detail #share-list a {
  display: block;
  border-bottom: solid 1px #777;
  padding: 1rem;
}

#gift.detail #share-list a:last-child {
  border-bottom: none;
}

#gift.detail #share-list a span {
  vertical-align: super;
}

#gift.detail .balloon i,
#gift.detail .balloon button {
  font-size: 2.85rem;
  margin-left: 1rem;
  margin-right: 1rem;
  transition: 0.3s;
  display: inline;
}

#gift.detail .balloon a:hover {
  opacity: 0.6;
}

#gift.detail button.favorite,
#gift.detail .favorite-form-inline button.favorite,
#gift.detail .favorite-add-btn,
#gift.detail .favorite-del-btn {
  padding: 0 2px;
  margin-left: -2px;
  background: none;
  border: none;
  cursor: pointer;
}

#gift.detail #df_cart {
  display: none;
}

#gift.detail .sticky-bt {
  position: -webkit-sticky;
  position: sticky;
  top: 68px;
  z-index: 98;
}

#gift.detail #sec_bt_cart {
  box-sizing: border-box;
  z-index: 81;
  right: 19%;
  bottom: 25px;
  height: auto;
  background: #fff;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
  padding: 15px;
}

#gift.detail #sec_bt_cart .default {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#gift.detail #sec_bt_cart .default .price span {
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0 4px 0 8px;
}

#gift.detail #sec_bt_cart {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: -1rem;
  border-radius: 8px;
  border: 1px solid #C8C8C8;
}

#gift.detail #sec_bt_cart .default .go-cart {
  background: #FF004E;
  color: #fff;
  width: 55%;
  border: 1px solid #FF004E;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
}

#gift.detail #sec_bt_cart .default .go-cart:hover {
  background: #fff;
  color: #FF004E;
  border: 1px solid #FF004E;
}

#gift.detail #sec_bt_cart .default .go-cart.disabled,
#gift.detail #sec_bt_cart .default .go-cart.disabled:hover {
  background: gray;
  color: white;
  border: 1px solid gray;
}

#gift.detail #sec_bt_cart button {
  border-radius: 8px;
  font-size: 1.4rem;
  text-align: center;
  padding: 6px;
}

#gift.detail #sec_bt_cart .btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
}

#gift.detail #sec_bt_cart .btns button.gocart {
  display: block;
  width: 60%;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  padding: 1.5rem;
  font-weight: bold;
  font-size: 2rem;
}

#gift.detail #sec_bt_cart .btns button.gocart:hover {
  background: #fff;
  border-color: #c8c8c8;
}

@media screen and (max-width: 768px) {
  #gift.detail #sec_bt_cart .btns button.gocart {
    width: 55% !important;
    padding: 1rem !important;
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width: 769px) {
  #gift.detail #sec_bt_cart .default .go-cart {
    min-width: 60%;
    padding: 1.5rem;
    font-size: 2rem;
  }

  #gift.detail #sec_bt_cart .default .price span {
    font-size: 2rem;
  }

  #gift.detail .sec_bt_cart_under {
    width: 47%;
    left: 26%;
    top: 0;
    position: relative;
  }
}

#gift.detail .addition {
  display: none;
}

/* Product detail slider-pro メイン画像・スライド表示（.b-pic .c-pic は base.css のグローバル指定をオーバーライド） */
#thum-slide.slider-pro {
  position: relative;
}

#thum-slide.slider-pro .sp-slides-container {
  position: relative;
}

#thum-slide.slider-pro .sp-mask {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

#thum-slide.slider-pro .sp-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#thum-slide.slider-pro .sp-image {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .b-pic: グローバルの left:-50% width:200% filter:blur を上書きしてメイン画像を表示 */
#thum-slide.slider-pro .sp-image .b-pic {
  display: block;
  position: relative;
  left: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  filter: none;
}

#thum-slide.slider-pro .sp-image .c-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background: transparent;
}

#thum-slide.slider-pro .sp-image .c-pic img {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* サムネイルの .b-pic .c-pic */
#thum-slide.slider-pro .sp-thumbnail .b-pic,
#thum-slide.slider-pro .sp-thumbnail-container .b-pic {
  display: block;
  position: relative;
  left: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

#thum-slide.slider-pro .sp-thumbnail .c-pic {
  display: none;
}

/* 4.1互換：sp-thumbnail-container の余白（4.3の slider-pro.min.css は 8px → 4.1 は 12px） */
#thum-slide.slider-pro .sp-thumbnail-container {
  margin-right: 12px;
}

#page_product_list .ec-layoutRole .ec-layoutRole__contents {
  max-width: 1920px !important;
}

/* ========== /mypage 配下（4.3 構成: ec-role + ec-pageHeader + h1）タイトル下線なし・左寄せ ========== */
main#mypage .ec-pageHeader h1,
[id^="page_mypage"] .ec-pageHeader h1,
[id^="page_mypage"] .ec-mypageRole .ec-pageHeader h1 {
  border-bottom: none;
  border-top: none;
}

@media screen and (min-width: 768px) {
  main#mypage .ec-pageHeader h1 {
    margin: 10px 16px 48px;
    padding: 8px;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
  }

  main#mypage .ec-role {
    display: block;
  }

  main#mypage .container {
    padding-top: 50px;
  }
}

/* ログインはタイトル中央寄せを維持 */
#page_mypage_login main#mypage .ec-pageHeader h1 {
  text-align: center;
}

/* ========== /mypage（4.1 より移植） ========== */
#page_mypage .mask {
  height: 110px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  border: 1px solid #f7f7f7;
}

/* SP: 商品サムネイルをスクエアに（崩れ・欠け防止） */
@media screen and (max-width: 768px) {
  #page_mypage .ec-imageGrid__img {
    width: 100px;
    min-width: 100px;
  }

  #page_mypage .mask {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
  }

  #page_mypage .mask .b-pic {
    display: none;
  }

  #page_mypage .mask .c-pic {
    display: block;
    width: 100%;
    height: 100%;
  }

  #page_mypage .mask .c-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
  }
}

#page_mypage .ec-historyListHeader__date {
  background: #ededed;
  padding-left: 2rem;
}

#page_mypage .ec-historyRole .ec-historyRole__contents {
  border: none;
  flex-direction: column;
}

#page_mypage .ec-historyListHeader__action .ec-inlineBtn {
  width: 90%;
  max-width: 400px;
  background: white;
  border-radius: 20px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 769px) {

  #page_mypage .ec-historyRole .ec-historyRole__header,
  #page_mypage .ec-historyRole .ec-historyRole__detail {
    width: 100%;
  }
}

/* ========== /entry（会員登録 4.1 移植） ========== */
#page_entry .ec-registerRole {
  padding: 0;
}

#page_entry .ec-registerRole .ec-pageHeader h1 {
  font-size: 2rem;
  text-align: center;
  border: none;
}

#page_entry .ec-cartRole__progress .ec-progress {
  display: flex;
  justify-content: space-around;
  max-width: 450px;
}

#page_entry .ec-cartRole__progress .ec-progress__item {
  border: solid 2px #aaa;
  border-radius: 10px;
  height: 70px;
  width: 70px;
  display: inline-block;
  padding-top: 1rem;
  line-height: 1.6;
}

#page_entry .ec-cartRole__progress .ec-progress__item.is-complete {
  border: solid 2px #6d9c00;
  color: white;
  background: #6d9c00;
}

#page_entry .ec-cartRole__progress .ec-progress__item .ec-progress__label {
  font-size: 1.4rem;
}

#page_entry .ec-cartRole__progress .ec-progress__item.is-complete .ec-progress__label {
  color: white;
}

#page_entry .ec-cartRole__progress .ec-progress__item:after {
  border-left: 17.3px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  height: 0;
  width: 0;
  background: none;
  right: -50%;
  left: auto;
  top: 1.7em;
}

#page_entry .ec-registerRole h2 {
  border-bottom: solid 3px #6d9c00;
}

#page_entry .ec-registerRole h2+p,
#page_entry .ec-registerRole dd p {
  color: #DE5D50;
  font-size: 1.4rem;
}

#page_entry .ec-registerRole dd p {
  padding-top: 0;
}

#page_entry .ec-borderedDefs {
  border: none;
}

#page_entry .ec-registerRole .ec-borderedDefs dl {
  display: block;
}

#page_entry .name_name,
#page_entry .name_kana {
  display: flex;
  justify-content: space-between;
}

#page_entry .name_name>div,
#page_entry .name_kana>div {
  width: 48%;
}

#page_entry .name_name input,
#page_entry .name_kana input {
  padding-top: 0;
  padding-bottom: 0;
}

#page_entry .ec-borderedDefs dl {
  border: none;
  margin-bottom: 2rem;
}

#page_entry .ec-borderedDefs dt {
  background: #dfd;
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}

#page_entry .ec-borderedDefs dt span {
  color: #DE5D50;
}

#page_entry .ec-borderedDefs dd {
  padding-left: 10px;
  padding-right: 10px;
}

#page_entry .ec-borderedDefs .ec-telInput input {
  max-width: none;
}

#page_entry .code-search {
  vertical-align: super;
}

#page_entry .ec-zipInputHelp span {
  vertical-align: baseline;
}

#page_entry .ec-birth select:first-child {
  margin-left: 0;
}

#page_entry .magazine-text {
  padding-left: 4rem;
  padding-right: 4rem;
}

#page_entry .magazine-input dt {
  padding-bottom: 14px;
}

#page_entry .magazine-input dd {
  padding-top: 20px;
}

#page_entry .magazine-input dd input {
  width: 30px;
}

#page_entry .ec-registerRole__actions label input {
  width: 30px;
  display: inline;
  vertical-align: baseline;
}

#page_entry .ec-registerRole__actions p.input_head {
  border-bottom: solid 3px #6d9c00;
  text-align: left;
}

#page_entry .ec-registerRole__actions p:not(.input_head) {
  padding: 0 1rem 1rem;
  font-size: 1.4rem;
  text-align: left;
}

#page_entry .ec-registerRole__actions button {
  position: relative;
  background: #FF004E;
  border: 1px solid #FF004E;
  font-weight: normal;
  border-radius: 5px;
}

#page_entry .ec-registerRole__actions button:after {
  position: absolute;
  right: 2rem;
  color: white;
  content: ">";
}

#page_entry .ec-blockBtn--action:hover {
  background-color: white;
  color: #FF004E;
  border-color: #cb3526;
}

#page_entry .ec-blockBtn--action:active {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}

#page_entry .ec-blockBtn--action:active:hover {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}

#page_entry .ec-blockBtn--action:hover:after {
  color: #FF004E;
}

#page_entry .ec-blockBtn--action:active:after {
  color: #fff;
}

/* 4.1準拠: ec-blockBtn--cancel to-back（グレー背景・左矢印） */
#page_entry .ec-registerRole__actions .ec-blockBtn--cancel.to-back,
#page_entry .ec-registerRole__actions button.to-back,
#page_entry .to-back {
  background: #F6F6F6 !important;
  border: solid 1px #F6F6F6 !important;
  color: #090000 !important;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 1rem auto;
  position: relative;
  padding: 1rem 0;
  border-radius: 6px;
  margin-top: 3rem;
  height: 44px;
  line-height: 1.5;
  font-weight: normal;
}

#page_entry .ec-registerRole__actions .ec-blockBtn--cancel.to-back:after,
#page_entry .ec-registerRole__actions button.to-back:after,
#page_entry .to-back:after {
  content: none !important;
}

#page_entry .ec-registerRole__actions .ec-blockBtn--cancel.to-back:before,
#page_entry .ec-registerRole__actions button.to-back:before,
#page_entry .to-back:before {
  position: absolute;
  content: "<";
  left: 20%;
  color: inherit;
}

#page_entry .ec-registerRole__actions .ec-blockBtn--cancel.to-back:hover,
#page_entry .ec-registerRole__actions .ec-blockBtn--cancel.to-back:active,
#page_entry .ec-registerRole__actions .ec-blockBtn--cancel.to-back:focus,
#page_entry .ec-registerRole__actions button.to-back:hover,
#page_entry .ec-registerRole__actions button.to-back:active,
#page_entry .ec-registerRole__actions button.to-back:focus,
#page_entry .to-back:hover,
#page_entry .to-back:active,
#page_entry .to-back:focus {
  background: white !important;
  border: solid 1px #c8c8c8 !important;
  color: #090000 !important;
}

#page_entry .entry_bottom-box {
  display: flex;
  padding: 1rem;
  border: solid 1px #333;
  margin-bottom: 3rem;
  align-items: center;
}

#page_entry .entry_bottom-box input {
  width: 30px;
  margin-bottom: 0;
}

#page_entry .entry_bottom-box label a {
  color: #0092C4;
  text-decoration: underline;
}

#page_entry #entry_sex,
#page_entry #entry_mail_magazine {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 0 1rem;
  margin-bottom: 4rem;
}

#page_entry #entry_sex input,
#page_entry #entry_mail_magazine input {
  display: none;
}

#page_entry #entry_sex label,
#page_entry #entry_mail_magazine label {
  border: 1px solid #333;
  text-align: center;
  border-radius: 5px;
  margin-right: initial;
  flex: 1;
  line-height: 5rem;
}

#page_entry #entry_sex input:checked+label,
#page_entry #entry_mail_magazine input:checked+label {
  background-color: #00B84C;
  color: #fff;
  flex: 1;
  line-height: 5rem;
}

@media screen and (max-width: 768px) {

  #page_entry #entry_mail_magazine,
  #page_entry .entry_bottom-box {
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }

  #page_entry .ec-registerRole h2+p,
  #page_entry .ec-registerRole dd p {
    padding: 1rem;
  }

  #page_entry .ec-cartRole__progress .ec-progress {
    justify-content: space-between;
    right: -35%;
  }

  #page_entry .ec-cartRole__progress .ec-progress__item:after {
    right: -30%;
    border-left: 10.3px solid #000;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}

@media screen and (min-width: 769px) {
  #page_entry .ec-off1Grid .ec-off1Grid__cell {
    width: 66.66667%;
    margin: auto;
    max-width: 650px;
  }

  #page_entry .ec-borderedDefs dt {
    width: 100%;
  }

  #page_entry .ec-borderedDefs dd,
  #page_entry .ec-registerRole h2+p {
    width: 100%;
    padding-right: 4rem;
    padding-left: 4rem;
  }

  #page_entry .ec-registerRole h2+p {
    padding-top: 1rem;
  }

  #page_entry .ec-off4Grid .ec-off4Grid__cell {
    width: 100%;
    max-width: 650px;
    margin: auto;
  }

  #page_entry .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--action,
  #page_entry .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }

  #page_entry .ec-registerRole__actions p.magazine-text {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #page_entry #entry_mail_magazine,
  #page_entry .entry_bottom-box {
    width: calc(100% - 8rem);
    margin-left: auto;
    margin-right: auto;
  }
}

/* ========== /entry/activate（会員登録完了 4.1 移植） ========== */
#page_entry_activate .ec-registerRole,
#page_entry_activate .ec-registerCompleteRole {
  padding: 0;
}

#page_entry_activate .ec-registerRole .ec-pageHeader h1 {
  font-size: 2rem;
  text-align: center;
  border: none;
}

#page_entry_activate .ec-cartRole__progress .ec-progress {
  display: flex;
  justify-content: space-around;
  max-width: 450px;
}

#page_entry_activate .ec-cartRole__progress .ec-progress__item {
  border: solid 2px #aaa;
  border-radius: 10px;
  height: 70px;
  width: 70px;
  display: inline-block;
  padding-top: 1rem;
  line-height: 1.6;
}

#page_entry_activate .ec-cartRole__progress .ec-progress__item.is-complete {
  border: solid 2px #6d9c00;
  color: white;
  background: #6d9c00;
}

#page_entry_activate .ec-cartRole__progress .ec-progress__item .ec-progress__label {
  font-size: 1.4rem;
}

#page_entry_activate .ec-cartRole__progress .ec-progress__item.is-complete .ec-progress__label {
  color: white;
}

#page_entry_activate .ec-cartRole__progress .ec-progress__item:after {
  border-left: 17.3px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  height: 0;
  width: 0;
  background: none;
  right: -50%;
  left: auto;
  top: 1.7em;
}

#page_entry_activate .ec-reportHeading {
  border: none;
}

#page_entry_activate .ec-reportHeading h2 {
  font-size: 2rem;
}

#page_entry_activate .ec-reportDescription {
  text-align: left;
}

#page_entry_activate .ec-registerCompleteRole {
  padding-left: 15px;
  padding-right: 15px;
}

#page_entry_activate .ec-link a {
  display: block;
  text-align: center;
  border: solid 2px #FF004E;
  font-weight: normal;
  padding: 1.5rem;
  color: #FF004E;
  border-radius: 10px;
  margin: auto;
  margin-top: 1rem;
  max-width: 450px;
  line-height: 1.5;
  background: white;
}

#page_entry_activate .ec-link a:hover,
#page_entry_activate .ec-link a:active,
#page_entry_activate .ec-link a:focus {
  background: #FF004E;
  border-color: #FF004E;
  color: white;
}

#page_entry_activate .ec-blockBtn--cancel2 {
  height: 80px;
}

@media screen and (max-width: 768px) {
  #page_entry_activate .ec-cartRole__progress .ec-progress {
    justify-content: space-between;
    right: -35%;
  }

  #page_entry_activate .ec-cartRole__progress .ec-progress__item:after {
    right: -30%;
    border-left: 10.3px solid #000;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}

@media screen and (min-width: 769px) {
  #page_entry_activate .ec-off1Grid .ec-off1Grid__cell {
    width: 66.66667%;
    margin: auto;
    max-width: 650px;
  }

  #page_entry_activate .ec-off4Grid .ec-off4Grid__cell {
    width: 100%;
    max-width: 650px;
    margin: auto;
  }

  #page_entry_activate .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--action,
  #page_entry_activate .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ========== /entry/complete（仮登録完了 4.1 移植） ========== */
#page_entry_complete .ec-registerRole,
#page_entry_complete .ec-registerCompleteRole {
  padding: 0;
}

#page_entry_complete .ec-registerRole .ec-pageHeader h1 {
  font-size: 2rem;
  text-align: center;
  border: none;
}

#page_entry_complete .ec-cartRole__progress .ec-progress {
  display: flex;
  justify-content: space-around;
  max-width: 450px;
}

#page_entry_complete .ec-cartRole__progress .ec-progress__item {
  border: solid 2px #aaa;
  border-radius: 10px;
  height: 70px;
  width: 70px;
  display: inline-block;
  padding-top: 1rem;
  line-height: 1.6;
}

#page_entry_complete .ec-cartRole__progress .ec-progress__item.is-complete {
  border: solid 2px #6d9c00;
  color: white;
  background: #6d9c00;
}

#page_entry_complete .ec-cartRole__progress .ec-progress__item .ec-progress__label {
  font-size: 1.4rem;
}

#page_entry_complete .ec-cartRole__progress .ec-progress__item.is-complete .ec-progress__label {
  color: white;
}

#page_entry_complete .ec-cartRole__progress .ec-progress__item:after {
  border-left: 17.3px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  height: 0;
  width: 0;
  background: none;
  right: -50%;
  left: auto;
  top: 1.7em;
}

#page_entry_complete .ec-reportHeading {
  border: none;
}

#page_entry_complete .ec-reportHeading h2 {
  font-size: 2rem;
}

#page_entry_complete .ec-reportDescription {
  text-align: left;
}

#page_entry_complete .ec-registerCompleteRole {
  padding-left: 15px;
  padding-right: 15px;
}

#page_entry_complete .ec-reportDescription,
#page_entry_complete .form-bottom {
  font-size: 1.4rem;
}

#page_entry_complete .form-bottom {
  margin-top: 3rem;
}

#page_entry_complete .form-bottom_head {
  background-color: #ddd;
  padding: 1rem;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

#page_entry_complete .form-bottom p,
#page_entry_complete .form-bottom ul {
  padding-left: 15px;
  padding-right: 15px;
}

#page_entry_complete .form-bottom ul li {
  padding-left: 12px;
  position: relative;
  margin-top: 2rem;
}

#page_entry_complete .form-bottom ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1.4rem;
  background: #ddd;
  position: absolute;
  left: -2px;
  top: 4px;
}

#page_entry_complete .ec-link a {
  display: block;
  text-align: center;
  border: solid 2px #FF004E;
  font-weight: normal;
  padding: 1.5rem;
  color: #FF004E;
  border-radius: 10px;
  margin: auto;
  margin-top: 1rem;
  max-width: 450px;
  line-height: 1.5;
  background: white;
}

#page_entry_complete .ec-link a:hover,
#page_entry_complete .ec-link a:active,
#page_entry_complete .ec-link a:focus {
  background: #FF004E;
  border-color: #FF004E;
  color: white;
}

@media screen and (max-width: 768px) {
  #page_entry_complete .ec-cartRole__progress .ec-progress {
    justify-content: space-between;
    right: -35%;
  }

  #page_entry_complete .ec-cartRole__progress .ec-progress__item:after {
    right: -30%;
    border-left: 10.3px solid #000;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}

@media screen and (min-width: 769px) {
  #page_entry_complete .ec-off1Grid .ec-off1Grid__cell {
    width: 66.66667%;
    margin: auto;
    max-width: 650px;
  }

  #page_entry_complete .form-bottom {
    max-width: 544.5px;
    margin-right: auto;
    margin-left: auto;
  }

  #page_entry_complete .ec-off4Grid .ec-off4Grid__cell {
    width: 100%;
    max-width: 650px;
    margin: auto;
  }

  #page_entry_complete .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--action,
  #page_entry_complete .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ========== /mypage/history（4.1 完全移植） ========== */
#page_mypage_history main .container {
  max-width: 850px;
}

#page_mypage_history .ec-pageHeader {
  text-align: center;
  position: relative;
}

#page_mypage_history .ec-pageHeader h1 {
  border-top: none;
  display: inline-block;
  font-size: 2.8rem;
  border: none;
}

#page_mypage_history .ec-pageHeader a {
  position: absolute;
  left: 0;
  top: 28%;
  font-weight: bold;
}

#page_mypage_history .ec-orderRole {
  display: block;
}

#page_mypage_history .ec-orderRole .ec-borderedList {
  border-top: none;
  margin-top: 2rem;
}

#page_mypage_history .ec-cartRow__contentColumn,
#page_mypage_history .ec-borderedList li {
  border: solid 1px #72913D;
  border-radius: 8px;
  padding: 20px 10px;
  max-width: 680px;
  margin-bottom: 2rem;
}

#page_mypage_history .ec-orderRole .ec-borderedList .ec-cartRow__contentColumn {
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
  border: none;
  border-radius: 12px;
  max-width: 500px;
  padding: 2rem;
}

#page_mypage_history .ec-orderRole .ec-borderedList .ec-cartRow__img .sp-image {
  height: 450px;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 12px;
  position: relative;
}

#page_mypage_history .ec-orderRole .ec-borderedList .ec-cartRow__img .sp-image .b-pic {
  aspect-ratio: auto;
  object-fit: contain;
  max-width: none;
  width: auto;
}

#page_mypage_history .ec-orderRole .ec-borderedList .ec-cartRow__img img {
  aspect-ratio: 1;
  object-fit: contain;
}

#page_mypage_history .ec-orderDelivery__item-wrap {
  margin-top: 2rem;
}

#page_mypage_history th,
#page_mypage_history td {
  padding-bottom: 1rem;
}

#page_mypage_history .ec-borderedList li th {
  font-weight: normal;
  min-width: 120px;
}

#page_mypage_history .ec-borderedList li td {
  font-size: 2rem;
}

#page_mypage_history .ec-borderedList li p {
  font-weight: bold;
  margin: 2rem 0 1rem;
}

#page_mypage_history .ec-cartRow__name {
  margin: 2rem 0;
}

#page_mypage_history .ec-cartRow__name a {
  font-size: 2rem;
  font-weight: bold;
}

#page_mypage_history .ec-orderPayment table,
#page_mypage_history .ec-orderConfirm table {
  margin: 2rem 0;
}

#page_mypage_history .ec-orderPayment table th,
#page_mypage_history .ec-orderConfirm table th {
  min-width: 200px;
}

#page_mypage_history .ec-orderMail {
  border: none;
  margin-top: 2rem;
}

#page_mypage_history .ec-orderMail__link.ec-orderMail__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  margin-top: 8px;
  margin-bottom: 0;
  background: #F6F6F6;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  color: #525263;
  transition: background 0.2s, border-color 0.2s;
}

#page_mypage_history .ec-orderMail__link.ec-orderMail__trigger:hover {
  background: #eee;
  border-color: #999;
}

#page_mypage_history .ec-orderMail__link.ec-orderMail__trigger:focus {
  outline: 2px solid #0092C4;
  outline-offset: 2px;
}

#page_mypage_history .ec-orderMail__triggerIcon {
  margin-left: 8px;
  font-size: 0.85em;
  opacity: 0.7;
}

#page_mypage_history .ec-orderMail__body {
  margin-top: 8px;
  padding: 16px;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  background: #fff;
}

#page_mypage_history .ec-orderMail__bodyInner {
  margin-bottom: 1rem;
  line-height: 1.6;
}

#page_mypage_history .ec-orderMail__close {
  margin: 0;
  text-align: right;
}

#page_mypage_history .ec-orderMail__close a {
  display: inline-block;
  padding: 8px 20px;
  background: #F6F6F6;
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  color: #525263;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

#page_mypage_history .ec-orderMail__close a:hover {
  background: #eee;
  border-color: #999;
  color: #333;
}

#page_mypage_history .ec-role.ec-role__btn .ec-inlineBtn {
  background: white;
  margin: auto;
  border-radius: 20px;
}

#page_mypage_history .ec-role.ec-role__btn {
  text-align: center;
  margin-bottom: 5rem;
}

#page_mypage_history .ec-orderRole__summary {
  display: none !important;
}

#page_mypage_history .ec-definitions dt,
#page_mypage_history .ec-definitions--soft dt {
  margin-right: 10px;
}

#page_mypage_history .order_no dt {
  white-space: nowrap;
}

#page_mypage_history .order_no .ec-para-normal {
  margin-bottom: 0;
}

#page_mypage_history .order_no .ec-rectHeading {
  display: none;
}

#page_mypage_history .ec-orderRole .ec-borderedList .ec-cartRow__img .sp-image .c-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#page_mypage_history .ec-orderRole .ec-borderedList .ec-cartRow__img .sp-image .c-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 480px) {
  #page_mypage_history .ec-orderPayment table th {
    min-width: 120px;
  }

  #page_mypage_history .ec-orderConfirm table th,
  #page_mypage_history .ec-orderConfirm table td {
    display: block;
  }

  #page_mypage_history .ec-orderConfirm table td {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  #page_mypage_history .ec-orderRole .ec-borderedList .ec-cartRow__img .sp-image {
    height: auto;
  }
}

@media only screen and (min-width: 769px) {
  #page_mypage_history .ec-pageHeader a {
    left: 16px;
  }

  #page_mypage_history .ec-orderRole .ec-orderRole__detail {
    width: 100%;
    max-width: 850px;
    margin: auto;
  }

  #page_mypage_history .ec-role.ec-role__btn .ec-inlineBtn {
    width: 450px;
  }

  #page_mypage_history .ec-orderRole .ec-borderedList .ec-cartRow__contentColumn {
    margin: 0 auto 2rem;
  }
}

/* ========== /mypage/change（4.1 完全移植） ========== */
#page_mypage_change .ec-mypageRole {
  padding: 0;
}

#page_mypage_change .ec-pageHeader {
  position: relative;
}

#page_mypage_change .ec-mypageRole .ec-pageHeader h1 {
  font-size: 2rem;
  text-align: center;
  border: none;
}

#page_mypage_change .ec-pageHeader a {
  position: absolute;
  left: 0;
  top: 28%;
  font-weight: bold;
}

#page_mypage_change .ec-mypageRole h2 {
  border-bottom: solid 3px #6d9c00;
}

#page_mypage_change .ec-mypageRole h2+p,
#page_mypage_change .ec-mypageRole dd p {
  color: #DE5D50;
  font-size: 1.4rem;
}

#page_mypage_change .ec-mypageRole dd p {
  padding-top: 0;
}

#page_mypage_change .ec-borderedDefs {
  border: none;
}

#page_mypage_change .ec-borderedDefs dl {
  display: block;
}

#page_mypage_change .name_name,
#page_mypage_change .name_kana {
  display: flex;
  justify-content: space-between;
}

#page_mypage_change .name_name>div,
#page_mypage_change .name_kana>div {
  width: 48%;
}

#page_mypage_change .name_name input,
#page_mypage_change .name_kana input {
  padding-top: 0;
  padding-bottom: 0;
}

#page_mypage_change .ec-borderedDefs dl {
  border: none;
  margin-bottom: 2rem;
}

#page_mypage_change .ec-borderedDefs dt {
  background: #dfd;
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}

#page_mypage_change .ec-borderedDefs dt span {
  color: #DE5D50;
}

#page_mypage_change .ec-borderedDefs dd {
  padding-left: 10px;
  padding-right: 10px;
}

#page_mypage_change .ec-borderedDefs .ec-telInput input {
  max-width: none;
}

#page_mypage_change .code-search {
  vertical-align: super;
}

#page_mypage_change .ec-zipInputHelp {
  vertical-align: middle;
}

#page_mypage_change .ec-birth select:first-child {
  margin-left: 0;
}

#page_mypage_change [id$="_sex"],
#page_mypage_change [id$="_mail_magazine"] {
  display: flex;
  border: solid 1px #aaa;
  padding-left: 7px;
  line-height: 2.5;
}

#page_mypage_change [id$="_mail_magazine"] {
  margin-bottom: 4rem;
}

#page_mypage_change [id$="_sex"] label:first-of-type {
  min-width: 100px;
}

#page_mypage_change [id$="_sex"] input,
#page_mypage_change [id$="_mail_magazine"] input {
  width: 30px;
  display: inline;
  margin-bottom: 0;
}

#page_mypage_change [id$="_sex"] label,
#page_mypage_change [id$="_mail_magazine"] label {
  display: inline-block;
  width: 85%;
  border-right: solid 1px #aaa;
  margin-right: 7px;
}

#page_mypage_change [id$="_sex"] label:last-child,
#page_mypage_change [id$="_mail_magazine"] label:last-child {
  border: none;
}

#page_mypage_change .magazine-input dt {
  padding-bottom: 14px;
}

#page_mypage_change .magazine-input dd {
  padding-top: 20px;
}

#page_mypage_change .magazine-input dd input {
  width: 30px;
}

#page_mypage_change .ec-registerRole__actions label input {
  width: 30px;
  display: inline;
  vertical-align: baseline;
}

#page_mypage_change .ec-registerRole__actions p.input_head {
  border-bottom: solid 3px #6d9c00;
  text-align: left;
}

#page_mypage_change .ec-registerRole__actions p:not(.input_head) {
  padding: 0 1rem 1rem;
  font-size: 1.4rem;
  text-align: left;
}

#page_mypage_change .ec-blockBtn--action {
  position: relative;
  background: #FF004E;
  border: 1px solid #FF004E;
  font-weight: normal;
  border-radius: 5px;
}

#page_mypage_change .ec-blockBtn--action:after {
  position: absolute;
  right: 2rem;
  color: white;
  content: ">";
}

#page_mypage_change .ec-blockBtn--action:hover {
  background-color: white;
  color: #FF004E;
  border-color: #cb3526;
}

#page_mypage_change .ec-blockBtn--action:active {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}

#page_mypage_change .ec-blockBtn--action:active:hover {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}

#page_mypage_change .ec-blockBtn--action:hover:after {
  color: #FF004E;
}

#page_mypage_change .ec-blockBtn--action:active:after {
  color: #fff;
}

#page_mypage_change .to-back {
  background: #F6F6F6;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 1rem auto;
  position: relative;
  padding: 1rem 0;
  border-radius: 6px;
  margin-top: 3rem;
  border: solid 1px #F6F6F6;
  height: 44px;
  line-height: 1.5;
  color: inherit;
  font-weight: normal;
}

#page_mypage_change .to-back:hover,
#page_mypage_change .to-back:active,
#page_mypage_change .to-back:focus {
  background: white;
  border: solid 1px #c8c8c8;
  color: #090000;
}

#page_mypage_change .to-back:before {
  position: absolute;
  content: "<";
  left: 20%;
}

#page_mypage_change .entry_bottom-box {
  display: flex;
  padding: 1rem;
  border: solid 1px #333;
  margin-bottom: 3rem;
}

#page_mypage_change .entry_bottom-box input {
  width: 15px;
  margin-bottom: 0;
}

#page_mypage_change .entry_bottom-box label a {
  color: #0092C4;
  text-decoration: underline;
}

#page_mypage_change [id$="_mail_magazine"] label {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #page_mypage_change [id$="_sex"] label {
    display: inline-block;
    width: 65%;
  }

  #page_mypage_change .ec-zipInputHelp {
    vertical-align: bottom;
  }

  #page_mypage_change .ec-mypageRole h2 {
    padding: 1rem;
  }
}

@media screen and (min-width: 769px) {

  #page_mypage_change .ec-pageHeader,
  #page_mypage_change .ec-off1Grid .ec-off1Grid__cell {
    width: 66.66667%;
    margin: auto;
    max-width: 650px;
  }

  #page_mypage_change .ec-borderedDefs dt {
    width: 100%;
  }

  #page_mypage_change .ec-borderedDefs dd,
  #page_mypage_change .ec-mypageRole h2+p {
    width: 100%;
    padding-right: 4rem;
    padding-left: 4rem;
  }

  #page_mypage_change .ec-mypageRole h2+p {
    padding-top: 1rem;
  }

  #page_mypage_change .ec-off4Grid .ec-off4Grid__cell {
    width: 100%;
    max-width: 650px;
    margin: auto;
  }

  #page_mypage_change .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--action,
  #page_mypage_change .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }

  #page_mypage_change [id$="_mail_magazine"],
  #page_mypage_change .entry_bottom-box {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }

  #page_mypage_change [id$="_mail_magazine"] {
    width: 100%;
  }

  #page_mypage_change .ec-pageHeader a {
    left: 16px;
  }
}

/* ========== /mypage/withdraw（4.1 移植） ========== */
#page_mypage_withdraw main .container {
  max-width: 800px;
  margin-bottom: 4rem;
}

#page_mypage_withdraw .ec-pageHeader {
  text-align: center;
  position: relative;
}

#page_mypage_withdraw .ec-pageHeader h1 {
  border-top: none;
  display: inline-block;
  font-size: 2.8rem;
  border: none;
}

#page_mypage_withdraw .ec-pageHeader a {
  position: absolute;
  left: 0;
  top: 28%;
  font-weight: bold;
}

#page_mypage_withdraw .ec-blockBtn--cancel {
  background-color: white;
  color: #090000;
  border-radius: 5px;
  font-weight: normal;
  position: relative;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  margin-top: 1.5rem;
}

#page_mypage_withdraw .ec-blockBtn--cancel:hover {
  background-color: white;
  border: solid 1px #c8c8c8;
  color: #090000;
}

#page_mypage_withdraw .ec-blockBtn--cancel:before {
  position: absolute;
  left: 15%;
  content: "＜";
  margin-right: 10px;
  font-weight: 200;
}

#page_mypage_withdraw .ec-blockBtn--cancel.withdrawBtn {
  background: #525263;
  border-color: #525263;
  color: white;
}

#page_mypage_withdraw .ec-blockBtn--cancel.withdrawBtn:hover {
  background: white;
  color: #525263;
}

#page_mypage_withdraw .ec-blockBtn--cancel.withdrawBtn:before {
  display: none;
}

@media screen and (min-width: 768px) {
  #page_mypage_withdraw .ec-off3Grid .ec-off3Grid__cell {
    width: 72%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  #page_mypage_withdraw .ec-withdrawRole__title {
    font-size: 20px;
  }
}

/* ========== /mypage/withdraw_confirm（4.1 移植） ========== */
#page_mypage_withdraw_confirm main .container {
  max-width: 800px;
  margin-bottom: 4rem;
}

#page_mypage_withdraw_confirm .ec-pageHeader {
  text-align: center;
  position: relative;
}

#page_mypage_withdraw_confirm .ec-pageHeader h1 {
  border-top: none;
  display: inline-block;
  font-size: 2.8rem;
  border: none;
}

#page_mypage_withdraw_confirm .ec-pageHeader a {
  position: absolute;
  left: 0;
  top: 28%;
  font-weight: bold;
}

#page_mypage_withdraw_confirm .ec-off3Grid .ec-off3Grid__cell {
  text-align: center;
}

#page_mypage_withdraw_confirm .ec-blockBtn--cancel {
  background-color: white;
  color: #090000;
  border-radius: 5px;
  font-weight: normal;
  position: relative;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  margin-top: 1.5rem;
}

#page_mypage_withdraw_confirm .ec-blockBtn--cancel:hover {
  background-color: white;
  border: solid 1px #c8c8c8;
  color: #090000;
}

#page_mypage_withdraw_confirm .ec-blockBtn--cancel.withdrawBtn {
  background: #525263;
  border-color: #525263;
  color: white;
}

#page_mypage_withdraw_confirm .ec-blockBtn--cancel.withdrawBtn:hover {
  background: white;
  color: #525263;
}

@media screen and (min-width: 768px) {
  #page_mypage_withdraw_confirm .ec-off3Grid .ec-off3Grid__cell {
    width: 72%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  #page_mypage_withdraw_confirm .ec-withdrawConfirmRole__title {
    font-size: 20px;
  }
}

/* ========== /mypage/withdraw_complete（4.1 移植） ========== */
#page_mypage_withdraw_complete main .container {
  max-width: 800px;
  margin-bottom: 4rem;
}

#page_mypage_withdraw_complete .ec-pageHeader {
  text-align: center;
  position: relative;
}

#page_mypage_withdraw_complete .ec-pageHeader h1 {
  border-top: none;
  display: inline-block;
  font-size: 2.8rem;
  border: none;
}

#page_mypage_withdraw_complete .ec-pageHeader a {
  position: absolute;
  left: 0;
  top: 28%;
  font-weight: bold;
}

#page_mypage_withdraw_complete .ec-reportHeading {
  border: none;
}

#page_mypage_withdraw_complete .ec-reportHeading h2 {
  font-size: 24px;
}

#page_mypage_withdraw_complete .ec-blockBtn--cancel {
  background-color: white;
  color: #525263;
  border-radius: 5px;
  font-weight: normal;
  position: relative;
  border: 1px solid #525263;
  margin: auto;
  margin-top: 1.5rem;
  max-width: 450px;
}

#page_mypage_withdraw_complete .ec-blockBtn--cancel:hover {
  background-color: #F6F6F6;
  border: solid 1px #525263;
  color: #525263;
}

/* ========== /mypage/login（4.1 構成に合わせて移植） ========== */
#page_mypage_login .ec-login {
  box-shadow: 0 0 10px #b9b9b9;
  border-radius: 10px;
  background: #fff !important;
  padding: 1.5rem 1.5rem 1.8rem;
}

#page_mypage_login .ec-login__input {
  margin-top: 1rem;
}

#page_mypage_login .ec-input label {
  display: inline-block;
}

#page_mypage_login .ec-input input[type="email"],
#page_mypage_login .ec-input input[type="password"] {
  border-radius: 5px;
}

#page_mypage_login .ec-login__actions button {
  position: relative;
  background: #FF004E;
  border: 1px solid #FF004E;
  font-weight: normal;
  border-radius: 5px;
}

#page_mypage_login .ec-login__actions button.ec-blockBtn--cancel:hover {
  background-color: white;
  color: #FF004E;
  border-color: #cb3526;
}

#page_mypage_login .ec-login__actions button.ec-blockBtn--cancel:active,
#page_mypage_login .ec-login__actions button.ec-blockBtn--cancel:focus {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}

#page_mypage_login .ec-login__actions button.ec-blockBtn--cancel:active:hover {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}

#page_mypage_login .ec-login__actions button:after {
  position: absolute;
  right: 2rem;
  color: white;
  content: ">";
}

#page_mypage_login .ec-login__actions button:hover:after {
  color: #FF004E;
}

#page_mypage_login .ec-login__actions button:active:after {
  color: white;
}

#page_mypage_login .form_bottom {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#page_mypage_login .b_head {
  background: #ddd;
  text-align: center;
  padding: 1rem;
  margin-top: 3rem;
}

#page_mypage_login .form_bottom p {
  margin-top: 2rem;
}

#page_mypage_login .form_bottom .ec-login__link a {
  display: block;
  text-align: center;
  border: solid 2px #FF004E !important;
  font-weight: normal;
  padding: 1.5rem;
  color: #FF004E !important;
  background: #fff !important;
  border-radius: 10px;
  margin: auto;
  margin-top: 1rem;
  max-width: 450px;
}

#page_mypage_login .form_bottom .ec-login__link a:hover,
#page_mypage_login .form_bottom .ec-login__link a:active,
#page_mypage_login .form_bottom .ec-login__link a:focus {
  background: #FF004E !important;
  border-color: #FF004E !important;
  color: #fff !important;
}

#page_mypage_login .form_bottom .ec-grid2__cell {
  padding: 0 2rem;
}

#page_mypage_login .b_secure {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

#page_mypage_login .b_secure img {
  width: auto !important;
  max-width: 60px;
  padding: 1.4rem;
}

#page_mypage_login .b_secure p {
  min-width: 85%;
  width: 85%;
  margin-top: 0;
}

#page_mypage_login .to-back {
  background: #F6F6F6;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 1rem auto;
  position: relative;
  padding: 1rem 0;
  border-radius: 6px;
  margin-top: 3rem;
  border: solid 1px #F6F6F6;
}

#page_mypage_login .to-back:hover,
#page_mypage_login .to-back:active,
#page_mypage_login .to-back:focus {
  background: white;
  border: solid 1px #c8c8c8;
  color: #090000;
}

#page_mypage_login .to-back:before {
  position: absolute;
  content: "<";
  left: 20%;
}

#page_mypage_login .to-back:hover:before,
#page_mypage_login .to-back:active:before {
  color: #090000;
}

@media screen and (min-width: 769px) {
  #page_mypage_login .ec-login {
    padding: 3.5rem 3.5rem 3.8rem;
  }

  #page_mypage_login .ec-login .ec-grid2 {
    justify-content: center;
  }

  #page_mypage_login .ec-login .ec-checkbox {
    max-width: 315px;
    margin: auto auto 1rem;
  }

  #page_mypage_login .form_bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  #page_mypage_login .form_bottom .ec-grid2__cell {
    padding: 0 6rem;
  }
}

/* ========== #page_shopping_login ログイン（4.1移植） ========== */
#page_shopping_login .ec-pageHeader h1 {
  text-align: center;
  border: none;
}

#page_shopping_login .ec-pageHeader {
  padding-left: 16px;
  padding-right: 16px;
}

#page_shopping_login .ec-pageHeader h1 {
  margin-bottom: 1rem;
}

#page_shopping_login .ec-pageHeader p {
  margin-bottom: 3rem;
}

#page_shopping_login .ec-role {
  width: 66.66667%;
  margin: auto;
}

#page_shopping_login .ec-grid3 {
  display: block;
}

#page_shopping_login .ec-grid3 .ec-grid3__cell2 {
  width: 100%;
}

#page_shopping_login .ec-guest {
  height: auto;
  display: inherit;
}

#page_shopping_login .ec-login,
#page_shopping_login .ec-guest {
  box-shadow: 0 0 10px #b9b9b9;
  border-radius: 10px;
  background: white;
  padding: 1.5rem 1.5rem 1.8rem;
}

#page_shopping_login .ec-login h1,
#page_shopping_login .ec-guest__inner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding: 1rem;
  color: #525263;
  background: #ddd;
}

/* 4.1準拠: ec-guest .ec-guest__actions */
#page_shopping_login .ec-guest .ec-guest__actions {
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

#page_shopping_login .ec-guest .ec-guest__actions a {
  color: inherit;
  text-decoration: none;
}

/* 4.1準拠: ec-blockBtn--cancel 基底スタイル（グレー） */
#page_shopping_login .ec-blockBtn--cancel {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: initial !important;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  background-color: #525263;
  border: 1px solid #525263;
}

#page_shopping_login .ec-login .ec-login__actions {
  color: #fff;
}

#page_shopping_login .ec-guest__inner {
  text-align: initial !important;
  vertical-align: initial !important;
  display: initial !important;
}

#page_shopping_login .ec-login__input {
  margin-top: 1rem;
}

#page_shopping_login .ec-input label {
  display: inline-block;
}

#page_shopping_login .ec-input input[type="email"],
#page_shopping_login .ec-input input[type="password"] {
  border-radius: 5px;
}

#page_shopping_login .ec-login__actions button {
  position: relative;
  background: #FF004E;
  border: 1px solid #FF004E;
  font-weight: normal;
  border-radius: 5px;
}

/* ログインボタン：左の＜を非表示（4.1では右矢印のみ） */
#page_shopping_login .ec-login__actions button:before,
#page_shopping_login .ec-guest__actions .ec-blockBtn--cancel:before {
  content: none !important;
}

#page_shopping_login .ec-login__actions button.ec-blockBtn--cancel:hover {
  background: white;
  color: #FF004E;
  border-color: #cb3526;
}

#page_shopping_login .ec-login__actions button.ec-blockBtn--cancel:active,
#page_shopping_login .ec-login__actions button.ec-blockBtn--cancel:focus {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}

#page_shopping_login .ec-login__actions button.ec-blockBtn--cancel:active:hover {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}

#page_shopping_login .ec-login__actions button:after {
  position: absolute;
  right: 2rem;
  color: white;
  content: ">";
}

#page_shopping_login .ec-login__actions button:hover:after {
  color: #FF004E;
}

#page_shopping_login .ec-login__actions button:active:after {
  color: white;
}

/* 4.1準拠: お申込み手続きへ は ec-blockBtn--cancel のグレーをそのまま使用 */
#page_shopping_login .form_bottom {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#page_shopping_login .b_head {
  background: #ddd;
  text-align: center;
  padding: 1rem;
  margin-top: 3rem;
}

#page_shopping_login .form_bottom p {
  margin-top: 2rem;
}

#page_shopping_login .form_bottom .ec-login__link a {
  display: block;
  text-align: center;
  border: solid 2px #FF004E;
  font-weight: normal;
  padding: 1.5rem;
  color: #FF004E;
  border-radius: 10px;
  margin: auto;
  margin-top: 1rem;
  max-width: 450px;
}

#page_shopping_login .form_bottom .ec-login__link a:hover,
#page_shopping_login .form_bottom .ec-login__link a:active,
#page_shopping_login .form_bottom .ec-login__link a:focus {
  background: #FF004E;
  border-color: #FF004E;
  color: white;
}

#page_shopping_login .form_bottom .ec-grid2__cell {
  padding: 0 2rem;
}

#page_shopping_login .b_secure {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

#page_shopping_login .b_secure img {
  max-width: 60px;
  padding: 1.4rem;
}

#page_shopping_login .b_secure p {
  min-width: 85%;
  width: 85%;
  margin-top: 0;
}

#page_shopping_login .to-back {
  background: #F6F6F6;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 1rem auto;
  position: relative;
  padding: 1rem 0;
  border-radius: 6px;
  margin-top: 3rem;
  border: solid 1px #F6F6F6;
}

#page_shopping_login .to-back:hover,
#page_shopping_login .to-back:active,
#page_shopping_login .to-back:focus {
  background: white;
  border: solid 1px #c8c8c8;
  color: #090000;
}

#page_shopping_login .to-back:before {
  position: absolute;
  content: "<";
  left: 20%;
}

#page_shopping_login .to-back:hover:before,
#page_shopping_login .to-back:active:before {
  color: #090000;
}

#page_shopping_login .form_last p {
  margin-top: 2rem;
}

@media screen and (min-width: 769px) {
  #page_shopping_login .ec-pageHeader p {
    text-align: center;
  }

  #page_shopping_login .ec-login,
  #page_shopping_login .ec-guest {
    padding: 3.5rem 3.5rem 3.8rem;
  }

  #page_shopping_login .ec-login .ec-grid2 {
    justify-content: center;
  }

  #page_shopping_login .ec-login .ec-checkbox {
    max-width: 315px;
    margin: auto auto 1rem;
  }

  #page_shopping_login .form_bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  #page_shopping_login .form_bottom .ec-grid2__cell {
    padding: 0 6rem;
  }

  #page_shopping_login .ec-grid2 .ec-grid2__cell .ec-blockBtn--cancel {
    max-width: 315px;
    margin: auto;
  }

  #page_shopping_login .ec-grid2 .ec-grid2__cell {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #page_shopping_login br.pc {
    display: none;
  }

  #page_shopping_login .ec-pageHeader h1 {
    font-size: 21px;
  }

  #page_shopping_login .ec-role {
    width: 100%;
    padding: 0;
  }

  #page_shopping_login p {
    font-size: 14px;
  }
}

/* ========== #page_shopping_nonmember 寄付者情報入力（4.1移植） ========== */
#page_shopping_nonmember .ec-registerRole {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

#page_shopping_nonmember .ec-registerRole .ec-pageHeader h1 {
  font-size: 2rem;
  text-align: center;
  border: none;
}

#page_shopping_nonmember .ec-registerRole h2 {
  border-bottom: solid 3px #6d9c00;
}

#page_shopping_nonmember .ec-registerRole h2+p,
#page_shopping_nonmember .ec-registerRole dd p {
  color: #DE5D50;
  font-size: 1.4rem;
}

#page_shopping_nonmember .ec-registerRole dd p {
  padding-top: 0;
}

#page_shopping_nonmember .ec-borderedDefs {
  border: none;
}

#page_shopping_nonmember .ec-registerRole .ec-borderedDefs dl {
  display: block;
}

#page_shopping_nonmember .name_name,
#page_shopping_nonmember .name_kana {
  display: flex;
  justify-content: space-between;
}

#page_shopping_nonmember .name_name>div,
#page_shopping_nonmember .name_kana>div {
  width: 48%;
}

#page_shopping_nonmember .name_name input,
#page_shopping_nonmember .name_kana input {
  padding-top: 0;
  padding-bottom: 0;
}

#page_shopping_nonmember .ec-borderedDefs dl {
  border: none;
  margin-bottom: 2rem;
}

#page_shopping_nonmember .ec-borderedDefs dt {
  background: #dfd;
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}

#page_shopping_nonmember .ec-borderedDefs dt span {
  color: #DE5D50;
}

#page_shopping_nonmember .ec-borderedDefs dd {
  padding: 0;
  width: 100%;
  line-height: 2.5;
}

#page_shopping_nonmember .ec-radio input {
  margin-right: 10px;
  margin-bottom: 10px;
}

#page_shopping_nonmember .ec-borderedDefs .ec-telInput input {
  max-width: none;
}

#page_shopping_nonmember .code-search {
  vertical-align: super;
}

#page_shopping_nonmember .ec-zipInputHelp span {
  vertical-align: baseline;
}

#page_shopping_nonmember .ec-birth select:first-child {
  margin-left: 0;
}

#page_shopping_nonmember .magazine-text {
  padding-left: 4rem;
  padding-right: 4rem;
}

#page_shopping_nonmember .magazine-input dt {
  padding-bottom: 14px;
}

#page_shopping_nonmember .magazine-input dd {
  padding-top: 20px;
}

#page_shopping_nonmember .magazine-input dd input {
  width: 30px;
}

#page_shopping_nonmember .ec-registerRole__actions label input {
  width: 30px;
  display: inline;
  vertical-align: baseline;
}

#page_shopping_nonmember .ec-registerRole__actions p.input_head {
  border-bottom: solid 3px #6d9c00;
  text-align: left;
}

#page_shopping_nonmember .ec-registerRole__actions p:not(.input_head) {
  padding: 0 1rem 1rem;
  font-size: 1.4rem;
  text-align: left;
}

#page_shopping_nonmember .ec-registerRole__actions button {
  position: relative;
  background: #FF004E;
  border: 1px solid #FF004E;
  font-weight: normal;
  border-radius: 5px;
}

#page_shopping_nonmember .ec-registerRole__actions button:after {
  position: absolute;
  right: 2rem;
  color: white;
  content: ">";
}

#page_shopping_nonmember .ec-blockBtn--action:hover {
  background-color: white;
  color: #FF004E;
  border-color: #cb3526;
}

#page_shopping_nonmember .ec-blockBtn--action:active {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}

#page_shopping_nonmember .ec-blockBtn--action:active:hover {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}

#page_shopping_nonmember .ec-blockBtn--action:hover:after {
  color: #FF004E;
}

#page_shopping_nonmember .ec-blockBtn--action:active:after {
  color: #fff;
}

#page_shopping_nonmember .to-back {
  background: #F6F6F6;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 3rem auto 1rem;
  position: relative;
  padding: 1rem 0;
  border-radius: 6px;
  border: solid 1px #F6F6F6;
  height: 44px;
  line-height: 1.5;
  color: inherit;
  font-weight: normal;
}

#page_shopping_nonmember .to-back:hover,
#page_shopping_nonmember .to-back:active,
#page_shopping_nonmember .to-back:focus {
  background: white;
  border: solid 1px #c8c8c8;
  color: #090000;
}

#page_shopping_nonmember .to-back:before {
  position: absolute;
  content: "<";
  left: 20%;
}

#page_shopping_nonmember .entry_bottom-box {
  display: flex;
  padding: 1rem;
  border: solid 1px #333;
  margin-bottom: 3rem;
  align-items: center;
}

#page_shopping_nonmember .entry_bottom-box input {
  width: 30px;
  margin-bottom: 0;
}

#page_shopping_nonmember .entry_bottom-box label a {
  color: #0092C4;
  text-decoration: underline;
}

#page_shopping_nonmember #nonmember_sex {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 0 1rem;
  margin-bottom: 4rem;
}

#page_shopping_nonmember #nonmember_sex>div {
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  flex-wrap: nowrap;
  gap: 0 1rem;
  width: 100%;
}

#page_shopping_nonmember #nonmember_sex input {
  display: none;
}

#page_shopping_nonmember #nonmember_sex label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  min-height: 5rem;
  padding: 0 1rem;
  border: 1px solid #333;
  text-align: center;
  border-radius: 5px;
  margin-right: initial;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
}

#page_shopping_nonmember #nonmember_sex label span {
  white-space: nowrap;
}

#page_shopping_nonmember #nonmember_sex input:checked+label {
  background-color: #00B84C;
  color: #fff;
  border-color: #00B84C;
}

@media screen and (max-width: 768px) {

  #page_shopping_nonmember #entry_mail_magazine,
  #page_shopping_nonmember .entry_bottom-box {
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }

  #page_shopping_nonmember .ec-registerRole h2+p,
  #page_shopping_nonmember .ec-registerRole dd p {
    padding: 1rem;
  }
}

@media screen and (min-width: 769px) {
  #page_shopping_nonmember .ec-off1Grid .ec-off1Grid__cell {
    width: 66.66667%;
    margin: auto;
    max-width: 650px;
  }

  #page_shopping_nonmember .ec-borderedDefs dt {
    width: 100%;
  }

  #page_shopping_nonmember .ec-borderedDefs dd,
  #page_shopping_nonmember .ec-registerRole h2+p {
    width: 100%;
    padding-right: 4rem;
    padding-left: 4rem;
  }

  #page_shopping_nonmember .ec-registerRole h2+p {
    padding-top: 1rem;
  }

  #page_shopping_nonmember .ec-off4Grid .ec-off4Grid__cell {
    width: 100%;
    max-width: 650px;
    margin: auto;
  }

  #page_shopping_nonmember .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--action,
  #page_shopping_nonmember .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }

  #page_shopping_nonmember .ec-registerRole__actions p.magazine-text {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #page_shopping_nonmember #entry_mail_magazine,
  #page_shopping_nonmember .entry_bottom-box {
    width: calc(100% - 8rem);
    margin-left: auto;
    margin-right: auto;
  }
}

/* ec-progress（ステップ表示）4.1風 */
#page_shopping_nonmember .ec-progress .ec-progress__number {
  color: #090000;
  background: white;
  border: solid 0.75px #706F6F;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 2.5;
  font-weight: bold;
}

#page_shopping_nonmember .ec-progress .is-complete .ec-progress__number {
  background: #00B84C;
  color: white;
}

#page_shopping_nonmember .ec-progress .ec-progress__label,
#page_shopping_nonmember .ec-progress .is-complete .ec-progress__label {
  font-size: 10px;
  font-weight: bold;
}

#page_shopping_nonmember .ec-progress .ec-progress__item:after {
  height: 1px;
  top: 25px;
}

@media only screen and (min-width: 768px) {
  #page_shopping_nonmember .ec-borderedDefs dd {
    width: 100%;
    line-height: 3;
  }

  #page_shopping_nonmember .ec-progress .ec-progress__label,
  #page_shopping_nonmember .ec-progress .is-complete .ec-progress__label {
    font-size: 1.4rem;
  }
}

/* ========== #page_shopping_shipping_multiple お届け先の指定（4.1移植） ========== */
#page_shopping_shipping_multiple .ec-pageHeader {
  text-align: center;
}

#page_shopping_shipping_multiple .ec-pageHeader h1 {
  font-size: 2.2rem;
  text-align: center;
  border-top: none;
  display: inline-block;
  margin-bottom: 2rem;
}

#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__itemtTitle {
  font-weight: normal;
  margin-top: 1rem;
}

#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__info {
  text-align: left;
}

#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__add {
  border-radius: 12px;
  padding: 4rem 3rem;
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
  border: none;
  max-width: 680px;
  margin-bottom: 2rem;
}

#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__item {
  background: white;
  padding: 0;
  width: 100%;
}

#page_shopping_shipping_multiple #about .ec-AddAddress__item .mask {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__itemThumb,
#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__itemtContent {
  display: block;
  padding-left: 0;
  width: 100%;
}

#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__selectNumber,
#page_shopping_shipping_multiple .ec-AddAddress__btn,
#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__itemtPrice {
  display: none;
}

#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--action,
#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--cancel {
  position: relative;
  background: #FF004E;
  border: 1px solid #FF004E;
  font-weight: normal;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}

#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--action {
  color: white;
  background: #FF004E;
}

#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--action:active:hover,
#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--action:active {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}

#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--action:hover {
  color: #FF004E;
  background: white;
}

#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--cancel {
  color: black;
  background: none;
}

#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--cancel:hover {
  color: white;
  background: #FF004E;
}

#page_shopping_shipping_multiple .ec-blockBtn--cancel2 {
  line-height: 1.2;
  padding-top: 1.2rem;
}

#page_shopping_shipping_multiple .ec-blockBtn--cancel2 span {
  font-size: 1.1rem;
  font-weight: normal;
}

#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--cancel:last-child {
  height: 3.5rem;
  line-height: 2.5;
}

#page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__selectAddress {
  max-width: 100%;
}

#page_shopping_shipping_multiple .to-back {
  background: #F6F6F6;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  margin-top: 3rem;
  border: solid 1px #F6F6F6;
  color: inherit;
  font-weight: normal;
}

#page_shopping_shipping_multiple .to-back:hover,
#page_shopping_shipping_multiple .to-back:active,
#page_shopping_shipping_multiple .to-back:focus {
  background: white;
  border: solid 1px #c8c8c8;
  color: #090000;
}

#page_shopping_shipping_multiple .to-back:before {
  position: absolute;
  content: "<";
  left: 20%;
}

@media screen and (min-width: 768px) {
  #page_shopping_shipping_multiple .ec-off4Grid .ec-off4Grid__cell {
    width: 66%;
    margin: 3rem auto;
  }
}

@media screen and (min-width: 1200px) {
  #page_shopping_shipping_multiple .multiple_list__items-wrap {
    display: block;
  }

  #page_shopping_shipping_multiple .multiple_list__items-wrap .ec-AddAddress__add {
    width: 48%;
    margin: 3rem auto;
  }

  #page_shopping_shipping_multiple .ec-AddAddress .ec-AddAddress__info {
    text-align: center;
  }
}

/* ========== #page_shopping_error お申込エラー（4.1移植） ========== */
#page_shopping_error .ec-role {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

#page_shopping_error .ec-blockBtn--cancel {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 16px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
  border-radius: 0;
  color: #fff;
  background-color: #525263;
  border: 1px solid #525263;
  text-decoration: none;
}

#page_shopping_error .ec-blockBtn--cancel:before {
  content: none !important;
}

/* ========== #page_contact お問い合わせ（4.1移植） ========== */
#page_contact .bnr:hover {
  opacity: 0.7;
}

/* ========== #page_contact_complete お問い合わせ完了（4.1移植） ========== */
#page_contact_complete .ec-role {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

#page_contact_complete .ec-reportDescription {
  margin-bottom: 40px;
}

/* ========== contactmenu（お問い合わせ）罫線・左寄せ ========== */
@media screen and (min-width: 768px) {
  #page_contactmenu #about .ec-pageHeader h1 {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 10px 16px 48px;
    padding: 8px;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
  }

  #page_contactmenu .ec-role {
    display: block;
  }
}

/* ========== /forgot（パスワード再発行）4.1 デザイン（カードなし・フラット） ========== */
#page_forgot #about {
  width: 100%;
  margin: auto;
  display: block;
  padding: 0 0 30px;
  margin-top: 50px;
}

#page_forgot .ec-role {
  padding: 0;
}

#page_forgot #about .ec-pageHeader h1 {
  font-size: 2rem;
  text-align: center;
  border: none;
}

#page_forgot #about .container {
  max-width: 850px;
}

#page_forgot .ec-borderedDefs {
  max-width: 400px;
}

#page_forgot .ec-borderedDefs dl {
  display: block;
}

#page_forgot .ec-borderedDefs,
#page_forgot .ec-borderedDefs dl {
  border: none;
}

#page_forgot .ec-blockBtn--action {
  position: relative;
  background: #FF004E;
  border: 1px solid #FF004E;
  font-weight: normal;
  border-radius: 5px;
}

#page_forgot .ec-blockBtn--action:hover {
  background-color: white;
  color: #FF004E;
  border-color: #cb3526;
}

#page_forgot .ec-blockBtn--action:active,
#page_forgot .ec-blockBtn--action:focus {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}

#page_forgot .ec-blockBtn--action:active:hover {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}

#page_forgot .ec-blockBtn--action:after {
  position: absolute;
  right: 2rem;
  color: white;
  content: ">";
}

#page_forgot .ec-blockBtn--action:hover:after {
  color: #FF004E;
}

#page_forgot .ec-blockBtn--action:active:after {
  color: white;
}

#page_forgot .to-back {
  background: #F6F6F6;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 1rem auto;
  position: relative;
  padding: 1rem 0;
  border-radius: 6px;
  margin-top: 3rem;
  border: solid 1px #F6F6F6;
}

#page_forgot .to-back:hover,
#page_forgot .to-back:active,
#page_forgot .to-back:focus {
  background: white;
  border: solid 1px #c8c8c8;
  color: #090000;
}

#page_forgot .to-back:before {
  position: absolute;
  content: "<";
  left: 20%;
}

#page_forgot .to-back:hover:before,
#page_forgot .to-back:active:before {
  color: #090000;
}

@media only screen and (min-width: 768px) {
  #page_forgot .ec-role {
    display: block;
  }

  #page_forgot .ec-borderedDefs {
    margin: auto;
  }

  #page_forgot .ec-borderedDefs dd,
  #page_forgot .ec-borderedDefs dt {
    width: 100%;
  }

  #page_forgot .ec-off4Grid .ec-off4Grid__cell {
    margin: auto;
    width: 50%;
  }
}

/* ========== /forgot/complete（パスワード再発行メール送信完了）4.1 デザイン ========== */
#about.forgot-complete {
  width: 100%;
  margin: auto;
  display: block;
  padding: 0 0 30px;
  margin-top: 50px;
}

#about.forgot-complete .ec-role {
  padding: 0;
}

#about.forgot-complete .ec-role .ec-pageHeader h1 {
  font-size: 2rem;
  text-align: center;
  border: none;
}

#about.forgot-complete .ec-reportDescription {
  text-align: left;
}

#about.forgot-complete .ec-reportDescription,
#about.forgot-complete .form-bottom {
  font-size: 1.4rem;
}

#about.forgot-complete .ec-forgetCompleteRole {
  padding-left: 15px;
  padding-right: 15px;
}

#about.forgot-complete .form-bottom {
  margin-top: 5rem;
}

#about.forgot-complete .form-bottom_head {
  background-color: #ddd;
  padding: 1rem;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

#about.forgot-complete .form-bottom p,
#about.forgot-complete .form-bottom ul {
  padding-left: 15px;
  padding-right: 15px;
}

#about.forgot-complete .form-bottom ul li {
  padding-left: 12px;
  position: relative;
  margin-top: 2rem;
}

#about.forgot-complete .form-bottom ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1.4rem;
  background: #ddd;
  position: absolute;
  left: -2px;
  top: 4px;
}

#about.forgot-complete a.ec-link {
  display: block;
  text-align: center;
  border: solid 2px #FF004E;
  font-weight: normal;
  padding: 1.5rem;
  color: #FF004E;
  border-radius: 10px;
  margin: auto;
  margin-top: 1rem;
  max-width: 450px;
  line-height: 1.5;
  background: white;
}

#about.forgot-complete a.ec-link:hover,
#about.forgot-complete a.ec-link:active,
#about.forgot-complete a.ec-link:focus {
  background: #FF004E;
  border-color: #FF004E;
  color: white;
}

#about.forgot-complete .text-link {
  text-decoration: underline;
  color: #32C855;
}

@media only screen and (min-width: 768px) {
  #about.forgot-complete .ec-role {
    display: block;
  }

  #about.forgot-complete .ec-role .ec-pageHeader h1 {
    font-size: 2.6rem;
  }

  #about.forgot-complete .ec-off3Grid {
    display: block;
  }

  #about.forgot-complete .form-bottom {
    max-width: 544.5px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ========== /forgot/reset（パスワード再設定）4.1 デザイン ========== */
#about.forgot-reset {
  width: 100%;
  margin: auto;
  display: block;
  padding: 0 0 30px;
  margin-top: 50px;
}

#about.forgot-reset .ec-registerRole {
  padding: 0;
  max-width: 600px;
  margin: auto;
}

#about.forgot-reset .ec-registerRole .ec-pageHeader {
  text-align: center;
}

#about.forgot-reset .ec-registerRole .ec-pageHeader h1 {
  border-top: none;
  display: inline-block;
  font-size: 2rem;
  border: none;
  margin-bottom: 2rem;
}

#about.forgot-reset .ec-rectHeading h3 {
  background: rgba(132, 218, 118, 0.13);
  margin-top: 20px;
  font-size: 1.6rem;
}

#about.forgot-reset .ec-rectHeading h3 span {
  color: #D43A2D;
}

#about.forgot-reset .ec-borderedDefs,
#about.forgot-reset .ec-borderedDefs dl {
  border: none;
}

#about.forgot-reset .ec-borderedDefs dl,
#about.forgot-reset .ec-registerRole .ec-registerRole__actions,
#about.forgot-reset .forgot_bottom {
  width: calc(100% - 30px);
  margin: auto;
}

#about.forgot-reset .ec-borderedDefs dl {
  display: block;
}

#about.forgot-reset .ec-borderedDefs dt,
#about.forgot-reset .ec-borderedDefs dd {
  width: 100%;
}

#about.forgot-reset .ec-input {
  margin-top: 0.5rem;
}

#about.forgot-reset .ec-blockBtn--action {
  position: relative;
  background: #FF004E;
  border: 1px solid #FF004E;
  font-weight: normal;
  border-radius: 5px;
  font-size: 1.25rem;
}

#about.forgot-reset .ec-blockBtn--action:hover {
  background-color: white;
  color: #FF004E;
  border-color: #cb3526;
}

#about.forgot-reset .ec-blockBtn--action:active,
#about.forgot-reset .ec-blockBtn--action:focus {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}

#about.forgot-reset .ec-blockBtn--action:active:hover {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}

#about.forgot-reset .ec-blockBtn--action:after {
  position: absolute;
  right: 2rem;
  color: white;
  content: ">";
}

#about.forgot-reset .ec-blockBtn--action:hover:after {
  color: #FF004E;
}

#about.forgot-reset .ec-blockBtn--action:active:after {
  color: white;
}

#about.forgot-reset .forgot_top {
  max-width: 500px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  #about.forgot-reset .ec-off4Grid .ec-off4Grid__cell {
    margin: auto;
    width: 100%;
    max-width: 400px;
  }

  #about.forgot-reset .ec-rectHeading h3 {
    margin-bottom: 1rem;
  }

  #about.forgot-reset .ec-borderedDefs dl {
    padding: 0;
  }

  #about.forgot-reset .ec-borderedDefs dt {
    padding-top: 0;
  }

  #about.forgot-reset .ec-registerRole .ec-blockBtn--action {
    font-size: 1.4rem;
  }
}

/* ========== /donation（寄付ページ）4.1 から移植 ========== */
#page_donation #p-donation .card {
  background: #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
}

#page_donation #p-donation .card-header {
  background: #00B84C;
  border-radius: 12px 12px 0 0;
}

#page_donation #p-donation .card-header p.title {
  font-size: 2rem;
  color: #FFF;
  padding: 1vw 0;
  font-weight: bold;
  text-align: center;
}

#page_donation #p-donation .sub-header {
  margin-bottom: 30px;
  text-align: center !important;
  background-color: #00B84C;
  padding: 10px 0;
  color: #FFF;
  width: 100%;
}

#page_donation #p-donation .card-body p.lead {
  font-size: 2rem;
  padding: 1vw 0;
  line-height: 2.5rem;
}

#page_donation #p-donation .form-group p.stitle {
  font-size: 2rem;
  padding: 1rem 0;
  font-weight: bold;
  text-align: center;
}

#page_donation #p-donation .form-control {
  width: 60%;
}

#page_donation #p-donation .attention {
  background: rgba(239, 228, 67, 0.18);
  padding: 12px;
  border-radius: 8px;
  margin: 2rem;
}

#page_donation #p-donation .attention p.title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #FF004E;
}

#page_donation #p-donation .attention p.lead {
  font-size: 1.2rem;
  color: #FF004E;
}

#page_donation .ec-blockBtn--action {
  border-radius: 5px;
  color: white;
  font-weight: normal;
  position: relative;
  background: #FF004E;
  border: 1px solid #FF004E;
}

#page_donation .ec-blockBtn--action:hover {
  background-color: white;
  color: #FF004E;
  border-color: #cb3526;
}

#page_donation .ec-blockBtn--action:active {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}

#page_donation .ec-blockBtn--action:active:hover {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}

#page_donation .ec-blockBtn--action:after {
  content: "＞";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
}

#page_donation .ec-blockBtn--cancel {
  background-color: white;
  color: #090000;
  border-radius: 5px;
  font-weight: normal;
  position: relative;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  margin-top: 1.5rem;
}

#page_donation .ec-blockBtn--cancel:hover {
  background-color: white;
  border: solid 1px #c8c8c8;
  color: #090000;
}

#page_donation .ec-blockBtn--cancel:before {
  position: absolute;
  left: 15%;
  content: "＜";
  margin-right: 10px;
  font-weight: 200;
}

/* ========== /mymenu（マイメニュー）4.1 から移植 ========== */
#mymenu .container {
  padding-top: 8vw;
}

#mymenu .mymenu_intro {
  margin-bottom: 2rem;
}

#mymenu .ec-pageHeader {
  text-align: center;
}

#mymenu .ec-pageHeader h1 {
  border-top: none;
  display: inline-block;
  font-size: 2.8rem;
  border: none;
}

.my-menu_list {
  text-align: left;
}

.my-menu_list h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

.my-menu_list li {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.my-menu_list li:after {
  position: absolute;
  top: 10px;
  right: 0;
  content: ">";
}

.my-menu_list:not(:last-child) {
  border-bottom: solid 1px #aaa;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.my-menu_list ul li:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  background-position: bottom;
  margin-right: 10px;
  margin-bottom: -3px;
}

.my-menu_list.use_list ul a:first-child li:before {
  background-image: url(../img/history.png);
}

.my-menu_list.use_list ul a:last-child li:before {
  background-image: url(../img/favo.png);
}

.my-menu_list.info_list ul a:first-child li:before {
  background-image: url(../img/info.png);
}

.my-menu_list.info_list ul a:last-child li:before {
  background-image: url(../img/deliv.png);
}

.my-menu_list.other_list ul a:first-child li:before {
  background-image: url(../img/contact.png);
}

.my-menu_list.other_list ul a:last-child li:before {
  background-image: url(../img/withdrow.png);
}

.my-menu_list ul li a {
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  #mymenu .ec-role {
    display: block;
  }

  #mymenu .container {
    padding-top: 50px;
  }

  #mymenu .ec-mypageRole {
    max-width: 500px;
  }

  .my-menu_list li:after {
    top: 0;
    line-height: 2;
  }

  .other_list {
    margin-bottom: 7rem;
  }
}

/* ========== rankingforlist Block ========== */
.uic-itemrank {
  margin-bottom: 40px;
}

.uic-itemrank .uic-itemrank__image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.uic-itemrank .uic-itemrank__box {
  display: block;
  color: #525263;
  margin-bottom: 2rem;
}

.uic-itemnew .uic-itemrank__box:hover {
  color: #525263;
  text-decoration: none;
}

/* ========== sp_kani ページ（4.1 から移植・#page_sp_kani でスコープ）
   sp_kani.twig の {% block stylesheet %} も本セクションへ集約済み ========== */
#page_sp_kani {
  scroll-padding-top: 80px;
}

#page_sp_kani .ec-layoutRole .ec-layoutRole__contents {
  margin-right: initial;
  margin-left: initial;
  width: initial;
  max-width: initial;
  display: initial;
  flex-wrap: initial;
}

#page_sp_kani .sp_catehead {
  margin: 0;
}

#page_sp_kani .cateimg {
  position: relative;
}

#page_sp_kani a.thumbnail:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

#page_sp_kani .cateimg h4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 5px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
  font-weight: bold;
}

#page_sp_kani .box-line .cateimg {
  padding: 0.3rem;
}

#page_sp_kani .box-line2 .cateimg {
  padding: 0.4rem;
}

#page_sp_kani .box-line3 .cateimg {
  padding: 0.8rem;
}

#page_sp_kani .box-line,
#page_sp_kani .box-line2,
#page_sp_kani .box-line3 {
  position: relative;
  padding: 1vw;
  border: solid 2px #000;
  border-radius: 12px;
  display: flex;
  justify-content: center;
}

#page_sp_kani .box-line .box-title,
#page_sp_kani .box-line2 .box-title {
  position: absolute;
  display: inline-block;
  top: -18px;
  left: 60px;
  padding: 0 9px;
  line-height: 1;
  font-size: 2.5rem;
  background: #FFF;
  color: #000;
  font-weight: bold;
}

#page_sp_kani .box-line3 .box-title {
  position: absolute;
  display: inline-block;
  top: -18px;
  left: 30px;
  padding: 0 9px;
  line-height: 1;
  font-size: 2.5rem;
  background: #FFF;
  color: #000;
  font-weight: bold;
}

#page_sp_kani .centered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#page_sp_kani .sp_kani_btn {
  color: #fff;
  width: 100%;
  border: 1px solid #00B0F0;
  background: #00B0F0;
  border-radius: 12px;
  padding: 12px 0;
  text-align: center;
  display: block;
  font-size: 2rem;
  margin-top: 1rem;
  text-decoration: underline;
}

#page_sp_kani p.kani_read {
  font-size: 2rem;
  line-height: 3rem;
}

#page_sp_kani .kani_title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}

#page_sp_kani .sp_kani_toppic {
  margin-top: 68px;
}

#page_sp_kani .sp_kani_read_pic {
  padding: 0 5rem;
  text-align: center;
}

#page_sp_kani .arrow_box {
  position: relative;
  display: inline-block;
  margin: 2rem 0;
  padding: 1.5rem 3rem;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  background: rgb(172, 108, 40);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(172, 108, 40, 1) 0%, rgba(203, 155, 14, 1) 50%, rgba(172, 108, 40, 1) 100%);
}

#page_sp_kani .arrow_box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid rgba(203, 155, 14, 1);
}

#page_sp_kani .arrow_boxw {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 1rem 3rem;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  background: #FFF;
  border: solid 3px #000;
  box-sizing: border-box;
  border-radius: 12px;
}

#page_sp_kani .arrow_boxw:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

#page_sp_kani .arrow_boxw:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #000;
  z-index: 1;
}

#page_sp_kani .arrow_box p,
#page_sp_kani .arrow_boxw p {
  margin: 0;
  padding: 0;
}

#page_sp_kani .subread {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: underline;
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  #page_sp_kani .sp_kani_toppic {
    margin-top: 60px;
  }

  #page_sp_kani .box-line .box-title,
  #page_sp_kani .box-line2 .box-title,
  #page_sp_kani .box-line3 .box-title {
    left: initial;
    font-size: 2rem;
  }

  #page_sp_kani p.kani_read {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 1rem 0.5rem;
  }

  #page_sp_kani .sp_kani_read_pic {
    padding: initial;
  }

  #page_sp_kani .sp_kani_btn {
    font-size: 1.8rem;
  }

  #page_sp_kani .arrow_box,
  #page_sp_kani .arrow_boxw {
    display: block;
    text-align: center;
    margin: 2rem 0;
  }

  #page_sp_kani .subread {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    margin-left: initial;
  }

  #page_sp_kani .arrow_boxw {
    margin-bottom: 2rem;
  }

  #page_sp_kani .kani_title {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 1rem 0;
  }

  #page_sp_kani .sp_catehead {
    margin-top: 20px;
  }

  #page_sp_kani .thumbnail h4 {
    font-size: 1.2rem;
    line-height: initial;
  }

  #page_sp_kani .sp_kani_bg {
    margin-bottom: 10px;
    padding: 10px 0;
  }

  #page_sp_kani .box-line2 .cateimg {
    padding: 0.3rem;
  }

  #page_sp_kani .box-line3 .cateimg {
    padding: 0 2rem;
  }

  #page_sp_kani .m_pic {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 3840px) {
  #page_sp_kani .m_pic {
    width: 60%;
  }

  #page_sp_kani .sp_kani_btn {
    width: 80%;
  }
}

/* ========== cm_blog_block_pro / blog list・detail ========== */
.cm_blog_plugin .list_blog .ec-topicpath__item,
.pluginCMBblog .ec-topicpath .ec-topicpath__item {
  display: initial !important;
}

.cm_blog_plugin .list_blog .ec-topicpath__item a:hover {
  text-decoration: underline;
}

.cm_blog_plugin .item_blog_image,
.pluginCMBblog .item_blog_image {
  width: 100% !important;
  height: 248px;
  object-fit: cover;
}

.cm_blog_plugin .list_blog .list_category_link,
.pluginCMBblog .list_blog .list_category_link {
  color: #337ab7;
  padding: .2rem 0.5rem;
  font-size: 1.3rem;
  border-right: 1px solid #ddd;
}

.cm_blog_plugin .blog_category li:last-child .list_category_link,
.pluginCMBblog .blog_category li:last-child .list_category_link {
  border: none;
}

.cm_blog_plugin .blog_category,
.pluginCMBblog .blog_category {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.cm_blog_plugin .blog_category li,
.pluginCMBblog .blog_category li {
  display: initial;
}

.cm_blog_plugin .figure__main_image,
.pluginCMBblog .figure__main_image {
  margin: 0;
  padding: 0;
  display: grid;
  justify-content: stretch;
  align-items: flex-end;
}

.cm_blog_plugin .item_blog_image,
.cm_blog_plugin figcaption,
.pluginCMBblog .item_blog_image,
.pluginCMBblog figcaption {
  padding: 0;
  grid-column: 1/2;
  grid-row: 1/2;
}

.cm_blog_plugin figcaption,
.pluginCMBblog figcaption {
  text-align: center;
  padding: 0.4rem 2rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
}

.cm_blog_plugin .list_blog h3,
.pluginCMBblog .blog_title_h3 {
  margin-top: 10px;
  margin-bottom: 1px;
  font-size: 16px !important;
  line-height: 1.4;
  word-break: break-word;
}

.cm_blog_plugin .blog_release_date,
.pluginCMBblog .blog_release_date {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.pluginCMBblog .list_blog_cat li {
  display: initial !important;
  letter-spacing: 0.2rem;
  font-size: 16px;
}

.pluginCMBblog .post_meta {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 95%;
  margin: 0 auto;
}

.pluginCMBblog .post_meta .post_meta_list {
  padding-right: 2rem;
}

.pluginCMBblog .list_category_link {
  color: #337ab7;
  padding: 0 0.5rem;
}

.pluginCMBblog.blog_detail .figure__main_image {
  margin: 3rem 0;
}

.pluginCMBblog .main_image_blog {
  padding: 0;
  grid-column: 1/2;
  grid-row: 1/2;
}

.pluginCMBblog .post_meta_list.time {
  width: 15rem;
  display: inline-table;
}

.pluginCMBblog .tag_dl {
  display: flex;
}

.pluginCMBblog .blog_detail .blog_Title {
  word-break: break-word;
  margin-bottom: 20px;
}

.pluginCMBblog .cm_blog_main_image img {
  max-width: 100%;
  width: 100%;
}

ul.tag-ul {
  padding-left: 8px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

ul.tag-ul>li {
  margin: 0.4em;
  padding: 0 0.8em;
  border: 1px solid #ccc;
  border-radius: 5px;
}

ul.tag-ul>li>a:hover {
  text-decoration: none;
}

h3.tag-header {
  padding: 1rem 2rem;
  border-left: 4px solid #000;
}

.ec-productRole__description>p img {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .cm_blog_plugin .item_blog_image {
    height: 35vw;
  }

  .pluginCMBblog .item_blog_image {
    height: 40vw;
  }

  .cm_blog_plugin .cm_blog_plugin {
    padding: 10vw 0 !important;
  }

  .pluginCMBblog .post_meta {
    display: block;
  }

  .pluginCMBblog .post_meta_list.time {
    width: 100%;
  }

  .side-bar>div {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .side-bar {
    width: 280px;
    background-color: #f6f6f6;
  }

  .ec-role {
    display: block;
  }

  .ec-pageHeader h1 {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 10px 16px 48px;
    padding: 8px;
    font-size: 32px;
    font-weight: bold;
  }

  .mt-65 {
    margin-top: 65px !important;
  }

  .ec-shelfGrid .ec-shelfGrid__item-image {
    height: 150px;
  }

  h3.tag-header {
    margin: 63px 16px 20px;
  }
}

@media screen and (min-width: 769px) {
  .ec-reportDescription {
    margin-bottom: 0;
  }
}

/* ========== #page_mypage_change_complete 会員登録内容変更完了 ========== */
#page_mypage_change_complete .disp-sp {
  display: none;
}

#page_mypage_change_complete .ec-off4Grid {
  margin-bottom: 3rem;
}

#page_mypage_change_complete .ec-off4Grid.return-shopping {
  background: rgba(239, 228, 67, 0.18);
  padding: 2rem;
  margin-bottom: 2rem;
}

#page_mypage_change_complete .ec-off4Grid.return-shopping .ec-off4Grid__cell {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

#page_mypage_change_complete .attention_head {
  color: #c982a7;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

#page_mypage_change_complete .attention_head i:before {
  content: "\f071";
}

#page_mypage_change_complete .shipping_change {
  display: flex;
  height: 6rem;
  align-items: center;
  background: #00B84C;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  color: white;
  margin: 2rem auto 1.5rem;
  max-width: 250px;
}

#page_mypage_change_complete .shipping_change:hover {
  color: white;
  opacity: 0.7;
}

#page_mypage_change_complete .change_description {
  text-align: left;
  max-width: 520px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#page_mypage_change_complete .btn_area button {
  background: gray;
}

#page_mypage_change_complete .ec-blockBtn--cancel {
  border: solid 1px #00B84C;
  border-radius: 10px;
  background: white;
  color: #333;
  line-height: 1.5;
  height: auto;
  padding: 0.75rem;
  max-width: 250px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

#page_mypage_change_complete .ec-blockBtn--cancel:hover {
  color: black;
  background: white;
  opacity: 0.5;
}

#page_mypage_change_complete .ec-blockBtn--cancel span {
  font-size: 1rem;
}

@media screen and (max-width: 765px) {
  #page_mypage_change_complete .ec-off4Grid.return-shopping {
    padding: 1rem;
  }

  #page_mypage_change_complete .overlay-inner {
    width: 75vw;
    top: 27vh;
    left: 13vw;
    border-radius: 10px;
    z-index: 101;
    padding: 3rem;
  }

  #page_mypage_change_complete .disp-sp {
    display: block;
  }
}

/* ========== #page_mypage_delivery お届け先一覧 ========== */
#page_mypage_delivery main .container {
  max-width: 800px;
  margin-bottom: 4rem;
}

#page_mypage_delivery .ec-pageHeader {
  text-align: center;
  position: relative;
}

#page_mypage_delivery .ec-pageHeader h1 {
  border-top: none;
  display: inline-block;
  font-size: 2.8rem;
  border: none;
}

#page_mypage_delivery .ec-pageHeader a {
  position: absolute;
  left: 0;
  top: 28%;
  font-weight: bold;
}

#page_mypage_delivery .ec-addressList {
  border-top: 1px solid #c6c6c6;
}

#page_mypage_delivery .ec-addressList .ec-addressList__item {
  border-bottom: 1px solid #c6c6c6;
}

#page_mypage_delivery .ec-addressList .ec-addressList__action {
  top: auto;
  padding-top: 1.5rem;
}

#page_mypage_delivery .ec-addressList .ec-addressList__item .ec-inlineBtn,
#page_mypage_delivery .ec-addressList .ec-addressList__item .ec-addressList__remove {
  display: block;
  max-width: 80px;
  margin-bottom: 1rem;
  margin-left: auto;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #525263;
}

#page_mypage_delivery .ec-addressList .ec-addressList__item .ec-inlineBtn {
  border-color: #FF004E;
  background-color: white;
}

#page_mypage_delivery .ec-addressList .ec-addressList__item .ec-addressList__remove {
  border-color: #727272;
  background-color: #727272;
  color: white;
}

#page_mypage_delivery .ec-addressRole {
  margin-top: 3rem;
}

#page_mypage_delivery .ec-blockBtn--action {
  border-radius: 5px;
  color: white;
  font-weight: normal;
  position: relative;
  background: #FF004E;
  border: 1px solid #FF004E;
}

#page_mypage_delivery .ec-blockBtn--action:hover {
  background-color: white;
  color: #FF004E;
  border-color: #cb3526;
}

#page_mypage_delivery .ec-blockBtn--action:active {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}

#page_mypage_delivery .ec-blockBtn--action:active:hover {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}

#page_mypage_delivery .ec-blockBtn--cancel {
  background-color: white;
  color: #090000;
  border-radius: 5px;
  font-weight: normal;
  position: relative;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  margin-top: 1.5rem;
}

#page_mypage_delivery .ec-blockBtn--cancel:hover {
  background-color: white;
  border: solid 1px #c8c8c8;
  color: #090000;
}

#page_mypage_delivery .ec-blockBtn--cancel:before {
  position: absolute;
  left: 15%;
  content: "＜";
  margin-right: 10px;
  font-weight: 200;
}

@media screen and (min-width: 768px) {
  #page_mypage_delivery .ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
    margin-left: 0;
  }
}

/* ========== #page_mypage_delivery_new / #page_mypage_delivery_edit お届け先追加・変更 ========== */
#page_mypage_delivery_new .container .ec-layoutRole__main,
#page_mypage_delivery_edit .container .ec-layoutRole__main {
  max-width: 800px;
  margin: auto;
}

#page_mypage_delivery_new .ec-registerRole,
#page_mypage_delivery_edit .ec-registerRole {
  padding: 0;
}

#page_mypage_delivery_new .ec-mypageRole .ec-pageHeader,
#page_mypage_delivery_edit .ec-mypageRole .ec-pageHeader {
  position: relative;
  margin: auto;
}

#page_mypage_delivery_new .ec-mypageRole .ec-pageHeader h1,
#page_mypage_delivery_edit .ec-mypageRole .ec-pageHeader h1 {
  font-size: 2rem;
  text-align: center;
  border: none;
}

#page_mypage_delivery_new .ec-mypageRole .ec-pageHeader a,
#page_mypage_delivery_edit .ec-mypageRole .ec-pageHeader a {
  position: absolute;
  left: 0;
  top: 28%;
  font-weight: bold;
}

#page_mypage_delivery_new .ec-mypageRole .ec-borderedDefs,
#page_mypage_delivery_edit .ec-mypageRole .ec-borderedDefs {
  border: none;
}

#page_mypage_delivery_new .ec-mypageRole .ec-borderedDefs dl,
#page_mypage_delivery_edit .ec-mypageRole .ec-borderedDefs dl {
  display: block;
}

#page_mypage_delivery_new .name_name,
#page_mypage_delivery_new .name_kana,
#page_mypage_delivery_edit .name_name,
#page_mypage_delivery_edit .name_kana {
  display: flex;
  justify-content: space-between;
}

#page_mypage_delivery_new .name_name>div,
#page_mypage_delivery_new .name_kana>div,
#page_mypage_delivery_edit .name_name>div,
#page_mypage_delivery_edit .name_kana>div {
  width: 48%;
}

#page_mypage_delivery_new .name_name input,
#page_mypage_delivery_new .name_kana input,
#page_mypage_delivery_edit .name_name input,
#page_mypage_delivery_edit .name_kana input {
  padding-top: 0;
  padding-bottom: 0;
}

#page_mypage_delivery_new .ec-borderedDefs dl,
#page_mypage_delivery_edit .ec-borderedDefs dl {
  border: none;
  margin-bottom: 2rem;
  display: block;
}

#page_mypage_delivery_new .ec-borderedDefs dt,
#page_mypage_delivery_edit .ec-borderedDefs dt {
  background: #dfd;
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  width: auto;
}

#page_mypage_delivery_new .ec-borderedDefs dt span,
#page_mypage_delivery_edit .ec-borderedDefs dt span {
  color: #DE5D50;
}

#page_mypage_delivery_new .ec-borderedDefs dd,
#page_mypage_delivery_edit .ec-borderedDefs dd {
  padding-left: 10px;
  padding-right: 10px;
}

#page_mypage_delivery_new .ec-borderedDefs .ec-telInput input,
#page_mypage_delivery_edit .ec-borderedDefs .ec-telInput input {
  max-width: none;
}

#page_mypage_delivery_new .ec-RegisterRole__actions button,
#page_mypage_delivery_edit .ec-RegisterRole__actions button {
  position: relative;
  background: #FF004E;
  border: 1px solid #FF004E;
  font-weight: normal;
  border-radius: 5px;
}

#page_mypage_delivery_new .ec-RegisterRole__actions button:after,
#page_mypage_delivery_edit .ec-RegisterRole__actions button:after {
  position: absolute;
  right: 2rem;
  color: white;
  content: ">";
}

#page_mypage_delivery_new .ec-RegisterRole__actions button:hover,
#page_mypage_delivery_edit .ec-RegisterRole__actions button:hover {
  background-color: white;
  color: #FF004E;
  border-color: #cb3526;
}

#page_mypage_delivery_new .ec-RegisterRole__actions button:active,
#page_mypage_delivery_edit .ec-RegisterRole__actions button:active {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}

#page_mypage_delivery_new .ec-RegisterRole__actions button:active:hover,
#page_mypage_delivery_new .ec-RegisterRole__actions button.ec-blockBtn--cancel:focus,
#page_mypage_delivery_edit .ec-RegisterRole__actions button:active:hover,
#page_mypage_delivery_edit .ec-RegisterRole__actions button.ec-blockBtn--cancel:focus {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}

#page_mypage_delivery_new .ec-RegisterRole__actions button:hover:after,
#page_mypage_delivery_edit .ec-RegisterRole__actions button:hover:after {
  color: #FF004E;
}

#page_mypage_delivery_new .ec-RegisterRole__actions button:active:after,
#page_mypage_delivery_edit .ec-RegisterRole__actions button:active:after {
  color: #fff;
}

#page_mypage_delivery_new .to-back,
#page_mypage_delivery_edit .to-back {
  background: #F6F6F6;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 1rem auto;
  position: relative;
  padding: 1rem 0;
  border-radius: 6px;
  margin-top: 3rem;
  border: solid 1px #F6F6F6;
  height: 44px;
  line-height: 1.5;
  color: inherit;
  font-weight: normal;
}

#page_mypage_delivery_new .to-back:hover,
#page_mypage_delivery_new .to-back:active,
#page_mypage_delivery_new .to-back:focus,
#page_mypage_delivery_edit .to-back:hover,
#page_mypage_delivery_edit .to-back:active,
#page_mypage_delivery_edit .to-back:focus {
  background: white;
  border: solid 1px #c8c8c8;
  color: #090000;
}

#page_mypage_delivery_new .to-back:before,
#page_mypage_delivery_edit .to-back:before {
  position: absolute;
  content: "<";
  left: 20%;
}

@media screen and (min-width: 768px) {

  #page_mypage_delivery_new .ec-mypageRole .ec-pageHeader,
  #page_mypage_delivery_edit .ec-mypageRole .ec-pageHeader {
    width: 83.333%;
  }

  #page_mypage_delivery_new .ec-mypageRole .ec-pageHeader h1,
  #page_mypage_delivery_edit .ec-mypageRole .ec-pageHeader h1 {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }

  #page_mypage_delivery_new .ec-borderedDefs dd,
  #page_mypage_delivery_edit .ec-borderedDefs dd {
    width: 100%;
  }
}

/* ========== #page_mypage_favorite お気に入り一覧 ========== */
#page_mypage_favorite .ec-pageHeader {
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}

#page_mypage_favorite .ec-pageHeader h1 {
  border-top: none;
  display: inline-block;
  font-size: 2.8rem;
  border: none;
}

#page_mypage_favorite .ec-pageHeader a {
  position: absolute;
  left: 0;
  top: 28%;
  font-weight: bold;
}

#page_mypage_favorite .ec-mypageRole {
  padding: 0;
}

#page_mypage_favorite .mask {
  height: 220px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  border: 1px solid #f7f7f7;
}

#page_mypage_favorite .b-pic {
  left: 0;
}

#page_mypage_favorite .ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle {
  z-index: 10;
}

#page_mypage_favorite .mask:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  #page_mypage_favorite .mask {
    height: 34vw;
  }
}

/* ========== .cart_page 寄付カート ========== */
.cart_page .ec-pageHeader {
  text-align: center;
}

.cart_page .ec-pageHeader h1 {
  border-top: none;
  display: inline-block;
  font-size: 2.8rem;
  border: none;
}

.cart_page .ec-progress .ec-progress__number {
  color: #090000;
  background: white;
  border: solid 0.75px #706F6F;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 2.5;
  font-weight: bold;
}

.cart_page .ec-progress .is-complete .ec-progress__number {
  background: #00B84C;
  color: white;
}

.cart_page .ec-progress .ec-progress__label,
.cart_page .ec-progress .is-complete .ec-progress__label {
  font-size: 10px;
  font-weight: bold;
}

.cart_page .ec-progress .ec-progress__item:after {
  height: 1px;
  top: 25px;
}

.cart_page .ec-cartRow__contentColumn {
  border: solid 1px #ACBEAE;
  border-radius: 12px;
  margin-bottom: 2rem;
}

.cart_page .ec-cartTable {
  border: none;
}

.cart_page .ec-cartRow .ec-cartRow__contentColumn,
.cart_page .ec-cartRow .ec-cartRow__img,
.cart_page .ec-cartRow__summary {
  display: block;
  width: 100%;
}

.cart_page .ec-cartRow .ec-cartRow__contentColumn {
  padding: 20px 10px;
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
  border: none;
  border-radius: 12px;
}

.cart_page #form_cart .p-box li .mask {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.cart_page .ec-cartRow .ec-cartRow__img {
  padding: 0;
  margin-bottom: 10px;
}

.cart_page .b-pic {
  left: 0;
}

.cart_page .ec-cartRole {
  padding-left: 5px;
  padding-right: 5px;
}

.cart_page .ec-cartRow__amountsettings,
.cart_page .ec-cartRow__amountUpDown {
  display: flex;
}

.cart_page .ec-cartRow__amountsettings {
  align-items: center;
}

.cart_page .ec-cartRow__amountUpDown {
  width: 20%;
}

.cart_page .ec-cartRow__amountsettings .ec-icon {
  width: 20px;
}

.cart_page .ec-cartRow__amountsettings .ec-icon.delete-icon {
  width: auto;
  margin-left: 40px;
}

.cart_page .delete-icon img {
  width: 20px;
  vertical-align: middle;
  margin-right: 7px;
}

.cart_page .delete-icon .delete-text {
  font-size: 14px;
  vertical-align: bottom;
  text-decoration: underline;
}

.cart_page .ec-cartRow .ec-cartRow__summary {
  font-size: 1.6rem;
  margin-top: 2rem;
}

.cart_page .ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
  font-size: 2rem;
}

.cart_page .ec-cartRow .ec-cartRow__summary .ec-cartRow__name,
.cart_page .ec-cartRow__unitPrice,
.cart_page .ec-cartRow__amountsettings {
  margin-bottom: 10px;
}

.cart_page .ec-cartRow__sutbtotal {
  font-weight: bold;
}

.cart_page .ec-cartRow__sutbtotalSP span {
  font-size: 2.2rem;
}

.cart_page .arrow_next {
  width: 100%;
}

.cart_page .arrow_next img {
  display: block;
  max-width: 100px;
  width: 38%;
  margin: 12px auto;
}

.cart_page .ec-cartRole .ec-cartRole__actions {}

.cart_page .ec-cartRole .ec-cartRole__actions .ec-cartRole__total {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

.cart_page .ec-cartRole .ec-cartRole__actions .ec-cartRole__total span {
  color: #497E42;
  font-size: 2.4rem;
  text-decoration: underline;
  font-weight: bold;
}

.cart_page .ec-blockBtn--action {
  border-radius: 5px;
  color: white;
  font-weight: normal;
  position: relative;
  background: #FF004E;
  border: 1px solid #FF004E;
}

.cart_page .ec-blockBtn--action:hover {
  background-color: white;
  color: #FF004E;
  border-color: #cb3526;
}

.cart_page .ec-blockBtn--action:active {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}

.cart_page .ec-blockBtn--action:active:hover {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}

.cart_page .ec-blockBtn--action:after {
  content: "＞";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
}

.cart_page .ec-blockBtn--cancel {
  background-color: white;
  color: #090000;
  border-radius: 5px;
  font-weight: normal;
  position: relative;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  margin-top: 1.5rem;
}

.cart_page .ec-blockBtn--cancel:hover {
  background-color: white;
  border: solid 1px #c8c8c8;
  color: #090000;
}

.cart_page .ec-blockBtn--cancel:before {
  position: absolute;
  left: 15%;
  content: "＜";
  margin-right: 10px;
  font-weight: 200;
}

.cart_page .ec-cartRole .attention {
  margin: 20px 5px;
  background: rgba(239, 228, 67, 0.18);
  padding: 12px;
  border-radius: 8px;
}

.cart_page .ec-cartRole .attention p:first-child {
  color: #FF0000;
  font-weight: bold;
}

.cart_page .ec-cartRole .attention p i:before {
  content: "\f071";
  color: #FF0000;
}

.cart_page .ec-cartRole .attention p:last-child {
  color: #FF0000;
  margin-top: 10px;
}

.cart_page .ec-cartRow__amountDownButtonDisabled,
.cart_page .ec-cartRow__amountDownButton {
  order: 2;
}

.cart_page .ec-cartRow__amountDownButton__icon,
.cart_page .ec-cartRow__amountUpButton__icon {
  width: 20px;
  margin-left: 10px;
  display: block;
}

.cart_page .ec-cartRow__amountDownButton__icon img,
.cart_page .ec-cartRow__amountUpButton img {
  border: solid 1px black;
  border-radius: 50%;
  padding: 3px;
}

.cart_page .delete-icon {
  margin-left: 40px;
}

.cart_page .cart_blank {
  font-size: 2rem;
  text-align: center;
  width: 100%;
  margin: 7rem;
}

.cart_page .login_link {
  font-size: 1.8rem;
  text-align: center;
  margin: 3rem auto;
  color: #0092C4;
  text-decoration: underline;
}

.cart_page .p-box li {
  margin-bottom: 10px;
}

.cart_page .ec-cartRole .ec-cartRole__total {
  padding: 10px 0 20px;
}

.cart_page .ec-pageHeader h1 {
  padding: 12px 0 12px;
}

@media only screen and (min-width: 768px) {
  .cart_page .disp-sp {
    display: none;
  }

  .cart_page .ec-cartRole {
    max-width: 750px;
  }

  .cart_page .ec-cartHeader {
    display: none;
  }

  .cart_page .ec-progress .ec-progress__label,
  .cart_page .ec-progress .is-complete .ec-progress__label {
    font-size: 1.4rem;
  }

  .cart_page .ec-cartRow .ec-cartRow__img,
  .cart_page .ec-cartRow .ec-cartRow__subtotalColumn,
  .cart_page .ec-cartRow .ec-cartRow__summary {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .cart_page .ec-cartRow,
  .cart_page .ec-cartRow__subtotalColumn {
    display: block !important;
    border: none !important;
  }

  .cart_page .ec-cartRow__sutbtotal {
    text-align: left;
  }

  .cart_page .ec-cartRow .ec-cartRow__contentColumn {
    padding: 4rem 3rem;
  }

  .cart_page .ec-cartRole .ec-cartRole__actions,
  .cart_page .ec-cartRole .attention {
    margin: 20px 20% 0;
    width: 60%;
    max-width: none;
  }

  .cart_page .ec-cartRole .ec-cartRole__cart {
    margin: 8% 20% 0;
  }
}

@media only screen and (max-width: 767px) {
  .cart_page .ec-cartRole .ec-cartRole__actions .ec-cartRole__total {
    font-size: 1.6rem;
  }

  .cart_page .ec-cartRole .ec-cartRole__actions .ec-cartRole__total span {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .cart_page .ec-pageHeader h1 {
    margin: 10px 16px 0px;
  }
}

/* ========== #page_shopping お申込手続き ========== */
#page_shopping .ec-pageHeader {
  text-align: center;
}

#page_shopping .ec-pageHeader h1 {
  border-top: none;
  display: inline-block;
  font-size: 2.8rem;
  border: none;
}

#page_shopping .ec-progress .ec-progress__number {
  color: #090000;
  background: white;
  border: solid 0.75px #706F6F;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 2.5;
  font-weight: bold;
}

#page_shopping .ec-progress .is-complete .ec-progress__number {
  background: #00B84C;
  color: white;
}

#page_shopping .ec-progress .ec-progress__label,
#page_shopping .ec-progress .is-complete .ec-progress__label {
  font-size: 10px;
  font-weight: bold;
}

#page_shopping .ec-progress .ec-progress__item:after {
  height: 1px;
  top: 25px;
}

#page_shopping .ec-orderAccount__account,
#page_shopping .ec-orderDelivery__item,
#page_shopping .ec-paymethod,
#page_shopping .payment-attention,
#page_shopping .ec-totalBox,
#page_shopping #shopping_order_DonationPurpose,
#page_shopping .donate-checkbox,
#page_shopping .one_stop-attention,
#page_shopping .ec-input,
#page_shopping #shopping_order_message {
  margin-right: 12px;
  margin-left: 12px;
  width: calc(100% - 24px);
}

#page_shopping .ec-rectHeading h2 {
  background: #00B84C;
  color: white;
  text-align: center;
  border-radius: 8px;
}

#page_shopping .ec-rectHeading h3 {
  background: rgba(132, 218, 118, 0.13);
  margin-top: 20px;
}

#page_shopping .ec-orderAccount__account p {
  font-size: 1.4rem;
  color: #D43A2D;
  margin: 20px 0;
}

#page_shopping .ec-orderAccount__account table th,
#page_shopping .ec-cartRow__contentColumn table th {
  font-weight: bold;
  vertical-align: middle;
  font-size: 1.6rem;
}

#page_shopping .ec-orderAccount__account table th,
#page_shopping .ec-orderAccount__account table td,
#page_shopping .ec-cartRow__contentColumn table th,
#page_shopping .ec-cartRow__contentColumn table td {
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

#page_shopping .ec-orderAccount .ec-orderAccount__change {
  display: block;
  float: none;
}

#page_shopping .ec-orderRole .ec-orderAccount__change .ec-inlineBtn {
  font-weight: bold;
}

#page_shopping .ec-cartRole .ec-cartRole__cart {
  border: solid 1px #ACBEAE;
  border-radius: 12px;
}

#page_shopping .ec-cartTable {
  border: none;
}

#page_shopping .ec-cartRow .ec-cartRow__contentColumn,
#page_shopping .ec-cartRow .ec-cartRow__img,
#page_shopping .ec-cartRow__summary {
  display: block;
  width: 100%;
  font-weight: bold;
}

#page_shopping .p-box {
  display: block;
}

#page_shopping .p-box li .mask {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

#page_shopping .ec-cartRow .ec-cartRow__contentColumn {
  padding: 10px;
}

#page_shopping .b-pic {
  left: 0;
}

#page_shopping .ec-cartRow .ec-cartRow__img {
  padding: 0;
}

#page_shopping .ec-cartRole,
#page_shopping .ec-orderRole {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}

#page_shopping .ec-cartRow__amountsettings,
#page_shopping .ec-cartRow__amountUpDown {
  display: flex;
}

#page_shopping .ec-cartRow__amountUpDown {
  width: 20%;
}

#page_shopping .ec-cartRow__amountsettings .ec-icon {
  width: 20px;
}

#page_shopping .ec-cartRow .ec-cartRow__summary {
  font-weight: normal;
  font-size: 1.4rem;
}

#page_shopping .ec-cartRole .ec-cartRole__actions {
  background: rgba(132, 185, 118, 0.13);
  padding: 14px;
}

#page_shopping .ec-cartRole .ec-cartRole__actions .ec-cartRole__total {
  text-align: left;
  font-weight: normal;
}

#page_shopping .ec-cartRole .ec-cartRole__actions .ec-cartRole__total span {
  color: #497E42;
  font-size: 2rem;
  text-decoration: underline;
  font-weight: bold;
}

#page_shopping .ec-blockBtn--action {
  border-radius: 5px;
  color: white;
  font-weight: normal;
  position: relative;
  background: #FF004E;
  border: 1px solid #FF004E;
}

#page_shopping .ec-blockBtn--action:hover {
  background-color: white;
  color: #FF004E;
  border-color: #cb3526;
}

#page_shopping .ec-blockBtn--action:after {
  content: "＞";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
}

#page_shopping .ec-blockBtn--action:active {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}

#page_shopping .ec-blockBtn--action:active:hover {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}

#page_shopping .ec-blockBtn--action:hover:after {
  color: #FF004E;
}

#page_shopping .ec-blockBtn--action:active:after {
  color: #fff;
}

#page_shopping .ec-blockBtn--cancel {
  background-color: white;
  color: #090000;
  border-radius: 5px;
  font-weight: normal;
  position: relative;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  margin-top: 1.5rem;
}

#page_shopping .ec-blockBtn--cancel:hover {
  background-color: white;
  border: solid 1px #c8c8c8;
  color: #090000;
}

#page_shopping .ec-blockBtn--cancel:before {
  position: absolute;
  left: 15px;
  content: "＜";
  margin-right: 10px;
  font-weight: 200;
}

#page_shopping .ec-cartRole .attention {
  margin: 20px 5px;
  background: rgba(239, 228, 67, 0.18);
  padding: 12px;
}

#page_shopping .ec-cartRole .attention p:first-child {
  color: #FF00FF;
}

#page_shopping .ec-cartRole .attention p:first-child:before {
  content: "";
  display: inline-block;
  background-image: url("../img/attention.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

#page_shopping .ec-cartRole .attention p:last-child {
  color: #FF0000;
  margin-top: 10px;
}

#page_shopping .ec-totalBox .ec-totalBox__spec,
#page_shopping .ec-totalBox .ec-totalBox__total,
#page_shopping .ec-totalBox .ec-totalBox__taxRate {
  display: none;
}

#page_shopping .ec-totalBox {
  background: rgba(0, 132, 60, 0.06);
}

#page_shopping .mt-5rem {
  margin-bottom: 5rem;
}

#page_shopping .ec-radio input[type="radio"] {
  width: 20px;
}

#page_shopping .ec-paymethod>div {
  display: flex !important;
  align-items: baseline;
}

#page_shopping .payment-attention {
  font-size: 1.4rem;
}

#page_shopping .payment-attention p {
  margin: 10px 5px;
}

#page_shopping .payment-attention img {
  display: block;
  width: 90%;
  margin: auto;
  max-width: 300px;
}

#page_shopping .ec-totalBox__paymentTotal p {
  text-align: left;
  font-size: 1.6rem;
  font-weight: normal;
}

#page_shopping .ec-totalBox__paymentTotal p span {
  font-size: 2.6rem;
  text-decoration: underline;
  color: #00843C;
}

#page_shopping .shopping-description,
#page_shopping .shipping-info {
  font-size: 1.4rem;
  width: 90%;
  margin: 20px auto;
}

/* 備考欄とVT4Gクレジットカード決済の間の余白 */
#page_shopping #vt4g-placement {
  margin-top: 2.5rem;
}

/* VT4Gクレジットカード決済フォーム（4.1移植） */
.vt4g_payment_credit {
  position: relative;
  padding: 0 0 2rem 1rem;
}

/* VT4G: moveAccordion の hide/slideToggle 並列で .accordion_inner が非表示のまま残ると
   processByPayment（:visible のみ）が動かず「確認画面へ進む」が止まるため、単一枠を常に表示 */
#page_shopping #vt4g-credit .accordion_inner {
  display: block !important;
}

/* VT4G 決済処理中ローディング：1画面で中央表示 */
#payment_form_loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
}

#payment_form_loading img {
  width: 80px !important;
  height: 80px !important;
  max-width: 80px !important;
}

#page_shopping .ec-select #shopping_order_DonationPurpose {
  height: 40px;
}

#page_shopping .one_stop_head {
  background: rgba(132, 218, 118, 0.13);
  padding: 8px 12px;
}

#page_shopping .one_stop_head h3 {
  padding: 0;
  margin-top: 0;
  background: none;
}

#page_shopping .one_stop_head p {
  text-align: right;
}

#page_shopping .one_stop_head p a {
  font-size: 1.4rem;
  color: #2C76B7;
  text-decoration: underline;
}

#page_shopping .one_stop_head p a:before {
  content: "";
  display: inline-block;
  width: 9px;
  background: url("../img/onestop.svg");
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

#page_shopping .one_stop-attention {
  background: rgba(239, 228, 67, 0.18);
  padding: 1.8rem;
}

#page_shopping .one_stop-attention label {
  color: #497E42;
  font-size: 1.2rem;
  font-weight: bold;
}

#page_shopping .one_stop-attention label:not(:first-child) {
  margin-top: 1.5rem;
}

#page_shopping .one_stop-attention p {
  font-size: 1rem;
}

#page_shopping .one_stop-attention p span {
  font-weight: bold;
  font-size: 1.2rem;
}

#page_shopping .ec-orderDelivery__title {
  display: none;
}

#page_shopping .ec-orderDelivery .ec-orderDelivery__change,
#page_shopping .customerinfo-change_btn {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
}

#page_shopping .customerinfo-change_btn {
  border: 1px solid #ccc;
  padding: 10px 16px;
  text-align: center;
}

#page_shopping .ec-orderAccount__account .customerinfo-change_btn p {
  color: #525263;
  margin: 0;
}

#page_shopping .ec-orderDelivery .ec-orderDelivery__change button {
  width: 100%;
  background: white;
}

#page_shopping .donate-checkbox {
  display: flex;
  align-items: center;
  border: solid 1px #000;
  padding: 10px;
  margin-bottom: 30px;
}

#page_shopping .donate-checkbox input {
  height: 15px;
  width: 15px;
  margin-bottom: 0;
  margin-right: 10px;
}

#page_shopping .donate-checkbox p {
  width: calc(100% - 25px);
}

#page_shopping .donate-checkbox p label {
  width: 100%;
}

#page_shopping .ec-cartRow__img {
  padding: 0;
  margin-bottom: 10px;
}

#page_shopping .ec-cartRow__name {
  margin-bottom: 10px;
  margin-top: 2rem;
  font-size: 2rem;
}

#page_shopping .ec-orderDelivery__actions,
#page_shopping .ec-orderDelivery__address,
#page_shopping .ec-orderDelivery__edit {
  display: none;
}

#page_shopping .ec-orderRole .ec-borderedList {
  border-top: none;
}

#page_shopping .ec-cartRow__contentColumn,
#page_shopping .ec-borderedList li {
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
  border: none;
  border-radius: 12px;
  padding: 4rem 3rem;
  max-width: 680px;
  margin-bottom: 2rem;
}

#page_shopping .to-donate-step a {
  text-decoration: underline;
  color: #32C855;
}

#page_shopping .to-agreement_wraop {
  text-align: center;
}

#page_shopping .to-agreement {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 2rem auto;
}

#page_shopping .to-agreement[target="_blank"]::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: 4px;
  right: -24px;
}

#page_shopping .ec-checkbox label.form-check-label,
#page_shopping .donate-checkbox label.form-check-label {
  display: none !important;
}

#page_shopping .ec-orderRole__summary {
  margin-top: 0 !important;
}

@media only screen and (min-width: 768px) {

  #page_shopping .ec-progress .ec-progress__label,
  #page_shopping .ec-progress .is-complete .ec-progress__label {
    font-size: 1.4rem;
  }

  #page_shopping .ec-select #shopping_order_DonationPurpose {
    margin-left: calc(50% - 300px);
    margin-right: calc(50% - 300px);
    margin-bottom: 30px;
  }

  #page_shopping .ec-orderDelivery__item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #page_shopping .ec-orderDelivery__item-wrap .ec-orderDelivery__item-block {
    width: 49%;
  }

  #page_shopping .ec-orderRole .ec-orderRole__summary {
    margin-top: 0 !important;
    width: 100%;
  }

  #page_shopping .ec-orderRole .ec-orderRole__detail {
    width: 100%;
  }

  #page_shopping .ec-borderedList li {
    padding: 4rem;
    width: 100%;
  }

  #page_shopping .ec-orderDelivery .shipping-info {
    clear: both;
  }

  #page_shopping .ec-orderRole {
    display: block;
    max-width: 750px;
    margin: auto;
  }

  #page_shopping .ec-totalBox__btn {
    max-width: 500px;
    margin: 30px auto;
  }

  #page_shopping .ec-orderAccount__account,
  #page_shopping .ec-orderDelivery__item,
  #page_shopping .ec-paymethod,
  #page_shopping .payment-attention,
  #page_shopping .ec-totalBox,
  #page_shopping #shopping_order_DonationPurpose,
  #page_shopping .donate-checkbox,
  #page_shopping .one_stop-attention,
  #page_shopping .ec-input,
  #page_shopping #shopping_order_message {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 24px);
    max-width: 600px;
  }

  #page_shopping .ec-orderDelivery__item {
    max-width: auto;
    margin: 8% 20% 0;
    width: auto;
  }

  #page_shopping .shopping-description,
  #page_shopping .shipping-info {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }
}

@media only screen and (max-width: 768px) {

  #page_shopping .ec-cartRow__contentColumn,
  #page_shopping .ec-borderedList li {
    width: 100%;
  }

  #page_shopping .ec-layoutRole {
    overflow: hidden;
  }
}

/* ========== #page_shopping_complete お申込完了 ========== */
#page_shopping_complete .ec-layoutRole__footer {
  padding-top: 50px;
}

#page_shopping_complete .ec-pageHeader {
  text-align: center;
}

#page_shopping_complete .ec-pageHeader h1 {
  border-top: none;
  display: inline-block;
  font-size: 2.8rem;
  border: none;
}

#page_shopping_complete .ec-progress .ec-progress__number {
  color: #090000;
  background: white;
  border: solid 0.75px #706F6F;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 2.5;
  font-weight: bold;
}

#page_shopping_complete .ec-progress .is-complete .ec-progress__number {
  background: #00B84C;
  color: white;
}

#page_shopping_complete .ec-progress .ec-progress__label,
#page_shopping_complete .ec-progress .is-complete .ec-progress__label {
  font-size: 10px;
  font-weight: bold;
}

#page_shopping_complete .ec-progress .ec-progress__item:after {
  height: 1px;
  top: 25px;
}

#page_shopping_complete .ec-reportHeading h2 {
  font-weight: 500;
  font-size: 2.4rem;
}

#page_shopping_complete .ec-reportDescription {
  text-align: left;
  color: rgb(51, 51, 51);
}

#page_shopping_complete a.ec-blockBtn--cancel {
  display: block;
  text-align: center;
  border: solid 2px #FF004E;
  font-weight: normal;
  padding: 1.5rem;
  color: #FF004E;
  border-radius: 10px;
  margin: auto;
  margin-top: 1rem;
  max-width: 450px;
  background: white;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}

#page_shopping_complete a.ec-blockBtn--cancel:hover {
  background: #FF004E;
  border-color: #FF004E;
  color: white;
}

#page_shopping_complete .ec-reportDescription,
#page_shopping_complete .form-bottom {
  font-size: 1.4rem;
}

#page_shopping_complete .form-bottom {
  margin-top: 3rem;
}

#page_shopping_complete .ec-registerCompleteRole {
  padding-left: 15px;
  padding-right: 15px;
}

#page_shopping_complete .form-bottom_head {
  background-color: #ddd;
  padding: 1rem;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

#page_shopping_complete .form-bottom .tel_num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

#page_shopping_complete .form-bottom .tel_num img {
  width: 35px;
  margin-right: 10px;
}

#page_shopping_complete .form-bottom .tel_num p {
  font-size: 3rem;
}

#page_shopping_complete .form-bottom p,
#page_shopping_complete .form-bottom ul {
  padding-left: 15px;
  padding-right: 15px;
}

#page_shopping_complete .form-bottom p a,
#page_shopping_complete .form-bottom ul li a {
  color: blue;
  text-decoration: underline;
}

#page_shopping_complete .form-bottom ul li {
  padding-left: 12px;
  position: relative;
  margin-top: 2rem;
}

#page_shopping_complete .form-bottom ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1.4rem;
  background: #ddd;
  position: absolute;
  left: -2px;
  top: 4px;
}

#page_shopping_complete .ec-link a {
  display: block;
  text-align: center;
  border: solid 2px #FF004E;
  font-weight: normal;
  padding: 1.5rem;
  color: #FF004E;
  border-radius: 10px;
  margin: auto;
  margin-top: 1rem;
  max-width: 450px;
  line-height: 1.5;
  background: white;
}

#page_shopping_complete .ec-link a:hover,
#page_shopping_complete .ec-link a:active,
#page_shopping_complete .ec-link a:focus {
  background: #FF004E;
  border-color: #FF004E;
  color: white;
}

#page_shopping_complete .form-bottom .fb_inner {
  padding-left: 15px;
  padding-right: 15px;
}

#page_shopping_complete .contact__tel,
#page_shopping_complete .contact__mypage {
  border: solid 1px;
  border-radius: 10px;
  margin: 3rem auto 2rem;
  padding: 2rem;
}

#page_shopping_complete .contact__tel h4,
#page_shopping_complete .contact__mypage h4 {
  border-bottom: solid 1px;
  display: block;
  margin: 0 auto 1rem;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 2rem;
}

#page_shopping_complete .contact__mypage a {
  display: block;
  width: 85%;
  margin: 2rem auto;
  background: black;
  color: white;
  border-radius: 20px;
  text-align: center;
  padding: 1rem;
  max-width: 300px;
  border: solid 1px #000;
}

#page_shopping_complete .contact__mypage a:hover {
  background: white;
  color: #000;
}

#page_shopping_complete .order_no {
  display: flex;
  justify-content: start;
}

#page_shopping_complete .order_no .ec-rectHeading {
  display: none;
}

@media screen and (max-width: 768px) {
  #page_shopping_complete .ec-cartRole__progress .ec-progress {
    justify-content: space-between;
    right: -35%;
  }

  #page_shopping_complete .ec-reportHeading {
    border: none;
  }

  #page_shopping_complete .ec-reportHeading h2 {
    font-size: 2rem;
  }

  #page_shopping_complete .form-bottom:last-child p {
    padding-left: 0;
    padding-right: 0;
  }

  #page_shopping_complete .form-bottom .tel_num img {
    width: 25px;
  }

  #page_shopping_complete .contact__tel h4,
  #page_shopping_complete .contact__mypage h4 {
    font-size: 1.6rem;
  }

  #page_shopping_complete .order_no {
    flex-wrap: wrap;
  }

  #page_shopping_complete .order_no .ec-reportDescription:first-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  #page_shopping_complete .ec-off1Grid .ec-off1Grid__cell {
    width: 66.66667%;
    margin: auto;
    max-width: 650px;
  }

  #page_shopping_complete .form-bottom {
    max-width: 544.5px;
    margin-right: auto;
    margin-left: auto;
  }

  #page_shopping_complete .ec-off4Grid .ec-off4Grid__cell {
    width: 100%;
    max-width: 650px;
    margin: auto;
  }

  #page_shopping_complete .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--action,
  #page_shopping_complete .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ========== #page_shopping_confirm 入力確認 ========== */
#page_shopping_confirm .ec-role {
  display: block;
}

#page_shopping_confirm .ec-pageHeader {
  text-align: center;
  margin-bottom: 2rem;
}

#page_shopping_confirm .ec-pageHeader h1 {
  border-top: none;
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  border: none;
  padding: 12px 0;
  margin: 0;
  visibility: visible;
}

#page_shopping_confirm .ec-progress .ec-progress__number {
  color: #090000;
  background: white;
  border: solid 0.75px #706F6F;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 2.5;
  font-weight: bold;
}

#page_shopping_confirm .ec-progress .is-complete .ec-progress__number {
  background: #00B84C;
  color: white;
}

#page_shopping_confirm .ec-progress .ec-progress__label,
#page_shopping_confirm .ec-progress .is-complete .ec-progress__label {
  font-size: 10px;
  font-weight: bold;
}

#page_shopping_confirm .ec-progress .ec-progress__item:after {
  height: 1px;
  top: 25px;
}

#page_shopping_confirm .ec-orderAccount__account,
#page_shopping_confirm .ec-orderDelivery__item,
#page_shopping_confirm .ec-paymethod,
#page_shopping_confirm .payment-attention,
#page_shopping_confirm .ec-totalBox,
#page_shopping_confirm #shopping_order_DonationPurpose,
#page_shopping_confirm .donate-checkbox,
#page_shopping_confirm .one_stop-attention,
#page_shopping_confirm .ec-input,
#page_shopping_confirm #shopping_order_message,
#page_shopping_confirm .ec-checkbox,
#page_shopping_confirm .ec-select {
  margin-right: 12px;
  margin-left: 12px;
  width: calc(100% - 24px);
}

#page_shopping_confirm .ec-rectHeading h2 {
  background: #32C855;
  color: white;
  text-align: center;
  border-radius: 8px;
}

#page_shopping_confirm .ec-rectHeading h3 {
  background: rgba(132, 218, 118, 0.13);
  margin-top: 20px;
}

#page_shopping_confirm .ec-orderAccount__account p {
  font-size: 1.4rem;
  color: #D43A2D;
  margin: 20px 0;
}

#page_shopping_confirm .ec-orderAccount__account table th,
#page_shopping_confirm .ec-cartRow__contentColumn table th {
  font-weight: bold;
  vertical-align: middle;
}

#page_shopping_confirm .ec-orderAccount__account table th,
#page_shopping_confirm .ec-orderAccount__account table td,
#page_shopping_confirm .ec-cartRow__contentColumn table th,
#page_shopping_confirm .ec-cartRow__contentColumn table td {
  padding-bottom: 10px;
  font-size: 1.6rem;
}

#page_shopping_confirm .ec-cartRole .ec-cartRole__cart {
  border: solid 1px #ACBEAE;
  border-radius: 12px;
}

#page_shopping_confirm .p-box {
  display: block;
}

#page_shopping_confirm .p-box li .mask {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
}

#page_shopping_confirm .p-box li .mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page_shopping_confirm .ec-cartTable {
  border: none;
}

#page_shopping_confirm .ec-cartRow .ec-cartRow__contentColumn,
#page_shopping_confirm .ec-cartRow .ec-cartRow__img,
#page_shopping_confirm .ec-cartRow .ec-cartRow__summary {
  display: block;
  width: 100%;
}

#page_shopping_confirm .ec-cartRow .ec-cartRow__contentColumn {
  padding: 10px;
}

#page_shopping_confirm .ec-cartRow__contentColumn table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

#page_shopping_confirm .ec-cartRow__contentColumn table tr {
  display: table-row;
}

#page_shopping_confirm .ec-cartRow__contentColumn table th,
#page_shopping_confirm .ec-cartRow__contentColumn table td {
  display: table-cell;
  padding: 8px 0;
  vertical-align: top;
}

#page_shopping_confirm .ec-cartRow__contentColumn table th {
  width: 140px;
  min-width: 140px;
  font-weight: bold;
  white-space: nowrap;
}

#page_shopping_confirm .ec-cartRow .ec-cartRow__img {
  padding: 0;
}

#page_shopping_confirm .ec-cartRole,
#page_shopping_confirm .ec-orderRole {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}

#page_shopping_confirm .ec-cartRow__amountsettings,
#page_shopping_confirm .ec-cartRow__amountUpDown {
  display: flex;
}

#page_shopping_confirm .ec-cartRow__amountUpDown {
  width: 20%;
}

#page_shopping_confirm .ec-cartRow__amountsettings .ec-icon {
  width: 20px;
}

#page_shopping_confirm .ec-cartRow .ec-cartRow__summary {
  font-weight: normal;
  font-size: 1.4rem;
}

#page_shopping_confirm .arrow_next {
  width: 100%;
}

#page_shopping_confirm .arrow_next img {
  display: block;
  max-width: 100px;
  width: 38%;
  margin: 12px auto;
}

#page_shopping_confirm .ec-cartRole .ec-cartRole__actions {
  background: rgba(132, 185, 118, 0.13);
  padding: 14px;
}

#page_shopping_confirm .ec-cartRole .ec-cartRole__actions .ec-cartRole__total {
  text-align: left;
  font-weight: normal;
}

#page_shopping_confirm .ec-cartRole .ec-cartRole__actions .ec-cartRole__total span {
  color: #497E42;
  font-size: 2rem;
  text-decoration: underline;
  font-weight: bold;
}

#page_shopping_confirm .ec-blockBtn--action {
  border-radius: 5px;
  color: white;
  font-weight: normal;
  position: relative;
  background: #FF004E;
  border: 1px solid #FF004E;
}

#page_shopping_confirm .ec-blockBtn--action:hover {
  background-color: white;
  color: #FF004E;
}

#page_shopping_confirm .ec-blockBtn--action:after {
  content: "＞";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
}

#page_shopping_confirm .ec-blockBtn--cancel {
  background-color: white;
  color: #090000;
  border-radius: 5px;
  font-weight: normal;
  position: relative;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  margin-top: 1.5rem;
}

#page_shopping_confirm .ec-blockBtn--cancel:hover {
  background-color: white;
  border: solid 1px #c8c8c8;
  color: #090000;
}

#page_shopping_confirm .ec-blockBtn--cancel:before {
  position: absolute;
  left: 15px;
  content: "＜";
  margin-right: 10px;
  font-weight: 200;
}

#page_shopping_confirm .ec-cartRole .attention {
  margin: 20px 5px;
  background: rgba(239, 228, 67, 0.18);
  padding: 12px;
}

#page_shopping_confirm .ec-cartRole .attention p:first-child {
  color: #FF00FF;
}

#page_shopping_confirm .ec-cartRole .attention p:first-child:before {
  content: "";
  display: inline-block;
  background-image: url("../img/attention.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

#page_shopping_confirm .ec-cartRole .attention p:last-child {
  color: #FF0000;
  margin-top: 10px;
}

#page_shopping_confirm .ec-totalBox .ec-totalBox__spec,
#page_shopping_confirm .ec-totalBox .ec-totalBox__total,
#page_shopping_confirm .ec-totalBox .ec-totalBox__taxRate {
  display: none;
}

#page_shopping_confirm .ec-totalBox {
  background: none;
  text-align: left;
  margin: 0;
  padding-top: 0;
  margin-bottom: 2rem;
}

#page_shopping_confirm .ec-totalBox .ec-totalBox__paymentTotal {
  text-align: left;
  font-size: 1.8rem;
  display: block;
  margin-top: 1rem;
  font-weight: bold;
}

#page_shopping_confirm .mt-5rem {
  margin-bottom: 5rem;
}

#page_shopping_confirm .ec-radio input[type="radio"] {
  width: 20px;
}

#page_shopping_confirm .ec-paymethod>div {
  display: flex !important;
  align-items: baseline;
}

#page_shopping_confirm .payment-attention {
  font-size: 1.4rem;
}

#page_shopping_confirm .payment-attention p {
  margin: 10px 5px;
}

#page_shopping_confirm .payment-attention img {
  display: block;
  width: 90%;
  margin: auto;
  max-width: 300px;
}

#page_shopping_confirm .ec-totalBox__paymentTotal p {
  text-align: left;
  font-size: 1.6rem;
  font-weight: normal;
}

#page_shopping_confirm .ec-totalBox__paymentTotal p span {
  font-size: 2.6rem;
  text-decoration: underline;
  color: #00843C;
}

#page_shopping_confirm .shopping-description,
#page_shopping_confirm .shipping-info {
  font-size: 1.4rem;
  width: 90%;
  margin: 20px auto;
}

#page_shopping_confirm .ec-select #shopping_order_DonationPurpose {
  height: 40px;
}

#page_shopping_confirm .one_stop_head {
  background: rgba(132, 218, 118, 0.13);
  padding: 8px 12px;
}

#page_shopping_confirm .one_stop_head h3 {
  padding: 0;
  margin-top: 0;
  background: none;
}

#page_shopping_confirm .one_stop_head p {
  text-align: right;
}

#page_shopping_confirm .one_stop_head p a {
  font-size: 1.4rem;
  color: #2C76B7;
  text-decoration: underline;
}

#page_shopping_confirm .one_stop_head p a:before {
  content: "";
  display: inline-block;
  width: 9px;
  background: url("../img/onestop.svg");
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

#page_shopping_confirm .one_stop-attention {
  background: rgba(239, 228, 67, 0.18);
  padding: 1.8rem;
  margin-top: 1rem;
}

#page_shopping_confirm .one_stop-attention label {
  color: #497E42;
  font-size: 1.2rem;
  font-weight: bold;
}

#page_shopping_confirm .one_stop-attention p {
  font-size: 1.1rem;
}

#page_shopping_confirm .one_stop-attention ul {
  margin-left: 13px;
}

#page_shopping_confirm .one_stop-attention ul li {
  font-size: 1.1rem;
  list-style-type: disc;
}

#page_shopping_confirm .one_stop-attention p span {
  font-weight: bold;
  font-size: 1.2rem;
}

#page_shopping_confirm .ec-orderDelivery__title {
  display: none;
}

#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__change {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
}

#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__change button {
  width: 100%;
  background: white;
}

#page_shopping_confirm .donate-checkbox {
  display: flex;
  align-items: center;
  border: solid 1px #000;
  padding: 10px;
  margin-bottom: 30px;
}

#page_shopping_confirm .donate-checkbox input {
  height: 15px;
  width: 15px;
  margin-bottom: 0;
  margin-right: 10px;
}

#page_shopping_confirm .donate-checkbox p {
  width: calc(100% - 25px);
}

#page_shopping_confirm .donate-checkbox p label {
  width: 100%;
}

#page_shopping_confirm .ec-cartRow__img {
  padding: 0;
  margin-bottom: 10px;
}

#page_shopping_confirm .ec-cartRow__name {
  margin-bottom: 10px;
  margin-top: 2rem;
  font-size: 2rem;
}

#page_shopping_confirm .ec-orderDelivery__actions,
#page_shopping_confirm .ec-orderDelivery__address,
#page_shopping_confirm .ec-orderDelivery__edit {
  display: none;
}

#page_shopping_confirm .ec-orderRole .ec-borderedList {
  border-top: none;
}

#page_shopping_confirm .ec-cartRow__contentColumn,
#page_shopping_confirm .ec-borderedList li {
  border: solid 1px #72913D;
  border-radius: 8px;
  padding: 20px 10px;
  max-width: 680px;
  margin-bottom: 2rem;
}

#page_shopping_confirm .ec-orderDelivery__item-wrap {
  margin-top: 2rem;
}

#page_shopping_confirm .ec-orderDelivery__item {
  margin-top: 2rem;
}

#page_shopping_confirm .ec-borderedList li {
  margin-bottom: 2rem;
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
  border: none;
  border-radius: 12px;
  padding: 4rem 3rem;
}

#page_shopping_confirm .last-input {
  margin-top: 2rem;
}

#page_shopping_confirm .ec-blockBtn--action:hover {
  background-color: white;
  color: #FF004E;
  border-color: #cb3526;
}

#page_shopping_confirm .ec-blockBtn--action:active {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}

#page_shopping_confirm .ec-blockBtn--action:active:hover {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}

#page_shopping_confirm .ec-blockBtn--action:hover:after {
  color: #FF004E;
}

#page_shopping_confirm .ec-blockBtn--action:active:after {
  color: #fff;
}

#page_shopping_confirm .ec-orderRole__summary {
  margin-top: 0 !important;
  display: block;
  width: 100%;
}

#page_shopping_confirm .ec-orderPayment .ec-orderRole__summary {
  margin-top: 1rem;
}

#page_shopping_confirm .b-pic {
  left: 0;
}

@media only screen and (min-width: 768px) {

  #page_shopping_confirm .ec-progress .ec-progress__label,
  #page_shopping_confirm .ec-progress .is-complete .ec-progress__label {
    font-size: 1.4rem;
  }

  #page_shopping_confirm .ec-select #shopping_order_DonationPurpose {
    margin-left: calc(50% - 300px);
    margin-right: calc(50% - 300px);
    margin-bottom: 30px;
  }

  #page_shopping_confirm .ec-orderDelivery__item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #page_shopping_confirm .ec-orderDelivery__item-wrap .ec-orderDelivery__item-block {
    width: 49%;
  }

  #page_shopping_confirm .ec-orderRole .ec-orderRole__summary {
    margin-top: 0 !important;
    width: 100%;
  }

  #page_shopping_confirm .ec-orderRole .ec-orderRole__detail {
    width: 100%;
  }

  #page_shopping_confirm .ec-borderedList li {
    width: 100%;
    padding: 4rem;
  }

  #page_shopping_confirm .ec-orderDelivery .shipping-info {
    clear: both;
  }

  #page_shopping_confirm .ec-orderRole {
    display: block;
    max-width: 750px;
    margin: auto;
  }

  #page_shopping_confirm .ec-totalBox__btn {
    max-width: 500px;
    margin: 30px auto;
  }

  #page_shopping_confirm .ec-orderAccount__account,
  #page_shopping_confirm .ec-orderDelivery__item,
  #page_shopping_confirm .ec-paymethod,
  #page_shopping_confirm .payment-attention,
  #page_shopping_confirm .ec-totalBox,
  #page_shopping_confirm #shopping_order_DonationPurpose,
  #page_shopping_confirm .donate-checkbox,
  #page_shopping_confirm .one_stop-attention,
  #page_shopping_confirm .ec-input,
  #page_shopping_confirm #shopping_order_message,
  #page_shopping_confirm .ec-checkbox,
  #page_shopping_confirm .ec-select {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 24px);
    max-width: 600px;
  }

  #page_shopping_confirm .ec-orderDelivery__item {
    margin: 8% 20% 0;
    width: auto;
    max-width: auto;
  }

  #page_shopping_confirm .shopping-description,
  #page_shopping_confirm .shipping-info {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }
}

@media only screen and (max-width: 768px) {

  #page_shopping_confirm .ec-cartRow__contentColumn,
  #page_shopping_confirm .ec-borderedList li {
    width: 100%;
  }
}