@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  font-size: 1.6em;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #222;
  line-height: 1.6;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

a {
  transition: all 0.2s;
}

a:hover {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
    -webkit-text-decoration: underline 1px;
            text-decoration: underline 1px;
  }
}

a[href="javascript:void(0)"] {
  pointer-events: none;
}

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

.fs_small {
  font-size: 90%;
}

.strong {
  color: #F20000;
}

.wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.mainArea .wrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainArea .wrapper {
    width: 90%;
  }
}

.section {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.section_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .section_title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
}

.mainBox {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .mainBox {
    width: 100%;
  }
}

.mainArea {
  width: calc(100% - 240px);
}
@media screen and (max-width: 1099px) {
  .mainArea {
    width: 100%;
  }
}

.btn_basic {
  width: 100%;
  max-width: 250px;
}
.btn_basic a {
  display: block;
  font-size: 1.4rem;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 5px;
  text-align: center;
  padding: 6px 0;
}

.btn_basic02 {
  width: 100%;
  max-width: 250px;
  display: block;
  font-size: 1.4rem;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 5px;
  text-align: center;
  padding: 6px 0;
}

.btn_fill {
  width: 100%;
  max-width: 250px;
}
.btn_fill a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  background-color: #222;
  border: 1px solid #222;
  border-radius: 5px;
  text-align: center;
  padding: 6px 0;
}

.btn_fill02 {
  width: 100%;
  max-width: 250px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  background-color: #222;
  border: 1px solid #222;
  border-radius: 5px;
  text-align: center;
  padding: 6px 0;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #e6e6e6;
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #222;
}

.crumb {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 4px;
  opacity: 0.7;
}
.crumb li {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.crumb li + li::before {
  content: "＞";
}

.pagenation {
  display: flex;
  gap: 4px;
}
.pagenation a,
.pagenation strong {
  padding: 2px 8px;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.fav {
  width: 44px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  cursor: pointer;
}
.fav span {
  display: none;
}
.fav.message span {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  text-align: center;
  width: 100px;
  border-radius: 5px;
  padding: 8px 4px;
  position: absolute;
  right: 0;
  top: -56px;
}
.fav.message span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 8px solid rgba(255, 255, 255, 0.8);
  border-bottom: 0;
  position: absolute;
  bottom: -8px;
  right: 16px;
}
.fav::before {
  content: "";
  width: 56%;
  aspect-ratio: 1/1;
  background: url(../img/fav_btn.svg) center bottom/contain no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fav:focus {
  outline: 0;
}
.fav:active::before {
  transform: translate(-50%, -50%) scale(0.8);
}
.fav.active::before {
  background-image: url(../img/fav_btn_active.svg);
  animation: favAnime 0.2s ease-in-out forwards;
}

@keyframes favAnime {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.text_link {
  color: #053eb9;
  text-decoration: underline;
}

.free_flg {
  color: #e00f0f;
}
.free_flg.free_flg_item {
  font-size: 1.8rem;
  padding-left: 3%;
}
.free_flg.free_flg_list {
  border: 1px solid #e00f0f;
  padding: 0px 8px;
  display: inline-block;
  border-radius: 3px;
  margin-top: 4px;
  margin-right: 4px;
}

.soldout_flg {
  color: #222;
}
.soldout_flg.soldout_flg_list {
  border: 1px solid #222;
  padding: 0px 8px;
  display: inline-block;
  border-radius: 3px;
  margin-top: 4px;
  margin-right: 4px;
}

.back_btn {
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .back_btn {
    margin: auto;
  }
}
.back_btn a {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 6px 5%;
  border-radius: 5px;
}

.page_title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  padding: 40px 3%;
  position: relative;
  text-shadow: 0 0 10px #fff;
}
@media screen and (max-width: 1099px) {
  .page_title {
    font-size: 2.4rem;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media screen and (max-width: 767px) {
  .page_title {
    font-size: 2rem;
  }
}
.page_title::before {
  content: "";
  width: 20%;
  height: 100%;
  background: url(../img/page_title_yanagi.png) center/cover;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .page_title::before {
    opacity: 0.3;
    width: 40%;
  }
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  font-weight: 500;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
  font-weight: 500;
}

input[type=tel],
input[type=text],
input[type=email],
input[type=password],
input[type=number] {
  height: 45px;
  border: 1px solid #ccc;
  padding: 3px 10px;
  background-color: #FFF;
}

input[type=date] {
  height: 45px;
  border: 1px solid #ccc;
  padding: 3px 10px;
  background-color: #FFF;
}

select {
  height: 45px;
  border: 1px solid #ccc;
  background-color: #FFF;
}

textarea {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 3px 10px;
  width: 100%;
  background-color: #FFF;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}

input,
select {
  vertical-align: middle;
  border-radius: 5px;
}

input[type=file] {
  border-radius: 0;
}

label:has(input[type=checkbox], input[type=radio]) {
  cursor: pointer;
}
label input[type=checkbox],
label input[type=radio] {
  transform: scale(1.3);
  vertical-align: inherit;
  margin-right: 4px;
}

.pass .disp_wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
}
.pass .disp_wrap input[type=password],
.pass .disp_wrap input[type=text] {
  padding-right: 80px;
}
.pass .disp_wrap .error {
  display: inline-block;
}
.pass .disp {
  position: absolute;
  top: 9px;
  right: 0;
  font-size: 1.4rem;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 500px;
  padding: 2px 0.5em;
  width: 65px;
  text-align: center;
  margin-right: 10px;
  letter-spacing: 0.05em;
}
.pass .disp[value=非表示] {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
}

form select.error,
form input.error {
  background-color: #ffebeb;
}
form select.error::-moz-placeholder, form input.error::-moz-placeholder {
  color: #aaa;
}
form select.error::placeholder,
form input.error::placeholder {
  color: #aaa;
}
form label.error {
  color: #fff;
  font-size: 1.2rem;
  background-color: #db0000;
  border-radius: 4px;
  padding: 3px 0.5em;
}

.info_strong {
  color: #F20000;
  padding: 20px 3%;
  border: 1px solid #F20000;
  border-radius: 5px;
  background-color: #FFD9D9;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .info_strong {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.info_strong_title {
  font-weight: bold;
  display: flex;
}
.info_strong_title::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/icon_info.svg) center/contain no-repeat;
  margin-right: 8px;
}
.info_strong_text {
  margin-top: 10px;
  font-size: 1.4rem;
}

.cart_btn {
  color: #fff;
  background-color: #fc9e23;
  border-radius: 5px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  transition: 0.3s;
}
.cart_btn:hover {
  background-color: #ff9408;
}

header .header_upper {
  height: 240px;
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px 0;
}
@media screen and (max-width: 1099px) {
  header .header_upper {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  header .header_upper {
    height: auto;
    display: flex;
    padding: 10px 0;
    align-items: center;
  }
}
header .header_logo {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1099px) {
  header .header_logo {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  header .header_logo {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
    width: 50px;
  }
}
header .header_tool {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
header .header_tool_list {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  header .header_tool_list {
    margin-bottom: 10px;
  }
}
header .header_tool_list li a {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0;
}
header .header_tool_list li img {
  display: block;
  width: 28px;
}
header .header_search {
  max-width: 300px;
  border: 1px solid #888;
  border-radius: 5px;
  position: relative;
  transform: scale(0.8);
  transform-origin: right top;
}
header .header_search input[type=text] {
  padding: 8px 48px 8px 8px;
  font-size: medium;
  max-width: 100%;
  border: none;
}
header .header_search input[type=submit] {
  color: transparent;
  width: 40px;
  height: 40px;
  background: url(../img/icon_search.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .header_search_add {
  background-color: #fff;
  position: fixed;
  top: 120px;
  left: 50%;
  width: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  padding: 60px 5%;
  z-index: 12;
  visibility: hidden;
  transform: translateX(50%);
  transition: 0.5s;
}
header .header_search_add.open {
  visibility: visible;
  transform: translateX(-50%);
}
header .header_search_add ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .header_search_add li {
  width: 48%;
  border-bottom: 1px solid #ccc;
}
header .header_search_add li a {
  padding: 10px 8px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
header .header_search_add li a::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  display: block;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  margin-right: 8px;
}
header .header_search_add_close {
  position: absolute;
  top: 10px;
  left: 5%;
  display: flex;
  cursor: pointer;
}
header .header_search_add_close img {
  width: 14px;
  margin-top: 3px;
  margin-left: 3px;
}
@media screen and (max-width: 1099px) {
  header .pc_nav {
    display: none;
  }
}
header .pc_nav ul {
  display: flex;
}
header .pc_nav li {
  width: 25%;
  position: relative;
}
header .pc_nav li::before {
  content: "";
  width: 0;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .pc_nav li a {
  display: block;
  color: #222;
  font-size: 1.4rem;
  padding: 16px 5%;
  text-align: center;
}
header .pc_nav li:last-of-type::after {
  content: "";
  width: 0;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .header_name {
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1099px) {
  header .header_name {
    font-size: 1.3rem;
  }
}
header .header_name p span {
  margin-left: 20px;
}

footer {
  padding: 60px 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}
footer .footer_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  -moz-column-gap: 5%;
       column-gap: 5%;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  footer .footer_inner {
    flex-direction: column;
    row-gap: 30px;
  }
}
footer .footer_nav {
  width: 320px;
}
@media screen and (max-width: 767px) {
  footer .footer_nav {
    width: 100%;
  }
}
footer .footer_sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer_sns {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    gap: 8px;
  }
}
footer .footer_sns p {
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
footer .footer_sns p.magazine {
  width: auto;
  border-radius: 300px;
  aspect-ratio: initial;
  flex: 1;
}
footer .footer_sns p.magazine a {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  padding-right: 12px;
}
footer .footer_sns p.magazine img {
  width: 50px;
}
footer .footer_store {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer_store {
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
footer .footer_store a {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #222;
  border-radius: 5px;
  padding: 5px;
}
footer ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
footer ul li {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
footer ul li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #222;
  margin-right: 6px;
}
footer .footer_info {
  display: flex;
  align-items: center;
  gap: 30px 8%;
  flex: 1;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer_info {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: 0;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}
footer .footer_logo {
  width: 120px;
}
@media screen and (max-width: 767px) {
  footer .footer_logo {
    width: 24%;
  }
}
footer .footer_address {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  footer .footer_address {
    font-size: 1.2rem;
  }
}
footer .footer_address span {
  font-size: 1.2rem;
}
footer .footer_address a[href^="tel:"] {
  font-family: "Zen Old Mincho", serif;
  color: #72B12D;
  font-size: 3.2rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer_address a[href^="tel:"] {
    font-size: 2.4rem;
  }
}
footer .footer_address a[href^="tel:"]::before {
  content: "";
  width: 18px;
  aspect-ratio: 14/26;
  background: url(../img/icon_tell.svg) center/contain no-repeat;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  footer .footer_address a[href^="tel:"]::before {
    width: 14px;
  }
}
footer .footer_address p:nth-of-type(2) {
  font-size: 1.2rem;
  padding-top: 6px;
  margin-top: 6px;
  border-top: 1px solid #ccc;
}
footer small {
  display: block;
  font-size: 10px;
  opacity: 0.2;
  margin-top: 20px;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  footer small {
    text-align: right;
    margin-top: 60px;
  }
}

.leftNav {
  width: 200px;
  margin-right: 40px;
}
@media screen and (max-width: 1099px) {
  .leftNav {
    display: none;
  }
}
.leftNav_banner01 {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.leftNav_banner02 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.leftNav_title {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  padding: 12px;
  background-color: #222;
  text-align: center;
}
.leftNav_category {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.leftNav_category li {
  border-bottom: 1px solid #ccc;
}
.leftNav_category li a {
  padding: 10px 8%;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.leftNav_category li a::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  display: block;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  margin-right: 8px;
}
.leftNav_category li:last-of-type {
  border-bottom: none;
}
.leftNav_banner {
  margin-bottom: 10px;
}

.sp_nav_toggle {
  display: none;
}
@media screen and (max-width: 1099px) {
  .sp_nav_toggle {
    position: fixed;
    background-color: #222;
    color: #fff;
    line-height: 1;
    font-size: 1.1rem;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    border-radius: 0 5px 5px 0;
    left: 0;
    bottom: 40px;
    z-index: 10;
  }
}
.sp_nav_toggle span {
  display: block;
  width: 28px;
  height: 1px;
  background-color: #fff;
}

.sp_nav {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  overflow-y: scroll;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 80px;
  transform: translateX(-100%);
  visibility: hidden;
  transition: 0.3s;
}
.sp_nav.active {
  transform: initial;
  visibility: visible;
}
.sp_nav .tool_list {
  margin-bottom: 30px;
}
.sp_nav .tool_list li a {
  display: block;
  padding: 12px 5%;
  border-bottom: 1px solid #ccc;
}
.sp_nav .tool_list img {
  width: 24px;
  margin-right: 10px;
}
.sp_nav_search {
  border: 1px solid #888;
  border-radius: 5px;
  position: relative;
  transform: scale(0.8);
  transform-origin: left top;
}
.sp_nav_search input[type=text] {
  font-size: medium;
  padding: 8px 48px 8px 8px;
  max-width: 100%;
  border: none;
}
.sp_nav_search input[type=submit] {
  width: 40px;
  height: 40px;
  background: url(../img/icon_search.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sp_nav_banner01 {
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.sp_nav_banner02 {
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.sp_nav_category {
  margin-top: 30px;
}
.sp_nav_category li {
  border-bottom: 1px solid #ccc;
}
.sp_nav_category li a {
  padding: 20px 8px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.sp_nav_category li a::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  display: block;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  margin-right: 8px;
}
.sp_nav_close {
  width: 60px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ccc;
  padding: 8px;
  display: flex;
  align-items: center;
}

.main_swiper {
  position: relative;
}
.main_swiper .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.top_info {
  font-size: 1.4rem;
  background-color: #F5F5F5;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 48px;
}

.info {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info li {
  border: 1px solid #F20000;
  border-radius: 5px;
  background-color: #FFD9D9;
}
.info li a {
  color: #F20000;
  font-size: 1.4rem;
  padding: 20px 3%;
  display: block;
}
@media screen and (max-width: 767px) {
  .info li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.info_title {
  display: flex;
}
.info_title::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/icon_info.svg) center/contain no-repeat;
  margin-right: 8px;
}
.info_next {
  color: #222;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.info_next::after {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  display: block;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  margin-left: 2px;
}

.top_about_item {
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  padding: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_about_item {
    border: none;
    background-color: transparent;
    padding: 0;
  }
}
.top_about a {
  display: flex;
  align-items: center;
  gap: 4px 10px;
}
@media screen and (max-width: 767px) {
  .top_about a {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.top_about h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .top_about h2 {
    font-size: 1.8rem;
    text-align: left;
  }
}
.top_about_img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_about_img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .teiban {
    overflow: hidden;
    background-color: #F5F5F5;
  }
}
.teiban h2 + p {
  margin-bottom: 20px;
}
.teiban .swiper-slide {
  height: auto;
}
.teiban .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .teiban .teiban_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
  }
  .teiban .swiper-slide {
    width: 48.5%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}
.teiban .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .teiban .swiper-pagination {
    display: flex;
  }
}
.teiban_img {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.teiban_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.teiban_info {
  background-color: #fff;
  padding: 12px 5% 30px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .teiban_info {
    padding-bottom: 20px;
  }
}
.teiban_info p {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.teiban_info img {
  display: none;
}
.teiban h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .teiban h3 {
    font-size: 2rem;
  }
}

.osusume_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
@media screen and (max-width: 767px) {
  .osusume_list {
    row-gap: 10px;
  }
}
.osusume_list li {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .osusume_list li {
    width: 100%;
  }
}

.top_category {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .top_category {
    border-top: none;
    background-color: #F5F5F5;
  }
}
.top_category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3%;
}
@media screen and (max-width: 767px) {
  .top_category_list {
    gap: 15px 15px;
  }
}
.top_category_list li {
  width: 31.3333333333%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_category_list li {
    width: calc((100% - 15px) / 2);
  }
}
.top_category_list li a:hover {
  opacity: 1;
}
.top_category_list li a:hover .top_category_img img {
  transform: scale(1.05);
}
.top_category_img {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.top_category_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_category_img {
    aspect-ratio: 1/1;
  }
}
.top_category h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  color: #222;
  padding: 7px 5%;
}
@media screen and (max-width: 767px) {
  .top_category h3 {
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .gift {
    padding: 0;
  }
}

.news .section_title {
  text-align: center;
}
.news_list li {
  border-top: 1px dotted #ccc;
}
.news_list li a {
  padding: 16px 0;
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .news_list li a {
    gap: 4%;
  }
}
.news_list li a:hover {
  opacity: 1;
}
.news_list li a:hover .news_img img {
  transform: scale(1.05);
}
.news_list li:last-of-type {
  border-bottom: 1px dotted #ccc;
}
.news_img {
  width: 100px;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.news_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: 0.3s;
}
.news_info {
  flex: 1;
}
.news_date {
  font-size: 1.4rem;
  color: #ccc;
}
.news h3 {
  line-height: 1.6;
}
.news .btn_basic {
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .index .news {
    background-color: #F5F5F5;
  }
}
.index .news_list {
  max-width: 550px;
  margin: 0 auto;
}

.column .section_title {
  text-align: center;
}
.column_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .column_list {
    flex-direction: column;
    row-gap: 30px;
  }
}
.column_list li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .column_list li {
    width: 100%;
  }
}
.column_img {
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 10px;
}
.column_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.column_head {
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 6px;
}
.column_text {
  font-size: 1.1rem;
  color: #888;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.column .btn_basic {
  margin: 30px auto 0;
}

.history {
  overflow: hidden;
}
.history .section_title {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .history .section_title {
    text-align: left;
  }
}
.history_img {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 6px;
}
.history_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.history_name {
  font-size: 1.4rem;
  line-height: 1.4;
}
.history_swiper_container {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .history_swiper_container {
    width: calc(100% + 50vw - 50%);
    margin-right: calc(50% - 50vw);
  }
}
.history .swiper {
  width: 100%;
}
.history .swiper-button-next,
.history .swiper-button-prev {
  display: block;
  width: 25px;
  height: 120px;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.3s;
}
.history .swiper-button-next:hover,
.history .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .history .swiper-button-next,
  .history .swiper-button-prev {
    display: none;
  }
}
.history .swiper-button-prev {
  background: url(../img/swiper_prev.svg) center/contain no-repeat;
}
.history .swiper-button-next {
  background: url(../img/swiper_next.svg) center/contain no-repeat;
}

.item_title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .item_title {
    text-align: center;
  }
}

.item_img_container {
  max-width: 500px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .item_img_container {
    max-width: none;
  }
}

.item_swiper {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .item_swiper {
    margin-bottom: 0;
  }
}
.item_swiper .swiper-slide {
  aspect-ratio: 640/427;
  overflow: hidden;
  position: relative;
}
.item_swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.item_swiper .fav {
  right: 15px;
  bottom: 15px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .item_swiper .fav {
    bottom: 10px;
  }
}

.thumb_list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.thumb_list .thumb_item {
  width: 66px;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thumb_list .thumb_item {
    width: 20%;
  }
}
.thumb_list .thumb_item:hover {
  opacity: 0.7;
}
.thumb_list .thumb_item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #222;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.thumb_list .thumb_item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .thumb_list {
    gap: 0;
  }
}

.item_text {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.item_info {
  background-color: #F5F5F5;
  padding: 30px 3%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  gap: 20px 5%;
}
@media screen and (max-width: 767px) {
  .item_info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.item_info .cart_btn {
  margin: 0 auto;
}

.item_info_left {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .item_info_left {
    width: 100%;
  }
}
.item_info_left .not_sale {
  font-size: 2rem;
}

.item_info_right {
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .item_info_right {
    width: 100%;
    padding: 0 3%;
  }
}
.item_info_right .soldout {
  color: red;
  font-size: 20px;
}

.item_tag_list {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .item_tag_list {
    flex-wrap: wrap;
  }
}
.item_tag_list li {
  font-size: 1.3rem;
  padding: 2px 10px;
  background-color: #fff;
}

.item_price {
  font-size: 3rem;
  margin-bottom: 10px;
  padding-left: 3%;
}
.item_price span {
  font-size: 50%;
  margin-left: 5px;
}

.item_code,
.item_point,
.item_stock {
  font-size: 1.2rem;
  padding-left: 3%;
}

.item_number {
  background-color: #fff;
  padding: 10px 5%;
  margin-bottom: 20px;
}
.item_number dl {
  display: flex;
  align-items: center;
}
.item_number dt {
  width: 35%;
}
.item_number dd {
  width: 65%;
}
.item_number dd input {
  width: 15%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  min-width: 60px;
}

.item_option {
  display: block;
  margin-bottom: 10px;
}
.item_option:last-of-type {
  margin-bottom: 20px;
}
.item_option span {
  display: block;
  margin-bottom: 4px;
}
.item_option select {
  width: 100%;
  max-width: 280px;
}

.item_contact {
  margin-top: 10px;
  text-decoration: underline;
  color: #345ca7;
}
@media screen and (max-width: 767px) {
  .item_contact {
    text-align: center;
  }
}

.nouki {
  border: 1px solid #fffd6e;
  background-color: #fffed9;
  padding: 20px;
  margin-bottom: 30px;
}

.desc_container {
  margin-bottom: 30px;
}

.desc_tab {
  background-color: #fff;
  display: flex;
  gap: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .desc_tab {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.desc_tab::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .desc_tab::before {
    display: none;
  }
}
.desc_tab_item {
  border-bottom: 4px solid #e5e5e5;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .desc_tab_item {
    width: calc((100% - 8px) / 3);
  }
}
.desc_tab_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .desc_tab_item a {
    pointer-events: all;
    padding-left: 3%;
    padding-right: 3%;
  }
}
.desc_tab_item span {
  font-size: 1rem;
  display: block;
}
.desc_tab_item.active {
  border-bottom: 4px solid #222;
}
.desc_tab_item:hover {
  background-color: #f5f5f5;
}

.desc_content_container {
  padding: 40px 0;
}

.desc_content {
  display: none;
}
.desc_content.show {
  display: block;
}

@media screen and (max-width: 767px) {
  .add {
    position: relative;
    max-height: 180px;
    overflow: hidden;
    transition: height 1s;
  }
}
.add::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .add::before {
    content: "";
    width: 100%;
    height: 120px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(transparent, #fff 40%);
  }
}
.add_open, .add_close {
  display: none;
}
@media screen and (max-width: 767px) {
  .add_open, .add_close {
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 200px;
    padding: 6px 5%;
    width: 100%;
    cursor: pointer;
  }
}
.add_open {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
}
.add_close {
  display: none;
  margin-top: 20px;
}
.add.open {
  max-height: none;
  transition: 0.3s;
}
.add.open::before {
  display: none;
}
.add.open .add_open {
  display: none;
}
.add.open .add_close {
  display: block;
}
.add.none::before {
  display: none;
}
.add.none .add_open,
.add.none .add_close {
  display: none;
}

.content01_inner {
  display: flex;
  flex-direction: column;
  max-width: 550px;
}

.desc_title {
  font-size: 1.8rem;
  font-weight: 700;
}

.desc_table {
  display: flex;
  flex-wrap: wrap;
  max-width: 550px;
  margin-bottom: 30px;
}
.desc_table dt,
.desc_table dd {
  border-bottom: 1px solid #ccc;
  padding: 20px 2%;
  font-weight: normal;
}
.desc_table dt {
  width: 30%;
}
.desc_table dd {
  width: 70%;
}

.allergen_title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

.allergen {
  display: flex;
  flex-wrap: wrap;
  max-width: 340px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .allergen {
    max-width: 450;
  }
}
.allergen dl {
  width: 25%;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
}
.allergen dt,
.allergen dd {
  padding: 6px 3%;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
}
.allergen dt {
  color: #fff;
  border-bottom: 1px solid #ccc;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.allergen.allergen01 dt {
  background-color: #222;
}
.allergen.allergen02 dt {
  background-color: #AAA;
}

.content03 {
  max-width: 550px;
}

.tuide,
.recommend {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tuide h2,
.recommend h2 {
  font-size: 1.8rem;
}
.tuide_list,
.recommend_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}
.tuide_list li,
.recommend_list li {
  width: 18.4%;
  line-height: 1.4;
}
@media screen and (max-width: 1099px) {
  .tuide_list li,
  .recommend_list li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .tuide_list li,
  .recommend_list li {
    max-width: 200px;
    width: 49%;
  }
}

.movie {
  margin-bottom: 30px;
}
.movie video {
  width: 100%;
  max-width: 600px;
}
.movie iframe {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 560/315;
  display: block;
  height: auto;
}

.list_title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list_title {
    font-size: 1.8rem;
  }
}

.item_count {
  color: #888;
}
.item_count span {
  color: #F20000;
}

.pagenation {
  margin-top: 10px;
}

.item_list {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  gap: 30px 2%;
  flex-wrap: wrap;
}
.item_list li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .item_list li {
    width: 49%;
  }
}
.item_list li a:hover {
  opacity: 1;
}
.item_list li a:hover img {
  transform: scale(1.05);
}
.item_list .itemImage {
  aspect-ratio: 640/427;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.item_list .itemImage a {
  display: block;
  width: 100%;
  height: 100%;
}
.item_list .itemImage img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: 0.3s;
}
.item_list .itemPrice {
  font-weight: 700;
}
.item_list .fav {
  right: 10px;
  bottom: 10px;
}

.sitemap_list {
  max-width: 500px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .sitemap_list {
    margin-left: auto;
  }
}
.sitemap_list li a {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 20px 2%;
  display: flex;
  align-items: center;
}
.sitemap_list li a::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  display: block;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  margin-right: 8px;
}

.sitemap_sub_list li a {
  padding: 10px 2%;
  margin-left: 20px;
  border-bottom: 1px dotted #ddd;
}

.privacy_content {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .privacy_content {
    font-size: 1.4rem;
  }
}
.privacy_content dt {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.privacy_content dd {
  margin-bottom: 30px;
}
.privacy_content dd ul,
.privacy_content dd ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

.privacy_orner {
  padding: 20px;
  border: 1px solid #ccc;
}
.privacy_orner strong {
  font-size: 105%;
  margin-bottom: 10px;
  display: block;
}

.faq_content h2 {
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faq_content h2 {
    font-size: 2rem;
  }
}
.faq_content dl dt {
  margin-bottom: 1em;
  color: #333333;
  font-weight: 600;
}
.faq_content dl dt::before {
  margin-right: 0.4em;
  content: "Q.";
  color: #75bbff;
}
.faq_content dl dd {
  margin: 0 0 2.5em;
  padding: 1em 1.5em;
  background-color: #f2f2f2;
  color: #333333;
}
.faq_content dl dd::before {
  margin-right: 0.4em;
  content: "A.";
  color: #ff8d8d;
}
.faq_content .qr-code {
  width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .faq_content .qr-code {
    width: 100%;
  }
}
.faq_content .indent1em {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1em;
}
.faq_content .font-bold {
  font-weight: 700;
  background: linear-gradient(to top, #fff175 50%, transparent 50%);
}

.overview_table,
.history_table {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.overview_table dt,
.overview_table dd,
.history_table dt,
.history_table dd {
  padding: 20px 2%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.overview_table dt,
.history_table dt {
  width: 30%;
  background-color: #f5f5f5;
}
.overview_table dd,
.history_table dd {
  width: 70%;
}
.overview_table dd span,
.history_table dd span {
  font-weight: 700;
}
.overview_table dd a,
.history_table dd a {
  text-decoration: underline;
}

.overview_table {
  margin-bottom: 40px;
}

.shop_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
  margin-bottom: 60px;
}
.shop_list li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .shop_list li {
    width: 100%;
  }
}
.shop_list .tag01,
.shop_list .tag02 {
  padding: 4px 14px;
  border-radius: 100px;
  display: inline-block;
}
.shop_list .tag01 {
  background-color: #fbd3ce;
  margin-right: 4px;
}
.shop_list .tag02 {
  background-color: #dcf4c1;
}

.shop_img {
  margin-bottom: 10px;
}

.shop_title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  margin-bottom: 10px;
}

.shop_info {
  margin-top: 10px;
}

.hyakkaten_title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.hyakkaten_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px 2%;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.hyakkaten_link li a {
  display: block;
  background-color: #f5f5f5;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.hyakkaten_link li a::after {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  display: block;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  margin-left: 10px;
  transform: rotate(135deg);
  margin-bottom: 2px;
}
.hyakkaten h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hyakkaten h3 {
    font-size: 2.2rem;
  }
}
.hyakkaten_list {
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}
.hyakkaten_list li {
  display: flex;
  gap: 20px 5%;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .hyakkaten_list li {
    flex-direction: column;
  }
}
.hyakkaten_list dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3%;
  margin-bottom: 5px;
}
.hyakkaten_list dt {
  width: 84px;
  font-weight: normal;
  background-color: #f5f5f5;
  padding: 4px 10px;
  border-radius: 100px;
  text-align: center;
}
.hyakkaten_list dd {
  flex: 1;
}
.hyakkaten_name {
  width: 30%;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .hyakkaten_name {
    width: 100%;
  }
}
.hyakkaten_info {
  flex: 1;
}

.regal h2 {
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .regal h2 {
    font-size: 2rem;
  }
}
.regal_card, .regal_convini {
  margin-top: 10px;
  margin-bottom: 10px;
}
.regal_card {
  max-width: 270px;
}
.regal_card_3d {
  max-width: 350px;
}
.regal_convini {
  max-width: 300px;
}
.regal_store dl {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.regal_store dt,
.regal_store dd {
  padding: 20px 2%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.regal_store dt {
  width: 30%;
  background-color: #f5f5f5;
}
.regal_store dd {
  width: 70%;
}
.regal_store dd span {
  font-weight: 700;
}
.regal_store dd a {
  text-decoration: underline;
}
.regal_sale h3 {
  font-size: 2rem;
  padding: 10px 2%;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .regal_sale h3 {
    font-size: 1.8rem;
  }
}
.regal_sale dt {
  margin-bottom: 10px;
}
.regal_sale dd {
  margin-bottom: 20px;
}
.regal_item {
  margin-bottom: 40px;
}
.regal a {
  text-decoration: underline;
}

.guide_link {
  display: flex;
  align-items: center;
  gap: 10px 2%;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.guide_link li a {
  display: block;
  background-color: #f5f5f5;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.guide_link li a::after {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  display: block;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  margin-left: 10px;
  transform: rotate(135deg);
  margin-bottom: 2px;
}
.guide h2 {
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .guide h2 {
    font-size: 2rem;
  }
}
.guide dt {
  margin-bottom: 10px;
}
.guide dd {
  margin-bottom: 20px;
}
.guide .flow_section {
  margin-bottom: 50px;
}
.guide .flow_section:last-of-type {
  margin-bottom: 0;
}
.guide .flow_section h3 {
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #f5f5f5;
  border-left: 4px solid #ccc;
  padding: 10px 12px;
  margin-bottom: 20px;
}
.guide .flow_section_body {
  padding-left: 20px;
}
.guide .flow_guide_img {
  margin: 20px 0;
  border: 1px solid #eee;
}
.guide .flow_section_pay h4 {
  font-weight: 700;
  margin: 20px 0 10px;
}
.guide .flow_guide_img_cart {
  width: 100%;
  max-width: 270px;
}

.delivery h2 {
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .delivery h2 {
    font-size: 2rem;
  }
}
.delivery dt {
  margin-bottom: 10px;
}
.delivery dd {
  margin-bottom: 20px;
}

.contact_sodan {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ccc;
}
.contact_sodan dt {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.contact_mail {
  margin-bottom: 30px;
}
.contact_mail a {
  text-decoration: underline;
  font-size: 1.8rem;
}
.contact_fax {
  max-width: 500px;
}
.contact_fax a {
  background-color: #f5f5f5;
  color: #488a02;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  padding: 20px 3%;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .contact_fax a {
    font-size: 1.8rem;
  }
}
.contact_fax a::before {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/icon_fax.svg) center/contain no-repeat;
}
.contact .form {
  max-width: 800px;
  margin-top: 40px;
  background-color: #F5F5F5;
  padding: 40px 5%;
}
.contact .form .section_title {
  text-align: center;
}
.contact .form dl {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  border-top: none;
}
.contact .form dt {
  width: 25%;
  padding: 25px 0 15px;
  box-sizing: border-box;
  border-bottom: solid 1px #DDD;
}
.contact .form dt.must::after {
  content: "*必須";
  font-size: 10px;
  color: #E10000;
  display: inline-block;
  margin-left: 1em;
}
.contact .form dd {
  padding: 15px 0;
  margin: 0;
  width: 75%;
  box-sizing: border-box;
  border-bottom: solid 1px #DDD;
}
.contact .form dd div {
  display: inline-block;
}
.contact .form input::-moz-placeholder, .contact .form textarea::-moz-placeholder {
  color: #ccc;
  font-weight: 500;
}
.contact .form input::placeholder,
.contact .form textarea::placeholder {
  color: #ccc;
  font-weight: 500;
}
.contact .form input[type=tel],
.contact .form input[type=text],
.contact .form input[type=email],
.contact .form input[type=number] {
  height: 45px;
  border: 1px solid #CCC;
  padding: 3px 10px;
  background-color: #FFF;
}
.contact .form textarea {
  border-radius: 5px;
  border: 1px solid #CCC;
  padding: 10px;
  width: 100%;
  background-color: #FFF;
}
.contact .form select {
  height: 40px;
  border: 1px solid #CCC;
}
.contact .form input,
.contact .form select {
  vertical-align: middle;
  border-radius: 5px;
}
.contact .form label {
  cursor: pointer;
}
.contact .form label input[type=checkbox],
.contact .form label input[type=radio] {
  transform: scale(1.3);
  vertical-align: inherit;
  margin-right: 10px;
  margin-bottom: 20px;
}
.contact .form .boxW100 input,
.contact .form .boxW100 textarea {
  width: 100%;
  box-sizing: border-box;
}
.contact .form .boxW49 {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.contact .form .boxW49 > div {
  width: 49%;
}
.contact .form .boxW49 > div input {
  width: 100%;
}
.contact .form .boxW50 input {
  width: 49%;
  box-sizing: border-box;
}
.contact .form .boxW50 select {
  background-color: #fff;
  padding: 3px 10px;
}
.contact .form .boxW20 input {
  width: 20%;
  box-sizing: border-box;
}
.contact .form .boxW20 span {
  padding-left: 10px;
}
.contact .form .radio input {
  height: auto;
  transform: scale(1.7);
  vertical-align: inherit;
}
.contact .form .small {
  font-size: 1.5rem;
}
.contact .form .tel input {
  width: 70%;
  max-width: 300px;
}
.contact .form #image-btn {
  width: 86%;
  max-width: 400px;
  text-align: center;
  border-radius: 300px;
  color: #FFF;
  transition: 0.2s;
  overflow: hidden;
}
.contact .form #image-btn:hover {
  opacity: 0.8;
}
.contact .form #image-btn input {
  width: 100%;
  height: 60px;
  display: block;
  background-color: #72B12D;
  cursor: pointer;
  font-size: 1.6rem;
}
@media all and (max-width: 599px) {
  .contact .form dl {
    display: block;
    margin: 0 auto;
  }
  .contact .form dl.margin_erase {
    margin-top: -40px;
  }
  .contact .form dt {
    width: 100%;
    padding: 15px 0 10px;
    border-bottom: none;
  }
  .contact .form dd {
    padding: 0 0 15px;
    width: 100%;
  }
  .contact .form #image-btn input {
    font-size: 1.6rem;
  }
}
.contact .formBtn {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.contact .formBtn input {
  padding: 10px 40px;
  border-radius: 200px;
  display: inline-block;
  margin: 0 10px;
  color: #FFF;
}
.contact .formBtn input:hover {
  opacity: 0.8;
}
@media all and (max-width: 599px) {
  .contact .formBtn {
    display: block;
  }
  .contact .formBtn input {
    margin-bottom: 20px;
  }
}
.contact input.backBtn {
  border-radius: 200px;
  padding: 10px 60px;
  background-color: #ccc;
  color: #222;
  font-size: 1.6rem;
}
.contact input.submitBtn {
  background-color: #72B12D;
  border-radius: 200px;
  padding: 10px 60px;
  color: #fff;
  font-size: 1.6rem;
}
.contact {
  /*チェックボックス*/
}
.contact .checkBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .inputGroup {
  width: 49.5%;
  display: inline-block;
  margin: 0 0 5px;
  position: relative;
}
@media all and (max-width: 480px) {
  .contact .inputGroup {
    width: 100%;
  }
}
.contact .inputGroup label {
  padding: 12px 15px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  background-color: #FFF;
}
.contact .inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #043d60;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.contact .inputGroup label:after {
  width: 26px;
  height: 26px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: -1px 0px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.contact .inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.contact .inputGroup input:checked ~ label:after {
  background-color: #333;
  border-color: #333;
}
.contact .inputGroup input {
  width: 26px;
  height: 26px;
  order: 1;
  z-index: 2;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.contact .contact_lead {
  margin-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.contact .image-btn-wrap {
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.contact .formText {
  margin-top: 20px;
  padding-bottom: 20px;
}
.contact .topBtn {
  margin-top: 40px;
}
@media all and (max-width: 599px) {
  .contact center {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.contact .margin_erase {
  margin-top: -40px;
}
.contact .pageTitle {
  margin-top: 150px;
  margin-bottom: 60px;
}
.contact .h_tl {
  font-size: 2.4rem;
  font-weight: 700;
}

.about h2 {
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about h2 {
    font-size: 2rem;
  }
}
.about_kodawari {
  margin-bottom: 60px;
}
.about_kodawari video {
  margin-top: 30px;
  max-width: 100%;
}
.about_torikata ul {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-bottom: 60px;
}
.about_torikata li {
  display: flex;
  gap: 3%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about_torikata li {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about_torikata_img {
    width: 100%;
  }
}
.about_torikata_img {
  width: 50%;
}
.about_torikata div {
  flex: 1;
}
.about_torikata h3 {
  color: #488a02;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #488a02;
  padding-bottom: 5px;
}
.about_head {
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about_head {
    font-size: 1.8rem;
  }
}

.mypage #mypoint {
  font-size: 120%;
  font-weight: 700;
  margin-top: 10px;
  padding: 4px 10px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fffed6;
}
.mypage .page_title {
  margin-bottom: 20px;
}
.mypage_section {
  margin-bottom: 40px;
}
.mypage_common_title {
  background-color: #f8f8f8;
  font-weight: 700;
  padding: 20px 10px;
  border-left: 4px solid #888;
  margin-bottom: 20px;
  font-size: 120%;
}
.mypage_nav {
  margin-bottom: 40px;
  display: flex;
  gap: 10px 1%;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .mypage_nav {
    gap: 8px 2%;
  }
}
.mypage_nav li {
  width: 24.25%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mypage_nav li {
    width: 49%;
  }
}
.mypage_nav li.current {
  opacity: 0.5;
  pointer-events: none;
}
.mypage_nav a {
  padding: 10px 5%;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (max-width: 767px) {
  .mypage_nav a {
    letter-spacing: 0;
    padding-left: 6%;
    justify-content: flex-start;
  }
}
.mypage_nav img {
  width: auto;
  height: 22px;
}
.mypage_main_title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mypage_main_title {
    font-size: 2rem;
  }
}
.mypage_main_title img {
  width: 24px;
  margin-right: 6px;
}
.mypage form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.mypage form .form_item {
  max-width: 400px;
}
.mypage form .form_item span,
.mypage form .form_item dt {
  display: block;
  background-color: #f8f8f8;
  font-weight: 700;
  padding: 6px 10px;
  border-left: 4px solid #888;
  margin-bottom: 12px;
}
.mypage form input[type=text],
.mypage form input[type=tel],
.mypage form input[type=password] {
  width: 100%;
  max-width: 400px;
}
.mypage form .id_change {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.mypage .mypage_btn {
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .mypage .mypage_btn {
    margin: auto;
  }
}
.mypage .mypage_btn input,
.mypage .mypage_btn a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  background-color: #222;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  text-align: center;
  transition: 0.3s;
}
.mypage .mypage_btn input:hover,
.mypage .mypage_btn a:hover {
  opacity: 0.8;
}
.mypage .function_list {
  max-width: 600px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media screen and (max-width: 767px) {
  .mypage .function_list {
    row-gap: 30px;
  }
}
.mypage .function_list dt {
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.mypage .function_list dt a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
.mypage .function_list dt a::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/mypage_function_arrow.svg) center/contain no-repeat;
  margin-right: 5px;
  flex-shrink: 0;
}
.mypage .function_list dd {
  padding-left: 20px;
}
.mypage .address_add {
  font-size: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #3480e4;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  gap: 5px;
}
.mypage .address_add img {
  width: 16px;
}
.mypage .csv {
  border: 1px solid #ddd;
  margin-top: 30px;
  margin-bottom: 60px;
}
.mypage .csv_error {
  margin-bottom: 20px;
  border: 1px solid #F20000;
  background-color: #ffd9d9;
  padding: 6px 10px;
}
.mypage .csv_title {
  padding: 6px 20px;
  font-weight: 700;
  font-size: 1.6rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.mypage .csv_title span {
  color: red;
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .mypage .csv_title span {
    display: block;
  }
}
.mypage .csv_inner {
  padding: 6px 20px 16px;
}
.mypage .csv_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mypage .csv_content {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mypage .csv_content .address_add {
    width: 100%;
    text-align: center;
  }
}
.mypage .address_list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.mypage .address_list_title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mypage .address_list_title {
    text-align: center;
  }
}
.mypage .address_list_item {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 6px;
  display: flex;
  gap: 10px 20px;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .mypage .address_list_item {
    flex-direction: column;
  }
}
.mypage .address_list_item_inner {
  flex: 1;
}
.mypage .address_list_name {
  font-weight: 700;
  font-size: 1.6rem;
}
.mypage .address_list_btn_container {
  display: flex;
  gap: 6px;
}
.mypage .address_list_btn a {
  display: block;
  text-align: center;
  border: 1px solid #ddd;
  padding: 4px 10px;
  border-radius: 500px;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.mypage .period_search {
  border-left: 4px solid #ddd;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mypage .period_search {
    margin-bottom: 60px;
  }
}
.mypage .period_search_head {
  font-size: 110%;
  font-weight: 700;
  margin-bottom: 10px;
}
.mypage .period_search_input {
  display: flex;
  align-items: center;
  gap: 10px 8px;
  flex-wrap: wrap;
}
.mypage .period_search_btn {
  color: #fff;
  text-align: center;
  background-color: #222;
  border-radius: 5px;
  padding: 6px 30px;
}
.mypage .history_list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.mypage .history_list li {
  display: flex;
  align-items: flex-start;
  gap: 3%;
}
.mypage .history_list figure {
  width: 30%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.mypage .history_list figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.mypage .history_list_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mypage .history_list_info p {
  line-height: 1.2;
}
.mypage .history_list .btn {
  display: flex;
  -moz-column-gap: 1%;
       column-gap: 1%;
}
.mypage .history_list .btn .color1,
.mypage .history_list .btn .color2 {
  width: 40%;
  max-width: 100px;
}
.mypage .history_list .btn .color1 a,
.mypage .history_list .btn .color2 a {
  display: block;
  color: #fff;
  padding: 10px 10%;
  border-radius: 5px;
  text-align: center;
}
.mypage .history_list .btn .color1 a {
  background-color: #fc9e23;
}
.mypage .history_list .btn .color2 a {
  background-color: #888;
}
.mypage .taikai {
  max-width: 600px;
}
.mypage .taikai dl {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mypage .taikai dt {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.info_single .title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.info_single .article {
  margin-bottom: 20px;
}

.info_list_content {
  margin-bottom: 20px;
}
.info_list_content li {
  padding: 20px 2%;
  border-bottom: 1px solid #ccc;
}
.info_list_content h2 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.info_list_content h2::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/icon_info_gray.svg) center/contain no-repeat;
  margin-right: 4px;
  flex-shrink: 0;
  margin-top: 4px;
}

.news_single .date {
  color: #ccc;
  margin-bottom: 10px;
}
.news_single .title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.news_single figure {
  margin-bottom: 20px;
}
.news_single .article {
  margin-bottom: 40px;
}

.login_main {
  background-color: #F5F5F5;
  padding: 40px 8%;
  margin-bottom: 20px;
}
.login_main h1 {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}
.login_main form {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.login_label {
  display: flex;
  align-items: center;
  gap: 4px 10px;
}
.login_label span {
  width: 100%;
  max-width: 120px;
}
.login_label input {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .login_label {
    flex-direction: column;
    align-items: flex-start;
  }
  .login_label span {
    width: 100%;
    max-width: 150px;
  }
  .login_label input {
    width: 100%;
    padding: 8px;
  }
}
.login_save {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
}
.login_btn {
  width: 100%;
  max-width: 250px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  background-color: #222;
  border: 1px solid #222;
  border-radius: 5px;
  text-align: center;
  padding: 6px 0;
  margin: 10px auto 0;
  transition: 0.3s;
}
.login_btn:hover {
  opacity: 0.8;
}
.login_forget {
  text-align: center;
  margin-top: 20px;
}
.login_signup {
  border: 1px solid #222;
  padding: 40px 8%;
  margin-bottom: 20px;
}
.login_signup:last-of-type {
  margin-bottom: 0;
}
.login_signup h2 {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 10px;
}
.login_signup_text {
  margin-bottom: 20px;
  text-align: center;
}

.signup_error {
  background-color: #ffd3d3;
  padding: 20px 5%;
  margin-bottom: 20px;
  color: #ff0000;
}
.signup_form dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.signup_form dt,
.signup_form dd {
  margin-bottom: 30px;
}
.signup_form dt {
  width: 10em;
  padding-left: 10px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .signup_form dt {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }
}
.signup_form dt.must::after {
  content: "*必須";
  font-size: 10px;
  color: #E10000;
  display: inline-block;
  margin-left: 1em;
}
.signup_form dd {
  width: calc(100% - 10em);
}
@media screen and (max-width: 767px) {
  .signup_form dd {
    width: 100%;
  }
}
.signup_form dd div {
  display: inline-block;
}
.signup_form dd div input {
  width: 100%;
}
.signup_form .name,
.signup_form .fname {
  display: flex;
  gap: 4px;
}
.signup_form .post {
  display: flex;
}
.signup_form .post span {
  margin: 10px 0.3em 0;
}
.signup_form .pref select {
  min-width: 200px;
  display: block;
}
.signup_form .tel {
  display: flex;
}
.signup_form .tel div {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .signup_form .tel div {
    width: 30%;
  }
}
.signup_form .tel span {
  margin: 10px 0.3em 0;
}
.signup_form .birth select {
  margin-right: 5px;
}
.signup_form .kiyaku {
  padding-top: 30px;
  display: block;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-right: 0;
}
.signup_form .kiyaku a {
  color: #72B12D;
  font-weight: 700;
  text-decoration: underline;
}
.signup_form_check dl {
  display: flex;
  flex-wrap: wrap;
}
.signup_form_check dt,
.signup_form_check dd {
  padding: 20px 1em;
  border-bottom: 1px solid #eee;
}
.signup_form_check dt {
  width: 14em;
}
@media screen and (max-width: 767px) {
  .signup_form_check dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.signup_form_check dt.must::after {
  content: "*必須";
  font-size: 10px;
  color: #E10000;
  display: inline-block;
  margin-left: 1em;
}
.signup_form_check dd {
  width: calc(100% - 14em);
}
@media screen and (max-width: 767px) {
  .signup_form_check dd {
    width: 100%;
  }
}
.signup_form_check dd div {
  display: inline-block;
}
.signup_form_check .btn_container {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px 20px;
}
@media screen and (max-width: 767px) {
  .signup_form_check .btn_container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.signup_form_check .btn_container input[type=submit] {
  width: 100%;
  max-width: 250px;
  display: block;
  font-size: 1.4rem;
  border: 1px solid #222;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  transition: 0.3s;
}
.signup_form_check .btn_container input[type=submit]:hover {
  opacity: 0.8;
}
.signup_form_check .btn_container .correct {
  background-color: #fff;
}
.signup_form_check .btn_container .regist {
  color: #fff;
  background-color: #222;
}
.signup_btn {
  width: 100%;
  max-width: 250px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  background-color: #222;
  border: 1px solid #222;
  border-radius: 5px;
  text-align: center;
  padding: 16px 0;
  margin: 30px auto 0;
  transition: 0.3s;
}
.signup_btn:hover {
  opacity: 0.8;
}

.cart_wrap {
  border: 1px solid #ccc;
}
.cart_wrap .dokon_fuka {
  padding: 8px 10px;
}
.cart_head, .cart_item {
  display: flex;
  gap: 4%;
  align-items: center;
}
@media screen and (max-width: 1099px) {
  .cart_head, .cart_item {
    justify-content: flex-end;
    gap: 20px 2%;
  }
}
@media screen and (max-width: 1099px) {
  .cart_head, .cart_item {
    gap: 20px 1%;
  }
}
.cart_head {
  text-align: center;
  font-weight: 700;
  padding: 10px 3%;
  background-color: #F5F5F5;
}
.cart_head p:nth-of-type(1) {
  flex: 1;
}
.cart_head p:nth-of-type(2) {
  width: 110px;
}
.cart_head p:nth-of-type(3) {
  width: 90px;
}
.cart_head p:nth-of-type(4) {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .cart_head {
    display: none;
  }
}
.cart_item {
  padding: 20px 3%;
  border-bottom: 1px solid #F5F5F5;
}
.cart_item:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .cart_item {
    padding-left: 5%;
    padding-right: 5%;
    flex-wrap: wrap;
  }
}
.cart_item_inner {
  display: flex;
  gap: 10px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .cart_item_inner {
    width: 100%;
    align-items: flex-start;
  }
}
.cart_img {
  width: 100px;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.cart_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cart_img {
    width: 80px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
  }
}
.cart_info {
  flex: 1;
}
.cart_name {
  line-height: 1.4;
  margin-bottom: 4px;
}
.cart_price {
  color: #72B12D;
}
.cart_point {
  margin-top: 6px;
  font-size: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.cart_point span {
  font-size: 88%;
  background-color: #f5f5f5;
  padding: 2px 8px;
  border-radius: 100px;
}
.cart_number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 110px;
}
.cart_number_main, .cart_number_down, .cart_number_up {
  display: block;
  line-height: 30px;
}
.cart_number_main {
  min-width: 50px;
  height: 30px;
  text-align: center;
}
.cart_number_main input {
  height: auto;
  padding: 0;
  display: block;
  line-height: 2;
  width: 60px;
}
.cart_number_max_message {
  background-color: #e03131;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  border-radius: 5px;
  padding: 4px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
}
.cart_subtotal {
  width: 90px;
  text-align: center;
  font-weight: 700;
  font-size: 120%;
  overflow-wrap: break-word;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .cart_subtotal {
    font-size: initial;
  }
}
.cart_delete {
  font-size: 90%;
  display: block;
  border: 1px solid #888;
  border-radius: 4px;
  width: 50px;
  text-align: center;
  padding: 4px 0;
}
.cart_total {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 3%;
  text-align: right;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cart_total {
    font-size: 2rem;
  }
}
.cart_total span {
  margin-right: 10px;
  font-size: 80%;
}
.cart_total_label {
  background-color: #eee;
  font-size: 70%;
  padding: 2px 8px;
  margin-right: 10px;
}
.cart_total_tax {
  font-size: 60%;
}
.cart_note {
  border: 1px solid #fffd6e;
  background-color: #fff;
  padding: 30px 3%;
  margin-bottom: 20px;
  background-color: #fffed9;
}
@media screen and (max-width: 767px) {
  .cart_note {
    padding: 20px 6%;
  }
}
.cart_next {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  background-color: #fc9e23;
  border-radius: 5px;
  width: 100%;
  max-width: 250px;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  margin: 0 auto;
  transition: 0.3s;
}
.cart_next:hover {
  opacity: 1;
  background-color: #ff9408;
}
@media screen and (max-width: 767px) {
  .cart_next {
    font-size: 1.8rem;
  }
}
.cart_select {
  display: flex;
  gap: 20px 3%;
}
@media screen and (max-width: 767px) {
  .cart_select {
    flex-direction: column;
    align-items: center;
  }
}
.cart_select_text {
  margin-bottom: 20px;
}
.cart_select_btn {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(#f5f5f5, #e5e5e5);
  width: 48.5%;
  text-align: center;
  height: 200px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .cart_select_btn {
    width: 90%;
    padding: 30px 3%;
    height: auto;
  }
}
.cart_select_btn img {
  margin-top: 20px;
  width: 40%;
}
.cart_select_btn span img {
  width: 16px;
  margin-bottom: 8px;
  margin-left: 4px;
}

.send_address {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 30px;
  max-width: 600px;
}
.send_address_head {
  margin-top: -34px;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.send_name {
  font-weight: 700;
  font-size: 1.6rem;
}
.send_address_note {
  margin-top: 10px;
  color: red;
}
.send_address_edit {
  display: inline-block;
  margin-top: 10px;
}
.send_head {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.send .sendshouhin_normal_container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .send .sendshouhin_normal_container {
    flex-direction: column;
  }
}
.send .sendshouhin_normal_container .cart_wrap {
  flex: 1;
}
.send .sendshouhin_normal_container .sendshouhin_cart_item_label {
  margin-bottom: 4px;
  font-weight: 700;
}
.send .sendshouhin_normal_container .cart_date,
.send .sendshouhin_normal_container .cart_time {
  max-width: 300px;
  margin-bottom: 10px;
}
.send .sendshouhin_normal_setting {
  padding: 20px;
  flex-shrink: 0;
  border: 1px solid #ccc;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .send .sendshouhin_normal_setting {
    border-left: 1px solid #ccc;
    border-top: none;
  }
}
.send .cart_note {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 50px;
}
.send .cart_head {
  gap: 2%;
  justify-content: flex-end;
}
.send .cart_head p:nth-of-type(1) {
  flex: 1;
}
.send .cart_head p:nth-of-type(2) {
  width: 110px;
  flex-shrink: 0;
}
.send .cart_head p:nth-of-type(3) {
  width: 180px;
  flex-shrink: 0;
}
.send .cart_head p:nth-of-type(4) {
  width: 110px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .send .cart_head {
    display: none;
  }
}
.send .cart_item {
  gap: 6px 2%;
}
@media screen and (max-width: 767px) {
  .send .cart_item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .send .cart_item_inner {
    margin-bottom: 10px;
  }
}
.send .cart_number {
  min-height: 2px;
  flex-shrink: 0;
}
.send .cart_date {
  width: 180px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .send .cart_date {
    width: auto;
  }
}
.send .cart_date select {
  width: 100%;
}
.send .cart_date_message {
  text-align: center;
  color: #F20000;
}
.send .cart_time {
  width: 110px;
  min-height: 2px;
  flex-shrink: 0;
}
.send .cart_time select {
  width: 100%;
}
.send_cart_item_wrap {
  display: flex;
  align-items: center;
}
.send_cart_item_label {
  width: 5em;
}
.send_to_other p, .send_to_pay p {
  font-size: 1.6rem;
  text-align: center;
}
.send_to_other input[type=submit], .send_to_pay input[type=submit] {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fc9e23;
  border-radius: 5px;
  width: 100%;
  max-width: 350px;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 2%;
  margin: 10px auto 0;
  transition: 0.3s;
}
.send_to_other input[type=submit]:hover, .send_to_pay input[type=submit]:hover {
  opacity: 1;
  background-color: #ff9408;
}
.send_to_other {
  margin-bottom: 40px;
}
.send_to_other input[type=submit] {
  color: #222;
  background-color: #ececec;
  border: 1px solid #ccc;
}
.send_to_other input[type=submit]:hover {
  opacity: 0.8;
  background-color: #fff;
}
.send_freetext {
  margin-bottom: 30px;
}
.send_freetext textarea {
  height: 6em;
}
@media screen and (max-width: 767px) {
  .send_freetext textarea {
    height: 10em;
  }
}
.send_freetext_label {
  font-weight: 700;
  margin-bottom: 4px;
}

.sendlist_add {
  max-width: 200px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.sendlist_section {
  margin-bottom: 20px;
}
.sendlist_head {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.sendlist_item {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 6px;
  display: block;
}
.sendlist_item_upper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sendlist_item_upper {
    flex-direction: column;
    align-items: flex-end;
  }
}
.sendlist_item_info {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sendlist_item_info {
    width: 100%;
  }
}
.sendlist_item_info input[type=radio] {
  margin-top: 5px;
  margin-right: 10px;
  width: 16px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.sendlist_name {
  font-weight: 700;
  font-size: 1.6rem;
}
.sendlist_edit {
  text-align: center;
  border: 1px solid #ddd;
  padding: 4px 10px;
  border-radius: 500px;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.sendlist_item_order {
  background-color: #f5f5f5;
  padding: 10px 3%;
  margin-top: 20px;
}
.sendlist_item_order dt {
  margin-bottom: 4px;
}
.sendlist_item_order ul {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.sendlist_item_order li {
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
}
.sendlist_item_order .text_link {
  display: inline-block;
  margin-top: 10px;
}
.sendlist_extract {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.sendlist_next {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fc9e23;
  border-radius: 5px;
  width: 100%;
  max-width: 350px;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 2%;
  margin: 30px auto 0;
  transition: 0.3s;
}
.sendlist_next:hover {
  opacity: 1;
  background-color: #ff9408;
}
.sendlist_confirm {
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #222;
  border-radius: 5px;
  width: 100%;
  max-width: 350px;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 2%;
  margin: 20px auto 0;
  transition: 0.3s;
}
.sendlist .err {
  color: #F20000;
  margin: 10px 0;
}

.diferorr {
  padding-top: 50px;
}
.diferorr_text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .diferorr_text {
    text-align: left;
  }
}
.diferorr_box {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .diferorr_box {
    flex-direction: column;
    align-items: center;
  }
}
.diferorr_yes {
  background-color: #222;
  color: #fff;
  width: 200px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.6;
  display: block;
}
.diferorr_no {
  border: 1px solid #222;
  width: 200px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.6;
  display: block;
}

.historical-address, .new-address-registration {
  margin-top: 2em;
}
.historical-address .text-col, .new-address-registration .text-col {
  color: #ff1493;
}
.historical-address .text-area, .new-address-registration .text-area {
  color: #ff0000;
}
.historical-address .his-add, .new-address-registration .his-add {
  margin-top: 10px;
  font-weight: 700;
}
.historical-address .his-add-box .his-add-box-in, .new-address-registration .his-add-box .his-add-box-in {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 6px;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .historical-address .his-add-box .his-add-box-in, .new-address-registration .his-add-box .his-add-box-in {
    width: 100%;
  }
}

.new-address-registration .new-add-box {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  border: 3px solid #eee;
  padding: 20px;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.new-address-registration .new-add-box .new-reg-btn {
  width: 150px;
}
.new-address-registration .new-add-box .new-reg-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 150px;
  margin: 10px auto 0;
  padding: 0.5em 2.2em 0.5em 1em;
  border: none;
  border-radius: 5px;
  background-color: #FFF;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%0A%3C%2Fsvg%3E);
  background-position: right 3em center;
  background-size: 1.2em;
  background-repeat: no-repeat;
  color: #222;
  font-weight: 600;
  font-size: 1em;
  box-sizing: border-box;
  border: 1px solid #222;
}
.new-address-registration .new-add-box .new-reg-btn a:hover {
  background-color: #FFF;
}
.new-address-registration .new-add-box .new-reg-btn a::before, .new-address-registration .new-add-box .new-reg-btn a::after {
  position: absolute;
  right: calc(2.2em - 1.5px);
  width: 3px;
  height: 10px;
  border-radius: 1px;
  background-color: #222;
  content: "";
}
.new-address-registration .new-add-box .new-reg-btn a::before {
  transform: rotate(90deg);
}
.new-address-registration .new-add-box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.new-address-registration .new-add-box2 .new-add-box-in {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 6px;
  box-sizing: border-box;
  width: 49%;
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .new-address-registration .new-add-box2 .new-add-box-in {
    width: 100%;
  }
}

.sendshouhin_address {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 30px;
  max-width: 600px;
}
.sendshouhin_address_head {
  margin-top: -34px;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.sendshouhin_name {
  font-weight: 700;
  font-size: 1.6rem;
}
.sendshouhin_head {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 30px;
}
.sendshouhin .sendshouhin_normal_container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sendshouhin .sendshouhin_normal_container {
    flex-direction: column;
  }
}
.sendshouhin .sendshouhin_normal_container .cart_wrap {
  flex: 1;
}
.sendshouhin .sendshouhin_normal_container .sendshouhin_cart_item_label {
  margin-bottom: 4px;
  font-weight: 700;
}
.sendshouhin .sendshouhin_normal_container .cart_date,
.sendshouhin .sendshouhin_normal_container .cart_time {
  max-width: 300px;
  margin-bottom: 10px;
}
.sendshouhin .sendshouhin_normal_setting {
  padding: 20px;
  flex-shrink: 0;
  border: 1px solid #ccc;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .sendshouhin .sendshouhin_normal_setting {
    border-left: 1px solid #ccc;
    border-top: none;
  }
}
.sendshouhin .cart_note {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 50px;
}
.sendshouhin .cart_head {
  gap: 2%;
  justify-content: flex-end;
}
.sendshouhin .cart_head p:nth-of-type(1) {
  flex: 1;
}
.sendshouhin .cart_head p:nth-of-type(2) {
  width: 110px;
  flex-shrink: 0;
}
.sendshouhin .cart_head p:nth-of-type(3) {
  width: 180px;
  flex-shrink: 0;
}
.sendshouhin .cart_head p:nth-of-type(4) {
  width: 110px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sendshouhin .cart_head {
    display: none;
  }
}
.sendshouhin .cart_item {
  gap: 6px 2%;
}
@media screen and (max-width: 767px) {
  .sendshouhin .cart_item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .sendshouhin .cart_item_inner {
    margin-bottom: 10px;
  }
}
.sendshouhin .cart_number {
  min-height: 2px;
  flex-shrink: 0;
}
.sendshouhin .cart_date {
  width: 180px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sendshouhin .cart_date {
    width: auto;
  }
}
.sendshouhin .cart_date select {
  width: 100%;
}
.sendshouhin .cart_date_message {
  text-align: center;
  color: #F20000;
}
.sendshouhin .cart_time {
  width: 110px;
  min-height: 2px;
  flex-shrink: 0;
}
.sendshouhin .cart_time select {
  width: 100%;
}
.sendshouhin_cart_item_wrap {
  display: flex;
  align-items: center;
}
.sendshouhin_cart_item_label {
  width: 6em;
}
.sendshouhin_to_other p, .sendshouhin_to_pay p {
  font-size: 1.6rem;
  text-align: center;
}
.sendshouhin_to_other input[type=submit], .sendshouhin_to_pay input[type=submit] {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fc9e23;
  border-radius: 5px;
  width: 100%;
  max-width: 350px;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 2%;
  margin: 10px auto 0;
  transition: 0.3s;
}
.sendshouhin_to_other input[type=submit]:hover, .sendshouhin_to_pay input[type=submit]:hover {
  opacity: 1;
  background-color: #ff9408;
}
.sendshouhin_to_other {
  margin-bottom: 40px;
}
.sendshouhin_to_other input[type=submit] {
  color: #222;
  background-color: #ececec;
  border: 1px solid #ccc;
}
.sendshouhin_to_other input[type=submit]:hover {
  opacity: 0.8;
  background-color: #fff;
}
.sendshouhin_freetext {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sendshouhin_freetext textarea {
  height: 6em;
}
@media screen and (max-width: 767px) {
  .sendshouhin_freetext textarea {
    height: 10em;
  }
}
.sendshouhin_freetext_label {
  font-weight: 700;
  margin-bottom: 4px;
}

.sendcheck_total {
  border: 1px solid #fffd6e;
  padding: 10px 20px;
  margin-bottom: 50px;
  background-color: #fffed9;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .sendcheck_total {
    margin-bottom: 30px;
  }
}
.sendcheck_total_label {
  font-size: 120%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sendcheck_total_label {
    font-size: 100%;
  }
}
.sendcheck_total_amount {
  color: #c51414;
  font-size: 120%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sendcheck_total_amount {
    font-size: 100%;
  }
}
.sendcheck_total_amount span {
  font-size: 200%;
}
@media screen and (max-width: 767px) {
  .sendcheck_total_amount span {
    font-size: 140%;
  }
}
.sendcheck_item {
  border: 1px solid #ccc;
  margin-bottom: 50px;
}
.sendcheck_item_head {
  color: #fff;
  font-size: 120%;
  font-weight: normal;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  background-color: #222;
}
.sendcheck_item_body {
  padding: 20px;
}
.sendcheck_address {
  padding: 20px 20px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  max-width: 600px;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .sendcheck_address {
    flex-direction: column;
  }
}
.sendcheck_address_head {
  width: -moz-fit-content;
  width: fit-content;
}
.sendcheck_address_edit {
  margin-top: 10px;
  display: block;
}
.sendcheck_name {
  font-weight: 700;
  font-size: 1.6rem;
}
.sendcheck_cart {
  margin-bottom: 50px;
}
.sendcheck_cart:last-of-type {
  margin-bottom: 0;
}
.sendcheck_head {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.sendcheck .cart_head p:nth-of-type(3) {
  width: 130px;
}
@media screen and (max-width: 1099px) {
  .sendcheck .cart_item {
    row-gap: 10px;
  }
}
.sendcheck .cart_number {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sendcheck .cart_number {
    width: auto;
    min-width: 80px;
    text-align: right;
  }
}
.sendcheck .cart_sum {
  width: 130px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sendcheck .cart_sum {
    width: auto;
    min-width: 80px;
  }
}
.sendcheck_cart_item_wrap {
  display: flex;
  align-items: center;
}
.sendcheck_cart_item_label {
  font-size: 90%;
  width: 5em;
  background-color: #F5F5F5;
  padding: 4px;
  text-align: center;
  margin-right: 10px;
}
.sendcheck_date, .sendcheck_mar_total, .sendcheck_postage, .sendcheck_item_total {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 3%;
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
}
.sendcheck_date p:nth-of-type(1), .sendcheck_mar_total p:nth-of-type(1), .sendcheck_postage p:nth-of-type(1), .sendcheck_item_total p:nth-of-type(1) {
  font-weight: 700;
}
.sendcheck_request {
  margin-top: 20px;
  padding: 20px 3%;
  background-color: #f5f5f5;
}
.sendcheck_request dt {
  margin-bottom: 10px;
}
.sendcheck_item_edit {
  color: #fff;
  background-color: #222;
  text-align: center;
  padding: 10px 20px;
  border-radius: 500px;
  display: block;
  margin: 30px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.sendcheck_item_total_value {
  font-size: 120%;
  font-weight: 700;
}
.sendcheck_to_discount p {
  font-size: 1.6rem;
  text-align: center;
}
.sendcheck_to_discount input[type=submit] {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fc9e23;
  border-radius: 5px;
  width: 100%;
  max-width: 350px;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 2%;
  margin: 10px auto 0;
  transition: 0.3s;
}
.sendcheck_to_discount input[type=submit]:hover {
  opacity: 1;
  background-color: #ff9408;
}

.discount input[type=text]:-moz-read-only, .discount input[type=number]:-moz-read-only {
  background-color: #eee;
}

.discount input[type=text]:read-only,
.discount input[type=number]:read-only {
  background-color: #eee;
}
.discount_section {
  margin-bottom: 50px;
}
.discount_section_title {
  background-color: #F5F5F5;
  padding: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  border-left: 4px solid #ccc;
  margin-bottom: 30px;
}
.discount_section_body {
  padding-left: 10px;
}
.discount_point_item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.discount_point_item span {
  font-size: 1.6rem;
  margin-left: 4px;
  font-weight: 600;
}
.discount_point_number {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .discount_point_number {
    flex-direction: column;
    align-items: flex-start;
  }
}
.discount_point_number_label {
  margin-right: 20px;
  width: 7em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .discount_point_number_label {
    margin-bottom: 4px;
  }
}
.discount_value_item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.discount_value_item span {
  font-size: 1.6rem;
  margin-left: 4px;
  font-weight: 600;
}
.discount_value_setting {
  display: none;
}
.discount_value_no, .discount_value_pin, .discount_value_balance, .discount_value_coupon, .discount_value_total, .discount_value_after {
  display: flex;
  margin-bottom: 16px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .discount_value_no, .discount_value_pin, .discount_value_balance, .discount_value_coupon, .discount_value_total, .discount_value_after {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
}
.discount_value_no input[type=text], .discount_value_pin input[type=text], .discount_value_balance input[type=text], .discount_value_coupon input[type=text], .discount_value_total input[type=text], .discount_value_after input[type=text] {
  width: 100%;
  max-width: 300px;
}
.discount_value_balance label {
  width: -moz-fit-content;
  width: fit-content;
}
.discount_value_setting_label {
  margin-right: 20px;
  width: 12em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .discount_value_setting_label {
    margin-bottom: 4px;
    border-right: none;
  }
}
.discount_inquire {
  color: #fff;
  background-color: #222;
  width: 100%;
  margin-left: 210px;
  margin-bottom: 30px;
  max-width: 200px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  transition: 0.3s;
  cursor: pointer;
}
.discount_inquire:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .discount_inquire {
    margin-left: 0;
  }
}
.discount_value_area {
  background-color: #f5f5f5;
  padding: 20px;
}
.discount_value_area .discount_value_setting_label {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .discount_value_area .discount_value_setting_label {
    border-right: none;
  }
}
.discount_inquire_note {
  margin-bottom: 20px;
}
.discount_value_point_use_number {
  padding-left: 20px;
  margin-bottom: 10px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .discount_value_point_use_number {
    flex-direction: column;
    padding-left: 0;
  }
}
.discount_value_point_use_number_label {
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .discount_value_point_use_number_label {
    margin-bottom: 4px;
  }
}
.discount_next {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fc9e23;
  border-radius: 5px;
  width: 100%;
  max-width: 350px;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 2%;
  margin: 30px auto 0;
  transition: 0.3s;
}
.discount_next:hover {
  opacity: 1;
  background-color: #ff9408;
}

.pay_calc {
  border: 1px solid #ccc;
  padding: 20px;
  max-width: 400px;
  margin-bottom: 4px;
}
.pay_calc dl {
  display: flex;
  flex-wrap: wrap;
}
.pay_calc dt {
  width: 50%;
}
.pay_calc dt:last-of-type {
  font-weight: 700;
  font-size: 120%;
  margin-top: 10px;
}
.pay_calc dd {
  width: 50%;
  text-align: right;
}
.pay_calc dd:last-of-type {
  color: #c51414;
  font-weight: 700;
  font-size: 150%;
  margin-top: 10px;
}
.pay_section {
  margin-bottom: 50px;
}
.pay_lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.pay_list {
  margin-bottom: 20px;
}
.pay_item {
  padding: 40px 10px;
  border-bottom: 1px solid #ddd;
}
.pay_item input[type=radio] {
  margin-top: 5px;
}
.pay_item label {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .pay_item label {
    width: 100%;
  }
}
.pay_item label span {
  font-weight: 700;
}
.pay_item_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 5%;
}
@media screen and (max-width: 767px) {
  .pay_item_flex {
    flex-direction: column;
  }
}
.pay #save {
  width: 100%;
  line-height: 1.3;
  margin-top: 10px;
}
.pay #save input {
  margin-top: 4px;
}
.pay #card {
  background-color: #f5f5f5;
  padding: 4px 8px;
  font-weight: normal;
  margin-top: 10px;
}
.pay_desc {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .pay_desc {
    width: 100%;
  }
}
.pay_desc img {
  margin-left: auto;
  margin-right: 0;
}
.pay_card_img {
  display: block;
  margin-left: auto;
  margin-right: 0;
  max-width: 300px;
}
.pay_payeasy_img {
  display: block;
  max-width: 100px;
}
.pay_convini_img {
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 10px;
  max-width: 300px;
}
.pay_convini_choice {
  min-width: 300px;
  margin-top: 30px;
  margin-left: 3%;
}
.pay_convini_choice > label {
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.pay_convini_choice > label:last-of-type {
  margin-bottom: 0;
}
.pay_section_receipt .pay_lead {
  background-color: #F5F5F5;
  padding: 20px 10px;
}
.pay_daibiki_choice {
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 20px;
  margin-left: 3%;
}
.pay_daibiki_choice label {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pay_daibiki_choice p:nth-of-tpye(2) {
  margin-bottom: 10px;
}
.pay_section_receipt_radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  font-weight: 700;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .pay_section_receipt_radio {
    padding-left: 0;
  }
}
.pay_section_receipt_radio label {
  width: -moz-fit-content;
  width: fit-content;
}
.pay_section_receipt_item {
  display: block;
  margin-bottom: 20px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .pay_section_receipt_item {
    padding-left: 0;
  }
}
.pay_section_receipt_item input {
  width: 100%;
}
.pay_next {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fc9e23;
  border-radius: 5px;
  width: 100%;
  max-width: 350px;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 2%;
  margin: 30px auto 0;
  transition: 0.3s;
}
.pay_next:hover {
  opacity: 1;
  background-color: #ff9408;
}

.paycard_img {
  max-width: 320px;
  margin: 10px 0 20px;
}
.paycard_input {
  padding: 30px;
  background-color: #fafafa;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .paycard_input {
    padding: 30px 5%;
  }
}
.paycard_input label {
  font-weight: 700;
  margin-bottom: 4px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.paycard_input .must {
  font-size: 10px;
  color: #E10000;
  display: inline-block;
  margin-left: 0.5em;
}
.paycard_item {
  margin-bottom: 30px;
}
.paycard_item:last-of-type {
  margin-bottom: 0;
}
.paycard_input_no {
  width: 100%;
  max-width: 400px;
}
.paycard_input_name {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .paycard_input_name {
    display: block;
    width: 100%;
    max-width: 350px;
  }
}
.paycard_input_method {
  width: 100%;
  max-width: 200px;
}
.paycard_next {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fc9e23;
  border-radius: 5px;
  width: 100%;
  max-width: 350px;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 10px 2%;
  margin: 30px auto 0;
  transition: 0.3s;
}
.paycard_next:hover {
  opacity: 1;
  background-color: #ff9408;
}

.check_lead {
  margin-bottom: 50px;
}
.check_calc {
  border: 1px solid #ccc;
  padding: 20px;
  max-width: 400px;
  margin-bottom: 50px;
}
.check_calc dl {
  display: flex;
  flex-wrap: wrap;
}
.check_calc dt {
  width: 50%;
}
.check_calc dt:last-of-type {
  font-weight: 700;
  font-size: 120%;
  margin-top: 10px;
}
.check_calc dd {
  width: 50%;
  text-align: right;
}
.check_calc dd:last-of-type {
  color: #c51414;
  font-weight: 700;
  font-size: 150%;
  margin-top: 10px;
}
.check_section {
  margin-bottom: 50px;
}
.check_section h2 {
  font-size: 2rem;
  font-weight: 700;
}
.check_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.check_edit a {
  border: 1px solid #eee;
  border-radius: 500px;
  padding: 6px 30px;
  background-color: #f1f1f1;
}
.check_table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.check_table dt,
.check_table dd {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 14px 10px;
}
.check_table dt {
  width: 30%;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .check_table dt {
    width: 100%;
    border-bottom: none;
  }
}
.check_table dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .check_table dd {
    width: 100%;
  }
}

.thanks_lead {
  margin-bottom: 20px;
}

.kiyaku_head {
  font-weight: 700;
}
.kiyaku_content {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .kiyaku_content {
    font-size: 1.4rem;
  }
}
.kiyaku_content dt {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.kiyaku_content dd {
  margin-bottom: 30px;
}
.kiyaku_content dd ul,
.kiyaku_content dd ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrapping_img {
  margin-top: 20px;
}

.pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */