@charset "utf-8";

/* ---------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  /* ---------------------------------------------------------------- */

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

  body,
  html {
    min-width: 100%;
  }

  body {
    letter-spacing: 0;
  }

  body.noScroll {
    overflow: hidden;
  }

  img {
    max-width: 100%;
  }

  .pc,
  .tb {
    display: none !important
  }

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

  .ec-layoutRole__header {
    border-top: none;
  }

  .header_container {
    max-width: 100%;
    height: 54px;
    padding: 0;
  }

  #logo {
    padding-top: 3px;
    padding-left: 4px;
  }

  #logo img {
    height: 50px;
    width: auto;
  }

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

  .ec-headerRole__navSP .headerBanner {
    margin-right: 0;
  }

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

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

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

  .ec-headerNavSP {
    position: static;
    border-radius: 0;
    padding: 0;
    width: 54px;
    height: 54px;
    background: #066733 url(../img/common/icon_bars.svg) center center no-repeat;
  }

  .ec-headerNavSP.closeBtn {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    background: url(../img/common/icon_close.svg) center center no-repeat;
  }

  .ec-headerNaviRole .ec-headerNaviRole__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #066733;
    height: 100vh;
    width: 100vw;
  }


  #global,
  #global ul {
    display: block;
  }

  #global {
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 54px;
  }

  @supports (-webkit-touch-callout: none) {
    .ec-headerNaviRole .ec-headerNaviRole__nav {
      /* Safari用のハック */
      height: -webkit-fill-available;
    }
  }

  #global .headerBanner {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: calc(100% - 60px);
  }

  .headerBanner span {
    display: none;
  }

  #global li {
    width: 100%;
    text-align: left;
  }

  #global li a {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    padding: 19px 25px;
  }

  #global li a::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 30px;
    margin-right: 14px;
    vertical-align: bottom;
  }

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

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

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

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

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

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

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

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

  .cart_badge {
    width: 17px;
    height: 17px;
    right: 6px;
    top: -5px;
    line-height: 17px;
    font-size: 9px;
  }

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

  .searchBlock form {
    display: block;
    padding: 0;
  }

  .searchBlock__category {
    display: block;
    padding: 0 14px;
    margin: 16px 0;
  }

  .box_regorder .box_content .searchBlock__category p {
    font-size: 11px;
    text-align: left;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 12px;
    letter-spacing: 0;
  }

  .searchBlock select {
    padding: 12px 47px 12px 13px;
    font-size: 12px;
    width: 95%;
  }

  .searchBlock__keyword {
    padding: 0 14px;
  }

  .searchBlock__keyword input {
    padding: 12px 10px;
    font-size: 12px;
    width: 75%;
  }

  button.searchBlock__keywordBtn {
    font-size: 15px;
    padding: 0;
    width: 25%;
  }

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

  .overlay {
    padding: 25px 20px;
  }

  .sort_member_container {
    width: 100%;
    padding: 30px 0;
    font-size: 15px;
  }

  .sort_member_heading {
    font-size: 17px;
  }

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

  .sort_member_heading h2 span:first-of-type {
    font-size: 20px;
  }

  .box_sort {
    margin: 37px 0 40px 0;
    flex-wrap: wrap;
  }

  .box_sort>div {
    width: 100%;
    margin: 0;
  }

  .registered {
    margin-bottom: 20px !important;
  }

  .box_sort button {
    width: 69.3%;
    font-size: 17px;
    padding: 18.5px 0;
  }

  .mainBottom_container {
    padding-top: 50px;
  }

  .mainBottom_container h3 {
    font-size: 22px;
  }

  .mainBottom_container h3 span {
    font-size: 50px;
    margin: 0 5px 0 7px;
  }

  .benefit_wrap {
    display: block;
  }

  .benefits {
    width: 100%;
    padding: 0 30px;
    margin-top: 110px;
  }

  .benefits>span {
    font-size: 45px;
    top: -63px;
    left: 21px;
  }

  .benefits>span::before {
    font-size: 17px;
  }

  .benefits>span::after {
    width: 33px;
  }

  .illust img {
    width: 100%;
  }

  .bottom_content .sort_member_container {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .bottom_content .box_sort {
    margin: 37px 0 40px 0;
  }


  /*
=======================================================
 Front-page
=======================================================
*/

  .mainTop {
    padding: 20px 0;
  }

  .order_shortcut {
    max-width: 100%;
    padding: 0 20px;
    display: block;
  }

  .order_shortcut>div {
    border-radius: 20px;
    width: 100% !important;
  }

  .box_preorder {
    border-width: 5px;
    margin-right: 0;
    margin-bottom: 20px !important;
  }

  .box_regorder {
    border-width: 5px;
  }

  .box_heading {
    padding: 6px 0;
    margin: -1px;
    border-radius: 10px 10px 0 0;
  }

  .box_heading span {
    font-size: 24px;
    padding: 4px 0 8px 0;
    background-size: auto 80% !important;
  }

  .box_preorder .box_heading span {
    padding-left: 40px;
  }

  .box_regorder .box_heading span {
    padding-left: 36px;
  }

  .box_preorder .box_content {
    padding: 17px 0 20px 0;
  }

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

  .box_regorder .box_content>span {
    font-size: 26px;
    line-height: 1;
  }

  .box_preorder .box_content>img {
    width: 63.7%;
  }

  .box_preorder .box_content p {
    font-size: 12px;
    margin: 8px 0 14px 0;
  }

  .notaccept .box_preorder .box_content p {
    font-size: 14px;
  }

  .box_content_bottom {
    border-radius: 0 0 20px 20px;
    display: block;
    padding: 16px 0;
    margin-top: 20px;
  }

  .box_content_bottom p {
    margin: 0 0 10px 0 !important;
    font-size: 12px !important;
    line-height: 1.5;
    text-align: center;
  }

  button.btn_top_shortcut {
    border-radius: 30px;
    min-width: 0;
  }

  .box_preorder button.btn_top_shortcut {
    font-size: 15px;
    width: 65%;
    padding: 16px 29px;
  }

  .box_regorder button.btn_top_shortcut {
    font-size: 13px;
    min-width: 78%;
    padding: 18px 0;
  }

  #page_preorder_detail .page_heading_title h1,
  #page_preorder_confirm .page_heading_title h1 {
    padding: 10px;
  }

  #page_preorder_detail .easyOrder-tooltip {
    position: relative;
  }

  #page_preorder_detail .easyOrder-tooltip .forTxt {
    left: -190px;
  }

  #page_preorder_detail .easyOrder-tooltip .forTxt__inner:before {
    left: 193px;
  }

  #page_preorder_detail .easyOrder-tooltip .forTxt__inner:after {
    left: 193px;
  }

  #page_preorder_detail #searchBt {
    width: 30%;
    padding: 3px!important;
  }

  /* News // --- */
  .ec-newsRole {
    max-width: 100%;
    padding: 40px 0 30px 0;
    display: block;
  }

  .ec-secHeading {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
  }

  .ec-newsRole .ec-newsRole__news {
    width: 100%;
  }

  .ec-newsRole .ec-newsRole__newsItem {
    padding: 15px 14px;
  }

  .ec-newsRole .ec-newsRole__newsHeading {
    line-height: 1.66;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ec-newsRole .ec-newsRole__newsDate {
    font-size: 12px;
    margin: 0;
    width: 30%;
    flex-shrink: 0;
    min-width: 0;
  }

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

  .ec-newsRole .ec-newsRole__newsColumn {
    width: 70%;
    display: block;
    position: relative;
  }

  .ec-newsRole .ec-newsRole__newsTitle {
    font-size: 12px;
    margin-bottom: 0;
    position: relative;
    padding: 0 40px 0 0;
    width: 100%;
    vertical-align: top;
  }

  .ec-newsRole .hot .ec-newsRole__newsTitle::before {
    content: none;
  }

  .ec-newsRole__newsItem .ec-newsRole__newsDescription {
    font-size: 12px;
    margin-bottom: 0;
    margin: 0 0 0 30% !important;
    padding: 0;
  }

  .ec-newsRole .ec-newsRole__newsClose {
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
    display: block;
  }

  .ec-newsRole .ec-newsRole__newsCloseBtn {
    display: block;
    font-size: 18px;
    position: relative;
    right: 0;
  }

  .ec-newsRole .ec-newsRole__newsCloseBtn i {
    transform: translate(-50%, -50%);
  }

  .ec-inlineBtn--top.forNews {
    font-size: 15px;
  }

  /* --- // News */
  .productList_heading {
    padding: 30px 0 80px;
    position: static;
    background-size: cover;
  }

  .front_page .productList h2 span {
    padding-left: 40px;
    background-size: auto 90%;
    font-size: 32px;
  }

  .productList .productList_heading h2+p {
    font-size: 17px;
    margin: 14px 0 0 0;

  }

  .front_page .productList_content {
    margin-top: -57px;
  }

  .tab li {
    height: auto;
    width: 29%;
    border-radius: 4px 4px 0 0;
    margin: 0 3px;
  }

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

  .tab li span {
    font-size: 14px;
    padding: 8px 0;
    line-height: 1.36;
  }

  .front_page .catalog {
    padding: 0px 0 90px 0;
  }

  .front_page .catalog::before {
    height: 184px;
  }

  .productList h3 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .ec-searchRole .catalog {
    padding: 0px 0 90px 0;
  }


  /* Slick 無効 // --- */

  .slider,
  .slider .catalog ul {
    width: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }

  .slider li,
  .slider .catalog li {
    width: 47%;
    margin-bottom: 30px;
  }

  .item_image {
    border-radius: 6px;
  }

  .item_image img {
    border-radius: 6px;
  }

  .item_name {
    font-size: 13px;
    padding: 13px 0 0 0;
  }

  /* --- // Slick */

  .btn_more {
    margin-top: 10px;
  }

  .btn_more button {
    width: 54.6%;
    height: auto;
    padding: 15px 0;
  }

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

  .aboutWOS {
    width: 100%;
    display: block;
    /*padding: 30px 27px;*/
    padding: 15px 20px;
  }

  .aboutWOS h4 {
    margin-right: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    word-break: break-all;
  }

  .aboutWOS h4 span {
    /*margin-bottom: 10px;*/
    margin-bottom: 0;
    font-size: 8px;
    margin-right: 7px;
  }

  .aboutWOS p {
    /*line-height: 1.77;*/
    letter-spacing: 0;
    line-height: 174%;
    font-size: 12px;
  }


  /*
=======================================================
 Page - Common
=======================================================
*/

  .page_type_regorder {
    width: 34.9%;
    white-space: nowrap;
    padding: 0 20px;
  }

  .page_type_regorder span {
    font-size: 14px;
    letter-spacing: 0;
    background-size: 15px auto;
  }

  .page_heading_title h1 {
    padding: 14px 15px;
    font-size: 16px;
  }

  .breadcrumb {
    padding: 7px 20px;
    overflow: hidden;
  }

  .breadcrumb ul {
    padding: 0;
    overflow-x: scroll;
  }

  .breadcrumb li {
    white-space: nowrap;
    font-size: 11px;
  }

  .breadcrumb li:not(:last-child)::after {
    font-size: 9px;
    margin: 0 4px 0 8px;
  }

  .btn_common {
    width: 71.6%;
    margin-top: 0;
  }


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

  .ec-searchnavRole .ec-searchnavRole__infos {
    padding-top: 20px;
    align-items: start;
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
  }

  .ec-searchnavRole .ec-searchnavRole__counter {
    width: 100%;
    text-align: center;
  }

  .ec-searchnavRole .ec-searchnavRole__counter span:first-of-type {
    font-size: 29px;
  }

  .ec-searchnavRole .ec-pagerRole {
    width: 100%;
    order: 1;
  }

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

  .ec-pager .ec-pager__item,
  .ec-pager .ec-pager__item--active {
    padding-left: 10px;
  }

  .ec-pager .ec-pager__item a,
  .ec-pager .ec-pager__item--active a {
    width: 31px;
    line-height: 29px;
    font-size: 15px;
  }

  .ec-pager .ec-pager__item i {
    font-size: 14px;
  }

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

  .select_navSort {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .select_navSort span {
    margin: 0 10px 0 20px;
    font-size: 14px;
  }

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

  .select_navSort select {
    padding: 5px 19px 5px 7px;
    font-size: 14px;
  }

  .ec-shelfRole {
    padding: 30px 0 150px 0;
  }

  .ec-shelfNote {
    margin-bottom: 40px;
  }

  .ec-shelfNote__inner {
    text-align: center;
    font-size: 13px;
    line-height: 170%;
    padding: 13px 20px;
  }

  .ec-shelfGrid {
    display: block;
  }

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

  .ec-shelfGrid .ec-shelfGrid__item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
    position: relative;
  }

  .ec-shelfGrid .ec-shelfGrid__item:last-child {
    margin-bottom: 0;
  }

  .item_detail_container {
    margin-bottom: 20px;
  }

  .item_detail_left {
    width: 40.3%;
  }

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

  /* ▲ add_210510 */

  .ec-shelfGrid .item_name {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }

  .ec-shelfGrid .item_image .icon_limited {
    right: 6px;
    bottom: 6px;
  }

  .ec-shelfGrid .item_desc {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 10px;
  }

  .price {
    font-size: 29px;
    margin-bottom: 0;
  }

  .price .tax {
    font-size: 14px;
  }

  .deduct {
    font-size: 14px;
  }

  .form_btn_favorite {
    width: 100%;
    margin-top: 18px;
    /* position: absolute; */
    left: 0;
  }

  .btn_addFavorite {
    width: 40.3%;
    padding: 0 7px;
    overflow: hidden;
  }

  .btn_addFavorite>span {
    font-size: 11px;
    padding: 9px 0px;
    padding-left: 23px;
  }

  .item_detail_bottom {
    margin-top: 0;
    width: 100%;
  }

  .select_numberInput {
    width: 40%;
    margin-right: 20px;
  }

  .select_numberInput span {
    font-size: 18px;
  }

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

  input[type=number] {
    font-size: 20px;
  }

  .btn_addcart {
    padding: 0px 22px;
  }

  .btn_addcart span {
    padding: 12px 0;
    padding-left: 26px;
    font-size: 16px;
    white-space: nowrap;
  }

  .box_message {
    margin-top: 70px;
    border: 1px solid #bfbfbf;
    padding: 20px 0 28px;
    text-align: center;
    border-radius: 6px;
  }

  .box_message p {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
    color: #7d7d7d;
  }

  .box_message p span {
    display: block;
    font-size: 23px;
    color: #454545;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  .box_message button {
    width: 71.8%;
    border: none;
    background: #066733;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 0;
    border-radius: 60px;
    margin-top: 18px;
  }

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

  .ec-productRole {
    margin-top: 20px;
  }

  .ec-productRole .item_detail_container {
    display: block;
    padding-bottom: 90px;
  }

  .ec-sliderItemRole {
    width: 100%;
  }

  .item_visual {
    margin-bottom: 12px;
  }

  .item_visual::before {
    border-radius: 6px;
  }

  .item_visual .item_image {
    box-shadow: none;
  }

  .ec-sliderItemRole .item_nav {
    display: flex;
  }

  .ec-sliderItemRole .slideThumb {
    border-radius: 3px;
  }

  .ec-sliderItemRole .slideThumb img {
    border-radius: 3px;
  }

  .ec-productRole .ec-productRole__profile {
    margin-left: 0;
  }

  .ec-productRole .ec-productRole__title .ec-headingTitle {
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .ec-productRole .ec-productRole__code {
    margin-top: 10px;
  }

  .ec-productRole .ec-productRole__category {
    margin-top: 10px;
  }

  .ec-productRole .ec-productRole__price {
    margin-top: 20px;
    margin-bottom: 18px;
  }

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

  .ec-price .ec-price__price>span {
    font-size: 50px;
  }

  .ec-price .ec-price__tax {
    font-size: 14px;
  }

  .ec-productRole__price .deduct {
    font-size: 15px;
    margin-top: 0;
  }

  .item_detail_cart {
    display: block;
  }

  .item_detail_cart .select_numberInput {
    text-align: right;
    width: 100%;
    margin-bottom: 20px;
  }

  .item_detail_cart .box_input {
    display: inline-block;
    width: 30%;
  }

  .item_detail_cart input[type=number] {
    color: #333;
    font-size: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .item_detail_cart .form_cart_btn {
    width: 100%;
  }

  .item_detail_cart .btn_addcart {
    width: 100%;
  }

  .item_detail_cart .btn_addcart span {
    padding: 20px 0;
    padding-left: 13%;
    font-size: 22px;
    background-size: auto 50%;
  }

  .ec-productRole .ec-productRole__description {
    margin: 30px 0;
  }

  .item_detail_container .form_btn_favorite {
    position: static;
    top: 0;
    text-align: right;
  }

  .item_detail_container .btn_addFavorite {
    width: auto;
    padding: 5px;
  }

  .item_detail_container .btn_addFavorite>span {
    font-size: 10px;
    padding: 9px 0;
    padding-left: 22px;
    /* background-size: auto 60%; */
  }

  .relatedItems {
    padding: 40px 0;
    margin-bottom: 30px;
  }

  .relatedItems .item_name {
    margin-bottom: 16px;
    text-align: left;
  }

  .item_desc {
    font-size: 12px;
  }

  .slick-slider.relatedItems_slider li {
    padding: 0 10px 0 20px;
  }


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

  .ec-modal .ec-modal-wrap {
    width: 100%;
    padding: 60px 0 40px 0;
  }

  .ec-modal .ec-modal-close {
    width: 7%;
    height: auto;
    font-size: 0;
    top: 20px;
    right: 20px;
  }

  .ec-modal .ec-modal-close img {
    width: 100%;
    height: auto;
  }

  #ec-modal-header {
    font-size: 21px;
  }

  .ec-modal .ec-role {
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .ec-modal .ec-role span,
  .ec-modal .ec-role a {
    width: 63.9%;
    padding: 14px;
    margin: 8px 0;
  }

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

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

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

  .ec-cartRole {
    margin-bottom: 30px;
  }

  .ec-progress {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
  }

  .ec-progress .ec-progress__item {
    padding: 0;
    width: 20%;
  }

  .ec-progress .ec-progress__item:first-child {
    padding-left: 0;
  }

  .ec-progress .ec-progress__item:last-child {
    padding-right: 0;
  }

  .ec-progress .ec-progress__number {
    width: 43px;
    height: 43px;
    font-size: 16px;
    line-height: 43px;
    margin-bottom: 7px;
  }

  .ec-progress .ec-progress__label {
    font-size: 10px;
    padding: 0;
    white-space: nowrap;
  }

  .cart_container {
    display: block;
  }

  .ec-cartRole__cart {
    width: 100%;
  }

  .ec-cartTable {
    margin-bottom: 30px;
    border-top: none;
  }

  .ec-cartTable tr:nth-child(n+2) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #cfcfcf;
  }

  .ec-cartTable th {
    display: block;
    width: 100%;
  }

  .ec-cartTable th:not(:first-child) {
    display: none;
  }

  .ec-cartTable td {
    display: block;
    border-bottom: none;
    vertical-align: top;
  }

  .ec-cartTable td:nth-child(even) {
    flex-grow: 1;
  }

  .ec-cartRow__contentColumn {
    width: 27.9%;
  }

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

  .ec-cartRow__unitPrice {
    font-size: 19px;
    line-height: 1.45;
  }

  .ec-cartRow__summary .deduct {
    font-size: 10px;
  }

  .ec-cartRow__amountColumn {
    width: 49.8%;
    padding: 0 10px 20px 0;
  }

  .ec-cartRow__amount {
    justify-content: flex-start;
  }

  .ec-cartRow__amount:before {
    content: "数量";
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 0.5em;
  }

  .ec-cartRow__amount .box_input {
    width: 130px;
  }

  .ec-cartRow__editColumn {
    width: 8%;
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0 0;
  }

  .ec-cartRow__editColumn button {
    margin-bottom: 0;
  }

  .ec-cartRow__amount input[type=number] {
    font-size: 19px;
    padding: 5px;
    text-align: center;
  }

  .ec-cartRow__summary {
    width: 53.1%;
    padding: 30px 0;
  }

  .ec-cartRow__priceColumn {}

  .ec-cartRow__price {
    font-size: 18px;
  }

  .ec-cartRow__price span {
    display: inline-block;
    font-size: 10px;
  }

  .ec-cartRow__price:before {
    content: "小計";
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
  }

  .ec-cartRow__img a .icon_limited {
    font-size: 10px;
  }

  .ec-orderRole__summary {
    width: 100%;
    max-width: none;
    padding-top: 0;
    margin-bottom: 90px;
  }

  .ec-totalBox {
    padding: 28px 19px;
  }

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

  .forConfirm .btn_ctrl li a {
    font-size: 16px;
  }

  .forConfirm .btn_ctrl li a span {
    display: block;
    padding-left: 0;
  }

  .forConfirm .btn_ctrl li a span:before {
    left: 25px;
  }

  .box_cart_message {
    padding: 35px 0;
  }

  .box_cart_message p {
    line-height: 1.5;
    font-size: 19px;
  }

  .box_cart_message .to_buy_button {
    flex-flow: column;
  }

  .box_cart_message .to_buy_button .btn_common {
    margin-top: 20px;
  }

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

  .box_login_message {
    margin-top: 10px;
    padding: 20px 10px;
    line-height: 1.5;
  }

  .box_login_message p span {
    margin-bottom: 10px;
  }

  .ec-login__input {
    margin: 40px 0 30px 0;
    padding: 25px 10px 30px;
  }

  .cart_login_container {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .cart_login_container h2 {
    font-size: 25px;
  }

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

  .ec-login__input .form_input {
    margin-top: 20px;
    padding: 0 20px;
    width: 100%;
  }

  .ec-login__input .form_input input {
    font-size: 14px;
    padding: 11px 14px;
  }

  .ec-login__input .form_input input[type=password] {
    margin-bottom: 15px;
  }

  .ec-login__input .ec-checkbox {
    width: 100%;
    padding: 0 20px;
  }

  .form-check label {
    font-size: 13px;
  }

  .box_entry_message {
    padding: 25px 0 35px 0;
  }

  .box_entry_message p {
    font-size: 13px;
    line-height: 1.5;
  }

  .box_entry_message button {
    margin-top: 20px;
  }

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

  .order_container {
    display: block;
    position: relative;
    margin-bottom: 0;
  }

  .ec-orderRole__detail {
    width: 100%;
  }

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

  /*.ec-orderRole__detail .ec-cartTable tr:last-child {
	border-bottom: none;
}*/

  .order_container h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

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

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

  .order_container .ec-cartRow__amountColumn {
    width: 100%;
    padding: 10px;
    padding-right: 30px;
  }

  .order_container .ec-cartRow__amountColumn>.ec-cartRow__amount {
    text-align: right;
  }

  .ec-selects,
  .form_radio {
    border-bottom: none;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 0;
  }

  .form_select {
    display: block;
    margin-top: 20px;
    width: 100%;
  }

  .form_select select {
    font-size: 14px;
    width: auto;
    min-width: 72%;
    max-width: 100%;
  }

  .form_radio>div {
    margin-right: 0;
    margin-top: 20px;
    display: block;
  }

  .form_radio label {
    font-size: 17px;
  }

  .form_input {
    line-height: 2;
  }

  .ec-cartCompleteRole {
    margin: 40px 0 70px 0;
  }

  .ec-reportHeading {
    border-top: none;
    margin-bottom: 28px;
  }

  .ec-reportHeading h2 {
    font-size: 24px;
    line-height: 1.5;
  }

  .ec-reportDescription {
    text-align: left;
    font-size: 15px;
    margin-bottom: 30px;
  }

  .order_number {
    padding: 29px 0;
  }

  .order_number span {
    font-size: 32px;
  }

  .order_number span.order_number_label {
    font-size: 16px;
  }

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

  .search_page h2 {
    font-size: 24px;
    padding: 2px 0 5px 17px;
    margin-bottom: 25px;
  }

  .search_page h2::before {
    width: 4px;
    border-radius: 4px;
  }

  .search_page h2 i {
    font-size: 24px;
  }

  .search_container {
    padding: 30px 20px 0 20px;
    margin-top: 0;
  }

  .search_container .searchBlock {
    padding: 20px 0;
    margin-top: 30px;
    width: 100%;
  }

  .search_container button.searchBlock__keywordBtn {
    font-size: 15px;
    padding: 0;
  }

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

  .search_container .searchBlock__category {
    margin: 0 0 15px 0;
  }

  .search_container .searchBlock select {
    font-size: 12px;
    padding: 13px 56px 13px 10px;
    width: 100%;
  }

  .ec-searchRole .productList .tab_content {
    padding-top: 40px;
  }

  .ec-searchRole .productList .tab_content_01 {
    padding-top: 40px;
  }

  .catalog_search {
    padding-bottom: 60px;
  }

  .catalog_search li {
    width: 48%;
    margin: 0 0 30px 0 !important;
  }

  .catalog_search li:nth-child(odd) {
    margin-left: 0 !important;
  }

  .catalog_search li:nth-child(even) {
    margin-left: 4% !important;
  }

  .catalog_search .item_name {
    padding-top: 15px;
  }

  .catalog_search h3 {
    font-size: 27px;
    margin-bottom: 30px;
  }

  .catalog_search h3::after {
    margin-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  /*
=======================================================
 Preorder Sheet
=======================================================
*/

  .page_type_preorder {
    width: 34.9%;
    white-space: nowrap;
    padding: 9.5px 20px;
    min-height: 0;
  }

  .page_type_preorder span {
    font-size: 14px;
    letter-spacing: 0;
    background-size: 15px auto;
  }

  .preorder_page .page_heading_title h1 {
    padding: 14px 15px;
    font-size: 16px;
  }

  .sub_heading {
    padding: 50px 0 40px 0;
  }

  .sub_heading h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

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

  .preorder_search_container {
    padding: 0 20px;
  }

  .preorder_search dt {
    font-size: 22px;
    padding: 16px 20px 19px 20px;
  }

  .preorder_search dt::after {
    right: 20px;
  }

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

  .preorder_search dd {
    padding: 20px;
    padding-bottom: 80px;
    margin-bottom: 40px;
  }

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

  .preorder_search .searchBlock .inner {
    display: block;
  }

  .preorder_search .searchBlock .inner+p {
    margin-left: 0;
    font-size: 11px;
    margin-top: 10px;
  }

  .searchBlock__label {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .preorder_search .searchBlock__keyword {
    padding: 0;
  }

  .preorder_search .searchBlock__keyword input {
    border-radius: 5px 0 0 5px;
    font-size: 12px;
    padding: 0 9px;
  }

  .preorder_search button.searchBlock__keywordBtn {
    font-size: 15px;
    border-radius: 0 5px 5px 0;
    padding: 12px 0;
  }

  .searchBlock__checkbox {
    display: block;
  }

  .options_label {
    width: 100%;
    /* margin-bottom: 20px; */
  }

  .searchBlock__checkbox ul {
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .searchBlock__checkbox li {
    padding: 0;
    font-size: 14px;
    margin-top: 24px;
  }

  .searchBlock__checkbox li:nth-child(-n+2) {
    /* margin-top: 0; */
  }

  .form_btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .preorder_search .btn_common {
    margin-top: 0;
    margin-bottom: 30px;
    width: 86.4%;
  }

  .btn_reset {
    order: 1;
    padding: 14px 0;
    width: 57.6%;
    position: static;
    transform: none;
  }

  .preorder_page .ec-shelfGrid {
    display: flex;
  }

  .preorder_item {
    width: 100%;
    margin-top: 40px !important;
    margin-left: 0 !important;
    padding: 17px 10px;
  }

  /* .preorder_item:nth-child(odd) {
		margin-left: 0 !important;
	} */

  .preorder_date {
    font-size: 15px;
  }

  .preorder_item_name {
    font-size: 21px;
  }

  .preorder_item_for {
    font-size: 14px;
  }

  .preorder_item_btn .forEasy .easyOrder-tooltip {
    position: relative;
  }

  .preorder_item_btn .forEasy .easyOrder-tooltip .forTxt {
    width: 232px;
    left: auto;
    right: -50px;
  }

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

  .preorder_by {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
  }

  .preorder_by span {
    display: inline-block;
  }

  .dueDate {
    font-size: 13px;
    margin-top: 4px;
    margin-left: 0;
  }

  #page_preorder .page_heading_title h1 {
    padding: 0 15px;
    font-size: 15px;
  }

  #page_preorder .page_heading_title h1>span {
    font-size: 12px;
    margin-top: 4px;
  }

  #page_preorder .page_heading_title h1 span.dueDate {
    margin-left: 10px;
  }

  .preorder_order_container {
    padding-top: 0;
  }

  .box_note {
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 50px;
  }

  .box_note p {
    font-size: 12px;
  }

  .preorder_order_container h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .preorder_order_container h2.preorder_product_category {
    font-size: 22px;
  }

  .preorder_order_container h2 span {
    padding-left: 13px;
  }

  .preorder_order_container h2.preorder_product_category span {
    padding: 5px 0 7px 13px;
    line-height: 1;
  }

  .preorder_order_container h2 span::before {
    width: 4px;
  }

  .preorder_order_container h2.preorder_product_category span::before {
    width: 4px;
  }

  .order_sheet_content {
    margin-bottom: 80px;
    overflow-x: scroll;
  }

  .forEasy .order_sheet_content {
    margin-bottom: 50px;
  }

  .preorder_order_container h3 {
    padding: 10px 8px;
    font-size: 19px;
  }

  .preorderList {
    color: #333;
    font-size: 11px;
    /* ▼ add_210422 */
    /* min-width: auto; */
    width: 100%;
    /* ▲ add_210422 */
    table-layout: initial;
  }

  .preorderList .type1,
  .preorderList :not(.no-style).type2 {
    display: none !important;
  }

  .preorderList thead th {
    padding: 9px 11px;
    font-size: 16px;
  }

  .preorderList thead th:first-child {
    min-width: 138px;
    width: 100% !important;
  }

  .preorderList thead th:nth-child(2) {
    /* min-width: 99px; */
  }

  .forEasy .preorderList thead th:nth-child(2),
  .forEasy .preorderList thead th:nth-child(3),
  .forEasy .preorderList thead th:nth-child(4) {
    display: none;
  }

  .preorderList thead th:nth-child(3),
  .preorderList thead th:nth-child(4) {
    /* min-width: 208px; */
  }

  /*= ▼add210904 =*/
  .preorderList thead th:nth-child(10) {
    /* width: 25%; */
  }

  /*= ▲add210904 =*/
  .preorderList thead th:last-child {
    /*= ▼add210904 =*/
    /*width: 35%;*/
    /* width: 25%; */
    /*= ▲add210904 =*/
    /* min-width: 110px; */
  }

  .forEasy .preorderList thead th:last-child {
    width: 20%;
  }

  .preorderList .fixedCell {
    width: 80px;
  }

  .preorderList td .box_input {
    margin: 0 auto;
    ;
    width: 70px;
  }

  .preorderList td .box_select .delivery_month {
  width: 100px;
}

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

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

  .preorderList tbody td {
    padding: 10px 9px;
    font-size:16px;
  }

  .preorderList tbody td a:after {
    width: 23px;
    height: 23px;
    top: 1px;
  }

  .forEasy .preorderList tbody td:nth-child(2),
  .forEasy .preorderList tbody td:nth-child(3),
  .forEasy .preorderList tbody td:nth-child(4) {
    display: none;
  }

  .preorderList td input[type=number] {
    font-size: 16px;
    padding-right: 10px;
  }

  .preorderList td input.btnspinner {
    font-size: 16px;
    width: 30px;
    height: 30px;
  }

  .preorder_order_container .ec-selects {
    margin-bottom: 60px;
    display: block;
  }

  .preorder_order_container .form_select {
    width: 100%;
    margin-right: 0;
  }

  .preorder_order_container .form_select>span {
    font-size: 15px;
    margin-right: 8px;
  }

  .preorder_order_container .form_select select {
    width: 69%;
    min-width: 0;
  }

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

  .preorder_order_container p.attention {}

  .preorder_order_container button[type=submit]:not(.no-style) {
      width: 71.6%;
      margin: 0 auto 30px auto;
      min-width: 0;
      padding: 20.5px 0;
      font-size: 19px;
  }

  .forEasy .preorder_order_container button[type=submit],
  .forEasy .preorder_order_container .btn_order_cancel {
    width: 88%;
  }

  .preorder_order_container .btn_order_cancel {
    width: 53.7%;
    padding: 17px 0;
    font-size: 15px;
    font-weight: 700;
  }

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

  .order_sheet_container .ec-modal-overlay {
    /* padding: 20px; */
  }

  .order_sheet_container .modal_content {
    padding: 70px 20px 30px 20px;
  }

  .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;
  }

  .btn_reflect_all {
    padding: 4px 4px;
  }

  .preorder_order_container.orderConfirm .form_select>span {
    width: 34.5%;
    margin-right: 0;
  }

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

  .preorder_page .ec-cartCompleteRole {
    padding-top: 0;
  }

  .box_notice_thin {
    padding: 20px;
  }

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

  .ec-registerRole {
    padding: 30px 0 170px 0;
  }

  .ec-registerRole__contents {
    padding: 0 24px;
  }

  .entrypageTop .page_heading_title h1 {
    font-size: 24px;
    padding: 30px 0;
  }

  .form_container {
    padding: 30px 16px;
  }

  .formTable {
    margin-bottom: 40px;
    margin-top: -30px;
  }

  .formTable th {
    display: block;
    width: 100%;
    padding: 30px 0 8px 0;
    font-size: 19px;
    line-height: 1;
  }

  .formTable th::after {
    font-size: 12px;
    width: 35px;
    line-height: 19px;
    margin-left: 7px;
    margin-bottom: 3px;
    vertical-align: middle;
  }

  .formTable td,
  .formTable td.para {
    padding: 0 0 30px 0;
    width: 100%;
    display: block;
  }

  .formTable td.para .ec-input {
    width: 100%;
  }

  .formTable .ec-input {
    font-size: 0;
    padding-left: 0;
    margin-top: 15px;
  }

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

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

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

  .formTable .reset-password-content .reset-password {
    padding: 15px 25px;
    width: 80%;
    margin: 15px auto 0;
  }

  .formTable .reset-password-content span {
    font-size: 14px;
  }

  .address_input,
  .email_input,
  .pw_input {
    margin-bottom: 0;
  }

  .formTable .ec-input input {
    margin-bottom: 0;
    font-size: 16px;
    padding: 11px;
  }

  .formTable .ec-input.postcode_input input {
    width: 42.7%;
  }

  .short {
    max-width: calc(100% - 26px);
  }

  .formTable span.label {
    width: auto;
    padding-right: 9px;
    letter-spacing: 0;
  }

  .formTable .ec-input input+span,
  .formTable .ec-input.postcode_input>span:not(.label) {
    font-size: 14px;
  }

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

  .formTable .form_radio>div {
    display: inline-block;
  }

  .formTable .form_radio label {
    padding-left: 27px;
    color: #333;
    margin-right: 20px;
  }

  .formTable .form_radio label::before {
    width: 22px;
    height: 22px;
    border-width: 2px;
  }

  .formTable .form_radio input[type=radio]:checked+label::after {
    width: 10px;
    height: 10px;
    left: 6px;
  }

  .postcode_help {
    display: block;
    margin: 20px 0 30px 0;
    padding-left: 25px;
  }

  .postcode_help a {
    padding: 13px 17px;
  }

  .formTable select {
    font-size: 16px;
  }

  .formTable .form_select.pref {
    padding-left: 0;
    margin: 0;
  }

  .form_select.ec-birth {
    padding: 7.5px 0;
    text-align: left;
  }

  .ec-birth select {
    margin: 7.5px 0;
    width: 30.5%;
    min-width: 0;
    padding: 11px;
  }

  .ec-birth select#entry_birth_year {
    width: 49.5%;
    margin-left: 0;
  }

  .ec-birth select#entry_birth_month {
    margin-left: 41px;
  }

  .ec-birth select#entry_birth_day {
    margin-left: 8px;
  }

  .ec-birth select+span {
    margin-right: 0;
    margin-left: 4px;
  }

  .ec-birth select#id_inquiry_birth_year {
    width: 49.5%;
    margin-left: 0;
  }

  .ec-birth select#id_inquiry_birth_month {
    margin-left: 41px;
  }

  .ec-birth select#id_inquiry_birth_day {
    margin-left: 8px;
  }

  .box_instruction {
    padding: 20px;
    margin-bottom: 60px;
  }

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

  .ec-registerRole__actions .ec-checkbox {
    padding: 30px 17px;
    margin-bottom: 60px;
  }

  .ec-registerRole__actions .ec-checkbox .form-check {
    width: 100%;
    text-align: left;
  }

  .ec-registerRole__actions .form-check label {
    font-size: 17px;
    line-height: 1.6;
  }

  .form-check label::before,
  .form-check input[type=checkbox]:checked+label::after {
    top: 5px;
    transform: none;
  }

  .ec-registerRole__actions button[type=submit] {
    width: 81.35%;
    font-size: 19px;
    padding: 20.5px 0;
    margin: 30px auto;
  }

  .ec-registerRole__actions a.btn_form_cancel,
  .ec-registerRole__actions button.btn_form_cancel {
    font-size: 15px;
    padding: 17px 0;
    width: 60%;
    margin-top: 0;
  }

  .ec-registerRole__actions .error p {
    font-size: 13px;
    margin-top: 11px;
  }


  .register_confirm .formTable th {
    width: 100%;
    padding-left: 20px;
  }

  .register_confirm .formTable td {
    padding-top: 20px;
    padding-left: 20px;
    font-size: 17px;
    color: #333;
  }

  .ec-registerCompleteRole {
    padding: 60px 0 150px 0;
  }

  .ec-registerCompleteRole .ec-registerRole__contents {
    padding: 0 20px;
  }

  .ec-registerCompleteRole .ec-reportHeading h2 {
    line-height: 1.5;
  }

  .ec-registerCompleteRole .ec-reportDescription {
    text-align: center;
    font-size: 11px;
  }

  .temp-member_completeDescription {
    font-size: 13px;
  }

  .temp-member_completeHeading {
    font-size: 24px !important;
  }

  .btn_top_back a.btn_common {
    width: 66.8%;
    min-width: 0;
    font-size: 14px;
  }

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

  .helppageTop .page_heading_title h1 {
    padding: 30px 0;
    font-size: 24px;
  }

  .doc_container {
    padding: 30px 20px 110px 20px;
  }

  .doc dd {
    margin-bottom: 50px;
  }

  .doc_container h2 {
    font-size: 24px;
    padding-bottom: 14px;
    margin-bottom: 25px;
  }

  .about_page div {
    margin-bottom: 60px;
  }

  .about_page p {
    font-size: 17px;
    line-height: 1.5;
  }

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

  .ec-contactRole {
    padding: 30px 0 150px 0;
  }

  .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;
  }

  .ec-contactRole .formTable th {
    padding-bottom: 0;
  }

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

  .contact_confirm .formTable td {
    font-size: 17px;
    padding-top: 10px;
  }

  .ec-input textarea+span {
    font-size: 14px;
    margin-top: 15px;
  }

  .ec-contactRole p.attention {
    font-size: 13px;
    padding: 30px 20px;
    line-height: 1.83;
  }

  p.note {
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.8;
  }

  .contact_complete .form_container {
    padding: 40px 20px 60px 20px;
  }

  .contact_complete .ec-reportHeading h2 {
    font-size: 24px;
    line-height: 1.5;
  }

  /*
=======================================================
 Error, Maintenance
=======================================================
*/

  .ec-404Role .ec-404Role__icon img {
    width: 35.82%;
  }

  .ec-404Role .ec-404Role__title {
    font-size: 24px;
    margin: 30px 0;
  }

  .ec-404Role__description {
    font-size: 15px;
    margin-bottom: 70px;
  }

  p.announce {
    line-height: 1.8;
    text-align: left;
  }

  .box_schedule {
    margin: 30px 0 20px 0;
    padding: 30px 0;
    width: 100%;
    font-size: 15px;
  }

  p.notice {
    font-size: 13px;
  }

  /*
=======================================================
 Mypage - Common
=======================================================
*/

  .mypage .ec-pagerRole {
    margin: 60px 0 40px 0;
  }

  .mypage_container {
    padding-top: 36px;
    padding-bottom: 150px;
  }

  .mypageTop {
    display: flex;
    flex-wrap: wrap;
  }

  .mypageTop>div {
    width: 100%;
  }

  .mypageTop .breadcrumb {
    order: 1;
  }

  .mypageTop .page_heading_title h1 {
    padding: 30px 0;
    font-size: 24px;
  }

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

  .mypage_login_container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 120px;
    text-align: center;
    color: #535353;
  }

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

  /*
=======================================================
 History
=======================================================
*/

  .ec-welcomeMsg {
    padding: 30px 0;
  }

  .ec-welcomeMsg p {
    font-size: 17px;
    line-height: 1.8;
  }

  .ec-welcomeMsg p span.customer_company {
    margin-left: 0;
    display: block;
  }

  .ec-navlistRole .ec-navlistRole__item {
    height: auto;
    width: 29%;
    border-radius: 4px 4px 0 0;
    margin: 0 3px;
  }

  .ec-navlistRole .ec-navlistRole__item span {
    font-size: 14px;
    padding: 18px 0;
    line-height: 1.36;
    letter-spacing: 0;
  }

  .mypageRole__header {
    padding: 18px 0;
  }

  .historyHeader p {
    font-size: 14px;
  }

  .historyHeader p span {
    font-size: 27px;
  }

  .orderType_switch>div {
    width: 32.1%;
  }

  .orderType_switch a {
    margin: 0 12px 0 0;
    height: auto;
    width: auto;
    border-radius: 4px 4px 0 0;
    transition: opacity .3s ease;
    cursor: pointer;
  }

  .orderType_switch div span {
    font-size: 14px;
    padding: 11px 0;
  }

  .orderType_container {
    padding: 30px 20px;
  }

  .orderTable.pre-order {
    margin-top: -30px;
  }

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

  .orderTable tr:first-child {
    border-bottom: none;
  }

  .regular-order tr {
    display: flex;
    flex-wrap: wrap;
  }

  .pre-order tr:first-child {
    display: none;
  }

  .orderTable th {
    display: block;
    width: 100%;
    border-bottom: 1px solid #333;
  }

  .orderTable.regular-order th:nth-child(n+2) {
    display: none;
  }

  .orderTable td {
    display: block;
  }

  .regular-order td {
    padding-top: 20px;
  }

  .pre-order td {
    padding: 0 0 7px 0;
    font-size: 16px;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
  }

  .pre-order td:first-child {
    padding-top: 30px;
  }

  .pre-order td:nth-child(2) {
    padding-right: 0;
  }

  .pre-order td:last-child {
    padding-bottom: 30px;
  }

  .pre-order td::before {
    display: block;
    width: 35.47%;
    font-weight: 500;
    color: #333;
    flex-shrink: 0;
  }

  .pre-order td:first-child::before {
    content: '注文日時';
  }

  .pre-order td:nth-child(2)::before {
    content: '注文書名';
  }

  .pre-order td:nth-child(3)::before {
    content: '注文番号';
  }

  .pre-order td:nth-child(4)::before {
    content: var(--custom-content, 'ステータス');
  }

  .pre-order td:nth-child(5)::before {
    content: var(--custom-content, '金額');
  }

  .pre-order td:nth-child(6)::before {
    content: var(--custom-content, '汎用入力n');
  }

  .pre-order td span {
    display: block;
    flex-grow: 1;
  }

  .ec-historyRole .ec-historyRole__header {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .ec-historyListHeader {
    position: relative;
  }

  .ec-historyListHeader .ec-historyListHeader__date {
    margin-bottom: 9px;
  }

  .ec-historyListHeader .ec-historyListHeader__date span {
    display: inline-block;
    margin-right: 10px;
  }

  .ec-historyListHeader .ec-historyListHeader__action {
    margin-top: 0;
    position: absolute;
    right: -10px;
    bottom: 5px;
  }

  .ec-historyListHeader .ec-historyListHeader__action a {
    font-size: 14.5px;
    padding: 9px 15px;
  }

  .ec-historyRole .ec-historyRole__detail {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .ec-historyRole .ec-historyRole__detailImage {
    width: 37%;
  }

  .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
    width: 63%;
    padding-right: 0;
  }

  .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
    font-size: 17px;
    width: 100%;
    margin: 15px 0 0 0;
    text-align: right;
  }

  .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice>div {
    display: inline-block;
    text-align: left;
  }

  .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice span {
    font-size: 18px;
    margin-left: 17px;
  }


  /*
=======================================================
 History Detail
=======================================================
*/

  .btn_back a {
    display: inline-block;
    background: #ddd;
    padding: 0 18px 0 17px;
    width: auto;
    text-align: center;
    border-radius: 4px;
  }

  .btn_back a span {
    padding: 13px 0 13px 24px;
  }

  .historyHeader {
    align-items: flex-start;
    line-height: 1;
  }

  .historyHeader .historyHeader_heading {
    font-size: 14px;
    margin-right: 20px;
  }

  .historyHeader .historyHeader_content {
    display: block;
    margin-top: -4px;
    margin-bottom: 2px;
  }

  .historyHeader .ec-definitions:not(:last-of-type) {
    padding-right: 0;
    border-right: none;
    margin: 0 0 8px 0;
  }

  .historyHeader .ec-definitions:last-of-type {
    margin: 0;
  }

  .historyHeader .ec-definitions dt {
    font-size: 13px;
    width: 33.5%;
    margin-right: 0;
  }

  .historyHeader .ec-definitions dd {
    font-size: 13px;
  }

  .ec-historyRole .order_container {
    padding: 30px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ec-historyRole .ec-orderRole__detail {
    width: 100%;
    display: block;
  }

  .ec-historyRole .ec-cartTable tr:nth-child(n+2) {
    display: block;
    overflow: hidden;
  }

  .ec-historyRole .order_container .ec-cartRow__contentColumn {
    width: 37%;
    padding-bottom: 0;
    float: left;
    padding-top: 20px;
  }

  .ec-historyRole .order_container .ec-cartRow__summary {
    padding: 20px 0 5px 20px;
    overflow: hidden;
  }

  .ec-historyRole .order_container .ec-cartRow__amountColumn {
    width: auto;
    margin-left: 37%;
    padding-left: 20px;
  }

  .ec-orderRole__detail .ec-orderPayment,
  .ec-orderRole__detail .ec-orderPaymentDate {
    width: 100%;
  }

  .ec-historyRole .ec-orderRole__summary {
    width: 100%;
  }

  .ec-orderRole__detail .ec-orderMails {
    margin-bottom: 0;
  }

  .ec-orderMail {
    font-size: 14px;
    border: none;
    margin-bottom: 0;
  }

  .ec-orderMail li {
    margin-bottom: 1em;
  }

  .ec-orderMail .ec-orderMail__time {
    color: #8e8d8d;
    margin-bottom: 0;
  }

  .ec-orderMail .ec-orderMail__link a {
    color: #066733;
  }

  .orderSheet h3 {
    font-size: 15px;
    margin-bottom: 50px;
  }

  .orderSheet .orderTable {
    margin-bottom: 30px;
  }

  .orderSheet .orderTable tr:nth-child(2) {
    border-top: 1px solid #e7e7e7;
  }

  .orderSheet .orderTable td {
    padding: 0 0 8px 0;
    justify-content: flex-start;
  }

  .orderSheet .orderTable td:first-child {
    padding-top: 30px;
  }

  .orderSheet .orderTable td:last-child {
    padding-bottom: 30px;
  }

  .orderSheet .pre-order td::before {
    width: 31.76%;
  }

  .orderSheet .pre-order td:first-child::before {
    content: '品名';
  }

  .orderSheet .pre-order td:nth-child(2)::before {
    content: '単価';
  }

  .orderSheet .pre-order td:nth-child(3)::before {
    content: '数量';
  }

  .orderSheet .pre-order td.delivery_month::before {
    content: '荷渡月';
  }

  .orderSheet .ec-orderRole__summary {
    margin-bottom: 60px;
  }


  /*
=======================================================
 Favorite
=======================================================
*/

  .favoriteHeader p {
    font-size: 14px;
  }

  .favoriteHeader p span {
    font-size: 27px;
  }

  .favorite_container {
    background: #fff;
    padding: 10px 20px 40px 20px;
  }

  .ec-favoriteRole .ec-favoriteRole__itemList {
    display: block;
  }

  .ec-favoriteRole .ec-favoriteRole__item {
    width: 100%;
    margin-top: 30px;
  }

  .ec-favoriteRole .ec-favoriteRole__item:nth-child(-n+2) {
    margin-top: 30px;
  }

  .ec-favoriteRole .item_detail_left {
    width: 37%;
    margin-right: 20px;
  }

  .ec-favoriteRole .item_name {
    font-size: 15px;
  }

  .ec-favoriteRole .price {
    font-size: 16px;
  }

  .btn_delete {
    text-align: right;
    margin-top: 15px;
  }

  .btn_delete a span {
    font-size: 14px;
  }


  /*
=======================================================
 Edit Account
=======================================================
*/

  .ec-editRole .formTable {
    margin-bottom: 40px;
  }

  .ec-editRole p.attention {
    font-size: 13px;
    padding: 20px 15px;
    text-align: left;
  }

  .ec-editCompleteRole .form_container {
    padding: 40px 0 80px 0;
  }

  .ec-editCompleteRole .ec-reportHeading {
    margin-bottom: 30px;
  }

  .ec-editCompleteRole .ec-reportHeading h2 {
    line-height: 1.5;
  }

  .ec-editCompleteRole .ec-reportDescription {
    text-align: center;
  }

  .ec-editCompleteRole .btn_top_back a.btn_common {
    width: 66.9%;
    padding: 19px 0;
  }

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

  .ec-footerRole {
    padding-top: 20px;
  }

  .ec-footerRole .ec-footerRole__inner {
    max-width: 100%;
    padding: 0 20px;
  }

  .ec-footerNavi {
    text-align: left;
    margin-bottom: 20px;
  }

  .ec-footerNavi .ec-footerNavi__link a {
    margin: 0;
    border-bottom: none;
    padding: 5px 0;
    font-size: 13px;
  }

  .ec-footerTitle {
    display: block;
    padding: 30px 0 15px 0;
  }

  .ec-footerTitle .ec-footerTitle__logo {
    margin-bottom: 15px;
    text-align: left;
  }

  .ec-footerTitle .ec-footerTitle__logo a {
    font-size: 15px;
  }

  .ec-footerTitle .ec-footerTitle__logo a::before {
    width: 41px;
    height: 24px;
    margin-right: 6px;
  }

  .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;
  }

  /*------------------------------------------------------------------*/
}

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
@media screen and (man-width: 425px) {
  /*------------------------------------------------------------------*/

  .tab li span {
    padding: 8px 8px;
  }



  /*------------------------------------------------------------------*/
}

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
  /*------------------------------------------------------------------*/

  .sort_member_heading h2 span {
    display: block;
  }

  .sort_member_container p br:nth-of-type(3) {
    display: none;
  }

  .box_sort {
    margin-bottom: 37px;
  }

  .box_sort span {
    margin-bottom: 7px;
  }

  .tab li {
    width: 30%;
  }

  .tab li span {
    letter-spacing: 0;
    font-size: 13px;
  }

  .select_numberInput {
    margin-right: 10px;
  }

  .select_numberInput form {
    width: 55%;
  }

  .select_numberInput span {
    font-size: 16px;
    margin-right: 5px;
  }

  input[type=number] {
    font-size: 18px;
  }

  .btn_addcart {
    padding: 0 18px;
  }

  .aboutWOS h4 {
    white-space: normal;
  }

  .pre-order td::before {
    width: calc(35.47% + 18px);
  }

  /* ---------------------------------------------------------------- */
  @media screen and (max-height: 640px) {
    /* ---------------------------------------------------------------- */

    #global li a {
      padding: 12px 25px;
    }


    /*------------------------------------------------------------------*/
  }

  /*------------------------------------------------------------------*/

  /*------------------------------------------------------------------*/
}

/*------------------------------------------------------------------*/


/* 210414
=======================================================
 Order - Confirm
=======================================================
*/
@media screen and (max-width: 767px) {

  .ec-shelfRole.forConfirm {
    padding: 0;
  }

  .forConfirm.ec-shelfRole .ec-shelfRole__contents {
    padding: 0;
  }

  .forConfirm.ec-shelfRole .order_container {
    padding: 30px 20px;
  }

  .forConfirm.ec-shelfRole .ec-orderRole__detail {
    width: 100%;
    display: block;
  }

  .forConfirm .orderSheet .orderTable td {
    padding: 0 0 8px 0;
    justify-content: flex-start;
  }

  .forConfirm .orderSheet .orderTable td:first-child {
    padding-top: 30px;
  }

  .forConfirm .orderSheet .orderTable td:last-child {
    padding-bottom: 30px;
  }

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

  .forConfirm .preorder_order_container button[type=submit].reOrder {
    /*font-size: 16px;*/
    font-size: 21px;
  }

  .forConfirm .ec-orderPaymentWrap {
    display: block;
  }

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

  .forConfirm .ec-orderPayment {
    margin-bottom: 60px;
  }

  .forConfirm .preorder_order_container.orderConfirm .ec-orderConfirm {
    margin-bottom: 0;
  }

  .forConfirm .preorder_order_container.orderConfirm .form_select {
    display: block;
  }

  .forConfirm .btn_back a {
    padding: 0 18px;
    width: auto;
  }

  .forConfirm .btn_back a span {
    padding: 13px 0;
  }

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


@media screen and (max-width: 767px) {

  /* index.html */
  .productList-items {
    width: 100%;
    padding: 0 20px;
  }

  .productList-items:before {
    margin: 0 0 20px;
  }

  .productList-items .item {
    width: calc((100% - 20px) / 2);
    min-height: inherit;
    margin-bottom: 20px;
    /*display: inline-flex;*/
  }

  .productList-items .item:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .productList-items .item:nth-child(odd) {
    margin-right: 20px;
  }

  .productList-items .item a {
    display: inline-flex;
    padding: 1em;
  }

  .productList-items .item>a {
    padding-right: 2.5em;
  }

  .productList-items .item>a .txt {
    padding-left: 0;
  }

  .productList-items .item>a .txt:before {
    display: none;
  }

  .productList-items .item .toggleArea {
    padding-left: 10px;
  }

  .productList-items .item .toggleArea .ctrlBtn {
    width: 32px;
    height: 32px;
    top: 0.6em;
    right: 3px;
    background-size: 16px;
  }

  .productList-items .item .toggleArea .toggled .hasChild__cat {
    padding: 1em;
  }

  .productList-items .item .toggleArea .toggled .hasChild__item {
    margin-left: 2em;
  }

  .productList-items .item .toggleArea .toggled .hasChild__item:not(:last-child) {
    margin-bottom: 0.25em;
  }

  .productList-items .item .toggleArea .toggled .hasChild__item a:before {
    left: -1.25em;
  }
}

/*== add_210506 ==*/
@media screen and (max-width: 767px) {

  /* help/guide.html */
  .guide_page__inner {
    padding: 0 20px;
  }

  .guide_page-sec {
    padding: 50px 0;
  }

  .guide_page-sec h2 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 40px;
  }

  /* intro */
  .guide_page-intro {
    text-align: left;
    padding: 30px 0 25px;
  }

  .guide_page-intro .txt01 {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .guide_page-intro .ancMenu .items {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .guide_page-intro .ancMenu .item {
    width: 48.65%;
    margin-bottom: 14px;
  }

  .guide_page-intro .ancMenu .item:not(:last-child) {
    margin-right: 0;
  }

  .guide_page-intro .ancMenu .item a {
    height: 47px;
    line-height: 47px;
    padding: 0;
    font-size: 13px;
  }

  /* sec01 */
  .guide_page-sec.sec01 .flow .step {
    display: block;
    padding-left: 80px;
    margin-bottom: 70px;
  }

  .guide_page-sec.sec01 .flow .step:last-child {
    margin-bottom: 20px;
  }

  .guide_page-sec.sec01 .flow .step:before {
    width: 68px;
    height: 68px;
  }

  .guide_page-sec.sec01 .flow .step:not(:last-child):after {
    width: 3px;
    height: calc(100% - 20px);
    left: 33px;
    top: 80px;
  }

  .guide_page-sec.sec01 .flow .txtArea {
    width: 100%;
    padding: 1em 0;
  }

  .guide_page-sec.sec01 .flow .txtArea p {
    font-size: 15px;
    line-height: 155%;
  }

  .guide_page-sec.sec01 .flow .objArea {
    width: 100%;
  }

  /* sec02 */
  .guide_page-sec.sec02 h3 {
    font-size: 17px;
    line-height: 160%;
    padding-bottom: 14px;
  }

  .guide_page-sec.sec02 h3 .limited {
    font-size: 12px;
  }

  .guide_page-sec.sec02 .level2nd:not(:last-child) {
    margin-bottom: 45px;
  }

  .guide_page-sec.sec02 .cardList {
    flex-wrap: wrap;
    padding: 15px 10px 5px;
  }

  .guide_page-sec.sec02 .cardList .card {
    margin: 0 0 10px;
  }

  .guide_page-sec.sec02 .cardList .card img {
    display: block;
    width: 68.75%;
    margin: auto;
  }

  /* sec03 */
  .guide_page-sec.sec03 .txt01 {
    font-size: 20px;
  }

  .guide_page-sec.sec03 .txt01 span {
    font-size: 44px;
    text-shadow: none;
    vertical-align: bottom;
    margin: 0 10px 0 0;
    line-height: 1;
  }

  .guide_page-sec.sec03 .txt02 {
    font-size: 16px;
    line-height: 160%;
  }

  .guide_page-sec.sec03 .txt02 .note {
    line-height: 160%;
    padding-top: 0.5em;
  }

  .guide_page-sec.sec03 .infoArea {
    text-align: center;
  }

  .guide_page-sec.sec03 .infoArea .noteList {
    font-size: 13px;
    margin-bottom: 3em;
  }


  /* sec04 */
  .guide_page-sec.sec04 .txtArea {
    text-align: center;
  }
}

/*== add_210506 --*/
@media screen and (max-width: 767px) {

  /* product_list.html */
  .form-group {
    padding-left: 0;
  }

  .form-group .form-control {
    width: 80%;
    margin-left: 0;
  }

  .form-group .form-group-items {
    margin-bottom: 20px;
  }

  .form-group .form-group__item {
    justify-content: space-between;
  }

  .form-group .form-group__item:not(:last-child) {
    margin-bottom: 12px;
  }

  .form-group .form-group__item:after {
    right: 13px;
  }

  .form-group .form-group__item .required {
    font-size: 18px;
    width: 19%;
    line-height: 1.2;
    text-align: left;
  }

  /* product_detail.html */
  .form-group.forDetail .form-control {
    width: 75%;
  }

  .form-group.forDetail .form-group__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .form-group.forDetail .form-group__item .required {
    width: 24%;
  }
}

/*=== add_210512 ===*/
/*
=======================================================
 preregister.html
=======================================================
*/
@media screen and (max-width: 767px) {

  .ec-preRegisterRole {
    /* ▼add_210518 */
    /*padding: 9px 0 140px;*/
    padding: 0 0 140px;
    /* ▲add_210518 */
  }

  .ec-preRegisterRole--intro__ttl {
    /* ▼add_210518 */
    /*font-size: 20px;
		margin: 0 -10px 20px;*/
    font-size: 25px;
    margin: 0 0 20px;
    /* ▲add_210518 */
  }

  .ec-preRegisterRole--intro__ttl .date {
    /* ▼add_210518 */
    /*font-size: 20px;
		margin-right: 10px;
		padding: 10px 5px;*/
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    /* ▲add_210518 */
  }

  .ec-preRegisterRole--intro__ttl .date span {
    /* ▼add_210518 */
    /*font-size: 12px;*/
    font-size: 18px;
    /* ▲add_210518 */
  }

  .ec-preRegisterRole--intro__txt {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .ec-preRegisterRole .formTable {
    margin-bottom: 54px;
  }

  .ec-preRegisterRole .form_container {
    padding: 30px 16px 75px;
  }

  .ec-preRegisterRole .form_container.forComplete {
    padding-top: 53px;
    padding-bottom: 93px;
  }

  .ec-preRegisterRole .form_container .formTtl {
    font-size: 22px;
    /* ▼add_210518 */
    /*margin-bottom: 36px;*/
    /* ▲add_210518 */
  }

  /* ▼add_210518 */
  .ec-preRegisterRole .form_container .formNote {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  /* ▲add_210518 */

  .ec-preRegisterRole .form_container .formTxt {
    text-align: left;
    margin-bottom: 47px;
  }

  .ec-preRegisterRole .mainBottom_container {
    /* ▼add_210518 */
    /*padding: 10px 26px 78px;*/
    padding: 10px 26px 30px;
    /* ▲add_210518 */
  }

  .ec-preRegisterRole .mainBottom_container h3 {
    margin-left: -26px;
    margin-right: -26px;
  }

  .ec-preRegisterRole .mainBottom_container .benefits {
    padding: 0;
  }

  .ec-preRegisterRole .ec-reportDescription {
    margin-bottom: 0;
  }

  .preregister_confirm .formTable th {
    width: 100%;
  }

  #page_unauthorized .order_shortcut {
    display: none;
  }

  #page_unauthorized .mainTop {
    padding: 0;
    position: static;
  }

  #page_unauthorized .overlay {
    position: static;
  }

  .easyOrder {
    padding-top: 10px;
    position: relative;
  }

  .easyOrder-tooltip {
    position: static;
  }

  .easyOrder-tooltip .forTxt {
    left: 20px;
    transform: translate(0, -100%);
  }

  .easyOrder-tooltip .forTxt__inner:before {
    right: auto;
    left: 16.5vw;
  }

  .easyOrder-tooltip .forTxt__inner:after {
    right: auto;
    left: 16.5vw;
  }

  .easyOrder-tooltip:active .forTxt {
    opacity: 1;
    visibility: visible;
  }

  .ec-login__input>div {
    position: relative;
  }

  .ec-login__input .easyOrder-tooltip .forTxt {
    left: 20vw;
  }

  /*========= add_20220314 =========*/
  /*== @Qa4/default/qa/index.twig ==*/
  @media screen and (max-width: 767px) {
    .mypageTop.qa {
      width: 100%;
    }

    .keyword_search_qa {
      display: block;
      padding: 0 0 10px;
    }

    .description_qa {
      width: auto;
    }

    .search_form_qa {
      width: auto;
      display: block;
      padding: 30px 0 0;
    }

    .search_form_qa label {
      padding: 0;
    }

    .keyword_search_qa .searchBlock__keyword {
      padding: 11px 0 0;
    }

    .doc_container .qa.category {
      padding: 50px 0 20px;
    }

    .doc_container .qa.result {
      padding: 50px 0 20px;
    }

    .doc_container .qa.detail {
      padding: 50px 0 40px;
    }

    .doc_container .qa.recentry {
      padding: 50px 0 20px;
    }

    .doc_container .qa.attention {
      padding: 50px 0 20px;
    }

    .category_items_qa {
      display: block;
    }

    .category_items_qa .item a {
      margin: 0 0 26px;
      width: auto;
    }

    .org_txt {
      font-size: 21px;
    }

    .btn_common.qa {
      font-size: 19px;
    }

    .btn_common.helpful {
      width: 82%;
    }

    .btn_common.contact {
      width: 82%;
    }

    .top_btn_qa {
      margin: auto;
    }

    .doc_container .qa h2.res_cat {
      margin-bottom: 38px
    }

    .pager_qa {
      margin: 16px 0 40px 0;
    }

    .anser_txt {
      font-size: 15px;
    }

    .question_title {
      font-size: 21px;
    }

    .category_tags.helpful {
      margin: 20px 0 80px;
    }

    .box_cart_message.qa {
      padding: 40px 0;
      margin: 20px auto 0;
    }
  }

}

/*========= add_20220328 =========*/
/*======= @ApgFormBuilder ========*/
@media screen and (max-width: 767px) {

  h1.form-hdr {
    font-size: 25px;
    line-height: 36px;
  }

  h2.form-hdr {
    font-size: 21px;
    line-height: 30px;
  }

  h3.form-hdr {
    font-size: 19px;
    line-height: 28px;
  }

  h4.form-hdr {
    font-size: 17px;
    line-height: 25px;
  }

  .form_container.apg p {
    text-align: center;
  }

  .formTable.apg td {
    padding-left: inherit;
    padding-bottom: 15px;
  }

  .formTable.apg td {
    margin-top: 23px;
  }

  .form_btns.apg {
    margin: 40px 0;
  }

  .formTable.apg td {
    font-size: 17px;
  }

  .formTable.apg.conf td {
    padding-bottom: 30px;
  }

  .form_btns.apg .btn_form_cancel {
    margin-bottom: 40px;
  }

  .form-para,
  p.form-para,
  address.form-para {
    color: #333333;
    margin-bottom: 40px;
  }

  blockquote.form-para {
    font-size: 14px;
    color: #454545;
  }

  .btn_top_back.apg a.btn_common {
    width: 80%;
  }
}

/* 220316
=======================================================
 簡単予約注文
=======================================================
*/

@media screen and (max-width: 767px) {
  .ec-shelfRole.forEasy {
    padding-top: 0;
  }

  .forEasy.ec-shelfRole .order_container {
    padding: 30px 20px;
  }

  .forEasy.ec-shelfRole .order_container.forConfirm {
    padding: 30px 20px;
    margin-bottom: 50px;
  }

  .forEasy.ec-shelfRole .ec-shelfRole__contents {
    padding: 0;
  }

  .forEasy.ec-shelfRole .order_container.forConfirm .ec-orderRole__detail .orderSheet_ttl {
    justify-content: flex-start;
  }

  .forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet_ttl h2 .note {
    font-size: 12px;
    display: block;
    padding-left: 0;
    padding-top: 0.5em;
  }

  .forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet_ttl .forArea,
  .forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet_ttl .forCalc {
    display: none;
  }

  .forEasy.ec-shelfRole .order_container.forConfirm .ec-orderRole__detail .orderSheet_ttl .forArea {
    display: block;
  }

  .forEasy.ec-shelfRole .order_container.forConfirm .ec-orderRole__detail .orderSheet_ttl .forArea:before {
    content: "/";
  }

  .forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet .sakugata_item .forName {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0.75em;
  }

  .forEasy.ec-shelfRole .order_container.forConfirm .ec-orderRole__detail .orderSheet .sakugata_item .forName {
    margin-bottom: 0;
  }

  .forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet .sakugata_item .forArea {
    width: auto;
  }

  .forEasy.ec-shelfRole .order_container,
  forConfirm .ec-orderRole__detail .orderSheet .sakugata_item .forArea {
    font-size: 21px;
  }

  .forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet .sakugata_item .forArea_num {
    width: 78px;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
  }

  .forEasy.ec-shelfRole .order_container .ec-orderRole__detail .orderSheet .sakugata_item .forCalc_num {
    width: 78px;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
  }
  .forEasy.ec-shelfRole .order_container.forConfirm .ec-orderRole__detail .orderSheet .sakugata_item .forArea_num_confirm {
    padding-right: 0.25em;
    color: #333;
  }

  .forEasy .ec-orderDetail {
    width: 100%;
    margin-bottom: 50px;
  }

  .forEasy .ec-orderDetail .txtDeliver .note {
    font-size: 13px;
  }

  .forEasy .preorder_order_container .form_select select {
    width: 82%;
  }
  .margin-tooltip .forTxt {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -20px;
    right: -241px;
    transform: translate(0, -100%);
    border: 1px solid #B2B2B2;
    background-color: #fff;
    border-radius: 3px;
    width: 370px;
    color: #525263;
    transition: 0.3s ease-in;
  }
  .ec-orderDelivery .ec-selects .shop-info.regular {
    display: inline-block;
    padding-top: 20px;
    font-size: 14px;
  }

  .ec-orderDelivery .ec-selects .shop-info.preorder {
    flex-direction: row-reverse;
    padding-top: 20px;
    font-size: 14px;
  }

  .ec-selects .form_unpaid_code .form_select3 {
    width: 100%;
  }

  .ec-selects .form_unpaid_code .form_select4 {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #454545;
  }

  .preorderList tbody td {
    padding: 10px 9px;
    font-size: 16px;
  }

  .preorder_order_container .editableCell {
    width: 125px; /* 固定幅を設定 */
    min-width: 125px; /* 最小幅を設定して縮小を防ぐ */
    max-width: 125px; /* 最大幅を設定して拡大を防ぐ */
    padding: 10px 9px;
    font-size: 14px;
  }

  .preorderList .priceCell {
      min-width: 99px;
  }
}
