@charset "UTF-8";
/* ==========================================================================
   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;
  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 {
  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: #060D43;
  line-height: 1.75;
  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 {
  display: none;
}

@media only screen and (max-width: 840px) {
  .tablet {
    display: block;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

* {
  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 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
}

@media only screen and (max-width: 840px) {
  .header {
    box-shadow: none;
  }
}

@media only screen and (max-width: 640px) {
  .header .wrapper {
    width: 100%;
  }
}

.header .logo a,
.header .logo span {
  display: block;
  width: 220px;
  height: 80px;
  background: url("https://ootoya-stg.ecorigins.jp/special/special/image/logo.png") center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding-top: 80px;
  overflow: hidden;
}

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

  .header .logo a,
  .header .logo span {
    width: 50%;
    height: 13.6vw;
    padding-top: 13.6vw;
  }
}

.header .logo a {
  transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
  .header .logo a:hover {
    opacity: 0.75;
  }
}

/* ==========================================================================
   FOOTER
========================================================================== */
.footer {
  background: #fff;
}

.footer .wrapper {
  padding: 50px 0 20px;
}

@media only screen and (max-width: 640px) {
  .footer .wrapper {
    padding: 6.67vw 0;
  }
}

.footer .btns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

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

.footer .btns .item a {
  width: 300px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #051069;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  transition: opacity 0.2s ease;
}

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

.footer .textLink {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 2em auto 1em;
  max-width: 60vw;
}

@media only screen and (max-width: 640px) {
  .footer .textLink {
    margin: 1em auto 0;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 440px) {
  .footer .textLink {
    max-width: none;
  }
}

.footer .textLink .item {
  font-size: 1.4rem;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .footer .textLink .item {
    font-size: 3.2vw;
    margin-top: 0.75em;
  }
}

.footer .textLink .item:not(:first-child) {
  padding-left: 0.5em;
  margin-left: 0.5em;
  border-left: 1px solid;
}

@media only screen and (max-width: 640px) {
  .footer .textLink .item:nth-child(3) {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}

.footer .textLink .item a {
  color: #051069;
  font-size: 1.4rem;
  text-decoration: none;
  white-space: nowrap;
}

@media only screen and (min-width: 769px) {
  .footer .textLink .item a:hover {
    text-decoration: underline;
  }
}

.footer .copyrights {
  background: #051069;
  text-align: center;
  padding: 2em;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .footer .copyrights {
    padding: 0.5em 0.5em 1em;
  }
}

.footer .copyrights small {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

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

@media only screen and (max-width: 640px) {
  .footNav .footBtn {
    padding: 2.67vw 0;
  }
}

.footNav .footBtn .orderBtn,
.footNav .footBtn .modal__product .btnArea .reset .resetBtn,
.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,
  .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,
.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;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}

.footNav .footBtn.selectProduct.is-active {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .footNav .footBtn.selectProduct.is-active {
    padding: 1.25vw 5vw;
  }
}

.footNav .footBtn.selectProduct.is-active .subtotalArea {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 4em;
}

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

.footNav .footBtn.selectProduct.is-active .subtotalArea .quantity,
.footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

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

  .footNav .footBtn.selectProduct.is-active .subtotalArea .quantity,
  .footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal {
    display: block;
  }
}

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

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

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

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

.footNav .footBtn.selectProduct.is-active .subtotalArea .quantity dd .yen,
.footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal dd .yen {
  font-size: 2rem;
}

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

.footNav .footBtn.selectProduct.is-active .subtotalArea .quantity dd .tax,
.footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal dd .tax {
  font-size: 1.6rem;
}

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

.footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal {
  padding-left: 2em;
}

@media only screen and (max-width: 640px) {
  .footNav .footBtn.selectProduct.is-active .subtotalArea .subtotal {
    padding-left: 0.5em;
  }
}

.footNav .footBtn.selectProduct.is-active .orderBtn,
.footNav .footBtn.selectProduct.is-active .modal__product .btnArea .reset .resetBtn,
.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,
  .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,
  .modal__product .btnArea .reset .footNav .footBtn.selectProduct.is-active .resetBtn::after {
    width: 6px;
    height: 6px;
    right: 15px;
  }
}

.footNav .navArea {
  display: none;
}

/*
@media only screen and (max-width: 840px) {
  .footNav .navArea {
    display: block;
  }
}
*/
.footNav .navArea img {
  width: 100%;
}

/* ==========================================================================
   COMMON
========================================================================== */
.orderBtn,
.modal__product .btnArea .reset .resetBtn {
  appearance: none;
  background: #FFC46F;
  border: #fff 3px solid;
  width: 500px;
  height: 80px;
  padding: 0;
  border-radius: 100px;
  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;
  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;
  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;
  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;
  transition: opacity 0.2s ease;
}

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

.backCircleBtn:after {
  content: "";
  width: 13px;
  height: 13px;
  border-right: 4px solid;
  border-bottom: 4px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 3px), -50%) rotate(135deg);
  pointer-events: none;
}

@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-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 700;
  color: #060D43;
  letter-spacing: 0.02em;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .contentsTitle {
    font-size: 5.33vw;
  }
}

.modal {
  display: none;
  position: relative;
  z-index: 9999;
}

.modal.is-open {
  display: block;
  animation-name: modalAnime;
  animation-fill-mode: forwards;
  animation-duration: 0.25s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-direction: normal;
  opacity: 0;
}

@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: flex;
  justify-content: 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;
}

@media only screen and (max-width: 640px) {
  .modal .wrap {
    margin-top: 2.67vw;
    height: 36.53vw;
  }
}

.modal .wrap .text {
  padding: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .modal .wrap .text {
    font-size: 3.2vw;
    line-height: 1.66;
  }
}

.modal .checkboxWrap {
  margin-top: 1em;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .modal .checkboxWrap {
    margin-top: 0.5em;
  }
}

.modal .checkboxWrap input {
  appearance: auto;
}

.modal .checkboxWrap label {
  font-size: 1.6rem;
  padding-left: 0.5em;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

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

.modal .orderBtnWrap {
  margin-top: 1.25em;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .modal .orderBtnWrap {
    margin-top: 1em;
  }
}

.modal .orderBtnWrap .orderBtn,
.modal .orderBtnWrap .modal__product .btnArea .reset .resetBtn,
.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,
  .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,
.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,
.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;
  appearance: none;
  cursor: pointer;
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #051069;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media only screen and (max-width: 640px) {
  .modal__close {
    width: 6.93vw;
    height: 6.93vw;
    font-size: 2.13vw;
  }
}

.modal__close:before,
.modal__close:after {
  content: "";
  width: 30px;
  height: 5px;
  background: #fff;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

  .modal__close:before,
  .modal__close:after {
    width: 4vw;
    height: 0.67vw;
  }
}

.modal__close:after {
  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;
}

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

@media only screen and (max-width: 640px) {
  .modal__product {
    padding: 3.33vw;
  }
}

.modal__product .productInfo {
  display: grid;
  grid-template-columns: 33% 1fr;
  gap: 30px;
}

@media only screen and (max-width: 640px) {
  .modal__product .productInfo {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media only screen and (max-width: 640px) {
  .modal__product .productInfo .img {
    margin: -3.33vw -3.33vw 0;
  }
}

.modal__product .productInfo .img img {
  width: 100%;
}

.modal__product .productInfo .title {
  font-size: 2rem;
  font-weight: 700;
  color: #060D43;
}

@media only screen and (max-width: 640px) {
  .modal__product .productInfo .title {
    font-size: 4.27vw;
    margin-top: 1em;
  }
}

.modal__product .productInfo .text {
  margin-top: 1em;
  color: #000;
}

@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: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
  }
}

.modal__product .productInfo .price {
  margin-top: 1em;
  font-size: 2rem;
  font-weight: 700;
  color: #060D43;
}

@media only screen and (max-width: 640px) {
  .modal__product .productInfo .price {
    margin-top: 0;
    font-size: 4.8vw;
  }
}

.modal__product .productInfo .quantity {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
}

@media only screen and (max-width: 640px) {
  .modal__product .productInfo .quantity {
    margin-top: 0;
  }
}

.modal__product .productInfo .quantity .selectArea {
  background: #ECECEC;
  border-radius: 10px;
  width: 120px;
  padding: 0.75em 1.5em;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .modal__product .productInfo .quantity .selectArea {
    border-radius: 1.33vw;
    width: auto;
    padding: 0.125em 0;
  }
}

.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;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .modal__product .productInfo .quantity .selectArea:after {
    width: 6px;
    height: 6px;
    right: 10px;
  }
}

.modal__product .productInfo .quantity .selectArea select {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  color: #060D43;
  outline: 0;
  text-align: center;
  cursor: pointer;
}

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

.modal__product .productInfo .quantity .unit {
  font-size: 1.6rem;
  padding-left: 0.75em;
}

@media only screen and (max-width: 640px) {
  .modal__product .productInfo .quantity .unit {
    font-size: 3.73vw;
    padding-left: 0.25em;
  }
}

.modal__product .btnSelectArea {
  padding: 2em 0;
  margin: 2em 0;
  border-top: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}

@media only screen and (max-width: 640px) {
  .modal__product .btnSelectArea {
    margin: 1em -3.33vw;
    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;
  }
}

.modal__product .btnSelectArea__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #051069;
}

@media only screen and (max-width: 640px) {
  .modal__product .btnSelectArea__title {
    font-size: 4vw;
  }
}

.modal__product .btnSelectArea .itemDetail {
  margin-top: 15px;
}

.modal__product .btnSelectArea .riceType,
.modal__product .btnSelectArea .riceAmount {
  display: grid;
  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;
  transition: opacity 0.2s ease;
}

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

.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: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1em;
}

@media only screen and (max-width: 640px) {
  .modal__product .btnArea .total {
    width: 100%;
    border-radius: 1.33vw;
    padding: 0.5em;
  }
}

.modal__product .btnArea .total .title {
  font-size: 1.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .modal__product .btnArea .total .title {
    font-size: 3.73vw;
  }
}

.modal__product .btnArea .total .price {
  font-size: 2rem;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .modal__product .btnArea .total .price {
    font-size: 4.27vw;
  }
}

.modal__product .btnArea .total .price .tax {
  font-size: 1.6rem;
}

@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: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    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%;
  }
}

.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;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
  background: #F0AD4E;
}

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

.modal__product .btnArea .orderBtn::after,
.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;
  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;
  filter: none;
  margin-top: 1.5em;
}

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

.modal__product .btnArea .reset .resetBtn::after {
  display: none;
}

.modal__product .modalTabArea {
  margin: 42px -25px -25px;
}

@media only screen and (max-width: 640px) {
  .modal__product .modalTabArea {
    margin: 6.67vw -3.33vw -3.33vw;
  }
}

.modal__product .modalTabArea .modalTabBtn {
  display: grid;
  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;
}

@media only screen and (max-width: 640px) {
  .modal__product .modalTabArea .modalTabBtn .item {
    padding: 0.5em 0.25em;
    font-size: 3.73vw;
  }
}

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

@media only screen and (max-width: 640px) {
  .modal__product .modalTabArea .modalTargetArea {
    padding: 3.33vw 3.33vw 6.67vw;
  }
}

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

@media only screen and (max-width: 640px) {
  .modal__product .modalTabArea .modalTargetArea .modalTarget .inner {
    padding: 5.33vw 4vw;
    border-radius: 1.33vw;
  }
}

.modal__product .modalTabArea .modalTargetArea .modalTarget .iconList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 10px;
}

@media only screen and (max-width: 640px) {
  .modal__product .modalTabArea .modalTargetArea .modalTarget .iconList {
    grid-template-columns: repeat(4, 1fr);
    gap: 4vw 1.33vw;
  }
}

.modal__product .modalTabArea .modalTargetArea .modalTarget .iconList .item img {
  width: 100%;
}

/* ==========================================================================
   HOME
========================================================================== */
.kv {
  margin-top: 30px;
}

@media only screen and (max-width: 840px) {
  .kv {
    margin-top: 0;
  }
}

.kv .wrapper {
  position: relative;
}

@media only screen and (max-width: 840px) {
  .kv .wrapper {
    width: 100%;
  }
}

.kv .wrapper .orderBtn,
.kv .wrapper .modal__product .btnArea .reset .resetBtn,
.modal__product .btnArea .reset .kv .wrapper .resetBtn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.kv .wrapper .orderBtn.upper{
  bottom: 125px;
}

@media only screen and (max-width: 840px) {
  .kv .wrapper .orderBtn,
  .kv .wrapper .modal__product .btnArea .reset .resetBtn,
  .modal__product .btnArea .reset .kv .wrapper .resetBtn {
    bottom: 4vw;
  }
  .kv .wrapper .orderBtn.upper {
    bottom: calc(4vw + 80px + 3vw);
  }
}
@media only screen and (max-width: 640px) {
  .kv .wrapper .orderBtn.upper {
    bottom: calc(4vw + 13.33vw + 2vw)
  }
}

.kv .wrapper .to-howto {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 640px) {
  .kv .wrapper .to-howto {
    bottom: -3.33vw;
  }
}

.kv .wrapper .to-howto a {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #051069;
  text-decoration: none;
  width: 160px;
  height: 80px;
  border-radius: 80px 80px 0 0;
  background: #fff url("../images/home/icon_arrow.png") center bottom no-repeat;
  background-size: 20px auto;
  padding-top: 1.75em;
  transition: color 0.2s ease;
}

@media only screen and (max-width: 640px) {
  .kv .wrapper .to-howto a {
    padding-top: 1.25em;
    width: 21.33vw;
    height: 10.67vw;
    font-size: 2.4vw;
    border-radius: 10.67vw 10.67vw 0 0;
    background-size: 3.33vw auto;
  }
}

@media only screen and (min-width: 769px) {
  .kv .wrapper .to-howto a:hover {
    color: rgba(5, 16, 105, 0.75);
  }
}

.langList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1em;
}

@media only screen and (max-width: 640px) {
  .langList {
    font-size: 3.73vw;
  }
}

.langList .item {
  color: #051069;
  line-height: 1;
}

.langList .item a {
  color: #FFC46F;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .langList .item a:hover {
    text-decoration: underline;
  }
}

.langList .item+.item {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: #051069 1px solid;
}

.topics {
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
  .topics {
    margin-top: 2.67vw;
  }
}

@media only screen and (max-width: 840px) {
  .topics .wrapper {
    width: 100%;
  }
}

.topics .topicsSlide .splide__slide a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #E6E7F0;
  height: 100%;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
  .topics .topicsSlide .splide__slide a:hover {
    opacity: 0.75;
  }
}

.topics .topicsSlide .splide__slide a .text {
  font-size: 1.6rem;
  padding: 0.75em 1.25em 1em;
  line-height: 1.75;
  color: #060D43;
}

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

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

.homeNews {
  padding: 60px 0;
}

@media only screen and (max-width: 640px) {
  .homeNews {
    padding: 6.4vw 0;
  }
}

.homeNews .wrapper {
  position: relative;
}

.homeNews__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 20px;
}

@media only screen and (max-width: 980px) {
  .homeNews__list {
    gap: 20px;
  }
}

@media only screen and (max-width: 840px) {
  .homeNews__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 640px) {
  .homeNews__list {
    margin-top: 2.67vw;
    gap: 5.07vw;
  }
}

.homeNews__list .item {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  background: #fff;
  border-radius: 10px;
}

@media only screen and (max-width: 640px) {
  .homeNews__list .item {
    border-radius: 1.33vw;
    filter: drop-shadow(0 0 0.8vw rgba(0, 0, 0, 0.16));
  }
}

.homeNews__list .item a {
  color: #060D43;
  text-decoration: none;
  padding: 2em;
  display: block;
  transition: opacity 0.2s ease;
}

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

.homeNews__list .item .head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.homeNews__list .item .head .category {
  font-size: 1.4rem;
  color: #FA381E;
}

@media only screen and (max-width: 640px) {
  .homeNews__list .item .head .category {
    font-size: 3.2vw;
  }
}

.homeNews__list .item .head .date {
  font-size: 1.4rem;
  color: #666;
}

@media only screen and (max-width: 640px) {
  .homeNews__list .item .head .date {
    font-size: 3.2vw;
  }
}

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

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

.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;
  transition: opacity 0.2s ease;
}

@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: #EDEDF4;
  padding: 60px 0;
}

@media only screen and (max-width: 640px) {
  .homeHowto {
    padding: 6.4vw 0;
  }
}

.homeHowto__flow {
  max-width: 980px;
  margin: 40px auto 0;
}

@media only screen and (max-width: 640px) {
  .homeHowto__flow {
    margin-top: 5.33vw;
  }
}

.homeHowto__flow .item {
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.16));
}

@media only screen and (max-width: 640px) {
  .homeHowto__flow .item {
    border-radius: 2.67vw;
  }
}

.homeHowto__flow .item+.item {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .homeHowto__flow .item+.item {
    margin-top: 4vw;
  }
}

.homeHowto__flow .item:last-child .head {
  background: #FA381E;
}

.homeHowto__flow .item:last-child .body {
  display: block;
}

@media only screen and (max-width: 640px) {
  .homeHowto__flow .item:last-child .body {
    padding: 0 4vw;
  }
}

.homeHowto__flow .item:last-child .body .img {
  width: 313px;
  margin: 0.5em auto;
}

@media only screen and (max-width: 640px) {
  .homeHowto__flow .item:last-child .body .img {
    width: 41.73vw;
  }
}

.homeHowto__flow .head {
  background: #051069;
  padding: 25px 35px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .homeHowto__flow .head {
    padding: 3.33vw 4.67vw;
  }
}

.homeHowto__flow .head .num {
  width: 70px;
  height: 70px;
  background: #FFC46F;
  border-radius: 100%;
  color: #051069;
  text-align: center;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 65px;
}

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

.homeHowto__flow .head .title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-left: 0.5em;
  line-height: 1.05;
  width: calc(100% - 70px);
}

@media only screen and (max-width: 640px) {
  .homeHowto__flow .head .title {
    font-size: 5.33vw;
    width: calc(100% - 9.33vw);
  }
}

.homeHowto__flow .head .title span {
  display: inline-block;
}
.homeHowto__flow .body,
.homeHowto__flow .item.delivery-st .body {
  display: grid;
  padding: 25px;
  grid-template-columns: 48% 52%;
}

@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 2.67vw;
  }
}

.homeHowto__flow .body .text {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.81;
  color: #051069;
  padding-top: 2em;
  padding-left: 25px;
  padding-right: 25px;
}

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

.homeHowto__flow .body .text span {
  display: inline-block;
}

@media only screen and (max-width: 840px) {
  .homeHowto__flow .body .text span {
    display: block;
  }
}

.homeHowto__flow .body .img,
.homeHowto__flow .item.delivery-st .body .img {
  grid-column: 2/3;
  grid-row: 1/3;
  width: 100%;
}

@media only screen and (max-width: 840px) {
  .homeHowto__flow .body .img,
  .homeHowto__flow .item.delivery-st .body .img {
    width: 75%;
    margin: 0.5em auto;
  }
}

.homeHowto__flow .body .note {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 1.4rem;
  line-height: 1.42;
  color: #060D43;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

@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: 40px auto 0;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .homeHowto .orderBtnWrap {
    margin-top: 5.33vw;
  }
}

/* ==========================================================================
  Select
========================================================================== */
.flowList {
  padding: 60px 0;
}

@media only screen and (max-width: 640px) {
  .flowList {
    padding: 3.33vw 0 4.67vw;
  }
}

.flowList__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: 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: grid;
  grid-template-columns: 1fr 60px;
}

@media only screen and (max-width: 640px) {
  .selectShop__textform {
    margin-top: 4.67vw;
    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;
}

@media only screen and (max-width: 640px) {
  .selectShop__text {
    font-size: 3.73vw;
    border-radius: 0.67vw 0 0 0.67vw;
  }
}

.selectShop__text::placeholder {
  opacity: 0.5;
  color: #000;
}

.selectShop__btn {
  border: none;
  background: #051069;
  padding: 10px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  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;
  display: grid;
  grid-template-columns: 64% 36%;
  height: 540px;
}

@media only screen and (max-width: 640px) {
  .selectShop .mapArea {
    display: block;
    margin: 5.33vw -5vw 0;
    height: 108.8vw;
    position: relative;
  }
}

.selectShop .mapArea .googlemap iframe {
  width: 100%;
  height: 100%;
}

.selectShop .mapArea .listArea {
  height: 100%;
  overflow-y: auto;
}

@media only screen and (max-width: 640px) {
  .selectShop .mapArea .listArea {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}

.selectShop .mapArea .listArea .inner {
  padding: 2px 20px 20px;
}

@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 {
    transform: translateX(0) !important;
  }
}

.selectShop .mapArea .shopList .splide__track {
  overflow: visible;
}

.selectShop .mapArea .shopList .splide__slide {
  margin-top: 18px;
  position: relative;
  background: #fff;
  padding: 1em;
  border-radius: 10px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  transition: all 0.15s ease;
}

@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%;
    transform: translateX(-50%);
    border-radius: 100px;
  }
}

.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;
  transition: opacity 0.2s ease;
}

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

.selectShop .mapArea .shopList .splide__slide .shopName {
  font-size: 1.4rem;
  font-weight: 700;
  color: #051069;
}

@media only screen and (max-width: 640px) {
  .selectShop .mapArea .shopList .splide__slide .shopName {
    font-size: 3.73vw;
  }
}

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

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


.selectShop .mapArea .shopList .splide__slide .shopDetail {
  margin-top: 0.5em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #051069;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .selectShop .mapArea .shopList .splide__slide .shopDetail {
    display: none !important;
  }
}

.selectShop .mapArea .shopList .splide__slide .target {
  display: none;
}

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

@media only screen and (max-width: 640px) {
  .selectShop .mapArea .shopList .splide__slide .targetInner .table tr {
    border-color: #f9f9f9;
  }
}

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

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

.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%;
  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 .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: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.selectDate__title::before {
  content: "\e916";
  font-size: 2.3rem;
  font-family: "Material Icons";
  margin-right: 5px;
}

@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__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";
}
*/

.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: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  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;
  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%;
  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;
  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: grid;
  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: grid;
  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;
  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: grid;
  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 {
    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;
  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 {
  grid-template-columns: repeat(7, 1fr);
}

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

  .selectDate .time .minute,
  .selectProduct .time .minute {
    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 .5rem;
  padding: 2rem;
  color: #051069;
  font-weight: 500;
  background-color: #f5f5f5;
  border-radius: 10px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .selectDate .delivery-time p{
    margin: 1.5vw 0;
    padding: 1.2rem;
    font-size: 4.27vw;
  }
}
.selectDate .delivery-time p span.t-until{
  display: inline-block;
  margin: 0 1rem;
  font-size: 3rem;
}

@media only screen and (max-width: 640px) {
  .selectDate .delivery-time p span.t-until {
    margin: 0 .5rem;
    font-size: 7vw;
  }
}

.selectDate .backbtn,
.selectProduct .backbtn {
  margin: 60px auto 40px;
  max-width: 360px;
  padding: 1.5em;
  font-size: 1.6rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

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

.selectProduct .wrapper+.wrapper {
  max-width: 1280px;
}

@media only screen and (max-width: 640px) {
  .selectProduct .wrapper+.wrapper {
    max-width: none;
    width: 100%;
  }
}

.selectProduct .tabBtn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: #051069 2px solid;
  padding: 0 40px;
  gap: 2px;
}

@media only screen and (max-width: 980px) {
  .selectProduct .tabBtn {
    padding: 0 5vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
  }
}

.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;
  transition: opacity 0.2s ease;
}

@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: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 640px) {
  .selectProduct .tabBtn .item {
    padding: 0.5em 0;
    font-size: 4vw;
  }
}

.selectProduct .tabBtn .item.is-active {
  background: #051069;
  color: #fff;
}

.selectProduct .targetArea .target {
  display: none;
}

.selectProduct .targetArea .outer {
  padding-top: 40px;
}

@media only screen and (max-width: 640px) {
  .selectProduct .targetArea .outer {
    padding-top: 5.33vw;
  }
}

.selectProduct .targetArea .tagList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 40px;
  gap: 10px;
  margin-bottom: 40px;
}

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

.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;
  transition: opacity 0.2s ease;
}

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

.selectProduct .targetArea .productList {
  background: #F4F4F4;
  padding: 40px;
}

@media only screen and (max-width: 840px) {
  .selectProduct .targetArea .productList {
    padding: 5.33vw 5vw;
  }
}

.selectProduct .targetArea .productList+.productList {
  padding-top: 0;
}

.selectProduct .targetArea .productList:last-child {
  padding-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .selectProduct .targetArea .productList:last-child {
    padding-bottom: 8vw;
  }
}

.selectProduct .targetArea .productList__title {
  font-size: 2rem;
  font-weight: 700;
  color: #051069;
}

@media only screen and (max-width: 640px) {
  .selectProduct .targetArea .productList__title {
    font-size: 4.27vw;
  }
}

.selectProduct .targetArea .productList__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

@media only screen and (max-width: 1280px) {
  .selectProduct .targetArea .productList__list {
    gap: 10px;
  }
}

@media only screen and (max-width: 980px) {
  .selectProduct .targetArea .productList__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 640px) {
  .selectProduct .targetArea .productList__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
    margin-top: 4vw;
  }
}

.selectProduct .targetArea .productList__list .item {
  background: #fff;
  border-radius: 20px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
  overflow: hidden;
  padding: 20px;
  display: grid;
  grid-template-columns: 33% 63%;
  gap: 4%;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

@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;
    grid-template-columns: 46% 50%;
    filter: drop-shadow(0 0 1.33vw rgba(0, 0, 0, 0.16));
  }
}

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

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

.selectProduct .targetArea .productList__list .item .price {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
  margin-top: 0.5em;
}

@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: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .nutrient .balance_area {
    grid-template-columns: repeat(1, 1fr);
  }
}

.nutrient .balance_area .chart {
  width: 330px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .nutrient .balance_area .chart {
    width: 90%;
  }
}

.nutrient .balance_area .chart .chartArea {
  height: 140px;
  margin-top: 150px;
}

@media only screen and (max-width: 640px) {
  .nutrient .balance_area .chart .chartArea {
    height: 170px;
    margin-top: 140px;
  }
}

.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;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 52px;
  -moz-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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
}

@media only screen and (max-width: 640px) {
  .nutrient .balloon_area {
    padding-left: 0;
  }
}

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

@media only screen and (max-width: 640px) {
  .nutrient .balloon_area table tr th {
    font-size: 1.33vw;
    padding-bottom: 3px;
    line-height: 1.35;
  }
}

.nutrient .balloon_area table tr th span {
  font-size: 1rem;
}

@media only screen and (max-width: 640px) {
  .nutrient .balloon_area table tr th span {
    font-size: 1.33vw;
  }
}

.nutrient .balloon_area table tr th:nth-of-type(1) {
  width: 130px;
}

@media only screen and (max-width: 640px) {
  .nutrient .balloon_area table tr th:nth-of-type(1) {
    width: 32%;
  }
}

.nutrient .balloon_area table tr th:nth-of-type(2) {
  width: 80px;
}

@media only screen and (max-width: 640px) {
  .nutrient .balloon_area table tr th:nth-of-type(2) {
    width: 20%;
  }
}

.nutrient .balloon_area table tr th:nth-of-type(3) {
  width: 80px;
}

@media only screen and (max-width: 640px) {
  .nutrient .balloon_area table tr th:nth-of-type(3) {
    width: 20%;
  }
}

.nutrient .balloon_area table tr td {
  text-align: center;
  padding: 13px 0;
  font-size: 1.2rem;
}

@media only screen and (max-width: 640px) {
  .nutrient .balloon_area table tr td {
    padding: 6px 0;
    font-size: 1.6vw;
  }
}

.nutrient .balloon_area table tr td.label {
  text-align: left;
  padding-left: 38px;
  background-position: left 10px center;
  background-repeat: no-repeat;
}

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

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

@media only screen and (max-width: 640px) {
  .nutrient .balloon_area .note {
    margin-top: 1em;
    padding: 0;
  }
}

.nutrient .balloon_area .note span {
  display: block;
  font-size: 1.1rem;
  margin-left: 2.5em;
  text-indent: -2.5em;
}

@media only screen and (max-width: 640px) {
  .nutrient .balloon_area .note span {
    font-size: 1.33vw;
    margin-left: 5em;
    text-indent: -5em;
  }
}

.nutrient .balloon_area .note span+span {
  margin-top: 6px;
}

.nutrient.graph2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 640px) {
  .nutrient.graph2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.nutrient .graph_area .title {
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .nutrient .graph_area .title {
    font-size: 4.8vw;
  }
}

.nutrient .graph_area .ratio {
  margin: 0.5em 0;
}

.nutrient .graph_area .ratio li {
  padding: 5px 0 5px 20px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 640px) {
  .nutrient .graph_area .ratio li {
    font-size: 3.2vw;
  }
}

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

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

.nutrient .graph_area .graph .graphArea span {
  background-color: #faf8f0;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 10px;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 1rem;
}

@media only screen and (max-width: 640px) {
  .nutrient .graph_area .graph .graphArea span {
    display: none !important;
  }
}

.nutrient .data {
  background: url("../images/common/border_dotted.png") repeat-x left bottom;
  display: inline-block;
  margin-left: 38px;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .nutrient .data {
    margin-left: 0;
    margin-top: 2em;
  }
}

.nutrient .data dl {
  background: url("../images/common/border_dotted.png") repeat-x left top;
  display: table;
  padding: 15px 0;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .nutrient .data dl {
    padding: 0.5em 0;
    font-size: 2.67vw;
  }
}

.nutrient .data dl dt {
  display: table-cell;
}

.nutrient .data dl dd {
  display: table-cell;
  text-align: right;
}

/* ==========================================================================
  Cart
========================================================================== */
.cart .wrapper {
  position: relative;
}

.cart__list {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .cart__list {
    margin-top: 5.33vw;
  }
}

.cart__list .item {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: flex-start;
  gap: 0 38px;
  border-bottom: #CCCCCC 1px solid;
  padding: 40px 0;
}

@media only screen and (max-width: 640px) {
  .cart__list .item {
    grid-template-columns: 26.67vw 1fr;
    gap: 0 3.73vw;
    padding: 0 0 8vw;
    border: none;
  }
}

.cart__list .img {
  grid-column: 1/2;
  grid-row: 1/3;
}

@media only screen and (max-width: 640px) {
  .cart__list .img {
    grid-row: 1/2;
  }
}

.cart__list .img img {
  width: 100%;
}

.cart__list .textArea {
  grid-column: 2/3;
  grid-row: 1/2;
}

.cart__list .textArea .titleArea .title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .cart__list .textArea .titleArea .title {
    font-size: 4vw;
  }
}

.cart__list .textArea .titleArea .data {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
  margin-top: 0.75em;
}

@media only screen and (max-width: 640px) {
  .cart__list .textArea .titleArea .data {
    font-size: 3.2vw;
    margin-top: 0.5em;
  }
}

.cart__list .subtotalArea {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea {
    grid-column: 1/3;
    grid-row: 2/3;
    justify-content: space-between;
    margin-top: 0.5em;
  }
}

.cart__list .subtotalArea .subtotal {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #ECECEC;
  padding: 0.25em 1em;
  border-radius: 10px;
  width: 300px;
  font-size: 1.6rem;
  font-weight: 700;
}

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

.cart__list .subtotalArea .subtotal dd {
  font-size: 2rem;
}

@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea .subtotal dd {
    font-size: 4.27vw;
  }
}

.cart__list .subtotalArea .subtotal dd .tax {
  font-size: 1.6rem;
}

@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea .subtotal dd .tax {
    font-size: 4.27vw;
  }
}

.cart__list .subtotalArea .quantity {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}

@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea .quantity {
    margin-left: 2.67vw;
  }
}

.cart__list .subtotalArea .quantity .selectArea {
  background: #ECECEC;
  border-radius: 10px;
  width: 120px;
  font-size: 1.8rem;
  padding: 0;
  position: relative;
}

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

.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;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea .quantity .selectArea:after {
    width: 6px;
    height: 6px;
    right: 10px;
  }
}

.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;
  box-sizing: border-box;
}

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

.cart__list .subtotalArea .quantity .unit {
  font-size: 1.6rem;
  padding-left: 0.75em;
}

@media only screen and (max-width: 640px) {
  .cart__list .subtotalArea .quantity .unit {
    font-size: 3.73vw;
    padding-left: 0.5em;
  }
}

.cart__list .subtotalArea .deleteBtn {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  transition: opacity 0.2s ease;
}

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

.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 .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: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em 0.5em 2em;
  font-size: 2rem;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .cart .total {
    margin-top: 5.33vw;
    width: 100%;
    border-radius: 1.33vw;
    font-size: 4.27vw;
  }
}

.cart .total dd {
  font-size: 2rem;
}

@media only screen and (max-width: 640px) {
  .cart .total dd {
    font-size: 5.33vw;
  }
}

.cart .total dd .tax {
  font-size: 1.6rem;
}

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

.cart .backbtn {
  width: 360px;
  margin: 80px auto 20px;
  padding: 1.5em 1em;
}

@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: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px 0;
  margin-top: 40px;
}

@media only screen and (max-width: 840px) {
  .address__list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }
}

.address__list dt {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 700;
  color: #051069;
  padding: 1em 2em;
}

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

.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],
.address__list dd textarea {
  width: 100%;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 1.5em;
  font-size: 1.6rem;
}

@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],
  .address__list dd textarea {
    border-radius: 1.33vw;
    padding: 1.25em;
    font-size: 3.73vw;
  }
}

.address__list dd p {
  font-size: 1.6rem;
  color: #000;
  margin-top: 0.5em;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .address__list dd p {
    font-size: 3.2vw;
  }
}

/*202406追記*/
.address__list dd.delivery-address .btn{
  width: auto;
  margin: .8rem 0 0;
  padding: 1.25em 1.5em;
  color: #fff;
  font-size: 1.6rem;
  background-color: #051069;
  border: none;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .address__list dd.delivery-address .btn{
    padding: 0.75em 1em;
    font-size: 4vw;
  }
}

.address__list dd.delivery-address .btn:hover{
  cursor: pointer;
  opacity: .7;
}

.address__list dd.radio {
  display: grid;
  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;
  transition: opacity 0.2s ease;
}

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

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

@media only screen and (max-width: 640px) {
  .address__list dd.creditcard label {
    font-size: 3.73vw;
    padding-left: 5.6vw;
  }
}

.address__list dd.creditcard label::before,
.address__list dd.creditcard label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  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;
}

@media only screen and (max-width: 640px) {
  .address__list dd.creditcard label::before {
    width: 3.73vw;
    height: 3.73vw;
  }
}

.address__list dd.creditcard label::after {
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 6px;
}

@media only screen and (max-width: 640px) {
  .address__list dd.creditcard label::after {
    width: 1.73vw;
    height: 1.73vw;
    left: 1.07vw;
  }
}

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

@media only screen and (max-width: 640px) {
  .address__list dd.creditcard2 label {
    font-size: 3.73vw;
  }
}

.address__list dd.creditcard2 input {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.address__list dd .double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

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

.address__list.memberArea {
  background: #E5E6F0;
  padding: 0 3em 3em;
  margin: 1em 5em;
  border-radius: 10px;
  grid-template-columns: 1fr;
  gap: 0;
}

@media only screen and (max-width: 640px) {
  .address__list.memberArea {
    margin: 1em 0 2em;
    padding: 0 1em 1em;
  }
}

.address__list.memberArea dt {
  text-align: center;
  width: 100%;
}

.address__list.memberArea dd.member {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .address__list.memberArea dd.member {
    margin-top: 1em;
  }
}

.address__list.memberArea dd.member label {
  display: block;
  margin-top: 1em;
}

@media only screen and (max-width: 640px) {
  .address__list.memberArea dd.member label {
    margin-top: 0.5em;
  }
}

.address__list.memberArea dd.member label:first-of-type {
  margin-top: 0;
}

.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,
.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: flex;
  flex-wrap: nowrap;
  justify-content: 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,
  .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,
.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;
  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,
  .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;
}

@media only screen and (max-width: 640px) {
  .confirm__list {
    margin-top: 5.07vw;
  }
}

.confirm__list .item {
  border-bottom: #ccc 1px solid;
  padding: 30px 0;
}

@media screen and (max-width: 1000px) {
  .confirm__list .item {
    padding: 4vw 5vw;
  }
}

.confirm__list .item.noline {
  border: none;
  padding-bottom: 0;
}

.confirm__list .item .inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
}

@media only screen and (max-width: 840px) {
  .confirm__list .item .inner {
    display: block;
  }
}

.confirm__list .item .inner>dt,
.confirm__list .item .inner>dd {
  font-size: 1.6rem;
  font-weight: 700;
  color: #051069;
  line-height: 1.5;
}

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

  .confirm__list .item .inner>dt,
  .confirm__list .item .inner>dd {
    font-size: 4.27vw;
  }
}

.confirm__list .item .inner>dt {
  text-align: right;
}

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

.confirm__list .item .inner>dd .data {
  font-weight: 400;
  color: #000;
  margin-top: 0.75em;
}
@media only screen and (max-width: 640px) {
  .confirm__list .item .inner > dd .data {
    font-size: 3.73vw;
  }
}
/*20240614 start*/
.confirm__list .item .inner>dd .caution {
  display: block;
  font-weight: 400;
  color: #ff0000;
  margin: .5rem 0;
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner>dd .caution {
    font-size: 3.73vw;
  }
}
.confirm__list .item .inner>dd .delivery-announcement {
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
  margin: 0 0 1em;
}

@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: grid;
    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;
  }
}

.confirm__list .item .inner>dd .orderAddress dt {
  font-weight: 400;
  color: #000;
}

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

.confirm__list .item .inner>dd .orderAddress dt:not(:first-child) {
  margin-top: 0.5em;
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner>dd .orderAddress dt:not(:first-child) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner>dd .orderAddress dd {
    font-size: 4.27vw;
  }
}

.confirm__list .item .inner>dd .orderProduct {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner>dd .orderProduct {
    grid-template-columns: 26.67vw 1fr;
    gap: 3.73vw;
  }
}

.confirm__list .item .inner>dd .orderProduct:not(:first-child) {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner>dd .orderProduct:not(:first-child) {
    margin-top: 5.33vw;
  }
}

.confirm__list .item .inner>dd .orderProduct__title {
  font-size: 2rem;
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner>dd .orderProduct__title {
    font-size: 4vw;
  }
}

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

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

.confirm__list .item .inner>dd .orderPrice {
  background: #ECECEC;
  margin-top: 1em;
  padding: 0.25em 1.25em;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

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

.confirm__list .item .inner>dd .orderPrice__num .num {
  font-size: 2rem;
  color: #060D43;
  width: 60px;
  text-align: right;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner>dd .orderPrice__num .num {
    font-size: 4.27vw;
  }
}

.confirm__list .item .inner>dd .orderPrice__num .unit {
  font-size: 1.6rem;
  color: #000;
  padding-left: 12px;
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner>dd .orderPrice__num .unit {
    font-size: 3.73vw;
    padding-left: 1.6vw;
  }
}

.confirm__list .item .inner>dd .orderPrice__subtotal {
  font-size: 2rem;
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner>dd .orderPrice__subtotal {
    font-size: 4.27vw;
  }
}

.confirm__list .item .inner>dd .total {
  background: #f7d6a6;
  margin-top: 30px;
  padding: 0.25em 1.25em 0.75em;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner>dd .total {
    margin-top: 4vw;
    padding: 1em 0.75em;
    border-radius: 1.33vw;
  }
}

.confirm__list .item .inner>dd .total__num {
  font-size: 1.8rem;
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner>dd .total__num {
    font-size: 4.27vw;
  }
}

.confirm__list .item .inner>dd .total__num .num {
  font-size: 2.4rem;
  color: #060D43;
  width: 60px;
  text-align: right;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner>dd .total__num .num {
    font-size: 5.33vw;
  }
}

.confirm__list .item .inner>dd .total__num .unit {
  font-size: 1.6rem;
  color: #000;
  padding-left: 10px;
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner>dd .total__num .unit {
    font-size: 3.73vw;
  }
}

.confirm__list .item .inner>dd .total__price {
  font-size: 3rem;
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner>dd .total__price {
    font-size: 4.27vw;
  }
}

.confirm__list .item .inner>dd .total__price .tax {
  font-size: 2rem;
}

@media only screen and (max-width: 640px) {
  .confirm__list .item .inner>dd .total__price .tax {
    font-size: 4.27vw;
  }
}

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

@media only screen and (max-width: 640px) {
  .completed__text {
    font-size: 3.73vw;
  }
}

.completed__text+.wrapper {
  max-width: 1280px;
  padding: 0 150px 30px;
  background: #E5E6F0;
}

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

@media only screen and (max-width: 640px) {
  .history {
    padding-top: 5.33vw;
  }
}

.history .wrapper {
  max-width: 980px;
  position: relative;
}

.history__list .item {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .history__list .item {
    margin-top: 5.33vw;
  }
}

.history__list .item a {
  text-decoration: none;
  transition: opacity 0.2s ease;
}

@media only screen and (min-width: 769px) {
  .history__list .item a:hover {
    opacity: 0.75;
  }
}

.history__list .item .title {
  border: 1px solid;
  padding: 0.5em 1em;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .history__list .item .title {
    font-size: 4.27vw;
  }
}

.history__list .item .title:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .history__list .item .title:after {
    right: 20px;
  }
}

.history__list .item .body {
  border: #ccc 1px solid;
  border-top: none;
  padding: 1.5em 2em;
}

@media only screen and (max-width: 640px) {
  .history__list .item .body {
    padding: 1em;
  }
}

.history__list .item .body .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media only screen and (max-width: 640px) {
  .history__list .item .body .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.history__list .item .body .list dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}

@media only screen and (max-width: 640px) {
  .history__list .item .body .list dl {
    display: block;
  }
}

.history__list .item .body .list dt {
  font-size: 1.6rem;
  color: #000;
}

@media only screen and (max-width: 640px) {
  .history__list .item .body .list dt {
    font-size: 3.73vw;
  }
}

.history__list .item .body .list dt::before {
  content: "・";
}

.history__list .item .body .list dd {
  font-size: 1.6rem;
  font-weight: 700;
  color: #051069;
}

@media only screen and (max-width: 640px) {
  .history__list .item .body .list dd {
    font-size: 4.27vw;
  }
}

.history__list .item.before .title {
  background: #F0AD4E;
  border-color: #F0AD4E;
}

.history__list .item.delivery .title {
  background: #426ab3;
  border-color: #426ab3;
}

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

.history .btnWrap {
  max-width: 360px;
  margin: 40px auto;
}

@media only screen and (max-width: 640px) {
  .history .btnWrap {
    margin-top: 5.33vw;
    margin-bottom: 0;
    width: 56vw;
  }
}

.history .btnWrap .backbtn {
  padding: 0;
  height: 60px;
  line-height: 60px;
  transition: opacity 0.2s ease;
}

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

@media only screen and (max-width: 640px) {
  .historyDetail {
    padding-top: 5.33vw;
  }
}

.historyDetail .wrapper+.wrapper {
  max-width: 1280px;
  padding: 0 150px 30px;
  background: #E5E6F0;
}

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

.historyDetail .orderBtnWrap {
  padding-top: 20px;
}

@media only screen and (max-width: 640px) {
  .historyDetail .orderBtnWrap {
    border-top: #ccc 1px solid;
    padding-top: 5.33vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
}

.historyDetail .orderBtnWrap+.orderBtnWrap {
  border: none;
  padding-top: 0;
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
  .historyDetail .orderBtnWrap+.orderBtnWrap {
    margin-top: 2.67vw;
  }
}

.historyDetail .orderBtnWrap .orderBtn,
.historyDetail .orderBtnWrap .modal__product .btnArea .reset .resetBtn,
.modal__product .btnArea .reset .historyDetail .orderBtnWrap .resetBtn {
  max-width: 500px;
  height: 70px;
  line-height: 70px;
  border: none;
  font-size: 2rem;
  font-weight: 400;
  filter: none;
}

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

  .historyDetail .orderBtnWrap .orderBtn,
  .historyDetail .orderBtnWrap .modal__product .btnArea .reset .resetBtn,
  .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,
.modal__product .btnArea .reset .historyDetail .orderBtnWrap .cancel.resetBtn {
  background: #C5C5C5;
}

.historyDetail .orderBtnWrap .orderBtn.back,
.historyDetail .orderBtnWrap .modal__product .btnArea .reset .back.resetBtn,
.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,
.modal__product .btnArea .reset .historyDetail .orderBtnWrap .back.resetBtn::after {
  right: auto;
  left: 30px;
  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;
}

@media only screen and (max-width: 640px) {
  .order_modal .orderBtnWrap {
    margin-top: 1em;
  }
}

.order_modal .orderBtnWrap .orderBtn {
  display: block;
  text-decoration: none;
  margin: 0 auto;
  line-height: 74px;
}

@media only screen and (max-width: 640px) {
  .order_modal .orderBtnWrap .orderBtn {
    line-height: calc(13.33vw - 6px);
  }
}

.order_modal .orderBtnWrap .orderBtn.notActive {
  pointer-events: none;
  background: #C5C5C5;
  color: #666666;
}

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

.header.header_wrapper {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 840px) {
  .header.header_wrapper {
    display: flex;
  }
}

@media only screen and (max-width: 840px) {
  .header.header_wrapper.web_view {
    display: none;
  }
}

/*# sourceMappingURL=style.min.css.map */