@charset "UTF-8";
/* 20220511 ポイント機能追加 */
/* 20221108 ナビゲーションにセパレーター挿入 */
/* 20230206 印刷対応 */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("./add.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 16px;
  font-family: "Inter", YakuHanJP, "メイリオ", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", sans-serif;
  font-feature-settings: "palt";
  background-color: #fff;
  line-height: 1.65;
  color: #222;
}
/*@font-face {
 font-family: "YuGothic M";
 src: local("Yu Gothic Medium");
}*/
@media screen and (max-width: 400px) {
 body {
   font-size: 4.3vw;
   overflow-x: hidden;
 }
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
table {
  width: 100%;
}
img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  border-style: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 1025px) {
  img {
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
  }
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  color: #222;
  background-color: transparent;
  text-decoration: none;
  display: block;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    border-bottom: none;
  }
}
b,
strong,
.bold {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.8em;
}
.normal {
  font-weight: normal !important;
}
.center {
  text-align: center;
}
.inline {
  display: inline;
}
.auto {
  width: auto !important;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  font-feature-settings: normal;
  letter-spacing: 0;
}
button,
input {
  overflow: visible;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
select {
  color: #222 !important;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::placeholder {
  color: #aaa;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea {
  margin: 0;
  background: #fff;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  color: #111;
}
/*レスポンシブ表示非表示切り替え*/
@media (max-width: 743px) {
  .tb-only,
  .pctb-only {
    display: none !important;
  }
}
@media (min-width: 744px) {
  .sp-only {
    display: none !important;
  }
  .tb-only {
    display: inline;
  }
  .tb-only {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .sptb-only,
  .tb-only {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 1239px) {
  .pcwide-only {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .pc-only {
    display: inline;
  }
}
@media (min-width: 1240px) {
  .pcwide-only {
    display: inline;
  }
}
/*footer最下部*/
body,
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}
main {
  flex-grow: 1;
}
footer {
  margin-top: auto;
}
@media screen and (max-width: 1023px) {
  footer {
    padding: 0 0 120px 0;
  }
}
/*ヘッダ固定用余白設定*/
@media screen and (max-width: 425px) {
  main {
    padding-top: 15.5vw;
  }
}
@media screen and (min-width: 426px) and (max-width: 743px) {
  main {
    padding-top: 62px;
  }
}
/*基本幅*/
.container,
.spmgn {
  max-width: 1600px;
  margin: 0 3%;
}
@media screen and (min-width: 744px) {
  .spmgn {
    margin: 0;
  }
}
@media print, screen and (min-width: 1750px) {
  .container {
    margin: 0 auto;
  }
}
/*header指定*/
#header {
  border-bottom: 1px solid #d9dfe6;
  position: relative;
}
@media print, screen and (min-width: 744px) {
  #header {
    padding: 0px;
  }
}
.header_desc {
  font-size: 0.75em;
  color: #fff;
  background: #00a26a;
  line-height: 1;
  padding: 5px 0;
  display: block;
}
.header_desc a {
  color: #fff;
}
.header_desc > div {
  display: flex;
  justify-content: space-between;
}
.logo_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  background: #fff;
  z-index: 99;
}
.logo {
  max-width: 200px;
  width: 47vw;
  margin-left: 45px;
}
.logo a {
  white-space: nowrap;
}
.logo img.anniv50th,
.logo img.tohto_logo {
  height: 9.5vw;
}
@media (min-width: 420px) {
  .logo img.anniv50th,
  .logo img.tohto_logo {
    height: 40px;
  }
  .logo img.anniv50th {
    margin-right: 8px;
  }
}
@media (min-width: 960px) {
  .logo img.anniv50th,
  .logo img.tohto_logo {
    height: 54px;
  }
  .menuIcon > div.loginIcon > a > span br {
    display: none;
  }
}
@media (max-width: 743px) {
  #header {
    border-bottom: none;
    background: #fff;
  }
  .logo_icon.container {
    margin: 0;
    padding: 10px 3%;
    background-color: #fff;
    position: fixed;
    width: 100%;
    transition: 0.5s;
    top: 0;
    z-index: 71;
    border-bottom: 1px solid #d9dfe6;
  }
  #header.hide .logo_icon.container {
    transform: translateY(-100%);
  }
}
.search_icon,
.menuIcon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.menuIcon > div {
  padding: 0 0.3em;
}
.menuIcon img {
  width: 1.8em;
  height: auto;
}
@media (max-width: 743px) {
  .menuIcon img {
    max-width: 30px !important;
  }
}
.menuIcon .balloons {
  position: absolute;
  right: 0;
  z-index: 75;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  width: 94vw;
  padding: 19px 0 0 0;
  display: none;
  pointer-events: none;
}
.menuIcon .balloons > div {
  padding: 10px 30px 25px;
  color: #555;
  background-color: #fff;
  font-size: 0.85em;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 743px) {
  .menuIcon .balloons > div {
    max-height: calc(100vh - 150px);
    overflow-y: scroll;
  }
}
.menuIcon .balloons h3 {
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.usermenu ul li a {
  font-size: 0.95rem;
  padding: 0.5em 0;
}
.usermenu .logout {
  position: absolute;
  right: 15px;
  top: 9px;
}
.usermenu .logout a {
  padding: 0.5em 1.2em;
  border: 1px solid;
  background: #fff;
  border-radius: 50px;
  font-weight: bold;
  transition: 0.3s;
  line-height: 1;
}
.head_linkbtn {
  line-height: 1.2;
  margin-top: 10px;
  padding: 1em 0;
  background: #00a26a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
}
.menuIcon > div.loginIcon {
  padding: 0 0 0 0.3em;
  line-height: 1.3;
  white-space: nowrap;
}
.menuIcon > div.loginIcon > a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #00a26a;
}
.menuIcon > div.loginIcon > a > span {
  font-size: 0.8em;
  margin: 0 0.5em 0 0;
  padding: 0;
  font-weight: bold;
}
.userIcon.open .balloons {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
@media print, screen and (min-width: 744px) {
  .logo {
    max-width: auto;
    width: 185px;
  }
  .menuIcon .balloons {
    width: 45vw;
  }
  .sub_select .balloons.registmenu {
    width: 520px;
  }
  .menuIcon img {
    width: 32px;
    height: auto;
  }
}
@media print, screen and (max-width: 1023px) {
  .menuIcon > div.loginIcon > a > span > span {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .menuIcon .balloons {
    width: 340px;
  }
  .menuIcon > div > span,
  .menuIcon > div > a > span {
    font-size: 13px;
    padding-left: 0.5em;
    line-height: 32px;
  }
  .menuIcon img {
    width: 32px;
    height: auto;
  }
  .menuIcon > div:last-child {
    padding: 10px 0 10px 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .menuIcon > div {
    padding: 10px;
    position: relative;
  }
  .usermenu ul li a span {
    border-bottom: 1px solid transparent;
    transition: 0.3s;
  }
  .loginIcon a img {
    transition: 0.3s;
  }
  .menuIcon > div.loginIcon > a > span {
    background: linear-gradient(#ffd85f, #ffd85f) 0 100%/0 2px no-repeat;
    transition: background 0.3s;
  }
}
@media (hover: hover) {
  .usermenu ul li a:hover span {
    color: #00a26a;
    border-bottom: 1px solid;
  }
  .userIcon:hover {
    cursor: pointer;
  }
  .userIcon:hover .balloons {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .loginIcon a:hover img {
    transform: scale(1.2);
  }
  .menuIcon > div.loginIcon > a:hover > span {
    background-size: 100% 2px;
  }
  .usermenu .logout a:hover {
    color: #fff;
    background: #00a26a;
    border: 1px solid #00a26a;
  }
}
@media print, screen and (min-width: 1240px) {
  .menuIcon img {
    width: 36px;
    height: auto;
  }
  .menuIcon > div > span,
  .menuIcon > div > a > span {
    line-height: 36px;
  }
}
.searchBlock.pctb-only {
  flex: none;
  padding: 0 15px 0 3em;
  width: 380px;
}
.searchBlock form > div {
  display: flex;
  border: 1px solid #d9dfe6;
  background: #eef1f4;
  border-radius: 3px;
  overflow: hidden;
}
.searchBlock input {
  border: none;
  border-right: none;
  padding: 12px;
  background: #eef1f4;
}
.searchBlock.pctb-only input {
  padding: 8px 12px;
}
.searchBlock input::placeholder {
  color: #8f929b;
  font-size: 0.95em;
}
.searchBlock button {
  padding: 7px 10px;
  line-height: 1;
}
.searchBlock button svg {
  width: 1.1em;
  height: 1.1em;
}
@media print, screen and (min-width: 1240px) {
  .searchBlock.pctb-only {
    flex: none;
    padding: 0 15px 0 3em;
    width: 500px;
  }
}
.wrapper {
  height: 100%;
  position: relative;
  transition: all 0.5s;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media print, screen and (min-width: 744px) {
  .overlay {
    background-color: rgba(0, 0, 0, 0);
  }
}
/*ドロワーメニュー*/
.drawermenu {
  position: absolute;
  bottom: 0;
  z-index: 100;
  height: 2.35em;
  width: 100%;
  pointer-events: none;
}
.menu-trigger {
  display: inline-block;
  width: 26px;
  height: 30px;
  cursor: pointer;
  z-index: 110;
  position: relative;
  pointer-events: all;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #008742;
  transition: all 0.5s;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  top: 14px;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}
.menu-trigger p {
  font-size: 0.75em;
  letter-spacing: 0.1em;
  font-weight: 600;
  transform: translateY(20px) translateX(-3px);
  color: #a67c52;
}
.drawernav {
  left: 0;
  top: 0;
  z-index: 101;
  pointer-events: all;
}
.drawernav h4 {
  font-weight: bold;
  padding: 1.2em 0 0.5em;
  font-size: 1.05em;
  color: #111;
}
@media print, screen and (max-width: 743px) {
  .menu-trigger {
    margin-left: 7px;
    position: fixed;
    top: 1.35em;
  }
  .menu-trigger::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -10px;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s;
  }
  .menu-trigger.is-fixed::before {
    background: #008742;
    opacity: 1;
  }
  .menu-trigger.is-fixed span,
  .menu-trigger.active span {
    background-color: #fff;
  }
  .menu-trigger.active::before {
    opacity: 0;
  }
  .drawernav .dminner {
    width: calc(100% - 60px);
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: calc(-100% - 60px);
    z-index: 120;
    transition: all 0.5s;
    padding: 10px 20px 30px 20px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .drawernav.open .dminner {
    right: 0px;
  }
}
.drawernav .dminner a {
  pointer-events: none;
}
.drawernav.open .dminner a {
  pointer-events: all;
}
.drawernav.open .dminner .homelink a {
  display: inline-block;
  padding: 10px;
}
.drawernav .dminner .homelink svg {
  width: 31px;
  height: auto;
}
.drawernav .dminner .loginIcon {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 0.8em;
  font-weight: bold;
}
.drawernav .dminner .loginIcon img {
  width: 30px;
  height: auto;
}
.drawernav .dminner .loginIcon span {
  padding-right: 0.5em;
}
.drawernav .dminner .loginIcon a {
  color: #00a26a;
  display: flex;
  align-items: center;
}
.drawernav .dminner nav li a {
}
.drawernav .dminner nav li a span {
  display: inline-block;
}
.drawernav .dminner li a {
  padding: 0.7em 0;
  font-size: 0.92em;
  border-bottom: 1px solid #e3e7ec;
}
.drawernav .dminner nav > ul > li > ul {
  border-top: 1px solid #e3e7ec;
}
@media print, screen and (min-width: 744px) {
  .drawermenu {
    height: 2.75rem;
  }
  .menu-trigger {
    width: 45px;
    height: 35px;
    top: 5px;
  }
  .menu-trigger span {
    left: 0;
    top: 0;
    width: 30px;
  }
  .drawernav {
    max-width: 1600px;
    margin: 0 3%;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: 0;
  }
  .drawernav.open {
    opacity: 1;
    visibility: visible;
  }
  .drawernav .dminner {
    width: auto;
    padding: 25px 5px 40px 30px;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    pointer-events: none;
    transition: 0.5s;
    opacity: 0;
  }
  .drawernav.open .dminner {
    opacity: 1;
    pointer-events: all;
  }
  .drawernav .dminner li a {
    padding: 8px 0;
  }
  .drawernav .dminner nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .drawernav .dminner nav > ul {
    width: calc(100% / 2);
    padding-right: 25px;
  }
  .drawernav .dminner nav > ul > li {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1024px) {
  .drawernav .dminner nav > ul {
    width: calc(100% / 3);
  }
  .menu-trigger {
    top: 0;
  }
}
@media print, screen and (min-width: 1240px) {
  .drawernav .dminner nav > ul {
    width: calc(100% / 4);
  }
  .drawernav .dminner nav li a {
    transition: 0.3s;
  }
  .drawernav .dminner nav li a:hover {
    color: #00a26a;
    border-bottom: 1px solid #00a26a;
  }
}
@media print, screen and (min-width: 1600px) {
  .drawernav {
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 1023px) {
  aside {
    border-top: 1px solid #d9dfe6;
  }
}
/*会計ブロック*/
.arrow_box {
  font-size: 0.82em;
  padding: 2px 10px;
  margin: 0 0 -5px 0;
  color: #e32e01;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
  line-height: 1.4;
  border: 1px solid #e32e01;
  display: inline-block;
}
.arrow_box .bold {
  font-size: 1.06em;
}
.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 16px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}
.arrow_box:before {
  border-color: rgba(255, 143, 147, 0);
  border-top-color: #e32e01;
  border-width: 6px;
  margin-left: -6px;
}
.calcBlock svg,
.calcBlock img {
  width: 10vw;
  max-width: 44px !important;
  height: auto;
}
.cartNum {
  position: relative;
  max-width: 47px;
}
@media print, screen and (max-width: 743px) {
 .cartNum {
  max-width: 47px;
}
}
.calcBlock {
  padding: 10px 10px 12px 10px;
}
.calcBlock li {
  text-align: right;
}
.cart {
  display: flex;
  align-items: center;
  width: 100%;
}
.sumi {
  border-left: 1px solid rgba(255, 255, 255, 1);
}
#cart_summary_item_count_icon,
#order_summary_item_count_icon {
  position: absolute;
  right: -7px;
  top: 0px;
  display: block;
  width: 2.2em;
  background: #ff860d;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  border-radius: 30px;
}
.cartsub {
  font-size: 0.6em;
  letter-spacing: -0.05em;
  color: #222;
  display: block;
  line-height: 1;
  width: 11vw;
  max-width: 47px;
  text-align: center;
  margin-top: 4px;
  white-space: nowrap;
}
.calc_label {
  font-size: 0.76em;
  letter-spacing: 0;
}
.cart_total .calc_label {
  padding: 0 0 0 1.3em;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 700;
}
.cart_total .calc_label span {
  font-weight: 400;
  font-size: 0.7em;
}
.kingaku {
  line-height: 1.2;
  white-space: nowrap;
}
.kingaku span {
  font-size: 1.4em;
  padding-right: 0.2em;
}
.asideCartbtn {
  flex: 1;
  text-align: center;
  padding: 0 3px 0 10px;
}
.asideCartbtn a {
  background: #00a26a;
  color: #fff;
  padding: 6px 0;
  border-radius: 3px;
  letter-spacing: 0;
  font-weight: bold;
}
@media print, screen and (max-width: 743px) {
  .sumi .asideCartbtn {
    display: none;
  }
}
@media print, screen and (max-width: 1023px) {
  .arrow_box {
    position: absolute;
    bottom: 100%;
    white-space: nowrap;
    z-index: 22;
  }
  .calcBlock {
    position: fixed;
    bottom: 0;
    background: #fff1b8;
  }
  .calcBlock.cart {
    width: 50vw;
    left: 0;
    z-index: 21;
  }
  .calcBlock.sumi {
    width: 50vw;
    right: 0;
    z-index: 20;
  }
}
@media print, screen and (max-width: 743px) {
  .calcBlock.cart {
    width: max(83vw, calc(100vw - 70px));
  }
  .calcBlock.sumi {
    width: min(17vw, 70px);
  }
}
@media print, screen and (min-width: 744px) {
  .calcBlock svg,
  .calcBlock img {
    width: 44px;
    height: auto;
  }
  .sumi {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .cartsub {
    width: 47px;
  }
  .calcBlock {
    padding: 15px 15px;
  }
  .arrow_box {
    padding: 4px 10px;
    font-size: 0.8em;
    line-height: 1.3;
  }
  .arrow_box:after,
  .arrow_box:before {
    left: 22px;
  }
  .main_wrap {
    margin: 20px 3%;
  }
}
@media print, screen and (min-width: 1024px) {
  .main_wrap {
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
  }
  .main_contents {
    width: calc(100% - 250px);
  }
  aside {
    width: 220px;
  }
  .cart_alert_comment {
    padding: 5px 0 0 0;
    background: #fbf6e6;
  }
  .cart_total .calc_label {
    font-size: 0.95em;
  }
  .arrow_box {
    margin-bottom: 12px;
    width: 100%;
    display: block;
  }
  .arrow_box:after,
  .arrow_box:before {
    left: 20px;
  }
  .cart {
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
    z-index: 30;
  }
  .cart,
  .sumi {
    flex-direction: column;
    align-items: flex-start;
  }
  .calcBlock {
    padding: 15px 15px 10px;
    background: #fff1b8;
    border: 1px solid #fedd6b;
  }
  .sumi {
    margin-top: 5px;
  }
  .calcBlock svg,
  .calcBlock img {
    width: 36px;
    height: auto;
  }
  #cart_summary_item_count_icon,
  #order_summary_item_count_icon {
    right: -12px;
    top: -5px;
  }
  .cartNum {
    margin: 0 auto 0 0;
  }
  .cartsub {
    width: 40px;
  }
  .keisan_nakami_side {
    width: 100%;
  }
  .keisan_nakami_side.cartitemNum {
    width: calc(100% - 65px);
    margin: -55px 0 0 auto;
  }
  .keisan_nakami_side li {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    align-items: center;
    padding: 0.3em 0;
  }
  .keisan_nakami_side.cartitemNum li:first-child {
    border-top: none;
  }
  .keisan_nakami_side li.cart_total {
    padding: 0.5em 0 0.3em;
  }
  .calc_label {
    font-size: 0.85em;
  }
  .cart_total .calc_label {
    padding: 0;
  }
  .kingaku span {
    font-size: 1.3em;
    padding-right: 0.2em;
  }
  .asideCartbtn {
    flex: auto;
    text-align: center;
    padding: 10px 0 5px 0;
    width: 100%;
  }
  .asideCartbtn a {
    background: #00a26a;
    color: #fff;
    font-size: 0.95em;
    padding: 10px 0px;
    border-radius: 3px;
    width: 100%;
  }
}
aside .news {
  margin-top: 30px;
}
aside .news h4 {
  font-weight: bold;
  color: #039558;
  padding: 0 0 0.4em 0;
  margin: 0 0 0.4em 0;
  border-bottom: 1px solid #d9dfe6;
}
aside .news ul {
  font-size: 0.9em;
}
aside .news ul li {
  border-bottom: 1px solid #efefef;
  padding: 0 0 0.4em 0;
  margin: 0 0 0.4em 0;
}
aside .news ul li span {
  font-size: 0.95em;
  letter-spacing: 0.05em;
  color: #93999e;
}
aside .newslink a {
  font-size: 0.85em;
  font-weight: bold;
  display: inline-block;
  padding: 0 2em 0 0;
  color: #039558;
  transition: 0.3s;
  position: relative;
}
aside .newslink a::before,
aside .newslink a::after {
  content: "";
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 1em;
  height: 1px;
  border-top: 1px solid;
}
aside .newslink a::after {
  width: 0.5em;
  transform: rotate(45deg);
  transform-origin: center right;
}
@media print, screen and (min-width: 1240px) {
  aside .news li a:hover,
  aside .newslink a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
@media print, screen and (max-width: 1023px) {
  .main_contents {
    padding-bottom: 70px;
  }
}
@media print, screen and (min-width: 1240px) {
  .main_contents {
    width: calc(100% - 260px);
  }
}
@media print, screen and (min-width: 1750px) {
  .main_wrap {
    margin: 25px auto;
  }
}
/*企画回選択*/
.header_kai_select {
  padding-top: 15px;
  /*border-bottom: 3px solid #00a26a;*/
}
.kikaku_menu {
  display: flex;
  margin: 0 3%;
  align-items: center;
}
.kikaku_menu li {
  margin: 0 2px 0 0;
  font-size: 1.1em;
}
.kikaku_menu li.closed {
  padding: 15px;
  line-height: 1;
  background: #eaf4d9;
  color: #81b572;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: default;
}
.kikaku_menu li a {
  padding: 15px;
  line-height: 1;
  background: #cdf09f;
  color: #007d2a;
  border-bottom: none;
  white-space: nowrap;
}
.kikaku_menu li.cullent {
  background: #00a26a;
  color: #fff;
  cursor: default;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.kikaku_menu li.cullent a {
  background: none;
  color: #fff;
}
.kikaku_menu li.cullent p {
  line-height: 1.3;
  font-size: 15px;
  padding: 0 16px;
}
@media print, screen and (max-width: 959px) {
  .kikaku_menu li .kai_limit_time {
    display: none;
  }
  .kai_limit_time.sptb-only {
    background: #00a26a;
    color: #fff;
    line-height: 1.4;
    padding: 7px 3%;
    font-size: 0.9em;
  }
  .kai_limit_time.sptb-only p > span {
    font-weight: bold;
    font-size: 1.1em;
    color: #fffb95;
  }
  .kai_limit_time.sptb-only p > span > span {
    font-size: 0.92em;
  }
  .kai_limit_time.sptb-only .logintime {
    font-weight: normal;
    font-size: 0.95em;
    padding-left: 0.3em;
  }
  .kai_limit_time.sptb-only .jikai {
    font-weight: normal;
    font-size: 0.75em;
    padding-left: 0.3em;
    color: #fff;
  }
}
hr.separate {
  display: none;
}
@media print, screen and (min-width: 744px) {
  .kai_limit_time.sptb-only {
    display: flex;
    padding: 12px 3%;
  }
  .kai_limit_time.sptb-only > p {
    width: 50%;
  }
}
@media print, screen and (min-width: 960px) {
  .kai_limit_time.sptb-only {
    display: none;
  }
  .header_kai {
    max-width: 1600px;
    padding: 15px 3% 0 3%;
  }
  .kikaku_menu {
    margin: 0;
    align-items: stretch;
  }
  .kikaku_menu li a {
    height: 100%;
    padding: 22px 15px;
  }
  .kikaku_menu li .kai_limit_time {
    position: relative;
    display: block;
  }
  .kikaku_menu li .kai_limit_time::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 48px;
    width: 1px;
    border-left: 1px dashed #7acd7f;
    transform: translateY(-24px);
  }
  .kikaku_menu li .kai_limit_time span {
    font-size: 18px;
    color: #fffb95;
    font-weight: bold;
    padding-left: 0.3em;
  }
  .kikaku_menu li .kai_limit_time span > span {
    font-size: 16px;
    padding-left: 0;
  }
  .kikaku_menu li .kai_limit_time span.logintime {
    font-size: 14px;
    font-weight: normal;
  }
  .kikaku_menu li .kai_limit_time span.jikai {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
  }
  .limit_time_sp {
    display: none;
  }
  hr.separate {
    display: block;
    margin: 0;
    height: 3px;
    background: #00a26a;
    border-width: 0px;
  }
}
@media print, screen and (min-width: 1240px) {
  .kikaku_menu li.closed,
  .kikaku_menu li a {
    height: 100%;
    line-height: 1.4;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media print, screen and (min-width: 1601px) {
  .header_kai {
    padding: 15px 0 0 0;
    margin: 0 3%;
  }
}
@media print, screen and (min-width: 1750px) {
  .header_kai {
    margin: 0 auto;
  }
}
/*ユーザー名表示*/
.username_sp {
  text-align: center;
  font-size: 0.875em;
  border-bottom: 1px solid #d9dfe6;
  display: flex;
  justify-content: center;
}
.username_sp .id,
.username_pc .id {
  display: inline-block;
  font-size: 1.15em;
  font-weight: 500;
  padding: 0 0.2em;
  width: auto;
  max-width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.username_sp span:not(.id),
.username_pc span:not(.id) {
  display: inline-block;
  transform: translateY(0.15em);
}
.username_pc {
  display: none;
}
@media (min-width: 744px) {
  .header_kai_select {
    padding-top: 15px;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .username_sp {
    display: none;
  }
  .username_pc {
    display: flex;
    justify-content: flex-end;
    padding-right: 3%;
    font-size: 0.875em;
    text-align: right;
  }
  .username_pc br {
    display: none;
  }
  .username_pc .id {
    max-width: 8em;
  }
}
@media (min-width: 960px) {
  .header_kai_select {
    padding-top: 0;
  }
  .username_pc {
    display: block;
    padding-right: 0;
    line-height: 1.2;
    transform: translateY(-5px);
  }
  .username_pc .id {
    max-width: 8em;
    transform: translateY(4px);
  }
  .username_pc br {
    display: inline;
  }
  .username_pc span:not(.id) {
    transform: translateY(0);
  }
}
@media (min-width: 1240px) {
  .username_pc br {
    display: none;
  }
  .username_pc {
    transform: translateY(-10px);
  }
  .username_pc .id {
    max-width: 10em;
  }
}
.main_select {
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 0.82em;
  display: flex;
}
.main_select img,
.sub_select img {
  margin-right: 0.5em;
  height: 1.65em;
  width: auto;
}
.main_select li {
  width: 50%;
}
.main_select li a {
  background: #f1f9e5;
  border: 1px solid #bfddb9;
  border-left: none;
  border-bottom: none;
  padding: 0.8em 0.2em;
  text-align: center;
  color: #222;
}
.sub_select {
  padding-bottom: 10px;
  display: flex;
}
.sub_select > li {
  font-weight: bold;
  font-size: 0.8rem;
}
.sub_select > li > a,
.sub_select > li > div {
  color: #222;
  background: #f1f9e5;
  border: 1px solid #bfddb9;
  border-left: none;
  padding: 0.7em 0.5em;
}
.main_select li:first-child a,
.sub_select li:first-child a {
  border-left: 1px solid #bfddb9;
}
@media print, screen and (max-width: 743px) {
  .sub_select > li {
    width: calc(100% / 5);
  }
  .sub_select img {
    margin-right: 0em;
    margin-bottom: 5px;
  }
  .sub_select > li > a,
  .sub_select li > div {
    text-align: center;
    padding: 0.5em 0.5em;
    height: 100%;
  }
  .sub_select > li > a > span,
  .sub_select > li > div > span {
    display: block;
    text-align: center;
    line-height: 1.1;
    font-size: 0.75rem;
    white-space: nowrap;
  }
}
@media print, screen and (max-width: 374px) {
  .sub_select > li > a > span,
  .sub_select > li > div > span {
    font-size: 0.7rem;
  }
}
@media print, screen and (min-width: 744px) {
  .main_select li a,
  .sub_select > li > a,
  .sub_select > li > div {
    text-align: left;
    white-space: normal;
    padding: 1em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
  }
  .main_select img,
  .sub_select img {
    margin-right: 0.5em;
    width: 34px;
    height: 27px;
  }
  .select_menu span {
    display: block;
  }
  .main_select {
    justify-content: flex-start;
    padding: 0;
    margin: 0;
  }
  .main_select li {
    width: 50%;
  }
  .sub_select {
    padding: 0px;
    flex: 1;
    display: flex;
  }
  .sub_select > li {
    padding: 0;
    display: block;
    width: 100%;
  }
  .sub_select > li > a,
  .sub_select > li > div {
    height: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .sub_select {
    padding: 0px;
  }
}
@media print, screen and (min-width: 1320px) {
  .main_select li a,
  .sub_select > li > a,
  .sub_select > li > div {
    padding: 1.2em 0;
  }
  .order_select {
    display: flex;
    justify-content: flex-start;
  }
  .main_select {
    width: 33%;
    border-bottom: 1px solid #bfddb9;
  }
  .sub_select li:first-child a {
    border-left: none;
  }
}
.sub_select li,
.tabTouroku {
  position: relative;
}
.tabTouroku > span {
  cursor: default;
}
.sub_select .balloons {
  position: absolute;
  top: 100%;
  right: -1px;
  z-index: 31;
  transition: 0.5s;
  width: 94vw;
  padding: 12px 0 0 0;
  visibility: hidden;
  opacity: 0;
  display: none;
  pointer-events: none;
}
.sub_select .balloons > div {
  background: #fff;
  padding: 1.5em 1.8em 1.8em;
  color: #555;
  border-radius: 4px;
  border: 1px solid #d9dfe6;
  position: relative;
  z-index: 1;
}
.sub_select .balloons .checkmark {
  display: inline-block;
  padding-right: 0.3em;
  transform: scale(1.5);
  color: #fffb95;
}
.sub_select .balloons > div:after,
.sub_select .balloons > div:before {
  position: absolute;
  content: "";
  left: 89%;
}
.sub_select .balloons > div:before {
  top: -20px;
  z-index: 2;
  margin-left: -3px;
  border-color: transparent transparent #d9dfe6;
  border-style: solid;
  border-width: 10px 5px;
}
.sub_select .balloons > div:after {
  top: -15px;
  z-index: 3;
  margin-left: -2px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px 4px;
}
.sub_select .balloons h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}
.tabTouroku.open {
  background: #fff;
}
.tabTouroku.open .balloons {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.registmenu ul {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  position: relative;
}
.registmenu ul h4 {
  font-size: 1.05em;
  font-weight: bold;
  text-align: center;
}
.registmenu ul::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #e5e5e5;
}
.registmenu ul li {
  width: 45%;
  text-align: center;
}
.sub_select .balloons.registmenu > div {
  font-size: 0.85rem;
  line-height: 1.5;
  font-weight: normal;
}
.sub_select .balloons.registmenu > div p {
  font-feature-settings: normal;
  text-align: left;
}
.sub_select .balloons.registmenu .head_linkbtn {
  font-size: 1.05em !important;
}
@media print, screen and (min-width: 768px) {
  .sub_select .balloons > div:after,
  .sub_select .balloons > div:before {
    left: 83%;
  }
}
@media (hover: hover) {
  .main_select > li > a:hover,
  .sub_select > li > a:hover,
  .tabTouroku:hover {
    background: #fff;
  }
  .tabTouroku:hover .balloons {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
.caution {
  color: #e61049;
}
a.pagelink {
  color: #e61049;
  font-size: 0.9em;
  line-height: 1.4;
  font-weight: bold;
  padding: 0.5em 1.2em;
  margin: 3px 0 0 0;
  border: 2px solid #e61049;
  border-radius: 3px;
  display: inline-block;
  transition: all 0.2s ease-out;
}
@media print, screen and (min-width: 1025px) {
  a.pagelink:hover {
    color: #fff;
    background: #ea3969;
    border: 2px solid #ea3969;
  }
}
/* カテゴリ選択タブ */
.category_select_tab {
  display: flex;
  margin: 0 0 0.8em 0;
  position: relative;
}
.category_select_tab::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #d9dfe6;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.category_select_tab li {
  flex-grow: 1;
  max-width: 50%;
}
.category_select_tab li a {
  padding: 0.8em 0.3em;
  text-align: center;
  background: #fffbe9;
  height: 100%;
  font-weight: bold;
  font-size: 0.9em;
  border-left: 1px solid #cbcfd3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.category_select_tab li:last-child a {
  border-right: 1px solid #cbcfd3;
}
.category_select_tab li.current a {
  background: #fedd6b;
  /*background: #83c65c;f07d9d*/
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  /*color: #fff;*/
  position: relative;
  cursor: default;
  pointer-events: none;
  z-index: 3;
}
.category_select_tab li:first-child a,
.category_select_tab li.current + li a {
  border-left: 1px solid transparent;
}
.category_select_tab li.current a:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 0, 0, 0);
  border-width: 7px 7px;
  margin-left: -7px;
  border-top-color: #fedd6b;
  /*border-top-color: #83c65c;f07d9d*/
  top: 100%;
  left: 50%;
}
.category_select_tab li.current a {
  cursor: default;
}
@media print, screen and (min-width: 1025px) {
  .category_select_tab li:not(.current) a:hover {
    /*background: #ffeaeb;*/
    background: #fff1b8;
  }
}
@media print, screen and (max-width: 1239px) {
  .category_select_tab li {
    max-width: 50%;
  }
}
@media print, screen and (min-width: 1240px) {
  .category_select_tab li {
    max-width: 25%;
  }
}
.pagenation {
  padding: 1em 0;
  text-align: center;
}
.pagenation .itemNum {
  padding-bottom: 10px;
}
.itemNum {
  font-size: 0.875em;
}
.next_bangou {
  display: flex;
  justify-content: center;
  line-height: 34px;
  font-size: 0.9em;
}
.next_bangou li {
  width: 2.6em;
  padding: 0 2px;
  text-align: center;
}
.next_bangou li span,
.next_bangou li a {
  display: block;
  height: 34px;
}
.next_bangou li span {
  background: #d9dfe6;
}
.next_bangou li a {
  background: #fff;
  border: 1px solid #d9dfe6;
}
.next_bangou li.prev,
.next_bangou li.next {
  width: 4em;
  font-size: 0.85em;
}
.next_bangou li.prev a,
.next_bangou li.next a {
  background: #fff;
  border: 1px solid #d9dfe6;
}
@media print, screen and (min-width: 768px) {
  .pagenation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pagenation .itemNum {
    padding-bottom: 0;
  }
  .next_bangou {
    display: flex;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 1025px) {
  .next_bangou li a:hover {
    background: #e5e9ee;
  }
}
.recipe_bnr {
  margin-top: 20px;
}
.ad_area,
.info_prm {
  margin-top: 30px;
}
.member_info_bnr {
  padding: 1.2em 0 0 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #d9dfe6;
}
.ad_area ul,
.info_prm ul,
.member_info_bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ad_area li,
.info_prm li,
.member_info_bnr li {
  width: 48.5%;
  margin-bottom: 3vw;
}
.ad_area li.dummy,
.info_prm li.dummy,
.member_info_bnr li.dummy {
  width: 48.5%;
  height: 1px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 744px) {
  .recipe_wrap {
    flex-direction: column;
  }
  .recipe_image {
    width: auto;
    padding-right: 0;
  }
  .recipe ul {
    margin-top: 0.7em;
    width: auto;
  }
  .member_info_bnr {
    margin: 5px 0 0 0;
  }
  .ad_area li,
  .info_prm li,
  .member_info_bnr li {
    width: 32%;
    margin-bottom: 2vw;
  }
  .ad_area li.dummy,
  .info_prm li.dummy,
  .member_info_bnr li.dummy {
    width: 32%;
  }
}
@media print, screen and (min-width: 744px) and (max-width: 1023px) {
  .recipe_news {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .recipe_news > div:first-child {
    width: 32%;
  }
  .recipe_news > div:last-child {
    width: 68%;
    padding-right: 30px;
  }
  aside .news {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .recipe_link a {
    background: #e9dac2;
    padding: 0.3em 0.5em;
    display: block;
  }
  .ad_area ul,
  .info_prm ul,
  .member_info_bnr ul {
    display: block;
  }
  .ad_area li,
  .info_prm li,
  .member_info_bnr li {
    width: 100%;
    margin-bottom: 1.2em;
  }
  .ad_area li.dummy,
  .info_prm li.dummy,
  .member_info_bnr li.dummy {
    display: none;
  }
}
@media print, screen and (min-width: 1240px) {
  .recipe_bnr a img,
  .ad_area a img,
  .info_prm a img,
  .member_info_bnr a img {
    transition: 0.3s;
  }
}
@media (hover: hover) {
  .recipe_bnr a:hover img,
  .ad_area a:hover img,
  .info_prm a:hover img,
  .member_info_bnr a:hover img {
    filter: brightness(1.05);
    opacity: 0.8;
  }
}
.radiation {
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
.radiation .radiation_btn {
  cursor: pointer;
  text-align: center;
  padding: 15px 0 15px 40px;
  color: #0a8844;
  font-weight: bold;
  background: url("../image/radiation_bg.png") no-repeat;
  background-position: 0px -15px;
  background-size: 80px 90px;
  font-size: 0.9em;
  position: relative;
}
.radiation .radiation_btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid rgba(54, 171, 72, 0.5);
  z-index: -1;
}
.radiation dd.radiation_menu {
  border: 1px solid rgba(54, 171, 72, 0.5);
  border-width: 0 1px;
  display: none;
}
.radiation dd p {
  font-size: 0.8em;
  padding: 0.5em 0.8em;
  color: #0a8844;
  line-height: 1.4;
  text-align: center;
}
.radiation ul {
  border-top: 1px solid rgba(54, 171, 72, 0.5);
}
.radiation a {
  color: #0a8844;
  text-align: center;
  border-bottom: 1px solid rgba(54, 171, 72, 0.5);
  font-size: 0.9em;
  padding: 0.7em;
  font-weight: bold;
}
.radiation a span {
  display: inline-block;
  margin-right: 0.3em;
  font-size: 0.8em;
  color: #fff;
  background: #00a26a;
  border-radius: 15px;
  padding: 0 0.5em;
  line-height: 1.4;
  transform: translateY(-2px);
}
.radiation a::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 9px;
  background-image: url("../image/i_blank_green.svg");
  background-repeat: no-repeat;
  margin-left: 0.5em;
  transform: translateY(-2px);
}
@media print, screen and (min-width: 1240px) {
  .radiation a {
    font-weight: normal;
  }
  .radiation a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
.invitation {
  margin-top: 30px;
}
.invitation a img {
  transition: 0.3s;
}
.invitation_area {
  margin-top: 5px;
  font-size: 0.85em;
  font-weight: bold;
}
.invitation_area a {
  display: flex;
  background: #ffe36e;
  transition: background 0.3s;
}
.invitation_area a > span.areaimg {
  width: 35%;
  height: 46px;
  display: block;
  background-image: url("../image/area_bg.png");
  background-size: 136px 46px;
  background-position: top right;
  background-repeat: no-repeat;
}
.invitation_area a > span:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 0 0 0 1em;
}
.invitation_area svg {
  margin-left: 0.3em;
  opacity: 0.5;
}
@media print, screen and (min-width: 744px) and (max-width: 1023px) {
  .invitation {
    margin: 25px auto 0 auto;
    max-width: 480px;
  }
  .invitation_area {
    max-width: 480px;
    margin: 5px auto 25px auto;
  }
  .invitation_area a > span.areaimg {
    width: 40%;
  }
}
@media print, screen and (min-width: 1024px) {
  .invitation {
    margin-top: 0px;
  }
  .invitation_area a > span.areaimg {
    width: 54px;
  }
  .invitation_area a > span:last-child {
    padding: 0 0 0 1em;
  }
}
@media print, screen and (min-width: 1240px) {
  .invitation a:hover img {
    filter: brightness(110%);
  }
  .invitation_area a:hover {
    background: #fff0a4;
  }
}
.notfound .main_wrap {
  justify-content: center;
  margin: 40px 8% 50px;
}
.notfound h1 {
  text-align: center;
  margin-bottom: 2em;
  font-weight: 700;
}
.notfound h1 span {
  display: block;
  font-size: 2.6em;
  color: #d9dfe6;
  letter-spacing: 0.03em;
  text-align: center;
}
.notfound p {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.notfound .homelink {
  padding: 10px;
  text-align: center;
}
.notfound .homelink a {
  display: inline-block;
  background: #00a26a;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.7em 1.5em;
  border-radius: 4px;
  transition: background 0.3s;
}
.notfound img {
  width: 150px;
}
.notfound .logo {
  margin: 0.6em auto;
}
.notfound footer {
  padding: 20px 0;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .notfound p {
    text-align: center;
  }
  .notfound h1 span {
    font-size: 3.5em;
  }
  .notfound .logo {
    margin: 1em auto 0.7em;
  }
  .notfound img {
    width: 230px;
  }
}
.notfound .homelink a:hover {
  background: #3cb874;
}
.copyright {
  font-size: 0.7em;
  color: #999;
  text-align: center;
}
footer {
  margin-top: 10px;
  border-top: 1px solid #d9dfe6;
  padding: 0 0 6.5em 0;
  background: #f8f9fb;
}
footer.prelogin {
  padding-bottom: 1em;
}
.footer_inner {
  padding: 0;
}
.footernav {
  font-size: 0.9em;
}
.footernav h4 {
  font-weight: bold;
}
.sns_link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 0 0.5em;
}
.sns_link ul li {
  padding: 0 0.5em;
}
.sns_link ul a svg {
  width: 36px;
  height: 36px;
  color: #a8abaf;
  transition: 0.3s;
}
.footer_subnav {
  font-size: 0.85em;
  text-align: center;
  padding-bottom: 1em;
}
.footer_subnav li {
  display: inline-block;
  padding: 0.25em 0.7em;
  position: relative;
}
.footer_subnav li::after {
  content: "";
  width: 1px;
  height: 1.2em;
  background-color: #ccc;
  position: absolute;
  right: -2px;
  top: calc(50% - 0.6em);
}
.footer_subnav li:last-child::after {
  display: none;
}
.footer_cpwrap {
  text-align: center;
  padding: 1em 0 0 0;
  border-top: 1px solid #d9dfe6;
}
.footer_cpwrap p {
  font-size: 0.9em;
  padding-bottom: 0.5em;
}
#header a[target="_blank"]::after,
footer a[target="_blank"]::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 9px;
  background-image: url("../image/i_blank.svg");
  background-repeat: no-repeat;
  margin-left: 0.3em;
}
.header_desc a[target="_blank"]::after,
.sns_link a[target="_blank"]::after {
  display: none;
}
@media print, screen and (max-width: 743px) {
  .footernav {
    font-size: 0.9em;
    background: #fff;
  }
  .footernav h4 {
    padding: 0.7em 1em;
    position: relative;
    border-bottom: 1px solid #efefef;
  }
  .footernav h4::before,
  .footernav h4::after {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    right: 1.5em;
    background: #bec2c6;
  }
  .footernav h4::after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .footernav h4.active::after {
    transform: rotate(0deg);
  }
  .footernav li > ul {
    display: none;
  }
  .footernav a {
    padding: 0.5em 0.5em 0.5em 2.5em;
    border-bottom: 1px solid #efefef;
    position: relative;
  }
  .footer_subnav li:nth-child(3)::after {
    display: none;
  }
}
@media print, screen and (min-width: 744px) {
  footer {
    padding: 30px 0 8.5em 0;
  }
  .footer_inner {
    padding: 0;
    margin: 0 3%;
    max-width: 1600px;
  }
  .footer_inner nav:first-child {
    display: flex;
    justify-content: space-between;
  }
  .footernav {
    font-size: 0.95em;
    padding: 0 0 0 1.5em;
  }
  .footer_inner nav:first-child .footernav:first-child {
    padding: 0;
  }
  .footernav h4 {
    padding: 0 0 0.5em 0;
    pointer-events: none;
  }
  .footernav a {
    font-size: 0.92em;
    padding: 0.25em 0;
  }
  .footernav a > span {
    line-height: 1.8;
  }
  .footernav ul {
    padding-bottom: 1.5em;
  }
  .sns_link ul {
    padding: 0em 0 0.5em;
  }
  footer.prelogin .footer_inner nav:first-child {
    display: flex;
    justify-content: space-evenly;
  }
}
@media print, screen and (min-width: 1024px) {
  footer {
    padding: 30px 0;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1240px) {
  .footernav {
    font-size: 0.95em;
    padding: 0;
  }
  .footernav.fn_item {
    width: 14%;
  }
  .footernav.fn_order_touroku {
    width: 30%;
    display: flex;
  }
  .fn_order {
    width: 40%;
  }
  .fn_touroku {
    width: 62%;
    padding-right: 2em;
  }
  .footernav.fn_mypage {
    width: 18%;
  }
  .fn_mypage ul {
    display: flex;
    flex-wrap: wrap;
  }
  .fn_mypage ul > li {
    width: 13em;
  }
  .footernav.fn_help_hitokoe {
    width: 36%;
    display: flex;
    justify-content: space-between;
  }
  .footernav a > span,
  .footer_subnav a > span,
  .footer_cpwrap a > span {
    line-height: 1.8;
    transition: border 0.3s;
    border-bottom: 1px solid transparent;
  }
  .footernav a > span > span {
    display: inline-block;
  }
  .footernav a:hover > span,
  .footer_subnav a:hover > span,
  .footer_cpwrap a:hover > span {
    border-bottom: 1px solid #666;
  }
  footer.prelogin .footer_inner nav:first-child {
    justify-content: space-between;
  }
  footer.prelogin .fn_item ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer.prelogin .fn_item ul > li {
    width: 50%;
  }
  footer.prelogin .fn_item {
    width: 27%;
  }
  footer.prelogin .fn_order_touroku {
    width: 37%;
  }
  footer.prelogin .fn_help_hitokoe {
    width: 35%;
  }
  .sns_link ul a:hover svg {
    opacity: 0.65;
  }
}
@media print, screen and (min-width: 1440px) {
  .fn_mypage ul > li:nth-of-type(odd) {
    width: 12em;
  }
}
@media print, screen and (min-width: 1750px) {
  .footer_inner {
    margin: 0 auto;
  }
}
#page_top,
#page_top a {
  width: 34px;
  height: 34px;
}
#page_top {
  position: fixed;
  right: 10px;
  bottom: 5em;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.prelogin #page_top {
  right: 10px;
  bottom: 10px;
}
#page_top.is-fixed {
  opacity: 1;
  pointer-events: all;
}
#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  transition: all 0.3s;
}
#page_top a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 11px;
}
@media print, screen and (min-width: 744px) {
  #page_top,
  #page_top a {
    width: 46px;
    height: 46px;
  }
  #page_top {
    right: 10px;
    bottom: 6em;
  }
  #page_top a::after {
    width: 13px;
    height: 13px;
    top: 18px;
    left: 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  #page_top {
    bottom: 10px;
  }
}
#wait_overlay .message,
#transmit .message {
  text-align: center;
  font-size: 0.92em;
  font-weight: bold;
  margin-top: 2em;
  color: #fff;
  z-index: 1003;
}
@keyframes loadingspin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid;
  border-color: #fff rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3)
    rgba(255, 255, 255, 0.3);
  animation: loadingspin 0.7s linear infinite;
  z-index: 1002;
}
/*メッセージウィンドウ*/
#wait_overlay,
#transmit {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1001;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#wait_overlay::before,
#transmit::before {
  content: "";
  background: rgba(43, 46, 56, 0.7);
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.popup-block {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001;
  padding: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-block > div {
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 2em 1.5em;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.popup-block .closed {
  margin-top: 1em;
}
.popup-block p {
  margin-bottom: 20px;
}
.popup-block p span {
  display: inline-block;
}
.popup-linkbtn {
  display: block;
  text-align: center;
  padding: 0;
}
.popup-linkbtn a {
  margin: 1em 0.5em;
  background: #00a26a;
  color: #fff;
  font-weight: bold;
  padding: 0.7em 1em;
  border-radius: 3px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.popup-linkbtn a span {
  font-size: 0.85em;
  font-weight: normal;
  letter-spacing: 0;
}
.popup-block .closed a {
  margin: 0 1em;
  background: #fff;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0.5em 2em 0.5em 3.5em;
  border-radius: 3px;
  display: inline-block;
  letter-spacing: 0.05em;
  position: relative;
}
.popup-block .closed a::before,
.popup-block .closed a::after {
  content: "";
  width: 1.1em;
  height: 2px;
  background: #999;
  position: absolute;
  top: 1.2em;
  left: 1.5em;
  transform: rotate(45deg);
}
.popup-block .closed a::after {
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 744px) {
  .popup-block p {
    margin-bottom: 0px;
  }
  .popup-linkbtn {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0;
  }
  .popup-linkbtn a {
    width: 12em;
  }
}
@media print, screen and (min-width: 1240px) {
  .popup-linkbtn a,
  .popup-block .closed a {
    transition: background 0.3s;
  }
  .popup-linkbtn a:hover {
    background: #3cb874;
  }
  .popup-block .closed a:hover {
    background: #efefef;
  }
  .asideCartbtn a:hover,
  .head_linkbtn:hover {
    background: #3cb874;
  }
  .kikaku_menu li:not(.cullent) a {
    transition: 0.3s;
  }
  .kikaku_menu li:not(.cullent) a:hover {
    background: #00a26a;
    color: #fff;
  }
  .favoriteIcon a:hover span,
  .userIcon:hover > span {
    color: #00a26a;
  }
}
@media print, screen and (max-width: 1023px) {
  .userIcon {
    position: relative;
  }
  .userIcon img {
    position: relative;
    z-index: 10;
  }
  .userIcon.open::before {
    content: "✕";
    color: #00a26a;
    font-size: 20px;
    padding: 6px 0 0 0;
    text-align: center;
    position: absolute;
    z-index: 20;
    width: 100%;
    height: calc(100% + 16px);
    top: -8px;
    left: 0;
    background: #f1f9e5;
    border-radius: 4px;
  }
}
@media print {
  body {
    font-size: 12px;
    width: 100%;
    page-break-after: always;
  }
  .header_desc,
  .search_icon,
  .menuIcon,
  .drawermenu,
  footer,
  .header_kai,
  .order_select,
  hr.separate,
  aside,
  .page_detail ul.review_list {
    display: none;
  }
  .logo_icon,
  .logo,
  .main_wrap {
    margin: 0;
    padding: 0;
  }
  .logo {
    width: 120px;
    margin-bottom: 15px;
  }
  .main_wrap {
    margin: 0;
    padding: 0;
  }
  .main_contents {
    width: 100%;
  }
  .spmgn {
    margin: 0;
  }
}
/* 20220511 ポイント機能追加 */
/*ツールチップ*/
.point_note {
  color: #e32e01;
  font-weight: bold;
}
.point_sp .help,
.point_pc .help {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url("../image/icon_help.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(0.2em);
  margin: 0 0 0 0.3em;
  opacity: 0.3;
}
@media print, screen and (max-width: 743px) {
  .point_sp .help {
    display: none;
  }
}
@media (max-width: 1023px) {
  .point_sp {
    margin-bottom: 20px;
  }
  .point_sp ul {
    display: flex;
    gap: 0px 0.3em;
    position: relative;
  }
  .point_sp .button {
    font-size: 0.73em;
    color: #222;
  }
  .point_sp li {
    flex-grow: 1;
    text-align: right;
    padding: 4px 0.5em 8px;
    background: #fff;
    line-height: 1.4;
    border: 1px solid #bec2c6;
    display: flex;
    flex-direction: column;
  }
  .point_sp li span:not(.pointnum) {
    font-size: 0.77em;
  }
  .point_sp li .pointnum {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1;
  }
  .point_pc {
    display: none;
  }
}
@media (min-width: 740px) and (max-width: 1023px) {
  .point_sp li {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.8em;
  }
  .point_sp li span:not(.pointnum) {
    font-size: 0.85em;
  }
  .point_sp .button,
  .point_sp span:not(.tooltip_sp) {
    font-size: 0.85em;
    color: #222;
  }
  .point_sp li .pointnum {
    font-size: 1.125em;
  }
}
@media print, screen and (min-width: 1024px) {
  .point_sp {
    display: none;
  }
  .nosticky .cart {
    position: relative;
    position: -webkit-relative;
    top: 0;
  }
  .point_pc li {
    padding: 10px 10px;
    margin-top: 4px;
    background: #fff;
    line-height: 1.4;
    border: 2px solid #fedd6b;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .point_pc .button {
    font-size: 0.85em;
    cursor: default;
    color: #222;
  }
  .webpoint_disp .help {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    transform: translateY(0.2em);
    margin: 0 0 0 2px;
    opacity: 0.3;
  }
  .point_pc li .pointnum {
    font-weight: bold;
  }
}
.tooltip_sp {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: 0.8em 1em;
  line-height: 1.5;
  box-sizing: content-box;
  position: absolute;
}
[aria-label][role~="tooltip"].popup::before,
[aria-label][role~="tooltip"].popup::after {
  opacity: 1;
  pointer-events: auto;
}
.tooltip_sp::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E")
    no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 5px;
}
.point_sp ul li .tooltip_sp {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 0;
  text-align: left;
  width: 84vw;
  max-width: 26em;
  opacity: 0;
  display: none;
  transition: 0.3s;
}
.pointlabel {
  font-feature-settings: "palt";
}
.point_sp ul li.popup .tooltip_sp {
  opacity: 1;
  display: inline-block;
  margin-top: -5px;
}
.point_sp ul li .tooltip_sp::before {
  position: absolute;
  content: "";
  left: 4em;
  top: 100%;
  background-size: contain;
}
.point_sp ul li:nth-child(2) .tooltip_sp {
  text-align: center;
}
.point_sp ul li:nth-child(2) .tooltip_sp,
.point_sp ul li:nth-child(2) .tooltip_sp::before {
  left: 50%;
  transform: translateX(-50%);
}
.point_sp ul li:nth-child(3) .tooltip_sp {
  left: auto;
  right: 0;
}
.point_sp ul li:nth-child(3) .tooltip_sp::before {
  left: auto;
  right: 4em;
}
.point_sp .faqlink,
.point_pc .faqlink {
  text-align: right;
  padding: 0.3em 0 0 0;
}
.point_sp .faqlink a,
.point_pc .faqlink a {
  font-size: 0.85em;
  color: #007d2a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.point_sp .faqlink a svg,
.point_pc .faqlink a svg {
  margin-left: 3px;
}
@media (min-width: 744px) {
  .point_sp {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .point_pc .pointlabel {
    position: relative;
  }
  .point_pc ul li .tooltip_sp {
    bottom: calc(100% + 4px);
    width: 90%;
    left: -20%;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
  }
  .point_pc ul li .tooltip_sp::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 100%;
    background-size: contain;
  }
  .point_pc ul li .point_balloon:hover .tooltip_sp {
    opacity: 1;
    z-index: 31;
  }
}
@media (hover: hover) {
  .point_pc .faqlink a:hover {
    text-decoration: none;
  }
}
/* ベジポンフロートリンク */
.vegepon_float {
  width: 52px;
  position: fixed;
  right: 0;
  bottom: 9em;
  opacity: 1;
  z-index: 70;
  pointer-events: all;
  transition: 0.3s;
}
.vegepon_float.hide {
  opacity: 0;
  pointer-events: none;
}
.vegepon_float a {
  display: block;
  color: #00913a;
  transition: 0.3s;
}
.go_farm {
  position: absolute;
  bottom: 100%;
  z-index: 1;
}
.vegepon_float div.vegepon_float_content {
  position: relative;
}
.vegepon_float div.vegepon_float_content_bg {
  background: #fefde0;
  padding: 0 0 18px 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
.vegepon_float .growing ul {
  display: flex;
  justify-content: center;
  /*column-gap: 3px;*/
  width: 100%;
}
.vegepon_float .growing ul li.nodisplay {
  display: none;
}
.vegepon_float .float_scale {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.vege_name {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 0.5em 0.5em;
  margin: auto;
  line-height: 1.3;
}
.vegepon_float .float_bar {
  /*width: 14px;*/
  width: 24px;
  height: 96px;
  background: #ddf4b8;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.vegepon_float .float_bar span.fill {
  display: block;
  position: absolute;
  background: #00913a;
  left: 0;
  bottom: 0;
  width: 100%;
}
.vegepon_float .float_bar::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/vegepon/memori.png");
  opacity: 0.6;
}
.vegepon_float_close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 100%;
  background: #00913a;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
}
.vegepon_float_close svg {
  width: 38px;
  height: 38px;
}
@media (min-width: 740px) {
  .vegepon_float {
    bottom: 10.5em;
  }
}
@media (min-width: 960px) {
  .vegepon_float {
    width: 64px;
    left: 0;
    right: auto;
  }
  .go_farm {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
    transition: 0.3s;
  }
  .go_farm img {
    width: 52px;
    height: auto;
  }
}
@media (hover: hover) {
  .vegepon_float_close:hover {
    background: #00b211;
  }
  .vegepon_float a:hover .go_farm {
    right: -52px;
  }
}
.vegapon_update {
  width: 92%;
  max-width: 500px;
  margin: auto;
}
.vegapon_update > a {
  display: block;
  padding: 1em 1em 0 1em;
  background: #fefde0;
  color: #00913a;
}
.vegapon_update p {
  font-size: 0.95em;
}
.vegapon_update p > span {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 0.3em;
}
.vegapon_update p > span > span {
  font-size: 1.2em;
}
@media (max-width: 519px) {
  .vegapon_update p {
    font-size: 0.9em;
  }
  .vegapon_update p br {
    display: none;
  }
}
/* 20221108 ナビゲーションにセパレーター挿入 */
.usermenu h3,
.usermenu ul li.separator {
  position: relative;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
.usermenu h3::after,
.usermenu ul li.separator::after {
  content: "";
  display: block;
  width: calc(100% + 60px);
  height: 1px;
  border-bottom: 1px solid #e3e7ec;
  position: absolute;
  bottom: -1px;
  left: -30px;
}
/* ベジポンエントリー */
@media (max-width: 374px) {
  .vegepon_entry_link {
    font-size: 4.25vw;
  }
}
.vegepon_entry_link a {
  text-align: center;
  background-color: #fefaa5;
  margin-top: 1.5em;
  color: #00913a;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center center;
}
.vegepon_entry_link.vegepon_closed a {
  background-color: #ffded2;
}
.vegepon_entry_link a p {
  font-size: 0.875em;
}
.vegepon_entry_link a .vegepon_btn span {
  display: inline-block;
  background: #ffe131;
  border: 2px solid;
  border-radius: 5em;
}
.vegepon_entry_link.vegepon_closed a .vegepon_btn span {
 background: #ffd72e;
}
@media (max-width: 739px) {
  .vegepon_entry_link a {
    padding: 5px 12%;
    background-size: 114%;
    background-image: url("/order/vegepon/assets/images/page/vegepon_linkbg_1_sp.png");
  }
  .vegepon_entry_link.vegepon_closed a {
    margin: 0.5em 0 1em;
    background-image: url("/order/vegepon/assets/images/page/vegepon_linkbg_2_sp.png");
  }
  .vegepon_entry_link a > div {
    display: flex;
    align-items: center;
  }
  .vegepon_entry_link .vegepon_logo {
    width: 45%;
    padding: 0 6px 0 0;
  }
  .vegepon_entry_link .vegepon_btn {
    width: 55%;
  }
}
@media (min-width: 740px) {
  .vegepon_entry_link a {
    margin-top: 0;
    margin-bottom: 0.75em;
    background-size: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    background-image: url("/order/vegepon/assets/images/page/vegepon_linkbg_1_sp.png");
  }
  .vegepon_entry_link.vegepon_closed a {
   background-image: url("/order/vegepon/assets/images/page/vegepon_linkbg_2_sp.png");
   margin-bottom: 1.5em;
  }
  .vegepon_entry_link a p {
    width: 9.5em;
    text-shadow: 1px 1px 0 #fefaa5, -1px -1px 0 #fefaa5, -1px 1px 0 #fefaa5,
      1px -1px 0 #fefaa5, 1px 0 0 #fefaa5, -1px 0 0 #fefaa5, 0 1px 0 #fefaa5,
      0 -1px 0 #fefaa5;
  }
  .vegepon_entry_link.vegepon_closed a p {
   text-shadow: 1px 1px 0 #ffded2, -1px -1px 0 #ffded2, -1px 1px 0 #ffded2,
     1px -1px 0 #ffded2, 1px 0 0 #ffded2, -1px 0 0 #ffded2, 0 1px 0 #ffded2,
     0 -1px 0 #ffded2;
  }
  .vegepon_entry_link a p span {
    display: block;
    text-align: center;
  }
  .vegepon_entry_link a > div {
    display: flex;
    align-items: center;
  }
  .vegepon_entry_link .vegepon_logo img {
    width: 130px;
    margin: 0 12px 0 0;
  }
  .vegepon_entry_link .vegepon_btn span {
    width: 205px;
  }
}
@media (min-width: 1240px) {
  .vegepon_entry_link a {
    background-image: url("/order/vegepon/assets/images/page/vegepon_linkbg_1_pc.png");
    background-size: contain;
  }
  .vegepon_entry_link.vegepon_closed a {
    background-image: url("/order/vegepon/assets/images/page/vegepon_linkbg_2_pc.png");
    background-size: contain;
  }
}
@media (hover: hover) {
  .vegepon_entry_link a .vegepon_btn span {
    transition: 0.3s;
  }
  .vegepon_entry_link a:hover .vegepon_btn span {
   background: #ffff66;
  }
}
.menuIcon .vegepon_farm_link {
  padding: 0.5em 0 1em;
  position: relative;
  margin-bottom: 0.5em;
}
.menuIcon .vegepon_farm_link::after {
  content: "";
  display: block;
  width: calc(100% + 60px);
  height: 1px;
  border-bottom: 1px solid #e3e7ec;
  position: absolute;
  bottom: -1px;
  left: -30px;
}
.menuIcon .vegepon_farm_link a {
  background: #fefaa5;
  text-align: center;
}
.menuIcon .vegepon_farm_link a img {
  width: 280px !important;
  max-width: 280px !important;
  height: auto;
}
@media (max-width: 360px) {
  .menuIcon .vegepon_farm_link a img {
    max-width: 100% !important;
  }
}
/* 20230206 印刷対応 */
@media print {
  @page {
    overflow: visible;
  }
  @media (max-width: 743px) {
    .logo_icon.container {
      margin: 0;
      padding: 10px 3%;
      background-color: #fff;
      /*position: fixed;*/
      position: relative;
      width: 100%;
      transition: 0.5s;
      top: 0;
      z-index: 71;
      border-bottom: 1px solid #d9dfe6;
    }
  }
  .username_sp,
  .username_pc {
    display: none;
  }
}
