@charset "UTF-8";
/*---------------------------
 * *	Layout
 * *--------------------------- */
/* ==========================================================================
 * *   Foundation
 * *========================================================================== */
/* ==========================================================================
 * *   google material icon
 * *========================================================================== */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* http://meyerweb.com/eric/tools/css/reset/
 * * v2.0 | 20110126
 * * License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
select::-ms-expand {
  display: none;
}

input, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

input:focus, textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

em {
  font-style: normal;
}

main {
  display: block;
}

html, body {
  width: 100%;
}

html {
  font-size: 62.5%;
}

@media only screen and (max-width: 640px) {
  html.is-open {
    overflow: hidden;
  }
}
body {
  overflow-x: hidden;
  background: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}
@media only screen and (max-width: 840px) {
  .pc-tablet {
    display: none;
  }
}
.tablet, .sp {
  display: none;
}

@media only screen and (max-width: 840px) {
  .tablet {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none !important;
    text-decoration: none !important;
  }
}
/* ==========================================================================
 * *   Common
 * *========================================================================== */
.wrapper {
  width: 90vw;
  max-width: 1280px;
  margin: 0 auto;
}

/* ==========================================================================
 * *   HEADER
 * *========================================================================== */
.header {
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 0;
  border-top: 5px solid #E94709;
  border-bottom: 1px solid #E94709;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 640px) {
  .header {
    height: 60px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header .header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  aline-items: center;
  width: 1280px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 640px) {
  .header .header_wrapper {
    width: 100%;
    padding: 5px 10px;
  }
}
.header .header_wrapper .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .header .header_wrapper .logo a {
    gap: 2vw;
  }
}
.header .header_wrapper .logo a:hover {
  opacity: 0.75;
}
.header .header_wrapper .logo a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 60px;
  margin: 0;
}
.header .header_wrapper .logo a span.atomtakeout {
  max-width: 150px;
}
@media screen and (max-width: 640px) {
  .header .header_wrapper .logo a span.atomtakeout {
    width: 120px;
    max-width: 38vw;
  }
}
.header .header_wrapper .logo a span.tokubei {
  max-width: 60px;
}
@media screen and (max-width: 640px) {
  .header .header_wrapper .logo a span.tokubei {
    width: 12vw;
    max-width: 44px;
  }
}
.header .header_wrapper .logo a span.atom {
  max-width: 50px;
}
@media screen and (max-width: 640px) {
  .header .header_wrapper .logo a span.atom {
    width: 10vw;
    max-width: 34px;
  }
}
.header .header_wrapper .logo a span.miya {
  max-width: 86px;
}
@media screen and (max-width: 640px) {
  .header .header_wrapper .logo a span.miya {
    width: 18vw;
    max-width: 78px;
  }
}
.header .header_wrapper .logo a span.katsu {
  max-width: 58px;
}
@media screen and (max-width: 640px) {
  .header .header_wrapper .logo a span.katsu {
    width: 12vw;
    max-width: 46px;
  }
}
.header .header_wrapper .logo a span.takeout {
  max-width: 130px;
}
@media screen and (max-width: 640px) {
  .header .header_wrapper .logo a span.takeout {
    width: 90px;
    max-width: 24vw;
  }
}
.header .header_wrapper .logo a span img {
  width: 100%;
  height: auto;
}
.header .header_wrapper .logo a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/* ==========================================================================
 * *   FOOTER
 * *========================================================================== */
.footer {
  position: relative;
  background: #fff;
  border-top: 1px solid #eee;
}
.footer #page_top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  right: 1.5rem;
  bottom: 1rem;
  background-color: #E94709;
  border-radius: 50%;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .footer #page_top {
    width: 50px;
    height: 50px;
    right: 1rem;
  }
}
.footer #page_top a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  z-index: 11;
}
.footer #page_top a:hover {
  opacity: 0.7;
}
.footer #page_top a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 10px;
  height: 10px;
  background-image: url("../image/common/icn_arrow_ff.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  .footer #page_top a:after {
    width: 8px;
    height: 8px;
  }
}
.footer .footer_wrapper {
  background-color: #494949;
}
@media screen and (max-width: 640px) {
  .footer .footer_wrapper {
    background-color: #fff;
  }
}
.footer .footer_wrapper .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 1rem;
}
@media screen and (max-width: 640px) {
  .footer .footer_wrapper .nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
}
.footer .footer_wrapper .nav-wrap .textLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 200px);
  margin: 1rem auto;
  padding: 0 2rem 0 0;
}
@media screen and (max-width: 640px) {
  .footer .footer_wrapper .nav-wrap .textLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.footer .footer_wrapper .nav-wrap .textLink .item {
  margin: 0 0.5rem;
  padding: 1rem 1rem;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .footer .footer_wrapper .nav-wrap .textLink .item {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.footer .footer_wrapper .nav-wrap .textLink .item a {
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .footer .footer_wrapper .nav-wrap .textLink .item a {
    display: block;
    padding: 6vw 6vw;
    color: #333;
    font-size: 4vw;
    border-bottom: 1px solid #eee;
  }
}
.footer .footer_wrapper .nav-wrap .textLink .item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .footer .footer_wrapper .nav-wrap .textLink .item a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.4vw;
    height: 3vw;
    background-image: url("../image/common/icn_arrow_ea.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.footer .footer_wrapper .nav-wrap .textLink .item a.back:hover:after {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
.footer .footer_wrapper .nav-wrap .inquiry {
  width: 200px;
  padding: 0 2rem;
}
@media screen and (max-width: 640px) {
  .footer .footer_wrapper .nav-wrap .inquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 12vw 0;
  }
}
.footer .footer_wrapper .nav-wrap .inquiry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0.7rem 2.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 50px;
}
@media screen and (max-width: 640px) {
  .footer .footer_wrapper .nav-wrap .inquiry a {
    width: 80vw;
    height: 14vw;
    color: #333;
    font-size: 4vw;
    border: 2px solid #333;
  }
}
.footer .footer_wrapper .nav-wrap .inquiry a:hover {
  color: #333;
  background-color: #fff;
}
.footer .copy-wrapper {
  padding: 3rem;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 640px) {
  .footer .copy-wrapper {
    padding: 0;
  }
}
.footer .copy-wrapper .cont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .footer .copy-wrapper .cont-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .copy-wrapper .cont-wrap .copyrights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer .copy-wrapper .cont-wrap .copyrights {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: 80px;
    padding: 30px 0;
    background-color: #E94709;
  }
}
.footer .copy-wrapper .cont-wrap .copyrights small {
  font-size: 1rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
  .footer .copy-wrapper .cont-wrap .copyrights small {
    color: #fff;
    font-size: 2.4vw;
  }
}
.footer .copy-wrapper .cont-wrap .logo-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .footer .copy-wrapper .cont-wrap .logo-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 10vw 0;
  }
}
.footer .copy-wrapper .cont-wrap .logo-group .corp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .footer .copy-wrapper .cont-wrap .logo-group .corp {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .copy-wrapper .cont-wrap .logo-group .corp.group a {
  display: block;
}
.footer .copy-wrapper .cont-wrap .logo-group .corp.group a img {
  width: 140px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .footer .copy-wrapper .cont-wrap .logo-group .corp.group a img {
    width: 30vw;
  }
}
.footer .copy-wrapper .cont-wrap .logo-group .corp.atom a {
  display: block;
}
.footer .copy-wrapper .cont-wrap .logo-group .corp.atom a img {
  width: 90px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .footer .copy-wrapper .cont-wrap .logo-group .corp.atom a img {
    width: 18vw;
  }
}

@media only screen and (max-width: 640px) {
  .footer .btns {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .footer .btns .item + .item {
    margin-top: 2.67vw;
  }
}
@media only screen and (min-width: 769px) {
  .footer .btns .item a:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 640px) {
  .footer .btns .item a {
    width: 72vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 3.73vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .footer .textLink {
    margin: 1em auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 440px) {
  .footer .textLink {
    max-width: none;
  }
}
@media only screen and (max-width: 640px) {
  .footer .textLink .item {
    font-size: 3.2vw;
    margin-top: 0.75em;
  }
}
@media only screen and (max-width: 640px) {
  .footer .textLink .item:nth-child(3) {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}
@media only screen and (min-width: 769px) {
  .footer .textLink .item a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 640px) {
  .footer .copyrights small {
    font-size: 2.13vw;
  }
}
.footNav {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footNav .footBtn {
  display: none;
  text-align: center;
  background: #051069;
  padding: 10px 0;
}
.footNav .footBtn .orderBtn, .footNav .footBtn .modal__product .btnArea .reset .resetBtn {
  display: block;
  border: #fff 3px solid;
  width: 380px;
  height: 60px;
  line-height: 54px;
  text-decoration: none;
  font-size: 1.8rem;
  background: #F0AD4E;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .footNav .footBtn {
    padding: 2.67vw 0;
  }
}
.modal__product .btnArea .reset .footNav .footBtn .resetBtn {
  display: block;
  border: #fff 3px solid;
  width: 380px;
  height: 60px;
  line-height: 54px;
  text-decoration: none;
  font-size: 1.8rem;
  background: #F0AD4E;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .footNav .footBtn .orderBtn, .footNav .footBtn .modal__product .btnArea .reset .resetBtn {
    width: 77.33vw;
    height: 10.67vw;
    line-height: calc(10.67vw - 6px);
    font-size: 4.27vw;
  }
  .modal__product .btnArea .reset .footNav .footBtn .resetBtn {
    width: 77.33vw;
    height: 10.67vw;
    line-height: calc(10.67vw - 6px);
    font-size: 4.27vw;
  }
}
.footNav .footBtn .orderBtn:after, .footNav .footBtn .modal__product .btnArea .reset .resetBtn:after {
  content: "";
  background: none;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}

.modal__product .btnArea .reset .footNav .footBtn .resetBtn:after {
  content: "";
  background: none;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}

.footNav .footBtn.selectProduct.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footNav .footBtn.selectProduct.is-active .subtotalArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4em;
}
.footNav .footBtn.selectProduct.is-active .subtotalArea .quantity, .footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footNav .footBtn.selectProduct.is-active .subtotalArea .quantity dt, .footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal dt {
  color: #fff;
  font-size: 1.8rem;
  padding-right: 1em;
  text-align: left;
  line-height: 1.25;
}
.footNav .footBtn.selectProduct.is-active .subtotalArea .quantity dd, .footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal dd {
  color: #F0AD4E;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.25;
}
.footNav .footBtn.selectProduct.is-active .subtotalArea .quantity dd .yen, .footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal dd .yen {
  font-size: 2rem;
}
.footNav .footBtn.selectProduct.is-active .subtotalArea .quantity dd .tax {
  font-size: 1.6rem;
}
.footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal {
  padding-left: 2em;
}
.footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal dd .tax {
  font-size: 1.6rem;
}
.footNav .footBtn.selectProduct.is-active .orderBtn, .footNav .footBtn.selectProduct.is-active .modal__product .btnArea .reset .resetBtn {
  width: 380px;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .footNav .footBtn.selectProduct.is-active {
    padding: 1.25vw 5vw;
  }
}
@media only screen and (max-width: 840px) {
  .footNav .footBtn.selectProduct.is-active .subtotalArea {
    margin-right: 2em;
  }
}
@media only screen and (max-width: 640px) {
  .footNav .footBtn.selectProduct.is-active .subtotalArea {
    margin-right: 0.5em;
    background: #ECECEC;
    border-radius: 1.33vw;
    padding: 0.25em 0.5em;
  }
}
@media only screen and (max-width: 840px) {
  .footNav .footBtn.selectProduct.is-active .subtotalArea .quantity, .footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .footNav .footBtn.selectProduct.is-active .subtotalArea .quantity dt, .footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal dt {
    font-size: 3.2vw;
    color: #000;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .footNav .footBtn.selectProduct.is-active .subtotalArea .quantity dd, .footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal dd {
    font-size: 4.27vw;
    color: #000;
  }
}
@media only screen and (max-width: 640px) {
  .footNav .footBtn.selectProduct.is-active .subtotalArea .quantity dd .yen, .footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal dd .yen {
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 640px) {
  .footNav .footBtn.selectProduct.is-active .subtotalArea .quantity dd .tax, .footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal dd .tax {
    font-size: 2.67vw;
  }
}
@media only screen and (max-width: 640px) {
  .footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal {
    padding-left: 0.5em;
  }
}
.modal__product .btnArea .reset .footNav .footBtn.selectProduct.is-active .resetBtn {
  width: 380px;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .footNav .footBtn.selectProduct.is-active .orderBtn, .footNav .footBtn.selectProduct.is-active .modal__product .btnArea .reset .resetBtn {
    width: 44.93vw;
  }
  .modal__product .btnArea .reset .footNav .footBtn.selectProduct.is-active .resetBtn {
    width: 44.93vw;
  }
}
@media only screen and (max-width: 640px) {
  .footNav .footBtn.selectProduct.is-active .orderBtn::after, .footNav .footBtn.selectProduct.is-active .modal__product .btnArea .reset .resetBtn::after {
    width: 6px;
    height: 6px;
    right: 15px;
  }
  .modal__product .btnArea .reset .footNav .footBtn.selectProduct.is-active .resetBtn::after {
    width: 6px;
    height: 6px;
    right: 15px;
  }
}
.footNav .navArea {
  display: none;
}
.footNav .navArea img {
  width: 100%;
}

/* *@media only screen and (max-width: 840px) {
 * *  .footNav .navArea {
 * *    display: block;
 * *  }
 * *} */
/* ==========================================================================
 * *   COMMON
 * *========================================================================== */
.orderBtn, .modal__product .btnArea .reset .resetBtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFC46F;
  border: #fff 3px solid;
  width: 500px;
  height: 80px;
  padding: 0;
  border-radius: 100px;
  -webkit-filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.49));
          filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.49));
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #060D43;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
  .orderBtn:hover, .modal__product .btnArea .reset .resetBtn:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 640px) {
  .orderBtn, .modal__product .btnArea .reset .resetBtn {
    width: 72vw;
    height: 13.33vw;
    font-size: 4.53vw;
  }
}
.orderBtn::after, .modal__product .btnArea .reset .resetBtn::after {
  content: "";
  width: 30px;
  height: 41px;
  background: center center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 29.772 41'%3E%3Cpath d='M22.643,27.582l-1.957-1.957,3.82-3.774H13.045v-2.8H24.507l-3.82-3.774,1.957-1.957,7.128,7.128ZM2.8,41a2.7,2.7,0,0,1-1.98-.815A2.7,2.7,0,0,1,0,38.2V2.8A2.7,2.7,0,0,1,.815.815,2.7,2.7,0,0,1,2.8,0H23.3a2.7,2.7,0,0,1,1.98.815,2.7,2.7,0,0,1,.815,1.98V9.6H23.3V6.989H2.8V34.011H23.3V31.4h2.8v6.8A2.784,2.784,0,0,1,23.3,41Zm0-2.8H23.3v-1.4H2.8Zm0-34.011H23.3V2.8H2.8Zm0-1.4v0ZM2.8,38.2v0Z' fill='%23051069'/%3E%3C/svg%3E%0A");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .orderBtn::after, .modal__product .btnArea .reset .resetBtn::after {
    width: 4vw;
    height: 5.47vw;
  }
}
.backbtn {
  margin-top: 0.5em;
  background: #E5E6F0;
  border-radius: 100px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #060D43;
  line-height: 1;
  padding: 1em;
  position: relative;
  cursor: pointer;
}
.backbtn:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}

.backCircleBtn {
  width: 70px;
  height: 70px;
  position: relative;
  background: #E5E6F0;
  border-radius: 100%;
  color: #051069;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.backCircleBtn:after {
  content: "";
  width: 13px;
  height: 13px;
  border-right: 4px solid;
  border-bottom: 4px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 3px), -50%) rotate(135deg);
          transform: translate(calc(-50% + 3px), -50%) rotate(135deg);
  pointer-events: none;
}

@media only screen and (min-width: 769px) {
  .backCircleBtn:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 640px) {
  .backCircleBtn {
    width: 9.33vw;
    height: 9.33vw;
  }
}
@media only screen and (max-width: 640px) {
  .backCircleBtn:after {
    width: 2vw;
    height: 2vw;
    border-width: 3px;
  }
}
.pageTitle {
  font-size: 3.6rem;
  font-weight: 700;
  color: #060D43;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .pageTitle {
    font-size: 5.87vw;
  }
}
.contentsTitle {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contentsTitle {
    font-size: 5.33vw;
  }
}
.contentsTitle span {
  display: block;
  color: #E94709;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .contentsTitle span {
    font-size: 3vw;
  }
}

.modal {
  display: none;
  position: relative;
  z-index: 9999;
}
.modal.is-open {
  display: block;
  -webkit-animation-name: modalAnime;
          animation-name: modalAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  opacity: 0;
}

@-webkit-keyframes modalAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modalAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(5, 16, 105, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__container {
  padding: 55px;
  font-size: 1.6rem;
  background: #fff;
  width: 90vw;
  max-width: 980px;
  height: 576px;
  max-height: 80%;
  position: relative;
  color: #191919;
}

@media only screen and (max-width: 640px) {
  .modal__container {
    padding: 2.67vw 3.2vw 8vw;
    height: auto;
  }
}
.modal__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

@media only screen and (max-width: 640px) {
  .modal__title {
    font-size: 3.73vw;
  }
}
.modal .wrap {
  background: #ECECEC;
  overflow-y: auto;
  margin-top: 25px;
  height: 274px;
}
.modal .wrap .text {
  padding: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
}
.modal .checkboxWrap {
  margin-top: 1em;
  text-align: center;
}
.modal .checkboxWrap input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.modal .checkboxWrap label {
  font-size: 1.6rem;
  padding-left: 0.5em;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.modal .orderBtnWrap {
  margin-top: 1.25em;
  text-align: center;
}
.modal .orderBtnWrap .orderBtn, .modal .orderBtnWrap .modal__product .btnArea .reset .resetBtn {
  display: block;
  text-decoration: none;
  margin: 0 auto;
  line-height: 74px;
}

@media only screen and (max-width: 640px) {
  .modal .wrap {
    margin-top: 2.67vw;
    height: 36.53vw;
  }
}
@media only screen and (max-width: 640px) {
  .modal .wrap .text {
    font-size: 3.2vw;
    line-height: 1.66;
  }
}
@media only screen and (max-width: 640px) {
  .modal .checkboxWrap {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 769px) {
  .modal .checkboxWrap label:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 640px) {
  .modal .checkboxWrap label {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 640px) {
  .modal .orderBtnWrap {
    margin-top: 1em;
  }
}
.modal__product .btnArea .reset .modal .orderBtnWrap .resetBtn {
  display: block;
  text-decoration: none;
  margin: 0 auto;
  line-height: 74px;
}

@media only screen and (max-width: 640px) {
  .modal .orderBtnWrap .orderBtn, .modal .orderBtnWrap .modal__product .btnArea .reset .resetBtn {
    line-height: calc(13.33vw - 6px);
  }
  .modal__product .btnArea .reset .modal .orderBtnWrap .resetBtn {
    line-height: calc(13.33vw - 6px);
  }
}
.modal .orderBtnWrap .orderBtn.notActive, .modal .orderBtnWrap .modal__product .btnArea .reset .notActive.resetBtn {
  pointer-events: none;
  background: #C5C5C5;
  color: #666666;
}

.modal__product .btnArea .reset .modal .orderBtnWrap .notActive.resetBtn {
  pointer-events: none;
  background: #C5C5C5;
  color: #666666;
}

.modal .orderBtnWrap .orderBtn.notActive::after, .modal .orderBtnWrap .modal__product .btnArea .reset .notActive.resetBtn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 29.772 41'%3E%3Cpath d='M22.643,27.582l-1.957-1.957,3.82-3.774H13.045v-2.8H24.507l-3.82-3.774,1.957-1.957,7.128,7.128ZM2.8,41a2.7,2.7,0,0,1-1.98-.815A2.7,2.7,0,0,1,0,38.2V2.8A2.7,2.7,0,0,1,.815.815,2.7,2.7,0,0,1,2.8,0H23.3a2.7,2.7,0,0,1,1.98.815,2.7,2.7,0,0,1,.815,1.98V9.6H23.3V6.989H2.8V34.011H23.3V31.4h2.8v6.8A2.784,2.784,0,0,1,23.3,41Zm0-2.8H23.3v-1.4H2.8Zm0-34.011H23.3V2.8H2.8Zm0-1.4v0ZM2.8,38.2v0Z' fill='%23666666'/%3E%3C/svg%3E%0A");
}

.modal__product .btnArea .reset .modal .orderBtnWrap .notActive.resetBtn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 29.772 41'%3E%3Cpath d='M22.643,27.582l-1.957-1.957,3.82-3.774H13.045v-2.8H24.507l-3.82-3.774,1.957-1.957,7.128,7.128ZM2.8,41a2.7,2.7,0,0,1-1.98-.815A2.7,2.7,0,0,1,0,38.2V2.8A2.7,2.7,0,0,1,.815.815,2.7,2.7,0,0,1,2.8,0H23.3a2.7,2.7,0,0,1,1.98.815,2.7,2.7,0,0,1,.815,1.98V9.6H23.3V6.989H2.8V34.011H23.3V31.4h2.8v6.8A2.784,2.784,0,0,1,23.3,41Zm0-2.8H23.3v-1.4H2.8Zm0-34.011H23.3V2.8H2.8Zm0-1.4v0ZM2.8,38.2v0Z' fill='%23666666'/%3E%3C/svg%3E%0A");
}

.modal__close {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #051069;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal__close:before {
  content: "";
  width: 30px;
  height: 5px;
  background: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__close:after {
  content: "";
  width: 30px;
  height: 5px;
  background: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close.type2 {
  width: 35px;
  height: 35px;
  top: 10px;
  right: 10px;
  background: #ddd;
}
.modal__close.type2::before, .modal__close.type2::after {
  background: #8287B4;
  width: 20px;
  height: 4px;
}

@media only screen and (max-width: 640px) {
  .modal__close {
    width: 6.93vw;
    height: 6.93vw;
    font-size: 2.13vw;
  }
}
@media only screen and (max-width: 640px) {
  .modal__close:before, .modal__close:after {
    width: 4vw;
    height: 0.67vw;
  }
}
.modal__product {
  padding: 25px;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  width: 90vw;
  max-width: 980px;
  max-height: 95%;
  position: relative;
  color: #191919;
  overflow-y: auto;
}
.modal__product .productInfo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 30px 1fr;
  grid-template-columns: 33% 1fr;
  gap: 30px;
}
.modal__product .productInfo .img img {
  width: 100%;
}
.modal__product .productInfo .title {
  font-size: 2rem;
  font-weight: 700;
  color: #060D43;
}
.modal__product .productInfo .text {
  margin-top: 1em;
  color: #000;
}
.modal__product .productInfo .price {
  margin-top: 1em;
  font-size: 2rem;
  font-weight: 700;
  color: #060D43;
}
.modal__product .productInfo .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
}
.modal__product .productInfo .quantity .selectArea {
  background: #ECECEC;
  border-radius: 10px;
  width: 120px;
  padding: 0.75em 1.5em;
  position: relative;
}
.modal__product .productInfo .quantity .selectArea:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: #060D43 2px solid;
  border-bottom: #060D43 2px solid;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.modal__product .productInfo .quantity .selectArea select {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  color: #060D43;
  outline: 0;
  text-align: center;
  cursor: pointer;
}
.modal__product .productInfo .quantity .unit {
  font-size: 1.6rem;
  padding-left: 0.75em;
}
.modal__product .btnSelectArea {
  padding: 2em 0;
  margin: 2em 0;
  border-top: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
.modal__product .btnSelectArea__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #051069;
}
.modal__product .btnSelectArea .itemDetail {
  margin-top: 15px;
}
.modal__product .btnSelectArea .riceType, .modal__product .btnSelectArea .riceAmount {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.modal__product .btnSelectArea input[type=radio] {
  display: none;
}
.modal__product .btnSelectArea input[type=radio] + label {
  padding: 1.25em 1.5em;
  font-size: 1.6rem;
  background: #f0f0f0;
  border-radius: 10px;
  border: #d8d8d8 1px solid;
  color: #000;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.modal__product .btnSelectArea input[type=radio][disabled] + label {
  font-weight: 400;
  background: none;
  border: none;
  color: #d4d4d4;
  cursor: auto;
  pointer-events: none;
}
.modal__product .btnSelectArea input[type=radio]:checked + label {
  background: #FFC46F;
  border-color: #FFC46F;
}
.modal__product .btnArea .total {
  background: #ECECEC;
  border-radius: 10px;
  margin: 0 auto 0;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1em;
}
.modal__product .btnArea .total .title {
  font-size: 1.6rem;
  font-weight: 700;
}
.modal__product .btnArea .total .price {
  font-size: 2rem;
  font-weight: 700;
}
.modal__product .btnArea .total .price .tax {
  font-size: 1.6rem;
}
.modal__product .btnArea .orderBtn, .modal__product .btnArea .reset .resetBtn {
  font-size: 1.8rem;
  width: 380px;
  height: 60px;
  line-height: 54px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.5em;
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
  background: #F0AD4E;
}
.modal__product .btnArea .orderBtn::after {
  background: none;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}
.modal__product .btnArea .reset {
  text-align: center;
}
.modal__product .btnArea .reset .resetBtn {
  border: none;
  width: 215px;
  background: #E5E6F0;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-filter: none;
          filter: none;
  margin-top: 1.5em;
}
.modal__product .btnArea .reset .resetBtn::after {
  background: none;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
  display: none;
}
.modal__product .modalTabArea {
  margin: 42px -25px -25px;
}
.modal__product .modalTabArea .modalTabBtn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.modal__product .modalTabArea .modalTabBtn .item {
  text-align: center;
  border-top: #fff 3px solid;
  border-bottom: #8187b3 3px solid;
  padding: 1em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #060D43;
  cursor: pointer;
}
.modal__product .modalTabArea .modalTabBtn .item:nth-child(1) {
  border-right: #E5E6F0 1px solid;
}
.modal__product .modalTabArea .modalTabBtn .item:nth-child(2) {
  border-left: #E5E6F0 1px solid;
  border-right: #E5E6F0 1px solid;
}
.modal__product .modalTabArea .modalTabBtn .item:nth-child(3) {
  border-left: #E5E6F0 1px solid;
}
.modal__product .modalTabArea .modalTabBtn .item:hover, .modal__product .modalTabArea .modalTabBtn .item.is-active {
  border-top-color: #051069;
  border-bottom-color: #E5E6F0;
  background: #E5E6F0;
}
.modal__product .modalTabArea .modalTargetArea {
  background: #E5E6F0;
  padding: 25px 25px 50px;
}
.modal__product .modalTabArea .modalTargetArea .modalTarget {
  display: none;
}
.modal__product .modalTabArea .modalTargetArea .modalTarget:first-child {
  display: block;
}
.modal__product .modalTabArea .modalTargetArea .modalTarget .inner {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}
.modal__product .modalTabArea .modalTargetArea .modalTarget .iconList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 10px;
}
.modal__product .modalTabArea .modalTargetArea .modalTarget .iconList .item img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .modal__product {
    padding: 3.33vw;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .productInfo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .productInfo .img {
    margin: -3.33vw -3.33vw 0;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .productInfo .title {
    font-size: 4.27vw;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .productInfo .text {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .productInfo .priceWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .productInfo .price {
    margin-top: 0;
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .productInfo .quantity {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .productInfo .quantity .selectArea {
    border-radius: 1.33vw;
    width: auto;
    padding: 0.125em 0;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .productInfo .quantity .selectArea:after {
    width: 6px;
    height: 6px;
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .productInfo .quantity .selectArea select {
    width: auto;
    font-size: 4.27vw;
    padding: 0 1.75em 0 1.25em;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .productInfo .quantity .unit {
    font-size: 3.73vw;
    padding-left: 0.25em;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .btnSelectArea {
    margin: 1em -3.33vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    padding: 1em 0;
    gap: 0;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .btnSelectArea .item {
    padding: 0 3.33vw;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .btnSelectArea .item + .item {
    margin-top: 1.25em;
    padding-top: 0.75em;
    border-top: #CCCCCC 1px solid;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .btnSelectArea__title {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  .modal__product .btnSelectArea input[type=radio] + label:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .btnSelectArea input[type=radio] + label {
    padding: 0.5em 1em;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .btnArea .total {
    width: 100%;
    border-radius: 1.33vw;
    padding: 0.5em;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .btnArea .total .title {
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .btnArea .total .price {
    font-size: 4.27vw;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .btnArea .total .price .tax {
    font-size: 4.27vw;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .btnArea .btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .btnArea .btnWrap .orderBtnWrap {
    width: 62%;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .btnArea .btnWrap .reset {
    width: 33%;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .btnArea .orderBtn, .modal__product .btnArea .reset .resetBtn {
    width: 100%;
    font-size: 4.27vw;
    height: 10.67vw;
    line-height: calc(10.67vw - 6px);
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .btnArea .reset .resetBtn {
    width: 100%;
    font-size: 3.47vw;
    height: 10.67vw;
    line-height: 10.67vw;
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .modalTabArea {
    margin: 6.67vw -3.33vw -3.33vw;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .modalTabArea .modalTabBtn .item {
    padding: 0.5em 0.25em;
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .modalTabArea .modalTargetArea {
    padding: 3.33vw 3.33vw 6.67vw;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .modalTabArea .modalTargetArea .modalTarget .inner {
    padding: 5.33vw 4vw;
    border-radius: 1.33vw;
  }
}
@media only screen and (max-width: 640px) {
  .modal__product .modalTabArea .modalTargetArea .modalTarget .iconList {
    -ms-grid-columns: 1fr 1.33vw 1fr 1.33vw 1fr 1.33vw 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 4vw 1.33vw;
  }
}
/* ==========================================================================
 * *   HOME
 * *========================================================================== */
.main-visual .bx-wrapper .bx-controls .bx-controls-direction .bx-prev, .main-visual .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  position: absolute;
  top: -10px;
  bottom: 0;
  width: 42px;
  height: 42px;
  margin: auto;
  background: none;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 21px;
  z-index: 1;
}
.main-visual .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: calc(50% - 440px);
}
@media screen and (max-width: 640px) {
  .main-visual .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 4vw;
  }
}
.main-visual .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:after {
  content: "";
  background-image: url(https://gigaplus.makeshop.jp/piyoadmin/assets/image/top/arrow_top_bnr.svg);
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 6px);
  -webkit-transform: scale(1) rotate(180deg);
          transform: scale(1) rotate(180deg);
  width: 10px;
  height: 18px;
}
.main-visual .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: calc(50% - 440px);
}
@media screen and (max-width: 640px) {
  .main-visual .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 4vw;
  }
}
.main-visual .bx-wrapper .bx-controls .bx-controls-direction .bx-next:after {
  content: "";
  background-image: url(https://gigaplus.makeshop.jp/piyoadmin/assets/image/top/arrow_top_bnr.svg);
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 4px);
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 10px;
  height: 18px;
}

.topics {
  margin-top: 20px;
}
.topics .topicsSlide .splide__slide a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #E6E7F0;
  height: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.topics .topicsSlide .splide__slide a .text {
  font-size: 1.6rem;
  padding: 0.75em 1.25em 1em;
  line-height: 1.75;
  color: #060D43;
}
.topics .topicsSlide .splide__slide a .text .inner {
  overflow: hidden;
  text-overflow: normal;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media only screen and (max-width: 640px) {
  .topics {
    margin-top: 2.67vw;
  }
}
@media only screen and (max-width: 840px) {
  .topics .wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .topics .topicsSlide .splide__slide a:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 640px) {
  .topics .topicsSlide .splide__slide a .text {
    font-size: 2.93vw;
    padding: 0.5em 0.75em;
    line-height: 1.45;
  }
}
.homeNews {
  padding: 60px 0;
}
.homeNews .wrapper {
  position: relative;
}

@media only screen and (max-width: 640px) {
  .homeNews {
    padding: 6.4vw 0;
  }
}
.homeNews__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 20px;
}
.homeNews__list .item {
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  background: #fff;
  border-radius: 10px;
}
.homeNews__list .item a {
  color: #060D43;
  text-decoration: none;
  padding: 2em;
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.homeNews__list .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homeNews__list .item .head .category {
  font-size: 1.4rem;
  color: #FA381E;
}
.homeNews__list .item .head .date {
  font-size: 1.4rem;
  color: #666;
}
.homeNews__list .item .text {
  margin-top: 0.75em;
  overflow: hidden;
  text-overflow: normal;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 980px) {
  .homeNews__list {
    gap: 20px;
  }
}
@media only screen and (max-width: 840px) {
  .homeNews__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .homeNews__list {
    margin-top: 2.67vw;
    gap: 5.07vw;
  }
}
@media only screen and (max-width: 640px) {
  .homeNews__list .item {
    border-radius: 1.33vw;
    -webkit-filter: drop-shadow(0 0 0.8vw rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 0.8vw rgba(0, 0, 0, 0.16));
  }
}
@media only screen and (min-width: 769px) {
  .homeNews__list .item a:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 980px) {
  .homeNews__list .item a {
    padding: 1em 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  .homeNews__list .item a {
    padding: 0.75em 1em;
  }
}
@media only screen and (max-width: 640px) {
  .homeNews__list .item .head .category {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 640px) {
  .homeNews__list .item .head .date {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 640px) {
  .homeNews__list .item .text {
    margin-top: 0.5em;
    font-size: 3.73vw;
    line-height: 1.78;
  }
}
.homeNews .btn {
  position: absolute;
  top: 0.75em;
  right: 0;
}
.homeNews .btn a {
  display: block;
  background: #051069;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 5px;
  line-height: 1;
  padding: 0.5em 1.5em;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media only screen and (max-width: 840px) {
  .homeNews .btn {
    position: static;
    margin-top: 2em;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .homeNews .btn {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 769px) {
  .homeNews .btn a:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 840px) {
  .homeNews .btn a {
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  .homeNews .btn a {
    font-size: 3.2vw;
  }
}
.homeHowto {
  background: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  .homeHowto {
    padding: 6.4vw 0;
  }
}

.homeHowto__flow {
  max-width: 980px;
  margin: 40px auto 0;
}
.homeHowto__flow .item {
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 640px) {
  .homeHowto__flow .item {
    border-radius: 3vw;
  }
}
.homeHowto__flow .item + .item {
  margin-top: 40px;
}
.homeHowto__flow .head {
  background-color: #E94709;
  padding: 25px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homeHowto__flow .head .num {
  width: 70px;
  height: 70px;
  color: #fff;
  text-align: center;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 65px;
}
.homeHowto__flow .head .title {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-left: 0.5em;
  line-height: 1.05;
  width: calc(100% - 70px);
}
.homeHowto__flow .head .title span {
  display: inline-block;
}
.homeHowto__flow .body, .homeHowto__flow .item.delivery-st .body {
  display: -ms-grid;
  display: grid;
  padding: 25px;
  -ms-grid-columns: 48% 52%;
  grid-template-columns: 48% 52%;
  border: 5px solid #E94709;
  border-top: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 640px) {
  .homeHowto__flow .body, .homeHowto__flow .item.delivery-st .body {
    border-bottom-left-radius: 3vw;
    border-bottom-right-radius: 3vw;
  }
}
.homeHowto__flow .body .text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.81;
  padding-top: 2em;
  padding-left: 25px;
  padding-right: 25px;
}
.homeHowto__flow .body .text span {
  display: inline-block;
}
.homeHowto__flow .body .img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  width: 100%;
}
.homeHowto__flow .item.delivery-st .body .img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  width: 100%;
}
.homeHowto__flow .body .note {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  font-size: 1.4rem;
  line-height: 1.42;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 640px) {
  .homeHowto__flow {
    margin-top: 5.33vw;
  }
}
@media only screen and (max-width: 640px) {
  .homeHowto__flow .item + .item {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 640px) {
  .homeHowto__flow .head {
    padding: 3.33vw 4.67vw;
  }
}
@media only screen and (max-width: 640px) {
  .homeHowto__flow .head .num {
    width: 9.33vw;
    height: 9.33vw;
    font-size: 8.53vw;
    line-height: 8.67vw;
  }
}
@media only screen and (max-width: 640px) {
  .homeHowto__flow .head .title {
    font-size: 5.33vw;
    width: calc(100% - 9.33vw);
  }
}
@media only screen and (max-width: 840px) {
  .homeHowto__flow .body, .homeHowto__flow .item.delivery-st .body {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .homeHowto__flow .body, .homeHowto__flow .item.delivery-st .body {
    padding: 4vw 4vw 4vw;
  }
}
@media only screen and (max-width: 980px) {
  .homeHowto__flow .body .text {
    padding-top: 1em;
  }
}
@media only screen and (max-width: 840px) {
  .homeHowto__flow .body .text {
    text-align: center;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .homeHowto__flow .body .text {
    font-size: 3.73vw;
    line-height: 1.42;
  }
}
@media only screen and (max-width: 840px) {
  .homeHowto__flow .body .text span {
    display: block;
  }
}
@media only screen and (max-width: 840px) {
  .homeHowto__flow .body .img, .homeHowto__flow .item.delivery-st .body .img {
    width: 75%;
    margin: 0.5em auto;
  }
}
@media only screen and (max-width: 840px) {
  .homeHowto__flow .body .note {
    padding: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .homeHowto__flow .body .note {
    font-size: 2.4vw;
  }
}
.homeHowto .orderBtnWrap {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .homeHowto .orderBtnWrap {
    margin: 8vw auto 0;
  }
}
.homeHowto .orderBtnWrap button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
  height: auto;
  margin: 1rem auto;
  background-color: #fff;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .homeHowto .orderBtnWrap button {
    width: 72vw;
    height: 13.33vw;
  }
}
.homeHowto .orderBtnWrap button span {
  color: #E94709;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .homeHowto .orderBtnWrap button span {
    font-size: 4vw;
    font-weight: 600;
  }
}
.homeHowto .orderBtnWrap button span.pct {
  width: 34px;
  height: auto;
  margin-right: 2rem;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 640px) {
  .homeHowto .orderBtnWrap button span.pct {
    width: 7vw;
    margin-right: 2vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.homeHowto .orderBtnWrap button span.text {
  display: inline;
  text-decoration: underline;
}
.homeHowto .orderBtnWrap button:hover {
  opacity: 1;
}
.homeHowto .orderBtnWrap button:hover span {
  text-decoration: underline;
}

/* ==========================================================================
 * *  Select
 * *========================================================================== */
.flowList {
  padding: 60px 0;
}

@media only screen and (max-width: 640px) {
  .flowList {
    padding: 3.33vw 0 4.67vw;
  }
}
.flowList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.selectShop .wrapper {
  max-width: 980px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .selectShop .wrapper {
    padding-bottom: 0;
  }
}
.selectShop__textform {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px;
  grid-template-columns: 1fr 60px;
}

@media only screen and (max-width: 640px) {
  .selectShop__textform {
    margin-top: 4.67vw;
    -ms-grid-columns: 1fr 12vw;
    grid-template-columns: 1fr 12vw;
  }
}
.selectShop__text {
  width: 100%;
  border: #E9E9E9 1px solid;
  background: #F7F7F7;
  font-size: 1.6rem;
  padding: 1em 1.25em;
  border-radius: 5px 0 0 5px;
}
.selectShop__text::-webkit-input-placeholder {
  opacity: 0.5;
  color: #000;
}
.selectShop__text::-moz-placeholder {
  opacity: 0.5;
  color: #000;
}
.selectShop__text:-ms-input-placeholder {
  opacity: 0.5;
  color: #000;
}
.selectShop__text::-ms-input-placeholder {
  opacity: 0.5;
  color: #000;
}
.selectShop__text::placeholder {
  opacity: 0.5;
  color: #000;
}

@media only screen and (max-width: 640px) {
  .selectShop__text {
    font-size: 3.73vw;
    border-radius: 0.67vw 0 0 0.67vw;
  }
}
.selectShop__btn {
  border: none;
  background: #051069;
  padding: 10px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
  .selectShop__btn:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 640px) {
  .selectShop__btn {
    padding: 2.27vw;
    font-size: 3.73vw;
    border-radius: 0 0.67vw 0.67vw 0;
  }
}
.selectShop .mapArea {
  margin-top: 40px;
  background: #F7F7F7;
}
.selectShop .mapArea .googlemap iframe {
  width: 100%;
  height: 100%;
}
.selectShop .mapArea .listArea {
  height: 100%;
  overflow-y: auto;
}
.selectShop .mapArea .listArea .inner {
  padding: 2px 20px 20px;
}
.selectShop .mapArea .shopList .splide__track {
  overflow: visible;
}
.selectShop .mapArea .shopList .splide__slide {
  margin-top: 18px;
  position: relative;
  background: #fff;
  padding: 1em;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.selectShop .mapArea .shopList .splide__slide .checkbox {
  width: 24px;
  height: 24px;
  border: #051069 3px solid;
  border-radius: 4px;
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.selectShop .mapArea .shopList .splide__slide .shopName {
  font-size: 1.4rem;
  font-weight: 700;
  color: #051069;
}
.selectShop .mapArea .shopList .splide__slide .shopAddress, .selectShop .mapArea .shopList .splide__slide .shopAttributes-a, .selectShop .mapArea .shopList .splide__slide .shopAttributes-b {
  margin-top: 0.75em;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.42;
  overflow: hidden;
  text-overflow: normal;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.selectShop .mapArea .shopList .splide__slide .shopDetail {
  margin-top: 0.5em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #051069;
  text-align: right;
}
.selectShop .mapArea .shopList .splide__slide .target {
  /*display: none; */
  /*編集20240627 */
}
.selectShop .mapArea .shopList .splide__slide .targetInner {
  padding-top: 1em;
}
.selectShop .mapArea .shopList .splide__slide .targetInner .table {
  width: 100%;
}
.selectShop .mapArea .shopList .splide__slide .targetInner .table tr {
  border-bottom: #fff 10px solid;
}
.selectShop .mapArea .shopList .splide__slide .targetInner .table th, .selectShop .mapArea .shopList .splide__slide .targetInner .table td {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.28;
}
.selectShop .mapArea .shopList .splide__slide .targetInner .table th a, .selectShop .mapArea .shopList .splide__slide .targetInner .table td a {
  color: #000;
}
.selectShop .mapArea .shopList .splide__slide .targetInner .table th span {
  background: #ECECEC;
  padding: 0.5em;
  display: block;
}
.selectShop .mapArea .shopList .splide__slide .targetInner .table td {
  padding: 0.5em 0 0.5em 1em;
}
.selectShop .mapArea .shopList .splide__slide.no-active {
  display: none;
}
.selectShop .mapArea .shopList .splide__slide.is-focus {
  cursor: auto;
}
.selectShop .mapArea .shopList .splide__slide.is-focus .checkbox {
  background: #051069;
  cursor: pointer;
}
.selectShop .mapArea .shopList .splide__slide.is-focus .checkbox::after {
  content: "";
  width: 12px;
  height: 6px;
  border-bottom: #fff 2px solid;
  border-left: #fff 2px solid;
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.selectShop .mapArea .shopList .splide__slide.is-focus .shopDetail {
  display: none;
}
.selectShop .mapArea .shopList .splide__slide.is-focus .target {
  display: block;
}

@media only screen and (max-width: 640px) {
  .selectShop .mapArea {
    display: block;
    margin: 5.33vw -5vw 0;
    height: 108.8vw;
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  .selectShop .mapArea .listArea {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .selectShop .mapArea .listArea .inner {
    padding: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .selectShop .mapArea .shopList #shopList-list.noScroll {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}
@media only screen and (max-width: 640px) {
  .selectShop .mapArea .shopList .splide__slide {
    padding-top: 8vw;
    padding-bottom: 5.33vw;
    background: #F9F9F9;
    border-radius: 10px 10px 0 0;
    position: relative;
  }
  .selectShop .mapArea .shopList .splide__slide::before {
    content: "";
    width: 60px;
    height: 5px;
    background: #d6d6d6;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .selectShop .mapArea .shopList .splide__slide .checkbox:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 640px) {
  .selectShop .mapArea .shopList .splide__slide .checkbox {
    border-radius: 2px;
    top: 11.2vw;
    width: 4.8vw;
    height: 4.8vw;
    border-width: 2px;
  }
}
@media only screen and (max-width: 640px) {
  .selectShop .mapArea .shopList .splide__slide .shopName {
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 640px) {
  .selectShop .mapArea .shopList .splide__slide .shopAddress, .selectShop .mapArea .shopList .splide__slide .shopAttributes-a, .selectShop .mapArea .shopList .splide__slide .shopAttributes-b {
    margin-top: 0.5em;
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 640px) {
  .selectShop .mapArea .shopList .splide__slide .shopDetail {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .selectShop .mapArea .shopList .splide__slide .targetInner .table tr {
    border-color: #f9f9f9;
  }
}
@media only screen and (max-width: 640px) {
  .selectShop .mapArea .shopList .splide__slide.is-focus {
    width: calc(100% + 15vw) !important;
    margin: 0 -7.5vw;
    z-index: 99999;
    max-height: 108.8vw;
    overflow-y: auto;
    border-radius: 0;
  }
}
@media only screen and (max-width: 640px) {
  .selectShop .mapArea .shopList .backbtn {
    width: 56vw;
    margin: 1em auto 0;
  }
}
.selectDate .wrapper, .selectProduct .wrapper {
  position: relative;
}

.selectDate .wrapper + .wrapper, .selectProduct .wrapper + .wrapper {
  max-width: 980px;
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .selectDate .wrapper + .wrapper, .selectProduct .wrapper + .wrapper {
    margin-top: 3.73vw;
  }
}
.selectDate .selectedArea, .selectProduct .selectedArea {
  background: #E5E6F0;
  padding: 1em 1.5em;
  font-size: 2rem;
  font-weight: 700;
  color: #051069;
  line-height: 1;
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  .selectDate .selectedArea, .selectProduct .selectedArea {
    font-size: 4.27vw;
    margin-top: 2.67vw;
    padding: 0.75em;
  }
}
.selectDate__title {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 60px;
  border-top: 1px #060d43 solid;
  padding-top: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.selectDate__title::before {
  content: "\e916";
  font-size: 2.3rem;
  font-family: "Material Icons";
  margin-right: 5px;
}
.selectDate__title:nth-of-type(2)::before {
  content: "\e8b5";
}
.selectDate__title:nth-of-type(3)::before {
  content: "\e425";
}
.selectDate__title:nth-of-type(4)::before {
  content: "\ea5b";
}

@media only screen and (max-width: 640px) {
  .selectDate__title {
    font-size: 4.27vw;
    margin-top: 6.67vw;
    padding-top: 5px;
  }
  .selectDate__title::before {
    font-size: 2rem;
  }
}
.selectDate .calendar, .selectProduct .calendar {
  margin-top: 1em;
}

@media only screen and (max-width: 640px) {
  .selectDate .calendar, .selectProduct .calendar {
    margin-top: 1.87vw;
  }
}
.selectDate .calendar .head, .selectProduct .calendar .head {
  background: #E5E6F0;
  padding: 0.25em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .selectDate .calendar .head, .selectProduct .calendar .head {
    padding: 0.125em 1em;
    font-size: 3.73vw;
  }
}
.selectDate .calendar .head .month, .selectProduct .calendar .head .month {
  font-size: 2.4rem;
}

@media only screen and (max-width: 640px) {
  .selectDate .calendar .head .month, .selectProduct .calendar .head .month {
    font-size: 4.27vw;
  }
}
.selectDate .calendar .head .prev, .selectProduct .calendar .head .prev, .selectDate .calendar .head .next, .selectProduct .calendar .head .next {
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
  .selectDate .calendar .head .prev:hover, .selectProduct .calendar .head .prev:hover, .selectDate .calendar .head .next:hover, .selectProduct .calendar .head .next:hover {
    opacity: 0.75;
  }
}
.selectDate .calendar .head .prev:after, .selectProduct .calendar .head .prev:after, .selectDate .calendar .head .next:after, .selectProduct .calendar .head .next:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}

.selectDate .calendar .head .prev, .selectProduct .calendar .head .prev {
  padding-left: 1em;
}

.selectDate .calendar .head .prev:after, .selectProduct .calendar .head .prev:after {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.selectDate .calendar .head .next, .selectProduct .calendar .head .next {
  padding-right: 1em;
}

.selectDate .calendar .head .next:after, .selectProduct .calendar .head .next:after {
  right: 0;
}

.selectDate .calendar .body, .selectProduct .calendar .body {
  margin-top: 5px;
}

.selectDate .calendar .body .week, .selectProduct .calendar .body .week {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

@media only screen and (max-width: 640px) {
  .selectDate .calendar .body .week, .selectProduct .calendar .body .week {
    gap: 1.07vw;
  }
}
.selectDate .calendar .body .week .weekday, .selectProduct .calendar .body .week .weekday {
  text-align: center;
  padding: 0.5em;
  font-size: 1.8rem;
  font-weight: 700;
  background: rgba(5, 16, 105, 0.2);
}

@media only screen and (max-width: 640px) {
  .selectDate .calendar .body .week .weekday, .selectProduct .calendar .body .week .weekday {
    font-size: 3.73vw;
    padding: 0;
  }
}
/*.selectDate .calendar .body .week .weekday:nth-last-child(2), .selectProduct .calendar .body .week .weekday:nth-last-child(2) { */
/*  background: rgba(5, 16, 105, 0.5); */
/*  color: #fff; */
/*} */
.selectDate .calendar .body .week .weekday:nth-last-child(2), .selectProduct .calendar .body .week .weekday:nth-last-child(2) {
  background: rgba(5, 16, 105, 0.5);
  color: #fff;
}

/*.selectDate .calendar .body .week .weekday:last-child, .selectProduct .calendar .body .week .weekday:last-child { */
/*  background: rgba(250, 56, 30, 0.8); */
/*  color: #fff; */
/*} */
.selectDate .calendar .body .week .weekday:last-child, .selectProduct .calendar .body .week .weekday:last-child {
  background: rgba(250, 56, 30, 0.8);
  color: #fff;
}

.selectDate .calendar .body .day, .selectProduct .calendar .body .day {
  margin-top: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

@media only screen and (max-width: 640px) {
  .selectDate .calendar .body .day, .selectProduct .calendar .body .day {
    gap: 1.07vw;
  }
}
.selectDate .calendar .body .day input[type=radio], .selectProduct .calendar .body .day input[type=radio] {
  display: none;
}

.selectDate .calendar .body .day input[type=radio] + label, .selectProduct .calendar .body .day input[type=radio] + label {
  text-align: center;
  padding: 0.5em;
  font-size: 2.4rem;
  font-weight: 700;
  background: #f0f0f0;
  border-radius: 5px;
  border: #d8d8d8 1px solid;
  color: #3e436b;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
  .selectDate .calendar .body .day input[type=radio] + label:hover, .selectProduct .calendar .body .day input[type=radio] + label:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 640px) {
  .selectDate .calendar .body .day input[type=radio] + label, .selectProduct .calendar .body .day input[type=radio] + label {
    padding: 0.25em;
    font-size: 4.27vw;
  }
}
.selectDate .calendar .body .day input[type=radio][disabled] + label, .selectProduct .calendar .body .day input[type=radio][disabled] + label {
  font-weight: 400;
  background: #fbfbfb;
  border-color: #fbfbfb;
  color: #d4d4d4;
  cursor: auto;
  pointer-events: none;
}

/*.selectDate .calendar .body .day input[type=radio]:nth-of-type(7n+6)[disabled] + label, .selectProduct .calendar .body .day input[type=radio]:nth-of-type(7n+6)[disabled] + label, .selectDate .calendar .body .day input[type=radio]:nth-of-type(7n+7)[disabled] + label, .selectProduct .calendar .body .day input[type=radio]:nth-of-type(7n+7)[disabled] + label { */
/*  background: #ececec; */
/*} */
.selectDate .calendar .body .day input[type=radio]:nth-of-type(7n+1)[disabled] + label, .selectProduct .calendar .body .day input[type=radio]:nth-of-type(7n+1)[disabled] + label, .selectDate .calendar .body .day input[type=radio]:nth-of-type(7n+7)[disabled] + label, .selectProduct .calendar .body .day input[type=radio]:nth-of-type(7n+7)[disabled] + label {
  background: #ececec;
}

.selectDate .calendar .body .day input[type=radio]:checked + label, .selectProduct .calendar .body .day input[type=radio]:checked + label {
  background: #FFC46F;
  border-color: #FFC46F;
}

.selectDate .time, .selectProduct .time {
  margin-top: 1em;
}

@media only screen and (max-width: 640px) {
  .selectDate .time, .selectProduct .time {
    margin-top: 1.87vw;
  }
}
.selectDate .time .hour, .selectProduct .time .hour, .selectDate .time .minute, .selectProduct .time .minute {
  margin-top: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 5px;
}

@media only screen and (max-width: 640px) {
  .selectDate .time .hour, .selectProduct .time .hour, .selectDate .time .minute, .selectProduct .time .minute {
    -ms-grid-columns: 1fr 1.07vw 1fr 1.07vw 1fr 1.07vw 1fr 1.07vw 1fr 1.07vw 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.07vw;
  }
}
.selectDate .time .hour input[type=radio], .selectProduct .time .hour input[type=radio], .selectDate .time .minute input[type=radio], .selectProduct .time .minute input[type=radio] {
  display: none;
}

.selectDate .time .hour input[type=radio] + label, .selectProduct .time .hour input[type=radio] + label, .selectDate .time .minute input[type=radio] + label, .selectProduct .time .minute input[type=radio] + label {
  text-align: center;
  padding: 1em 0.5em;
  font-size: 1.8rem;
  font-weight: 700;
  background: #f0f0f0;
  border-radius: 5px;
  border: #d8d8d8 1px solid;
  color: #3e436b;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
  .selectDate .time .hour input[type=radio] + label:hover, .selectProduct .time .hour input[type=radio] + label:hover, .selectDate .time .minute input[type=radio] + label:hover, .selectProduct .time .minute input[type=radio] + label:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 640px) {
  .selectDate .time .hour input[type=radio] + label, .selectProduct .time .hour input[type=radio] + label, .selectDate .time .minute input[type=radio] + label, .selectProduct .time .minute input[type=radio] + label {
    padding: 0.5em 0.125em;
    font-size: 4vw;
  }
}
.selectDate .time .hour input[type=radio][disabled] + label, .selectProduct .time .hour input[type=radio][disabled] + label, .selectDate .time .minute input[type=radio][disabled] + label, .selectProduct .time .minute input[type=radio][disabled] + label {
  font-weight: 400;
  background: none;
  border: none;
  color: #d4d4d4;
  cursor: auto;
  pointer-events: none;
}

.selectDate .time .hour input[type=radio]:checked + label, .selectProduct .time .hour input[type=radio]:checked + label, .selectDate .time .minute input[type=radio]:checked + label, .selectProduct .time .minute input[type=radio]:checked + label {
  background: #FFC46F;
  border-color: #FFC46F;
}

.selectDate .time .minute, .selectProduct .time .minute {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

@media only screen and (max-width: 640px) {
  .selectDate .time .minute, .selectProduct .time .minute {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.selectDate .note, .selectProduct .note {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .selectDate .note, .selectProduct .note {
    font-size: 3.2vw;
  }
}
.selectDate .delivery-time p {
  margin: 1rem 0 0.5rem;
  padding: 2rem;
  color: #051069;
  font-weight: 500;
  background-color: #f5f5f5;
  border-radius: 10px;
  text-align: center;
}
.selectDate .delivery-time p span.t-until {
  display: inline-block;
  margin: 0 1rem;
  font-size: 3rem;
}
.selectDate .backbtn {
  margin: 60px auto 40px;
  max-width: 360px;
  padding: 1.5em;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media only screen and (max-width: 640px) {
  .selectDate .delivery-time p {
    margin: 1.5vw 0;
    padding: 1.2rem;
    font-size: 4.27vw;
  }
}
@media only screen and (max-width: 640px) {
  .selectDate .delivery-time p span.t-until {
    margin: 0 0.5rem;
    font-size: 7vw;
  }
}
.selectProduct .backbtn {
  margin: 60px auto 40px;
  max-width: 360px;
  padding: 1.5em;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.selectProduct .wrapper + .wrapper {
  max-width: 1280px;
}
.selectProduct .tabBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #051069 2px solid;
  padding: 0 40px;
  gap: 2px;
}
.selectProduct .tabBtn .item {
  background: #ECECEC;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  font-weight: 700;
  color: #051069;
  padding: 0.5em 2.5em;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.selectProduct .tabBtn .item.is-active {
  background: #051069;
  color: #fff;
}
.selectProduct .targetArea .target {
  display: none;
}
.selectProduct .targetArea .outer {
  padding-top: 40px;
}
.selectProduct .targetArea .tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  gap: 10px;
  margin-bottom: 40px;
}
.selectProduct .targetArea .tagList .item a {
  display: block;
  background: #ECECEC;
  text-decoration: none;
  border: #CCCCCC 1px solid;
  border-radius: 5px;
  font-size: 1.6rem;
  color: #051069;
  padding: 0.25em 1.5em;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.selectProduct .targetArea .productList {
  background: #F4F4F4;
  padding: 40px;
}
.selectProduct .targetArea .productList + .productList {
  padding-top: 0;
}
.selectProduct .targetArea .productList:last-child {
  padding-bottom: 60px;
}
.selectProduct .targetArea .productList__title {
  font-size: 2rem;
  font-weight: 700;
  color: #051069;
}
.selectProduct .targetArea .productList__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.selectProduct .targetArea .productList__list .item {
  background: #fff;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
  overflow: hidden;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 4% 63%;
  grid-template-columns: 33% 63%;
  gap: 4%;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.selectProduct .targetArea .productList__list .item .img img {
  width: 100%;
}
.selectProduct .targetArea .productList__list .item .title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}
.selectProduct .targetArea .productList__list .item .price {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
  margin-top: 0.5em;
}

@media only screen and (min-width: 769px) {
  .selectDate .backbtn:hover, .selectProduct .backbtn:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 640px) {
  .selectDate .backbtn, .selectProduct .backbtn {
    margin: 6.67vw auto 4.8vw;
    padding: 1em;
    max-width: 56vw;
    font-size: 3.47vw;
  }
}
@media only screen and (max-width: 640px) {
  .selectProduct .wrapper .selectedArea {
    margin: 2.5vw -5vw 0;
  }
}
@media only screen and (max-width: 640px) {
  .selectProduct .wrapper + .wrapper {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .selectProduct .tabBtn {
    padding: 0 5vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media only screen and (min-width: 769px) {
  .selectProduct .tabBtn .item:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 980px) {
  .selectProduct .tabBtn .item {
    font-size: 1.6rem;
    padding: 1em 0;
    text-align: center;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .selectProduct .tabBtn .item {
    padding: 0.5em 0;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 640px) {
  .selectProduct .targetArea .outer {
    padding-top: 5.33vw;
  }
}
@media only screen and (max-width: 840px) {
  .selectProduct .targetArea .tagList {
    padding: 0 5vw;
  }
}
@media only screen and (max-width: 640px) {
  .selectProduct .targetArea .tagList {
    padding: 0 5vw;
    gap: 1.33vw;
    margin-bottom: 5.33vw;
  }
}
@media only screen and (min-width: 769px) {
  .selectProduct .targetArea .tagList .item a:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 840px) {
  .selectProduct .targetArea .tagList .item a {
    padding: 0.25em 1em;
  }
}
@media only screen and (max-width: 640px) {
  .selectProduct .targetArea .tagList .item a {
    font-size: 3.73vw;
    padding: 0.25em;
  }
}
@media only screen and (max-width: 840px) {
  .selectProduct .targetArea .productList {
    padding: 5.33vw 5vw;
  }
}
@media only screen and (max-width: 640px) {
  .selectProduct .targetArea .productList:last-child {
    padding-bottom: 8vw;
  }
}
@media only screen and (max-width: 640px) {
  .selectProduct .targetArea .productList__title {
    font-size: 4.27vw;
  }
}
@media only screen and (max-width: 1280px) {
  .selectProduct .targetArea .productList__list {
    gap: 10px;
  }
}
@media only screen and (max-width: 980px) {
  .selectProduct .targetArea .productList__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .selectProduct .targetArea .productList__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  .selectProduct .targetArea .productList__list .item:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 840px) {
  .selectProduct .targetArea .productList__list .item {
    border-radius: 2.67vw;
    padding: 2.67vw;
    -ms-grid-columns: 46% 50%;
    grid-template-columns: 46% 50%;
    -webkit-filter: drop-shadow(0 0 1.33vw rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 1.33vw rgba(0, 0, 0, 0.16));
  }
}
@media only screen and (max-width: 1280px) {
  .selectProduct .targetArea .productList__list .item .title {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .selectProduct .targetArea .productList__list .item .title {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 1280px) {
  .selectProduct .targetArea .productList__list .item .price {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .selectProduct .targetArea .productList__list .item .price {
    font-size: 4vw;
    margin-top: 0.75em;
  }
}
@media only screen and (max-width: 1280px) {
  .selectProduct .targetArea .productList__list .item .price + .price {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 840px) {
  .selectProduct .targetArea .productList__list .item .price + .price {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 640px) {
  .selectProduct .targetArea .productList__list .item .price + .price {
    font-size: 3.2vw;
    padding-left: 0.75em;
  }
}
.nutrient .balance_area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nutrient .balance_area .chart {
  width: 330px;
  margin: 0 auto;
}
.nutrient .balance_area .chart .chartArea {
  height: 140px;
  margin-top: 150px;
}
.nutrient .balance_area .chart .chartArea .updating {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  top: 140px;
  margin: auto;
}
.nutrient .balance_area .chart .chartArea .each_ingredient {
  position: relative;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:after {
  font-size: 1.3rem;
  display: block;
  font-weight: bold;
  position: absolute;
}
.nutrient .balance_area .chart .chartArea .each_ingredient_inner {
  position: relative;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:hover .graph_percentage {
  /*opacity: 1; */
  opacity: 0;
}
.nutrient .balance_area .chart .chartArea .each_ingredient .graph_percentage {
  position: absolute;
  font-size: 1rem;
  padding: 2px 10px;
  background-color: #fff;
  border-radius: 3px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.nutrient .balance_area .chart .chartArea .each_ingredient span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.nutrient .balance_area .chart .chartArea .each_ingredient span.scale03 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 57.5px 99px 57.5px;
  z-index: 1;
}
.nutrient .balance_area .chart .chartArea .each_ingredient span.scale03.on:before {
  content: "";
  display: block;
  width: 1px;
  height: 33px;
  position: absolute;
  margin: 0 auto;
  top: 66px;
  bottom: 0;
  left: -0.5px;
  right: 0px;
  z-index: 6;
}
.nutrient .balance_area .chart .chartArea .each_ingredient span.scale02 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 38px 65.8px 38px;
  z-index: 2;
}
.nutrient .balance_area .chart .chartArea .each_ingredient span.scale02.on:before {
  content: "";
  display: block;
  width: 1px;
  height: 29px;
  position: absolute;
  margin: 0 auto;
  top: 36px;
  bottom: 0;
  left: -0.5px;
  right: 0px;
  z-index: 6;
}
.nutrient .balance_area .chart .chartArea .each_ingredient span.scale02:after {
  content: "";
  display: block;
  height: 0px;
  position: absolute;
  width: 72px;
  left: -38px;
  top: 64px;
  border: 1px dashed #fff;
}
.nutrient .balance_area .chart .chartArea .each_ingredient span.scale01 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 32.9px 19px;
  z-index: 3;
}
.nutrient .balance_area .chart .chartArea .each_ingredient span.scale01.on:before {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  position: absolute;
  background-color: #000;
  margin: 0 auto;
  top: 4px;
  bottom: 0;
  left: -0.5px;
  right: 0px;
  z-index: 6;
}
.nutrient .balance_area .chart .chartArea .each_ingredient span.scale01:after {
  content: "";
  display: block;
  height: 0px;
  position: absolute;
  width: 36px;
  left: -18px;
  top: 32px;
  border: 1px dashed #fff;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(1):after {
  right: 40px;
  top: -115px;
  content: "カルシウム";
  color: #e1422d;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(1) .graph_percentage {
  top: -72px;
  right: 100px;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(1) .each_ingredient_inner {
  -webkit-transform: rotate(-150deg) translate(2px, 10px);
          transform: rotate(-150deg) translate(2px, 10px);
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(1) .each_ingredient_inner span {
  border-color: transparent transparent #fef5f2 transparent;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(1) .each_ingredient_inner span.on {
  border-color: transparent transparent #f6b9a5 transparent;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(1) .each_ingredient_inner span.on:before {
  background-color: #f6b9a5;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(2):after {
  right: -26px;
  top: 0;
  content: "マグネシウム";
  color: #9aa553;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(2) .graph_percentage {
  top: -10px;
  right: 74px;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(2) .each_ingredient_inner {
  -webkit-transform: rotate(-90deg) translate(0px, 6px);
          transform: rotate(-90deg) translate(0px, 6px);
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(2) .each_ingredient_inner span {
  border-color: transparent transparent #FBFFE5 transparent;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(2) .each_ingredient_inner span.on {
  border-color: transparent transparent #e3ecab transparent;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(2) .each_ingredient_inner span.on:before {
  background-color: #e3ecab;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(3):after {
  right: 40px;
  top: 100px;
  content: "ビタミンA";
  color: #8fa553;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(3) .graph_percentage {
  top: 50px;
  right: 100px;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(3) .each_ingredient_inner {
  -webkit-transform: rotate(-30deg) translate(-2px, 10px);
          transform: rotate(-30deg) translate(-2px, 10px);
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(3) .each_ingredient_inner span {
  border-color: transparent transparent #e9fdec transparent;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(3) .each_ingredient_inner span.on {
  border-color: transparent transparent #b7dcbc transparent;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(3) .each_ingredient_inner span.on:before {
  background-color: #b7dcbc;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(4):after {
  left: 35px;
  top: 100px;
  content: "ビタミンC";
  color: #a772b8;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(4) .graph_percentage {
  top: 50px;
  left: 100px;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(4) .each_ingredient_inner {
  -webkit-transform: rotate(30deg) translate(-3px, 12px);
          transform: rotate(30deg) translate(-3px, 12px);
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(4) .each_ingredient_inner span {
  border-color: transparent transparent #fbf0ff transparent;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(4) .each_ingredient_inner span.on {
  border-color: transparent transparent #c8acd1 transparent;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(4) .each_ingredient_inner span.on:before {
  background-color: #c8acd1;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(5):after {
  left: -18px;
  top: 0;
  content: "ビタミンD";
  color: #a4866b;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(5) .graph_percentage {
  top: -10px;
  left: 74px;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(5) .each_ingredient_inner {
  -webkit-transform: rotate(90deg) translate(0px, 14px);
          transform: rotate(90deg) translate(0px, 14px);
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(5) .each_ingredient_inner span {
  border-color: transparent transparent #f8f5f1 transparent;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(5) .each_ingredient_inner span.on {
  border-color: transparent transparent #d2b9a3 transparent;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(5) .each_ingredient_inner span.on:before {
  background-color: #d2b9a3;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(6):after {
  left: 36px;
  top: -115px;
  content: "ビタミンE";
  color: #dd933f;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(6) .graph_percentage {
  top: -72px;
  left: 100px;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(6) .each_ingredient_inner {
  -webkit-transform: rotate(150deg) translate(3px, 12px);
          transform: rotate(150deg) translate(3px, 12px);
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(6) .each_ingredient_inner span {
  border-color: transparent transparent #FFF2E5 transparent;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(6) .each_ingredient_inner span.on {
  border-color: transparent transparent #f3c189 transparent;
}
.nutrient .balance_area .chart .chartArea .each_ingredient:nth-of-type(6) .each_ingredient_inner span.on:before {
  background-color: #f3c189;
}
.nutrient .balloon_area {
  padding-left: 10px;
}
.nutrient .balloon_area table {
  border-collapse: collapse;
  width: 100%;
}
.nutrient .balloon_area table tr {
  border-bottom: 1px dotted #aaaaaa;
}
.nutrient .balloon_area table tr th {
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 12px;
  vertical-align: middle;
}
.nutrient .balloon_area table tr th span {
  font-size: 1rem;
}
.nutrient .balloon_area table tr th:nth-of-type(1) {
  width: 130px;
}
.nutrient .balloon_area table tr th:nth-of-type(2), .nutrient .balloon_area table tr th:nth-of-type(3) {
  width: 80px;
}
.nutrient .balloon_area table tr td {
  text-align: center;
  padding: 13px 0;
  font-size: 1.2rem;
}
.nutrient .balloon_area table tr td.label {
  text-align: left;
  padding-left: 38px;
  background-position: left 10px center;
  background-repeat: no-repeat;
}
.nutrient .balloon_area table tr:nth-of-type(2) .label {
  background-image: url("../images/icon/icon_chart_01.png");
}
.nutrient .balloon_area table tr:nth-of-type(3) .label {
  background-image: url("../images/icon/icon_chart_02.png");
}
.nutrient .balloon_area table tr:nth-of-type(4) .label {
  background-image: url("../images/icon/icon_chart_03.png");
}
.nutrient .balloon_area table tr:nth-of-type(5) .label {
  background-image: url("../images/icon/icon_chart_04.png");
}
.nutrient .balloon_area table tr:nth-of-type(6) .label {
  background-image: url("../images/icon/icon_chart_05.png");
}
.nutrient .balloon_area table tr:nth-of-type(7) .label {
  background-image: url("../images/icon/icon_chart_06.png");
}
.nutrient .balloon_area .note {
  margin-top: 14px;
  padding: 0 16px;
}
.nutrient .balloon_area .note span {
  display: block;
  font-size: 1.1rem;
  margin-left: 2.5em;
  text-indent: -2.5em;
}
.nutrient .balloon_area .note span + span {
  margin-top: 6px;
}
.nutrient.graph2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.nutrient .graph_area .title {
  font-size: 1.8rem;
  font-weight: 700;
}
.nutrient .graph_area .ratio {
  margin: 0.5em 0;
}
.nutrient .graph_area .ratio li {
  padding: 5px 0 5px 20px;
  font-size: 1.2rem;
}
.nutrient .graph_area .ratio li:nth-child(1) {
  background: url("../images/icon/icon_graph_01.png") no-repeat left center;
}
.nutrient .graph_area .ratio li:nth-child(2) {
  background: url("../images/icon/icon_graph_02.png") no-repeat left center;
}
.nutrient .graph_area .ratio li:nth-child(3) {
  background: url("../images/icon/icon_graph_03.png") no-repeat left center;
}
.nutrient .graph_area .graph {
  width: 250px;
  height: 250px;
  position: relative;
  margin: 0 auto;
}
.nutrient .graph_area .graph .graphArea span {
  background-color: #faf8f0;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 1rem;
}
.nutrient .data {
  background: url("../images/common/border_dotted.png") repeat-x left bottom;
  display: inline-block;
  margin-left: 38px;
  vertical-align: top;
}
.nutrient .data dl {
  background: url("../images/common/border_dotted.png") repeat-x left top;
  display: table;
  padding: 15px 0;
  width: 100%;
}
.nutrient .data dl dt {
  display: table-cell;
}
.nutrient .data dl dd {
  display: table-cell;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .nutrient .balance_area {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .balance_area .chart {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .balance_area .chart .chartArea {
    height: 170px;
    margin-top: 140px;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .balloon_area {
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .balloon_area table tr th {
    font-size: 1.33vw;
    padding-bottom: 3px;
    line-height: 1.35;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .balloon_area table tr th span {
    font-size: 1.33vw;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .balloon_area table tr th:nth-of-type(1) {
    width: 32%;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .balloon_area table tr th:nth-of-type(2) {
    width: 20%;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .balloon_area table tr th:nth-of-type(3) {
    width: 20%;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .balloon_area table tr td {
    padding: 6px 0;
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .balloon_area table tr td.label {
    padding-left: 5vw;
    background-size: 2.5vw;
    background-position: left 3px center;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .balloon_area .note {
    margin-top: 1em;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .balloon_area .note span {
    font-size: 1.33vw;
    margin-left: 5em;
    text-indent: -5em;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient.graph2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .graph_area .title {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .graph_area .ratio li {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .graph_area .graph {
    width: 60vw;
    height: 60vw;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .graph_area .graph canvas {
    width: 60vw;
    height: 60vw;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .graph_area .graph .graphArea span {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .data {
    margin-left: 0;
    margin-top: 2em;
  }
}
@media only screen and (max-width: 640px) {
  .nutrient .data dl {
    padding: 0.5em 0;
    font-size: 2.67vw;
  }
}
/* ==========================================================================
 * *  Cart
 * *========================================================================== */
.cart .wrapper {
  position: relative;
}

.cart__list {
  margin-top: 40px;
}
.cart__list .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 38px 1fr;
  grid-template-columns: 200px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 38px;
  border-bottom: #CCCCCC 1px solid;
  padding: 40px 0;
}
.cart__list .img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.cart__list .img img {
  width: 100%;
}
.cart__list .textArea {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.cart__list .textArea .titleArea .title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}
.cart__list .textArea .titleArea .data {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
  margin-top: 0.75em;
}
.cart__list .subtotalArea {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart__list .subtotalArea .subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ECECEC;
  padding: 0.25em 1em;
  border-radius: 10px;
  width: 300px;
  font-size: 1.6rem;
  font-weight: 700;
}
.cart__list .subtotalArea .subtotal dd {
  font-size: 2rem;
}
.cart__list .subtotalArea .subtotal dd .tax {
  font-size: 1.6rem;
}
.cart__list .subtotalArea .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.cart__list .subtotalArea .quantity .selectArea {
  background: #ECECEC;
  border-radius: 10px;
  width: 120px;
  font-size: 1.8rem;
  padding: 0;
  position: relative;
}
.cart__list .subtotalArea .quantity .selectArea:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: #060D43 2px solid;
  border-bottom: #060D43 2px solid;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.cart__list .subtotalArea .quantity .selectArea select {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  color: #060D43;
  outline: 0;
  text-align: center;
  cursor: pointer;
  padding: 0.5em 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cart__list .subtotalArea .quantity .unit {
  font-size: 1.6rem;
  padding-left: 0.75em;
}
.cart__list .subtotalArea .deleteBtn {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.cart__list .subtotalArea .deleteBtn .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
  font-size: 3rem;
  color: #051069;
}

@media only screen and (max-width: 640px) {
  .cart__list {
    margin-top: 5.33vw;
  }
}
@media only screen and (max-width: 640px) {
  .cart__list .item {
    -ms-grid-columns: 26.67vw 3.73vw 1fr;
    grid-template-columns: 26.67vw 1fr;
    gap: 0 3.73vw;
    padding: 0 0 8vw;
    border: none;
  }
}
@media only screen and (max-width: 640px) {
  .cart__list .img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media only screen and (max-width: 640px) {
  .cart__list .textArea .titleArea .title {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 640px) {
  .cart__list .textArea .titleArea .data {
    font-size: 3.2vw;
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 980px) {
  .cart__list .subtotalArea .subtotal {
    width: 220px;
  }
}
@media only screen and (max-width: 840px) {
  .cart__list .subtotalArea .subtotal {
    width: 28vw;
  }
}
@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea .subtotal {
    padding: 0.125em 0.5em;
    width: 62.27vw;
    font-size: 4.27vw;
    border-radius: 1.33vw;
  }
}
@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea .subtotal dd {
    font-size: 4.27vw;
  }
}
@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea .subtotal dd .tax {
    font-size: 4.27vw;
  }
}
@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea .quantity {
    margin-left: 2.67vw;
  }
}
@media only screen and (max-width: 840px) {
  .cart__list .subtotalArea .quantity .selectArea {
    width: 15vw;
  }
}
@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea .quantity .selectArea {
    border-radius: 1.33vw;
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea .quantity .selectArea:after {
    width: 6px;
    height: 6px;
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea .quantity .selectArea select {
    width: auto;
    font-size: 4.27vw;
    padding: 0.5em 1.5em 0.5em 1.25em;
  }
}
@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea .quantity .unit {
    font-size: 3.73vw;
    padding-left: 0.5em;
  }
}
@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea .deleteBtn {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) {
  .cart__list .subtotalArea .deleteBtn:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea .deleteBtn .material-symbols-outlined {
    font-size: 8vw;
  }
}
.cart .total {
  margin: 40px 0 0 auto;
  background: rgba(240, 173, 78, 0.5);
  width: 400px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1em 0.5em 2em;
  font-size: 2rem;
  font-weight: 700;
}
.cart .total dd {
  font-size: 2rem;
}
.cart .total dd .tax {
  font-size: 1.6rem;
}
.cart .backbtn {
  width: 360px;
  margin: 80px auto 20px;
  padding: 1.5em 1em;
}

@media only screen and (max-width: 640px) {
  .cart .total {
    margin-top: 5.33vw;
    width: 100%;
    border-radius: 1.33vw;
    font-size: 4.27vw;
  }
}
@media only screen and (max-width: 640px) {
  .cart .total dd {
    font-size: 5.33vw;
  }
}
@media only screen and (max-width: 640px) {
  .cart .total dd .tax {
    font-size: 4.27vw;
  }
}
@media only screen and (max-width: 640px) {
  .cart .btnWrap {
    border-top: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    margin: 5.33vw -5vw 0;
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 640px) {
  .cart .backbtn {
    width: 56.13vw;
    margin: 0 auto;
    padding: 1em;
  }
}
/* ==========================================================================
 * *  Address
 * *========================================================================== */
.address .wrapper, .confirm .wrapper, .completed .wrapper, .historyDetail .wrapper {
  max-width: 980px;
  position: relative;
}

.address__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 0 1fr;
  grid-template-columns: 300px 1fr;
  gap: 20px 0;
  margin-top: 40px;
}
.address__list dt {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 700;
  color: #051069;
  padding: 1em 2em;
}
.address__list dd input[type=text], .address__list dd input[type=tel], .address__list dd input[type=email], .address__list dd input[type=number], .address__list dd input[type=password] {
  width: 100%;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 1.5em;
  font-size: 1.6rem;
}
.address__list dd textarea {
  width: 100%;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 1.5em;
  font-size: 1.6rem;
}
.address__list dd p {
  font-size: 1.6rem;
  color: #000;
  margin-top: 0.5em;
  line-height: 1.5;
}
.address__list dd.delivery-address .btn {
  width: auto;
  margin: 0.8rem 0 0;
  padding: 1.25em 1.5em;
  color: #fff;
  font-size: 1.6rem;
  background-color: #051069;
  border: none;
  border-radius: 10px;
}
.address__list dd.delivery-address .btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.address__list dd.radio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
}
.address__list dd.radio input[type=radio] {
  display: none;
}
.address__list dd.radio input[type=radio] + label {
  padding: 1.25em 1.5em;
  font-size: 1.6rem;
  background: #f0f0f0;
  border-radius: 10px;
  border: #d8d8d8 1px solid;
  color: #000;
  cursor: pointer;
  max-width: 350px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.address__list dd.radio input[type=radio][disabled] + label {
  font-weight: 400;
  background: none;
  border: none;
  color: #d4d4d4;
  cursor: auto;
  pointer-events: none;
}
.address__list dd.radio input[type=radio]:checked + label {
  background: #FFC46F;
  border-color: #FFC46F;
}
.address__list dd.creditcard {
  margin-top: 1em;
}
.address__list dd.creditcard label {
  position: relative;
  cursor: pointer;
  padding-left: 36px;
  font-size: 1.6rem;
  color: #000;
}
.address__list dd.creditcard label::before, .address__list dd.creditcard label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.address__list dd.creditcard label::before {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  left: 0;
}
.address__list dd.creditcard label::after {
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 6px;
}
.address__list dd.creditcard input:checked + label::after {
  opacity: 1;
}
.address__list dd.creditcard .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.address__list dd.creditcard input[type=text] {
  margin-top: 0.5em;
  background: #DDDDDD;
}
.address__list dd.creditcard input[type=text]:not(:last-child) {
  margin-bottom: 1em;
}
.address__list dd.creditcard2 {
  margin-top: 1em;
}
.address__list dd.creditcard2 label {
  font-size: 1.6rem;
}
.address__list dd.creditcard2 input {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.address__list dd .double {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.address__list.memberArea {
  background: #E5E6F0;
  padding: 0 3em 3em;
  margin: 1em 5em;
  border-radius: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0;
}
.address__list.memberArea dt {
  text-align: center;
  width: 100%;
}
.address__list.memberArea dd.member {
  margin-top: 0;
}
.address__list.memberArea dd.member label {
  display: block;
  margin-top: 1em;
}
.address__list.memberArea dd.member label:first-of-type {
  margin-top: 0;
}

@media only screen and (max-width: 840px) {
  .address__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 840px) {
  .address__list dt {
    text-align: left;
    padding: 0;
    margin-top: 1.75em;
  }
}
@media only screen and (max-width: 640px) {
  .address__list dt {
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 840px) {
  .address__list dd {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 640px) {
  .address__list dd input[type=text], .address__list dd input[type=tel], .address__list dd input[type=email], .address__list dd input[type=number], .address__list dd input[type=password] {
    border-radius: 1.33vw;
    padding: 1.25em;
    font-size: 3.73vw;
  }
  .address__list dd textarea {
    border-radius: 1.33vw;
    padding: 1.25em;
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 640px) {
  .address__list dd p {
    font-size: 3.2vw;
  }
}
/*202406追記 */
@media only screen and (max-width: 640px) {
  .address__list dd.delivery-address .btn {
    padding: 0.75em 1em;
    font-size: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  .address__list dd.radio input[type=radio] + label:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 640px) {
  .address__list dd.radio input[type=radio] + label {
    padding: 0.75em 1em;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 640px) {
  .address__list dd.creditcard label {
    font-size: 3.73vw;
    padding-left: 5.6vw;
  }
}
@media only screen and (max-width: 640px) {
  .address__list dd.creditcard label::before {
    width: 3.73vw;
    height: 3.73vw;
  }
}
@media only screen and (max-width: 640px) {
  .address__list dd.creditcard label::after {
    width: 1.73vw;
    height: 1.73vw;
    left: 1.07vw;
  }
}
@media only screen and (max-width: 640px) {
  .address__list dd.creditcard2 label {
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 640px) {
  .address__list dd .double {
    gap: 4.53vw;
  }
}
@media only screen and (max-width: 640px) {
  .address__list dd .double input {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .address__list.memberArea {
    margin: 1em 0 2em;
    padding: 0 1em 1em;
  }
}
@media only screen and (max-width: 640px) {
  .address__list.memberArea dd.member {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .address__list.memberArea dd.member label {
    margin-top: 0.5em;
  }
}
.address .orderBtnWrap, .confirm .orderBtnWrap, .completed .orderBtnWrap, .historyDetail .orderBtnWrap {
  border-top: #ccc 1px solid;
  padding-top: 40px;
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  .address .orderBtnWrap, .confirm .orderBtnWrap, .completed .orderBtnWrap, .historyDetail .orderBtnWrap {
    border: none;
    padding-top: 0;
    margin-top: 5.33vw;
  }
}
.address .orderBtnWrap .orderBtn, .confirm .orderBtnWrap .orderBtn, .completed .orderBtnWrap .orderBtn, .historyDetail .orderBtnWrap .orderBtn, .address .orderBtnWrap .modal__product .btnArea .reset .resetBtn, .confirm .orderBtnWrap .modal__product .btnArea .reset .resetBtn, .completed .orderBtnWrap .modal__product .btnArea .reset .resetBtn, .historyDetail .orderBtnWrap .modal__product .btnArea .reset .resetBtn {
  width: 77.33vw;
  max-width: 380px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  height: 60px;
  line-height: 54px;
  text-decoration: none;
  position: relative;
}

.modal__product .btnArea .reset .address .orderBtnWrap .resetBtn, .modal__product .btnArea .reset .confirm .orderBtnWrap .resetBtn, .modal__product .btnArea .reset .completed .orderBtnWrap .resetBtn, .modal__product .btnArea .reset .historyDetail .orderBtnWrap .resetBtn {
  width: 77.33vw;
  max-width: 380px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  height: 60px;
  line-height: 54px;
  text-decoration: none;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .address .orderBtnWrap .orderBtn, .confirm .orderBtnWrap .orderBtn, .completed .orderBtnWrap .orderBtn, .historyDetail .orderBtnWrap .orderBtn, .address .orderBtnWrap .modal__product .btnArea .reset .resetBtn, .confirm .orderBtnWrap .modal__product .btnArea .reset .resetBtn, .completed .orderBtnWrap .modal__product .btnArea .reset .resetBtn, .historyDetail .orderBtnWrap .modal__product .btnArea .reset .resetBtn {
    height: 10.67vw;
    line-height: calc(10.67vw - 6px);
    font-size: 4.27vw;
  }
  .modal__product .btnArea .reset .address .orderBtnWrap .resetBtn, .modal__product .btnArea .reset .confirm .orderBtnWrap .resetBtn, .modal__product .btnArea .reset .completed .orderBtnWrap .resetBtn, .modal__product .btnArea .reset .historyDetail .orderBtnWrap .resetBtn {
    height: 10.67vw;
    line-height: calc(10.67vw - 6px);
    font-size: 4.27vw;
  }
}
.address .orderBtnWrap .orderBtn:after, .confirm .orderBtnWrap .orderBtn:after, .completed .orderBtnWrap .orderBtn:after, .historyDetail .orderBtnWrap .orderBtn:after, .address .orderBtnWrap .modal__product .btnArea .reset .resetBtn:after, .confirm .orderBtnWrap .modal__product .btnArea .reset .resetBtn:after, .completed .orderBtnWrap .modal__product .btnArea .reset .resetBtn:after, .historyDetail .orderBtnWrap .modal__product .btnArea .reset .resetBtn:after {
  content: "";
  background: none;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}

.modal__product .btnArea .reset .address .orderBtnWrap .resetBtn:after, .modal__product .btnArea .reset .confirm .orderBtnWrap .resetBtn:after, .modal__product .btnArea .reset .completed .orderBtnWrap .resetBtn:after, .modal__product .btnArea .reset .historyDetail .orderBtnWrap .resetBtn:after {
  content: "";
  background: none;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .address .orderBtnWrap .orderBtn:after, .confirm .orderBtnWrap .orderBtn:after, .completed .orderBtnWrap .orderBtn:after, .historyDetail .orderBtnWrap .orderBtn:after, .address .orderBtnWrap .modal__product .btnArea .reset .resetBtn:after, .confirm .orderBtnWrap .modal__product .btnArea .reset .resetBtn:after, .completed .orderBtnWrap .modal__product .btnArea .reset .resetBtn:after, .historyDetail .orderBtnWrap .modal__product .btnArea .reset .resetBtn:after {
    right: 20px;
  }
  .modal__product .btnArea .reset .address .orderBtnWrap .resetBtn:after, .modal__product .btnArea .reset .confirm .orderBtnWrap .resetBtn:after, .modal__product .btnArea .reset .completed .orderBtnWrap .resetBtn:after, .modal__product .btnArea .reset .historyDetail .orderBtnWrap .resetBtn:after {
    right: 20px;
  }
}
.address .btnWrap, .confirm .btnWrap, .completed .btnWrap, .historyDetail .btnWrap {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .address .btnWrap, .confirm .btnWrap, .completed .btnWrap, .historyDetail .btnWrap {
    margin-top: 5.33vw;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 4vw 0;
  }
}
.address .btnWrap .backbtn, .confirm .btnWrap .backbtn, .completed .btnWrap .backbtn, .historyDetail .btnWrap .backbtn {
  width: 56vw;
  max-width: 360px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .address .btnWrap .backbtn, .confirm .btnWrap .backbtn, .completed .btnWrap .backbtn, .historyDetail .btnWrap .backbtn {
    height: 10.67vw;
    line-height: 10.67vw;
    font-size: 3.47vw;
  }
}
.address .btnWrap .backbtn::after, .confirm .btnWrap .backbtn::after, .completed .btnWrap .backbtn::after, .historyDetail .btnWrap .backbtn::after {
  width: 8px;
  height: 8px;
  left: 30px;
}

@media only screen and (max-width: 640px) {
  .address .btnWrap .backbtn::after, .confirm .btnWrap .backbtn::after, .completed .btnWrap .backbtn::after, .historyDetail .btnWrap .backbtn::after {
    left: 20px;
  }
}
/* ==========================================================================
 * *  Confirm
 * *========================================================================== */
@media screen and (max-width: 1000px) {
  .confirm .wrapper + .wrapper, .completed .wrapper + .wrapper, .historyDetail .wrapper + .wrapper {
    width: 100%;
  }
}
.confirm__list {
  margin-top: 50px;
  border-top: #ccc 1px solid;
}
.confirm__list .item {
  border-bottom: #ccc 1px solid;
  padding: 30px 0;
}
.confirm__list .item.noline {
  border: none;
  padding-bottom: 0;
}
.confirm__list .item .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px 40px 1fr;
  grid-template-columns: 260px 1fr;
  gap: 40px;
}
.confirm__list .item .inner > dt, .confirm__list .item .inner > dd {
  font-size: 1.6rem;
  font-weight: 700;
  color: #051069;
  line-height: 1.5;
}
.confirm__list .item .inner > dt {
  text-align: right;
}
.confirm__list .item .inner > dd .data {
  font-weight: 400;
  color: #000;
  margin-top: 0.75em;
}
.confirm__list .item .inner > dd .caution {
  display: block;
  font-weight: 400;
  color: #ff0000;
  margin: 0.5rem 0;
}
.confirm__list .item .inner > dd .delivery-announcement {
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
  margin: 0 0 1em;
}
.confirm__list .item .inner > dd .orderAddress dt {
  font-weight: 400;
  color: #000;
}
.confirm__list .item .inner > dd .orderAddress dt:not(:first-child) {
  margin-top: 0.5em;
}
.confirm__list .item .inner > dd .orderProduct {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 20px 1fr;
  grid-template-columns: 150px 1fr;
  gap: 20px;
}
.confirm__list .item .inner > dd .orderProduct:not(:first-child) {
  margin-top: 40px;
}
.confirm__list .item .inner > dd .orderProduct__title {
  font-size: 2rem;
}
.confirm__list .item .inner > dd .orderProduct__option, .confirm__list .item .inner > dd .orderProduct__price {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  margin-top: 0.5em;
}
.confirm__list .item .inner > dd .orderPrice {
  background: #ECECEC;
  margin-top: 1em;
  padding: 0.25em 1.25em;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.confirm__list .item .inner > dd .orderPrice__num .num {
  font-size: 2rem;
  color: #060D43;
  width: 60px;
  text-align: right;
  display: inline-block;
}
.confirm__list .item .inner > dd .orderPrice__num .unit {
  font-size: 1.6rem;
  color: #000;
  padding-left: 12px;
}
.confirm__list .item .inner > dd .orderPrice__subtotal, .confirm__list .item .inner > dd .cost {
  font-size: 2rem;
}
.confirm__list .item .inner > dd .total {
  background: #f7d6a6;
  margin-top: 30px;
  padding: 0.25em 1.25em 0.75em;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.confirm__list .item .inner > dd .total__num {
  font-size: 1.8rem;
}
.confirm__list .item .inner > dd .total__num .num {
  font-size: 2.4rem;
  color: #060D43;
  width: 60px;
  text-align: right;
  display: inline-block;
}
.confirm__list .item .inner > dd .total__num .unit {
  font-size: 1.6rem;
  color: #000;
  padding-left: 10px;
}
.confirm__list .item .inner > dd .total__price {
  font-size: 3rem;
}
.confirm__list .item .inner > dd .total__price .tax {
  font-size: 2rem;
}
.confirm__list .item .inner > dd .total__price .included {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  text-align: right;
  line-height: 1.25;
  color: #000;
}

@media only screen and (max-width: 640px) {
  .confirm__list {
    margin-top: 5.07vw;
  }
}
@media screen and (max-width: 1000px) {
  .confirm__list .item {
    padding: 4vw 5vw;
  }
}
@media only screen and (max-width: 840px) {
  .confirm__list .item .inner {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dt, .confirm__list .item .inner > dd {
    font-size: 4.27vw;
  }
}
@media only screen and (max-width: 840px) {
  .confirm__list .item .inner > dt {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dt {
    padding-bottom: 1.33vw;
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .data {
    font-size: 3.73vw;
  }
}
/*20240614 start */
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .caution {
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .delivery-announcement {
    font-size: 3.2vw;
  }
}
/*20240614 end */
@media only screen and (max-width: 840px) {
  .confirm__list .item .inner > dd .orderAddress {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 22.67vw 1fr;
    grid-template-columns: 22.67vw 1fr;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .orderAddress {
    margin-top: 2vw;
    gap: 0.67vw 1em;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .orderAddress dt {
    text-align: right;
    font-size: 3.2vw;
    padding-bottom: 0;
    line-height: 6.4vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .orderAddress dt:not(:first-child) {
    margin-top: 0;
  }
}
/*20240614 Start */
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .orderAddress dd {
    font-size: 4.27vw;
    word-break: break-word;
  }
}
/*20240614 End */
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .orderProduct {
    -ms-grid-columns: 26.67vw 3.73vw 1fr;
    grid-template-columns: 26.67vw 1fr;
    gap: 3.73vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .orderProduct:not(:first-child) {
    margin-top: 5.33vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .orderProduct__title {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .orderProduct__option, .confirm__list .item .inner > dd .orderProduct__price {
    font-size: 3.2vw;
    margin-top: 0.25em;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .orderPrice {
    padding: 0.25em 0.75em;
    border-radius: 1.33vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .orderPrice__num {
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .orderPrice__num .num {
    font-size: 4.27vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .orderPrice__num .unit {
    font-size: 3.73vw;
    padding-left: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .orderPrice__subtotal, .confirm__list .item .inner > dd .cost {
    font-size: 4.27vw;
  }
}
/*20240614 End */
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .total {
    margin-top: 4vw;
    padding: 1em 0.75em;
    border-radius: 1.33vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .total__num {
    font-size: 4.27vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .total__num .num {
    font-size: 5.33vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .total__num .unit {
    font-size: 3.73vw;
  }
}
/****** edit *****/
.confirm__list .item .inner > dd .total__price {
  font-size: 3rem;
}
.confirm__list .item .inner > dd .total__price .tax {
  font-size: 2rem;
}
.confirm__list .item .inner > dd .total__price .included {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  text-align: right;
  line-height: 1.25;
  color: #000;
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .total__price {
    font-size: 4.27vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .total__price .tax {
    font-size: 4.27vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .total__price .included {
    margin-top: 0.5em;
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 640px) {
  .confirm .orderBtnWrap .orderBtn, .completed .orderBtnWrap .orderBtn, .historyDetail .orderBtnWrap .orderBtn, .confirm .orderBtnWrap .modal__product .btnArea .reset .resetBtn, .completed .orderBtnWrap .modal__product .btnArea .reset .resetBtn, .historyDetail .orderBtnWrap .modal__product .btnArea .reset .resetBtn {
    height: 16vw;
    line-height: calc(16vw - 6px);
  }
  .modal__product .btnArea .reset .confirm .orderBtnWrap .resetBtn, .modal__product .btnArea .reset .completed .orderBtnWrap .resetBtn, .modal__product .btnArea .reset .historyDetail .orderBtnWrap .resetBtn {
    height: 16vw;
    line-height: calc(16vw - 6px);
  }
}
/* ==========================================================================
 * *  Completed
 * *========================================================================== */
.completed__text {
  margin-top: 1.5em;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #051069;
}
.completed__text + .wrapper {
  max-width: 1280px;
  padding: 0 150px 30px;
  background: #E5E6F0;
}

@media only screen and (max-width: 640px) {
  .completed__text {
    font-size: 3.73vw;
  }
}
@media screen and (max-width: 1580px) {
  .completed__text + .wrapper {
    padding: 0 11.7% 30px;
  }
}
@media screen and (max-width: 1000px) {
  .completed__text + .wrapper {
    width: 100%;
    padding: 0 0 30px;
  }
}
.completed .confirm__list, .historyDetail .confirm__list {
  border-top: none;
}

.completed .confirm__list .item .inner .orderPrice, .historyDetail .confirm__list .item .inner .orderPrice {
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .completed .btnWrap, .historyDetail .btnWrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .completed .btnWrap, .historyDetail .btnWrap {
    margin-top: 0;
  }
}
/* ==========================================================================
 * *  Histroy
 * *========================================================================== */
.history {
  padding-top: 60px;
}
.history .wrapper {
  max-width: 980px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .history {
    padding-top: 5.33vw;
  }
}
.history__list .item {
  margin-top: 40px;
}
.history__list .item a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.history__list .item .title {
  border: 1px solid;
  padding: 0.5em 1em;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.history__list .item .title:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}
.history__list .item .body {
  border: #ccc 1px solid;
  border-top: none;
  padding: 1.5em 2em;
}
.history__list .item .body .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.history__list .item .body .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.history__list .item .body .list dt {
  font-size: 1.6rem;
  color: #000;
}
.history__list .item .body .list dt::before {
  content: "・";
}
.history__list .item .body .list dd {
  font-size: 1.6rem;
  font-weight: 700;
  color: #051069;
}
.history__list .item.before .title {
  background: #F0AD4E;
  border-color: #F0AD4E;
}
.history__list .item.received .title {
  background: #051069;
  border-color: #051069;
}
.history__list .item.received .body {
  background: #E5E6F0;
}
.history__list .item.cancel .title {
  background: #999;
  border-color: #999;
}
.history__list .item.cancel .body {
  background: #ECECEC;
}

@media only screen and (max-width: 640px) {
  .history__list .item {
    margin-top: 5.33vw;
  }
}
@media only screen and (min-width: 769px) {
  .history__list .item a:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 640px) {
  .history__list .item .title {
    font-size: 4.27vw;
  }
}
@media only screen and (max-width: 640px) {
  .history__list .item .title:after {
    right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .history__list .item .body {
    padding: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .history__list .item .body .list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .history__list .item .body .list dl {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .history__list .item .body .list dt {
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 640px) {
  .history__list .item .body .list dd {
    font-size: 4.27vw;
  }
}
.history .btnWrap {
  max-width: 360px;
  margin: 40px auto;
}
.history .btnWrap .backbtn {
  padding: 0;
  height: 60px;
  line-height: 60px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media only screen and (max-width: 640px) {
  .history .btnWrap {
    margin-top: 5.33vw;
    margin-bottom: 0;
    width: 56vw;
  }
}
@media only screen and (min-width: 769px) {
  .history .btnWrap .backbtn:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 640px) {
  .history .btnWrap .backbtn {
    height: 10.67vw;
    line-height: 10.67vw;
    font-size: 3.47vw;
  }
}
/* ==========================================================================
 * *  historyDetail
 * *========================================================================== */
.historyDetail {
  padding-top: 60px;
}
.historyDetail .wrapper + .wrapper {
  max-width: 1280px;
  padding: 0 150px 30px;
  background: #E5E6F0;
}
.historyDetail .orderBtnWrap {
  padding-top: 20px;
}
.historyDetail .orderBtnWrap + .orderBtnWrap {
  border: none;
  padding-top: 0;
  margin-top: 20px;
}
.historyDetail .orderBtnWrap .orderBtn, .historyDetail .orderBtnWrap .modal__product .btnArea .reset .resetBtn {
  max-width: 500px;
  height: 70px;
  line-height: 70px;
  border: none;
  font-size: 2rem;
  font-weight: 400;
  -webkit-filter: none;
          filter: none;
}

@media only screen and (max-width: 640px) {
  .historyDetail {
    padding-top: 5.33vw;
  }
}
@media screen and (max-width: 1580px) {
  .historyDetail .wrapper + .wrapper {
    padding: 0 11.7% 30px;
  }
}
@media screen and (max-width: 1000px) {
  .historyDetail .wrapper + .wrapper {
    width: 100%;
    padding: 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .historyDetail .orderBtnWrap {
    border-top: #ccc 1px solid;
    padding-top: 5.33vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
@media only screen and (max-width: 640px) {
  .historyDetail .orderBtnWrap + .orderBtnWrap {
    margin-top: 2.67vw;
  }
}
.modal__product .btnArea .reset .historyDetail .orderBtnWrap .resetBtn {
  max-width: 500px;
  height: 70px;
  line-height: 70px;
  border: none;
  font-size: 2rem;
  font-weight: 400;
  -webkit-filter: none;
          filter: none;
}

@media only screen and (max-width: 640px) {
  .historyDetail .orderBtnWrap .orderBtn, .historyDetail .orderBtnWrap .modal__product .btnArea .reset .resetBtn {
    width: 90vw;
    height: 10.67vw;
    line-height: 10.67vw;
    font-size: 3.73vw;
  }
  .modal__product .btnArea .reset .historyDetail .orderBtnWrap .resetBtn {
    width: 90vw;
    height: 10.67vw;
    line-height: 10.67vw;
    font-size: 3.73vw;
  }
}
.historyDetail .orderBtnWrap .orderBtn.cancel, .historyDetail .orderBtnWrap .modal__product .btnArea .reset .cancel.resetBtn {
  background: #C5C5C5;
}

.modal__product .btnArea .reset .historyDetail .orderBtnWrap .cancel.resetBtn {
  background: #C5C5C5;
}

.historyDetail .orderBtnWrap .orderBtn.back, .historyDetail .orderBtnWrap .modal__product .btnArea .reset .back.resetBtn {
  background: #051069;
  color: #fff;
}

.modal__product .btnArea .reset .historyDetail .orderBtnWrap .back.resetBtn {
  background: #051069;
  color: #fff;
}

.historyDetail .orderBtnWrap .orderBtn.back::after, .historyDetail .orderBtnWrap .modal__product .btnArea .reset .back.resetBtn::after {
  right: auto;
  left: 30px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.modal__product .btnArea .reset .historyDetail .orderBtnWrap .back.resetBtn::after {
  right: auto;
  left: 30px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

@media only screen and (max-width: 640px) {
  .historyDetail .btnWrap {
    margin-top: 0;
  }
}
.order_modal__container {
  padding: 55px;
  font-size: 1.6rem;
  background: #fff;
  width: 90vw;
  max-width: 980px;
  height: 366px;
  max-height: 80%;
  position: relative;
  color: #191919;
}

@media only screen and (max-width: 640px) {
  .order_modal__container {
    padding: 2.67vw 3.2vw 8vw;
    height: auto;
  }
}
.order_modal .orderBtnWrap {
  margin-top: 1.25em;
  text-align: center;
}
.order_modal .orderBtnWrap .orderBtn {
  display: block;
  text-decoration: none;
  margin: 0 auto;
  line-height: 74px;
}
.order_modal .orderBtnWrap .orderBtn.notActive {
  pointer-events: none;
  background: #C5C5C5;
  color: #666666;
}

@media only screen and (max-width: 640px) {
  .order_modal .orderBtnWrap {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .order_modal .orderBtnWrap .orderBtn {
    line-height: calc(13.33vw - 6px);
  }
}
.modal .orderBtnWrap .orderBtn.notActive::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 29.772 41'%3E%3Cpath d='M22.643,27.582l-1.957-1.957,3.82-3.774H13.045v-2.8H24.507l-3.82-3.774,1.957-1.957,7.128,7.128ZM2.8,41a2.7,2.7,0,0,1-1.98-.815A2.7,2.7,0,0,1,0,38.2V2.8A2.7,2.7,0,0,1,.815.815,2.7,2.7,0,0,1,2.8,0H23.3a2.7,2.7,0,0,1,1.98.815,2.7,2.7,0,0,1,.815,1.98V9.6H23.3V6.989H2.8V34.011H23.3V31.4h2.8v6.8A2.784,2.784,0,0,1,23.3,41Zm0-2.8H23.3v-1.4H2.8Zm0-34.011H23.3V2.8H2.8Zm0-1.4v0ZM2.8,38.2v0Z' fill='%23666666'/%3E%3C/svg%3E%0A");
}

@media only screen and (max-width: 840px) {
  .header.header_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 840px) {
  .header.header_wrapper.web_view {
    display: none;
  }
}
