@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  overflow-x: hidden;
  font-size: 1em;
}

body {
  background: #f8f8f8;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
body .body__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  margin: 52px auto 0;
}
body .body__main {
  width: 820px;
  margin-right: 20px;
}
body .body__main--review-input {
  width: 100%;
}
body .body__main--guide p {
  padding-left: 10px;
}
body .body__side {
  width: 260px;
}
body input[type=text] {
  outline: 0;
  border: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 16px 0 4px 0;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  background: transparent;
}

h2 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 13px;
  color: #000;
  background: transparent;
  border-left: solid 4px #e37c34;
}
h2:not(:first-child) {
  margin-top: 40px;
}

iframe {
  width: 100%;
  height: 760px;
}

ul:not(.slick-dots):not(.pagination), ol:not(.slick-dots) {
  margin-left: 40px;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

output {
  background: #e7e7e7;
  border-radius: 15px;
  z-index: 9;
  height: 30px;
}

.ql-container {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px !important;
  height: auto !important;
  margin: 0px;
  position: relative;
  max-width: 1100px;
}

.ql-font span[data-label="Noto Sans JP"]::before {
  font-family: "Noto Sans JP";
}

.ql-font span[data-label=Oswald]::before {
  font-family: "Oswald";
}

.ql-font span[data-label="M PLUS Rounded 1c"]::before {
  font-family: "M PLUS Rounded 1c";
}

.ql-font-oswald {
  font-family: "Oswald";
}

.ql-font-m_plus_rounded_1c {
  font-family: "M PLUS Rounded 1c";
}

.ql-snow .ql-editor pre.ql-syntax {
  color: #dcdcdc !important;
  background-color: #1e1e1e !important;
  overflow: visible !important;
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "動画URL:" !important;
}

.ql-snow .ql-picker.ql-font {
  width: 160px !important;
}

.ql-snow .ql-picker.ql-size {
  width: 72px !important;
}

@media screen and (max-width: 790px) {
  body {
    background: #f8f8f8;
    font-size: 29px;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
  }
  body .body__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 52px auto 0;
  }
  body .body__main {
    width: 100%;
    max-width: 790px;
    margin-right: 0;
  }
  body .body__main--sp {
    margin: 0 40px;
  }
  body .body__side {
    width: 100%;
  }
  body .body__top-image {
    width: 770px;
    margin: 0px auto 0px auto;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 32px 0 8px 0;
  }
  h1 {
    font-size: 55px;
    font-weight: 600;
    color: #000;
    background: transparent;
  }
  h2 {
    font-size: 37.5px;
    font-weight: 600;
    padding-left: 13px;
    color: #000;
    background: transparent;
    border-left: solid 10px #e37c34;
  }
  h2:not(:first-child) {
    margin-top: 40px;
  }
  ul:not(.slick-dots):not(.pagination), ol:not(.slick-dots) {
    margin-left: 60px;
  }
}
@media screen and (max-width: 480px) {
  body {
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
  }
  body .body__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 52px auto 0;
  }
  body .body__main {
    width: 100%;
    max-width: 790px;
    margin-right: 0;
  }
  body .body__side {
    display: none;
  }
  body .body__top-image {
    display: none;
  }
}
header {
  background: white;
  height: 76px;
  border-top: solid 1px #dee1e6;
  border-bottom: solid 1px #edb148;
  width: 100%;
}
header .header__text {
  display: flex;
  position: relative;
  width: 1100px;
  margin: 0 auto;
  font-size: 10px;
  color: rgb(153, 153, 153);
  line-height: 2.1;
  text-align: left;
}
header .header__logo {
  height: 31px;
}
header .header__button {
  display: inline-block;
  width: 172px;
  height: 31px;
  color: white;
  background-color: #e37c34;
  border-radius: 16px;
  text-align: center;
  font-size: 14px;
  margin-left: 20px;
  line-height: 1.8;
  text-decoration: none;
}
header .header__button--ticket {
  color: #e37c34;
  background-color: white;
  border: solid 1px #e37c34;
  margin-left: auto;
  width: 90px;
}
header .header__button-text {
  vertical-align: sub;
}
header .header__logo-text {
  font-size: 10px;
  color: rgb(153, 153, 153);
  line-height: 2.1;
  text-align: left;
}
header .header__main {
  display: flex;
  position: relative;
  width: 1100px;
  margin: 5px auto 0px auto;
}
header .header__main i {
  color: #ecb147;
  margin-left: 43px;
}
header .header__buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header .header__search-icon {
  cursor: pointer;
}
header .header__notice {
  cursor: pointer;
}
header .header__notice i {
  color: #ecb147;
  margin-left: 10px;
}
header i.header__exclamation {
  position: relative;
  top: -17px;
  left: -17px;
  color: #ff9292;
}
header .header__notice-view {
  position: absolute;
  background: white;
  top: 40px;
  width: 200px;
  height: auto;
  left: 890px;
  padding: 5px;
  color: #e37c34;
  border: solid 1px #edb148;
  border-radius: 5px;
  opacity: 0;
  box-sizing: border-box;
  transition: 0.3s;
  transform: translate3d(0, -10px, 0);
}
header .header__notice-view--show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
header .header__notice-link {
  text-decoration: none;
  color: #e37c34;
  display: inline-block;
  border-bottom: 1px solid #e37c34;
}
header .header__notice-link:hover {
  background: #fdf3ed;
}

@media screen and (max-width: 790px) {
  header {
    height: 124px;
  }
  header .header__text {
    display: none;
  }
  header .header__logo {
    max-width: 337px;
    height: 45px;
    max-height: 58px;
  }
  header .header__button {
    display: inline-block;
    width: 160px;
    height: 45px;
    color: white;
    background-color: #e37c34;
    border-radius: 22px;
    text-align: center;
    font-size: 20px;
    margin-left: auto;
    line-height: 1.8;
    text-decoration: none;
  }
  header .header__button--ticket {
    display: none;
    color: #e37c34;
    background-color: white;
    border: solid 1px #e37c34;
    margin-left: auto;
    width: 90px;
  }
  header .header__main {
    box-sizing: border-box;
    width: 100%;
    padding: 25px;
    margin: 15px auto 0px auto;
  }
  header .header__buttons {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  header .header__search-icon {
    font-size: 21px;
  }
  header .header__notice {
    font-size: 24px;
  }
  header .header__notice i {
    color: #ecb147;
    margin-left: 10px;
  }
  header i.header__exclamation {
    position: relative;
    top: -17px;
    left: -17px;
    color: #ff9292;
  }
  header .header__notice-view {
    top: 75px;
    width: 330px;
    left: 450px;
    z-index: 1;
  }
  header .header__notice-link {
    text-decoration: none;
    color: #e37c34;
    display: inline-block;
    border-bottom: 1px solid #e37c34;
  }
}
@media screen and (max-width: 480px) {
  header {
    height: 70px;
  }
  header .header__text {
    display: none;
  }
  header .header__button--ticket {
    display: none;
  }
  header .header__logo {
    max-width: 337px;
    max-height: 22px;
  }
  header .header__main {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
  }
  header .header__buttons {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  width: 820px;
  margin-top: 100px;
}
.footer-menu a {
  color: rgb(46, 60, 63);
  text-decoration: none;
}
.footer-menu a:hover {
  text-decoration: underline;
}
.footer-menu__left {
  width: 210px;
}
.footer-menu__right {
  display: flex;
  flex-wrap: wrap;
  width: 610px;
}
.footer-menu__right .footer-menu__first .footer-menu__item:not(:first-child) {
  margin-top: 25px;
}
.footer-menu__right .footer-menu__second .footer-menu__item:not(:first-child) {
  margin-top: 25px;
}
.footer-menu__logo {
  display: block;
  height: 31px;
  margin-bottom: 20px;
}
.footer-menu i {
  color: #2d3b3f;
}
.footer-menu__item {
  width: 140px;
  font-size: 14px;
  color: rgb(46, 60, 63);
  line-height: 1.617;
  text-align: left;
  padding: 0 50px;
}

footer {
  height: 88px;
  background-color: #2d3b3f;
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 1.617;
  text-align: right;
  margin-top: 90px;
}
footer .footer__copyright {
  display: flex;
  position: relative;
  width: 1100px;
  margin: 0px auto 0px auto;
}
footer .footer__copyright span {
  padding-top: 53px;
  margin-left: auto;
}

@media screen and (max-width: 790px) {
  .footer-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 100px;
    justify-content: center;
  }
  .footer-menu a {
    font-size: 30px;
    color: rgb(46, 60, 63);
    text-decoration: none;
  }
  .footer-menu a:hover {
    text-decoration: underline;
  }
  .footer-menu__left {
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-menu__right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer-menu__right .footer-menu__first .footer-menu__item:not(:first-child) {
    margin-top: 0;
  }
  .footer-menu__right .footer-menu__second .footer-menu__item:not(:first-child) {
    margin-top: 0;
  }
  .footer-menu__right .footer-menu__first {
    margin-top: 0;
    width: 100%;
  }
  .footer-menu__right .footer-menu__second {
    margin-top: 0;
    width: 100%;
  }
  .footer-menu__logo {
    display: block;
    height: 55px;
    margin-bottom: 20px;
  }
  .footer-menu i {
    color: #2d3b3f;
  }
  .footer-menu__item {
    width: auto;
    font-size: 25px;
    color: rgb(46, 60, 63);
    line-height: 1.617;
    text-align: left;
    padding: 0 50px;
    margin-bottom: 10px;
  }
  .footer-menu__item a {
    display: block;
    width: auto;
    font-size: 30px;
    color: #e37c34;
    border: solid 1px #e37c34;
    background-color: #fdf3ed;
    text-decoration: none;
    padding: 20px;
  }
  .footer-menu__item a:hover {
    text-decoration: none;
  }
  footer {
    height: 88px;
    background-color: #2d3b3f;
    font-size: 25px;
    color: rgb(255, 255, 255);
    line-height: 1.617;
    text-align: right;
    margin-top: 90px;
  }
  footer .footer__copyright {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0px auto 0px auto;
  }
  footer .footer__copyright span {
    padding-top: 23px;
    margin-left: none;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .footer-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 100px;
    justify-content: center;
  }
  .footer-menu a {
    font-size: 30px;
    color: rgb(46, 60, 63);
    text-decoration: none;
  }
  .footer-menu a:hover {
    text-decoration: underline;
  }
  .footer-menu__left {
    width: 70%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-menu__right {
    display: flex;
    flex-wrap: wrap;
    width: 610px;
  }
  .footer-menu__right .footer-menu__first .footer-menu__item:not(:first-child) {
    margin-top: 0;
  }
  .footer-menu__right .footer-menu__second .footer-menu__item:not(:first-child) {
    margin-top: 0;
  }
  .footer-menu__right .footer-menu__first {
    margin-top: 0;
    width: 100%;
  }
  .footer-menu__right .footer-menu__second {
    margin-top: 0;
    width: 100%;
  }
  .footer-menu__logo {
    display: block;
    height: 39px;
    margin-bottom: 20px;
  }
  .footer-menu i {
    color: #2d3b3f;
  }
  .footer-menu__item {
    width: auto;
    font-size: 25px;
    color: rgb(46, 60, 63);
    line-height: 1.617;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .footer-menu__item a {
    display: block;
    width: auto;
    font-size: 18px;
    color: #e37c34;
    border: solid 1px #e37c34;
    background-color: #fdf3ed;
    text-decoration: none;
    padding: 10px;
  }
  .footer-menu__item a:hover {
    text-decoration: none;
  }
  footer {
    height: 88px;
    background-color: #2d3b3f;
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1.617;
    text-align: right;
    margin-top: 60px;
  }
  footer .footer__copyright {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0px auto 0px auto;
  }
  footer .footer__copyright span {
    padding-top: 26px;
    margin-left: none;
    margin: auto;
  }
}
.cards-horizontal {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.cards-vertical {
  display: flex;
  margin-top: 10px;
}

.cards-large {
  display: flex;
  margin-top: 18px;
}

.card {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 404px;
  height: 172px;
  background-color: white;
  border-radius: 7px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.card:not(:first-child):not(.card--flex-side):not(.card--side):not(.card--ex-large):not(.card--comments) {
  margin-left: 12px;
}
.card__overlay-cushion {
  display: none;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 361px;
  height: 270px;
  background-color: #fdf3ed;
  border-radius: 7px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  box-sizing: border-box;
}
.card__info {
  display: flex;
  flex-wrap: wrap;
  width: 244px;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.card__product-code {
  font-family: "Oswald";
  font-size: 12px;
  color: rgb(102, 102, 102);
  line-height: 1.75;
  text-align: left;
}
.card__circle-name {
  display: block;
  font-size: 12px;
  color: rgb(102, 102, 102);
  line-height: 1.75;
  margin-left: auto;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
}
.card__product-title {
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: 1.429;
  text-align: left;
  width: 227px;
  height: 44px;
}
.card__evaluation {
  width: 100%;
}
.card__evaluation--ex-large {
  width: 100%;
  margin-bottom: 10px;
}
.card__evaluation--comprehensive {
  width: 100%;
  text-align: center;
}
.card__evaluation--comprehensive i:last-child {
  margin-right: 0;
}
.card__evaluation-label {
  font-size: 12px;
  color: #666;
}
.card__evaluation-label--comprehensive {
  width: 100%;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.card i.card__star {
  font-size: 20px;
  color: rgb(253, 181, 51);
  line-height: 1.05;
}
.card i.card__star--ashen {
  font-size: 20px;
  color: #ccc;
  line-height: 1.05;
}
.card__reviewer {
  display: block;
  position: relative;
  font-size: 12px;
  color: rgb(227, 124, 52);
  line-height: 1.75;
  text-align: center;
  width: 166px;
  height: 20px;
  border: solid 1px #e37c34;
  background-color: #fdf3ed;
  margin-top: 10px;
  overflow: hidden;
  text-decoration: none;
  z-index: 2;
}
.card i {
  color: rgb(227, 124, 52);
  line-height: 1.75;
  margin-right: 4px;
}
.card__reviewer-name {
  color: rgb(227, 124, 52);
  line-height: 1.75;
  z-index: 2;
}
.card__tag {
  width: 62px;
  height: 18px;
  font-size: 12px;
  color: #00adab;
  border: solid 1px #00adab;
  border-radius: 16px;
  text-align: center;
  background-color: #ffffff;
  padding: 0 10px;
  margin-right: 10px;
  text-decoration: none;
  z-index: 2;
  overflow: hidden;
}
.card__tag--type {
  color: #E3349D;
  border: solid 1px #E3349D;
}
.card__product-image {
  width: 160px;
  height: 180px;
  object-fit: cover;
  border-radius: 7px 0px 0px 7px;
}
.card__product-image-wrapper {
  width: 160px;
  height: 100%;
  overflow: hidden;
  border-radius: 7px 0px 0px 7px;
}
.card.card--side {
  width: 100%;
  height: 200px;
  margin-top: 10px;
  text-decoration: none;
}
.card.card--side i.card__comment {
  font-size: 24.48px;
  color: rgb(227, 124, 52);
  line-height: 1.75;
  margin-right: 0px;
  margin-left: 10px;
  width: 49.45px;
  vertical-align: top;
}
.card.card--side span {
  position: absolute;
  top: 6px;
  left: 17px;
  color: white;
}
.card__product-image--side {
  width: 197px;
  height: 106px;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
  border-radius: 0px 7px 0px 0px;
  margin-left: auto;
}
.card__product-title--side {
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: 1.429;
  text-align: left;
  width: 227px;
  height: 44px;
}
.card__evaluation--side {
  width: 100%;
}
.card__info--side {
  flex-direction: column;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.card.card--sp {
  display: none;
}
.card.card--vertical {
  width: 196px;
  height: 328px;
  margin-top: 10px;
}
.card__info--vertical {
  flex-direction: column;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.card__header--vertical {
  display: flex;
  width: 100%;
  height: 35px;
  overflow: hidden;
  padding: 10px;
  line-height: 1;
  box-sizing: border-box;
}
.card__product-code--vertical {
  font-family: "Oswald";
  font-size: 12px;
  color: rgb(102, 102, 102);
  text-align: left;
}
.card__circle-name--vertical {
  font-size: 12px;
  color: rgb(102, 102, 102);
  text-align: left;
  margin-left: auto;
}
.card__product-image--vertical {
  width: 196px;
  height: 196px;
  object-fit: cover;
  border-radius: 0px 0px 0px 0px;
}
.card__product-image-wrapper--vertical {
  width: 196px;
  height: 146px;
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
}
.card__product-title--vertical {
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: 1.429;
  text-align: left;
  width: 100%;
  height: 44px;
}
.card.card--large {
  height: 406px;
}
.card__info--large {
  flex-direction: column;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.card__product-code--large {
  font-family: "Oswald";
  font-size: 12px;
  color: rgb(102, 102, 102);
}
.card__circle-name--large {
  font-size: 12px;
  color: rgb(102, 102, 102);
  margin-left: auto;
}
.card__product-image--large {
  width: 100%;
  height: 201px;
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
}
.card__product-title--large {
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: 1.429;
  text-align: left;
  width: 100%;
  height: 44px;
}
.card.card--ex-large {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.card__content--ex-large {
  display: flex;
  flex-wrap: wrap;
  width: inherit;
  box-sizing: border-box;
  padding: 20px;
}
.card__content--ex-large a {
  text-decoration: none;
}
.card__info--ex-large {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 342px;
  height: 436px;
}
.card__evaluation-chart--ex-large {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 288px;
  height: 436px;
}
.card__evaluation-item--ex-large {
  width: 150px;
  height: 436px;
}
.card__othersite {
  width: 100%;
  font-size: 1.1em;
}
.card__chat {
  width: 100%;
}
.card__chat-balloon {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
.card__faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.card__faceicon img {
  width: 80px;
  height: 80px;
  border: solid 3px #ffdbc6;
  border-radius: 50%;
  object-fit: contain;
}
.card__chatting {
  width: 100%;
}
.card__says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #ffdbc6;
}
.card__says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ffdbc6;
}
.card__says p {
  margin: 0;
  padding: 0;
}
.card__card-header {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
}
.card__header--large {
  display: flex;
  width: 100%;
  height: 35px;
  overflow: hidden;
  padding: 10px;
  line-height: 1;
  box-sizing: border-box;
}
.card__product-image--large {
  width: 404px;
  object-fit: cover;
  border-radius: 0px 0px 0px 0px;
}
.card__product-image-wrapper--large {
  width: 404px;
  height: 202px;
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
}
.card__product-code--ex-large {
  font-family: "Oswald";
  font-size: 14px;
  font-weight: 300;
  color: rgb(102, 102, 102);
}
.card__product-code--ex-large a {
  color: #666666;
}
.card__circle-name--ex-large {
  font-size: 14px;
  color: rgb(102, 102, 102);
}
.card__product-image--ex-large {
  width: 350px;
  object-fit: cover;
  border-radius: 0px 0px 0px 0px;
}
.card__product-image-wrapper--ex-large {
  width: 342px;
  height: 201px;
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
}
.card__product-title--ex-large {
  font-size: 18px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  text-align: left;
  width: 100%;
  height: 54px;
}
.card__product-title--ex-large a {
  color: #000;
}
.card__status {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.card__circle-button {
  font-size: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  align-self: center;
  border: 2px solid rgb(227, 124, 52);
  line-height: 1;
  background: #fff;
  cursor: pointer;
}
.card__circle-button i {
  color: rgb(227, 124, 52);
  margin: 0;
}
.card__count {
  font-family: "Oswald";
  font-weight: 300;
  font-size: 14px;
  color: rgb(153, 153, 153);
  margin-right: 10px;
  margin-left: 5px;
}
.card__circle-button--up i {
  vertical-align: top;
  line-height: 0.9;
}
.card__circle-button--down {
  border: 2px solid #ccc;
}
.card__circle-button--down i {
  color: #ccc;
}
.card__circle-button--comment {
  border: 2px solid #ccc;
  background-color: #ccc;
}
.card__circle-button--comment i {
  color: #fff;
}
.card__circle-button--view {
  border: none;
  background-color: #fff;
  cursor: default;
}
.card__circle-button--view i {
  color: #ccc;
  line-height: 1;
}
.card__circle-button--twitter {
  border: 2px solid #55aced;
  background-color: #55aced;
  margin-left: auto;
  width: 34px;
  height: 34px;
}
.card__circle-button--twitter i {
  color: #fff;
}
.card__dates {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  font-family: "Oswald";
  margin-top: 10px;
}
.card__dates span {
  font-size: 14px;
  color: rgb(102, 102, 102);
}
.card__reviewer-info {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
.card__reviewer--ex-large {
  font-size: 12px;
  color: #e37c34;
  text-align: left;
  width: 166px;
  height: 20px;
  overflow: hidden;
}
.card__reviewer--ex-large a {
  text-decoration: none;
}
.card__tags--ex-large {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  min-height: 80px;
  width: 100%;
  margin-top: 0;
}
.card__tags--ex-large .card__tag {
  width: auto;
  min-width: 62px;
}
.card__reviewer--link i {
  color: #ccc;
}
.card__tags {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
.card__review-header {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.card__review-body {
  width: 100%;
  font-size: 14px;
  color: rgb(102, 102, 102);
  word-break: break-all;
}
.card__chart {
  width: 208px;
  height: 208px;
}
.card__circle-site {
  font-size: 14px;
  margin-top: 10px;
}
.card__circle-site i {
  color: #ccc;
}
.card__circle-site a {
  text-decoration: none;
}
.card__circle-site span {
  color: #00adab;
}
.card--follow {
  width: 100%;
  height: auto;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  width: inherit;
  box-sizing: border-box;
  padding: 20px;
  margin-left: unset !important;
}
.card--follow .card__header {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-family: "Oswald";
  color: rgb(102, 102, 102);
  text-align: left;
}
.card--follow .card__header span a {
  text-decoration: none;
}
.card--follow img {
  width: 118px;
  height: 118px;
}
.card--follow .card__follow {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 2px solid #e6e6e6;
  align-content: flex-start;
}
.card--mylist {
  width: 100%;
  height: auto;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  width: inherit;
  box-sizing: border-box;
  padding: 20px;
  margin-left: unset !important;
}
.card--mylist .card__header {
  width: 100%;
  font-size: 16px;
  font-family: "Oswald";
  color: rgb(102, 102, 102);
  text-align: left;
}
.card--mylist .card__header span a {
  text-decoration: none;
}
.card--mylist .card__mylist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 2px solid #e6e6e6;
  align-content: flex-start;
}
.card--mylist .card__draft {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 2px solid #e6e6e6;
  justify-content: flex-end;
}
.card--comments {
  width: 100%;
  height: auto;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  width: inherit;
  box-sizing: border-box;
  padding: 20px;
}
.card--comments .card__header {
  width: 100%;
  font-size: 16px;
  font-family: "Oswald";
  color: rgb(102, 102, 102);
  text-align: left;
}
.card--comments .card__header span a {
  text-decoration: none;
}
.card--comments .card__comment-button {
  width: 150px;
  height: 35px;
  background: #f0f0f0;
  border: 2px solid #ccc;
  color: #666;
  border-radius: 5px;
  padding-left: 15px;
  cursor: pointer;
}
.card--comments .card__comment-button i {
  color: #666;
  line-height: 2.3;
}
.card--comments .card__comment-button--form {
  display: block;
  margin: 10px auto;
}
.card--comments .card__comment-button--disable {
  width: auto;
  padding-right: 10px;
  cursor: auto;
}
.card--comments .card__comments {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card--comments .card__comment {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
  border-bottom: 2px solid #e6e6e6;
}
.card--comments .card__comment-icon {
  width: 60px;
  height: 60px;
}
.card--comments .card__comment-icon img {
  width: 60px;
  height: 60px;
}
.card--comments .card__comment-wrapper {
  width: 90%;
  padding-left: 10px;
}
.card--comments .card__comment-title {
  display: inline-block;
  width: 87%;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.card--comments .card__comment-body {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: rgb(102, 102, 102);
}
.card--comments .card__comment-body--form {
  resize: vertical;
  height: 100px;
  border: 1px solid;
}
.card--comments .card__comment-date {
  font-size: 16px;
  font-family: "Oswald";
  color: rgb(102, 102, 102);
  width: 100%;
  text-align: right;
}
.card--comments .card__comment-form {
  width: 90%;
}
.card--comments .card__comment-form--edit {
  display: none;
}
.card--comments .card__comment-edit {
  display: inline-block;
  text-decoration: underline;
  margin-right: 10px;
  cursor: pointer;
}
.card--comments .card__comment-delete {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  color: #000;
}
.card__controll {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 790px) {
  .card {
    flex-wrap: nowrap;
    width: 100%;
    height: 357px;
    max-height: 357px;
    margin: 5px 10px !important;
  }
  .card__overlay-cushion {
    top: -400px;
    height: 510px;
  }
  .card.card--vertical {
    width: 100%;
    height: 357px;
    max-height: 357px;
  }
  .card__product-image {
    width: 330px;
    height: 100%;
    object-fit: cover;
    border-radius: 7px 0px 0px 7px;
  }
  .card__product-image-wrapper {
    width: 330px;
    height: 100%;
    overflow: hidden;
    border-radius: 7px 0px 0px 7px;
  }
  .card.card--side {
    display: none;
    width: 100%;
    height: 200px;
    margin-top: 10px;
    text-decoration: none;
  }
  .card.card--side i.card__comment {
    font-size: 24.48px;
    color: rgb(227, 124, 52);
    line-height: 1.75;
    margin-right: 0px;
    margin-left: 10px;
    width: 49.45px;
    vertical-align: top;
  }
  .card.card--side span {
    position: absolute;
    top: 6px;
    left: 17px;
    color: white;
  }
  .card__info {
    display: flex;
    flex-wrap: wrap;
    width: 424px;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .card__product-code {
    font-family: "Oswald";
    font-size: 25px;
    color: rgb(102, 102, 102);
    text-align: left;
  }
  .card__circle-name {
    display: block;
    font-size: 25px;
    color: rgb(102, 102, 102);
    margin-left: auto;
    width: 270px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
  }
  .card__product-title {
    font-size: 29px;
    color: rgb(0, 0, 0);
    line-height: 1.429;
    text-align: left;
    width: 100%;
    height: auto;
  }
  .card__evaluation {
    width: 100%;
  }
  .card i.card__star {
    font-size: 41px;
    color: rgb(253, 181, 51);
    line-height: 1.05;
  }
  .card i.card__star--ashen {
    font-size: 41px;
    color: #ccc;
    line-height: 1.05;
  }
  .card__reviewer {
    display: block;
    position: relative;
    font-size: 25px;
    color: rgb(227, 124, 52);
    line-height: 1.75;
    text-align: center;
    width: 100%;
    height: 44px;
    border: solid 1px #e37c34;
    background-color: #fdf3ed;
    margin-top: 10px;
    overflow: hidden;
    text-decoration: none;
    z-index: 2;
  }
  .card i {
    color: rgb(227, 124, 52);
    line-height: 1.75;
    margin-right: 4px;
    padding-left: 10px;
  }
  .card__reviewer-name {
    color: rgb(227, 124, 52);
    line-height: 1.75;
    z-index: 2;
    padding-right: 10px;
  }
  .card__tag {
    width: 155px;
    height: 40px;
    font-size: 25px;
    color: #00adab;
    border: solid 1px #00adab;
    border-radius: 25px;
    text-align: center;
    background-color: #ffffff;
    padding: 0 10px;
    margin-right: 10px;
    text-decoration: none;
    z-index: 2;
    overflow: hidden;
  }
  .card__tag--type {
    color: #E3349D;
    border: solid 1px #E3349D;
  }
  .card__circle-button {
    font-size: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    align-self: center;
    border: 2px solid rgb(227, 124, 52);
    line-height: 1;
    background: #fff;
    cursor: pointer;
  }
  .card__circle-button i {
    color: rgb(227, 124, 52);
    margin: 0;
  }
  .card__count {
    font-family: "Oswald";
    font-weight: 300;
    font-size: 14px;
    color: rgb(153, 153, 153);
    margin-right: 20px;
    margin-left: 5px;
  }
  .card__circle-button--up i {
    font-size: 37.5px;
    vertical-align: top;
    line-height: 0.9;
    padding-left: 0;
  }
  .card__circle-button--down {
    border: 2px solid #ccc;
  }
  .card__circle-button--down i {
    font-size: 37.5px;
    color: #ccc;
    padding-left: 0;
  }
  .card__circle-button--comment {
    border: 2px solid #ccc;
    background-color: #ccc;
  }
  .card__circle-button--comment i {
    font-size: 37.5px;
    color: #fff;
  }
  .card__circle-button--view {
    border: none;
    background-color: #fff;
    cursor: default;
  }
  .card__circle-button--view i {
    font-size: 37.5px;
    color: #ccc;
    line-height: 1;
  }
  .card__circle-button--twitter {
    border: 2px solid #55aced;
    background-color: #55aced;
    margin-left: auto;
    width: 80px;
    height: 80px;
    line-height: 4.5;
  }
  .card__circle-button--twitter i {
    font-size: 37.5px;
    color: #fff;
    padding-left: 0;
  }
  .card.card--ex-large {
    width: auto;
    height: auto;
    max-height: none;
    margin-top: 20px !important;
  }
  .card__content--ex-large {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .card__content--ex-large a {
    text-decoration: none;
  }
  .card__info--ex-large {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: auto;
  }
  .card__evaluation-label {
    font-size: 21px;
  }
  .card__evaluation-label--comprehensive {
    width: 100%;
    font-size: 25px;
    text-align: center;
  }
  .card__evaluation-chart--ex-large {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: auto;
  }
  .card #card__chart {
    width: 374px !important;
    height: 374px !important;
  }
  .card__evaluation-item--ex-large {
    width: 42%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
  }
  .card__evaluation--ex-large {
    width: 100%;
    margin-bottom: 10px;
  }
  .card__product-code--ex-large {
    font-family: "Oswald";
    font-size: 29px;
    font-weight: 300;
    color: rgb(102, 102, 102);
  }
  .card__product-code--ex-large a {
    color: #666666;
  }
  .card__circle-name--ex-large {
    font-size: 29px;
    color: rgb(102, 102, 102);
  }
  .card__product-image--ex-large {
    width: 100%;
    object-fit: cover;
    border-radius: 0px 0px 0px 0px;
  }
  .card__product-image-wrapper--ex-large {
    width: 100%;
    height: 418px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
  }
  .card__product-title--ex-large {
    font-size: 29px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-align: left;
    width: 100%;
    height: auto;
  }
  .card__product-title--ex-large a {
    color: #000;
  }
  .card__dates {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    font-family: "Oswald";
    margin-top: 10px;
  }
  .card__dates span {
    font-size: 29px;
    color: rgb(102, 102, 102);
  }
  .card__count {
    font-family: "Oswald";
    font-weight: 300;
    font-size: 29px;
    color: rgb(153, 153, 153);
    margin-right: 20px;
    margin-left: 5px;
  }
  .card__reviewer-info {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
  }
  .card__reviewer--ex-large {
    font-size: 25px;
    color: #e37c34;
    text-align: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .card__reviewer--ex-large a {
    text-decoration: none;
  }
  .card__tags--ex-large {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    width: 100%;
    min-height: 80px;
    margin-top: 10px;
  }
  .card__tags--ex-large .card__tag {
    width: auto;
    min-width: 62px;
  }
  .card__reviewer--link i {
    color: #ccc;
  }
  .card__tags {
    display: flex;
    width: 100%;
    margin-top: 10px;
  }
  .card__review-header {
    width: 100%;
    font-size: 37.5px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .card__review-body {
    width: 100%;
    font-size: 29px;
    color: rgb(102, 102, 102);
    margin-bottom: 70px;
  }
  .card--follow {
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    width: inherit;
    box-sizing: border-box;
    padding: 20px;
    max-height: unset;
  }
  .card--follow .card__header {
    width: 100%;
    font-size: 29px;
    font-family: "Oswald";
    color: rgb(102, 102, 102);
    text-align: left;
  }
  .card--follow .card__header span a {
    text-decoration: none;
  }
  .card--follow .card__follow {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
    align-content: flex-start;
  }
  .card--mylist {
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    width: inherit;
    box-sizing: border-box;
    padding: 20px;
    max-height: unset;
  }
  .card--mylist .card__header {
    width: 100%;
    font-size: 29px;
    font-family: "Oswald";
    color: rgb(102, 102, 102);
    text-align: left;
  }
  .card--mylist .card__header span a {
    text-decoration: none;
  }
  .card--mylist .card__mylist {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
    align-content: flex-start;
  }
  .card--mylist .card__draft {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
    align-content: flex-end;
  }
  .card--comments {
    width: auto;
    height: auto;
    margin: 40px 10px 5px 10px !important;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px;
    max-height: unset;
  }
  .card--comments .card__header {
    width: 100%;
    font-size: 29px;
    font-family: "Oswald";
    color: rgb(102, 102, 102);
    text-align: left;
  }
  .card--comments .card__comment-button {
    width: 313px;
    height: 79px;
    background: #f0f0f0;
    border: 2px solid #ccc;
    color: #666;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 29px;
  }
  .card--comments .card__comment-button i {
    color: #666;
    line-height: 2.3;
    font-size: 37px;
  }
  .card--comments .card__comment-button span {
    font-size: 35px;
  }
  .card--comments .card__comment-button--form {
    display: block;
    margin: 20px auto;
  }
  .card--comments .card__comment-button--disable {
    width: auto;
    padding-right: 20px;
  }
  .card--comments .card__comments {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .card--comments .card__comment {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
  }
  .card--comments .card__comment-icon {
    width: 126px;
    height: 126px;
  }
  .card--comments .card__comment-icon img {
    width: 126px;
    height: 126px;
  }
  .card--comments .card__comment-wrapper {
    width: 90%;
    padding-left: 10px;
  }
  .card--comments .card__comment-title {
    display: inline-block;
    width: 77%;
    font-size: 29px;
    font-weight: 600;
    color: #000;
  }
  .card--comments .card__comment-body {
    display: inline-block;
    width: 100%;
    font-size: 29px;
    color: rgb(102, 102, 102);
  }
  .card--comments .card__comment-body--form {
    height: 300px;
    border: 1px solid;
  }
  .card--comments .card__comment-date {
    font-size: 29px;
    font-family: "Oswald";
    color: rgb(102, 102, 102);
    width: 100%;
    text-align: right;
  }
  .card--comments .card__comment-form {
    width: 80%;
  }
  .card--comments .card__comment-form--edit {
    width: 100%;
    display: none;
  }
  .cards-large {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .card {
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    max-height: 210px;
    margin: 5px 10px !important;
  }
  .card.card--vertical {
    width: 100%;
    height: 100%;
    max-height: 357px;
  }
  .card__product-image {
    width: 100%;
    max-width: 330px;
    height: 100%;
    object-fit: cover;
    border-radius: 7px 0px 0px 7px;
  }
  .card__product-image-wrapper {
    width: 40%;
    max-width: 330px;
    height: 100%;
    overflow: hidden;
    border-radius: 7px 0px 0px 7px;
  }
  .card__info {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 60%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .card__product-code {
    width: 20%;
    font-family: "Oswald";
    font-size: 15px;
    color: rgb(102, 102, 102);
    text-align: left;
  }
  .card__circle-name {
    display: block;
    font-size: 15px;
    color: rgb(102, 102, 102);
    margin-left: auto;
    width: 80%;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
  }
  .card__product-title {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 1.429;
    text-align: left;
    width: auto;
    height: 50px;
  }
  .card__evaluation {
    width: 100%;
  }
  .card i.card__star {
    font-size: 26px;
    color: rgb(253, 181, 51);
    line-height: 1.05;
  }
  .card i.card__star--ashen {
    font-size: 26px;
    color: #ccc;
    line-height: 1.05;
  }
  .card__reviewer {
    display: block;
    position: relative;
    font-size: 15px;
    color: rgb(227, 124, 52);
    line-height: 1.75;
    text-align: center;
    width: 100%;
    height: 28px;
    border: solid 1px #e37c34;
    background-color: #fdf3ed;
    margin-top: 10px;
    overflow: hidden;
    text-decoration: none;
    z-index: 2;
  }
  .card i {
    color: rgb(227, 124, 52);
    line-height: 1.75;
    margin-right: 4px;
    padding-left: 4px;
  }
  .card__reviewer-name {
    color: rgb(227, 124, 52);
    line-height: 1.75;
    z-index: 2;
    padding-right: 10px;
  }
  .card__tag {
    width: 50%;
    height: 28px;
    font-size: 15px;
    color: #00adab;
    border: solid 1px #00adab;
    border-radius: 25px;
    text-align: center;
    background-color: #ffffff;
    padding: 0 10px;
    margin-right: 10px;
    text-decoration: none;
    z-index: 2;
    overflow: hidden;
    line-height: 2;
  }
  .card__tag--type {
    color: #E3349D;
    border: solid 1px #E3349D;
  }
  .card__circle-button--twitter {
    border: 2px solid #55aced;
    background-color: #55aced;
    margin-left: auto;
    width: 34px;
    height: 34px;
  }
  .card__circle-button--twitter i {
    color: #fff;
  }
  .card.card--ex-large {
    width: auto;
    height: auto;
    max-height: none;
    margin-top: 20px;
  }
  .card__content--ex-large {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .card__content--ex-large a {
    text-decoration: none;
  }
  .card__info--ex-large {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: auto;
  }
  .card__evaluation-label {
    font-size: 16px;
  }
  .card__evaluation-label--comprehensive {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
  .card__evaluation-chart--ex-large {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .card__evaluation-item--ex-large {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .card__evaluation--ex-large {
    width: 100%;
    margin-bottom: 10px;
  }
  .card__product-code--ex-large {
    font-family: "Oswald";
    font-size: 14px;
    font-weight: 300;
    color: rgb(102, 102, 102);
  }
  .card__product-code--ex-large a {
    color: #666666;
  }
  .card__circle-name--ex-large {
    font-size: 14px;
    color: rgb(102, 102, 102);
  }
  .card__product-image--ex-large {
    width: 350px;
    object-fit: cover;
    border-radius: 0px 0px 0px 0px;
  }
  .card__product-image-wrapper--ex-large {
    width: 342px;
    height: 201px;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
  }
  .card__product-title--ex-large {
    font-size: 20px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-align: left;
    width: 100%;
    height: 54px;
  }
  .card__product-title--ex-large a {
    color: #000;
  }
  .card__dates {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    font-family: "Oswald";
    margin-top: 10px;
  }
  .card__dates span {
    font-size: 16px;
    color: rgb(102, 102, 102);
  }
  .card__count {
    font-family: "Oswald";
    font-weight: 300;
    font-size: 16px;
    color: rgb(153, 153, 153);
    margin-right: 10px;
    margin-left: 5px;
  }
  .card__reviewer-info {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
  }
  .card__reviewer--ex-large {
    font-size: 16px;
    color: #e37c34;
    text-align: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .card__reviewer--ex-large a {
    text-decoration: none;
  }
  .card__tags--ex-large {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    width: 100%;
    min-height: 80px;
    margin-top: 10px;
  }
  .card__tags--ex-large .card__tag {
    width: auto;
    min-width: 62px;
  }
  .card__reviewer--link i {
    color: #ccc;
  }
  .card__review-body {
    width: 100%;
    font-size: 16px;
    color: rgb(102, 102, 102);
  }
  .cards-large {
    display: none;
  }
}
.top-heading {
  display: flex;
  letter-spacing: normal;
  border-bottom: solid 3px rgb(227, 124, 52);
}
.top-heading h1 {
  margin-top: 30px;
  margin-bottom: 0px;
}
.top-heading__text {
  font-size: 21px;
  color: rgb(227, 124, 52);
  line-height: 1.667;
  text-align: left;
}
.top-heading__more {
  margin-top: 35px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #e37c34;
  border: solid 1px #e37c34;
  width: 90px;
  margin-left: auto;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
}
.top-heading i {
  color: #fdb631;
  margin-right: 10px;
}

.side-heading {
  display: flex;
  justify-content: space-between;
  letter-spacing: normal;
  border-bottom: solid 1px rgb(220, 220, 220);
  width: 260px;
  height: 25px;
  color: #e37b33;
  margin-top: 40px;
}
.side-heading h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 200px;
}
.side-heading__text {
  font-size: 14px;
  line-height: 1.667;
  text-align: left;
}
.side-heading i {
  font-size: 12px;
  margin-right: 10px;
}
.side-heading__list {
  font-size: 10px;
  width: 60px;
  text-align: right;
  line-height: 2.7;
}
.side-heading--type {
  margin-top: 0px;
}
.side-heading--ranking {
  margin-top: 40px;
}
.side-heading--reviewer {
  margin-top: 40px;
}
.side-heading--tags {
  margin-top: 40px;
  color: #00acab;
}

.page-heading {
  display: flex;
  align-items: center;
}
.page-heading h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}
.page-heading--about h2 {
  width: 100%;
  font-size: 21px;
  color: rgb(227, 124, 52);
  line-height: 1.667;
  text-align: left;
  margin: 30px 0 0 0;
  padding-left: 0;
  border-left: none;
  border-bottom: solid 2px #e37c34;
}
.page-heading--about__text {
  font-size: 21px;
  color: rgb(227, 124, 52);
  line-height: 1.667;
  text-align: left;
}
.page-heading__button {
  font-size: 14px;
  width: 100px;
  height: 31px;
  color: #e37c34;
  border: solid 1px #e37c34;
  border-radius: 16px;
  text-align: center;
  line-height: 2.2;
  background-color: #ffffff;
  margin-left: auto;
  text-decoration: none;
}
.page-heading__button--small {
  font-size: 14px;
  width: 82px;
  height: 31px;
  color: #e37c34;
  border: solid 1px #e37c34;
  border-radius: 16px;
  text-align: center;
  line-height: 2.2;
  background-color: #ffffff;
  margin-left: auto;
  align-self: flex-start;
  text-decoration: none;
}
.page-heading__button--mylist {
  font-size: 14px;
  width: auto;
  height: 33px;
  border: solid 1px #e37c34;
  border-radius: 16px;
  text-align: center;
  line-height: 2.2;
  color: white;
  background-color: #e37c34;
  margin-left: unset;
  align-self: flex-start;
  text-decoration: none;
  padding: 0 10px;
  cursor: pointer;
}
.page-heading__button--removemylist {
  font-size: 14px;
  width: auto;
  height: 33px;
  border: solid 1px #e37c34;
  border-radius: 16px;
  text-align: center;
  line-height: 2.2;
  color: #e37c34;
  background-color: white;
  margin-left: unset;
  align-self: flex-start;
  text-decoration: none;
  padding: 0 10px;
  cursor: pointer;
}
.page-heading__button--follow {
  font-size: 14px;
  width: auto;
  height: 33px;
  border: solid 1px #e37c34;
  border-radius: 16px;
  text-align: center;
  line-height: 2.2;
  color: white;
  background-color: #e37c34;
  margin-left: auto;
  align-self: flex-start;
  text-decoration: none;
  padding: 0 10px;
  cursor: pointer;
}
.page-heading__button--unfollow {
  font-size: 14px;
  width: auto;
  height: 33px;
  border: solid 1px #e37c34;
  border-radius: 16px;
  text-align: center;
  line-height: 2.2;
  color: #e37c34;
  background-color: white;
  margin-left: auto;
  align-self: flex-start;
  text-decoration: none;
  padding: 0 10px;
  cursor: pointer;
}
.page-heading__button--logout {
  font-size: 14px;
  width: 82px;
  height: 31px;
  color: #e37c34;
  border: solid 1px #e37c34;
  border-radius: 16px;
  text-align: center;
  line-height: 2.2;
  background-color: #ffffff;
  margin-left: 20px;
  align-self: flex-start;
  text-decoration: none;
}
.page-heading__button--danger {
  font-size: 14px;
  width: 82px;
  height: 31px;
  color: #dc3445;
  border: solid 1px #dc3445;
  border-radius: 16px;
  text-align: center;
  line-height: 2.2;
  background-color: #ffffff;
  margin-left: 40px;
  align-self: flex-start;
  text-decoration: none;
}

@media screen and (max-width: 790px) {
  .top-heading {
    display: flex;
    letter-spacing: normal;
    border: solid 1px rgb(227, 124, 52);
    width: auto;
    max-width: 769px;
    height: auto;
    background-color: #fdf3ed;
    border-radius: 0px 40px 40px 0px;
  }
  .top-heading h1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .top-heading__text {
    font-size: 29px;
    font-weight: normal;
    color: rgb(227, 124, 52);
    line-height: 2.3;
    text-align: left;
  }
  .top-heading__more {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 20px;
    font-size: 26px;
    color: #e37c34;
    border: solid 1px #e37c34;
    width: auto;
    margin-left: auto;
    border-radius: 21px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
  }
  .top-heading i {
    color: #fdb631;
    margin-right: 25px;
    margin-left: 20px;
  }
  .side-heading {
    display: flex;
    letter-spacing: normal;
    border: solid 1px rgb(227, 124, 52);
    width: auto;
    max-width: 769px;
    height: auto;
    background-color: #fdf3ed;
    border-radius: 0px 40px 40px 0px;
  }
  .side-heading h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    width: auto;
  }
  .side-heading__text {
    font-size: 29px;
    font-weight: normal;
    color: rgb(227, 124, 52);
    line-height: 2.3;
    text-align: left;
  }
  .side-heading i {
    color: #fdb631;
    margin-right: 25px;
    margin-left: 20px;
    font-size: 29px;
  }
  .side-heading__list {
    font-size: 26px;
    width: 200px;
    text-align: right;
    line-height: 2.7;
    padding-right: 20px;
  }
  .side-heading--type {
    margin-top: 0px;
  }
  .side-heading--ranking {
    display: none;
    margin-top: 40px;
  }
  .side-heading--reviewer {
    margin-top: 40px;
  }
  .side-heading--tags {
    margin-top: 40px;
    color: #00acab;
  }
  .page-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 40px;
  }
  .page-heading h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 0;
  }
  .page-heading--about {
    margin: 0;
  }
  .page-heading--about h2 {
    width: 100%;
    font-size: 37.5px;
    color: rgb(227, 124, 52);
    line-height: 1.667;
    text-align: left;
    margin: 30px 0 0 0;
  }
  .page-heading--about__text {
    font-size: 37.5px;
    color: rgb(227, 124, 52);
    line-height: 1.667;
    text-align: left;
  }
  .page-heading__button {
    font-size: 21px;
    width: 130px;
    height: 43px;
    color: #e37c34;
    border: solid 1px #e37c34;
    border-radius: 22px;
    text-align: center;
    line-height: 2.2;
    background-color: #ffffff;
    margin-left: auto;
    text-decoration: none;
  }
  .page-heading__button--small {
    font-size: 21px;
    width: 130px;
    height: 43px;
    color: #e37c34;
    border: solid 1px #e37c34;
    border-radius: 22px;
    text-align: center;
    line-height: 2.2;
    background-color: #ffffff;
    margin-left: auto;
    align-self: flex-start;
    text-decoration: none;
  }
  .page-heading__button--mylist {
    font-size: 21px;
    width: auto;
    height: 43px;
    border: solid 1px #e37c34;
    border-radius: 22px;
    text-align: center;
    line-height: 2.2;
    color: white;
    background-color: #e37c34;
    margin-left: unset;
    align-self: flex-start;
    text-decoration: none;
    padding: 0 10px;
    cursor: pointer;
  }
  .page-heading__button--removemylist {
    font-size: 21px;
    width: auto;
    height: 43px;
    border: solid 1px #e37c34;
    border-radius: 22px;
    text-align: center;
    line-height: 2.2;
    color: #e37c34;
    background-color: white;
    margin-left: unset;
    align-self: flex-start;
    text-decoration: none;
    padding: 0 10px;
    cursor: pointer;
  }
  .page-heading__button--follow {
    font-size: 21px;
    width: auto;
    height: 43px;
    border: solid 1px #e37c34;
    border-radius: 22px;
    text-align: center;
    line-height: 2.2;
    color: white;
    background-color: #e37c34;
    margin-left: auto;
    align-self: flex-end;
    text-decoration: none;
    padding: 0 10px;
    cursor: pointer;
  }
  .page-heading__button--unfollow {
    font-size: 21px;
    width: auto;
    height: 43px;
    border: solid 1px #e37c34;
    border-radius: 22px;
    text-align: center;
    line-height: 2.2;
    color: #e37c34;
    background-color: white;
    margin-left: auto;
    align-self: flex-end;
    text-decoration: none;
    padding: 0 10px;
    cursor: pointer;
  }
  .page-heading__button--logout {
    font-size: 21px;
    width: 130px;
    height: 43px;
    color: #e37c34;
    border: solid 1px #e37c34;
    border-radius: 22px;
    text-align: center;
    line-height: 2.2;
    background-color: #ffffff;
    margin-left: 20px;
    align-self: flex-start;
    text-decoration: none;
  }
  .page-heading__button--danger {
    font-size: 21px;
    width: 130px;
    height: 43px;
    color: #dc3445;
    border: solid 1px #dc3445;
    border-radius: 22px;
    text-align: center;
    line-height: 2.2;
    background-color: #ffffff;
    margin-left: 40px;
    align-self: flex-start;
    text-decoration: none;
  }
}
@media screen and (max-width: 480px) {
  .top-heading {
    display: flex;
    letter-spacing: normal;
    border: solid 1px rgb(227, 124, 52);
    width: auto;
    max-width: 769px;
    height: 36px;
    background-color: #fdf3ed;
    border-radius: 0px 40px 40px 0px;
  }
  .top-heading h1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .top-heading__text {
    font-size: 21px;
    font-weight: normal;
    color: rgb(227, 124, 52);
    line-height: 1.667;
    text-align: left;
  }
  .top-heading__more {
    display: none;
  }
  .top-heading i {
    color: #fdb631;
    margin-right: 25px;
    margin-left: 20px;
  }
}
.reviewer {
  display: flex;
  font-size: 14px;
  color: rgb(227, 124, 52);
  line-height: 1.75;
  width: 262px;
  height: 34px;
  border: solid 1px #e37c34;
  background-color: #ffffff;
  overflow: hidden;
  text-decoration: none;
}
.reviewer span {
  font-family: "Oswald";
}
.reviewer:first-child {
  margin-top: 20px;
}
.reviewer:not(:first-child) {
  margin-top: 10px;
}
.reviewer i {
  color: rgb(227, 124, 52);
  line-height: 1.75;
  margin-right: 4px;
  margin-left: 10px;
  align-self: center;
}
.reviewer--first {
  background-color: #fdf3ed;
}
.reviewer--first i {
  color: #e5b321;
}
.reviewer--second {
  background-color: #fdf3ed;
}
.reviewer--second i {
  color: #bfbfbf;
}
.reviewer--third {
  background-color: #fdf3ed;
}
.reviewer--third i {
  color: #c47020;
}
.reviewer__reviewer-name {
  color: rgb(227, 124, 52);
  line-height: 1.75;
  align-self: center;
}
.reviewer__count-circle {
  width: 25px;
  border-radius: 50%;
  background-color: rgb(227, 124, 52);
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: 10px;
  border: 1px solid;
}
.reviewer__count-circle span {
  color: #ffffff;
}
.reviewer__count-circle--top3 {
  width: 25px;
  border-radius: 50%;
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: 10px;
  border: 1px solid;
}

@media screen and (max-width: 790px) {
  .side-reviewers {
    margin: 0 20px;
  }
  .reviewer {
    display: flex;
    font-size: 29px;
    color: rgb(227, 124, 52);
    line-height: 1.75;
    width: 100%;
    height: auto;
    border: solid 1px #e37c34;
    background-color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
  }
  .reviewer span {
    font-family: "Oswald";
    line-height: 2;
  }
  .reviewer:first-child {
    margin-top: 20px;
  }
  .reviewer:not(:first-child) {
    margin-top: 10px;
  }
  .reviewer i {
    color: rgb(227, 124, 52);
    line-height: 1.75;
    margin-right: 4px;
    margin-left: 10px;
    align-self: center;
  }
  .reviewer--first {
    background-color: #fdf3ed;
  }
  .reviewer--first i {
    color: #e5b321;
  }
  .reviewer--second {
    background-color: #fdf3ed;
  }
  .reviewer--second i {
    color: #bfbfbf;
  }
  .reviewer--third {
    background-color: #fdf3ed;
  }
  .reviewer--third i {
    color: #c47020;
  }
  .reviewer__reviewer-name {
    color: rgb(227, 124, 52);
    line-height: 1.75;
    align-self: center;
  }
  .reviewer__count-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(227, 124, 52);
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: 50px;
    border: 1px solid;
  }
  .reviewer__count-circle span {
    color: #ffffff;
    line-height: 2;
  }
  .reviewer__count-circle--top3 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: 50px;
    border: 1px solid;
  }
}
.type {
  display: flex;
  font-size: 14px;
  color: rgb(227, 124, 52);
  line-height: 1.75;
  width: 262px;
  height: 34px;
  border: solid 1px #e37c34;
  background-color: #ffffff;
  overflow: hidden;
  text-decoration: none;
}
.type span {
  font-family: "Oswald";
  font-weight: 600;
}
.type:first-child {
  margin-top: 20px;
}
.type:not(:first-child) {
  margin-top: 10px;
}
.type:hover {
  background-color: #fdf3ed;
}
.type i {
  color: rgb(227, 124, 52);
  line-height: 1.75;
  margin-right: 4px;
  margin-left: 10px;
  align-self: center;
}
.type--first {
  background-color: #fdf3ed;
}
.type--first i {
  color: #e5b321;
}
.type--second {
  background-color: #fdf3ed;
}
.type--second i {
  color: #bfbfbf;
}
.type--third {
  background-color: #fdf3ed;
}
.type--third i {
  color: #c47020;
}
.type__type-name {
  color: rgb(227, 124, 52);
  line-height: 1.75;
  align-self: center;
  margin-left: 20px;
}
.type__count-circle {
  width: 25px;
  border-radius: 50%;
  background-color: rgb(227, 124, 52);
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: 10px;
  border: 1px solid;
}
.type__count-circle span {
  color: #ffffff;
}
.type__count-circle--top3 {
  width: 25px;
  border-radius: 50%;
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: 10px;
  border: 1px solid;
}

@media screen and (max-width: 790px) {
  .side-type {
    margin: 0 20px;
  }
  .type {
    display: flex;
    font-size: 29px;
    color: rgb(227, 124, 52);
    line-height: 1.75;
    width: 100%;
    height: auto;
    border: solid 1px #e37c34;
    background-color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
  }
  .type span {
    font-family: "Oswald";
    font-weight: 600;
  }
  .type:first-child {
    margin-top: 20px;
  }
  .type:not(:first-child) {
    margin-top: 10px;
  }
  .type:hover {
    background-color: #fdf3ed;
  }
  .type i {
    color: rgb(227, 124, 52);
    line-height: 1.75;
    margin-right: 4px;
    margin-left: 10px;
    align-self: center;
  }
  .type--first {
    background-color: #fdf3ed;
  }
  .type--first i {
    color: #e5b321;
  }
  .type--second {
    background-color: #fdf3ed;
  }
  .type--second i {
    color: #bfbfbf;
  }
  .type--third {
    background-color: #fdf3ed;
  }
  .type--third i {
    color: #c47020;
  }
  .type__type-name {
    color: rgb(227, 124, 52);
    line-height: 1.75;
    align-self: center;
    margin-left: 20px;
  }
  .type__count-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(227, 124, 52);
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: 50px;
    border: 1px solid;
  }
  .type__count-circle span {
    color: #ffffff;
    line-height: 2;
  }
  .type__count-circle--top3 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: 50px;
    border: 1px solid;
  }
}
.side-tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.side-tags__tag {
  font-size: 14px;
  color: #00adab;
  border: solid 1px #00adab;
  border-radius: 16px;
  text-align: center;
  line-height: 1.5;
  background-color: #ffffff;
  padding: 0 10px;
  margin-top: 10px;
  margin-right: 6px;
  text-decoration: none;
}

@media screen and (max-width: 790px) {
  .side-tags {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .side-tags__tag {
    display: inline-block;
    height: 40px;
    font-size: 27px;
    color: #00adab;
    border: solid 1px #00adab;
    border-radius: 22px;
    text-align: center;
    background-color: #ffffff;
    padding: 0 20px;
    margin-right: 20px;
    margin-top: 20px;
    text-decoration: none;
    z-index: 2;
    overflow: hidden;
    min-width: 62px;
  }
}
.user {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.user__image {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.user img {
  width: 118px;
  height: 118px;
}
.user__name {
  font-size: 20px;
  font-weight: 600;
  color: rgb(227, 124, 52);
  line-height: 1.05;
  margin-left: 25px;
}
.user__profile {
  font-size: 16px;
  color: rgb(102, 102, 102);
  margin-top: 22px;
  width: 100%;
}
.user__new-review {
  display: flex;
  align-items: center;
  color: #e37c34;
  margin-left: auto;
  width: 100%;
  justify-content: flex-end;
}
.user__new-review a {
  text-decoration: none;
}
.user__new-review span {
  font-size: 14px;
  margin-right: 12px;
}
.user__review-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #fff;
  background-color: #e37c34;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.user__review-button i {
  font-size: 24px;
}
.user__data {
  display: flex;
  align-items: center;
  width: 100%;
}
.user__info {
  width: 100%;
  color: #999999;
  font-size: 16px;
  margin-top: 22px;
}
.user__info span {
  font-family: "Oswald";
  font-weight: 300;
  margin-left: 5px;
  margin-right: 45px;
}
.user__info i {
  color: #999999;
}
.user__tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
.user__tag {
  font-size: 14px;
  color: #00adab;
  border: solid 1px #00adab;
  border-radius: 16px;
  text-align: center;
  line-height: 1.5;
  background-color: #ffffff;
  padding: 0 10px;
  margin-right: 10px;
}

@media screen and (max-width: 790px) {
  .user {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    padding: 0 45px;
    margin-top: 15px;
  }
  .user__image {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
  }
  .user img {
    width: 118px;
    height: 118px;
  }
  .user__name {
    font-size: 29px;
    font-weight: 600;
    color: rgb(227, 124, 52);
    line-height: 1.05;
    margin-left: 25px;
  }
  .user__profile {
    font-size: 29px;
    color: rgb(102, 102, 102);
    margin-top: 22px;
  }
  .user__new-review {
    display: flex;
    align-items: center;
    color: #e37c34;
    margin-left: auto;
  }
  .user__new-review a {
    text-decoration: none;
  }
  .user__new-review span {
    font-size: 29px;
    margin-right: 12px;
  }
  .user__review-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    color: #fff;
    background-color: #e37c34;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  }
  .user__review-button i {
    font-size: 48px;
  }
  .user__data {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .user__info {
    width: 100%;
    color: #999999;
    font-size: 29px;
    margin-top: 45px;
  }
  .user__info span {
    font-family: "Oswald";
    font-weight: 300;
    margin-left: 5px;
    margin-right: 45px;
  }
  .user__info i {
    color: #999999;
  }
  .user__tags {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
  }
  .user__tag {
    font-size: 29px;
    color: #00adab;
    border: solid 1px #00adab;
    border-radius: 22px;
    text-align: center;
    line-height: 1.5;
    background-color: #ffffff;
    padding: 0 10px;
    margin: 20px;
  }
}
.new-review-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 210px;
}

.review-input {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.review-input:not(:first-child) {
  margin-top: 20px;
}
.review-input__label {
  font-size: 14px;
  margin-bottom: 3px;
}
.review-input__label--textarea {
  width: 100%;
}
.review-input__text {
  width: 100%;
  height: 34px;
  border: 1px solid #ccc !important;
}
.review-input__text--tags {
  border: inherit !important;
}
.review-input__text--product-title {
  width: 359px;
  height: 64px;
}
.review-input__text--textarea {
  font-size: 16px;
  width: 100%;
  height: 450px;
}
.review-input__hint {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 24px;
  color: #ccc;
}
.review-input__hint:hover {
  color: #999999;
}
.review-input__text::placeholder {
  color: #999999;
}
.review-input__tooltips {
  position: absolute;
  bottom: -2.8em;
  left: 0.3em;
  z-index: 9999;
  padding: 0.3em 0.5em;
  color: rgb(0, 0, 0);
  background: #ccc;
  border-radius: 0.5em;
}
.review-input__tooltips:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0.5em;
  top: -8px;
  border-top: 8px solid transparent;
  border-left: 8px solid #ccc;
}
.review-input__guide {
  font-size: 12px;
  color: rgb(227, 124, 52);
  margin-left: auto;
}
.review-input__use-icon::placeholder {
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  text-align: right;
  padding-right: 10px;
  font-display: swap;
}
.review-input__product-image {
  font-size: 27.52px;
  width: 359px;
  height: 200px;
}
.review-input__chart {
  width: 360px;
  height: 250px;
}
.review-input__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.review-input__items--comprehensive {
  margin-top: 20px;
}
.review-input__items--comprehensive .review-label {
  font-size: 18px;
  width: 100%;
}
.review-input__items-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 370px;
  font-size: 14px;
  position: relative;
}
.review-input__chart-wrapper {
  font-size: 16px;
  position: relative;
}
.review-input--chart {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  margin-top: 20px;
}
.review-input__set {
  display: inline-block;
  margin-right: 10px;
  float: right;
}
.review-input__tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 !important;
}
.review-input__tab {
  display: inline-block;
  width: 172px;
  height: 31px;
  color: #e37c34;
  background-color: white;
  border: solid 1px #e37c34;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  list-style: none;
  cursor: pointer;
  margin: 0 10px;
}
.review-input__tab--active {
  color: white;
  background-color: #e37c34;
}
.review-input__tab--preview, .review-input__tab--preview-quilljs {
  margin-left: -14px;
  width: 104px;
  border-radius: 1px 5px 5px 1px;
}
.review-input--quilljs {
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
.review-input #quilljs {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  width: fit-content;
  width: -moz-fit-content;
  height: 100%;
  font-size: 16px;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
.review-input .ql-editor {
  height: 450px;
  width: 1100px;
  max-width: 100%;
  resize: both;
  overflow-y: scroll;
}
@media screen and (max-width: 790px) {
  .review-input .ql-editor {
    width: 790px;
  }
}
.review-input #review-input__preview-quilljs, .review-input #review-input__preview {
  width: 820px;
}
.review-input #card__preview-body--quilljs .ql-editor {
  padding: 0 !important;
  line-height: inherit;
}
.review-input #card__preview-body--quilljs.ql-container.ql-snow {
  border: 0 !important;
}
.review-input #card__preview-body--quilljs.card__review-body {
  color: #000;
}

.user-edit-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 210px;
}

.user-input {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.user-input label {
  margin-left: -10px;
}
.user-input__text {
  border-right: none !important;
  border-left: none !important;
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  width: 100% !important;
  height: 50px !important;
  background-color: transparent !important;
  color: #000 !important;
}
.user-input__text--textarea {
  border: 1px solid #eeeeee;
  width: 100%;
  height: 100px;
  background-color: #eeeeee;
}
.user-input__icon {
  position: relative;
  width: 128px;
  height: 128px;
  border: none;
  border-radius: 50%;
  background-size: contain;
  background-color: transparent;
}
.user-input__icon::before {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 55px;
  content: "\f030";
  display: block;
  text-align: center;
  line-height: 128px;
  z-index: 1;
  font-display: swap;
}
.user-input__icon::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 128px;
  height: 128px;
  border: none;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.user-input__icon--changed::before {
  visibility: hidden;
}
.user-input__icon--changed::after {
  visibility: hidden;
}
.user-input__icon--input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.user-input__icon-text {
  width: 80%;
  align-self: center;
  margin-left: auto;
}

.user-delete__line {
  border-top: 1px solid red;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 50px;
}

.cp_iptxt {
  position: relative;
  margin: 40px 3%;
}

.cp_iptxt input[type=text] {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #000;
  border: none;
  border-bottom: 2px solid #1b2538;
  background: transparent;
}

.ef input[type=text]:focus {
  border-bottom: 2px solid #da3c41;
  outline: none;
}

.cp_iptxt textarea {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #000;
  border: none;
  border-bottom: 2px solid #1b2538;
  background: transparent;
  height: 200px;
}

.ef textarea:focus {
  border-bottom: 2px solid #da3c41;
  outline: none;
}

.checkbox {
  display: none;
}

.checkbox-parts {
  padding-left: 16px;
  position: relative;
  font-size: 12px;
}
.checkbox-parts--user-input {
  font-size: 16px;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #666;
}

.checkbox-parts--user-input::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #666;
}

.checkbox:checked + .checkbox-parts {
  color: #00adab;
}

.checkbox:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 3px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #00adab;
  border-right: 2px solid #00adab;
}

.checkbox:checked + .checkbox-parts--user-input::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 3px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #00adab;
  border-right: 2px solid #00adab;
}

.reserve-form {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
.reserve-form .reserve-date {
  width: 75px;
  border: solid 1px #bbb;
  color: #666;
}
.reserve-form__select {
  overflow: hidden;
  text-align: center;
}
.reserve-form select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.reserve-form__select-sl {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.reserve-form__select-sl::before {
  position: absolute;
  top: 0.8em;
  right: 0.4em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.reserve-form__select-sl select {
  padding: 8px 30px 8px 8px;
  color: #666666;
}

@media screen and (max-width: 790px) {
  .edit_user {
    margin: 0px 40px;
  }
  .user-delete {
    margin: 0px 40px;
  }
  .checkbox {
    display: none;
  }
  .checkbox-parts {
    padding-left: 30px;
    position: relative;
    font-size: 25px;
  }
  .checkbox-parts--user-input {
    font-size: 16px;
  }
  .checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #666;
  }
  .checkbox-parts--user-input::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #666;
  }
  .checkbox:checked + .checkbox-parts {
    color: #00adab;
  }
  .checkbox:checked + .checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 3px;
    width: 16px;
    height: 30px;
    transform: rotate(40deg);
    border-bottom: 2px solid #00adab;
    border-right: 2px solid #00adab;
  }
  .checkbox:checked + .checkbox-parts--user-input::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 3px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 2px solid #00adab;
    border-right: 2px solid #00adab;
  }
  .reserve-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .reserve-form .reserve-date {
    width: 240px;
    border: solid 1px #bbb;
    color: #666;
    font-size: 31px;
  }
  .reserve-form__select {
    overflow: hidden;
    text-align: center;
  }
  .reserve-form select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .reserve-form__select-sl {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
  }
  .reserve-form__select-sl::before {
    position: absolute;
    top: 0.8em;
    right: 0.4em;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
  }
  .reserve-form__select-sl select {
    padding: 8px 70px 8px 8px;
    color: #666666;
  }
  .review-input__label {
    font-size: 25px;
  }
  .review-input__items {
    font-size: 29px;
    height: 100px;
  }
  .review-input__items--comprehensive {
    margin-top: 20px;
  }
  .review-input__items--comprehensive .review-label {
    font-size: 25px;
    width: 100%;
  }
  .review-input__items-wrapper {
    width: 100%;
  }
}
.button {
  font-size: 16px;
  width: 339px;
  height: 48px;
  color: #ffffff;
  border: none;
  border-radius: 24px;
  text-align: center;
  line-height: 2.2;
  background-color: #e37c34;
  margin-top: 20px;
  text-decoration: none;
  line-height: 3.1;
  outline: 0;
  cursor: pointer;
}
.button--bright-cyan {
  background-color: #00adab;
}
.button--danger {
  width: 92px;
  height: 30px;
  background-color: #dc3445;
  color: #ffffff;
  border-radius: 0;
  line-height: 0;
  font-size: 10px;
}
.button--ticket {
  margin-bottom: 140px;
}
.button--check-email {
  width: 360px;
}
.button--submit {
  width: 360px;
  margin-bottom: 20px;
}
.button--show-reviews {
  margin-left: auto;
}
.button--blurcheck {
  width: 100%;
}
.button#button--hide {
  color: #e37c34;
  border: solid 1px #e37c34;
  background-color: #ffffff;
}
.button--othersite {
  font-size: 16px;
  width: unset;
  height: unset;
  margin-top: unset;
  line-height: unset;
  margin-left: 20px;
  padding: 0 20px;
}
.button--borderstyle {
  color: #e37c34;
  border: solid 1px #e37c34;
  background-color: #ffffff;
}
.button--controll {
  display: inline-block;
  width: 100px;
  height: 31px;
  border: solid 1px #e37c34;
  line-height: 1.9;
  margin-top: 0;
}
.button--danger-border {
  color: #dc3445;
  border: solid 1px #dc3445;
  background-color: #ffffff;
}
.button--removereserve {
  position: absolute;
  width: 94px;
  top: -16px;
  left: 100px;
}
.button--not-evaluate {
  width: 50%;
  height: 1.5em;
  line-height: 1.4;
  margin-top: 0;
  margin-left: auto;
  border: solid 1px #e37c34;
}

@media screen and (max-width: 790px) {
  .button {
    font-size: 29px;
    width: 100%;
    height: 100px;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    text-align: center;
    line-height: 2.2;
    background-color: #e37c34;
    margin-top: 20px;
    text-decoration: none;
    line-height: 3.4;
    outline: 0;
    cursor: pointer;
  }
  .button--bright-cyan {
    background-color: #00adab;
  }
  .button--danger {
    width: 193px;
    height: 60px;
    background-color: #dc3445;
    color: #ffffff;
    border-radius: 0;
    line-height: 0;
    font-size: 21px;
  }
  .button--ticket {
    margin-bottom: 140px;
  }
  .button--check-email {
    width: 100%;
  }
  .button--submit {
    width: 100%;
    margin-bottom: 20px;
  }
  .button--show-reviews {
    margin-left: auto;
  }
  .button--othersite {
    font-size: 30px;
    width: unset;
    height: unset;
    margin-top: unset;
    line-height: unset;
    margin-left: 20px;
    padding: 0 20px;
  }
  .button--borderstyle {
    color: #e37c34;
    border: solid 1px #e37c34;
    background-color: #ffffff;
  }
  .button--controll {
    width: 49%;
    height: 72px;
    border: solid 1px #e37c34;
    line-height: 2.4;
    margin-top: 60px;
  }
  .button--danger-border {
    color: #dc3445;
    border: solid 1px #dc3445;
    background-color: #ffffff;
  }
  .button--reserve {
    width: 30%;
    margin-top: 0px;
  }
  .button--removereserve {
    position: absolute;
    width: 185px;
    top: -76px;
    left: 100px;
    height: 55px;
    line-height: inherit;
  }
  .button--not-evaluate {
    font-size: 29px;
    width: 45%;
    height: auto;
    line-height: 2.1;
    margin-top: 0px;
    margin-left: auto;
  }
}
.tickets {
  display: flex;
  flex-wrap: wrap;
}
.tickets__header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.ticket {
  display: grid;
  grid-template-columns: 60px 100px 540px 120px;
  width: 100%;
  border: 1px solid #a0a0a0;
  margin-top: 20px;
  border-radius: 5px;
}
.ticket > span:not(:last-child) {
  padding-left: 20px;
  border-right: 1px solid #a0a0a0;
}
.ticket__col-wrapper {
  position: relative;
  border-right: 1px solid #a0a0a0;
  padding: 4px;
}
.ticket__btn-upvote {
  display: inline-flex;
  margin: auto;
  width: 40px;
  height: 30px;
  color: white;
  background-color: #e37c34;
  text-decoration: none;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
}
.ticket__link {
  color: #000;
}

.ticket-card {
  width: 100%;
  border: 1px solid #a0a0a0;
  margin-top: 20px;
  border-radius: 5px;
}
.ticket-card__title {
  padding: 10px;
  border-bottom: 1px solid #a0a0a0;
}
.ticket-card__state {
  padding: 10px;
  border-bottom: 1px solid #a0a0a0;
}
.ticket-card__drafter {
  padding: 10px;
  border-bottom: 1px solid #a0a0a0;
}
.ticket-card__drafter--admin {
  color: #e37c34;
}
.ticket-card__text {
  padding: 10px;
}
.ticket-card__button {
  display: block;
}

.search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1100px;
  height: 61px;
  background-color: #edb148;
  margin-right: auto;
  margin-left: auto;
}
.search-box__input {
  width: 1040px;
  height: 40px;
  border: none;
}
.search-box__button {
  width: 40px;
  height: 40px;
  background-color: #e37c34;
  color: #fff;
  border: none;
  cursor: pointer;
}
.search-box__button i {
  font-size: 20px;
}

.search-result {
  font-size: 18px;
  margin-top: 0px;
}

.search-menu-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  background-color: #e8e8e8;
  color: #e37b33;
}
.search-menu-bar i {
  font-size: 20px;
  margin-left: 20px;
  cursor: pointer;
}
.search-menu-bar__sort {
  margin-left: 20px;
  cursor: pointer;
}
.search-menu-bar__sort i {
  margin-left: 5px;
  font-size: 18px;
  vertical-align: middle;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  animation: fade_overlay 0.3s;
}
.overlay--search {
  background: transparent;
  top: 78px;
}
.overlay__box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 361px;
  height: 378px;
  background-color: #fff;
  border-radius: 7px;
}
.overlay__box--search {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 78px;
  left: 0;
  right: 0;
  bottom: unset;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  border-radius: 7px;
}
.overlay__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.overlay__title {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
}
.overlay__item {
  width: 100%;
}
.overlay input[type=radio] {
  display: none;
}
.overlay input[type=radio]:checked + label span.overlay__check-button {
  background-color: #e37c34;
  border: solid 2px #e37c34;
}
.overlay input[type=radio] + label {
  cursor: pointer;
}
.overlay__check-button {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 32px;
  border: solid 2px #666;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
}
.overlay__ctl {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}
.overlay__ctl * {
  font-size: 14px;
  font-weight: 600;
  color: #e37b33;
  border: 0;
  background: none;
  cursor: pointer;
}
.overlay__ctl button[type=submit] {
  padding: 3px;
  margin-left: 40px;
}
.overlay__cancel {
  cursor: pointer;
}
.overlay__tags {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.overlay__tag {
  display: inline-block;
  height: 18px;
  font-size: 12px;
  color: #00adab;
  border: solid 1px #00adab;
  border-radius: 16px;
  text-align: center;
  background-color: #ffffff;
  padding: 0 10px;
  margin-right: 10px;
  text-decoration: none;
  z-index: 2;
  overflow: hidden;
}
.overlay__history {
  font-size: 13px;
  color: rgb(102, 102, 102);
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.overlay__history-box {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgb(102, 102, 102);
  background-color: #eeeeee;
  width: 1089px;
  height: 34px;
  margin: 0px auto 1px auto;
  text-decoration: none;
}
.overlay__history-box span {
  margin-left: 10px;
}

@keyframes fade_overlay {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.not_found {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.not_found i {
  color: #e37b33;
  margin-right: 10px;
}

@media screen and (max-width: 790px) {
  .search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 790px;
    height: 126px;
    background-color: #edb148;
    margin-right: auto;
    margin-left: auto;
  }
  .search-box__input {
    width: 665px;
    height: 84px;
    border: none;
    font-size: 29px;
  }
  .search-box__button {
    width: 85px;
    height: 85px;
    background-color: #e37c34;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  .search-box__button i {
    font-size: 20px;
  }
  .search-result {
    font-size: 18px;
    margin-top: 0px;
  }
  .search-menu-bar {
    display: flex;
    align-items: center;
    width: 100%;
    height: 95px;
    background-color: #e8e8e8;
    color: #e37b33;
  }
  .search-menu-bar i {
    font-size: 41px;
    margin-left: 20px;
    cursor: pointer;
  }
  .search-menu-bar__sort {
    margin-left: 20px;
    cursor: pointer;
  }
  .search-menu-bar__sort i {
    margin-left: 5px;
    font-size: 37.5px;
    vertical-align: middle;
  }
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    animation: fade_overlay 0.3s;
  }
  .overlay--search {
    background: transparent;
    top: 124px;
  }
  .overlay__box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 750px;
    height: 788px;
    background-color: #fff;
    border-radius: 7px;
  }
  .overlay__box--search {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 124px;
    left: 0;
    right: 0;
    bottom: unset;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    border-radius: 7px;
  }
  .overlay__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    box-sizing: border-box;
  }
  .overlay__title {
    font-size: 37.5px;
    font-weight: 600;
    width: 100%;
  }
  .overlay__item {
    width: 100%;
  }
  .overlay input[type=radio] {
    display: none;
  }
  .overlay input[type=radio]:checked + label span.overlay__check-button {
    background-color: #e37c34;
    border: solid 2px #e37c34;
  }
  .overlay input[type=radio] + label {
    cursor: pointer;
  }
  .overlay__check-button {
    display: inline-block;
    width: 41px;
    height: 41px;
    margin-right: 67px;
    border: solid 2px #666;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
  }
  .overlay__ctl {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .overlay__ctl * {
    font-size: 29px;
    font-weight: 600;
    color: #e37b33;
    border: 0;
    background: none;
    cursor: pointer;
  }
  .overlay__ctl button[type=submit] {
    padding: 8px;
    margin-left: 40px;
  }
  .overlay__cancel {
    cursor: pointer;
  }
  .overlay__tags {
    width: 790px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
  }
  .overlay__tag {
    display: inline-block;
    height: 40px;
    font-size: 21px;
    color: #00adab;
    border: solid 1px #00adab;
    border-radius: 22px;
    text-align: center;
    background-color: #ffffff;
    padding: 0 10px;
    margin-right: 10px;
    text-decoration: none;
    z-index: 2;
    overflow: hidden;
    line-height: 1.8;
    min-width: 62px;
  }
  .overlay__history {
    font-size: 23px;
    color: rgb(102, 102, 102);
    width: 748px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
  .overlay__history-box {
    display: flex;
    align-items: center;
    font-size: 25px;
    color: rgb(102, 102, 102);
    background-color: #eeeeee;
    width: 748px;
    height: 72px;
    margin: 0px auto 1px auto;
    text-decoration: none;
  }
  .overlay__history-box span {
    margin-left: 10px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.pagination li:first-child {
  border-left: solid 1px #ececec;
}
.pagination li {
  list-style: none;
  width: 37px;
  height: 37px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  border-right: solid 1px #ececec;
}
.pagination li.active {
  background-color: #00adab;
  color: #fff;
}
.pagination li.active .pagination__page-link {
  background-color: transparent;
  color: #fff;
}
.pagination__page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  background-color: #fff;
  font-size: 14px;
  color: rgb(102, 102, 102);
  text-decoration: none;
}
.pagination__page-link--side {
  width: 77px;
}
.pagination .page-item--side {
  width: 77px;
}

@media screen and (max-width: 790px) {
  .pagination {
    display: flex;
    justify-content: center;
  }
  .pagination li:first-child {
    border-left: solid 1px #ececec;
  }
  .pagination li {
    list-style: none;
    width: 61px;
    height: 61px;
    background-color: #fff;
    font-size: 25px;
    color: #000;
    text-decoration: none;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    border-right: solid 1px #ececec;
  }
  .pagination li.active {
    background-color: #00adab;
    color: #fff;
  }
  .pagination li.active .pagination__page-link {
    background-color: transparent;
    color: #fff;
  }
  .pagination__page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 61px;
    height: 61px;
    background-color: #fff;
    font-size: 25px;
    color: rgb(102, 102, 102);
    text-decoration: none;
  }
  .pagination__page-link--side {
    width: 77px;
  }
  .pagination .page-item--side {
    width: 77px;
  }
}
@media screen and (max-width: 480px) {
  .pagination {
    display: flex;
    justify-content: center;
    padding: 0px;
  }
  .pagination li:first-child {
    border-left: solid 1px #ececec;
  }
  .pagination li {
    list-style: none;
    width: 28px;
    height: 28px;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    border-right: solid 1px #ececec;
  }
  .pagination li.active {
    background-color: #00adab;
    color: #fff;
  }
  .pagination li.active .pagination__page-link {
    background-color: transparent;
    color: #fff;
  }
  .pagination__page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background-color: #fff;
    font-size: 16px;
    color: rgb(102, 102, 102);
    text-decoration: none;
  }
  .pagination__page-link--side {
    width: 50px;
  }
  .pagination .page-item--side {
    width: 50px;
  }
}
.box {
  width: 398px;
  min-height: 262px;
  color: #666;
  background-color: #fff;
  border: solid 2px #e2e2e2;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.box__email-label {
  font-size: 14px;
}
.box__label {
  font-size: 14px;
  margin-top: 20px;
}
.box__inner {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.box__inner form {
  display: flex;
  flex-direction: column;
}
.box__inner form input[type=email] {
  height: 48px;
  background-color: #eee;
  border: none;
  border-bottom: solid 1px #e37c34;
  margin-top: 10px;
  outline: 0;
}
.box__inner form input[type=password] {
  height: 48px;
  background-color: #eee;
  border: none;
  border-bottom: solid 1px #e37c34;
  margin-top: 10px;
  outline: 0;
}
.box__inner form div {
  margin-top: 12px;
}
.box a {
  font-size: 12px;
  color: #e37c34;
  text-decoration: none;
}

@media screen and (max-width: 790px) {
  .box {
    width: 710px;
    min-height: 262px;
    color: #666;
    background-color: transparent;
    border: none;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
  }
  .box__email-label {
    font-size: 29px;
  }
  .box__label {
    font-size: 29px;
    margin-top: 20px;
  }
  .box__inner {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .box__inner form {
    display: flex;
    flex-direction: column;
  }
  .box__inner form input[type=email] {
    height: 103px;
    background-color: #eee;
    border: none;
    border-bottom: solid 1px #e37c34;
    margin-top: 10px;
    outline: 0;
  }
  .box__inner form input[type=password] {
    height: 103px;
    background-color: #eee;
    border: none;
    border-bottom: solid 1px #e37c34;
    margin-top: 10px;
    outline: 0;
  }
  .box__inner form div {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .box a {
    font-size: 25px;
    color: #e37c34;
    text-decoration: none;
    margin-top: 20px;
  }
}
.mascot {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.mascot__description {
  background-image: url("https://storage.googleapis.com/doujinreviewers_bucket/assets/mascot_description_noword.png");
  background-size: cover;
}
.mascot__mask {
  background: rgba(248, 248, 248, 0.7);
}
.mascot__standing-image {
  width: 100%;
  margin-top: 40px;
}
.mascot__strike {
  text-decoration: line-through;
}

.affiliate-notice {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: #6c757d;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.active {
  display: inline-block;
}

.active-flex {
  display: flex;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.position-relative {
  position: relative;
}

.ribbon20 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #70c7ff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

.ribbon20:before {
  position: absolute;
  content: "";
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #70c7ff;
  border-radius: 5px 0 0 5px;
}

.ribbon20:after {
  position: absolute;
  content: "";
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #4d99ca;
  border-radius: 5px 0 0 5px;
}

/**
 * selectize.css (v0.13.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 * Copyright (c) 2020-2022 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input.dragging {
  overflow: visible;
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-control .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-control .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-control .dropdown-header-close:hover {
  color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: flex;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}

.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px;
}

.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: #fff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0px solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0px solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #fff;
  border: 0px solid #fff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input > input[placeholder] {
  box-sizing: initial;
}

.selectize-input.has-items > input {
  margin: 0 0px !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header, .selectize-dropdown .no-results, .selectize-dropdown .create {
  padding: 5px 8px;
}

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
}

.selectize-dropdown-emptyoptionlabel {
  text-align: center;
}

.selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 rgba(0, 0, 0, 0) #d0d0d0 rgba(0, 0, 0, 0);
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: gray rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) gray rgba(0, 0, 0, 0);
}

.selectize-control.rtl {
  text-align: right;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
