@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@media screen and (min-width: 1280px) {
  /****************
  *  共通設定
  ****************/
  html {
    font-size: 62.5%;
    color: #333;
    font-family: "Noto Serif JP", serif;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  a {
    text-decoration: none;
    transition: all 0.3s ease;
    outline: none;
  }
  a:hover {
    opacity: 0.6;
  }
  img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    border-style: none;
  }
  .flex-container {
    display: flex;
    justify-content: space-between;
  }
  .object_fit_img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    font-family: "object-fit: cover;";
  }
  .ofi img {
    font-family: "object-fit: cover;";
  }
  .heading {
    font-size: 5rem;
    font-family: "Meie Script", cursive;
    text-align: center;
    padding: 14px 0 18px;
    background-image: url(../images/heading_top.png), url(../images/heading_bottom.png);
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    margin: 0 0 50px;
  }
  .sp {
    display: none;
  }
  .h-01 {
    color: #555;
    font-size: 2.2rem;
    text-align: center;
    margin: 50px 0 30px;
    font-weight: 700;
  }
  .contents .contents_inner {
    width: 1000px;
    margin: 0 auto;
  }
  /****************
  *  header
  ****************/
  /*TopPage*/
  .header-inner {
    width: 100%;
    top: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    align-items: center;
    position: fixed;
    z-index: 20;
    background: #fff;
  }
  .menu ul {
    width: 800px;
    align-items: center;
  }
  .menu ul li a {
    position: relative;
    display: inline-block;
  }
  .menu ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .menu ul li a:hover::after {
    transform: scale(1, 1);
  }
  .menu ul li a:hover {
    opacity: 1;
  }
  .menu ul li a img {
    width: 25px;
    height: 25px;
  }
  .menu ul li a.lower_logo::after {
    display: none;
  }
  .menu ul li a.lower_logo:hover {
    opacity: 0.6;
  }
  .shop-btn {
    width: 140px;
    display: flex;
  }
  .shop-btn .cart {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    background: #333;
    padding: 22px 0 0 5px;
    position: relative;
  }
  .shop-btn .cart img {
    width: 30px;
    height: auto;
  }
  .shop-btn .cart span {
    position: absolute;
    top: 10px;
    left: 12px;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    background: #c7b370;
    border-radius: 50%;
    text-align: center;
    padding: 2px 1px 0 0;
  }
  .shop-btn .login {
    width: 70px;
    height: 70px;
    background: #c7b370;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 23px 0 0;
  }
  /* lowerPage */
  .lower_header_inner {
    align-items: center;
    margin: 10px 0 0;
  }
  .menu ul li .lower_logo img {
    width: 72px;
    height: 86px;
  }
  /****************
  *  footer
  ****************/
  footer small {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 15px 0;
    background: #333;
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
  }
  .footer-nav {
    background: #c6e9e5;
    padding: 30px 0;
  }
  .footer-nav ul {
    width: 1280px;
    margin: 0 auto;
  }
  #pageTop {
    position: fixed;
    right: 30px;
    bottom: 120px;
  }
  /****************
  *  main
  ****************/
  .mainvisual {
    width: 100%;
    height: 900px;
    position: relative;
    margin: 0 0 70px;
  }
  .mainvisual .swiper-container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 900px;
  }
  .mainvisual .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .mainvisual .logo {
    width: 200px;
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    z-index: 10;
  }
  .about {
    width: 1280px;
    margin: 0 auto;
    /*height: 920px;*/
    height: 720px;
    position: relative;
  }
  .about section {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /*width: 740px;*/
  }
  .about section .heading {
    width: 650px;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 500;
    background-image: url(../images/heading_left.png), url(../images/heading_right.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
    padding: 60px 80px 45px;
    margin: 0 auto 15px;
    font-family: "Noto Serif JP", serif;
  }
  .about section p {
    line-height: 1.8;
    margin: 0 0 20px 85px;
  }
  .about section p strong {
    font-size: 2rem;
  }
  .about .btn-wrap {
    /*width: 440px;*/
    /*margin: 0 0 0 85px;*/
    width: 200px;
    margin: 0 auto;
  }
  .about .btn-wrap a {
    display: block;
    width: 200px;
    height: 50px;
    color: #c7b370;
    border: 1px solid #c7b370;
    background: #fff;
    text-align: center;
    padding: 15px 0 0;
  }
  .about .btn-wrap a:hover {
    opacity: 1;
    background: #c7b370;
    color: #fff;
  }
  .about .img-wrap {
    position: absolute;
    top: 45px;
    right: 0;
    bottom: 17%;
    width: 800px;
    align-items: flex-end;
  }
  .about .img-wrap img:nth-of-type(1) {
    width: 350px;
    height: 250px;
  }
  .about .img-wrap img:nth-of-type(2) {
    width: 420px;
    height: 590px;
  }
  .service {
    background: rgba(209, 237, 234, 0.8);
    padding: 70px 0 150px;
    margin: 0 0 80px;
  }
  .service .flex-container {
    width: 1280px;
    margin: 0 auto 75px;
    background: #fff;
    padding: 70px 30px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .service .flex-container > div {
    width: 300px;
    margin: 0 45px 40px 45px;
  }
  .service .flex-container figure {
    width: 100%;
  }
  .service .flex-container img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin: 0 0 10px;
    height: 200px;
  }
  .service .flex-container p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .service .btn {
    display: block;
    width: 200px;
    height: 50px;
    color: #c7b370;
    border: 1px solid #c7b370;
    background: #fff;
    text-align: center;
    padding: 15px 0 0;
    margin: 0 auto;
  }
  .service .btn:hover {
    opacity: 1;
    background: #c7b370;
    color: #fff;
  }
  .feature {
    background: rgba(209, 237, 234, 0.8);
    padding: 70px 0 150px;
    margin: 0 0 80px;
  }
  .feature .flex-container {
    width: 1280px;
    margin: 0 auto 75px;
    background: #fff;
    padding: 20px 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .feature .flex-container a {
    width: 380px;
    margin: 0 40px 40px 0;
  }
  .feature .flex-container a[href=""] {
    pointer-events: none;
  }
  .feature .flex-container a:nth-of-type(3n) {
    margin: 0 0 40px 0;
  }
  .feature .flex-container figure {
    width: 100%;
  }
  .feature .flex-container img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin: 0 0 10px;
    height: 285px;
  }
  .feature .flex-container figcaption,
.feature .flex-container p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .feature .flex-container figcaption span,
.feature .flex-container p span {
    font-size: 1.2rem;
    padding: 0 0 0 5px;
  }
  .feature .btn {
    display: block;
    width: 200px;
    height: 50px;
    color: #c7b370;
    border: 1px solid #c7b370;
    background: #fff;
    text-align: center;
    padding: 15px 0 0;
    margin: 0 auto;
  }
  .feature .btn:hover {
    opacity: 1;
    background: #c7b370;
    color: #fff;
  }
  .news {
    width: 1280px;
    margin: 0 auto 150px;
  }
  .news ul {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
  }
  .news ul li a {
    display: block;
    width: 575px;
    margin: 0 25px 30px;
  }
  .news ul li a img {
    width: 200px;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .news ul li:nth-of-type(2) {
    margin: 70px 0 0;
  }
  .news ul li:nth-of-type(3) {
    margin: -70px 0 0;
  }
  .news section {
    width: 350px;
    padding: 10px 0 0;
  }
  .news section p {
    line-height: 1.6;
  }
  .news section p:first-of-type {
    margin: 0 0 4px;
  }
  .news section p time {
    font-weight: bold;
  }
  .news section p span {
    display: inline-block;
    color: #fff;
    background: #c7b370;
    border-radius: 4px;
    width: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
    padding: 2px 0 4px;
  }
  .news section h3 {
    color: #c7b370;
    line-height: 2;
    border-bottom: 1px solid #c7b370;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
  .news .more {
    display: block;
    width: 150px;
    color: #c7b370;
    border-bottom: 1px solid #c7b370;
    line-height: 1.8;
    margin: 0 0 0 auto;
    position: relative;
  }
  .news .more::after {
    position: absolute;
    top: 50%;
    right: 0.8em;
    content: "";
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #c7b370;
    opacity: 0;
  }
  .news .more:hover {
    opacity: 1;
  }
  .news .more:hover::after {
    -webkit-animation: arrow 1.2s infinite;
            animation: arrow 1.2s infinite;
  }
  @-webkit-keyframes arrow {
    50% {
      right: 0.2em;
      opacity: 1;
    }
    100% {
      right: -0.4em;
      opacity: 0;
    }
  }
  @keyframes arrow {
    50% {
      right: 0.2em;
      opacity: 1;
    }
    100% {
      right: -0.4em;
      opacity: 0;
    }
  }
  .other {
    display: flex;
    padding: 0 0 150px;
  }
  .other > div {
    width: 50%;
    height: 497px;
  }
  .other > div.wholesale-wrap {
    background: url(../images/bg_wholesale.jpg) 10% center no-repeat;
    background-size: cover;
  }
  .other > div.contact-wrap {
    background: url(../images/bg_contact.jpg) 10% center no-repeat;
    background-size: cover;
    margin: 100px 0 0;
  }
  .wholesale {
    width: 425px;
    margin: 80px 120px 0 auto;
  }
  .wholesale h2 {
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
    margin: 0 0 40px;
  }
  .wholesale p {
    line-height: 2;
    margin: 0 0 50px;
    text-align: center;
  }
  .wholesale .more {
    display: block;
    width: 150px;
    color: #333;
    border-bottom: 1px solid #333;
    line-height: 1.8;
    margin: 0 auto;
    position: relative;
  }
  .wholesale .more::after {
    position: absolute;
    top: 50%;
    right: 0.8em;
    content: "";
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #333;
    opacity: 0;
  }
  .wholesale .more:hover {
    opacity: 1;
  }
  .wholesale .more:hover::after {
    -webkit-animation: arrow 1.2s infinite;
            animation: arrow 1.2s infinite;
  }
  .contact {
    width: 260px;
    margin: 80px auto 0 180px;
  }
  .contact h2 {
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
    margin: 0 0 40px;
    color: #fff;
    font-family: "Rufina", serif;
    letter-spacing: 2px;
  }
  .contact p {
    line-height: 2;
    margin: 0 0 50px;
    text-align: center;
    color: #fff;
  }
  .contact .more {
    display: block;
    width: 150px;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.8;
    margin: 0 auto;
    position: relative;
  }
  .contact .more::after {
    position: absolute;
    top: 50%;
    right: 0.8em;
    content: "";
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    opacity: 0;
  }
  .contact .more:hover {
    opacity: 1;
  }
  .contact .more:hover::after {
    -webkit-animation: arrow 1.2s infinite;
            animation: arrow 1.2s infinite;
  }
  .logo-wrap {
    width: 120px;
    padding: 0 0 30px;
    margin: 0 auto;
  }
  .logo-wrap img {
    width: 100%;
  }
  /* lowerPage */
  /****************
  *  共通設定
  ****************/
  .lower_mainvisual {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 390px;
  }
  .lower_mainvisual img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lower_mainvisual h1 {
    position: absolute;
    font-weight: bold;
    font-size: 3.2rem;
    top: 160px;
    width: 100%;
    text-align: center;
    background: url(../images/lower_heading_bg.png) center center no-repeat;
    padding: 45px 0 10px;
  }
  .lower_heading {
    text-align: center;
    font-weight: bold;
    font-size: 2.6rem;
    padding: 30px 0 35px;
    background-image: url(../images/heading_top.png), url(../images/heading_bottom.png);
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    margin: 0 0 40px;
  }
  .lower_heading2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.6rem;
    padding: 30px 0 35px;
    background-image: url(../images/heading_top.png), url(../images/heading_bottom.png);
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    margin: 0 0 40px;
  }
  .breadcrumbs_list {
    margin: 10px 0 75px 10vw;
  }
  .breadcrumbs_list li {
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 0 0 0 8px;
    position: relative;
  }
  .breadcrumbs_list li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 1px solid #454545;
    border-right: 1px solid #454545;
    transform: rotate(45deg);
    top: 6px;
    right: -10px;
  }
  .breadcrumbs_list li:first-child {
    margin: 0;
    padding: 0;
  }
  .breadcrumbs_list li:last-child::before {
    display: none;
  }
  .breadcrumbs_list li a span {
    font-family: "Noto Sans JP", sans-serif;
  }
  aside.news_ct {
    width: 200px;
  }
  aside.news_ct div {
    margin: 0 0 50px;
  }
  aside.news_ct h3 {
    font-size: 1.8rem;
    color: #c7b370;
    font-weight: bold;
    padding: 0 0 8px;
    border-bottom: 1px solid #c7b370;
  }
  aside.news_ct ul li {
    border-bottom: 1px solid #c7b370;
  }
  aside.news_ct ul li a {
    display: block;
    padding: 15px 15px 15px 25px;
    position: relative;
    line-height: 1.5;
  }
  aside.news_ct ul li a::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 1px solid #c7b370;
    border-right: 1px solid #c7b370;
    transform: rotate(45deg);
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .ec_side {
    width: 210px;
  }
  .ec_side > div {
    margin: 0 0 60px;
  }
  .ec_side h3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 13px 0;
    border-top: 2px solid #c6e9e5;
    border-bottom: 2px solid #c6e9e5;
    margin: 0 0 18px;
  }
  .ec_side input[type=text] {
    width: 176px;
    height: 34px;
    border: 1px solid #c7b370;
    font-size: 1.2rem;
    padding: 0 0 0 5px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .ec_side input[type=submit] {
    cursor: pointer;
    font-family: FontAwesome;
    border: none;
    background: #c7b370;
    color: #fff;
    outline: none;
    width: 34px;
    height: 34px;
    text-align: center;
  }
  .ec_side .btn {
    display: block;
    width: 180px;
    height: 40px;
    color: #fff;
    text-align: center;
    background: #c7b370;
    padding: 11px 0 0;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto 10px;
  }
  .ec_side .btn::before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
  }
  .ec_side .category_search h3 {
    margin: 0;
  }
  .ec_side .category_search ul {
    width: 190px;
    margin: 0 auto;
  }
  .ec_side .category_search li a {
    padding: 15px 5px 15px 10px;
    display: block;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    border-bottom: 1px solid #d5d5d5;
  }
  .ec_side .category_search li ul li a::before {
    content: "─";
    margin: 0 7px 0 0;
  }
  .ec_side .side_cal #welcart_calendar-2 {
    list-style: none;
  }
  .ec_side .side_cal h2.widgettitle {
    display: none;
  }
  .ec_side .side_cal ul {
    padding: 15px 15px 60px;
  }
  .ec_side .side_cal li {
    list-style: none;
  }
  .ec_side .side_cal .ucart_calendar_body {
    color: #c6e9e5;
  }
  .ec_side .side_cal .ucart_calendar_body li {
    font-family: "Noto Sans JP", sans-serif;
  }
  .ec_side .side_cal .ucart_calendar_body caption {
    color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
  }
  .ec_side .side_cal .ucart_calendar_body .usces_calendar {
    width: 100%;
    margin: 0 0 20px;
  }
  .ec_side .side_cal .ucart_calendar_body .usces_calendar thead {
    border: 1px solid #c6e9e5;
  }
  .ec_side .side_cal .ucart_calendar_body .usces_calendar thead th {
    background: #c6e9e5;
    text-align: center;
    padding: 6px 0 6px;
    border: 1px solid #ccc;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    color: #333;
  }
  .ec_side .side_cal .ucart_calendar_body .usces_calendar tbody td {
    text-align: center;
    color: #333;
    border: 1px solid #ccc;
    padding: 5px 0 6px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .ec_side .side_cal .ucart_calendar_body .usces_calendar tbody td.businessday {
    background: #fdf4c6;
  }
  .ec_side .side_cal .ucart_calendar_body .usces_calendar tbody td.businesstoday {
    font-weight: bold;
  }
  .ec_side .side_cal .ucart_calendar_body .business_days_exp_box {
    background: #fdf4c6;
    border: 1px solid #eee;
    width: 16px;
    height: 18px;
    display: inline-block;
    margin-left: 6px;
  }
  .ec_side .side_cal .ucart_calendar_body #text {
    font-family: "Noto Sans JP", sans-serif;
  }
  .ec_side .member p {
    text-align: center;
    margin: 0 0 10px;
  }
  /* ページネーション */
  .wp-pagenavi {
    text-align: center;
    margin: 80px auto;
  }
  .wp-pagenavi .pages {
    border: 1px solid #333;
    display: inline-block;
    line-height: 2.5;
    height: 40px;
    padding: 0 5px;
    margin: 0 5px 0 0;
  }
  .wp-pagenavi .page {
    border: 1px solid #333;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 2.5;
    margin: 0 5px 0 0;
  }
  .wp-pagenavi .page:hover {
    opacity: 1;
    color: #fff;
    border: 1px solid #333;
    background: #333;
  }
  .wp-pagenavi .current {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #333;
    border: 1px solid #333;
    display: inline-block;
    line-height: 2.5;
    margin: 0 5px 0 0;
  }
  .wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    line-height: 2.5;
    margin: 0 5px 0 0;
  }
  .wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    opacity: 1;
    color: #fff;
    border: 1px solid #333;
    background: #333;
  }
  /* company */
  #contact .profile_wrap {
    width: 800px;
    display: block;
    margin: 0 auto 150px;
  }
  #contact .profile_wrap dl {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #c6e9e5;
    border-bottom: 1px solid #c6e9e5;
    display: flex;
  }
  #contact .profile_wrap dl + dl {
    border-top: none;
  }
  #contact .profile_wrap dt {
    width: 235px;
    font-size: 1.6rem;
    padding: 0 0 0 70px;
  }
  #contact .profile_wrap dd {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  /* privacy-policy */
  #page .policy_wrap {
    width: 1000px;
    margin: 0 auto 140px;
  }
  #page .policy_wrap .sub {
    line-height: 2;
    margin: 0 0 80px;
    font-size: 1.6rem;
  }
  #page .policy_wrap dt {
    font-size: 2.2rem;
    padding: 6px 0 8px 35px;
    background: url(../images/list_icon.png) left center no-repeat;
    margin: 0 0 30px;
  }
  #page .policy_wrap dd {
    margin: 0 0 60px;
    line-height: 2;
    font-size: 1.6rem;
  }
  #page .policy_wrap dd p {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
  #page .policy_wrap dd ul li {
    font-size: 1.6rem;
    padding: 0 0 0 16px;
    position: relative;
  }
  #page .policy_wrap dd ul li::before {
    content: "・";
    font-size: 1.6rem;
    position: absolute;
    left: -3px;
    top: 0;
  }
  /* tokushou */
  .tokushou_wrap {
    width: 900px;
    margin: 0 auto 150px;
  }
  .tokushou_wrap tr {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #c6e9e5;
  }
  .tokushou_wrap tr:last-child {
    border-bottom: 1px solid #c6e9e5;
  }
  .tokushou_wrap th {
    width: 330px;
    padding: 20px 0 20px 50px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .tokushou_wrap td {
    font-size: 1.6rem;
    line-height: 2;
    padding: 20px 0;
  }
  /* contact */
  #contact .cform_form {
    margin: 0 auto 150px;
    width: 800px;
  }
  #contact .cform_form table {
    width: 100%;
    font-size: 1.6rem;
  }
  #contact .cform_form tr {
    width: 100%;
    border-top: 1px solid #c6e9e5;
    border-bottom: 1px solid #c6e9e5;
  }
  #contact .cform_form tr + tr {
    border-top: none;
  }
  #contact .cform_form th {
    font-weight: bold;
    padding: 30px 10px 30px 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    width: 30%;
    min-width: 240px;
  }
  #contact .cform_form th span {
    font-size: 1.2rem;
    color: #fff;
    padding: 2px 5px 4px;
    border-radius: 4px;
    background: #c73f70;
    display: inline-block;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 0 0 12px;
    font-weight: 400;
  }
  #contact .cform_form td {
    padding: 20px 25px 20px 0;
    width: 70%;
    vertical-align: middle;
  }
  #contact .cform_form td input {
    background: #f4f4f4;
    width: 100%;
    padding: 10px;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  #contact .cform_form td textarea {
    resize: none;
    background: #f4f4f4;
    width: 100%;
    padding: 10px;
    height: 200px;
    font-family: "Noto Sans JP", sans-serif;
  }
  #contact .cform_form .cform_form_addr td div {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
  }
  #contact .cform_form .cform_form_addr td div:last-child {
    margin: 0;
  }
  #contact .cform_form .cform_form_addr td div span {
    display: inline-block;
    min-width: 116px;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  #contact .cform_form .cform_form_addr td div:first-of-type {
    margin: 0 0 5px;
  }
  #contact .cform_form .cform_form_addr td div.notice {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 0 5px 120px;
    font-size: 1.3rem;
    color: #aaa;
  }
  #contact .cform_form input[type=submit] {
    display: block;
    width: 200px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #c7b370;
    margin: 80px auto 0;
    transition: 0.3s all;
  }
  #contact .cform_form input[type=submit]:hover {
    opacity: 0.6;
  }
  #contact .cform_form .cform_btns {
    display: flex;
    justify-content: space-around;
  }
  /* check */
  #check .sub {
    line-height: 2;
    font-size: 1.6rem;
    margin: 0 0 50px;
    text-align: center;
  }
  #check .cform_form {
    margin: 0 auto 80px;
    width: 800px;
  }
  #check .cform_form table {
    margin: 0 0 80px;
  }
  #check .cform_form tr {
    width: 100%;
    border-top: 1px solid #c6e9e5;
    border-bottom: 1px solid #c6e9e5;
  }
  #check .cform_form tr + tr {
    border-top: none;
  }
  #check .cform_form th {
    font-weight: bold;
    padding: 30px 10px 30px 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2;
    width: 30%;
  }
  #check .cform_form th span {
    font-size: 1.2rem;
    color: #fff;
    padding: 2px 5px 4px;
    border-radius: 4px;
    background: #c73f70;
    display: inline-block;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 0 0 12px;
    font-weight: 400;
    line-height: 1;
  }
  #check .cform_form td {
    padding: 30px 10px 30px 0;
    width: 70%;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
  }
  #check .cform_form .cform_form_addr div {
    width: 100%;
    margin: 0 0 50px;
    display: flex;
  }
  #check .cform_form .cform_form_addr div:last-child {
    margin: 0;
  }
  #check .cform_form .cform_form_addr span {
    min-width: 116px;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }
  #check .cform_form .cform_form_addr p {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  #check .btn-wrap {
    width: 500px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 150px;
  }
  #check .btn-wrap .back {
    display: block;
    width: 200px;
    height: 50px;
    color: #fff;
    text-align: center;
    background: #c1e3df;
    padding: 17px 0 0;
    font-weight: bold;
  }
  #check .btn-wrap input[type=submit] {
    display: block;
    width: 200px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #c7b370;
    transition: 0.3s all;
  }
  #check .btn-wrap input[type=submit]:hover {
    opacity: 0.6;
  }
  /* thanks */
  #thanks p {
    line-height: 2;
    font-size: 1.6rem;
    margin: 0 0 80px;
    text-align: center;
  }
  #thanks .btn {
    width: 200px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #c7b370;
    font-weight: bold;
    padding: 17px 0 0;
    margin: 0 auto 150px;
    display: block;
  }
  /* wholesale */
  #wholesale .wholesale_about {
    width: 1000px;
    height: 1010px;
    margin: 0 auto 150px;
    position: relative;
  }
  #wholesale .wholesale_about .img-wrap {
    position: absolute;
  }
  #wholesale .wholesale_about .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #wholesale .wholesale_about .img-wrap.img_01 {
    width: 690px;
    height: 360px;
    top: 0;
    left: 0;
  }
  #wholesale .wholesale_about .img-wrap.img_02 {
    width: 200px;
    height: 267px;
    top: 65px;
    right: 85px;
  }
  #wholesale .wholesale_about .img-wrap.img_03 {
    width: 300px;
    height: 156px;
    top: 280px;
    left: 108px;
    z-index: 1;
  }
  #wholesale .wholesale_about .img-wrap.img_04 {
    width: 170px;
    height: 226px;
    left: 0;
    bottom: 310px;
  }
  #wholesale .wholesale_about .text-wrap {
    position: absolute;
    padding: 98px 35px 30px 40px;
    bottom: 0;
    right: 0;
    background: url(../images/wholesale_text_bg.png) 0 0 no-repeat;
    background-size: cover;
    width: 69%;
  }
  #wholesale .wholesale_about .text-wrap p {
    line-height: 2;
    margin: 0 0 20px;
  }
  #wholesale .wholesale_about .text-wrap .btn-wrap {
    display: flex;
    justify-content: space-between;
  }
  #wholesale .wholesale_about .text-wrap .btn-wrap a {
    display: block;
    width: 200px;
    height: 50px;
    color: #c7b370;
    border: 1px solid #c7b370;
    background: #fff;
    text-align: center;
    padding: 15px 0 0;
  }
  #wholesale .wholesale_about .text-wrap .btn-wrap a:hover {
    opacity: 1;
    background: #c7b370;
    color: #fff;
  }
  #wholesale .wholesale_about h3 {
    display: block;
    position: absolute;
    top: 350px;
    left: 165px;
    z-index: 2;
  }
  #wholesale .feature {
    padding: 70px 0;
  }
  #wholesale .feature .flex-container {
    padding: 40px 30px 0;
  }
  /* news */
  #news .news-wrap {
    width: 1000px;
    margin: 0 auto 150px;
  }
  #news .list-group {
    width: 750px;
    flex-wrap: wrap;
    margin: 0 0 100px;
  }
  #news .list-group li {
    width: 355px;
    border-bottom: 1px solid #c7b370;
  }
  #news .list-group li a {
    display: block;
    width: 100%;
    padding: 20px 45px 20px 0;
    display: flex;
  }
  #news .list-group .img-wrap {
    width: 140px;
    height: 105px;
    margin: 0 10px 0 0;
  }
  #news .list-group .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news .list-group .text-wrap {
    width: 160px;
  }
  #news .list-group .text-wrap p {
    margin: 12px 0 15px;
  }
  #news .list-group .text-wrap p span {
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    border-radius: 4px;
    background: #c7b370;
    border: 1px solid #c7b370;
    margin: 0 0 0 10px;
    padding: 3px 6px;
  }
  #news .list-group .text-wrap h3 {
    font-weight: bold;
    color: #c7b370;
    line-height: 1.3;
  }
  #news .pagination-container {
    margin: 35px 0 0;
    /*数字の装飾*/
  }
  #news .pagination-container .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #news .pagination-container .prev,
#news .pagination-container .next {
    margin: 0 20px;
  }
  #news .pagination-container .prev i,
#news .pagination-container .next i {
    font-size: 1.6rem;
  }
  #news .pagination-container .page {
    margin: 0 10px;
    /*選択されたページの装飾*/
  }
  #news .pagination-container .page a {
    display: block;
    width: 100%;
    padding: 12px 0 0;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  #news .pagination-container .page.active {
    border: 1px solid #333;
  }
  /* article */
  #news_article .article-wrap {
    width: 1000px;
    margin: 0 auto 150px;
  }
  #news_article .article {
    width: 750px;
  }
  #news_article .article .title-wrap {
    margin: 0 0 50px;
  }
  #news_article .article .title-wrap p {
    margin: 0 0 20px;
  }
  #news_article .article .title-wrap p time {
    font-weight: bold;
    margin: 0 10px 0 0;
  }
  #news_article .article .title-wrap p span {
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    width: 90px;
    height: 20px;
    border-radius: 4px;
    background: #c7b370;
    padding: 2px 0 0;
  }
  #news_article .article .title-wrap h2 {
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    padding: 0 0 13px;
  }
  #news_article .article .title-wrap h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #c6e9e5, #c7b370);
  }
  #news_article .article .article_contents {
    border-bottom: 1px solid #c7b370;
    margin: 0 0 16px;
  }
  #news_article .article .article_contents img {
    width: 600px;
    height: auto;
    margin: 0 0 50px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news_article .article .article_contents h3 {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    padding: 10px 0;
    margin: 0 0 20px;
  }
  #news_article .article .article_contents:nth-of-type(1) h3::before {
    content: "";
    width: 60px;
    border-bottom: 1px solid #c6e9e5;
    position: absolute;
    top: 0;
    left: 0;
  }
  #news_article .article .article_contents:nth-of-type(2) h3 {
    border-bottom: 1px solid #c6e9e5;
  }
  #news_article .article .article_contents:nth-of-type(3) h3 {
    padding: 10px 0 10px 20px;
  }
  #news_article .article .article_contents:nth-of-type(3) h3::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #c6e9e5;
  }
  #news_article .article .article_contents p {
    line-height: 2;
    margin: 20px 0;
  }
  #news_article .article .btn-wrap {
    width: 100%;
    margin: 0 0 35px;
  }
  #news_article .article .btn-wrap .prev i {
    display: inline-block;
    font-size: 1.5rem;
    width: 25px;
  }
  #news_article .article .btn-wrap .next i {
    display: inline-block;
    width: 25px;
    font-size: 1.5rem;
    text-align: right;
  }
  #news_article .article .btn {
    display: block;
    width: 200px;
    height: 50px;
    color: #c7b370;
    border: 1px solid #c7b370;
    background: #fff;
    text-align: center;
    padding: 15px 0 0;
    margin: 0 auto;
  }
  #news_article .article .btn:hover {
    background: #c7b370;
    opacity: 1;
    color: #fff;
  }
  /* EC Top */
  #ec_top .lower_heading {
    font-family: "Meie Script", cursive;
    font-size: 5rem;
    font-weight: normal;
    padding: 15px 23px 16px 0;
    margin: 0 0 10px;
  }
  #ec_top .sub {
    font-size: 1.3rem;
    text-align: center;
    margin: 0 0 50px;
  }
  #ec_top .ec_top-wrap {
    width: 1200px;
    margin: 0 auto 150px;
  }
  #ec_top .ec_top-wrap .product-wrap {
    width: 900px;
  }
  #ec_top .ec_top-wrap .recommend_item,
#ec_top .ec_top-wrap .seen_item {
    width: 100%;
  }
  #ec_top .ec_top-wrap .recommend_item ul,
#ec_top .ec_top-wrap .seen_item ul {
    width: 100%;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
  }
  #ec_top .ec_top-wrap .recommend_item li,
#ec_top .ec_top-wrap .seen_item li {
    width: 32%;
    margin: 0 2% 0 0;
    padding: 40px 0;
  }
  #ec_top .ec_top-wrap .recommend_item li a,
#ec_top .ec_top-wrap .seen_item li a {
    display: block;
    width: 100%;
  }
  #ec_top .ec_top-wrap .recommend_item li .img-wrap,
#ec_top .ec_top-wrap .seen_item li .img-wrap {
    width: 100%;
    height: 210px;
    margin: 0 0 10px;
  }
  #ec_top .ec_top-wrap .recommend_item li .img-wrap img,
#ec_top .ec_top-wrap .seen_item li .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #ec_top .ec_top-wrap .recommend_item li figcaption,
#ec_top .ec_top-wrap .seen_item li figcaption {
    margin: 0 0 15px;
    font-family: "Noto Sans JP", sans-serif;
  }
  #ec_top .ec_top-wrap .recommend_item li .price,
#ec_top .ec_top-wrap .seen_item li .price {
    font-size: 1.6rem;
    font-weight: bold;
    color: #c73f70;
    font-family: "Noto Sans JP", sans-serif;
  }
  #ec_top .ec_top-wrap .recommend_item li .price span,
#ec_top .ec_top-wrap .seen_item li .price span {
    font-size: 1.2rem;
    padding: 0 0 0 5px;
  }
  #ec_top .ec_top-wrap .recommend_item li:nth-of-type(3n),
#ec_top .ec_top-wrap .seen_item li:nth-of-type(3n) {
    margin: 0;
  }
  #ec_top .ec_top-wrap .recommend_item {
    margin: 0 0 150px;
  }
  #ec_top .ec_top-wrap .seen_item h3 {
    font-size: 2.8rem;
    padding: 20px 0 5px 30px;
    background: url(../images/lower_heading_bg.png) left top no-repeat;
    background-size: 50px;
    border-bottom: 1px solid #c7b370;
  }
  #ec_top .ec_top-wrap .seen_item ul {
    border: none;
  }
  #ec_top .ec_top-wrap .seen_item ul li .price span {
    font-size: 1.2rem;
    padding: 0 0 0 5px;
  }
  /* ec detail */
  .ec_detail-wrap {
    width: 1200px;
    margin: 0 auto 130px;
  }
  .ec_detail-wrap .item_detail {
    width: 900px;
  }
  .ec_detail-wrap .item_detail h2 {
    font-size: 2.8rem;
    padding: 0 0 5px;
    border-bottom: 1px solid #c7b370;
    margin: 0 0 30px;
  }
  .ec_detail-wrap .item_detail .imageList {
    width: 720px;
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
  }
  .ec_detail-wrap .item_detail .imageList .main-img {
    width: 600px;
    height: 450px;
  }
  .ec_detail-wrap .item_detail .imageList .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ec_detail-wrap .item_detail .imageList .sub-img {
    width: 100px;
  }
  .ec_detail-wrap .item_detail .imageList .sub-img li {
    width: 100%;
    height: 75px;
    margin: 0 0 18px;
  }
  .ec_detail-wrap .item_detail .imageList .sub-img li:nth-child(5n) {
    margin: 0;
  }
  .ec_detail-wrap .item_detail .imageList .sub-img li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ec_detail-wrap .item_detail .description {
    width: 100%;
  }
  .ec_detail-wrap .item_detail .description section {
    width: 480px;
  }
  .ec_detail-wrap .item_detail .description section h3 {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 0 10px;
    color: #88cdc5;
  }
  .ec_detail-wrap .item_detail .description section p {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
  }
  .ec_detail-wrap .item_detail .description .price {
    width: 380px;
  }
  .ec_detail-wrap .item_detail .description .price dl {
    height: 70px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    align-items: center;
  }
  .ec_detail-wrap .item_detail .description .price dl + dl {
    border-top: none;
  }
  .ec_detail-wrap .item_detail .description .price dt {
    font-size: 1.6rem;
    display: table;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
  }
  .ec_detail-wrap .item_detail .description .price dt span {
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 0 0 8px;
  }
  .ec_detail-wrap .item_detail .description .price dd {
    display: table;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
  }
  .ec_detail-wrap .item_detail .description .price dd.cost {
    color: #c73f70;
    font-size: 3rem;
  }
  .ec_detail-wrap .item_detail .description .price dd.cost span {
    color: #c73f70;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 0 0 5px;
  }
  .ec_detail-wrap .item_detail .description .price .c_register {
    padding: 10px 25px;
    align-items: center;
  }
  .ec_detail-wrap .item_detail .description .price .c_register .counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ec_detail-wrap .item_detail .description .price .c_register .counter p {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .ec_detail-wrap .item_detail .description .price .c_register .counter input[type=text] {
    width: 60px;
    height: 30px;
    display: inline-block;
    border: 1px solid #d5d5d5;
    text-align: center;
    margin: 0 0 0 15px;
    font-family: "Noto Sans JP", sans-serif;
    background: #fff;
  }
  .ec_detail-wrap .item_detail .description .price .c_register .skubutton {
    transition: opacity 0.3s;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    background: #c7b370;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 45px;
  }
  .ec_detail-wrap .item_detail .description .price .c_register .skubutton svg {
    width: 20px;
    height: 20px;
    display: block;
  }
  .ec_detail-wrap .item_detail .description .price .c_register .skubutton svg .st0 {
    fill: #fff;
  }
  .ec_detail-wrap .item_detail .description .price .c_register .skubutton:hover {
    opacity: 0.6;
  }
  .ec_detail-wrap .item_detail .description .price .d_types {
    border-bottom: 1px solid #d5d5d5;
    margin: 0 0 30px;
  }
  .ec_detail-wrap .item_detail .description .price .d_types h4 {
    font-size: 1.6rem;
    border-bottom: 1px solid #d5d5d5;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 0 10px;
  }
  .ec_detail-wrap .item_detail .description .price .d_types dl {
    border: none;
    height: 50px;
  }
  .ec_detail-wrap .item_detail .description .price #skuform dl.item-sku dt {
    text-align: center;
    background: #aadddd;
    color: #fff;
    padding: 5px;
    margin: 0 0 10px;
  }
  .ec_detail-wrap .item_detail .description .price #skuform dl.item-sku dd {
    display: flex;
    flex-flow: row wrap;
  }
  .ec_detail-wrap .item_detail .description .price #skuform dl.item-sku dd input[type=radio]:checked + label {
    padding: 11px 20px;
  }
  .ec_detail-wrap .item_detail .description .price #skuform dl.item-sku dd label {
    padding: 11px 21px;
    margin: 0 8px 10px 0;
  }
  .ec_detail-wrap .item_detail .description .price #skuform dl.item-sku dd label:hover {
    padding: 10px 20px;
  }
  .ec_detail-wrap .item_detail .description .price #skuform table.item-sku {
    display: table;
    width: 100%;
    margin: 0 0 15px;
  }
  .ec_detail-wrap .item_detail .description .price #skuform table.item-sku thead th {
    padding: 7px 5px;
    background: #c6e9e5;
  }
  .ec_detail-wrap .item_detail .description .price #skuform table.item-sku tbody th {
    padding: 7px 5px;
    background: #c6e9e5;
  }
  .ec_detail-wrap .item_detail .description .price #skuform table.item-sku tbody td {
    padding: 7px 5px;
    vertical-align: middle;
  }
  .ec_detail-wrap .item_detail .description .price #skuform table.item-sku tbody td input {
    cursor: pointer;
  }
  .ec_detail-wrap .item_detail .description .price #skuform .item-sku {
    border: none;
    display: block;
    padding: 0 0 10px;
    height: auto;
  }
  .ec_detail-wrap .item_detail .description .price #skuform .item-sku dt {
    display: block;
    background: none;
    font-weight: 700;
    padding: 0 0 8px;
    border: none;
    font-size: 1.4rem;
  }
  .ec_detail-wrap .item_detail .description .price #skuform .item-sku dd {
    display: block;
    padding: 0;
    border: none;
  }
  .ec_detail-wrap .item_detail .description .price #skuform .item-sku dd select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    background: url("../images/select_arrow_01.png"), #fff;
    background-repeat: no-repeat;
    background-position: top 50% right 10px;
    cursor: pointer;
  }
  .ec_detail-wrap .item_detail .description .price #skuform .item-sku dd.cost .ss_price {
    color: #c73f70;
    font-size: 3rem;
  }
  .ec_detail-wrap .item_detail .description .price #skuform dl dd.cost .ss_price {
    color: #c73f70;
    font-size: 3rem;
  }
  .ec_detail-wrap .item_detail .description .price #skuform .counter {
    display: flex;
    flex-flow: row wrap;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 0 0 15px;
  }
  .ec_detail-wrap .item_detail .description .price #skuform .counter .skubutton {
    display: inline-block;
    text-align: center;
    margin: 0 0 0 25px;
  }
  .ec_detail-wrap .item_detail .item_img {
    display: flex;
    flex-flow: row wrap;
    width: 600px;
    margin: 0 auto 30px;
  }
  .ec_detail-wrap .item_detail .item_img figure {
    border: 1px solid #ccc;
  }
  .ec_detail-wrap .item_detail .item_img figure:first-of-type {
    width: 100%;
    height: 600px;
  }
  .ec_detail-wrap .item_detail .item_img figure:not(:first-of-type) {
    width: 19%;
    height: 112px;
    margin: 0 1.25% 10px 0;
  }
  .ec_detail-wrap .item_detail .item_img figure:nth-of-type(5n+1) {
    margin: 0 0 10px 0;
  }
  .ec_detail-wrap .item_detail .item_img figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .shopping-guide {
    width: 1000px;
    margin: 100px auto 150px;
  }
  .shopping-guide h2 {
    font-size: 5rem;
    text-align: center;
    font-family: "Meie Script", cursive;
    margin: 0 0 20px;
  }
  .shopping-guide .sub {
    font-size: 1.3rem;
    margin: 0 0 20px;
    text-align: center;
  }
  .shopping-guide ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px 55px;
    background: url(../images/guide_lt.png), url(../images/guide_rt.png), url(../images/guide_rb.png), url(../images/guide_lb.png);
    background-repeat: no-repeat;
    background-position: left top, right top, right bottom, left bottom;
  }
  .shopping-guide ul li {
    width: 33%;
    border-right: 1px solid #d5d5d5;
    min-height: 260px;
    padding: 0 20px;
  }
  .shopping-guide ul li:last-child {
    border: none;
  }
  .shopping-guide ul li .payment {
    padding: 0 20px 0 35px;
  }
  .shopping-guide ul h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 30px;
  }
  .shopping-guide ul h4 {
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    margin: 0 0 15px;
  }
  .shopping-guide ul h4::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
    width: 13px;
    height: 13px;
    background: #333;
  }
  .shopping-guide ul p {
    line-height: 1.6;
    font-size: 1.6rem;
  }
  /*opportunity*/
  #opportunity .sub {
    text-align: center;
    line-height: 2;
    font-size: 1.6rem;
    margin: 0 0 75px;
  }
  #opportunity .about_opportunity {
    width: 1000px;
    margin: 0 auto 140px;
  }
  #opportunity .about_opportunity h3 {
    font-size: 2.2rem;
    font-weight: bold;
    background: url(../images/list_icon.png) left center no-repeat;
    background-size: 31px;
    padding: 5px 0 5px 40px;
    margin: 0 0 35px;
  }
  #opportunity .about_opportunity ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  #opportunity .about_opportunity ul li {
    display: block;
    width: 30%;
    padding: 60px 0 70px;
    background: url(../images/frame_top.png), url(../images/frame_bottom.png);
    background-position: top center, bottom center;
    background-repeat: no-repeat;
  }
  #opportunity .about_opportunity .img-wrap {
    width: 100%;
    height: 170px;
    position: relative;
    margin: 0 0 30px;
  }
  #opportunity .about_opportunity .img-wrap::before {
    content: "Point";
    position: absolute;
    color: #c6e9e5;
    font-size: 5rem;
    display: block;
    font-family: "Meie Script", cursive;
    bottom: -25px;
    left: 0;
    z-index: 1;
  }
  #opportunity .about_opportunity .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #opportunity .about_opportunity h4 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 25px;
  }
  #opportunity .about_opportunity p {
    font-size: 1.6rem;
    margin: 0 0 10px;
    line-height: 1.5;
  }
  #opportunity .flow {
    width: 765px;
    margin: 0 auto 70px;
    border: 1px solid #c6e9e5;
    display: flex;
    background: #fff;
    height: 280px;
    position: relative;
  }
  #opportunity .flow::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: -20px;
    right: -20px;
    background: url(../images/guide_rt.png);
    background-size: 100px;
    background-repeat: no-repeat;
  }
  #opportunity .flow::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -20px;
    left: -20px;
    background: url(../images/guide_lb.png);
    background-size: 100px;
    background-repeat: no-repeat;
  }
  #opportunity .flow section {
    width: 50%;
  }
  #opportunity .flow section h3 {
    display: block;
    width: 100%;
    background: #c6e9e5;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 0 0 20px;
    height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 6px 6px 0 #c7b370;
    margin: 0 0 40px;
  }
  #opportunity .flow section h3 span {
    font-size: 5rem;
    font-family: "Alex Brush", cursive;
    font-weight: normal;
    margin: 0 25px 0 0;
  }
  #opportunity .flow section p {
    padding: 0 50px 40px;
    line-height: 2;
  }
  #opportunity .flow section .btn {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 180px;
    height: 40px;
    padding: 11px 0 0;
    background: #c7b370;
    margin: 0 0 0 50px;
  }
  #opportunity .flow .img-wrap {
    display: flex;
    align-items: center;
  }
  #opportunity .flow .img-wrap img {
    width: 100%;
    height: auto;
  }
  /*** 【ページ】会員ログイン **********************************************/
  #wc_login #memberpages .loginbox {
    width: 420px !important;
    border: 1px solid #c6e9e5 !important;
    margin: 0 auto !important;
    background: #fff !important;
    padding: 20px 30px !important;
  }
  #wc_login #memberpages .loginbox label {
    font-weight: 500;
    color: #555;
  }
  #wc_login #memberpages .loginbox input[type=text],
#wc_login #memberpages .loginbox input[type=password] {
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
    background: #fff;
    margin: 0 auto 15px;
  }
  #wc_login #memberpages .loginbox input[type=text]:focus,
#wc_login #memberpages .loginbox input[type=password]:focus {
    border: 1px solid #c6e9e5;
  }
  #wc_login #memberpages .loginbox input.hidden {
    display: none;
  }
  #wc_login #memberpages .loginbox .forgetmenot label {
    font-weight: 400;
    cursor: pointer;
  }
  #wc_login #memberpages .loginbox .submit {
    margin: 20px 0 25px;
  }
  #wc_login #memberpages .loginbox .submit input[type=submit] {
    transition: all 0.3s;
    width: 100%;
    padding: 15px;
    background: #c6e9e5;
    color: #fff;
    text-align: center;
    border: 1px solid #c6e9e5;
  }
  #wc_login #memberpages .loginbox .submit input[type=submit]:hover {
    background: #fff;
    color: #c6e9e5;
  }
  #wc_login #memberpages .loginbox p {
    margin: 0;
    line-height: 1.5;
    font-size: 1.5rem;
  }
  #wc_login #memberpages .loginbox p a {
    color: #c7b370;
    border-bottom: 1px solid #c7b370;
  }
  #wc_login #memberpages .loginbox p strong {
    font-weight: bold;
  }
  #wc_login #memberpages .loginbox div {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #wc_login #memberpages .loginbox #nav {
    margin: 10px auto;
    text-align: center;
  }
  /*** 【ページ】新パスワード取得 *******************************************/
  #wc_changepassword .member_page_title,
#wc_lostmemberpassword .member_page_title {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
  }
  #wc_changepassword #memberpages .loginbox,
#wc_lostmemberpassword #memberpages .loginbox {
    width: 420px !important;
    border: 1px solid #c6e9e5 !important;
    margin: 0 auto !important;
    background: #fff !important;
    padding: 20px 30px !important;
  }
  #wc_changepassword #memberpages .loginbox label,
#wc_lostmemberpassword #memberpages .loginbox label {
    font-weight: 500;
    color: #555;
  }
  #wc_changepassword #memberpages .loginbox input[type=text],
#wc_changepassword #memberpages .loginbox input[type=password],
#wc_lostmemberpassword #memberpages .loginbox input[type=text],
#wc_lostmemberpassword #memberpages .loginbox input[type=password] {
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
    background: #fff;
    margin: 0 auto 15px;
  }
  #wc_changepassword #memberpages .loginbox input[type=text]:focus,
#wc_changepassword #memberpages .loginbox input[type=password]:focus,
#wc_lostmemberpassword #memberpages .loginbox input[type=text]:focus,
#wc_lostmemberpassword #memberpages .loginbox input[type=password]:focus {
    border: 1px solid #c6e9e5;
  }
  #wc_changepassword #memberpages .loginbox input.hidden,
#wc_lostmemberpassword #memberpages .loginbox input.hidden {
    display: none;
  }
  #wc_changepassword #memberpages .loginbox .forgetmenot label,
#wc_lostmemberpassword #memberpages .loginbox .forgetmenot label {
    font-weight: 400;
    cursor: pointer;
  }
  #wc_changepassword #memberpages .loginbox .submit,
#wc_lostmemberpassword #memberpages .loginbox .submit {
    margin: 20px 0 25px;
  }
  #wc_changepassword #memberpages .loginbox .submit input[type=submit],
#wc_lostmemberpassword #memberpages .loginbox .submit input[type=submit] {
    transition: all 0.3s;
    width: 100%;
    padding: 15px;
    background: #c6e9e5;
    color: #fff;
    text-align: center;
    border: 1px solid #c6e9e5;
  }
  #wc_changepassword #memberpages .loginbox .submit input[type=submit]:hover,
#wc_lostmemberpassword #memberpages .loginbox .submit input[type=submit]:hover {
    background: #fff;
    color: #c6e9e5;
  }
  #wc_changepassword #memberpages .loginbox p,
#wc_lostmemberpassword #memberpages .loginbox p {
    margin: 0;
    line-height: 1.5;
    font-size: 1.5rem;
  }
  #wc_changepassword #memberpages .loginbox p a,
#wc_lostmemberpassword #memberpages .loginbox p a {
    color: #c6e9e5;
    border-bottom: 1px solid #c6e9e5;
  }
  #wc_changepassword #memberpages .loginbox p strong,
#wc_lostmemberpassword #memberpages .loginbox p strong {
    font-weight: bold;
  }
  #wc_changepassword #memberpages .loginbox div,
#wc_lostmemberpassword #memberpages .loginbox div {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #wc_changepassword #memberpages .loginbox #nav,
#wc_lostmemberpassword #memberpages .loginbox #nav {
    margin: 10px auto;
    text-align: center;
  }
  /*** 【ページ】新パスワード取得完了 ******************************************/
  #wc_lostcompletion p {
    text-align: center;
    line-height: 1.5;
  }
  #wc_lostcompletion p a {
    transition: all 0.3s;
    background: #c7b370;
    color: #fff;
    padding: 25px 10px;
    width: 300px;
    text-align: center;
    margin: 50px auto 0;
    border: 1px solid #c7b370;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
  }
  #wc_lostcompletion p a:hover {
    opacity: 1;
    background: #fff;
    color: #c7b370;
  }
  #wc_lostcompletion .send {
    text-align: center;
  }
  #wc_lostcompletion .send a {
    transition: all 0.3s;
    background: #c6e9e5;
    color: #fff;
    padding: 25px 10px;
    width: 300px;
    text-align: center;
    margin: 50px auto 0;
    border: 1px solid #c6e9e5;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
  }
  #wc_lostcompletion .send a:hover {
    opacity: 1;
    background: #fff;
    color: #c6e9e5;
  }
  /*** 【ページ】新規入会 **************************************************/
  #wc_newmemberform {
    font-family: "Noto Sans JP", sans-serif;
  }
  #wc_newmemberform #newmember .header_explanation ul {
    text-align: center;
  }
  #wc_newmemberform #newmember .header_explanation ul li {
    list-style: none;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #wc_newmemberform #newmember .send {
    text-align: center;
  }
  #wc_newmemberform #newmember .send input[type=submit] {
    transition: all 0.3s;
    background: #c6e9e5;
    color: #fff;
    padding: 25px 10px;
    width: 300px;
    text-align: center;
    margin: 50px auto 0;
    border: 1px solid #c6e9e5;
  }
  #wc_newmemberform #newmember .send input[type=submit]:hover {
    background: #fff;
    color: #c6e9e5;
  }
  /*** 【ページ】メンバー登録完了 *******************************************/
  #wc_changepasscompletion p,
#wc_newcompletion p {
    text-align: center;
  }
  #wc_changepasscompletion .send,
#wc_newcompletion .send {
    text-align: center;
  }
  #wc_changepasscompletion .send a,
#wc_newcompletion .send a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    transition: all 0.3s;
    background: #c6e9e5;
    color: #fff;
    padding: 25px 10px;
    width: 300px;
    text-align: center;
    margin: 50px auto 0;
    border: 1px solid #c6e9e5;
  }
  #wc_changepasscompletion .send a:hover,
#wc_newcompletion .send a:hover {
    background: #fff;
    color: #c6e9e5;
  }
  /*** 【ページ】会員ページ *************************************************/
  #memberpages #memberinfo .m_joho tbody tr th,
#wc_member #memberinfo .m_joho tbody tr th {
    font-size: 1.5rem;
    color: #333;
    background: #c6e9e5;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-weight: 700;
  }
  #memberpages #memberinfo .m_joho tbody tr th:first-child,
#wc_member #memberinfo .m_joho tbody tr th:first-child {
    border-left: 1px solid #ccc;
  }
  #memberpages #memberinfo .m_joho tbody tr td,
#wc_member #memberinfo .m_joho tbody tr td {
    font-size: 1.5rem;
    background: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #memberpages #memberinfo .m_joho tbody tr:first-child th,
#wc_member #memberinfo .m_joho tbody tr:first-child th {
    border-top: 1px solid #ccc;
  }
  #memberpages #memberinfo .m_joho tbody tr:first-child td,
#wc_member #memberinfo .m_joho tbody tr:first-child td {
    border-top: 1px solid #ccc;
  }
  #memberpages #memberinfo .member_submenu,
#wc_member #memberinfo .member_submenu {
    padding: 0;
    margin: 10px 0 0;
  }
  #memberpages #memberinfo .member_submenu li,
#wc_member #memberinfo .member_submenu li {
    list-style: none;
    margin: 0 0 4px;
  }
  #memberpages #memberinfo .member_submenu li a,
#wc_member #memberinfo .member_submenu li a {
    font-size: 1.5rem;
    border: 1px solid #c7b370;
    color: #c7b370;
    padding: 0 15px;
    background: #fff;
  }
  #memberpages #memberinfo h3,
#wc_member #memberinfo h3 {
    background: none;
    text-indent: 0;
    height: auto;
    line-height: 1.2;
    border: none;
    color: #333;
    font-size: 1.8rem;
  }
  #memberpages #memberinfo h3::after,
#wc_member #memberinfo h3::after {
    display: none;
  }
  #memberpages #memberinfo .currency_code,
#wc_member #memberinfo .currency_code {
    font-size: 1.4rem;
    text-align: right;
    font-family: "Noto Sans JP", sans-serif;
  }
  #memberpages #memberinfo #history_head,
#wc_member #memberinfo #history_head {
    font-size: 1.4rem;
  }
  #memberpages #memberinfo #history_head thead tr th,
#wc_member #memberinfo #history_head thead tr th {
    font-size: 1.4rem;
    background: #c6e9e5;
  }
  #memberpages #memberinfo #history_head tbody tr th,
#wc_member #memberinfo #history_head tbody tr th {
    font-size: 1.5rem;
    color: #333;
    background: #c7b370;
    border-left: 1px solid #c6e9e5;
    border-right: 1px solid #c6e9e5;
    border-bottom: 1px solid #c6e9e5;
    vertical-align: middle;
    font-weight: 700;
  }
  #memberpages #memberinfo #history_head tbody tr td,
#wc_member #memberinfo #history_head tbody tr td {
    font-size: 1.5rem;
    background: #fff;
    border-left: 1px solid #c6e9e5;
    border-right: 1px solid #c6e9e5;
    border-bottom: 1px solid #c6e9e5;
  }
  #memberpages #memberinfo #history_head tbody tr:first-child th,
#wc_member #memberinfo #history_head tbody tr:first-child th {
    border-top: 1px solid #c6e9e5;
  }
  #memberpages #memberinfo #history_head tbody tr:first-child td,
#wc_member #memberinfo #history_head tbody tr:first-child td {
    border-top: 1px solid #c6e9e5;
  }
  #memberpages #memberinfo .retail thead tr th,
#wc_member #memberinfo .retail thead tr th {
    font-size: 1.4rem;
  }
  #memberpages #memberinfo .retail tbody tr td,
#wc_member #memberinfo .retail tbody tr td {
    font-size: 1.4rem;
    background: #fff;
  }
  #memberpages #memberinfo .send,
#wc_member #memberinfo .send {
    text-align: center;
  }
  #memberpages #memberinfo .send input,
#wc_member #memberinfo .send input {
    transition: all 0.3s;
    background: #c6e9e5;
    color: #fff;
    padding: 20px 10px;
    width: 200px;
    text-align: center;
    margin: 50px 20px 0;
    border: 1px solid #c6e9e5;
    font-family: "Noto Sans JP", sans-serif;
  }
  #memberpages #memberinfo .send input:hover,
#wc_member #memberinfo .send input:hover {
    background: #fff;
    color: #c6e9e5;
  }
  /*** 【部品】会員情報入力フォーム（新規入会・会員情報編集 共通） **************/
  .customer_form {
    border: 1px solid #e6e6e6;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
  }
  .customer_form tbody tr th {
    width: 250px !important;
    border-bottom: 1px solid #fff !important;
    border-right: 1px solid #e6e6e6 !important;
    font-size: 1.5rem !important;
    background: #aadddd !important;
    color: #fff !important;
    vertical-align: middle;
    padding: 10px !important;
  }
  .customer_form tbody tr th em {
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
    padding-right: 5px;
    color: #c7b370 !important;
  }
  .customer_form tbody tr td {
    border-bottom: 1px solid #e6e6e6 !important;
    border-right: 1px solid #e6e6e6 !important;
    padding: 12px 20px !important;
    color: #aaa !important;
    font-size: 1.4rem !important;
    background: #fff;
  }
  .customer_form tbody tr td input {
    background: #eee;
    padding: 10px;
    margin-right: 10px;
    width: 50% !important;
    border: 1px solid #fff;
    color: #333;
  }
  .customer_form tbody tr td input.hidden {
    display: none;
  }
  .customer_form tbody tr td input:focus {
    border: 1px solid #c6e9e5;
  }
  .customer_form tbody tr td input#search_zipcode {
    transition: all 0.3s;
    background: #c6e9e5;
    color: #fff;
    font-size: 1.4rem;
    width: 90px !important;
    text-align: center;
    padding: 5px 0;
  }
  .customer_form tbody tr td input#search_zipcode:hover {
    opacity: 0.7;
  }
  .customer_form tbody tr td input[type=radio] {
    width: 30px !important;
  }
  .customer_form tbody tr td label {
    color: #333;
  }
  .customer_form tbody tr td select {
    position: relative;
    width: 40%;
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    color: #333;
  }
  .customer_form tbody tr td dl dt {
    border-bottom: none !important;
    margin: 15px 0 !important;
    color: #333 !important;
    font-size: 1.5rem !important;
    font-weight: normal !important;
  }
  .customer_form tbody tr td textarea {
    border: 1px solid #ccc;
    resize: none;
    padding: 10px;
  }
  .customer_form tbody tr#name_row td, .customer_form tbody tr#furikana_row td {
    color: #333;
  }
  .customer_form tbody tr#name_row td input, .customer_form tbody tr#furikana_row td input {
    margin-left: 10px;
    width: 70% !important;
  }
  .customer_form tbody tr#zipcode_row td input[type=text] {
    width: 30% !important;
  }
  .customer_form tbody tr#states_row td {
    color: #333;
  }
  .customer_form tbody tr#address1_row td input {
    width: 70% !important;
  }
  /*** 【ページ】カート/お客様情報/発送支払い方法/内容確認 *********************/
  #wc_cart .usccart_navi .ucart li,
#wc_customer .usccart_navi .ucart li,
#wc_delivery .usccart_navi .ucart li,
#wc_confirm .usccart_navi .ucart li {
    background: rgba(91, 30, 0, 0.3);
    list-style: none;
    text-indent: 0;
    padding: 5px 0;
    border-right: 1px solid #fff;
    font-weight: normal;
  }
  #wc_cart .usccart_navi .ucart li.usccart_cart00,
#wc_customer .usccart_navi .ucart li.usccart_cart00,
#wc_delivery .usccart_navi .ucart li.usccart_cart00,
#wc_confirm .usccart_navi .ucart li.usccart_cart00 {
    background: #c7b370;
  }
  #wc_cart .no_cart,
#wc_customer .no_cart,
#wc_delivery .no_cart,
#wc_confirm .no_cart {
    font-family: "Noto Sans JP", sans-serif;
    color: #333 !important;
  }
  #wc_cart #customer-info h5,
#wc_customer #customer-info h5,
#wc_delivery #customer-info h5,
#wc_confirm #customer-info h5 {
    background: none;
    border-bottom: 1px solid #c6e9e5;
    padding: 0 0 5px;
    color: #333;
  }
  #wc_cart .confiem_notice,
#wc_customer .confiem_notice,
#wc_delivery .confiem_notice,
#wc_confirm .confiem_notice {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
  }
  #wc_cart #confirm_table,
#wc_customer #confirm_table,
#wc_delivery #confirm_table,
#wc_confirm #confirm_table {
    margin: 40px auto !important;
  }
  #wc_cart #confirm_table tbody tr th,
#wc_customer #confirm_table tbody tr th,
#wc_delivery #confirm_table tbody tr th,
#wc_confirm #confirm_table tbody tr th {
    font-size: 1.5rem;
    color: #333;
    background: #c7b370;
  }
  #wc_cart #confirm_table tbody tr td,
#wc_customer #confirm_table tbody tr td,
#wc_delivery #confirm_table tbody tr td,
#wc_confirm #confirm_table tbody tr td {
    font-size: 1.5rem;
    background: #fff;
  }
  #wc_cart #confirm_table tbody tr td h3,
#wc_customer #confirm_table tbody tr td h3,
#wc_delivery #confirm_table tbody tr td h3,
#wc_confirm #confirm_table tbody tr td h3 {
    margin: 0 auto;
    color: #333;
    font-size: 2.2rem;
    text-align: center;
  }
  #wc_cart #confirm_table tbody tr td h3::after,
#wc_customer #confirm_table tbody tr td h3::after,
#wc_delivery #confirm_table tbody tr td h3::after,
#wc_confirm #confirm_table tbody tr td h3::after {
    display: none;
  }
  #wc_cart #cart .upbutton,
#wc_customer #cart .upbutton,
#wc_delivery #cart .upbutton,
#wc_confirm #cart .upbutton {
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 0 6px;
    padding: 0;
  }
  #wc_cart #cart .upbutton input[type=submit],
#wc_customer #cart .upbutton input[type=submit],
#wc_delivery #cart .upbutton input[type=submit],
#wc_confirm #cart .upbutton input[type=submit] {
    border: 1px solid #c7b370;
    padding: 5px 30px;
    color: #c7b370;
    border-radius: 20px;
    background: #fff;
    vertical-align: baseline;
    line-height: 1;
  }
  #wc_cart #cart .upbutton input[type=submit]:hover,
#wc_customer #cart .upbutton input[type=submit]:hover,
#wc_delivery #cart .upbutton input[type=submit]:hover,
#wc_confirm #cart .upbutton input[type=submit]:hover {
    opacity: 0.7;
  }
  #wc_cart #cart .currency_code,
#wc_customer #cart .currency_code,
#wc_delivery #cart .currency_code,
#wc_confirm #cart .currency_code {
    text-align: right;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  #wc_cart #cart #cart_table,
#wc_customer #cart #cart_table,
#wc_delivery #cart #cart_table,
#wc_confirm #cart #cart_table {
    background: #fff;
    width: 100%;
  }
  #wc_cart #cart #cart_table thead tr th,
#wc_customer #cart #cart_table thead tr th,
#wc_delivery #cart #cart_table thead tr th,
#wc_confirm #cart #cart_table thead tr th {
    border-top: #c6e9e5;
  }
  #wc_cart #cart #cart_table thead tr th:first-child,
#wc_customer #cart #cart_table thead tr th:first-child,
#wc_delivery #cart #cart_table thead tr th:first-child,
#wc_confirm #cart #cart_table thead tr th:first-child {
    border-left: #c6e9e5;
  }
  #wc_cart #cart #cart_table tbody td:first-child,
#wc_customer #cart #cart_table tbody td:first-child,
#wc_delivery #cart #cart_table tbody td:first-child,
#wc_confirm #cart #cart_table tbody td:first-child {
    border-left: #c6e9e5;
  }
  #wc_cart #cart #cart_table tbody td.stock,
#wc_customer #cart #cart_table tbody td.stock,
#wc_delivery #cart #cart_table tbody td.stock,
#wc_confirm #cart #cart_table tbody td.stock {
    font-size: 1.4rem;
  }
  #wc_cart #cart #cart_table tbody td input.quantity,
#wc_customer #cart #cart_table tbody td input.quantity,
#wc_delivery #cart #cart_table tbody td input.quantity,
#wc_confirm #cart #cart_table tbody td input.quantity {
    padding: 5px;
    border: 1px solid #ccc;
  }
  #wc_cart #cart #cart_table tbody td input.delButton,
#wc_customer #cart #cart_table tbody td input.delButton,
#wc_delivery #cart #cart_table tbody td input.delButton,
#wc_confirm #cart #cart_table tbody td input.delButton {
    color: #c6e9e5;
    border: 1px solid #c6e9e5;
  }
  #wc_cart #cart #cart_table tfoot tr th,
#wc_customer #cart #cart_table tfoot tr th,
#wc_delivery #cart #cart_table tfoot tr th,
#wc_confirm #cart #cart_table tfoot tr th {
    background: #aadddd;
    font-size: 1.6rem;
    padding: 10px 10px 10px 0;
  }
  #wc_cart #cart #cart_table tfoot tr th.aright,
#wc_customer #cart #cart_table tfoot tr th.aright,
#wc_delivery #cart #cart_table tfoot tr th.aright,
#wc_confirm #cart #cart_table tfoot tr th.aright {
    border-right: #fff;
  }
  #wc_cart #cart #cart_table tfoot tr th:first-child,
#wc_customer #cart #cart_table tfoot tr th:first-child,
#wc_delivery #cart #cart_table tfoot tr th:first-child,
#wc_confirm #cart #cart_table tfoot tr th:first-child {
    border-left: #c6e9e5;
  }
  #wc_cart #cart #cart_table tfoot tr th:last-child,
#wc_customer #cart #cart_table tfoot tr th:last-child,
#wc_delivery #cart #cart_table tfoot tr th:last-child,
#wc_confirm #cart #cart_table tfoot tr th:last-child {
    border-right: #c6e9e5;
  }
  #wc_cart #cart #cart_table tfoot tr td,
#wc_customer #cart #cart_table tfoot tr td,
#wc_delivery #cart #cart_table tfoot tr td,
#wc_confirm #cart #cart_table tfoot tr td {
    border-left: 1px solid #ccc;
  }
  #wc_cart .send,
#wc_customer .send,
#wc_delivery .send,
#wc_confirm .send {
    border-top: 1px solid #c6e9e5 !important;
  }
  #wc_cart .send input[type=button],
#wc_cart .send input[type=submit],
#wc_customer .send input[type=button],
#wc_customer .send input[type=submit],
#wc_delivery .send input[type=button],
#wc_delivery .send input[type=submit],
#wc_confirm .send input[type=button],
#wc_confirm .send input[type=submit] {
    transition: all 0.3s;
    background: #c6e9e5;
    color: #fff;
    padding: 20px 10px;
    width: 300px;
    text-align: center;
    margin: 50px 40px 0;
    border: 1px solid #c6e9e5;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
  }
  #wc_cart .send input[type=button]:hover,
#wc_cart .send input[type=submit]:hover,
#wc_customer .send input[type=button]:hover,
#wc_customer .send input[type=submit]:hover,
#wc_delivery .send input[type=button]:hover,
#wc_delivery .send input[type=submit]:hover,
#wc_confirm .send input[type=button]:hover,
#wc_confirm .send input[type=submit]:hover {
    background: #fff;
    color: #c6e9e5;
  }
  /*** 【ページ】注文完了 ****************************************************/
  #wc_ordercompletion h2.cart_page_title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    text-align: center;
    color: #333;
    font-weight: bold;
    margin: 60px 0 30px;
  }
  #wc_ordercompletion #cart_completion h3 {
    font-weight: normal;
    font-size: 1.8rem;
    color: #333;
    margin: 0 0 30px;
    text-align: center;
  }
  #wc_ordercompletion #cart_completion h3::after {
    display: none;
  }
  #wc_ordercompletion #cart_completion .header_explanation {
    text-align: center;
  }
  #wc_ordercompletion .send {
    text-align: center;
  }
  #wc_ordercompletion .send a {
    transition: all 0.3s;
    background: #c6e9e5;
    color: #fff;
    padding: 25px 10px;
    width: 300px;
    text-align: center;
    margin: 50px auto 0;
    border: 1px solid #c6e9e5;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
  }
  #wc_ordercompletion .send a:hover {
    opacity: 1;
    background: #fff;
    color: #c6e9e5;
  }
  #wc_ordercompletion .entry {
    border-bottom: none !important;
    line-height: 1.5;
  }
  /*** エラーメッセージ *****************************************************/
  .error_message {
    color: #d90000;
    font-weight: 700;
  }
}
/*# sourceMappingURL=common.css.map */