@charset "UTF-8";
/*reset-base sanitize.css*/
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*base*/
/*variables*/
body {
  color: #571800;
  font-family: "メイリオ", "Mairyo", "ヒラギノ角ゴPro", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

dl, dd {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

textarea {
  padding: 4px;
  font-size: 14px;
  line-height: 1.5;
}

/*layout*/
/*variables*/
.wrapper {
  min-width: 1000px;
  margin: 0 auto;
}

#container {
  width: 1000px;
  margin: 0 auto;
}

.side {
  float: left;
  width: 300px;
  margin: 0 20px 0 0;
}

.main {
  float: right;
  width: 680px;
}

.detail .side {
  float: right;
  margin: 0 0 0 20px;
  width: 250px;
}
.detail .main {
  float: left;
  width: 730px;
}

#footer_second {
  clear: both;
  overflow: hidden;
}

#footer {
  clear: both;
  overflow: hidden;
}

/*project*/
/*variables*/
.header_body {
  background: #f8f6ed;
  border-bottom: solid 1px #571800;
}
.header_body .header_body__inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer_body {
  background: #d5cdb3;
}
.footer_body .footer_body__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 3em 0;
  text-align: center;
}
.footer_body .footer_body__inner .footer_body__info {
  margin: 0 0 18px;
}
.footer_body .footer_body__inner .footer_body__info li {
  display: inline-block;
}
.footer_body .footer_body__inner .footer_body__info li + li {
  margin: 0 0 0 1em;
}
.footer_body .footer_body__inner .footer_body__info li a {
  color: #571800;
}

.snsfooter {
  margin: 0 0 20px;
}
.snsfooter .snsfooter__ul {
  display: flex;
  justify-content: center;
}
.snsfooter .snsfooter__ul .snsfooter__li a img {
  width: 100%;
  height: auto;
}
.snsfooter .snsfooter__ul .snsfooter__li--instagram {
  width: 30px;
}

.logo1 .logo1__subtitle {
  font-size: 12px;
  margin: 6px 0 3px;
}
.logo1 .logo1__box {
  display: flex;
  align-items: flex-end;
  margin: 0 0 6px;
}
.logo1 .logo1__box .logo1__img {
  width: 188px;
}
.logo1 .logo1__box .logo1__img a img {
  width: 100%;
  height: auto;
}
.logo1 .logo1__box h1 {
  margin: 0;
}
.logo1 .logo1__box .logo1__by {
  font-size: 12px;
  margin: 0 0 3px 6px;
}

.logo2 .logo2__subtitle {
  font-size: 13px;
  margin: 6px 0;
  text-align: center;
}
.logo2 .logo2__img {
  margin: 0 auto 6px;
  width: 234px;
}
.logo2 .logo2__img a img {
  width: 100%;
  height: auto;
}
.logo2 .logo2__by {
  font-size: 13px;
  margin: 0 0 12px;
  text-align: center;
}

.login_info {
  position: relative;
}
.login_info .login_info__name {
  height: 30px;
}
.login_info .login_info__name p {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: right;
}
.login_info .login_info__name p strong {
  width: 260px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commonsite {
  display: flex;
  align-items: flex-end;
}
.commonsite .commonsite__container {
  display: flex;
}
.commonsite .commonsite__container .commonsite__list {
  width: 90px;
  height: 48px;
  margin: 0 15px 0 0;
  border-top: 1px solid #571800;
  border-left: 1px solid #571800;
  border-right: 1px solid #571800;
  border-radius: 6px 6px 0 0;
  background: #ffffff;
  box-sizing: border-box;
}
.commonsite .commonsite__container .commonsite__list .commonsite__text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #571800;
  text-decoration: none;
}
.commonsite .commonsite__container .commonsite__list .commonsite__text:hover {
  background: #571800;
  color: #ffffff;
}
.commonsite .commonsite__container .commonsite__list .commonsite__text .commonsite__imgwrap {
  margin: 0 3px 0px 0;
  width: 28px;
  height: 28px;
}
.commonsite .commonsite__container .commonsite__list .commonsite__text .commonsite__imgwrap img {
  width: 100%;
  height: auto;
}
.commonsite .commonsite__container .commonsite__list.active {
  background: #571800;
}
.commonsite .commonsite__container .commonsite__list.active div {
  color: #ffffff;
}
.commonsite .commonsite__container .commonsite__list--associe {
  width: 105px;
}

.menu .menu__ul {
  display: flex;
  margin: 10px 0 6px;
}
.menu .menu__ul .menu__list:last-child {
  position: relative;
}
.menu .menu__ul .menu__list a {
  color: #571800;
}
.menu .menu__ul .menu__list a:hover {
  opacity: 0.8;
}
.menu .menu__ul .menu__list > a {
  display: inline-block;
  padding: 8px;
  border: solid 1px #d5cdb3;
  margin: 4px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  background: #ffffff;
  line-height: 1;
}
.menu .menu__ul .menu__list .menu__btn .icon-menu {
  position: relative;
  font-size: 25px;
}
.menu .menu__ul .menu__list .menu__btn .icon-menu::after {
  content: "MENU";
  display: block;
  font-size: 10px;
  position: absolute;
  bottom: -6px;
  left: 3px;
  font-style: normal;
}

.menu2 {
  position: absolute;
  top: 53px;
  right: 0;
  background: #ffffff;
  padding: 15px 20px;
  width: 230px;
  border: solid 1px #571800;
  z-index: 2;
}
.menu2 ul li {
  margin: 8px 0;
}
.menu2 ul li a:hover {
  text-decoration: none;
}
.menu2 .menu2__switch {
  position: absolute;
  top: 5px;
  right: 5px;
}
.menu2 .beginner {
  margin-top: 30px;
}
.menu2 .beginner a img {
  display: inline-block;
  width: 15px;
  height: auto;
  margin-right: 5px;
}

.campobi {
  background: #FF9803;
  text-align: center;
}
.campobi .campobi__a {
  color: #ffffff;
  display: block;
  padding: 6px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
}

.pickups .pickups__ul {
  display: flex;
  flex-wrap: wrap;
}
.pickups .pickups__ul .pickups__li {
  box-sizing: border-box;
  position: relative;
  padding: 1.5%;
  width: 50%;
}
.pickups .pickups__ul .pickups__li a {
  text-decoration: none;
}
.pickups .pickups__ul .pickups__li a .pickups__img {
  border-radius: 10px;
  overflow: hidden;
}
.pickups .pickups__ul .pickups__li a .pickups__img img {
  width: 100%;
  height: auto;
}
.pickups .pickups__ul .pickups__li a:hover img {
  opacity: 0.8;
}
.pickups .pickups__ul .pickups__li a .pickups__tag {
  padding: 3px 0 3px;
  color: #571800;
}
.pickups .pickups__ul .pickups__li a .pickups__tag p {
  padding: 0 0 0 2px;
  font-size: 14px;
  font-weight: bold;
}
.pickups .pickups__ul .pickups__li a .pickups__tag p::before {
  content: "#";
}

.detailtitle {
  text-align: center;
  margin: 30px 0 20px;
}

.detailmain {
  display: flex;
}
.detailmain.detailmain--my {
  padding-top: 130px;
  position: relative;
}
.detailmain.detailmain--my .recipeaction {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #571800;
  padding: 15px 25px;
  background: #f8f6ed;
  width: 730px;
  boxsizing: border-box;
}
.detailmain.detailmain--my .recipeaction .recipeaction__title {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
}
.detailmain.detailmain--my .recipeaction .recipeaction__menu {
  display: flex;
  align-items: center;
}
.detailmain.detailmain--my .recipeaction .recipeaction__menu p {
  margin: 0 22px 0 0;
}
.detailmain.detailmain--my .recipeaction .recipeaction__menu .status span {
  font-weight: bold;
}
.detailmain.detailmain--my .recipeaction .recipeaction__menu .recipeaction__delate a {
  font-weight: bold;
  color: #571800;
}
.detailmain.detailmain--my .recipeaction .recipeaction__menu .recipeaction__delate a:hover {
  text-decoration: none;
}
.detailmain .detailmain__img {
  width: 450px;
}
.detailmain .detailmain__img .main-swiper {
  width: 450px;
  margin: 0 0 3px;
}
.detailmain .detailmain__img .main-swiper img {
  width: 100%;
  height: auto;
}
.detailmain .detailmain__img .main-swiper div[class^=swiper-button-] {
  color: #ffffff;
}
.detailmain .detailmain__img .main-swiper div[class^=swiper-button-]::after {
  font-size: 38px;
}
.detailmain .detailmain__img .thumbs-swiper {
  display: flex;
  flex-wrap: wrap;
}
.detailmain .detailmain__img .thumbs-swiper .swiper-slide {
  width: 20%;
  box-sizing: border-box;
  padding: 3px;
  cursor: pointer;
}
.detailmain .detailmain__img .thumbs-swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.detailmain .detailmain__img .thumbs-swiper .swiper-slide.is-active {
  border: solid 1px #e60012;
}
.detailmain .detailmain__info {
  padding: 20px 0 20px 20px;
  width: 280px;
  box-sizing: border-box;
}
.detailmain .detailmain__info .user_info3 {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  min-height: 60px;
}
.detailmain .detailmain__info .user_info3 .user_info3__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 10px 0 0;
}
.detailmain .detailmain__info .user_info3 .user_info3__icon img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.detailmain .detailmain__info .user_info3 .user_info3__icon img:hover {
  opacity: 0.8;
}
.detailmain .detailmain__info .user_info3 .user_info3__name {
  width: 60%;
}
.detailmain .detailmain__info .user_info3 .user_info3__name a {
  font-weight: bold;
  color: #571800;
  text-decoration: none;
}
.detailmain .detailmain__info .user_info3 .user_info3__name a:hover {
  text-decoration: underline;
}
.detailmain .detailmain__info .user_info3 .user_info3__partnericon {
  font-size: 22px;
  color: #FF9803;
  margin-left: auto;
}
.detailmain .detailmain__info .user_info3 .user_info3__brandicon {
  font-size: 22px;
  color: #38761D;
  margin-left: auto;
}
.detailmain .detailmain__info .catch {
  margin: 0 0 20px;
}
.detailmain .detailmain__info .recipeaction__menu {
  margin: 20px 0;
}
.detailmain .detailmain__info .disp_likes {
  margin: 0 0 8px;
}
.detailmain .detailmain__info .detailmain__id {
  color: #aeaa9d;
  margin: 0 0 8px;
}
.detailmain .detailmain__info .detailmain__regist {
  color: #aeaa9d;
  margin: 0 0 8px;
}
.detailmain .detailmain__info .disp_clip .c-btn__body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailmain .detailmain__info .disp_clip .c-btn__body .icon-starflag2 {
  font-size: 20px;
  color: #15ada3;
}
.detailmain .detailmain__info .disp_clip .c-btn__body .icon-starflag {
  font-size: 20px;
  color: #aeaa9d;
}
.detailmain .detailmain__info .disp_like .like a .like__iconwrap {
  border: solid 2px #E8547D;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 0;
}
.detailmain .detailmain__info .disp_like .like--register a .like__iconwrap {
  border: solid 2px rgba(232, 84, 125, 0.7);
  margin: 0 5px 0 0;
}

.topics {
  border: 1px solid #d5cdb3;
  padding: 12px 10px;
}
.topics .frame .list li {
  position: relative;
}
.topics .frame .list li span {
  font-size: 11px;
  padding: 0px 2px;
  background: #efecde;
  display: inline-block;
  margin: 0 6px 0px 0;
  border-radius: 3px;
  line-height: 1.5rem;
  width: 70px;
  text-align: center;
}
.topics .frame .list li a {
  color: #138f01;
  text-decoration: underline;
  font-weight: bold;
}
.topics .frame .list li + li {
  margin: 12px 0 0;
}
.topics .frame .list li p {
  flex-grow: 1;
}
.topics .topics__more {
  text-align: right;
  margin: 10px 0 0;
}
.topics .topics__more a {
  color: #571800;
}
.topics .topics__more a i {
  font-size: 12px;
}
.topics .topics__more a:hover {
  text-decoration: none;
}

.topics__info {
  width: 1000px;
  margin: 0 auto;
}

.searchfreeword form {
  position: relative;
}
.searchfreeword form input[type=submit] {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #571800;
  border: 0;
  color: #ffffff;
  border-radius: 4px;
  padding: 4px;
}

.searchmulti .searchmulti__inner {
  background: #ffffff;
  padding: 18px 12px;
  border-radius: 4px;
}
.searchmulti .searchmulti__inner .searchmulti__item label {
  font-weight: bold;
  display: block;
  margin: 0 0 2px;
}
.searchmulti .searchmulti__inner .searchmulti__item + .searchmulti__item {
  margin: 10px 0 0;
}
.searchmulti .searchmulti__inner .searchmulti__item input[type=text] {
  width: 100%;
}
.searchmulti .searchmulti__inner .searchmulti__item select {
  width: 100%;
  height: 34px;
  border: solid 1px #571800;
  border-radius: 5px;
}

.category .category__ul1 {
  margin: 0;
  padding: 12px;
  border-top: solid 1px #d5cdb3;
}
.category .category__ul1 .category__li1 a {
  color: #571800;
  text-decoration: none;
}
.category .category__ul1 .category__li1 a:hover {
  text-decoration: underline;
}
.category .category__ul1 .category__li1 span {
  color: #571800;
}
.category .category__ul1 .category__li1 + li {
  margin: 10px 0 0;
}

.rank .rank__li:nth-child(1) .rank__num {
  background: #da971b;
}
.rank .rank__li:nth-child(2) .rank__num {
  background: #8e8e8e;
}
.rank .rank__li:nth-child(3) .rank__num {
  background: #462116;
}
.rank .rank__li:nth-child(n+4) .rank__num {
  background: #766464;
}
.rank .rank__li:nth-child(n+11) .rank__num {
  display: none;
}
.rank .rank__num {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1;
}
.rank .rank__num span {
  color: #ffffff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.pager {
  padding: 15px 0;
  margin: 0 0 15px;
}
.pager > ul {
  text-align: center;
}
.pager > ul > li {
  display: inline;
  padding: 2px 5px;
}
.pager > ul > li strong {
  display: inline-block;
  background: #d5cdb3;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
}
.pager > ul > li a {
  display: inline-block;
  background: #f8f6ed;
  color: #571800;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #d5cdb3;
  text-decoration: none;
}

.dispnum {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 25px;
  padding: 0 10px;
}
.dispnum .dispnum__row .dispnum__tit {
  font-weight: bold;
  font-size: 16px;
}
.dispnum .dispnum__row .dispnum__tit .dispnum__hitnum {
  font-size: 30px;
  display: inline-block;
  margin: 0 5px;
}
.dispnum .dispnum__row .dispnum__tit .disnum__subtit {
  font-size: 14px;
}
.dispnum .dispnum__row .dispnum__tit .disnum__subtit .disnum__subtit__hitnum {
  font-size: 24px;
  display: inline-block;
  margin: 0 5px;
}
.dispnum .dispnum__sort select {
  height: 32px;
  font-size: 14px;
  border: solid 1px #571800;
  color: #571800;
  border-radius: 5px;
}
.dispnum .dispnum__resnum select {
  height: 32px;
  font-size: 14px;
  border: solid 1px #571800;
  color: #571800;
  border-radius: 5px;
}

.pan {
  width: 1000px;
  margin: auto;
  padding: 0 10px;
}
.pan li {
  display: inline;
}
.pan li a {
  color: #571800;
}

.itemsused {
  border: solid 1px #d5cdb3;
  border-radius: 5px;
}
.itemsused .itemsused__title {
  display: flex;
  padding: 20px 10px 15px 10px;
  flex-direction: column;
  gap: 5px;
}
.itemsused .itemsused__title h3 {
  font-size: 18px;
  padding: 0;
}
.itemsused .itemsused__title .itemsused__title__div a {
  color: #571800;
  text-decoration: none;
}
.itemsused .itemsused__title .itemsused__title__div a:hover {
  text-decoration: underline;
}
.itemsused .itemsused__title .itemsused__title__div a img {
  width: 100%;
  height: auto;
}
.itemsused .itemsused__title .itemsused__title__div a img:hover {
  opacity: 0.8;
}

.itemslisaArea .list_table tr td.list_table__img {
  padding: 10px;
}
.itemslisaArea .list_table tr td.list_table__img .list_table__imgbox {
  width: 94px;
  height: 94px;
}

.list_table tr {
  border-top: dotted 1px #d5cdb3;
}
.list_table tr td.list_table__img {
  padding: 10px 0 10px 5px;
}
.list_table tr td.list_table__img .list_table__imgbox {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.list_table tr td.list_table__img .list_table__imgbox img {
  width: 100%;
  height: auto;
}
.list_table tr td.list_table__img .list_table__imgbox img:hover {
  opacity: 0.8;
}
.list_table tr td.list_table__about {
  padding: 10px 5px 10px 10px;
}
.list_table tr td.list_table__about h4 {
  font-size: 12px;
  font-weight: normal;
}
.list_table tr td.list_table__about h4 a {
  text-decoration: none;
  color: #571800;
}
.list_table tr td.list_table__about h4 a:hover {
  text-decoration: underline;
}
.list_table tr td.list_table__about p {
  color: #fd5c04;
  font-size: 12px;
}
.list_table tr td.list_table__about p::after {
  content: "（税込）";
  font-size: 11px;
}

.tags1 .tags1__ul1 {
  border-top: solid 1px #d5cdb3;
}
.tags1 .tags1__ul1 .tags1__li1 {
  border-bottom: dotted 1px #d5cdb3;
  padding: 8px;
}
.tags1 .tags1__ul1 .tags1__li1 > p {
  font-weight: bold;
}

.error {
  color: #e60012;
}

.validate_info p {
  color: #e60012;
}

.tab_form {
  width: 100%;
}
.tab_form tr {
  border-top: solid 1px #d5cdb3;
  border-left: solid 1px #d5cdb3;
}
.tab_form tr th {
  padding: 15px 10px;
  width: 130px;
  box-sizing: border-box;
  border-right: solid 1px #d5cdb3;
  border-bottom: solid 1px #d5cdb3;
  background: #f8f6ed;
}
.tab_form tr th .nullCheck {
  color: #e60012;
  font-weight: normal;
  padding: 0 0 0 4px;
}
.tab_form tr td {
  padding: 15px 10px;
  box-sizing: border-box;
  border-right: solid 1px #d5cdb3;
  border-bottom: solid 1px #d5cdb3;
}
.tab_form tr td input[type=text] {
  height: 32px;
}
.tab_form tr td input[type=password] {
  height: 32px;
}
.tab_form tr td input[type=date] {
  height: 32px;
}
.tab_form tr td input[type=email] {
  height: 32px;
}
.tab_form tr td select {
  height: 32px;
}
.tab_form tr td button {
  height: 32px;
}
.tab_form tr td label {
  margin: 4px;
}
.tab_form tr td label input[type=radio] {
  margin: 0 2px 0 0;
}
.tab_form tr td textarea[name=catchphrase] {
  width: 100%;
}
.tab_form tr td .formHint {
  margin: 4px 0 0;
}

.topicsdetail .topicsdetail__tolist a {
  color: #571800;
}

.topicslist .frame .list li {
  position: relative;
  display: flex;
  align-items: center;
}
.topicslist .frame .list li span {
  font-size: 13px;
  padding: 0px 4px;
  background: #efecde;
  display: inline-block;
  margin: 0 8px 0px 0;
  border-radius: 3px;
  line-height: 1.5rem;
  width: 84px;
  min-width: 84px;
  text-align: center;
}
.topicslist .frame .list li a {
  color: #138f01;
  text-decoration: underline;
  font-weight: bold;
}
.topicslist .frame .list li + li {
  margin: 15px 0 0;
}
.topicslist .frame .list li p {
  flex-grow: 1;
}

.noticearea {
  padding: 15px;
  border: solid 1px #d5cdb3;
  border-radius: 10px;
}
.noticearea .noticearea__h5 {
  font-size: 15px;
  margin: 0 0 5px;
}

.campaign_area {
  width: 100%;
  padding: 10px;
}
.campaign_area .campaign_area__img {
  margin: 0 auto 20px;
}
.campaign_area #container {
  display: flex;
  flex-direction: row-reverse;
}
.campaign_area .main {
  background-color: #fff;
  padding-top: 20px;
  float: none;
}

.halloween_area {
  background-image: repeating-linear-gradient(150deg, rgb(247, 166, 12) 500px, rgb(176, 109, 226) 1801px, rgb(247, 166, 12) 2000px);
}
.halloween_area .halloween_area__img {
  width: 1000px;
}

.christmas_area {
  background-image: url(../../img/campaign/xmas-bg4.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.christmas_area .christmas_area__img {
  width: 1000px;
  text-align: center;
  display: flex;
  justify-content: flex-end;
}

.newyear_area {
  background-image: url(../../img/campaign/flaco-newYear2025-bg-pc.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.newyear_area .newyear_area__img {
  width: 1000px;
  text-align: center;
  display: flex;
  justify-content: flex-end;
}

.hinamatsuri_area {
  background-image: url(../../img/campaign/flaco-hinamatsuri-bg-pc.gif?2);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-color: #fdf1ed;
}
.hinamatsuri_area .hinamatsuri_area__img {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: flex-end;
}

.cat_campaign {
  padding: 0 10px 10px;
  display: flex;
  align-items: center;
  margin-top: -20px;
}
.cat_campaign .cat_campaign__text {
  padding: 5px;
  border-radius: 5px;
}
.cat_campaign .cat_campaign__text a {
  text-decoration: none;
  color: white;
}
.cat_campaign .cat_halloween__text {
  background-color: #ff9803;
}
.cat_campaign .cat_christmas__text {
  background-color: #a13019;
}
.cat_campaign .cat_newyear__text {
  background-color: #CCA783;
}
.cat_campaign .cat_hinamatsuri__text {
  background-color: #f68996;
}

.eventnotice {
  width: 100%;
}
.eventnotice .eventnotice__wrap {
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #FFE9EC;
}
.eventnotice .eventnotice__wrap h5 {
  font-size: 14px;
  margin: 0 0 10px;
}
.eventnotice .eventnotice__wrap .eventnotice__a {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  color: #571800;
}
.eventnotice .eventnotice__wrap .eventnotice__a .icon-megaphone {
  font-size: 20px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.eventnotice .eventnotice__wrap .eventnotice__p {
  color: #571800;
  font-size: 14px;
  line-height: 1.5rem;
}
.eventnotice .eventnotice__wrap .eventnotice__p .icon-megaphone {
  font-size: 20px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 8px 0 0;
}

.eventnotice--edit {
  margin: 12px 0 0;
  text-align: center;
}
.eventnotice--edit a {
  color: #571800;
}

.eventnoticelist .eventnoticelist__ul {
  padding: 10px 10px 20px;
}
.eventnoticelist .eventnoticelist__ul .eventnoticelist__li {
  border-bottom: solid 1px #d5cdb3;
}
.eventnoticelist .eventnoticelist__ul .eventnoticelist__li .eventnoticelist__div01 {
  display: flex;
  align-items: center;
}
.eventnoticelist .eventnoticelist__ul .eventnoticelist__li .eventnoticelist__div01 .eventnoticelist__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 4px 0 0;
}
.eventnoticelist .eventnoticelist__ul .eventnoticelist__li .eventnoticelist__div01 .eventnoticelist__icon a {
  color: #571800;
}
.eventnoticelist .eventnoticelist__ul .eventnoticelist__li .eventnoticelist__div01 .eventnoticelist__icon a img {
  width: 38px;
  height: 38px;
  object-fit: cover;
}
.eventnoticelist .eventnoticelist__ul .eventnoticelist__li .eventnoticelist__div01 .eventnoticelist__name {
  width: 50%;
  margin-left: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.eventnoticelist .eventnoticelist__ul .eventnoticelist__li .eventnoticelist__div01 .eventnoticelist__name a {
  color: #571800;
  text-decoration: none;
}
.eventnoticelist .eventnoticelist__ul .eventnoticelist__li .eventnoticelist__div01 .eventnoticelist__regist {
  margin-left: auto;
  color: #aeaa9d;
  font-size: 13px;
}
.eventnoticelist .eventnoticelist__ul .eventnoticelist__li .eventnoticelist__div02 {
  padding: 10px 12px;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 5px 0 0;
}
.eventnoticelist .eventnoticelist__ul .eventnoticelist__li .eventnoticelist__div02 p {
  color: #571800;
  font-size: 14px;
  line-height: 1.5rem;
}
.eventnoticelist .eventnoticelist__ul .eventnoticelist__li .eventnoticelist__div02 a {
  color: #138f01;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.eventnoticelist .eventnoticelist__ul .eventnoticelist__li + .eventnoticelist__li {
  margin: 20px 0 0;
}

.checkend .link {
  margin: 10px 0;
}
.checkend .link a {
  color: #571800;
  padding: 12px;
  border: solid 1px #571800;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.checkend .link a::after {
  font-family: "fontello";
  content: "\e808";
}

.remodal.remodaltoko {
  width: 60%;
}
.remodal.remodaltoko .remodaltoko__ul {
  display: flex;
}
.remodal.remodaltoko .remodaltoko__ul .remodaltoko__li {
  margin: 1%;
  width: 48%;
}
.remodal.remodaltoko .remodaltoko__ul .remodaltoko__li .c-btn__body {
  height: 140px;
  font-size: 15px;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.remodal.remodaltoko .remodaltoko__ul .remodaltoko__li .c-btn__body i {
  font-size: 22px;
  margin-bottom: 5px;
}

.contestInfo {
  width: 100%;
  margin-bottom: 20px;
}
.contestInfo a:hover {
  opacity: 0.7;
}
.contestInfo a img {
  width: 100%;
  height: auto;
}

/*compornent*/
/*variables*/
.c-heading {
  font-size: 22px;
  padding: 0px 10px 5px;
  border-bottom: solid 1px #d5cdb3;
}

.is_close {
  display: none;
}

.c-btn .c-btn__body {
  padding: 12px 0;
  border: 1px solid #571800;
  background: #ffffff;
  color: #571800;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
  font-weight: bold;
}
.c-btn .c-btn__body .c-btn--iconright {
  position: absolute;
  top: 11px;
  right: 8px;
}
.c-btn .c-btn__body:hover {
  opacity: 0.8;
  cursor: pointer;
}
.c-btn .c-btn__regist {
  border: 1px solid #d5cdb3;
  color: #571800;
}
.c-btn .c-btn__regist::after {
  content: "お気に入りに追加";
}
.c-btn .c-btn__regist:hover {
  opacity: 0.8;
}
.c-btn .c-btn__delete {
  border: 1px solid #d5cdb3;
  color: #571800;
}
.c-btn .c-btn__delete::after {
  content: "お気に入り済み";
}
.c-btn .c-btn__delete .icon-starflag2 {
  color: #15ada3;
}
.c-btn .c-btn__delete:hover {
  opacity: 0.8;
}
.c-btn .c-btn--darkbrown-bg {
  background: #571800;
  color: #ffffff;
  border: 0;
}
.c-btn .c-btn--py10 {
  padding: 10px 0;
}
.c-btn .c-btn--py8 {
  padding: 8px 0;
}

.c-list .c-list__ul {
  display: flex;
  flex-wrap: wrap;
}
.c-list .c-list__ul .c-list__li {
  padding: 5px 5px 20px;
  position: relative;
  box-sizing: border-box;
}
.c-list .c-list__ul .c-list__li .c-list__img a img {
  width: 100%;
  height: auto;
}
.c-list .c-list__ul .c-list__li .c-list__img a:hover img {
  opacity: 0.8;
}
.c-list .c-list__ul .c-list__li .c-list__about {
  padding: 5px 2px 10px;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__h {
  margin: 0 0 6px;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__h a {
  color: #571800;
  text-decoration: none;
  font-size: 14px;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__h a:hover {
  text-decoration: underline;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__more {
  display: flex;
  align-items: center;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__more .c-list__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 4px 0 0;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__more .c-list__icon img {
  width: 38px;
  height: 38px;
  object-fit: cover;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__more .c-list__icon a:hover img {
  opacity: 0.8;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__more .c-list__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__more .c-list__name a {
  color: #571800;
  text-decoration: none;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__more .c-list__name a:hover {
  text-decoration: underline;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__more .c-list__partnericon {
  font-size: 20px;
  color: #FF9803;
  margin: 0 0 0 auto;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__more .c-list__brandicon {
  font-size: 20px;
  color: #38761D;
  margin: 0 0 0 auto;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__more .c-list__regist {
  text-align: center;
  font-size: 12px;
  margin: 0 4px 0 0;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__status {
  font-size: 14px;
  padding: 2px 8px;
  border: solid 1px #571800;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__status--red {
  color: #e60012;
  border-color: #e60012;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__status--green {
  color: #138f01;
  border-color: #138f01;
}
.c-list .c-list__ul .c-list__li .c-list__about .c-list__status--purple {
  color: #aa58ca;
  border-color: #aa58ca;
}
.c-list .c-list__ul .c-list__li .c-list__about .disp_clip {
  position: absolute;
  top: 8px;
  left: 10px;
}
.c-list .c-list__ul .c-list__li .c-list__about .disp_clip a {
  font-size: 20px;
}
.c-list .c-list--20per .c-list__li {
  width: 20%;
}
.c-list .c-list--20per .c-list__li .c-list__h {
  font-size: 14px;
}
.c-list .c-list--25per .c-list__li {
  width: 25%;
  padding: 5px 10px 20px;
}
.c-list .c-list--25per .c-list__li .c-list__about .c-list__more .c-list__name {
  width: 50%;
}
.c-list .c-list--33per .c-list__li {
  width: 33.333%;
}
.c-list .c-list--33per .c-list__li .c-list__about .c-list__more .c-list__name {
  width: 63%;
}
.c-list .c-list--220px .c-list__li {
  width: 220px;
  margin: 0 3px;
}
.c-list .c-list--220px .c-list__li .c-list__about .c-list__more .c-list__name {
  width: 63%;
}

.c-tags {
  display: flex;
  flex-wrap: wrap;
}
.c-tags li a {
  display: inline-block;
  margin: 6px 8px;
  text-decoration: none;
  color: #571800;
}
.c-tags li a::before {
  content: "#";
}
.c-tags li a:hover {
  text-decoration: underline;
}

.c-userinfo {
  padding: 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.c-userinfo .c-userinfo__img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
}
.c-userinfo .c-userinfo__img a:hover img {
  opacity: 0.8;
}
.c-userinfo .c-userinfo__img a img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}
.c-userinfo .c-userinfo__img > img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}
.c-userinfo .c-userinfo__about .c-userinfo__namebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
}
.c-userinfo .c-userinfo__about .c-userinfo__namebox .c-userinfo__name {
  font-size: 20px;
}
.c-userinfo .c-userinfo__about .c-userinfo__namebox .c-userinfo__name a {
  text-decoration: none;
  color: #571800;
}
.c-userinfo .c-userinfo__about .c-userinfo__namebox .c-userinfo__name a:hover {
  text-decoration: underline;
}
.c-userinfo .c-userinfo__about .c-userinfo__namebox .c-userinfo__partnericon {
  font-size: 22px;
  color: #FF9803;
}
.c-userinfo .c-userinfo__about .c-userinfo__namebox .c-userinfo__brandicon {
  font-size: 22px;
  color: #38761D;
}
.c-userinfo .c-userinfo__about .c-userinfo__intro {
  margin: 0 0 8px;
}
.c-userinfo .c-userinfo__about .c-userinfo__intro a {
  color: #571800;
}
.c-userinfo .c-userinfo__about .c-userinfo__url {
  margin: 0 0 8px;
}
.c-userinfo .c-userinfo__about .c-userinfo__url a {
  color: #571800;
}
.c-userinfo .c-userinfo__about .disp_follow {
  margin: 0 0 8px;
}
.c-userinfo .c-userinfo__about .disp_follow span {
  color: #571800;
}
.c-userinfo .c-userinfo__about .sns_icon a {
  color: #571800;
}
.c-userinfo .c-userinfo__about .c-userinfo__more {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
.c-userinfo .c-userinfo__about .c-userinfo__more .c-userinfo__like {
  display: flex;
  align-items: flex-end;
}
.c-userinfo .c-userinfo__about .c-userinfo__more .c-userinfo__like .c-userinfo__likenum {
  font-size: 16px;
  font-weight: bold;
  margin: 0 3px 0 0;
}
.c-userinfo .c-userinfo__about .c-userinfo__more .c-userinfo__like .c-userinfo__likeunit {
  font-size: 13px;
}
.c-userinfo.c-userinfo--bglb {
  background: #f8f6ed;
}

.c-searcharea {
  background: #f8f6ed;
  padding: 15px;
  border-radius: 5px;
}
.c-searcharea .c-searcharea__freeinput {
  position: relative;
}
.c-searcharea .c-searcharea__freeinput .icon-search {
  position: absolute;
  top: 6px;
  left: 4px;
}
.c-searcharea .c-searcharea__freeinput input[type=text] {
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  padding: 2px 2px 2px 24px;
  border-radius: 5px;
  border: solid 1px #571800;
}

.disp_clip a {
  font-size: 18px;
  display: flex;
}
.disp_clip a .icon-starflag2 {
  color: #15ada3;
}
.disp_clip a .icon-starflag {
  color: #aeaa9d;
}

.like a {
  font-size: 18px;
  color: #571800;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.like a .like__word {
  margin: 0 3px 0 0;
  font-size: 12px;
}
.like a .like__num {
  font-size: 14px;
}
.like a .like__num:after {
  content: "件";
  display: inline-block;
  margin: 0 0 0 2px;
  font-size: 12px;
}
.like a:hover {
  opacity: 0.8;
}

.like--register .icon-heart-empty {
  color: rgba(232, 84, 125, 0.7);
}

.like--delete .icon-heart {
  color: #E8547D;
}

.list_none {
  margin: 10px;
  padding: 10px;
}

.c-linkintit {
  position: relative;
}
.c-linkintit .c-linkintit__a {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 14px;
  text-decoration: underline;
  color: #571800;
}
.c-linkintit .c-linkintit__a i {
  font-size: 12px;
}
.c-linkintit .c-linkintit__a:hover {
  text-decoration: none;
}

.c-attention {
  padding: 15px;
  border: solid 1px #FF9803;
  margin: 24px 0;
}

.like_catch {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}

/*utility*/
/*variables*/
.u-d-n {
  display: none;
}

.u-mt-xs {
  margin-top: 0.2rem !important;
}

.u-mt-sm {
  margin-top: 0.5rem !important;
}

.u-mt-md {
  margin-top: 1rem !important;
}

.u-mt-lg {
  margin-top: 1.5rem !important;
}

.u-mt-lg2 {
  margin-top: 2rem !important;
}

.u-mt-xl {
  margin-top: 3rem !important;
}

.u-mb-xs {
  margin-bottom: 0.2rem !important;
}

.u-mb-sm {
  margin-bottom: 0.5rem !important;
}

.u-mb-md {
  margin-bottom: 1rem !important;
}

.u-mb-lg {
  margin-bottom: 1.5rem !important;
}

.u-mb-lg2 {
  margin-bottom: 2rem !important;
}

.u-mb-xl {
  margin-bottom: 3rem !important;
}

.u-m0-a {
  margin: 0 auto;
}

.u-mx-xs {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.u-mx-sm {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.u-mx-md {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.u-mx-lg {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.u-mx-xl {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.u-my-xs {
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !important;
}

.u-my-sm {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.u-my-md {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-my-lg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u-my-xl {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-pb-xs {
  padding-bottom: 0.2rem !important;
}

.u-pb-sm {
  padding-bottom: 0.5rem !important;
}

.u-pb-md {
  padding-bottom: 1rem !important;
}

.u-pb-lg {
  padding-bottom: 1.5rem !important;
}

.u-pb-lg2 {
  padding-bottom: 2rem !important;
}

.u-pb-xl {
  padding-bottom: 3rem !important;
}

.u-w60 {
  width: 60px;
}

.u-w80 {
  width: 80px;
}

.u-w200 {
  width: 200px;
}

.u-w300 {
  width: 300px;
}

.u-w100per {
  width: 100%;
}

.u-w100per-hauto {
  width: 100%;
  height: auto;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-c-white {
  color: #ffffff !important;
}

.u-c-red {
  color: #e60012 !important;
}

.u-c-darkbrown {
  color: #571800 !important;
}

.u-c-green {
  color: #138f01 !important;
}

.u-fz12 {
  font-size: 12px;
}

.u-fz20 {
  font-size: 20px;
}

.u-fz22 {
  font-size: 22px;
}

.d-fx {
  display: flex !important;
}

.d-fx-fs {
  display: flex !important;
  align-items: flex-start !important;
}

.jc-se {
  justify-content: space-evenly !important;
}

.fw-b {
  font-weight: bold;
}

.u-bd-b-bg {
  border-bottom: solid 1px #d5cdb3;
}

.opa08:hover {
  opacity: 0.8;
}
