/* カスタマイズ用CSS */
@charset "UTF-8";

/*
=======================================================
 Fonts
=======================================================
*/

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  src: url('../fonts/NotoSansJP-Regular.woff2') format('woff2'),
    url('../fonts/NotoSansJP-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  src: url('../fonts/NotoSansJP-Medium.woff2') format('woff2'),
    url('../fonts/NotoSansJP-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  src: url('../fonts/NotoSansJP-Bold.woff2') format('woff2'),
    url('../fonts/NotoSansJP-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-weight: 700;
  src: url('../fonts/Inter-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  src: url('../fonts/Montserrat-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  src: url('../fonts/Montserrat-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  src: url('../fonts/Montserrat-Bold.woff') format('woff');
}


/*
=======================================================
 Common
=======================================================
*/

body,
html {
  min-width: 1140px;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #502923;
  height: 100%;
  font-weight: 400;
  position: relative;
  letter-spacing: .02em;
}

.noScroll {
  overflow: hidden;
}

.mont {
  font-family: 'Montserrat', sans-serif;
}

*,
::before,
::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: opacity .3s ease;
  color: #0c6633;
}

button {
  transition: opacity .3s ease;
  outline: none;
  cursor: pointer;
}

a:hover,
button:hover {
  opacity: .7;
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

em {
  font-style: normal;
  font-weight: 700;
}

img {
  vertical-align: bottom !important;
}

input:not([type=number]),
button,
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
}

input:focus,
select:focus {
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

::placeholder {
  color: #b4b4b4;
}

::-webkit-input-placeholder {
  color: #b4b4b4;
}

:-ms-input-placeholder {
  color: #b4b4b4;
}

h1,
h2,
h3,
h4 {
  line-height: 1.1;
}

@media screen and (min-width: 835px) {
  .tb {
    display: none !important;
  }

  /* タブレット（小）以下のみ表示 */
  .tbsp {
    display: none !important;
  }

  /* タブレット（小）以下すべてのデバイス */
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  /* スマホ以下のみ表示 */
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

/*
=======================================================
 EC Default
=======================================================
*/

.bg-load-overlay {
  display: none !important;
}

.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

/*
=======================================================
 Header
=======================================================
*/

.ec-layoutRole__header {
  border-top: 8px solid #066733;
  background: #fff;
}

.ec-layoutRole__header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
}

.header_container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}

.ec-headerRole__navSP {
  display: none;
}

.ec-headerRole__navSP .navItem_login {
  width: 54px;
  margin-right: 10px;
}

.ec-headerRole__navSP .navItem_login a {
  display: block;
  font-size: 9px;
  color: #502923;
  text-align: center;
}

.ec-headerRole__navSP .navItem_login a::before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: url(../img/common/icon_gnav_mypage.svg) center top no-repeat;
  background-size: contain;
  margin: 10px 0 2px 0;
}

.ec-headerNaviRole {
  margin: 0;
  width: auto;
  padding: 0;
  color: #502923;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ec-headerNaviRole .ec-headerNaviRole__left,
.ec-headerNaviRole .ec-headerNaviRole__right {
  width: auto;
}

#global,
#global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#global {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.loggedin .headerBanner {
  display: none;
}

.headerBanner {
  margin-right: 14px;
}

.headerBanner a {
  display: block;
}

.headerBanner span {
  display: inline-block;
  font-size: 8px;
  text-align: right;
  letter-spacing: -.05em;
  margin-right: -1em;
  color: #656565;
}

#global li {
  width: 90px;
  text-align: center;
}

#global li a {
  display: block;
  font-size: 13px;
  font-weight: 500;
}

#global li a::before {
  content: '';
  display: block;
  width: 100%;
  height: 60px;
}

#global li.navItem_home a::before {
  background: url(../img/common/icon_gnav_home.svg) center center no-repeat;
}

#global li.navItem_search a::before {
  background: url(../img/common/icon_gnav_search.svg) center center no-repeat;
}

#global li.navItem_signup a::before {
  background: url(../img/common/icon_gnav_signup.svg) center center no-repeat;
}

#global li.navItem_cart a::before {
  background: url(../img/common/icon_cart.svg) center center no-repeat;
}

#global li.navItem_faq a::before {
  background: url(../img/common/icon_gnav_faq.svg) center center no-repeat;
}

#global li.navItem_mypage a::before {
  background: url(../img/common/icon_gnav_mypage.svg) center center no-repeat;
}

#global li.navItem_history a::before {
  background: url(../img/common/icon_gnav_history.svg) center center no-repeat;
}

#global li.navItem_logout a::before {
  background: url(../img/common/icon_gnav_logout.svg) center center no-repeat;
}

.navItem_cart a,
.navItem_login a {
  position: relative;
}

.cart_badge {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 12px;
  top: 6px;
  color: #fff;
  background: #e64c1c;
  border-radius: 50%;
  line-height: 25px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

/*
=======================================================
 Minimized Header
=======================================================
*/

.miniHeader .header_container {
  height: 70px;
}

.miniHeader .headerBanner {
  margin-right: 0;
}

.miniHeader .headerBanner a {
  width: 209px;
  height: 100%;
  background: url(../img/common/banner_mini_signup.svg) center 3px no-repeat;
}

.miniHeader .headerBanner img {
  display: none;
}

.miniHeader #logo img {
  height: 56px;
}

.miniHeader #global ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.miniHeader #global li {
  width: auto;
  margin-left: 33px;
}

.miniHeader #global li:first-child {
  margin-left: 20px;
}

.miniHeader #global li a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.miniHeader #global li a::before {
  display: inline-block;
  width: 29px;
  background-size: auto 21px !important;
  background-position: left center !important;
}

.miniHeader #global li:nth-child(3) a::before {
  width: 24px;
}

.miniHeader #global li.navItem_cart a::before,
.miniHeader #global li.navItem_login a::before {
  width: 37px;
}

.miniHeader .cart_badge {
  width: 16px;
  height: 16px;
  right: auto;
  left: 16px;
  top: 14px;
  font-size: 9px;
  line-height: 16px;
}

/*
=======================================================
 Search Form
=======================================================
*/

.searchBlock form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 80px;
}

.searchBlock__category {
  margin-right: 15px;
}

.searchBlock select {
  font-family: 'Noto Sans JP', sans-serif;
  background: #e4e4e4 url(../img/select_arrow.svg) right center no-repeat;
  background-size: auto 100%;
  border: none;
  padding: 15px 35px 15px 14px;
  border-radius: 4px;
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 700;
  width: 180px;
}

.searchBlock__keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.searchBlock__keyword input,
.searchBlock__keyword button {
  display: block;
}

.searchBlock__keyword input {
  border: 2px solid #0c6633;
  border-right: none;
  border-radius: 6px 0 0 6px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

button.searchBlock__keywordBtn {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .2em;
  border: 2px solid #0c6633;
  border-left: none;
  border-radius: 0 6px 6px 0;
  padding: 0 20px 0 23px;
  background: -moz-linear-gradient(72.22deg, #11683d 7.83%, #05c145 90.81%);
  background: -webkit-linear-gradient(72.22deg, #11683d 7.83%, #05c145 90.81%);
  background: linear-gradient(72.22deg, #11683d 7.83%, #05c145 90.81%);
}

/*
=======================================================
 First Page
=======================================================
*/

.overlay {
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
}

.sort_member_container {
  max-width: 907px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border: 6px solid #8ec6a8;
  border-radius: 20px;
  padding: 25px 0;
  text-align: center;
  color: #545454;
  font-size: 14px;
  line-height: 1.68;
}

.sort_member_heading {
  font-size: 25px;
  font-weight: 700;
  color: #066733;
  line-height: 1.58;
  margin-bottom: 10px;
}

.sort_member_heading h2 {
  font-size: 32px;
  color: #454545;
  line-height: 1.5;
}

.sort_member_heading h2 span:first-of-type {
  font-size: 28px;
  display: block;
}

.box_sort {
  margin: 20px 0 27px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box_sort>div {
  width: 29.3%;
  margin: 0 20px;
  min-width: 262px;
}

.box_sort span {
  display: block;
  font-weight: 700;
  margin-bottom: 9px;
}

.registered {
  color: #066733;
}

.unregistered {
  color: #ff7a00;
}

.box_sort button {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 21px 0;
  border-radius: 60px;
}

.btn_to_login {
  background: -webkit-linear-gradient(70.76deg, #11683D 33.88%, #05C145 90.66%);
  background: -moz-linear-gradient(70.76deg, #11683D 33.88%, #05C145 90.66%);
  background: linear-gradient(70.76deg, #11683D 33.88%, #05C145 90.66%);
}

.btn_to_entry {
  background: -webkit-linear-gradient(84.99deg, #FF5C00 41.41%, #FFB800 97.13%);
  background: -moz-linear-gradient(84.99deg, #FF5C00 41.41%, #FFB800 97.13%);
  background: linear-gradient(84.99deg, #FF5C00 41.41%, #FFB800 97.13%);
}

.btn_to_contact a {
  display: inline-block;
  padding: 0 38px;
  border: 2px solid #066733;
  color: #066733;
  border-radius: 50px;
}

.btn_to_contact a span {
  display: block;
  padding: 10px 0 10px 28px;
  font-size: 16px;
  font-weight: 700;
  background: url(../img/icon_mail.svg) left center no-repeat;
}

.mainBottom_container {
  max-width: 1043px;
  padding: 90px 20px;
  margin: 0 auto;
}

.mainBottom_container h3 {
  font-size: 41px;
  font-weight: 700;
  color: #066733;
  text-align: center;
}

.mainBottom_container h3 span {
  display: inline-block;
  font-size: 81px;
  margin: 0 12px 0 14px;
  transform: translateY(4px);
}

.benefit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

.benefits {
  width: 29.32%;
  position: relative;
}

.benefits>span {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #066733;
  position: absolute;
  line-height: 1.3;
  top: -40px;
  left: 15px;
}

.benefits>span::before {
  content: 'メリット';
  display: block;
  font-size: 12.5px;
  letter-spacing: .06em;
}

.benefits>span::after {
  content: '';
  display: block;
  width: 40px;
  height: 5px;
  background: #066733;
  margin: 2px auto 0 auto;
}

.benefits .illust {
  margin-bottom: 20px;
}

.benefits p {
  font-size: 14px;
  font-weight: 500;
  color: #3d4943;
}

.bottom_content .sort_member_container {
  border-width: 7px;
  padding-top: 40px;
  padding-bottom: 50px;
  width: 100%;
  max-width: 1003px;
}

.bottom_content .box_sort {
  margin: 45px 0;
}


/*
=======================================================
 Front Page
=======================================================
*/

.mainTop {
  background: url(../img/main_visual.jpg) center top no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.order_shortcut {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order_shortcut.notaccept {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.order_shortcut>div {
  background: #fff;
  border-radius: 26px;
  text-align: center;
}

.box_preorder {
  border: 7px solid #ff8a00;
  width: 38%;
}

.box_regorder {
  border: 7px solid #066733;
  width: 57.3%;
}

.box_heading {
  padding: 20px 0;
  border-radius: 15px 15px 0 0;
  font-size: 0;
}

.box_preorder .box_heading {
  background: #ff8a00;
}

.box_regorder .box_heading {
  background: #066733;
}

.box_heading span {
  display: inline-block;
  font-size: 32.6px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding-bottom: 4px;
}

.box_preorder .box_heading span {
  padding-left: 46px;
  background: url(../img/icon_preorder.svg) left center no-repeat;
}

.box_regorder .box_heading span {
  padding-left: 40px;
  background: url(../img/icon_order.svg) left center no-repeat;
}

.box_preorder .box_content {
  padding: 40px 47px;
}

.box_regorder .box_content {
  padding-top: 22px;
}

.box_regorder .box_content>span {
  font-size: 29px;
  font-weight: 500;
  color: #423f1c;
}

.box_preorder .box_content h3 span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 1px;
  display: block;
}

.box_preorder .box_content h3 {
  color: #ff7a00;
  font-size: 28px;
  line-height: 1;
  letter-spacing: .1em;
}

.box_preorder .box_content p {
  font-size: 14px;
  font-weight: 700;
  color: #ff7a00;
  margin: 23px 0 18px 0;
}
.box_preorder.not_login .box_content {
  padding: 29px 47px;
}
.box_preorder.not_login .box_content p {
  margin: 9px 0 18px 0;
}

.notaccept .box_preorder .box_content p {
  font-size: 16px;
  margin: 0 0 10px 0;
}

.box_regorder .box_content p {
  font-size: 15px;
  font-weight: 700;
  color: #26a112;
  margin: 10px 0 18px 0;
}

.box_content_bottom {
  background: #f6f4ec;
  border-radius: 0 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
  margin-top: 24px;
}

.box_content_bottom p {
  margin: 10px 0 !important;
  font-size: 13px !important;
  color: #0c6633 !important;
  line-height: 1.5;
  text-align: left;
}

button.btn_top_shortcut {
  border: none;
  color: #fff;
  border-radius: 30px;
  padding: 21px 24px;
  min-width: 260px;
  font-size: 16px;
  font-weight: 700;
}

.box_preorder button.btn_top_shortcut {
  background: -moz-linear-gradient(84.99deg, #ff5c00 41.41%, #ffb800 97.13%);
  background: -webkit-linear-gradient(84.99deg, #ff5c00 41.41%, #ffb800 97.13%);
  background: linear-gradient(84.99deg, #ff5c00 41.41%, #ffb800 97.13%);
}

.box_regorder button.btn_top_shortcut {
  background: -moz-linear-gradient(70.76deg, #11683d 33.88%, #05c145 90.66%);
  background: -webkit-linear-gradient(70.76deg, #11683d 33.88%, #05c145 90.66%);
  background: linear-gradient(70.76deg, #11683d 33.88%, #05c145 90.66%);
}

.ec-layoutRole__mainBottom .ec-role {
  background: #f6f5ec;
  width: 100%;
  max-width: none;
}

/* News // --- */
.ec-newsRole {
  max-width: 1140px;
  margin: 0 auto;
  padding: 73px 20px 60px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ec-secHeading {
  color: #502923;
  font-size: 30px;
  font-weight: 500;
}

.ec-newsRole .ec-newsRole__news {
  width: 81.2%;
  border: none;
  padding: 0;
}

.ec-newsRole .ec-newsRole__newsItem {
  background: #fff;
  padding: 20px 16px 20px 30px;
}

.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
  border-bottom: none;
  margin-bottom: 4px;
}

.ec-newsRole .ec-newsRole__newsItem.hot {
  background: #ffdd2d;
}

.ec-newsRole .ec-newsRole__newsHeading {
  line-height: 2;
}

.ec-newsRole .ec-newsRole__newsDate {
  vertical-align: bottom;
  font-family: 'Montserrat', sans-serif;
  color: #8e8e8e;
  font-size: 14px;
  letter-spacing: .08em;
  min-width: 99px;
}

.ec-newsRole .ec-newsRole__newsColumn {
  min-width: calc(100% - 99px);
}

.ec-newsRole .ec-newsRole__newsTitle,
.ec-newsRole .ec-newsRole__newsDescription {
  font-size: 14px;
  font-weight: 400;
  color: #545454;
}

.ec-newsRole .hot .ec-newsRole__newsTitle::before {
  content: 'おすすめ！';
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 4px 2px 4px 5px;
  background: #e64c1c;
  border-radius: 4px;
  letter-spacing: -.05em;
  margin-right: 10px;
}

.ec-newsRole__newsItem .ec-newsRole__newsDescription {
  padding: 0 60px 0 99px;
  margin-top: 0 !important;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
  background: #c6dacf;
  border-radius: 4px;
  width: 27px;
  height: 27px;
  font-size: 20px;
}

.ec-newsRole .hot .ec-newsRole__newsCloseBtn {
  background: #74533e;
}

.ec-newsRole .ec-newsRole__newsCloseBtn i {
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ec-newsRole__newsItem.is_active .ec-newsRole__newsCloseBtn i {
  transform: translate(-50%, -50%) rotate(180deg);
}

/* --- // News */
.productList {
  width: 100%;
}

.productList_heading {
  padding: 80px 0 77px 0;
  text-align: center;
  color: #066733;
  position: relative;
  background: url(../img/productList_heading_bg.jpg) center top no-repeat;
  background-size: cover;
}

.front_page .productList h2 {
  position: relative;
  z-index: 2;
}

.front_page .productList h2 span {
  display: inline-block;
  padding-left: 60px;
  background: url(../img/icon_order_gr.svg) left center no-repeat;
  background-size: 40.77px 45.81px;
  font-size: 41px;
  font-weight: 700;
  padding-bottom: 4px;
}

.productList_heading p {
  font-size: 19px;
  font-weight: 700;
  margin: 35px 0 50px 0;

}

.front_page .productList_content {
  margin-top: -79px;
  position: relative;
  z-index: 5;
}

.tab_container {
  border-bottom: 7px solid #502923;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 77px;
  background: #3cb428;
  margin: 0 5px;
  width: 280px;
  border-radius: 9px 9px 0 0;
  transition: background .3s ease;
  cursor: pointer;
}

.tab li.active {
  background: #502923;
}

.tab li a {
  display: contents;
}

.tab li span {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  width: 100%;
  text-align: center;
  letter-spacing: .06em;
  padding-top: 5px;
}

.tab_content {
  display: none;
}

.tab_content.show {
  display: block;
}

.front_page .catalog {
  padding: 40px 20px 80px;
  position: relative;
}

.front_page .catalog::before {
  /*content: '';
		display: block;
		width: 100%;
		height: 41.5%;
		position: absolute;
		top: 0;
		left: 0;
		background: #f6f5ec;*/
}

.productList h3 {
  /*font-size: 39px;*/
  font-weight: 500;
  text-align: center;
  /*margin-bottom: 40px;*/
  position: relative;
  z-index: 2;
  font-size: 38px;
  margin-bottom: 20px;
  color: #066733;
}

/* Slick // --- */

.carousel {
  max-width: 1100px;
  margin: 0 auto;
}

.slick-slider.carousel li {
  padding: 0 12.5px;
}

.item_image {
  border-radius: 9px;
  transition: opacity .3s ease;
  overflow: hidden;
  background: #fff;
}

.carousel .item_image {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.11);
}

.ec-shelfGrid .ec-shelfGrid__item img,
.item_image img {
  max-width: 100%;
  object-fit: contain;
}

.item_name {
  text-align: center;
  padding: 26px 0 0 0;
  color: #502923;
  font-weight: 500;
  text-align: left;
}

a:hover .item_image,
a:hover .item_name {
  opacity: .7;
}

.slick-arrow {
  position: absolute;
  background: #fff;
  border: 3px solid #066733;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  z-index: 10;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  text-align: left;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
}

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

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

.slick-arrow::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #066733;
  position: absolute;
}

.slick-prev::after {
  border-left: 3px solid #066733;
  transform: rotate(-45deg);
  top: 13px;
  left: 13px;
}

.slick-next::after {
  border-right: 3px solid #066733;
  transform: rotate(45deg);
  top: 13px;
  right: 13px;
}

.slick-arrow:hover {
  opacity: 1;
}

/* --- // Slick */

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

.btn_more button {
  border: 2px solid #066733;
  border-radius: 40px;
  font-weight: 700;
  color: #066733;
  background: #fff;
  width: 205px;
  height: 52px;
}

.bottom_content {
  margin-top: 40px;
  margin-bottom: 190px;
  padding: 0 20px;
}

.aboutWOS--wrap {
  background-color: #F6F5EC;
}

.aboutWOS {
  max-width: 1100px;
  margin: 0 auto;
  /*border: 3px solid #502923;*/
  /*border-radius: 9px;*/
  /*background: #fffef6;*/
  /*padding: 40px 50px;*/
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.aboutWOS h4 {
  /*font-size: 26px;*/
  font-weight: 700;
  /*margin-right: 87px;*/
  white-space: nowrap;
  font-size: 24px;
  margin-right: 30px;
}

.aboutWOS h4 span {
  /*font-size: 15px;*/
  font-weight: 400;
  color: #066733;
  display: block;
  /*margin-bottom: 20px;*/
  font-size: 14px;
  margin-bottom: 10px;
}

.aboutWOS p {
  /*font-size: 14px;*/
  font-weight: 500;
  line-height: 152%;
  font-size: 12px;
}

.aboutWOS p span {
  display: block;
  padding-top: 3px;
  font-size: 11px;
}
.aboutWOS p span.headline{
  font-size: 12px;
}
.aboutWOS p span.headline a{
  text-decoration: underline;
}
.aboutWOS a {
  text-decoration: underline;
}
/*
=======================================================
 Page - Common
=======================================================
*/

.pageTop,
.mypageTop,
.helppageTop {
  background: #fafafa;
}

.page_heading {
  background: #e6ede9;
}

.page_heading_title {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_type_regorder {
  background: #066733;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  justify-content: center;
  padding: 0 35px;
}

.page_type_regorder span {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .06em;
  padding-left: 20px;
  background: url(../img/icon_order.svg) left center no-repeat;
  background-size: 16px auto;
}

.page_heading_title h1 {
  padding: 37px 37px 40px 37px;
  font-size: 31px;
  font-weight: 700;
  color: #066733;
  line-height: 1;
}

.breadcrumb {
  max-width: 1140px;
  padding: 8px 20px;
  margin: 0 auto;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.breadcrumb ul {
  display: inline-block;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb li {
  font-size: 13px;
  font-weight: 500;
  color: #666;
}

.breadcrumb li:not(:last-child)::after {
  content: '\f054';
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 10px;
  color: #aeaeae;
  vertical-align: middle;
  margin: 0 8px 0 15px;
}

.page_container {
  padding: 60px 0;
}

.page_content {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

/*
=======================================================
 Product List
=======================================================
*/

.ec-searchnavRole {
  max-width: 1140px;
}

.ec-searchnavRole .ec-searchnavRole__infos {
  border: none;
  padding-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.ec-searchnavRole .ec-searchnavRole__counter {
  width: 26%;
  color: #066733;
  font-size: 15px;
}

.ec-searchnavRole .ec-searchnavRole__counter span {
  font-weight: 700;
}

.ec-searchnavRole .ec-searchnavRole__counter span:first-of-type {
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  margin-right: 3px;
}

.ec-searchnavRole .ec-pagerRole {
  width: 29%;
}

.bottom_content .ec-pagerRole {
  margin-top: 110px;
}

.ec-pager {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ec-pager .ec-pager__item,
.ec-pager .ec-pager__item--active {
  padding: 0;
  padding-left: 9px;
  background: none;
}

.ec-pager .ec-pager__item:hover {
  background: none;
}

.ec-pager .ec-pager__item a,
.ec-pager .ec-pager__item--active a {
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #898989;
  padding: 0;
  width: 35px;
  line-height: 33px;
  font-size: 14px;
  font-weight: 700;
  color: #787878;
}

.ec-pager .ec-pager__item--active a:hover {
  color: #fff;
}

.ec-pager .ec-pager__item--active a {
  background: #066733;
  color: #fff;
  border-color: #066733;
}

.ec-pager .ec-pager__item i {
  font-size: 12px;
  color: #066733;
}

.ec-searchnavRole .ec-searchnavRole__actions {
  width: 45%;
}

.select_navSort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select_navSort span {
  display: inline-block;
  margin: 0 13px 0 27px;
}

.nav_sort span:first-of-type {
  margin-left: 0;
}

.select_navSort select {
  background: #fff;
  border: 1px solid #666;
  font-family: 'Noto Sans JP', sans-serif;
  background: url(../img/select_arrow.svg) right center no-repeat;
  background-size: auto 100%;
  padding: 14px 40px 14px 25px;
  border-radius: 4px;
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 500;
}

.ec-shelfRole {
  background: #f7f5ec;
  width: 100%;
  padding: 0 0 180px 0;
  max-width: none;
}

.ec-shelfNote {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.ec-shelfNote__inner {
  border: 2px solid #066733;
  border-radius: 4px;
  padding: 20px;
  background-color: #fff;
}

.ec-shelfNote__txt01 {
  color: #066733;
}

.ec-shelfGrid {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
}

#page_product_list .ec-shelfRole {
  padding-top: 40px;
}

.ec-shelfGrid .ec-shelfGrid__item {
  width: 46.45%;
  padding: 0 !important;
  margin-top: 110px;
  display: block;
  position: relative;
}

.ec-shelfGrid__item a {
  display: block;
}

.item_detail_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.item_detail_left {
  width: 39%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* ▼ add_210510 */
  /*margin-right: 20px;*/
  /* ▲ add_210510 */
}

/* ▼ add_210510 */
.item_detail_right {
  width: 56%;
}

/* ▲ add_210510 */

.ec-shelfGrid .item_image {
  box-shadow: none;
  position: relative;
}

.ec-shelfGrid .item_image .icon_limited {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 0.25em 0.5em;
  border-radius: 4px;
}

.ec-shelfGrid .item_image .icon_limited.regular_delivery {
  background-color: #3CB428;
}

.ec-shelfGrid .item_image .icon_limited.regular_self_pickup {
  background-color: #502923;
}

.ec-shelfGrid .item_name {
  padding: 0;
  font-weight: 700;
  color: #454545;
  margin-bottom: 1em;
  text-align: left;
}

.ec-shelfGrid .item_desc {
  font-size: 12px;
  line-height: 1.9;
  margin-bottom: 30px;
  color: #7d7d7d;
}

.price {
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #066733;
  text-align: right;
  margin-bottom: 8px;
}

.price .tax {
  font-size: 12px;
  font-weight: 500;
}

.deduct {
  font-size: 12px;
  font-weight: 500;
  color: #fb7575;
  text-align: right;
}

.form_btn_favorite {
  z-index: 10;
  left: 0;
  bottom: 4px;
}

.btn_addFavorite {
  background: #c4c4c4;
  border: none;
  border-radius: 3px;
  padding: 0 11px;
}

.ec-shelfGrid__item a.btn_addFavorite {
  display: inline-block;
}

.btn_addFavorite.favorited {
  border: 1px solid #f75151;
  background: #fff;
}

.btn_addFavorite>span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: url(../img/icon_btn_addfavorite.svg) left center no-repeat;
  padding: 10px 0;
  padding-left: 23px;
}

.btn_addFavorite.favorited>span {
  background-image: url(../img/icon_btn_favorite.svg);
  color: #fb7d7c;
}

.item_detail_bottom,
.item_detail_bottom form {
  margin-top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.select_numberInput {
  text-align: right;
  width: 30%;
  white-space: nowrap;
  margin-right: 13px;
}

.select_numberInput span {
  font-size: 14px;
  font-weight: 500;
  color: #7f7f7f;
  display: inline-block;
  margin-right: 9px;
}

.select_numberInput form,
.select_numberInput .form_wrap {
  display: inline-block;
  width: 50%;
}

.select_numberInput .form_wrap input[type=number] {
  width: 100% !important;
  margin: 0 !important;
}

.box_input {
  position: relative;
  width: 100%;
}

.box_input::before,
.box_input::after {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 14px;
  color: #aeaeae;
  position: absolute;
  right: 9px;
  pointer-events: none;
}

.box_input::before {
  content: '\f0d8';
  top: 6px;
}

.box_input::after {
  content: '\f0d7';
  bottom: 6px;
}

@media all and (-ms-high-contrast:none) {

  /* IE11 */
  *::-ms-backdrop,
  .box_input::before {
    content: '';
  }

  *::-ms-backdrop,
  .box_input::after {
    content: '';
  }
}

input[type=number] {
  font-family: 'Inter', sans-serif;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 19px;
  padding: 8px;
  padding-right: 28px;
  border: 1px solid #8e8d8d;
  border-radius: 3px;
  text-align: right;
  color: #333;
  -moz-appearance: textfield;
}

input[type=number]:disabled {
  background-color: #E8E8E8;
}

input[type=number]::-webkit-inner-spin-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: scale(5);
  transform-origin: right center;
  opacity: 0;
  cursor: pointer;
}

.btn_addcart {
  padding: 0 29px;
  background: #ff5c00;
  border: none;
  border-radius: 3px;
  display: block;
  cursor: pointer;
}

.btn_addcart:disabled {
  /*background: #909090;*/
  background: #C4C4C4;
  cursor: default;
}

.btn_addcart span {
  color: #fff;
  padding: 13px 0;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  background: url(../img/icon_addcart.svg) left center no-repeat;
}

/*
=======================================================
 Product Detail
=======================================================
*/

.ec-productRole {
  max-width: 1140px;
  margin-top: 80px;
}

.ec-sliderItemRole {
  width: 50.9%;
  padding: 0;
  line-height: 1;
  margin: 0;
}

.item_visual {
  position: relative;
  margin-bottom: 20px;
  border-radius: 9px;
  overflow: hidden;
}

.item_visual::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  z-index: 2;
}

.item_visual li img {
  object-fit: contain;
}

.ec-sliderItemRole .icon_limited {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: flex-end;
  transform: translate(-8px, -64px);
}

.ec-sliderItemRole .icon_limited__inner {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 0.5em;
  border-radius: 4px;
}

.ec-sliderItemRole .icon_limited__inner.regular_delivery {
  background-color: #3CB428;
}

.ec-sliderItemRole .icon_limited__inner.regular_self_pickup {
  background-color: #502923;
}

.ec-sliderItemRole .item_nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* ▼ add_210510 */
  /*justify-content: space-between;*/
  /* ▲ add_210510 */
}

.ec-sliderItemRole .icon_limited+.item_nav {
  margin-top: -20px;
}

.ec-sliderItemRole .slideThumb {
  border: 1px solid #dfdfdf;
  width: 32.6%;
  border-radius: 6px;
  opacity: 1;
  overflow: hidden;
}

/* ▼ add_210510 */
.ec-sliderItemRole .slideThumb:not(:nth-child(3n)) {
  margin-right: 1.1%;
}

/* ▲ add_210510 */

.ec-sliderItemRole .slideThumb img {
  width: 100%;
  object-fit: contain;
}

.ec-productRole .ec-productRole__profile {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 6%;
  font-size: 14px;
  color: #666;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 23px;
  font-weight: 700;
  color: #333;
}

.ec-productRole .ec-productRole__code {
  padding: 0;
  margin-top: 15px;
  border-bottom: none;
}

.ec-productRole .ec-productRole__category {
  padding: 0;
  margin: 15px 0;
  border-bottom: none;
  display: none;
}

.ec-productRole .ec-productRole__category li {
  display: inline-block;
}

.ec-productRole .ec-productRole__category li:not(:last-child)::after {
  content: '\f054';
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 10px;
  color: #aeaeae;
  vertical-align: middle;
  margin: 0 8px 0 15px;
}

.ec-productRole .ec-productRole__category a {
  color: #666;
}

.ec-productRole .ec-productRole__price {
  padding: 0;
  border: none;
  text-align: right;
  margin-top: 60px;
  margin-bottom: 30px;
}

.ec-price .ec-price__price {
  font-family: 'Inter', sans-serif;
  font-size: 29px;
  padding: 0;
  color: #066733;
}

.ec-price {
  font-size: 0;
}

.ec-price .ec-price__price>span {
  font-size: 42px;
  font-weight: 700;
  margin-left: 5px;
}

.ec-price .ec-price__tax {
  font-size: 12px;
  font-weight: 500;
  color: #066733;
}

.ec-productRole__price .deduct {
  margin-top: 5px;
}

.item_detail_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_detail_cart .select_numberInput {
  text-align: left;
  width: 20%;
}

.item_detail_cart .box_input {
  display: inline-block;
}

.item_detail_cart input[type=number] {
  color: #333;
  border-color: #666;
}

.item_detail_cart input[type=number]:disabled {
  color: #8E8D8D;
}

.item_detail_cart .form_cart_btn {
  width: 64.6%;
}

.item_detail_cart .btn_addcart {
  width: 100%;
}

.item_detail_cart .btn_addcart span {
  padding: 20px 0;
  padding-left: 26px;
  font-size: 16px;
}

.ec-productRole .ec-productRole__description {
  margin: 50px 0;
  line-height: 2;
}

.ec-productRole .ec-productRole__makerUrl {
  word-break: break-all;
}

.item_detail_container .btn_addFavorite {
  padding: 0 14px;
}

.item_detail_container .form_btn_favorite {
  /* ▼ add_210510 */
  /*text-align: right;*/
  /* ▲ add_210510 */
  margin-top: 30px;
}

.item_detail_container .btn_addFavorite>span {
  font-size: 13px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.relatedItems {
  background: #f6f5ec;
  padding: 70px 0 90px 0;
  margin-bottom: 100px;
}

.relatedItems_heading h2 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 60px;
  color: #066733;
}

.relatedItems .item_name {
  margin-bottom: 14px;
}

.relatedItems .item_price {
  margin-bottom: 14px;
  padding-top: 0;
}


.item_desc {
  font-size: 11px;
  color: #3b4043;
}


/*
=======================================================
 Modal
=======================================================
*/

.ec-modal {
  display: block;
  opacity: 0;
  z-index: -1;
  transition: opacity .3s ease;
}

.ec-modal.shown {
  opacity: 1;
  z-index: 9999;
}

.ec-modal .ec-modal-overlay {
  background: rgba(0, 0, 0, .6);
}

.ec-modal .ec-modal-wrap {
  width: 55%;
  padding: 80px 0;
  border: none;
  border-radius: 8px;
}

.ec-modal .ec-modal-close {
  width: 29px;
  height: 29px;
  font-size: 0;
  top: 30px;
  right: 35px;
}

#ec-modal-header {
  font-size: 28px;
  font-weight: 700;
  color: #454545;
}

.ec-modal .ec-role {
  margin-top: 40px;
}

.ec-modal .ec-role span,
.ec-modal .ec-role a {
  width: 26.75%;
  padding: 14px;
  margin: 0 9px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 700;
  border: none;
}

.ec-modal .ec-role span {
  background: #066733;
}

.ec-modal .ec-role a {
  background: #ff5c00;
}

.ec-modal__add-cart-disable {
  font-size: 18px !important;
  padding: 0 20px;
}


/*
=======================================================
 Cart
=======================================================
*/

.ec-cartRole {
  max-width: none;
  padding: 0;
  margin-bottom: 70px;
}

.ec-cartRole .ec-cartRole__progress {
  padding: 0 20px;
  background: #f4f4f4;
}

.ec-progress {
  padding: 40px 0 50px 0;
  margin-bottom: 0;
  max-width: none;
  width: auto;
}

.ec-progress .ec-progress__item {
  padding: 0 27px;
}

.ec-progress .ec-progress__item:after {
  content: none;
}

.ec-progress .ec-progress__number {
  background: #e1e1e1;
  width: 74px;
  height: 74px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 74px;
  position: relative;
  left: 0;
  margin-bottom: 13px;
}

.ec-progress .is-complete .ec-progress__number {
  background: #066733;
}

.ec-progress .ec-progress__number::after {
  content: '';
  position: absolute;
  display: block;
  background: #e1e1e1;
  width: 100%;
  height: 3px;
  top: 50%;
  left: 100%;
  z-index: -1;
}

.ec-progress li:last-child .ec-progress__number::after {
  content: none;
}

.ec-progress .ec-progress__label {
  color: #6a6a6a;
  padding: .5em 0;
}

.ec-progress .is-complete .ec-progress__label {
  color: #066733;
}

.ec-progress li:nth-child(3) .ec-progress__label,
.ec-progress li:nth-child(4) .ec-progress__label {
  padding: 0;
}

.cart_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.ec-cartRole__cart {
  width: 68%;
  max-width: 750px;
}

.ec-cartTable {
  width: 100%;
  margin-bottom: 110px;
}

.ec-cartTable th {
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 8px;
  /*text-align: center;*/
  text-align: left;
}

.ec-cartTable th:first-child {
  /*text-align: left;*/
}

.ec-cartTable td {
  padding: 30px 0;
  vertical-align: top;
  border-bottom: 1px solid #cfcfcf;
}

.ec-cartTable tr:last-child td {
  border-bottom: none;
}


.ec-cartRow__contentColumn {
  width: 19.9%;
}

.ec-cartRow__summary {

  width: 40%;
  padding: 0 8% 0 1.2%;
}

.ec-cartRow__amountColumn {
  width: 20%;
}

.ec-cartRow__editColumn {
  width: 27px;
}

.ec-cartRow__img {
  width: 75%;
  margin: auto;
}

.ec-cartRow__img a {
  display: block;
  position: relative;
}

.ec-cartRow__img a .icon_limited {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  height: 1;
  padding: 1px 0.5em;
  border-radius: 4px;
  white-space: nowrap;
}

.ec-cartRow__img a .icon_limited.regular_delivery {
  background-color: #3CB428;
}

.ec-cartRow__img a .icon_limited.regular_self_pickup {
  background-color: #502923;
}

.ec-cartRow__img img {
  width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}

@media all and (-ms-high-contrast:none) {
  .ec-cartRow__img {
    width: 111px;
  }

  .ec-cartRow__img img {
    max-width: 111px;
  }
}

.ec-cartRow__name {
  margin-bottom: 1em;
  font-size: 15px;
  line-height: 1.46;
}

.ec-cartRow__name a {
  color: #502923;
}

.ec-cartRow__unitPrice {
  color: #8f8f8f;
}

.ec-cartRow__summary .deduct {
  text-align: left;
  font-size: 13px;
}

.ec-cartRow__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ec-cartRow__amount span {
  line-height: 1;
  color: #333;
  margin: 0 auto 10px;
}

.ec-cartRow__amount .box_input {
  display: flex;
  width: 80%;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
  overflow: hidden;
}

.ec-cartRow__amount .box_input::before {
  display: none;
}

.ec-cartRow__amount .box_input::after {
  display: none;
}

.ec-cartRow__amount input[type=number] {
  border: 1px solid #C0C0C0;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  color: #666;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.ec-cartRow__amount .quantity {
  border: 1px solid #C0C0C0;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
}

.ec-cartRow__amount .quantity input {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
}

.ec-cartRow__amount a.btnspinner,
.ec-cartRow__amount input.btnspinner {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  user-select: none;
  cursor: pointer;
  width: 60px;
  background-color: #F4F4F4;
  display: flex;
  /* ▼add_210512 */
  align-items: center;
  /* ▲add_210512 */
}

.ec-cartRow__amount div.btnspinner {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  user-select: none;
  width: 60px;
  background-color: #F4F4F4;
  display: flex;
  /* ▼add_210512 */
  align-items: center;
  /* ▲add_210512 */
}

.ec-cartRow__amount div.btnspinner span {
  margin: auto;
  font-weight: bold;
  color: #AAA;
}

.ec-cartRow__amount a.btnspinner span {
  margin: auto;
  font-weight: bold;
  color: #000000;
  padding: 5px;
}

.btn_cart_calc {
  border: none;
  background: #ddd;
  padding: 11px 10px;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  border-radius: 3px;
  margin-bottom: 10px;
}

.btn_cart_calc i {
  color: #8a8a8a;
  margin-right: 8px;
}

.btn_cart_delete {
  font-size: 12px;
  background: #fff;
  color: #4E4E4E;
}

.btn_cart_delete span {
  display: block;
  white-space: nowrap;
}

.btn_cart_delete span:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  border: 1px solid #C0C0C0;
  background: url(../img/icon_cart_delete.svg) center no-repeat #F4F4F4;
  background-size: 8px;
  margin-bottom: 5px;
}

.ec-orderRole__summary {
  width: 30%;
  max-width: 310px;
  padding-top: 35px;
}

.ec-totalBox {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 28px 24px;
}

.ec-totalBox .ec-totalBox__spec {
  margin-bottom: 1em;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 4px;
}

.ec-totalBox .ec-totalBox__spec dt {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.ec-totalBox .ec-totalBox__spec dd {
  font-size: 20px;
  font-family: 'Inter', sans-serif;
}

.ec-totalBox .ec-totalBox__paymentTotal {
  border-top: 1px solid #e1e1e1;
  padding-top: 1em;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ec-totalBox .ec-totalBox__paymentTotal dt {
  font-weight: 700;
  color: #f75151;
}

.ec-totalBox .ec-totalBox__paymentTotal dd {
  font-weight: 700;
  font-size: 23px;
  color: #f75151 !important;
}

.ec-totalBox .ec-totalBox__taxLabel {
  font-size: 10px;
  font-weight: 500;
  color: #333;
  margin-left: 0;
}

.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
  color: #f75151;
}

.ec-totalBox .ec-totalBox__btn {
  margin-top: 20px;
}

.ec-totalBox .btn_proceed {
  width: 100%;
  background: #ff5c00;
  border-radius: 4px;
  padding: 0 19px;
  border: none;
  color: #fff;
  display: block;
}

.ec-totalBox .btn_proceed:disabled {
  background: #aaaaaa;
  cursor: auto;
  opacity: 1;
}


.ec-totalBox .btn_proceed span {
  display: block;
  position: relative;
  font-weight: 700;
  padding: 16px 0;
  text-align: center;
}

.ec-totalBox .btn_proceed span::after {
  content: '\f054';
  font-family: "FontAwesome";
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ec-totalBox .note-tradelaw {
  font-size: 13px;
  margin-top: 10px;
  padding: 10px 0 0;
}

.box_cart_message {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  padding: 48px 0 60px;
  border: 5px solid #d3e1d9;
  border-radius: 6px;
}

#page_product_detail .box_cart_message {
  border: none;
  padding: 0;
}

.box_cart_message p {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #454545;
}

.box_cart_message .to_buy_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-flow: row;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}


.btn_common {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: none;
  background: #066733;
  padding: 20px 0;
  width: 31.8%;
  border-radius: 50px;
  margin: 0 10px;
}

.btn_common.list_back {
  text-align: center;
  margin: 0 auto;
  color: #066733;
  background: #fff;
  border: solid 1px #066733;
}

/*
=======================================================
 Order - Login
=======================================================
*/

.cart_login_container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 80px;
  padding-bottom: 170px;
  text-align: center;
  color: #535353;
}

.box_login_message {
  color: #f75151;
  padding: 27px 10px;
  line-height: 1.4;
  font-size: 14px;
  border: 3px solid #ffdada;
  border-radius: 6px;
  margin-bottom: 50px;
}

.box_login_message p span {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}

.ec-login__input {
  margin: 0 0 90px 0;
  padding: 50px 0 60px 0;
  border: 5px solid #d3e1d9;
  border-radius: 6px;
}

.cart_login_container h2 {
  font-size: 34px;
  font-weight: 500;
  color: #066733;
  margin-bottom: 20px;
}

.ec-login__input p {
  font-size: 15px;
}

.ec-login__input .form_input {
  width: 65%;
  margin: 40px auto 0 auto;
}

.ec-login__input .form_input input {
  display: block;
  width: 100%;
  border: 2px solid #0c6633;
  padding: 13px 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.ec-login__input .form_input .invalid-feedback .form-error-message {
  text-align: left;
  color: #DE5D50;
}

.ec-login__input .ec-checkbox {
  width: 65%;
  margin: 0 auto;
  text-align: left;
}

input[type=checkbox] {
  display: none;
}

.form-check label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

.form-check label::before,
.form-check label::after {
  content: '';
  display: inline-block;
  position: absolute;
}

.form-check label::before {
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #aeaeae;
  background: #fff;
}

.form-check input[type=checkbox]:checked+label::after {
  content: '\f00c';
  font-family: "FontAwesome";
  font-weight: 900;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.box_entry_message {
  padding: 60px 0;
  border: 5px solid #d3e1d9;
  background: #f6f5ec;
  border-radius: 6px;
}

.box_entry_message p {
  font-size: 15px;
  font-weight: 500;
}


/*
=======================================================
 Order
=======================================================
*/

.order_container {
  max-width: 1140px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 100px;
  color: #333;
}

.order_container .ec-cartRow__amountColumn {
  width: 12.7%;
}

.order_container .ec-cartRow__amount {
  display: block;
}

.ec-cartRow__price span {
  display: none;
}

.amount_label {
  margin-right: 1em;
}

.amount_num {
  font-size: 19px;
  font-weight: 700;
}

.ec-orderRole__detail {
  padding-bottom: 60px;
  width: 68%;
  max-width: 750px;
}

.ec-orderRole__detail>div {
  margin-bottom: 100px;
}

.ec-orderPayment .ec-orderDelivery__actions label {
  font-size: 13px;
}

.ec-orderPayment .ec-orderDelivery__actions div.ec-selects {
  margin-top: 10px;
}

.order_container h2 {
  font-size: 27px;
  font-weight: 500;
  padding-bottom: 17px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 40px;
}

.order_container h2 span {
  padding-left: 17px;
  display: block;
  position: relative;
}

.order_container h2 span::before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #066733;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
}

.ec-orderRole__detail>div p {
  font-size: 22px;
}

.ec-orderAccount .ec-orderAccount__account {
  margin-bottom: 0;
}

.ec-orderAccount .ec-orderAccount__account p {
  font-size: 15px;
  margin-bottom: 1em;
}

.ec-orderAccount .ec-orderAccount__account p.account_postcode,
.ec-orderAccount .ec-orderAccount__account p.account_email {
  margin-bottom: 0;
}

.ec-orderRole__detail .ec-orderConfirm p {
  font-size: 14px;
}

.ec-selects {
  padding-bottom: 40px;
  border-bottom: none;
  font-size: 22px;
}

.preorder_payment_season_box {
  margin-top: 35px;
}

.form_select {
  margin-bottom: 0;
  margin-right: 15px;
  display: inline-block;
  width: 39.25%;
}

.form_select select {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff url(../img/select_arrow.svg) right center no-repeat;
  background-size: auto 100%;
  padding: 15px 35px 15px 14px;
  border-radius: 4px;
  font-size: 15px;
  width: 100%;
  border: 1px solid #c2c2c2;
}

.form_select2 select {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff url(../img/select_arrow.svg) right center no-repeat;
  background-size: auto 100%;
  padding: 15px 35px 15px 14px;
  border-radius: 4px;
  font-size: 15px;
  width: 100%;
  border: 1px solid #c2c2c2;
}

.form_select3 select {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff url(../img/select_arrow.svg) right center no-repeat;
  background-size: auto 100%;
  padding: 15px 35px 15px 14px;
  border-radius: 4px;
  font-size: 15px;
  width: 100%;
  border: 1px solid #c2c2c2;
}

.form_select select.active {
  border: 1px solid #666;
  color: #333;
  font-weight: 700;
  cursor: pointer;
}

.form_select select.inactive {
  border: 1px solid #c2c2c2;
  color: #bbb;
  font-weight: 500;
  pointer-events: none;
  background-color: #f6f6f6;
}

.form_radio {
  padding-bottom: 40px;
  border-bottom: none;
  font-size: 22px;
}

.form_radio>div {
  display: inline-block;
  margin-right: 80px;
}

.form_radio input[type=radio] {
  display: none;
}

.form_radio label {
  display: inline-block;
  padding-left: 47px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  margin-right: 30px;
}

.form_radio label::before,
.form_radio label::after {
  content: '';
  display: inline-block;
  position: absolute;
}

.form_radio label::before {
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 3px solid #066733;
}

.form_radio input[type=radio]:checked+label::after {
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #066733;
  border-radius: 50%;
}

.form_checkbox {
  border-bottom: none;
  font-size: 22px;
  margin-left: 40px;
}

.form_checkbox>div {
  display: inline-block;
  margin-right: 80px;
}

.form_checkbox label {
  display: inline-block;
  padding-left: 47px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  margin-right: 30px;
}

.form_checkbox label::before,
.form_checkbox label::after {
  content: '';
  display: inline-block;
  position: absolute;
}
.form_checkbox label::before {
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 3px solid #066733;
}
.form_checkbox input[type=checkbox]:checked+label::after {
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #066733;
}

@media screen and (max-width:767px){
  .form_checkbox {
      margin-left: 20px;
    }
}

.form_input {
  width: 100%;
  font-size: 14px;
}

.form_input textarea {
  width: 100%;
  min-height: 220px;
  border-radius: 6px;
  border: 1px solid #666;
  padding: 20px;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 2;
}

.form_input span {
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  color: #8e8d8d;
  display: block;
  margin-top: 14px;
}

.btn_cart_back {
  padding: 0 25px;
}

.btn_cart_back a {
  display: block;
  background: #066733;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 0 17px;
  border-radius: 6px;
}

.btn_cart_back a span {
  display: block;
  position: relative;
  padding: 12px 0 12px 10px;
}

.btn_cart_back a span::before {
  content: '\f053';
  font-family: "FontAwesome";
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
}

/*
=======================================================
 Order - Complete
=======================================================
*/

.ec-cartCompleteRole {
  max-width: 1140px;
  margin-bottom: 120px;
}

.cart_complete_content {
  max-width: 800px;
  margin: 0 auto;
}

.ec-reportHeading {
  margin: 0 0 50px 0;
}

.ec-reportHeading h2 {
  font-size: 38px;
  font-weight: 500;
  color: #ff5c00;
}

.ec-reportDescription {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 2;
}

.order_number {
  text-align: center;
  background: #f4f4f4;
  padding: 45px 0;
  color: #066733;
  border-radius: 6px;
}

.order_number span {
  display: inline-block;
  font-size: 39px;
  font-family: 'Inter', sans-serif;
  vertical-align: middle;
  margin-left: 10px;
  font-weight: 700;
  line-height: 1;
}

.order_number .order_number_label {
  font-size: 22px;
  padding-top: 3px;
  margin-left: 0;
}




/*
=======================================================
 Product Search
=======================================================
*/

.search_page h2 {
  font-size: 38px;
  font-weight: 500;
  padding: 5px 0 11px 30px;
  margin-bottom: 25px;
  color: #3f2f2d;
  position: relative;
}

.search_page h2::before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  border-radius: 10px;
  background: #066733;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.search_page h2 i {
  font-size: 36px;
  margin-right: 13px;
}

.search_page h2+p {
  color: #535353;
}

.search_container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 60px auto;
}

.search_container .searchBlock {
  background: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 40px 0;
  margin: 38px auto;
  width: 80%;
}

.search_container button.searchBlock__keywordBtn {
  font-size: 21px;
  padding: 12px 32px;
}

.search_container .searchBlock__keyword input {
  font-size: 18px;
}

.search_container .searchBlock__category {
  margin-right: 25px;
}

.search_container .searchBlock select {
  background-color: #fff;
  border: 1px solid #666;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 56px 17px 10px;
  width: 250px;
}

.ec-searchRole .productList .tab_content {
  background: #f6f5ec;
  padding-top: 105px;
}

.ec-layoutRole__mainBottom .productList .tab_content_01,
.ec-searchRole .productList .tab_content_01 {
  padding-top: 65px;
}

.ec-layoutRole__mainBottom .tab_inner,
.ec-searchRole .tab_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.ec-searchRole .productList h2+p {
  font-size: 15px;
  font-weight: 500;
  color: #535353;
  margin-bottom: 35px;
}

.catalog_search {
  padding-bottom: 180px;
}

.catalog_search ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.catalog_search li {
  width: 250px;
  margin: 60px 33px 0 0;
}

.catalog_search li:nth-child(4n) {
  margin-right: 0;
}

.catalog_search li:nth-child(-n+4) {
  margin-top: 0;
}

.catalog_search .item_image {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.11);
}

.catalog_search .item_name {
  padding-top: 19px;
  text-align: center;
}

.catalog_search h3 {
  font-size: 39px;
  font-weight: 500;
  color: #066733;
  margin-bottom: 47px;
}

.catalog_search h3::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #502923;
  border-radius: 5px;
  margin-top: 18px;
}

.ec-searchRole .catalog {
  padding: 40px 20px 80px;
  position: relative;
}

.ec-searchRole .catalog::before {
  /*content: '';
    display: block;
    width: 100%;
    height: 41.5%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f6f5ec;*/
}

/*
=======================================================
 Preorder Sheet
=======================================================
*/

.preorder_page .page_heading {
  background: #faebd9;
}

.page_type_preorder {
  background: #ff8a00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  justify-content: center;
  padding: 0 35px;
}

.page_type_preorder span {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .06em;
  padding-left: 20px;
  background: url(../img/icon_order.svg) left center no-repeat;
  background-size: 16px auto;
}

.preorder_page .page_heading_title h1 {
  color: #ff8a00;
}

.sub_heading {
  padding: 60px 20px;
  text-align: center;
}

.sub_heading h2 {
  font-size: 41px;
  margin-bottom: 25px;
}

.sub_heading p {
  font-size: 18px;
}

.preorder_search_container {
  max-width: 1140px;
  padding: 60px 20px;
  margin: 0 auto;
}

.preorder_search {
  border-top: 7px solid #ff8a00;
  color: #3f2f2d;
}

.preorder_search dt {
  font-size: 38px;
  font-weight: 500;
  padding: 30px 40px;
  position: relative;
  cursor: pointer !important;
  background: #fff;
}

.preorder_search dt::after {
  content: '\f078';
  font-family: "FontAwesome";
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  display: block;
  background: #ff8a00;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding-top: 5px;
}

.preorder_search dt.opened::after {
  content: '\f077';
}

.preorder_search dt i {
  margin-right: 13px;
}

.preorder_search dd {
  border-top: 1px solid #dfdfdf;
  padding: 60px 80px;
  background: #fff;
}

.preorder_search .searchBlock {
  margin-bottom: 40px;
}

.preorder_search .searchBlock .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preorder_search .searchBlock p {
  margin-left: 21.3%;
  font-size: 13px;
  color: #8e8d8d;
  margin-bottom: 15px;
}

.searchBlock__label {
  width: 21.3%;
  font-size: 20px;
  font-weight: 500;
  color: #ff8a00;
}

.preorder_search .searchBlock__keyword input {
  border: 2px solid #ff8a00;
  border-right: none;
  border-radius: 6px 0 0 6px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 18px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.preorder_search button.searchBlock__keywordBtn {
  white-space: nowrap;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .2em;
  border: 2px solid #ff8a00;
  border-left: none;
  border-radius: 0 6px 6px 0;
  padding: 12px 25px 12px 30px;
  background: -moz-linear-gradient(73.03deg, #ff6b00 32.54%, #ffa800 89.4%);
  background: -webkit-linear-gradient(73.03deg, #ff6b00 32.54%, #ffa800 89.4%);
  background: linear-gradient(73.03deg, #ff6b00 32.54%, #ffa800 89.4%);
}

.searchBlock__checkbox {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: justify; */
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  align-items: center;
}

.options_label {
  width: 21.3%;
  font-weight: 700;
  color: #502923;
}

.searchBlock__checkbox ul {
  /* -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
  border-bottom: 1px solid #dfdfdf;
  width: 84%;
}

/* add */
.searchBlock__checkbox ul>div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.searchBlock__checkbox li {
  padding: 30px 0;
  margin: 0 30px 0;
}

.preorder_search label {
  display: inline-block;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  color: #454545;
}

.preorder_search label::before,
.preorder_search label::after {
  content: '';
  display: inline-block;
  position: absolute;
}

.preorder_search label::before {
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #aeaeae;
}

.preorder_search input[type=checkbox]:checked+label::after {
  content: '\f00c';
  font-family: "FontAwesome";
  font-weight: 900;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.form_btns {
  text-align: center;
  position: relative;
  margin-top: 60px;
}

.preorder_search .btn_common {
  margin-top: 0;
  background: #ff5c00;
}

.btn_reset {
  font-size: 16px;
  font-weight: 700;
  color: #bcbcbc;
  border: 1px solid #b9b9b9;
  background: #fff;
  padding: 15px 0;
  width: 18%;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.preorder_page .ec-shelfGrid {
  -webkit-box-pack: start;
  -ms-box-pack: start;
  justify-content: flex-start;
}

.preorder_item {
  width: 30%;
  background: #fff;
  border: 4px solid #ffc888;
  border-radius: 13px;
  margin-top: 50px;
  padding: 25px 30px;
  text-align: center;
  margin-left: 5%;
}

.preorder_item:nth-child(-n+3) {
  margin-top: 30px;
}

.preorder_item:nth-child(3n+1) {
  margin-left: 0;
}

.preorder_date {
  color: #8e8d8d;
  font-weight: 500;
}

.preorder_item_name {
  color: #502923;
  font-size: 24px;
  font-weight: 700;
  margin: 9px 0;
}

.preorder_item_for {
  color: #454545;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.preorder_item_for span a{
  color:#0092C4;
  overflow-wrap:  break-word;
}

.preorder_item_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px 0 5px;
}

.preorder_item_btn a {
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  padding: 0.2em 0.5em;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  width: 180px;
}

.preorder_item_btn .forNormal a {
  background-color: #FF8A00;
}

.preorder_item_btn .forEasy {
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin-top: 15px;
}

.preorder_item_btn .forEasy a {
  background-color: #3CB428;
}

@media (min-width: 768px) and (max-width: 1050px){
  .preorder_item_btn .forNormal a {
    font-size: 13px;
  }
  .preorder_item_btn .forEasy a {
    font-size: 13px;
  }
}

.preorder_item_btn .forEasy a.noLink {
  background-color: #C4C4C4;
}

.preorder_item_btn .forEasy a.noLink:hover {
  opacity: 1;
}

.preorder_item_btn .forEasy .easyOrder-tooltip {
  margin-left: 5px;
}

.preorder_item_btn .forEasy .easyOrder-tooltip .forTxt {
  width: 205px;
  right: -80px;
  text-align: left;
}

.preorder_item_btn .forEasy .easyOrder-tooltip .forTxt__inner:before,
.preorder_item_btn .forEasy .easyOrder-tooltip .forTxt__inner:after {
  right: 82px;
}

.preorder_by {
  margin-top: 15px;
  border-top: 1px solid #dfdfdf;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.preorder_by span {
  display: inline-block;
}

.dueDate {
  margin-left: 14px;
  color: #f83131;
}


#page_preorder .page_heading,
#page_preorder_detail .page_heading,
#page_preorder_confirm .page_heading {
  background: #ffecd6;
}

#page_preorder .page_heading_title h1,
#page_preorder_detail .page_heading_title h1,
#page_preorder_confirm .page_heading_title h1 {
  padding: 21px 0 24px 37px;
}

#page_preorder .page_heading_title h1>span,
#page_preorder_detail .page_heading_title h1>span,
#page_preorder_confirm .page_heading_title h1>span,
#page_preorder_easy_order .page_heading_title h1>span,
#page_preorder_easy_order2 .page_heading_title h1>span,
#page_preorder_easy_order_confirm .page_heading_title h1>span,
#page_preorder_easy_order_confirm2 .page_heading_title h1>span {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #454545;
  margin-top: 15px;
}

#page_preorder .page_heading_title h1 span.dueDate,
#page_preorder_detail .page_heading_title h1 span.dueDate,
#page_preorder_confirm .page_heading_title h1 span.dueDate {
  font-weight: 700;
  color: #ff1515;
}

#page_preorder_detail .searchBox {
  margin-bottom: 30px;
}

#page_preorder_detail .searchBox .box {
  display: flex;
}

@media screen and (min-width: 768px) {
  #page_preorder_detail .searchBox .box {
    display: inline-flex;
  }
}

#page_preorder_detail .searchBox span {
  padding-right: 20px;
  font-size: 18px;
  color: #FF8A00;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#page_preorder_detail .searchBox #searchText {
  border: 2px #FF8A00 solid;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
  width: 300px;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  #page_preorder_detail .searchBox #searchText {
    width: 100%;
  }
}

#page_preorder_detail .searchBox {
  margin: 20px 10px;
}

#page_preorder_detail .easyOrder-tooltip {
  padding: 20px 0px;
}

#page_preorder_detail .searchBox #searchBt {
  font-size: 18px;
  color: #FFFFFF;
  border: 2px #FF8A00 solid;
  border-left: none;
  padding: 10px 24px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: -moz-linear-gradient(65deg, #fe6c00, #ffa902);
  background: -webkit-linear-gradient(65deg, #fe6c00, #ffa902);
  background: linear-gradient(25deg, #fe6c00, #ffa902);
  letter-spacing: 0.2em;
  cursor: pointer;
  margin: 10px 0;
}

#page_preorder_detail #clearBt {
  color: #0092C4;
  border: none;
  background: transparent;
  padding-left: 10px;
  font-size: 16px;
  white-space: nowrap;
}

#page_preorder_detail .searchBox #searchBt:hover {
  opacity: 0.8;
}

.preorder_order_container {
  max-width: 1140px;
  padding: 70px 20px 0 20px;
  margin: 0 auto;
}

.margin_preorder_order_container {
  max-width: 1140px;
  margin: 0 auto;
}

.box_note {
  border: 3px solid #ffdada;
  background: #fff;
  padding: 30px 40px;
  border-radius: 6px;
  margin-bottom: 80px;
}

.box_note p {
  font-size: 14px;
  color: #f75151;
  line-height: 1.93;
}

.box_note p a{
  color: #0092C4;
}

.preorder_order_container h2 {
  font-size: 27px;
  font-weight: 500;
  padding-bottom: 17px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 40px;
  color: #333;
}

.preorder_order_container h2.preorder_product_category {
  font-size: 38px;
  padding-bottom: 0;
  border-bottom: none;
  color: #3f2f2d;
}

.preorder_order_container h2 span {
  padding-left: 17px;
  display: block;
  position: relative;
}

.preorder_order_container h2.preorder_product_category span {
  padding: 10px 0 10px 29px;
  line-height: 1;
}

.preorder_order_container h2 span::before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #066733;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
}

.preorder_order_container h2.preorder_product_category span::before {
  width: 8px;
  transform: translateY(-50%);
}

.order_sheet_content {
  margin-bottom: 110px;
  border: 1px solid #e7e7e7;
}

.margin_order_sheet_content {
  border: 1px solid #e7e7e7;
}

.preorder_order_container h3 {
  padding: 12px;
  background: #066733;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.6;
}

.order_sheet_content {
  max-width: 100%;
  /* overflow-x: scroll; */
  background: #fff;
}

.margin_order_sheet_content {
  max-width: 100%;
  /* overflow-x: scroll; */
  background: #fff;
}

.preorderList {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  table-layout: fixed;
  width: 100%;
  /* ▼ add_210422 */
  /* min-width: 1098px; */
  /* ▲ add_210422 */
}

/* ▼ add_210422 */
.preorderList .fixedCell {
  position: sticky;
  width: 96px;
  background-clip: padding-box;
}

.preorderList .hiddenCell {
  display: none;
}

.preorderList .fixedCell:before {
  /*content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #c4c4c4;
    position: absolute;
    left: 0;
    bottom: 0;*/
}

/* ▲ add_210422 */

.preorderList .fixedCell.delivery_month {
  position: static;
  display: inline-flex;
  width: unset;
}

.preorderList .fixedCell.delivery_month .box_input{
  margin-right: 20px;
}

.preorderList .fixedCell.delivery_month .box_input:last-child{
  margin-right: 0;
}

.preorderList .fixedCell.delivery_month .box_input .month{
  margin: 0 auto;
  white-space: nowrap;
}
.preorderList .fixedCell.delivery_month .box_input div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

  .preorderList thead th {
  border-bottom: 2px solid #333;
  background: #e9e9e9;
  padding: 13px 10px;
  border-right: 1px solid #c4c4c4;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  min-width: 60px;
  line-height: 1;
}

.preorderList thead th:last-child {
  border-right: none;
  width: 96px;
}
.preorderList th.monthCell {
  width: 96px;
}
.preorderList td.lastYearQuantity {
  text-align: right;
}

.forEasy .preorderList tbody td {
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}

.forEasy .preorderList thead th:first-child {
  text-align: left;
  width: 47%;
}

.forEasy .preorderList tbody td:first-child {
  text-align: left;
  font-weight: 500;
}

.preorderList tbody td a {
  text-decoration: underline;
  color: #FF5C00;
  position: relative;
  display: inline-block;
  padding-right: 28px;
}

.preorderList tbody td a:after {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: 2px;
  width: 25px;
  height: 25px;
  background: url("../img/icon_i.svg") center no-repeat;
  background-size: contain;
}

.forEasy .preorderList tbody td.fixedCell {
  width: auto;
}

.forEasy .preorderList td .box_input {
  margin: 0 auto;
}

/* ▼ add_210422 */
.preorderList tbody td.fixedCell {
  background-color: #fff;
}
/* ▲ add_210422 */


.preorderList tbody tr {
  border-bottom: 1px solid #e7e7e7;
}

.preorderList tbody tr:last-child {
  border-bottom: none;
}

.preorderList tbody td {
  border-right: 1px solid #c4c4c4;
  /* border-left: 1px solid #c4c4c4; */
  padding: 11px 10px;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: bold;
  word-break: break-all;
}

.preorderList tbody td.fixedCell.delivery_month + td.genericCell {
  border-left: 1px solid #c4c4c4;
}

.preorderList tbody td.fixedCell.delivery_month:has(+ td.genericCell) {
  border-right: none;
}

.preorderList tbody td.type2 {
  text-align: right;
}

.preorderList tbody td.trigger {
  cursor: pointer;
}

.preorderList tbody td:last-child {
  border-right: none;
}

.box_input::before,
.box_input::after {
  right: 7px;
  font-size: 12px;
}

.box_input_ipad {
  position: relative;
  width: 100%;
}

.box_input_ipad::before,
.box_input_ipad::after {
  content: none;
}

.preorderList td .box_input {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60px;
  margin: 0 auto;
}

.preorderList td .box_input::before {
  /* ▼ add_210422 */
  /*top: 5px;*/
  display: none;
  /* ▲ add_210422 */
}

.preorderList td .box_input::after {
  /* ▼ add_210422 */
  /*bottom: 5px;*/
  display: none;
  /* ▲ add_210422 */
}
.preorderList td .box_select{
  display: flex;
  justify-content: center;
}
.preorderList td .box_select .delivery_month {
  width: 120px;
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff url(../img/select_arrow.svg) right center no-repeat;
  background-size: auto 100%;
  padding: 15px 35px 15px 14px;
  border: 1px solid #8e8d8d;
  border-radius: 4px;
  font-size: 15px;
  border: 1px solid #c2c2c2;
}

.preorderList td input[type=number] {
  font-family: 'Inter', sans-serif;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 3px;
  border: 1px solid #8e8d8d;
  border-radius: 3px;
  text-align: right;
  color: #333;
  -moz-appearance: textfield;
  /* ▼ add_210422 */
  -webkit-appearance: none;
  -moz-appearance: textfield;
  width: 100%;
  margin-bottom: 7px;
  /*padding-right: 20px;*/
  /* ▲ add_210422 */
}

.preorderList td input.btnspinner {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 26px;
  height: 26px;
  font-size: 13px;
  background-color: #F4F4F4;
  border: 1px solid #C0C0C0;
  border-radius: 3px;
}

.preorderList td input.btnspinner2 {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 26px;
  height: 26px;
  font-size: 13px;
  background-color: #F4F4F4;
  border: 1px solid #C0C0C0;
  border-radius: 3px;
}

.preorderList td input[type=number]::-webkit-inner-spin-button,
.preorderList td input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.preorder_order_container .ec-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  margin-bottom: 140px;
}

.preorder_order_container .ec-orderDelivery .ec-selects {
  margin-bottom: 0;
}

.preorder_order_container .ec-orderDelivery>p.attention {
  margin-bottom: 100px;
}

.preorder_order_container .preorder_delivery_season {
  margin-top: -70px;
}

.preorder_order_container .form_select {
  width: 40.7%;
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preorder_order_container .form_select>span {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #454545;
}

.preorder_order_container .form_select select {
  width: 71%;
}

.preorder_order_container .form_select2 {
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preorder_order_container .form_select2>span {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #454545;
}

.preorder_order_container .form_select2 select {
  width: 71%;
}

.preorder_order_container .form_select3 {
  width: 40%;
  margin-right: 60px;
  margin-bottom:10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preorder_order_container .form_select3>span {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #454545;
}

.preorder_order_container .form_select3 select {
  width: 100%;
}

.form_select4 {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #454545;
  margin-bottom:10px
}

.preorder_order_container .ec-orderConfirm .form_input {
  width: 73.64%;
}

.preorder_order_container p.attention {
  padding: 0;
  margin: 30px 0 10px 0;
  background: none;
  text-align: left;
  font-size: 12px;
  line-height: 1.9;
  color: #666 !important;
}

.preorder_order_container p.margin_attention {
  padding: 0;
  margin-bottom: 110px;
  background: none;
  text-align: left;
  font-size: 12px;
  line-height: 1.9;
  color: #666 !important;
}

.preorder_order_container .margin_button {
  display: block;
  color: #fff;
  border-radius: 40px;
  line-height: 1;
  background: #ff5c00;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
  padding: 10px 20px;
}

.preorder_order_container .editableCell {
  width: 100%;
  border: 1px solid #ccc;
  background-color: transparent;
  padding: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  overflow: hidden; /* スクロールバーを隠す */
  resize: none; /* ユーザーによるサイズ変更を禁止 */
}

.genericInputColumnBox1 .editableCell {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  resize: none;
}

.preorder_order_container button[type=submit]:not(.no-style) {
  display: block;
  width: 27.3%;
  margin: 40px auto;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 22px 0;
  line-height: 1;
  background: #ff5c00;
  min-width: 300px;
}

.preorder_order_container .btn_order_cancel {
  display: inline-block;
  width: 15.45%;
  margin: 0 auto;
  padding: 14px 0;
  line-height: 1;
  background-color: #066733;
  border: 1px solid #066733;
  color: #fff;
  border-radius: 40px;
  min-width: 169px;
}

.preorder_order_container .btn_order_cancel.easy_order_back {
  display: block;
}
.forEasy .preorder_order_container .btn_order_cancel {
  width: 21%;
}

/* Modal */
.order_sheet_container .ec-modal .ec-modal-close {
  width: 25px;
  height: 25px;
  top: 27px;
  right: 28px;
}

.order_sheet_container .ec-modal .ec-modal-wrap {
  max-width: 700px;
  padding: 0;
}

.order_sheet_container .modal_content {
  padding: 70px 80px 80px 80px;
  max-height: 90vh;
  overflow-y: scroll;
}

.modal_item_name {
  font-size: 22px;
  font-weight: 700;
  color: #454545;
  margin-bottom: 30px;
  text-align: center;
}

.ec-modal .ec-sliderItemRole {
  width: 83.33%;
  margin: 0 auto;
}

.ec-modal .ec-sliderItemRole ul {
  margin-bottom: 6px;
}

.modal_item_detail p {
  font-size: 14px;
  line-height: 1.8;
}

.modal_item_detail #modal_content_other {
  margin-top: 40px;
}

.modal_item_detail #modal_content_other h4 {
  font-weight: normal;
  color: #066733;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 6px;
  margin-bottom: 8px;
}

.modal_item_detail #modal_content_other div>p {
  margin-bottom: 30px;
}


.btn_reflect_all {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 0;
  border-radius: 10px;
  background: #ff5c00;
  margin-top: 6px;
}

/* Confirm / Complete */

.has_value {
  background: #fbebd9;
}

.preorder_order_container.orderConfirm .form_select {
  -webkit-box-pack: start;
  -ms-box-pack: start;
  justify-content: flex-start;
}

.preorder_order_container.orderConfirm .form_select>span {
  margin-right: 40px;
  color: #666;
}

.preorder_order_container.orderConfirm p {
  color: #333;
}

.preorder_order_container.orderConfirm p.check_preorder_note {
  padding: 0 20px 20px;
  margin-top: -40px;
  font-size: 14px;
}

.preorder_order_container.orderConfirm .ec-orderConfirm {
  margin-bottom: 70px;
}

.preorder_page .ec-cartCompleteRole {
  padding-top: 70px;
}

.box_notice {
  border: 3px solid #ffdada;
  background: #fff;
  padding: 30px 40px;
  border-radius: 6px;
  margin: 110px 0;
}

.box_notice p {
  font-size: 14px;
  color: #f75151 !important;
  line-height: 1.93;
}

.box_notice p span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.box_notice_thin {
  padding: 30px;
  margin: 0 0 50px;
}

.box_notice_thin p span {
  margin-bottom: 0;
}



/*
=======================================================
 Entry / Registration
=======================================================
*/

.entrypageTop .page_heading_title h1 {
  width: 100%;
  text-align: center;
}

.ec-registerRole {
  max-width: none;
  padding: 70px 0 180px 0;
  background: #f6f5ec;
}

.ec-registerRole__contents {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.form_container {
  background: #fff;
  padding: 70px 80px;
}

.formTable {
  width: 100%;
  color: #8e8d8d;
  margin-bottom: 80px;
  margin-top: -30px;
}

.formTable tr {
  border-bottom: 1px solid #e7e7e7;
}

.formTable tr:last-child {
  border-bottom: none;
}

.formTable th {
  width: 28.1%;
  padding: 40px 0;
  vertical-align: top;
  font-size: 17px;
  text-align: left;
  color: #454545;
}

.formTable th::after {
  content: '必須';
  display: inline-block;
  color: #fb7575;
  font-size: 13px;
  border: 1px solid #fb7575;
  width: 38px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  margin-left: 12px;
}

.formTable th.no-after::after {
  content: none;
}

.formTable tr.not-required th::after {
  display: none;
}

.formTable th.has-input-note-top {
  padding-top: 65px;
}

.formTable td {
  padding: 30px 0;
  vertical-align: top;
  padding-right: 77px;
  vertical-align: middle;
}

.formTable td.para {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.formTable .form_radio {
  padding-bottom: 0;
}

.formTable .form_radio .ec-errorMessage {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #DE5D50;
}

.formTable td.para .ec-input {
  width: 292px;
}

.formTable td.para .form_select {
  margin-left: 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.formTable .ec-input {
  font-size: 0;
  padding-left: 46px;
}

.formTable .ec-input.name_input,
.formTable .ec-input.postcode_input {
  padding-left: 0;
}

#page_mypage_change .formTable td>p {
  padding-left: 40px;
}

.address_input,
.email_input {
  margin-bottom: 35px;
}

.pw_input {
  margin-bottom: 19px;
}

.formTable .ec-input input {
  margin-bottom: 0;
  font-size: 15px;
  width: 100%;
  display: inline-block;
  height: auto;
  border: 1px solid #666;
  padding: 12px 15px;
}

.formTable .reset-password-content {
  margin: 0 auto 0 46px;
}

.formTable .reset-password-content .reset-password {
  text-align: center;
  color: #066733;
  background: #fff;
  border: solid 1px #066733;
  padding: 15px 35px;
  width: 45%;
  border-radius: 50px;
  display: block;
}

.formTable .reset-password-content span {
  display: block;
  font-size: 13px;
  color: #7d7d7d;
  margin-top: 8px;
}

.short {
  max-width: 245px;
}

::placeholder {
  color: #aeaeae;
}

::-webkit-input-placeholder {
  color: #aeaeae;
}

:-ms-input-placeholder {
  color: #aeaeae;
}

.formTable span.label {
  font-size: 16px;
  display: inline-block;
  width: 46px;
  padding-right: 13px;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0;
}

.formTable .ec-input input+span,
.formTable .ec-input.postcode_input>span:not(.label) {
  display: block;
  font-size: 13px;
  color: #7d7d7d;
  margin-top: 8px;
}

.formTable .ec-input.postcode_input>span:not(.label) {
  padding-left: 46px;
}

.formTable .ec-input span.input-note-top {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  color: #DE5D50;
  font-size: 14px;
}

.postcode_help {
  display: inline-block;
  margin-left: 23px;
}

.postcode_help a {
  display: inline-block;
  font-size: 15px;
  color: #666;
  background: #cdcdcd;
  vertical-align: middle;
  padding: 13px 15px;
  border-radius: 3px;
  line-height: 1.4;
}

.formTable .form_select {
  width: auto;
  font-size: 0;
  margin: 0;
}

.formTable .form_select.pref {
  display: block;
  padding-left: 46px;
  margin: 19px 0 35px 0;
}

.formTable select {
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #707070;
}

.form_select.ec-birth {
  width: 100%;
}

.ec-birth select {
  margin: 0;
  height: auto;
  width: auto;
  border-color: #666;
  padding: 12px 40px 12px 15px;
  width: 20.9%;
}

.ec-birth select:first-of-type {
  width: 25.87%;
}

.ec-birth select+span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 20px;
}

.error input:not([type=submit], [type=radio], [type=checkbox]),
.error select {
  border-color: #fb7575;
  background-color: #fff4f4;
}

.error p {
  white-space: normal;
  font-size: 15px;
  margin-top: 10px;
  color: #f75151;
  line-height: 1.7;
}

.box_instruction {
  border: 1px solid #aeaeae;
  border-radius: 4px;
  padding: 40px;
  margin-bottom: 80px;
}

.box_instruction p {
  font-size: 13px;
  color: #666;
  line-height: 1.83;
}

.outLinks {
  margin: 2em 0;
}

.outLinks a {
  display: inline-block;
  margin-right: 1.5em;
  text-decoration: underline;
}

em {
  color: #f00;
}

.ec-registerRole .ec-registerRole__actions {
  text-align: center;
  padding-top: 0;
}

.ec-registerRole__actions .ec-checkbox {
  background: #f4f4f4;
  border-radius: 4px;
  padding: 50px 0;
  margin-bottom: 80px;
}

.ec-registerRole__actions .ec-checkbox .form-check {
  display: inline-block;
  width: 70.22%;
}

.ec-registerRole__actions .ec-checkbox .form-check a {
  color: #ff5c00;
  text-decoration: underline;
}

.ec-registerRole__actions .form-check label {
  padding-left: 39px;
  color: #333;
  font-weight: 700;
  text-align: left;
}

.ec-registerRole__actions .ec-checkbox.error input,
.ec-registerRole__actions .ec-checkbox.error label {
  background: none;
}

.ec-registerRole__actions .error p {
  margin-bottom: 0;
  margin-top: 19px;
  text-align: left;
}

.ec-registerRole__actions .form_btns {
  margin-top: 0;
}

.ec-registerRole__actions button[type=submit],
.ec-registerRole__actions a.btn_form_cancel,
.ec-registerRole__actions button.btn_form_cancel {
  display: block;
  width: 34.78%;
  margin: 40px auto;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  padding: 27px 0;
  line-height: 1;
}

.ec-registerRole__actions button[type=submit] {
  background: #ff5c00;
  border: none;
}

.ec-registerRole__actions a.btn_form_cancel,
.ec-registerRole__actions button.btn_form_cancel {
  width: 18%;
  background: #fff;
  border: 1px solid #b9b9b9;
  color: #b9b9b9;
  padding: 16px 0;
}

.register_confirm .formTable tr:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.register_confirm .formTable th {
  width: 35.2%;
}

.ec-registerCompleteRole {
  padding: 70px 0 190px 0;
}

.btn_top_back {
  text-align: center;
}

.btn_top_back a {
  display: inline-block;
  width: 23.18%;
  min-width: 255px;
  line-height: 1;
}

.ec-registerEntryRole {
  padding: 70px 0 190px 0;
}

.ec-registerEntryRole .ec-registerRole__contents {
  border: 1px #066733 solid;
  margin: 0 10% 50px;
  padding: 5%;
}

/*
=======================================================
 Document
=======================================================
*/

.helppageTop .page_heading_title h1 {
  width: 100%;
  text-align: center;
}

.doc_container {
  max-width: 1140px;
  padding: 80px 20px 170px 20px;
  margin: 0 auto;
  color: #333;
  line-height: 2;
  font-size: 15px;
}

.doc dt {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 10px;
}

.doc dd {
  padding-top: 1em;
  margin-bottom: 80px;
}

.doc dd:last-child {
  margin-bottom: 0;
}

.doc_container h2 {
  font-size: 27px;
  font-weight: 500;
  padding-bottom: 17px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 40px;
}

.doc_container h2 span {
  padding-left: 17px;
  display: block;
  position: relative;
}

.doc_container h2 span::before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #066733;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
}


.page_help_tradelaw div,
.about_page div {
  margin-bottom: 100px;
}

.page_help_tradelaw div:last-child,
.about_page div:last-child {
  margin-bottom: 0;
}

.page_help_tradelaw p,
.about_page p {
  font-size: 20px;
}

/*
=======================================================
 Contact
=======================================================
*/

.ec-contactRole {
  max-width: none;
  padding: 70px 0 180px 0;
  background: #f6f5ec;
}

.ec-contactRole p {
  margin: 0;
}

.ec-contactRole__contents {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.ec-contactRole .formTable {
  margin-bottom: 50px;
  color: #333;
}

.contact_confirm .formTable th {
  width: 35.2%;
}

.contact_confirm .formTable td {
  font-size: 15px;
}

.formTable th.not-required::after {
  content: none;
}

.ec-input textarea {
  border: 1px solid #666;
  min-height: 220px;
  padding: 12px 15px;
  line-height: 2;
  font-size: 15px;
}

.ec-input textarea+span {
  display: block;
  font-size: 13px;
  color: #7d7d7d;
  margin-top: 8px;
  text-align: right;
}

.ec-contactRole p.attention {
  font-size: 14px;
  font-weight: 500;
  background: #f4f4f4;
  color: #666;
  text-align: center;
  padding: 50px;
  margin-bottom: 70px;
}

p.note {
  font-size: 15px;
  color: #333;
  text-align: center;
  margin: 0 0 40px 0;
  line-height: 2;
}

/*
=======================================================
 Error, Maintenance
=======================================================
*/
.error_page {
  height: 100vh;
  background: #fff;
}

.ec-404Role {
  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;
  background: #fff;
  color: #333;
  line-height: 2;
  height: auto;
}

.ec-404Role>div {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px 20px;
  background: #fff;
}

.ec-404Role .ec-404Role__icon img {
  width: auto;
  height: auto;
}

.ec-404Role .ec-404Role__title {
  font-size: 38px;
  color: #066733;
  font-weight: 700;
  margin: 40px 0 30px 0;
}

.ec-404Role__description {
  font-size: 14px;
  margin-bottom: 80px;
}

.ec-404Role .btn_common {
  margin-top: 0;
}

p.announce {
  font-size: 15px;
}

.box_schedule {
  margin: 40px auto 22px auto;
  background: #f4f4f4;
  padding: 22px;
  border-radius: 6px;
  width: 63.8%;
  font-weight: 700;
  font-size: 20px;
}

p.notice {
  font-size: 14px;
  color: #666;
}

/*
=======================================================
 Footer
=======================================================
*/

.ec-footerRole {
  margin-top: 0;
  padding-top: 45px;
  background: #066733;
  border: none;
}

.ec-footerRole .ec-footerRole__inner {
  max-width: 1140px;
}

.ec-footerNavi {
  text-align: right;
  margin-bottom: 43px;
}

.ec-footerNavi .ec-footerNavi__link a {
  color: #a1bbad;
  text-decoration: none;
  margin: 0 0 0 47px;
}

.ec-footerTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-bottom: 25px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ec-footerTitle .ec-footerTitle__logo {
  margin-bottom: 0;
}

.ec-footerTitle .ec-footerTitle__logo a {
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
}

.ec-footerTitle .ec-footerTitle__logo a::before {
  content: '';
  display: inline-block;
  width: 81px;
  height: 60px;
  background: url(../img/common/logo_ja.svg) left bottom no-repeat;
  background-size: contain;
  margin-right: 16px;
}

.ec-footerTitle .ec-footerTitle__copyright {
  color: #4b926c;
  font-size: 10px;
  letter-spacing: .1em;
}

.ec-blockTopBtn {
  right: 0;
  bottom: 0;
  width: 67px;
  height: 67px;
  background: #035127 url(../img/common/btn_gotop.svg) center center no-repeat;
  opacity: 1;
  line-height: inherit;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 100;
}

.jumpToImputBtn {
  position: fixed;
  right: 67px;
  bottom: 0;
  width: 67px;
  height: 67px;
  background: #ff8a00 url(../img/common/btn_gopreorder.svg) center center no-repeat;
  opacity: 1;
  line-height: inherit;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 100;
  float: left;
}

.jumpToImputBtn2 {
  position: fixed;
  right: 134px;
  bottom: 0;
  width: 67px;
  height: 67px;
  background: #0fcdc0 url(../img/common/btn_preorer_save.svg) center center no-repeat;
  opacity: 1;
  line-height: inherit;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 100;
  float: left;
}

/*
=======================================================
 Firefox
=======================================================
*/

@-moz-document url-prefix() {
  .searchBlock__keyword input {
    width: 70%;
  }

  .slick-arrow {
    top: 125px !important;
  }

  .box_input::before,
  .box_input::after {
    content: none;
  }

  input[type="number"] {
    padding-right: 11px;
  }

  .preorderList td input[type="number"] {
    padding-right: 8px;
  }
}


/*
=======================================================
 IE
=======================================================
*/

@media all and (-ms-high-contrast:none) {

  .ec-productRole .ec-sliderItemRole .item_visual li,
  .ec-productRole .ec-sliderItemRole .item_visual li img {
    width: 560px;
    height: 560px;
  }

  .ec-sliderItemRole .slideThumb,
  .ec-sliderItemRole .slideThumb img {
    width: 181px;
    height: 181px;
  }

  .searchBlock__keyword input {
    width: 70%;
  }

  .slick-arrow {
    top: 125px !important;
    z-index: 100;
  }

  .carousel li a {
    transition: none;
  }

  .ec-shelfGrid .ec-shelfGrid__item,
  .ec-shelfGrid .ec-shelfGrid__item .item_detail_container {
    width: 512px;
  }

  .item_detail_left,
  .ec-shelfGrid .ec-shelfGrid__item .item_image,
  .ec-shelfGrid .ec-shelfGrid__item img {
    width: 200px;
    height: 200px;
  }

  .ec-modal .ec-modal-overlay {
    display: -ms-flexbox;
    justify-content: inherit;
    -ms-box-align: center;
  }

  .ec-cartRow__contentColumn,
  /* ▼ add_210512 */
  /*.ec-cartRow__img,
	.ec-cartRow__img img,*/
  /* ▲ add_210512 */
  .ec-historyRole__image img {
    width: 120px;
    height: 120px;
  }

  .ec-cartRow__amountColumn,
  .ec-cartRow__amount {
    width: 132px;
  }

  .ec-modal .ec-sliderItemRole .item_image,
  .ec-modal .ec-sliderItemRole .item_image img {
    width: 436px;
    height: 436px;
  }

  .ec-modal .ec-sliderItemRole .slideThumb,
  .ec-modal .ec-sliderItemRole .slideThumb img {
    width: 138px;
    height: 138px;
  }

  .modal_item_detail {
    padding-bottom: 70px;
  }

  .carousel .item_image,
  .catalog_search .item_image {
    width: 250px;
    height: 250px;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
  }

  .carousel .item_image img,
  .catalog_search .item_image img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 250px;
    max-height: 250px;
  }

}


/* 210414
=======================================================
 Order - Confirm
=======================================================
*/

.forConfirm.ec-shelfRole .ec-shelfRole__contents {
  display: block;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  border: none;
}

.forConfirm.ec-shelfRole .order_container {
  background: #fff;
  padding: 50px 20px 50px 40px;
  border-top: 7px solid #066733;
}

/*=== ec-orderRole__detail ===*/
.forConfirm.ec-shelfRole .ec-orderRole__detail {
  width: 65%;
  max-width: 630px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.forConfirm.ec-shelfRole .ec-orderRole__detail>div {
  width: 100%;
}

.forConfirm .preorder_order_container .ec-selects {
  justify-content: space-between;
  margin-bottom: 0;
}

.forConfirm .preorder_order_container.orderConfirm .form_select>span {
  white-space: nowrap;
}

.forConfirm .preorder_order_container.orderConfirm .form_select .deli_type {
  white-space: pre;
}

.forConfirm .preorder_order_container.orderConfirm .form_select {
  width: 50%;
  margin-right: 0;
}

.forConfirm .ec-orderPaymentWrap {
  display: flex;
  justify-content: space-between;
}

.forConfirm .ec-orderPaymentWrap>div {
  width: 39.87%;
}

.forConfirm.ec-shelfRole .ec-orderRole__summary {
  width: 32%;
}

.forConfirm .orderTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.forConfirm .orderTable tr {
  border-bottom: 1px solid #e7e7e7;
}

.forConfirm .orderTable tr.clickable {
  cursor: pointer;
  transition: opacity .3s ease;
}

.forConfirm .orderTable tr.clickable:hover {
  opacity: .7;
}

.forConfirm .orderTable th,
.forConfirm .orderTable td {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    overflow: visible;
    word-wrap: break-word;
}

.forConfirm .orderTable th:nth-child(1),
.forConfirm .orderTable td:nth-child(1) {
    width: 50%;
}

.forConfirm .orderTable th:last-child {
  width: 30%;
}

.forConfirm .preorder_order_container p.comment {
  font-size: 14px;
  line-height: 1.3;
}

/*=== ec-orderRole__summary ===*/
.forConfirm .preorder_order_container button[type=submit].reOrder {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 4px;
  padding: 0 19px;
  line-height: auto;
  min-width: inherit;
}

.forConfirm .btn_back {
  padding: 0 25px;
}

.forConfirm .btn_back a {
  display: block;
  background-color: #066733;
  padding: 0 17px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
}

.forConfirm .btn_back.history {
  width: 16.6%;
}

.forConfirm .btn_back a span {
  display: block;
  padding: 18px 0;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  position: relative;
}

.forConfirm .btn_back a span::before {
  content: '\f053';
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
}

.forConfirm .btn_ctrl {
  padding: 14px 25px 0;
}

.forConfirm .btn_ctrl li {
  margin-bottom: 20px;
  position:relative;
}

.forConfirm .btn_ctrl li a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #066733;
  font-weight: bold;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.forConfirm .btn_ctrl li a span {
  display: inline-block;
  position: relative;
  padding-left: 2em;
}

.forConfirm .btn_ctrl li a span:before {
  /*content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-40%) rotate(45deg);*/
  content: '\f053';
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
}

.easyOrderconfirm-tooltip {
  position: absolute;
  cursor: pointer;
  top: 11px;
  right: 10px;
  width: 25px;
}

.easyOrderconfirm-tooltip .forclick {
  display: inline-block;
  width: 27px;
}

.easyOrderconfirm-tooltip .forTxt {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -20px;
  right: -20px;
  transform: translate(0, -100%);
  border: 1px solid #B2B2B2;
  background-color: #fff;
  border-radius: 3px;
  width: 232px;
  transition: 0.3s ease-in;
}

.easyOrderconfirm-tooltip .forTxt p {
  font-size: 12px;
}

.easyOrderconfirm-tooltip .forTxt__inner {
  position: relative;
  padding: 0.75em;
}

.easyOrderconfirm-tooltip .forTxt__inner:before,
.easyOrderconfirm-tooltip .forTxt__inner:after {
  content: "";
  position: absolute;
  right: 22px;
  /*left: 0;*/
  width: 0;
  height: 0;
  margin: 0;
}

.easyOrderconfirm-tooltip .forTxt__inner:before {
  bottom: -17px;
  border-style: solid;
  border-color: #B2B2B2 transparent transparent transparent;
  border-width: 16px 10px 0 10px;
}

.easyOrderconfirm-tooltip .forTxt__inner:after {
  bottom: -14px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 16px 10px 0 10px;
  z-index: 10;
}

.easyOrderconfirm-tooltip:hover .forTxt {
  opacity: 1;
  visibility: visible;
}

/* ecCart UpDown */
.ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
    display: block;
  }
}

.ec-cartRow__amountColumn .ec-cartRow__amountDownButton,
.ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}

.ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  cursor: default;
}

.ec-cartRow__amountColumn .ec-cartRow__amountUpButton {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}

.ec-cartRow__amountColumn .ec-cartRow__amountDownButton .ec-cartRow__amountDownButton__icon img,
.ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled .ec-cartRow__amountDownButton__icon img {
  display: block;
  margin-left: -0.4em;
  width: .8em;
  height: .8em;
  position: absolute;
  top: 28%;
  left: 50%;
}

.ec-cartRow__amountColumn .ec-cartRow__amountUpButton .ec-cartRow__amountUpButton__icon img {
  display: block;
  margin-left: -0.4em;
  width: .8em;
  height: .8em;
  position: absolute;
  top: 28%;
  left: 50%;
}


/* index.html */
.ec-layoutRole__mainBottom .productList .tab_content_01 {
  background-color: #F6F5EC;
}

.productList-items {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
}

.productList-items:before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  margin: 0 0 30px;
  background-color: #502923;
  border-radius: 4px;
}

.productList-items .item {
  width: calc((100% - 75px) / 4);
  /*display: flex;*/
  /*align-items: stretch;*/
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 25px;
}

.productList-items .item:not(:nth-child(4n)) {
  margin-right: 25px;
}

.productList-items .item a {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 100%;
  color: #502923;
  font-size: 15px;
  line-height: 140%;
  padding: 1em 1.5em;
}

.productList-items .item>a {
  padding-right: 3em;
}

.productList-items .item>a .txt {
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
}

.productList-items .item>a .txt:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: 0;
  width: 4px;
  height: 105%;
  background-color: #B79986;
  border-radius: 4px;
}

.productList-items .item .toggleArea {
  padding-left: 20px;
}

.productList-items .item .toggleArea .ctrlBtn {
  position: absolute;
  right: 8px;
  top: 12px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/icon_open.svg") center no-repeat;
  background-size: 21px;
  border-radius: 50%;
  cursor: pointer;
}

.productList-items .item .toggleArea .ctrlBtn.active {
  background-image: url("../img/icon_close.svg");
}

.productList-items .item .toggleArea .toggled {
  display: none;
  margin-top: 6px;
}

.productList-items .item .toggleArea .toggled .toggled__level1st:not(:last-child) {
  margin-bottom: 6px;
}

.productList-items .item .toggleArea .toggled .hasChild {
  background-color: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding-bottom: 1em;
  overflow: hidden;
}

.productList-items .item .toggleArea .toggled .hasChild__cat {
  display: block;
  color: #502923;
  font-size: 15px;
  line-height: 140%;
  padding: 1em 1.5em;
  box-shadow: none;
  border-radius: 0;
}

.productList-items .item .toggleArea .toggled .hasChild__item {
  margin: 0 1em 0 3em;
}

.productList-items .item .toggleArea .toggled .hasChild__item:not(:last-child) {
  margin-bottom: 1em;
}

.productList-items .item .toggleArea .toggled .hasChild__item a {
  background-color: transparent;
  font-size: 14px;
  color: #A18683;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.productList-items .item .toggleArea .toggled .hasChild__item a:before {
  content: "";
  display: block;
  position: absolute;
  left: -1.5em;
  top: 0.4em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #A18683;
  border-right: 2px solid #A18683;
  transform: rotate(45deg);
}

/* help/outofservice.html */
.box_schedule {
  text-align: center;
}

.box_schedule .forMaintenance {
  display: inline-block;
  text-align: left;
  font-weight: normal;
}

.box_schedule .forMaintenance .maintenance__ttl {
  float: left;
  clear: both;
  width: 7em;
  text-align: right;
}

.box_schedule .forMaintenance .maintenance__detail {
  margin-left: 7.5em;
}

/*== add_210506 ==*/
/* help/guide.html */
.guide_page__inner {
  margin: 0 auto;
  max-width: 950px;
}

.guide_page-sec {
  padding: 70px 0;
}

.guide_page-sec.withBG {
  background-color: #F6F5EC;
}

.guide_page-sec h2 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
  color: #502923;
}

.guide_page-sec .note {
  color: #4A4A4A;
  font-size: 13px;
}

/* intro */
.guide_page-intro {
  text-align: center;
  padding: 50px 0 65px;
}

.guide_page-intro .txt01 {
  font-size: 17px;
  line-height: 180%;
  margin-bottom: 47px;
}

.guide_page-intro .ancMenu .items {
  display: flex;
  justify-content: center;
}

.guide_page-intro .ancMenu .item:not(:last-child) {
  margin-right: 32px;
}

.guide_page-intro .ancMenu .item a {
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 1000px;
  height: 50px;
  line-height: 50px;
  background-color: #066733;
  padding: 0 2em;
  font-weight: 900;
  font-size: 14px;
}

/* sec01 */
.guide_page-sec.sec01 .flow .step {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 108px;
  margin-bottom: 100px;
}

.guide_page-sec.sec01 .flow .step:last-child {
  margin-bottom: 50px;
}

.guide_page-sec.sec01 .flow .step:before {
  content: "";
  display: block;
  width: 88px;
  height: 88px;
  position: absolute;
  left: 0;
  top: 0;
}

.guide_page-sec.sec01 .flow .step01:before {
  background: url("../../../template/default/assets/img/guide/step_num01.png") center no-repeat;
  background-size: contain;
}

.guide_page-sec.sec01 .flow .step02:before {
  background: url("../../../template/default/assets/img/guide/step_num02.png") center no-repeat;
  background-size: contain;
}

.guide_page-sec.sec01 .flow .step03:before {
  background: url("../../../template/default/assets/img/guide/step_num03.png") center no-repeat;
  background-size: contain;
}

.guide_page-sec.sec01 .flow .step04:before {
  background: url("../../../template/default/assets/img/guide/step_num04.png") center no-repeat;
  background-size: contain;
}

.guide_page-sec.sec01 .flow .step05:before {
  background: url("../../../template/default/assets/img/guide/step_num05.png") center no-repeat;
  background-size: contain;
}

.guide_page-sec.sec01 .flow .step06:before {
  background: url("../../../template/default/assets/img/guide/step_num06.png") center no-repeat;
  background-size: contain;
}

.guide_page-sec.sec01 .flow .step07:before {
  background: url("../../../template/default/assets/img/guide/step_num07.png") center no-repeat;
  background-size: contain;
}

.guide_page-sec.sec01 .flow .step:not(:last-child):after {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 23px);
  background-color: #F6DFC3;
  position: absolute;
  left: 43px;
  top: 108px;
}

.guide_page-sec.sec01 .flow .txtArea {
  padding-top: 1em;
  width: 56.4%;
}

.guide_page-sec.sec01 .flow .txtArea p {
  font-size: 18px;
  line-height: 150%;
}

.guide_page-sec.sec01 .flow .txtArea p .note {
  display: block;
  color: #502923;
  line-height: 150%;
  padding-top: 1em;
}

.guide_page-sec.sec01 .flow .txtArea p .note_bold {
  font-weight: bold;
}

.guide_page-sec.sec01 .flow .objArea {
  width: 37.8%;
  margin: 0;
}

.guide_page-sec.sec01 .flow .objArea img {
  width: 100%;
  height: auto;
}

/* sec02 */
.guide_page-sec.sec02 {
  color: #4A4A4A;
  font-size: 15px;
}

.guide_page-sec.sec02 h3 {
  color: #066733;
  font-weight: bold;
  font-size: 21px;
  line-height: 30px;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 15px;
  padding-bottom: 9px;
}

.guide_page-sec.sec02 h3 .limited {
  display: inline-block;
  vertical-align: middle;
  color: #FF5C00;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
  border: 2px solid #FF5C00;
  border-radius: 4px;
  padding: 0.3em 0.5em;
  margin-left: 1em;
}

.guide_page-sec.sec02 p:not(:last-child) {
  margin-bottom: 1.75em;
}

.guide_page-sec.sec02 p .note {
  display: block;
}

.guide_page-sec.sec02 .level2nd:not(:last-child) {
  margin-bottom: 65px;
}

.guide_page-sec.sec02 .cardList {
  background: #F7F7F7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}

.guide_page-sec.sec02 .cardList .card {
  margin: 0 10px;
}

/* sec03 */
.guide_page-sec.sec03 .txt01 {
  text-align: center;
  color: #066733;
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 20px;
}

.guide_page-sec.sec03 .txt01 span {
  color: #FF5C00;
  font-size: 53px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: inline-block;
  margin: 0 10px;
  line-height: 1;
}

.guide_page-sec.sec03 .txt01 span:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #FF5C00;
  margin: 10px 0 0;
}

.guide_page-sec.sec03 .txt02 {
  text-align: center;
  color: #066733;
  font-size: 19px;
  line-height: 28px;
  font-weight: bold;
}

.guide_page-sec.sec03 .txt02 .note {
  display: block;
  font-weight: normal;
}

.guide_page-sec.sec03 .infoArea {
  border-top: 1px solid #E7E7E7;
  margin-top: 30px;
  padding-top: 30px;
  color: #4A4A4A;
  font-size: 15px;
}

.guide_page-sec.sec03 .infoArea .noteList {
  font-size: 14px;
  margin-bottom: 1.5em;
}

.guide_page-sec.sec03 .infoArea p .note {
  display: block;
}

/* sec04 */
.guide_page-sec.sec04 {
  text-align: center;
}

.guide_page-sec.sec04 .txtArea {
  display: inline-block;
  text-align: left;
}

.guide_page-sec.sec04 .txtArea .txt01 {
  font-weight: bold;
  margin-bottom: 1.5em;
}

/*== add_210506 --*/
/* product_list.html */
.form-group {
  padding-left: calc(100% - (61% - 20px));
}

.form-group .form-control {
  padding: 8px;
  padding-right: 28px;
  border: 1px solid #8e8d8d;
  border-radius: 3px;
  color: #8e8d8d;
  margin-left: 13px;
  width: 62.4%;
  cursor: pointer;
  line-height: 1.4;
}

.form-group .form-group-items {
  margin-bottom: 13px;
}

.form-group .form-group__item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.form-group .form-group__item:not(:last-child) {
  margin-bottom: 10px;
}

.form-group .form-group__item:after {
  content: '\f0d7';
  position: absolute;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #aeaeae;
  right: 7px;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-group .form-group__item .required {
  font-size: 14px;
  font-weight: 500;
  color: #7f7f7f;
}

/* product_detail.html */
.form-group.forDetail {
  padding-left: 0;
}

.form-group.forDetail .form-group__item {
  justify-content: space-between;
}

.form-group.forDetail .form-control {
  width: 66%;
  font-size: 15px;
}

.form-group.forDetail .form-group-items {
  margin-bottom: 15px;
}

.form-group.forDetail .form-group__item:not(:last-child) {
  margin-bottom: 15px;
}

.form-group.forDetail .form-group__item:after {
  right: 13px;
}

.form-group.forDetail .form-group__item .required {
  width: 33%;
}


/*=== add_210512 ===*/
/*
=======================================================
 preregister.html
=======================================================
*/

.preregister_page #logo {
  display: block;
  margin: 0 auto;
}

.ec-preRegisterRole {
  max-width: none;
  /* ▼add_210518 */
  /*padding: 25px 0 155px 0;*/
  padding: 0 0 155px 0;
  /* ▲add_210518 */
  background: #f6f5ec;
}

.ec-preRegisterRole__contents {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.ec-preRegisterRole--intro {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}

.ec-preRegisterRole--intro__ttl {
  color: #066733;
  font-weight: bold;
  /* ▼add_210518 */
  /*font-size: 30px;*/
  font-size: 40px;
  /* ▲add_210518 */
  letter-spacing: 0.02em;
  /* ▼add_210518 */
  /*margin-bottom: 25px;*/
  margin-bottom: 34px;
  /* ▲add_210518 */
  line-height: 1;
  /* ▼add_210518 */
  text-align: center;
  /* ▲add_210518 */
}

.ec-preRegisterRole--intro__ttl .date {
  color: #fff;
  /* ▼add_210518 */
  /*display: inline-block;
	vertical-align: middle;
	background: linear-gradient(248.46deg, #FFB800 8.89%, #FF5C00 76.95%);
	border-radius: 2px;
	font-size: 40px;
	margin-right: 30px;
	padding: 12px 25px;*/
  display: block;
  background-color: #FF7425;
  font-size: 36px;
  height: 67px;
  line-height: 67px;
  margin-bottom: 35px;
  /* ▲add_210518 */
}

.ec-preRegisterRole--intro__ttl .date span {
  /* ▼add_210518 */
  /*font-size: 16px;
	padding-top: 0.5em;
	display: block;*/
  font-size: 30px;
  padding-left: 0.5em;
  /* ▲add_210518 */
}

.ec-preRegisterRole--intro__txt {
  color: #454545;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}

.ec-preRegisterRole .formTable {
  margin-bottom: 60px;
  color: #333;
  border-bottom: 1px solid #e7e7e7;
}

.ec-preRegisterRole .ec-registerRole__actions button[type=submit] {
  margin: 0 auto;
}

.ec-preRegisterRole .ec-registerRole__actions button.btn_form_cancel {
  margin: 40px auto;
}

.ec-preRegisterRole .form_container {
  padding: 50px 80px 100px;
}

.ec-preRegisterRole .form_container.forComplete {
  padding-top: 80px;
}

.ec-preRegisterRole .form_container .formTtl {
  color: #066733;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  /* ▼add_210518 */
  /*margin-bottom: 60px;*/
  margin-bottom: 20px;
  /* ▲add_210518 */
}

/* ▼add_210518 */
.ec-preRegisterRole .form_container .formNote {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #454545;
  margin-bottom: 50px;
}

/* ▲add_210518 */

.ec-preRegisterRole .form_container .formTxt {
  font-size: 15px;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}

.ec-preRegisterRole .mainBottom_container {
  background-color: #fff;
  /* ▼add_210518 */
  /*padding: 40px 47px 100px;*/
  padding: 40px 47px 30px;
  /* ▲add_210518 */
  max-width: 1140px;
}

.ec-preRegisterRole .ec-reportDescription {
  margin-bottom: 0;
  color: #333;
}

.preregister_page .ec-footerRole {
  padding-top: 20px;
}

.preregister_page .ec-footerTitle {
  border-top: none;
  padding-top: 0;
}

.preregister_confirm .formTable th {
  width: 35.2%;
}

tr.clickable:hover td {
  cursor: pointer;
}

.entry_error {
  color: #ff0000;
  padding: 20px 10px;
  text-align: center;
  border: 4px #ff0000 solid;
  margin-bottom: 30px;
  font-weight: bold;
}

.entry_error a {
  text-decoration: underline;
}

.temp-member_completeHeading {
  font-size: 26px !important;
  line-height: 1.5;
}

.temp-member_completeDescription {
  font-size: 16px;
}

/* add210824 */
.ec-login__input.lastItem {
  margin-bottom: 0;
}

.btnWrap {
  padding-top: 20px;
}

.form-check-label_Box {
  text-align: center;
  margin-bottom: 1.5em;
  margin-top: 40px;
}

.form-check-label_Box a {
  color: #FF5C00;
  text-decoration: underline;
}

/* リンクスタイル */
.has_link a {
  color: #FF8A00;
  text-decoration: underline;
}

.easyOrder {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.easyOrder-checkbox input[type=checkbox]:checked+.forCheck::after {
  opacity: 1;
}

.easyOrder-checkbox .forCheck {
  font-size: 15px;
  margin-right: 0.5em;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.easyOrder-checkbox .forCheck:before {
  background: #fff;
  border: 2px solid #AEAEAE;
  content: '';
  display: block;
  height: 24px;
  left: 0;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

.easyOrder-checkbox .forCheck:after {
  border-right: 2px solid #f83131;
  border-bottom: 2px solid #f83131;
  content: '';
  display: block;
  height: 22px;
  left: 10px;
  margin-top: -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

.margin_preorder_order_container .header-with-tooltip {
  display: flex;
  align-items: center;
  background: #066733;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.6;
}

.header-with-tooltip {
  position: relative;
  display: flex;
  align-items: center;
  background: #066733;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.6;
}

.margin-tooltip {
  position: relative;
  cursor: pointer;
  margin-left: -8px;
  margin-top: -8px;
}

.margin-tooltip .forClick {
  display: inline-block;
  width: 27px; /* アイコンのサイズ調整 */
}

.margin-tooltip .forTxt {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -20px;
  right: -880px;
  transform: translate(0, -100%);
  border: 1px solid #B2B2B2;
  background-color: #fff;
  border-radius: 3px;
  width: 1010px;
  color: #525263;
  transition: 0.3s ease-in;
}

.margin-tooltip .forTxt p {
  font-size: 12px; /* フォントサイズ調整 */
}

.margin-tooltip .forTxt__inner {
  position: relative;
  padding: 0.75em; /* 内側のパディング調整 */
}

.margin-tooltip .forTxt__inner:before,
.margin-tooltip .forTxt__inner:after {
  content: "";
  position: absolute;
  right: 882px; /* 矢印の位置 */
  width: 0;
  height: 0;
  margin: 0;
}


.margin-tooltip .forTxt__inner:before {
  bottom: -17px;
  border-style: solid;
  border-color: #B2B2B2 transparent transparent transparent;
  border-width: 16px 10px 0 10px;
}

.margin-tooltip .forTxt__inner:after {
  bottom: -14px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 16px 10px 0 10px;
  z-index: 10;
}

.margin-tooltip:hover .forTxt {
  opacity: 1;
  visibility: visible;
}

.easyOrder-tooltip {
  position: relative;
  cursor: pointer;
}

.easyOrder-tooltip .forClick {
  display: inline-block;
  width: 27px;
}

.easyOrder-tooltip .forTxt {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -20px;
  right: -20px;
  transform: translate(0, -100%);
  border: 1px solid #B2B2B2;
  background-color: #fff;
  border-radius: 3px;
  width: 232px;
  transition: 0.3s ease-in;
}

.easyOrder-tooltip .forTxt p {
  font-size: 12px;
}

.easyOrder-tooltip .forTxt__inner {
  position: relative;
  padding: 0.75em;
}

.easyOrder-tooltip .forTxt__inner:before,
.easyOrder-tooltip .forTxt__inner:after {
  content: "";
  position: absolute;
  right: 22px;
  /*left: 0;*/
  width: 0;
  height: 0;
  margin: 0;
}

.easyOrder-tooltip .forTxt__inner:before {
  bottom: -17px;
  border-style: solid;
  border-color: #B2B2B2 transparent transparent transparent;
  border-width: 16px 10px 0 10px;
}

.easyOrder-tooltip .forTxt__inner:after {
  bottom: -14px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 16px 10px 0 10px;
  z-index: 10;
}

.easyOrder-tooltip:hover .forTxt {
  opacity: 1;
  visibility: visible;
}

#loaderBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  z-index: 1200;
}

.loader {
  color: #666666;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: fixed;
  top: 300px;
  left: 50%;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {

  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {

  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}


/*========= add_20220314 =========*/
/*== @Qa4/default/qa/index.twig ==*/
.keyword_search_qa {
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.description_qa {
  width: 65%;
}

.description_txt {
  font-size: 20px;
  font-weight: 500;
}

.search_form_qa {
  width: 50%;
  display: flex;
}

.search_form_qa label {
  color: #066733;
  font-weight: 700;
  font-size: 17px;
  padding: 8px 21px 8px 0;
}

.doc_container .qa.category {
  padding: 79px 40px 20px 40px;
}

.doc_container .qa.result {
  padding: 75px 40px 20px 40px;
}

.doc_container .qa.detail {
  padding: 70px 40px 20px 40px;
}

.doc_container .qa.recentry {
  padding: 70px 40px 20px 40px;
}

.doc_container .qa.attention {
  padding: 70px 40px 0 40px;
  margin: 0 0 70px;
}

.doc_container .qa h2 {
  border-bottom: none;
  margin-bottom: 10px;
}

.category_items_qa {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
}

.category_items_qa .item a {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 3px solid #D3E1D9;
  border-radius: 5.3px;
  width: 270px;
  line-height: 140%;
  padding: 1em 1.5em;
  margin: 0 50px 30px 0;
}

.category_items_qa .item span {
  font-size: 16px;
}

.right_icon {
  margin: 0 0 0 auto;
}

.questions {
  border-top: 3px solid #E7E7E7;
}

.questions a {
  display: block;
}

.question_item {
  position: relative;
  border-bottom: 3px solid #E7E7E7;
}

.question_item .right_icon {
  background: #c6dacf;
  border-radius: 4px;
  width: 27px;
  height: 27px;
  color: white;
  font-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.question_item .right_icon i {
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.question_item p {
  font-size: 18px;
  font-weight: 700;
  overflow-wrap: anywhere;
  padding: 20px 36px 0 0;
}

.category_tags {
  display: flex;
  margin: 20px 0px;
}

.category_tags.helpful {
  margin: 20px 0 107px;
}

.category_tag {
  background: #F1EEDF;
  border-radius: 4px;
  margin: 0 9.6px 0 0;
  padding: 0 8px 3px;
}

.category_tag span {
  font-size: 0.625rem;
  color: #868686;
}

.recently_qa {
  color: #C6DACF;
  text-align: center;
  padding: 20px 0;
}

.pager_qa {
  margin: 16px 0 27px 0;
}

.top_btn_qa {
  text-align: center;
  margin: 50px 0 20px;
}

.org_txt {
  color: #FF5C00;
  font-weight: 700;
  font-size: 20px;
}

.not_found_qa {
  margin: 23px 0 0;
}

.question_title {
  padding-left: 1.4em;
  text-indent: -1.4em;
  font-weight: 700;
  font-size: 26px;
  color: #066733;
}

.anser_area {
  background: #FEF0E7;
  border-radius: 6px;
  margin: 38px 0 0;
  padding: 20px 41px 30px 30px;
}

.anser_txt {
  padding-left: 1.8em;
  text-indent: -1.8em;
  font-weight: 500;
  font-size: 16px;
  color: #FF5C00;
  overflow-wrap: anywhere;
}

.anser_txt span {
  font-size: 25px;
}

.box_cart_message.qa {
  max-width: inherit;
  padding: 37px 0 53px;
  border: 4px solid #D3E1D9;
  margin: 30px auto 0;
}

.box_cart_message p.qa_txt {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 30px;
}

.msg {
  text-align: center;
  background: #E6EDE9;
  border-radius: 6px;
  padding: 18px 0;
}

.msg span {
  font-weight: 500;
  font-size: 17px;
  color: #066733;
}


/*========= add_20220328 =========*/
/*======= @ApgFormBuilder ========*/
.form-hdr {
  color: #502923;
  margin: 15px 0;
}

h1.form-hdr {
  font-size: 41px;
  line-height: 59px;
}

h2.form-hdr {
  font-size: 32px;
  line-height: 46px;
}

h3.form-hdr {
  font-size: 24px;
  line-height: 35px;
}

h4.form-hdr {
  font-size: 17px;
  line-height: 25px;
}

.form-para,
p.form-para,
address.form-para {
  color: #454545;
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 45px;
  overflow-wrap: anywhere;
}

blockquote.form-para {
  padding-left: 28px;
  display: block;
  position: relative;
}

blockquote.form-para:before {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  background: #DAE7E0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.h-adr span.ec-required {
  display: none;
}

p.afb-help {
  color: #666666;
  font-weight: 500;
  font-size: 13px;
  padding: 10px 0 0;
}

.afb-help a {
  color: #3279B7;
}

.afb-type-text .ec-input,
.afb-type-textarea .ec-input {
  padding-left: 0;
}

.afb-type-text input,
.afb-type-textarea textarea {
  border-radius: 4px;
}

.ec-birth input[type="date"] {
  border: 1px solid #666666;
}

.afb-type-select select {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  width: 100%;
  color: #454545;
}

select.multiple {
  background: #FFFFFF;
  font-size: 15px;
}

.chk-box {
  padding: 10px 0 0 20px;
  font-size: 14px;
}

.chk-box label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px 20px;
  position: relative;
  width: auto;
  margin-right: 20px;
}

.chk-box label::before {
  background: #FFFFFF;
  border: 2px solid #AEAEAE;
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  left: -15px;
  margin-top: -10px;
  position: absolute;
  top: 25%;
}

.chk-box label::after {
  border-right: 4px solid #454545;
  border-bottom: 4px solid #454545;
  content: '';
  display: block;
  height: 16px;
  width: 10px;
  left: -8px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 25%;
  transform: rotate(45deg);
  border-radius: 3px;
}

.chk-box>input[type=checkbox]:checked+label::after {
  opacity: 1;
}

.afb-type-radio-group .form_radio {
  font-size: 16px;
}

.afb-type-radio-group .form_radio label {
  margin-bottom: 20px;
}

.formTable.apg td {
  padding-left: 20px;
  font-size: 15px;
}

.form_container.apg .btn_top_back {
  margin: 70px 0 30px;
}

.formTable th.req-non::after {
  display: none;
}

/* 220316
=======================================================
 簡単予約注文
=======================================================
*/

.forEasy.ec-shelfRole .ec-shelfRole__contents {
  display: block;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  border: none;
}

.forEasy.ec-shelfRole .order_container {
  background: #fff;
  padding: 50px 60px;
  border-top: 7px solid #066733;
  margin-bottom: 0;
}

.forEasy.ec-shelfRole .order_container .ec-orderRole__detail {
  width: 100%;
  max-width: inherit;
}

.forEasy.ec-shelfRole .order_container.forConfirm .ec-orderRole__detail {
  padding-bottom: 0;
}

.forEasy.ec-shelfRole .order_container.forConfirm {
  margin-bottom: 100px;
  padding: 80px;
}

.forEasy.ec-shelfRole .order_container.forConfirm .ec-orderRole__detail .orderSheet {
  margin-bottom: 0;
}

.forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet_ttl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
}

.forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet_ttl h2 {
  border-bottom: none;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 17px;
}

.forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet_ttl h2 .note {
  padding-left: 1em;
  display: inline;
  font-weight: 400;
  font-size: 15px;
}

.forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet_ttl h2 .note:before {
  display: none;
}

.forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet_ttl .forArea{
  width: 225px;
  font-weight: 500;
  font-size: 17px;
  margin-right: 150px;
}

.forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet_ttl .forCalc{
  font-weight: 500;
  font-size: 17px;
  margin-right: 110px;
}

.forEasy.ec-shelfRole .order_container.forConfirm .ec-orderRole__detail .orderSheet_ttl .forArea {
  width: auto;
}

.forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet .sakugata_item {
  border-bottom: 1px solid #E7E7E7;
  align-items: center;
  padding: 20px 0;
}

.forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet .sakugata_item>dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: auto; */
  flex-wrap: wrap;
}

.forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet .sakugata_item .forName {
  color: #502923;
  font-size: 15px;
  /* width: auto; */
}

.forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet .sakugata_item .forArea {
  width: 225px;
  /* display: flex; */
  /* justify-content: space-between; */
  align-items: center;
  font-size: 22px;
}

.forEasy.ec-shelfRole .order_container.forConfirm .ec-orderRole__detail .orderSheet .sakugata_item .forArea {
  width: auto;
  text-align: right;
}

.forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet .sakugata_item .forArea_num {
  width: 140px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #B0B0B0;
  border-radius: 4px;
  text-align: right;
  padding: 0 0.5em;
  font-size: 20px;
}

.forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet .sakugata_item .forCalc_num {
  width: 240px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #B0B0B0;
  border-radius: 4px;
  text-align: left;
  padding: 0 0.5em;
  font-size: 16px;
}
.forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet .sakugata_item .calc-type-text {
  display: inline-block;
  width: 240px;
  height: 48px;
  line-height: 48px;
  text-align: left;
  padding: 0 0.5em;
  font-size: 16px;
  background-color: #fff;
  vertical-align: middle;
}

.forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet .sakugata_item .forArea_num_confirm {
  color: #502923;
  padding-right: 1em;
}

.forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet .sakugata_item .forArea .kana {
  line-height: 1;
  font-size: 13px;
}

.forEasy .ec-orderDetailWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.forEasy .ec-orderDetail {
  width: 45%;
  margin-bottom: 100px;
}

.forEasy .ec-orderDetail .txtDeliver {
  display: flex;
  align-items: center;
}

.forEasy .ec-orderDetail .txtDeliver .note {
  padding-left: 1em;
  font-size: 15px;
}

.forEasy .ec-orderDetail .form_select {
  width: 100%;
  margin-top: 10px;
  margin-right: 0;
}

.forEasy .ec-orderDetail label {
  font-size: 13px;
}

.forEasy .preorder_order_container .form_select select {
  width: 100%;
}

.forEasy .preorder_order_container .ec-orderConfirm .form_input {
  width: 100%;
}

.forEasy .btn_confirm {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 1000px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #FF5C00;
}

.ec-orderDelivery .ec-selects .shop-info.regular {
  font-size: 14px
}
.ec-orderDelivery .ec-selects .shop-info.preorder {
  white-space: nowrap;
  align-items: center;
  display: flex;
  font-size: 14px
}
.ec-idinquiry {
  font-weight: bold;
  text-align: center;
  border-top: 0;
  font-size: 16px;
  margin: 0 0 50px 0;
  word-break: break-all;
}

.btn_common.line {
  background: #06C755;
  padding: 5px 0;
}

.line-icon {
  background-image: url("../img/line_btn_base.png");
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 10px;
}

.mypage_login_container.line{
  padding-top: 20px;
  padding-bottom: 0px;
  max-width: 820px;
}
.ec-login__input.line {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  border: none;
}
.ec-login__input.line h3{
  font-size: large;
  padding-bottom: 10px;
}
.ec-login__input.line p {
  font-size: 13px;
}
.ec-login__input.line p a{
  font-weight: bold;
  text-decoration: underline;
}

.preorderList tbody td.priceChange {
  text-align: right;
}

.margin_error_font {
  font-size: 16px;
  margin: 10px 0;
}

.preorderList tbody td.fixedCell .box_input input.quantity::placeholder {
  color: #333;
}

.preorder_delivery_season {
  margin-bottom: 100px;
}

.generic-form-control {
  padding: 8px;
  border: 1px solid #8e8d8d;
  border-radius: 3px;
  color: #333;
  width: 125px;
  line-height: 1.4;
}

.genericCell {
  width: 150px !important;
}

.genericCell .month {
  margin-left: 50px;
}
