@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
.secCont {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(50px);
}
.view.secCont {
  opacity: 1;
  transform: translateY(0);
}

body {
  padding-top: 84px;
  font-size: 16px;
  background: url("../img/common/body_bg.jpg") repeat;
}

.secCont {
  padding-bottom: 0;
  padding-top: 0;
}

input[type="text"] {
  border: 1px solid #fff;
}

input[type="text"]:focus {
  border: 1px solid #333;
}

::placeholder {
  color: #ccc;
}

.pankuzu {
  background-color: #eee;
  padding: 10px 0;
}
.pankuzu ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1200px;
}
.pankuzu ul li {
  margin-right: 20px;
}
.pankuzu ul li a {
  display: block;
  position: relative;
  padding-right: 30px;
}
.pankuzu ul li a::after {
  content: ">";
  position: absolute;
  right: 0;
}

.mainVisual {
  overflow: hidden;
  width: 100%;
}
.mainVisual .flexslider .flex-viewport .slides li .sp {
  display: none;
}
.mainVisual .flexslider .flex-control-nav li a {
  width: 40px;
  height: 3px;
}
.mainVisual .flexslider .flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 161%;
}
.mainVisual .flexslider .flex-direction-nav li a::before {
  display: none;
}

/******** トップページ ********/
#page_homepage .ec-layoutRole__contents {
  max-width: 100vw;
}
#page_homepage .ec-layoutRole__contents .ec-sliderRole {
  max-width: 100vw;
  padding: 0;
}
#page_homepage .about .secCont {
  max-width: 1200px;
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#page_homepage .about .secCont dl {
  width: 660px;
}
#page_homepage .about .secCont dl dt {
  font-size: 259%;
  margin-bottom: 40px;
}
#page_homepage .about .secCont dl dd {
  line-height: 259%;
}
#page_homepage .recoArea {
  background-color: #eee;
  padding: 160px 40px;
}
#page_homepage .recoArea .secCont {
  max-width: 1200px;
  margin: 0 auto;
}
#page_homepage .recoArea .secCont h2 {
  text-align: left;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
#page_homepage .recoArea .secCont h2 strong {
  font-size: 161%;
  margin-right: 20px;
}
#page_homepage .recoArea .secCont h2::after {
  content: "";
  background-color: #333;
  width: 72%;
  height: 1px;
  display: block;
  margin-left: 20px;
}
#page_homepage .recoArea .secCont .ec-role {
  padding: 0;
  margin: 0;
  max-width: 1200px;
}
#page_homepage .recoArea .secCont .ec-role .ec-newItemRole {
  margin: 0;
  padding: 0;
}
#page_homepage .recoArea .secCont .ec-role .ec-newItemRole .ec-newItemRole__list {
  justify-content: space-between;
}
#page_homepage .recoArea .secCont .ec-role .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem {
  width: 270px;
  margin: 0;
  padding: 0;
}
#page_homepage .recoArea .secCont .ec-role .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a {
  text-decoration: none;
}
#page_homepage .recoArea .secCont .ec-role .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a figure {
  width: 100%;
  height: 360px;
  overflow: hidden;
  display: block;
  margin: 0 0 20px;
}
#page_homepage .recoArea .secCont .ec-role .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a figure img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: 0.5s all;
}
#page_homepage .recoArea .secCont .ec-role .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a p {
  text-align: left;
  padding: 0;
  margin: 0 0 10px;
}
#page_homepage .recoArea .secCont .ec-role .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a p.priceP {
  margin: 0;
}
#page_homepage .recoArea .secCont .ec-role .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a p.priceP strong {
  font-size: 161%;
  display: inline-block;
  margin-right: 10px;
}
#page_homepage .recoArea .secCont .ec-role .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}
#page_homepage .recoArea .secCont .ec-role .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem:first-child {
  width: 580px;
}
#page_homepage .recoArea {
  background-color: #eee;
  padding: 160px 40px;
}
#page_homepage .recoArea .secCont {
  max-width: 1200px;
  margin: 0 auto;
}
#page_homepage .recoArea .secCont h2 {
  text-align: left;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
#page_homepage .recoArea .secCont h2 strong {
  font-size: 161%;
  margin-right: 20px;
}
#page_homepage .recoArea .secCont h2::after {
  content: "";
  background-color: #333;
  width: 72%;
  height: 1px;
  display: block;
  margin-left: 20px;
}
#page_homepage .recoArea .secCont .ec-shelfGrid {
  max-width: 1200px;
  margin: 0 auto;
}
#page_homepage .recoArea .secCont .ec-shelfGrid .ec-shelfGrid__item {
  width: 373px;
  padding: 0;
  margin: 0;
  margin-right: 40px;
  margin-bottom: 40px;
}
#page_homepage .recoArea .secCont .ec-shelfGrid .ec-shelfGrid__item:nth-child(3n) {
  margin-right: 0;
}
#page_homepage .recoArea .secCont .ec-shelfGrid .ec-shelfGrid__item a figure {
  width: 100%;
  height: 360px;
  overflow: hidden;
  display: block;
  margin: 0 0 20px;
}
#page_homepage .recoArea .secCont .ec-shelfGrid .ec-shelfGrid__item a figure img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: 0.3s all;
}
#page_homepage .recoArea .secCont .ec-shelfGrid .ec-shelfGrid__item a dl {
  text-align: left;
}
#page_homepage .recoArea .secCont .ec-shelfGrid .ec-shelfGrid__item a dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
#page_homepage .recoArea .secCont .ec-shelfGrid .ec-shelfGrid__item a dl dd {
  margin-bottom: 10px;
}
#page_homepage .recoArea .secCont .ec-shelfGrid .ec-shelfGrid__item a dl dd.item_price {
  font-size: 161%;
  font-weight: bold;
}
#page_homepage .recoArea .secCont .ec-shelfGrid .ec-shelfGrid__item a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}
#page_homepage .newsArea {
  padding: 160px 40px;
}
#page_homepage .newsArea .secCont {
  max-width: 1200px;
  margin: 0 auto;
}
#page_homepage .newsArea .secCont h2 {
  text-align: left;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
#page_homepage .newsArea .secCont h2 strong {
  font-size: 161%;
  margin-right: 20px;
}
#page_homepage .newsArea .secCont h2::after {
  content: "";
  background-color: #333;
  width: 83%;
  height: 1px;
  display: block;
  margin-left: 20px;
}
#page_homepage .newsArea .secCont .ec-role {
  padding: 0;
  margin: 0;
  max-width: 1200px;
}
#page_homepage .newsArea .secCont .ec-role .ec-newsRole {
  padding: 0;
  margin: 0;
}
#page_homepage .newsArea .secCont .ec-role .ec-newsRole .ec-newsRole__news {
  border: none;
  padding: 0;
  margin: 0;
}
#page_homepage .newsArea .secCont .ec-role .ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem {
  padding: 40px 0;
}
#page_homepage .newsArea .secCont .ec-role .ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsDate {
  text-align: left;
}
#page_homepage .newsArea .secCont .ec-role .ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsColumn {
  text-align: left;
  font-weight: bold;
}
#page_homepage .newsArea .secCont .ec-role .ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsDescription {
  text-align: left;
  padding-left: 120px;
}
#page_homepage .newsArea .secCont .ec-role .ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsDescription a {
  display: block;
  border: 1px solid #333;
  padding: 10px 20px;
  margin-top: 20px;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  max-width: 360px;
  color: #333;
}
#page_homepage .newsArea .secCont .ec-role .ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsDescription a:hover {
  background-color: #333;
  color: #fff;
}

/******** 粟国の塩プリン ********/
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main h1 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .about .secCont {
  padding: 160px 0 510px;
  background: url("../img/pudding/aboutBg.jpg") 50% bottom no-repeat;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .about .secCont h2 {
  font-size: 259%;
  margin-bottom: 40px;
  color: #9BD4D3;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .about .secCont p {
  line-height: 200%;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .pointArea .secCont {
  padding: 160px 0 0;
  background-color: #9BD4D3;
  background-image: url("../img/pudding/shioBg.png"), url("../img/pudding/shioBg.png"), url("../img/pudding/shioBg.png");
  background-repeat: no-repeat;
  background-position: right 0% top 0, left 0% top 50%, right 0% bottom 0;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .pointArea .secCont item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 160px;
  background: url("../img/pudding/kyara_niwatori.png") right bottom no-repeat;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .pointArea .secCont item figure {
  width: 640px;
  height: 397px;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .pointArea .secCont item figure img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .pointArea .secCont item dl {
  width: 472px;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .pointArea .secCont item dl dt {
  border-top: 2px solid #fff;
  padding: 20px 0;
  font-size: 259%;
  border-bottom: 2px solid #fff;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .pointArea .secCont item dl dd {
  text-align: left;
  color: #fff;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .pointArea .secCont item:nth-child(2n) {
  flex-direction: row-reverse;
  background: url("../img/pudding/kyara_niwatori02.png") left bottom no-repeat;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .pointArea .secCont item:last-child {
  margin-bottom: 0;
  background: none;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .otherPudding .secCont {
  padding: 160px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .otherPudding .secCont h2 {
  font-size: 259%;
  margin-bottom: 40px;
  color: #9BD4D3;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .otherPudding .secCont p {
  text-align: center;
  margin-bottom: 80px;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .otherPudding .secCont .itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .otherPudding .secCont .itemList item {
  width: 580px;
  position: relative;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .otherPudding .secCont .itemList item figure {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .otherPudding .secCont .itemList item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .otherPudding .secCont .itemList item dl dt {
  font-size: 161%;
  color: #9BD4D3;
  margin-bottom: 20px;
  font-weight: bold;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .otherPudding .secCont .itemList item dl dd {
  text-align: left;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .otherPudding .secCont .itemList item .getto {
  position: absolute;
  top: 260px;
  left: -100px;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .otherPudding .secCont .itemList item .karaki {
  position: absolute;
  top: 260px;
  right: -100px;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .itemArea {
  background-color: #9BD4D3;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .itemArea .secCont {
  padding: 160px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .itemArea .secCont .itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .itemArea .secCont .itemList item {
  position: relative;
  width: 270px;
  background-color: #fff;
  border-radius: 20px;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .itemArea .secCont .itemList item figure {
  width: 100%;
  height: 167px;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .itemArea .secCont .itemList item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .itemArea .secCont .itemList item dl {
  padding: 40px;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .itemArea .secCont .itemList item dl dt {
  font-weight: bold;
  margin-bottom: 20px;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .itemArea .secCont .itemList item dl dd.des {
  text-align: left;
  height: 200px;
  /* 省略せずに表示するサイズを指定 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aguni-shiopudding .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .itemArea .secCont .itemList item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

/******** 商品詳細 ********/
#page_product_detail {
  padding-top: 164px;
  background: none;
}
#page_product_detail .ec-layoutRole__contents {
  max-width: 1200px;
  margin-bottom: 160px;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole {
  padding: 0;
  margin: 0;
  max-width: 1200px;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 {
  justify-content: space-between;
  margin-bottom: 80px;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell {
  width: 560px;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-sliderItemRole {
  padding: 0;
  margin: 0;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-sliderItemRole .item_visual {
  margin-bottom: 20px;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-sliderItemRole .item_visual .slick-list .slick-track {
  width: 570px;
  height: 570px;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-sliderItemRole .item_visual .slick-list .slick-track .slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-sliderItemRole .item_nav .slideThumb {
  width: 107px;
  height: 107px;
  margin-right: 10px;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-sliderItemRole .item_nav .slideThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile {
  text-align: left;
  margin: 0;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile .ec-productRole__title {
  margin-bottom: 40px;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile .ec-productRole__title h2 {
  margin: 0;
  font-size: 259%;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile .ec-productRole__tags {
  margin: 0;
  padding: 0;
  border: none;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile .itemDetail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  border-top: 1px dotted #ccc;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile .itemDetail dt {
  width: 110px;
  font-weight: bold;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile .itemDetail:last-child {
  border-bottom: 1px dotted #ccc;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile .ec-productRole__price {
  padding: 0;
  margin: 0 0 40px;
  border: none;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile .ec-productRole__price .ec-price .ec-price__price {
  font-size: 161%;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile form {
  margin: 0 0 40px;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile form .ec-productRole__actions {
  padding: 0;
  margin-bottom: 40px;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile form .ec-productRole__actions .ec-numberInput input {
  max-width: 100px;
  padding: 30px 20px;
  border-radius: 0;
  border: 1px solid #333;
  margin: 0;
  font-size: 161%;
  box-sizing: border-box;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile form .ec-productRole__btn {
  height: auto;
  line-height: 161%;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile form .ec-productRole__btn button {
  width: 360px;
  height: auto;
  border: 1px solid #333;
  background: none;
  padding: 20px;
  color: #333;
  transition: 0.3s;
  margin: 0;
  box-sizing: border-box;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile form .ec-productRole__btn button:hover {
  background-color: #333;
  color: #fff;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile form .ec-productRole__btn button#favorite {
  width: auto;
  padding: 0;
  border: none;
  display: inline-flex;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile form .ec-productRole__btn button#favorite::before {
  content: "♥";
  font-size: 259%;
  transition: 0.3s;
  color: #eee;
  display: block;
  margin-right: 10px;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile form .ec-productRole__btn button#favorite:hover {
  background: none;
  color: #333;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile form .ec-productRole__btn button#favorite:hover::before {
  color: #FF7F00;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile .ec-productRole__description {
  margin-bottom: 40px;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile .ec-productRole__code {
  border-top: 1px dotted #ccc;
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile .ec-productRole__category {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 20px;
  display: flex;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile .ec-productRole__category div {
  margin-right: 20px;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile .ec-productRole__category ul {
  display: flex;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .ec-grid2 .ec-grid2__cell .ec-productRole__profile .ec-productRole__category ul li {
  margin-right: 20px;
}
#page_product_detail .ec-layoutRole__contents .ec-productRole .freeArea {
  padding: 40px;
  background-color: #eee;
  text-align: left;
  line-height: 161%;
}
#page_product_detail .ec-modal .ec-modal-overlay .ec-modal-wrap {
  border: none;
  padding: 80px 40px;
}
#page_product_detail .ec-modal .ec-modal-overlay .ec-modal-wrap #ec-modal-header {
  font-size: 161%;
  margin-bottom: 40px;
}
#page_product_detail .ec-modal .ec-modal-overlay .ec-modal-wrap .ec-modal-box .ec-role {
  padding: 0;
  margin: 0;
}
#page_product_detail .ec-modal .ec-modal-overlay .ec-modal-wrap .ec-modal-box .ec-role span, #page_product_detail .ec-modal .ec-modal-overlay .ec-modal-wrap .ec-modal-box .ec-role a {
  width: 360px;
  padding: 20px 0;
  border: 1px solid #333;
  transition: 0.3s;
  margin: 0 10px;
  background-color: #fff;
  color: #333;
}
#page_product_detail .ec-modal .ec-modal-overlay .ec-modal-wrap .ec-modal-box .ec-role span:hover, #page_product_detail .ec-modal .ec-modal-overlay .ec-modal-wrap .ec-modal-box .ec-role a:hover {
  background-color: #333;
  opacity: 0.6;
  color: #fff;
}
#page_product_detail .ec-modal .ec-modal-overlay .ec-modal-wrap .ec-modal-box .ec-role a {
  background-color: #333;
  color: #fff;
}

/******** カート ********/
.ec-cartRole {
  padding: 0;
  margin: 0;
  max-width: 1200px;
}
.ec-cartRole .ec-cartRole__progress {
  width: 740px;
  margin: 0 auto 40px;
}
.ec-cartRole .ec-cartRole__progress .ec-progress .ec-progress__item .ec-progress__number {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  line-height: 59px;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.ec-cartRole .ec-cartRole__progress .ec-progress .ec-progress__item::after {
  top: 2.25em;
  height: 0.2em;
}
.ec-cartRole .ec-cartRole__progress .ec-progress .is-complete .ec-progress__number {
  background-color: #333;
  color: #fff;
}
.ec-cartRole .ec-cartRole__totalText {
  display: none;
}
.ec-cartRole form .ec-cartRole__cart {
  margin: 0;
}
.ec-cartRole form .ec-cartRole__cart .ec-cartTable .ec-cartHeader {
  background: none;
  margin-bottom: 40px;
}
.ec-cartRole form .ec-cartRole__cart .ec-cartTable .ec-cartHeader li {
  background: none;
  padding: 40px 0;
  font-size: 1.2rem;
  border-bottom: 1px solid #333;
}
.ec-cartRole form .ec-cartRole__cart .ec-cartTable .ec-cartRow li {
  padding: 40px 0;
}
.ec-cartRole form .ec-cartRole__cart .ec-cartTable .ec-cartRow li.ec-cartRow__contentColumn .ec-cartRow__img a img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.ec-cartRole form .ec-cartRole__cart .ec-cartTable .ec-cartRow li.ec-cartRow__contentColumn .ec-cartRow__summary {
  text-align: left;
  margin-left: 40px;
  width: calc(100% - 150px);
}
.ec-cartRole form .ec-cartRole__actions {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: 100%;
}
.ec-cartRole form .ec-cartRole__actions .ec-cartRole__total {
  width: 100%;
}
.ec-cartRole form .ec-cartRole__actions .ec-blockBtn--action,
.ec-cartRole form .ec-cartRole__actions .ec-blockBtn--cancel {
  width: 360px;
  margin: 0 0 0 20px;
  padding: 20px 0;
  height: auto;
  line-height: 161%;
  border: 1px solid #333;
  transition: 0.3s;
  background-color: #fff;
  color: #333;
}
.ec-cartRole form .ec-cartRole__actions .ec-blockBtn--action:hover,
.ec-cartRole form .ec-cartRole__actions .ec-blockBtn--cancel:hover {
  background-color: #333;
  opacity: 0.6;
  color: #fff;
}
.ec-cartRole form .ec-cartRole__actions .ec-blockBtn--action {
  background-color: #333;
  color: #fff;
}

#page_cart {
  padding-top: 164px;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents {
  max-width: 1200px;
  margin-bottom: 160px;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main {
  max-width: 1200px;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role {
  padding: 0;
  margin: 0;
  max-width: 1200px;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-pageHeader h1 {
  margin: 0 auto 80px;
  padding: 0;
  border: none;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole {
  padding: 0;
  margin: 0;
  max-width: 1200px;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole .ec-cartRole__progress {
  width: 740px;
  margin: 0 auto 40px;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole .ec-cartRole__progress .ec-progress .ec-progress__item .ec-progress__number {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  line-height: 59px;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole .ec-cartRole__progress .ec-progress .ec-progress__item::after {
  top: 2.25em;
  height: 0.2em;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole .ec-cartRole__progress .ec-progress .is-complete .ec-progress__number {
  background-color: #333;
  color: #fff;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole .ec-cartRole__totalText {
  display: none;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole form .ec-cartRole__cart {
  margin: 0;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole form .ec-cartRole__cart .ec-cartTable .ec-cartHeader {
  background: none;
  margin-bottom: 40px;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole form .ec-cartRole__cart .ec-cartTable .ec-cartHeader li {
  background: none;
  padding: 40px 0;
  font-size: 1.2rem;
  border-bottom: 1px solid #333;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole form .ec-cartRole__cart .ec-cartTable .ec-cartRow li {
  padding: 40px 0;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole form .ec-cartRole__cart .ec-cartTable .ec-cartRow li.ec-cartRow__contentColumn .ec-cartRow__img a img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole form .ec-cartRole__cart .ec-cartTable .ec-cartRow li.ec-cartRow__contentColumn .ec-cartRow__summary {
  text-align: left;
  margin-left: 40px;
  width: calc(100% - 150px);
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole form .ec-cartRole__actions {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: 100%;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole form .ec-cartRole__actions .ec-cartRole__total {
  width: 100%;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole form .ec-cartRole__actions .ec-blockBtn--action,
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole form .ec-cartRole__actions .ec-blockBtn--cancel {
  width: 360px;
  margin: 0 0 0 20px;
  padding: 20px 0;
  height: auto;
  line-height: 161%;
  border: 1px solid #333;
  transition: 0.3s;
  background-color: #fff;
  color: #333;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole form .ec-cartRole__actions .ec-blockBtn--action:hover,
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole form .ec-cartRole__actions .ec-blockBtn--cancel:hover {
  background-color: #333;
  opacity: 0.6;
  color: #fff;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartRole form .ec-cartRole__actions .ec-blockBtn--action {
  background-color: #333;
  color: #fff;
}

#page_shopping_login {
  padding-top: 164px;
}
#page_shopping_login .ec-layoutRole .ec-layoutRole__contents {
  max-width: 1200px;
  margin-bottom: 160px;
}
#page_shopping_login .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main {
  max-width: 1200px;
}
#page_shopping_login .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role {
  padding: 0;
  margin: 0;
  max-width: 1200px;
}
#page_shopping_login .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-pageHeader h1 {
  margin: 0 auto 80px;
  padding: 0;
  border: none;
}
#page_shopping_login .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role {
  padding: 0;
  margin: 0;
  max-width: 1200px;
}
#page_shopping_login .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-grid3 .ec-grid3__cell2 {
  width: 60%;
}
#page_shopping_login .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-grid3 .ec-grid3__cell2 form .ec-login {
  margin: 0;
  padding: 80px;
}
#page_shopping_login .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-grid3 .ec-grid3__cell2 form .ec-login .ec-login__icon {
  display: none;
}
#page_shopping_login .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-grid3 .ec-grid3__cell2 form .ec-login .ec-grid2 .ec-grid2__cell .ec-login__actions button {
  background-color: #333;
}
#page_shopping_login .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-grid3 .ec-grid3__cell2 form .ec-login .ec-grid2 .ec-grid2__cell .ec-login__link {
  text-align: left;
}
#page_shopping_login .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-grid3 .ec-grid3__cell {
  width: 40%;
  margin-left: 20px;
}
#page_shopping_login .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-grid3 .ec-grid3__cell .ec-guest {
  padding: 80px;
  margin: 0;
}
#page_shopping_login .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-grid3 .ec-grid3__cell .ec-guest .ec-guest__inner p {
  margin-bottom: 40px;
}
#page_shopping_login .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-grid3 .ec-grid3__cell .ec-guest .ec-guest__inner .ec-guest__actions .ec-blockBtn--cancel {
  background-color: #333;
}

#page_shopping_nonmember {
  padding-top: 164px;
}
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents {
  max-width: 1200px;
  margin-bottom: 160px;
}
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main {
  max-width: 1200px;
}
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-customerRole {
  padding: 0;
  margin: 0;
  max-width: 1200px;
}
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-customerRole .ec-pageHeader h1 {
  margin: 0 0 80px;
  padding: 0;
  border: none;
}
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-customerRole .ec-off1Grid .ec-off1Grid__cell {
  width: 740px;
  margin: 0 auto;
  padding: 0;
}
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-customerRole .ec-off1Grid .ec-off1Grid__cell form .ec-borderedDefs {
  margin-bottom: 80px;
}
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-customerRole .ec-off1Grid .ec-off1Grid__cell form .ec-borderedDefs dl {
  text-align: left;
  padding: 40px 0 30px;
}
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-customerRole .ec-off1Grid .ec-off1Grid__cell form .ec-borderedDefs dl dt {
  padding: 0;
  align-items: center;
}
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-customerRole .ec-off1Grid .ec-off1Grid__cell form .ec-borderedDefs dl dd input {
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 0 0 10px;
  padding: 15px 20px;
  height: auto;
}
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-customerRole .ec-off1Grid .ec-off1Grid__cell form .ec-borderedDefs dl dd input:first-child {
  margin-right: 10px;
}
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-customerRole .ec-off1Grid .ec-off1Grid__cell form .ec-RegisterRole__actions .ec-off4Grid .ec-off4Grid__cell {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-customerRole .ec-off1Grid .ec-off1Grid__cell form .ec-RegisterRole__actions .ec-off4Grid .ec-off4Grid__cell button,
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-customerRole .ec-off1Grid .ec-off1Grid__cell form .ec-RegisterRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
  width: 360px;
  margin: 0;
  padding: 20px 0;
  height: auto;
  line-height: 161%;
  border: 1px solid #333;
  transition: 0.3s;
  background-color: #fff;
  color: #333;
}
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-customerRole .ec-off1Grid .ec-off1Grid__cell form .ec-RegisterRole__actions .ec-off4Grid .ec-off4Grid__cell button:hover,
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-customerRole .ec-off1Grid .ec-off1Grid__cell form .ec-RegisterRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel:hover {
  background-color: #333;
  opacity: 0.6;
  color: #fff;
}
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-customerRole .ec-off1Grid .ec-off1Grid__cell form .ec-RegisterRole__actions .ec-off4Grid .ec-off4Grid__cell button {
  background-color: #333;
  color: #fff;
}

#page_shopping,
#page_shopping_confirm {
  padding-top: 164px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents {
  max-width: 1200px;
  margin-bottom: 160px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main {
  max-width: 1200px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role {
  padding: 0;
  margin: 0;
  max-width: 1200px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-pageHeader h1,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-pageHeader h1 {
  margin: 0 0 80px;
  padding: 0;
  border: none;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole {
  margin: 0;
  padding: 0;
  max-width: 1200px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail {
  padding: 0;
  margin: 0;
  text-align: left;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderAccount,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderAccount {
  margin-bottom: 40px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderAccount .ec-rectHeading,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderAccount .ec-rectHeading {
  margin-bottom: 40px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderAccount .ec-rectHeading h2,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderAccount .ec-rectHeading h2 {
  padding: 20px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderAccount .ec-orderAccount__account p,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderAccount .ec-orderAccount__account p {
  margin-bottom: 10px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderAccount .ec-orderAccount__account p:last-child,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderAccount .ec-orderAccount__account p:last-child {
  margin: 0;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderDelivery .ec-rectHeading,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderDelivery .ec-rectHeading {
  margin-bottom: 40px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderDelivery .ec-rectHeading h2,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderDelivery .ec-rectHeading h2 {
  padding: 20px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderDelivery .ec-orderAccount__account,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderDelivery .ec-orderAccount__account {
  margin-bottom: 40px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderDelivery .ec-orderAccount__account p,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderDelivery .ec-orderAccount__account p {
  margin-bottom: 10px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderDelivery .ec-orderDelivery__edit,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderDelivery .ec-orderDelivery__edit {
  margin-bottom: 40px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderPayment .ec-rectHeading,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderPayment .ec-rectHeading {
  margin-bottom: 40px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderPayment .ec-rectHeading h2,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderPayment .ec-rectHeading h2 {
  padding: 20px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderPayment .ec-radio,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderPayment .ec-radio {
  margin-bottom: 40px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderConfirm .ec-rectHeading,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderConfirm .ec-rectHeading {
  margin-bottom: 40px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderConfirm .ec-rectHeading h2,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__detail .ec-orderConfirm .ec-rectHeading h2 {
  padding: 20px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary {
  padding: 0;
  margin-left: 40px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox {
  padding: 40px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox .ec-totalBox__spec,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox .ec-totalBox__spec {
  margin-bottom: 10px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox .ec-totalBox__total,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox .ec-totalBox__total {
  padding: 20px 0 0;
  margin-bottom: 10px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox .ec-totalBox__paymentTotal,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox .ec-totalBox__paymentTotal {
  margin-bottom: 20px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox button,
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox .ec-blockBtn--cancel,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox button,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox .ec-blockBtn--cancel {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  height: auto;
  line-height: 161%;
  border: 1px solid #333;
  transition: 0.3s;
  background-color: #fff;
  color: #333;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox button:hover,
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox .ec-blockBtn--cancel:hover,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox button:hover,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox .ec-blockBtn--cancel:hover {
  background-color: #333;
  opacity: 0.6;
  color: #fff;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox button,
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main form .ec-orderRole .ec-orderRole__summary .ec-totalBox button {
  background-color: #333;
  color: #fff;
  margin-bottom: 10px;
}

#page_shopping_complete {
  padding-top: 164px;
}
#page_shopping_complete .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main {
  max-width: 1200px;
}
#page_shopping_complete .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role {
  padding: 0;
  margin: 0;
  max-width: 1200px;
}
#page_shopping_complete .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-pageHeader h1 {
  margin: 0 auto 80px;
  padding: 0;
  border: none;
}
#page_shopping_complete .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartCompleteRole {
  margin: 0 0 32vw;
  padding: 0;
}
#page_shopping_complete .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .ec-cartCompleteRole .ec-off3Grid .ec-off3Grid__cell .ec-reportDescription .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
  width: 360px;
  background-color: #333;
}

/******** 特定商取引法に基づく表記 ********/
#page_help_tradelaw {
  padding-top: 164px;
  background: none;
}
#page_help_tradelaw .ec-layoutRole__contents {
  padding: 0;
  margin: 0 auto 160px;
  max-width: 1200px;
}
#page_help_tradelaw .ec-layoutRole__contents .ec-layoutRole__main .ec-role {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
}
#page_help_tradelaw .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-pageHeader {
  margin-bottom: 80px;
}
#page_help_tradelaw .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-pageHeader h1 {
  margin: 0;
  padding: 0;
  text-align: left;
  border: 0;
  font-size: 259%;
  font-weight: normal;
}
#page_help_tradelaw .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-off1Grid .ec-off1Grid__cell {
  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding: 0;
}
#page_help_tradelaw .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-off1Grid .ec-off1Grid__cell .ec-borderedDefs {
  margin: 0;
  padding: 0;
}
#page_help_tradelaw .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-off1Grid .ec-off1Grid__cell .ec-borderedDefs dl {
  margin: 0;
  padding: 0;
  width: 100%;
  align-items: center;
}
#page_help_tradelaw .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-off1Grid .ec-off1Grid__cell .ec-borderedDefs dl dt, #page_help_tradelaw .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-off1Grid .ec-off1Grid__cell .ec-borderedDefs dl dd {
  margin: 0;
  text-align: left;
  padding: 40px 20px;
}
#page_help_tradelaw .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-off1Grid .ec-off1Grid__cell .ec-borderedDefs dl dt {
  font-weight: bold;
}

/******** プライバシーポリシー ********/
#page_help_privacy {
  padding-top: 164px;
  background: none;
}
#page_help_privacy .ec-layoutRole__contents {
  padding: 0;
  margin: 0 auto 160px;
  max-width: 1200px;
}
#page_help_privacy .ec-layoutRole__contents .ec-layoutRole__main .ec-role {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
}
#page_help_privacy .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-pageHeader {
  margin-bottom: 80px;
}
#page_help_privacy .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-pageHeader h1 {
  margin: 0;
  padding: 0;
  text-align: left;
  border: 0;
  font-size: 259%;
  font-weight: normal;
}
#page_help_privacy .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-off1Grid .ec-off1Grid__cell {
  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding: 0;
  text-align: left;
}
#page_help_privacy .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-off1Grid .ec-off1Grid__cell .ec-heading-bold {
  margin-bottom: 40px;
}
#page_help_privacy .ec-layoutRole__contents .ec-layoutRole__main .ec-role .ec-off1Grid .ec-off1Grid__cell p {
  margin-bottom: 40px;
}

/******** お問合せ ********/
#page_contact {
  padding-top: 164px;
  background: none;
}
#page_contact .ec-layoutRole__contents {
  padding: 0;
  margin: 0 auto 160px;
  max-width: 1200px;
}
#page_contact .ec-layoutRole__contents .ec-layoutRole__main .ec-contactRole {
  padding: 0;
  margin: 0;
}
#page_contact .ec-layoutRole__contents .ec-layoutRole__main .ec-contactRole .ec-pageHeader {
  margin-bottom: 80px;
}
#page_contact .ec-layoutRole__contents .ec-layoutRole__main .ec-contactRole .ec-pageHeader h1 {
  margin: 0;
  padding: 0;
  text-align: left;
  border: 0;
  font-size: 259%;
  font-weight: normal;
}
#page_contact .ec-layoutRole__contents .ec-layoutRole__main .ec-contactRole .ec-off1Grid .ec-off1Grid__cell {
  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding: 0;
}
#page_contact .ec-layoutRole__contents .ec-layoutRole__main .ec-contactRole .ec-off1Grid .ec-off1Grid__cell form p.ec-para-normal {
  text-align: left;
  margin-bottom: 80px;
}
#page_contact .ec-layoutRole__contents .ec-layoutRole__main .ec-contactRole .ec-off1Grid .ec-off1Grid__cell form .ec-borderedDefs {
  margin: 0 0 80px;
  padding: 0;
}
#page_contact .ec-layoutRole__contents .ec-layoutRole__main .ec-contactRole .ec-off1Grid .ec-off1Grid__cell form .ec-borderedDefs dl {
  margin: 0;
  padding: 0;
  width: 100%;
  align-items: center;
}
#page_contact .ec-layoutRole__contents .ec-layoutRole__main .ec-contactRole .ec-off1Grid .ec-off1Grid__cell form .ec-borderedDefs dl dt, #page_contact .ec-layoutRole__contents .ec-layoutRole__main .ec-contactRole .ec-off1Grid .ec-off1Grid__cell form .ec-borderedDefs dl dd {
  margin: 0;
  text-align: left;
  padding: 40px 20px;
}
#page_contact .ec-layoutRole__contents .ec-layoutRole__main .ec-contactRole .ec-off1Grid .ec-off1Grid__cell form .ec-borderedDefs dl dt {
  font-weight: bold;
}
#page_contact .ec-layoutRole__contents .ec-layoutRole__main .ec-contactRole .ec-off1Grid .ec-off1Grid__cell form .ec-borderedDefs dl dd {
  text-align: left;
}
#page_contact .ec-layoutRole__contents .ec-layoutRole__main .ec-contactRole .ec-off1Grid .ec-off1Grid__cell form .ec-borderedDefs dl dd input {
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 0 0 10px;
  padding: 15px 20px;
  height: auto;
}
#page_contact .ec-layoutRole__contents .ec-layoutRole__main .ec-contactRole .ec-off1Grid .ec-off1Grid__cell form .ec-borderedDefs dl dd input:first-child {
  margin-right: 10px;
}
#page_contact .ec-layoutRole__contents .ec-layoutRole__main .ec-contactRole .ec-off1Grid .ec-off1Grid__cell form .ec-RegisterRole__actions .ec-off4Grid .ec-off4Grid__cell button.ec-blockBtn--action {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  height: auto;
  line-height: 161%;
  border: 1px solid #333;
  transition: 0.3s;
  background-color: #333;
  color: #fff;
}
#page_contact .ec-layoutRole__contents .ec-layoutRole__main .ec-contactRole .ec-off1Grid .ec-off1Grid__cell form .ec-RegisterRole__actions .ec-off4Grid .ec-off4Grid__cell button.ec-blockBtn--action:hover {
  background-color: #333;
  opacity: 0.6;
  color: #fff;
}
