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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

.firstview {
  height: 100vh;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.firstview .firstview {
  display: block;
  margin: 0 auto;
  height: calc(100vh - 112px);
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .firstview .firstview {
    height: 100%;
  }
}
.firstview .shodow {
  position: absolute;
  top: -112px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
}
@media screen and (max-width: 1280px) {
  .firstview .shodow {
    top: 0;
  }
}
.firstview .read {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 722px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .firstview .read {
    width: 37.6041666667vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .firstview .read {
    width: 70%;
    height: auto;
  }
}

.ttl_container {
  width: 100%;
  height: 88px;
  background: url(/images/img02.png?8d6c9ef375418588328859d35876f89f);
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  .ttl_container {
    height: 4.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ttl_container {
    height: 50px;
  }
}
.ttl_container .wrap {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 88px;
}
@media screen and (max-width: 1280px) {
  .ttl_container .wrap {
    width: 100%;
    padding: 1.0416666667vw;
    height: 4.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ttl_container .wrap {
    height: 50px;
    padding: 0 20px;
    display: flex;
  }
}
.ttl_container .wrap img {
  margin-left: 81px;
  height: 36px;
  width: auto;
  display: block;
}
@media screen and (max-width: 1280px) {
  .ttl_container .wrap img {
    margin-left: 0;
    height: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .ttl_container .wrap img {
    height: 36px;
  }
}
.ttl_container .wrap .new {
  width: 140px;
}
@media screen and (max-width: 1280px) {
  .ttl_container .wrap .new {
    width: 7.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ttl_container .wrap .new {
    width: 140px;
    display: block;
    margin: 0 auto;
  }
}
.ttl_container .wrap .all {
  width: 263px;
}
@media screen and (max-width: 1280px) {
  .ttl_container .wrap .all {
    width: 13.6979166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ttl_container .wrap .all {
    width: 263px;
    display: block;
    margin: 0 auto;
  }
}

.top_margin {
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .top_margin {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top_margin {
    margin-top: 20px;
  }
}

.index_container {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .index_container {
    width: 100%;
    padding: 0 20px;
  }
}
.index_container .content {
  width: 100%;
  background-color: #ffffff;
  margin-top: 30px;
  display: flex;
  padding-left: 94px;
  padding: 30px 134px 30px 94px;
  border: 1px solid #707070;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .index_container .content {
    margin-top: 1.5625vw;
    padding-left: 4.8958333333vw;
    padding: 1.5625vw 6.9791666667vw 1.5625vw 4.8958333333vw;
  }
}
@media screen and (max-width: 768px) {
  .index_container .content {
    margin-top: 30px;
    padding: 20px 20px 20px 0px;
  }
}
.index_container .content .left_wrap {
  z-index: 100;
}
.index_container .content .left_wrap .pic_container {
  position: relative;
}
.index_container .content .left_wrap .pic_container img {
  width: 212px;
  display: block;
}
@media screen and (max-width: 1280px) {
  .index_container .content .left_wrap .pic_container img {
    width: 11.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .index_container .content .left_wrap .pic_container img {
    width: 102px;
    height: 200px;
  }
}
.index_container .content .left_wrap .pic_container a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_container .content .left_wrap .pic_container p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media screen and (max-width: 1280px) {
  .index_container .content .left_wrap .pic_container p {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .index_container .content .left_wrap .pic_container p {
    font-size: 14px;
  }
}
.index_container .content .right_wrap {
  width: 100%;
  position: relative;
}
.index_container .content .right_wrap .text {
  margin-top: 30px;
  width: 65px;
  height: 36px;
  display: block;
}
@media screen and (max-width: 1280px) {
  .index_container .content .right_wrap .text {
    margin-top: 1.5625vw;
    width: 3.3854166667vw;
    height: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .index_container .content .right_wrap .text {
    width: 48px;
    height: 27px;
    margin-top: 10px;
  }
}
.index_container .content .right_wrap .ttl {
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (max-width: 1280px) {
  .index_container .content .right_wrap .ttl {
    margin-top: 1.5625vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .index_container .content .right_wrap .ttl {
    font-size: 16px;
    margin-top: 10px;
    word-break: break-all;
  }
}
.index_container .content .right_wrap .rank_box {
  display: flex;
}
.index_container .content .right_wrap .rank_box .ranking {
  width: 107px;
  line-height: 80px;
  margin-right: 10px;
}
@media screen and (max-width: 1280px) {
  .index_container .content .right_wrap .rank_box .ranking {
    width: 5.5729166667vw;
    line-height: 4.1666666667vw;
    margin-right: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .index_container .content .right_wrap .rank_box .ranking {
    width: 50px;
    height: 42px;
    line-height: 0px;
  }
}
.index_container .content .right_wrap .rank_box .text {
  margin-top: 27px;
}
@media screen and (max-width: 1280px) {
  .index_container .content .right_wrap .rank_box .text {
    margin-top: 1.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .index_container .content .right_wrap .rank_box .text {
    margin-top: 10px;
  }
}
.index_container .content .right_wrap .rank_box img {
  display: block;
  line-height: 80px;
}
@media screen and (max-width: 1280px) {
  .index_container .content .right_wrap .rank_box img {
    line-height: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .index_container .content .right_wrap .rank_box img {
    line-height: 0px;
  }
}
.index_container .content .right_wrap .read {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  white-space: pre-wrap;
}
@media screen and (max-width: 1280px) {
  .index_container .content .right_wrap .read {
    font-size: 0.8333333333vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .index_container .content .right_wrap .read {
    margin-top: 10px;
    font-size: 12px;
    padding-bottom: 20px;
  }
}
.index_container .content .right_wrap .favorires {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  line-height: 45px;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .index_container .content .right_wrap .favorires {
    line-height: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .index_container .content .right_wrap .favorires {
    line-height: 20px;
  }
}
.index_container .content .right_wrap .favorires .favorite_count {
  font-family: "azukifontLB";
  font-weight: bold;
}
.index_container .content .right_wrap .favorires .favorite_count::before {
  content: "";
  display: inline-block;
  background: url(/images/icon01.png?9677d0c119d7674e77735c230396a5fe);
  width: 65px;
  height: 45px;
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 1280px) {
  .index_container .content .right_wrap .favorires .favorite_count::before {
    width: 3.3854166667vw;
    height: 2.34375vw;
    margin-right: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .index_container .content .right_wrap .favorires .favorite_count::before {
    width: 26px;
    height: 18px;
    margin-right: 5px;
  }
}
.index_container .content .right_wrap .already {
  color: #ec621d;
}
.index_container .content .right_wrap .edit_container {
  position: absolute;
  top: 20px;
  right: 0;
  color: #ffffff;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .index_container .content .right_wrap .edit_container {
    top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .index_container .content .right_wrap .edit_container {
    top: 10px;
  }
  .index_container .content .right_wrap .edit_container form {
    display: flex;
  }
}
.index_container .content .right_wrap .edit_container a {
  width: 80px;
  height: 30px;
  background-color: #ec621d;
  text-align: center;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
  transition: 0.2s;
}
@media screen and (max-width: 1280px) {
  .index_container .content .right_wrap .edit_container a {
    width: 4.1666666667vw;
    height: 1.5625vw;
    line-height: 1.5625vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .index_container .content .right_wrap .edit_container a {
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-right: 10px;
  }
}
.index_container .content .right_wrap .edit_container a:hover {
  color: #ec621d;
  background-color: #ffffff;
  border: 1px solid #ec621d;
}
.index_container .content .right_wrap .edit_container button {
  width: 80px;
  height: 30px;
  background-color: #3a6532;
  text-align: center;
  line-height: 30px;
  transition: 0.2s;
}
@media screen and (max-width: 1280px) {
  .index_container .content .right_wrap .edit_container button {
    width: 4.1666666667vw;
    height: 1.5625vw;
    line-height: 1.5625vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .index_container .content .right_wrap .edit_container button {
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}
.index_container .content .right_wrap .edit_container button:hover {
  color: #3a6532;
  background-color: #ffffff;
  border: 1px solid #3a6532;
}
.index_container .content .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.login_container {
  width: 880px;
  margin: 200px auto 0;
}
@media screen and (max-width: 1280px) {
  .login_container {
    width: 100%;
    margin: 10.4166666667vw auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .login_container {
    margin-top: 100px;
  }
}
.login_container .ttl {
  font-size: 32px;
}
@media screen and (max-width: 1280px) {
  .login_container .ttl {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .ttl {
    font-size: 32px;
  }
}
.login_container .input_box {
  margin-top: 80px;
}
@media screen and (max-width: 1280px) {
  .login_container .input_box {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .input_box {
    margin-top: 30px;
  }
}
.login_container .input_box .email_container .email_ttl {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .login_container .input_box .email_container .email_ttl {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .input_box .email_container .email_ttl {
    font-size: 12px;
  }
}
.login_container .input_box .email_container .email_area {
  width: 100%;
  height: 97px;
  border-radius: 90px;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-size: 24px;
  padding: 0 30px;
}
@media screen and (max-width: 1280px) {
  .login_container .input_box .email_container .email_area {
    height: 5.0520833333vw;
    font-size: 1.25vw;
    padding: 0 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .input_box .email_container .email_area {
    height: 50px;
    font-size: 12px;
    padding: 0 10px;
    margin-top: 10px;
  }
}
.login_container .input_box .password_container {
  margin-top: 30px;
}
@media screen and (max-width: 1280px) {
  .login_container .input_box .password_container {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .input_box .password_container {
    margin-top: 20px;
  }
}
.login_container .input_box .password_container .password_ttl {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .login_container .input_box .password_container .password_ttl {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .input_box .password_container .password_ttl {
    font-size: 12px;
  }
}
.login_container .input_box .password_container .password_area {
  width: 100%;
  height: 97px;
  border-radius: 90px;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-size: 24px;
  padding: 0 30px;
}
@media screen and (max-width: 1280px) {
  .login_container .input_box .password_container .password_area {
    height: 5.0520833333vw;
    font-size: 1.25vw;
    padding: 0 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .input_box .password_container .password_area {
    height: 50px;
    font-size: 12px;
    padding: 0 10px;
  }
}
.login_container .remember_container {
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .login_container .remember_container {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .remember_container {
    margin-top: 20px;
  }
}
.login_container .remember_container .remember_me {
  font-size: 18px;
}
@media screen and (max-width: 1280px) {
  .login_container .remember_container .remember_me {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .remember_container .remember_me {
    font-size: 12px;
  }
}
.login_container .submit_container {
  display: flex;
  justify-content: end;
  margin: 80px auto 0;
  width: 600px;
}
@media screen and (max-width: 1280px) {
  .login_container .submit_container {
    margin-top: 4.1666666667vw;
    width: 31.25vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .submit_container {
    margin-top: 50px;
    display: block;
    width: 100%;
  }
}
.login_container .submit_container .btn-link {
  width: 240px;
  height: 75px;
  line-height: 75px;
  background-color: #3a6532;
  font-size: 24px;
  color: #ffffff;
  border-radius: 90px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .login_container .submit_container .btn-link {
    width: 12.5vw;
    height: 3.90625vw;
    line-height: 3.90625vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .submit_container .btn-link {
    width: 100%;
    height: 50px;
    font-size: 24px;
    margin-bottom: 30px;
    display: block;
    line-height: 50px;
  }
}
.login_container .submit_container .login_submit {
  width: 240px;
  height: 75px;
  background-color: #ec621d;
  font-size: 24px;
  color: #ffffff;
  border-radius: 90px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .login_container .submit_container .login_submit {
    width: 12.5vw;
    height: 3.90625vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .submit_container .login_submit {
    width: 100%;
    height: 50px;
    font-size: 24px;
  }
}
.login_container .register {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .login_container .register {
    width: 100%;
    display: block;
  }
}
.login_container .input_container {
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .login_container .input_container {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .input_container {
    margin-top: 20px;
  }
}
.login_container .input_container .input_ttl {
  font-size: 24px;
  font-weight: 500;
  margin-left: 40px;
}
@media screen and (max-width: 1280px) {
  .login_container .input_container .input_ttl {
    font-size: 1.25vw;
    font-weight: 500;
    margin-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .input_container .input_ttl {
    font-size: 12px;
    margin-left: 0px;
  }
}
.login_container .input_container .input_area {
  margin-top: 10px;
  width: 100%;
  height: 97px;
  border-radius: 90px;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-size: 24px;
  padding: 0 30px;
}
@media screen and (max-width: 1280px) {
  .login_container .input_container .input_area {
    margin-top: 0.5208333333vw;
    height: 5.0520833333vw;
    font-size: 1.25vw;
    padding: 0 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .input_container .input_area {
    margin-top: 10px;
    height: 50px;
    font-size: 12px;
    padding: 0 10px;
  }
}
.login_container .terms_container {
  margin-top: 50px;
}
.login_container .terms_container .wrap {
  font-size: 24px;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border-radius: 90px;
  height: 97px;
  border: 1px solid #000000;
}
@media screen and (max-width: 1280px) {
  .login_container .terms_container .wrap {
    margin-top: 0.5208333333vw;
    height: 5.0520833333vw;
    padding: 0 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .terms_container .wrap {
    margin-top: 10px;
    height: 50px;
    padding: 0 10px;
  }
}
.login_container .terms_container .wrap label {
  font-size: 24px;
  line-height: 97px;
}
@media screen and (max-width: 1280px) {
  .login_container .terms_container .wrap label {
    font-size: 1.25vw;
    line-height: 5.0520833333vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .terms_container .wrap label {
    line-height: 50px;
    font-size: 12px;
  }
}
.login_container .terms_container .terms {
  margin-top: 50px;
  border: 1px solid #000000;
  height: 400px;
  overflow: scroll;
  text-align: left;
}
.login_container .terms_container .terms .term_wrap {
  width: 90%;
  margin: 0 auto;
}
.login_container .terms_container .terms .term_wrap .head {
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .login_container .terms_container .terms .term_wrap .head {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .terms_container .terms .term_wrap .head {
    font-size: 14px;
    line-height: 1.5;
  }
}
.login_container .terms_container .terms .term_wrap .index {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .login_container .terms_container .terms .term_wrap .index {
    font-size: 0.9375vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .terms_container .terms .term_wrap .index {
    font-size: 12px;
    margin-top: 10px;
  }
}
.login_container .terms_container .terms .term_wrap .read {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .login_container .terms_container .terms .term_wrap .read {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .login_container .terms_container .terms .term_wrap .read {
    font-size: 12px;
  }
}

.create_container {
  width: 1186px;
  margin: 200px auto 0;
}
@media screen and (max-width: 1280px) {
  .create_container {
    width: 100%;
    margin: 10.4166666667vw auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .create_container {
    margin-top: 100px;
  }
}
.create_container .profile_container {
  display: flex;
}
.create_container .profile_container .profilr_img {
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 1280px) {
  .create_container .profile_container .profilr_img {
    width: 11.4583333333vw;
    height: 11.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container .profile_container .profilr_img {
    width: 50px;
    height: 50px;
  }
}
.create_container .profile_container .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
}
@media screen and (max-width: 1280px) {
  .create_container .profile_container .box {
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container .profile_container .box {
    margin-left: 10px;
  }
}
.create_container .profile_container .box .name {
  width: 102px;
  height: 33px;
  display: block;
  line-height: 220px;
}
@media screen and (max-width: 1280px) {
  .create_container .profile_container .box .name {
    width: 5.3125vw;
    height: 1.71875vw;
    line-height: 11.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container .profile_container .box .name {
    width: auto;
    height: 12px;
  }
}
.create_container .profile_container .screen_name {
  margin-left: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 220px;
}
@media screen and (max-width: 1280px) {
  .create_container .profile_container .screen_name {
    margin-left: 1.5625vw;
    font-size: 1.6666666667vw;
    font-weight: 500;
    line-height: 11.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container .profile_container .screen_name {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 50px;
  }
}
.create_container .ttl_container {
  margin-top: 64px;
  height: 164px;
}
@media screen and (max-width: 1280px) {
  .create_container .ttl_container {
    margin-top: 3.3333333333vw;
    height: 8.5416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container .ttl_container {
    margin-top: 30px;
    height: 50px;
  }
}
.create_container .ttl_container .input_area {
  width: 100%;
  height: 164px;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 20px;
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  .create_container .ttl_container .input_area {
    width: 100%;
    height: 8.5416666667vw;
    padding: 1.0416666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container .ttl_container .input_area {
    height: 54px;
    padding: 10px;
    font-size: 12px;
  }
}
.create_container table {
  margin-top: 50px;
  width: 100%;
  font-size: 12px;
}
@media screen and (max-width: 1280px) {
  .create_container table {
    margin-top: 2.6041666667vw;
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container table {
    font-size: 12px;
    margin-top: 50px;
  }
}
.create_container table thead tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.create_container table thead tr td {
  display: block;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .create_container table thead tr td {
    line-height: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container table thead tr td {
    line-height: 50px;
  }
}
.create_container table thead tr .th_col {
  width: 500px;
  height: 50px;
  background-color: #3a6532;
}
@media screen and (max-width: 1280px) {
  .create_container table thead tr .th_col {
    width: 42%;
    height: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container table thead tr .th_col {
    height: 50px;
  }
}
.create_container table thead tr .th_col:nth-child(2) {
  background-color: #f39a24;
}
.create_container table thead tr .btn {
  width: 100px;
  height: 50px;
  background-color: #000000;
}
@media screen and (max-width: 1280px) {
  .create_container table thead tr .btn {
    width: 10%;
    height: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container table thead tr .btn {
    height: 50px;
  }
}
.create_container table thead tr .btn button {
  width: 100%;
  height: 100%;
}
.create_container table tbody tr {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .create_container table tbody tr {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container table tbody tr {
    margin-top: 20px;
  }
}
.create_container table tbody tr .input_area {
  display: block;
  width: 500px;
  height: 50px;
  border: 1px solid #000000;
  background-color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .create_container table tbody tr .input_area {
    width: 42%;
    height: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container table tbody tr .input_area {
    height: 50px;
  }
}
.create_container table tbody tr .input_area input {
  width: 100%;
  height: 100%;
  line-height: 50px;
  padding-left: 10px;
}
@media screen and (max-width: 1280px) {
  .create_container table tbody tr .input_area input {
    width: 42%;
    padding-left: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container table tbody tr .input_area input {
    height: 50px;
  }
}
.create_container table tbody tr .btn {
  width: 100px;
  height: 50px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .create_container table tbody tr .btn {
    width: 10%;
    height: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container table tbody tr .btn {
    height: 50px;
  }
}
.create_container table tbody tr .btn button {
  width: 100%;
  height: 100%;
}
.create_container .read_container {
  margin-top: 50px;
}
@media screen and (max-width: 1280px) {
  .create_container .read_container {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container .read_container {
    margin-top: 30px;
  }
}
.create_container .read_container textarea {
  width: 100%;
  height: 600px;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 20px;
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  .create_container .read_container textarea {
    height: 31.25vw;
    padding: 1.0416666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container .read_container textarea {
    height: 500px;
    padding: 20px;
    font-size: 12px;
  }
}
.create_container .caution_text {
  text-align: end;
  margin-top: 10px;
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  .create_container .caution_text {
    margin-top: 0.5208333333vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container .caution_text {
    margin-top: 10px;
    font-size: 12px;
  }
}
.create_container .button_container {
  margin: 100px auto 0;
  width: 394px;
}
@media screen and (max-width: 1280px) {
  .create_container .button_container {
    margin: 5.2083333333vw auto 0;
    width: 20.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container .button_container {
    width: 100%;
  }
}
.create_container .button_container button {
  width: 394px;
  height: 87px;
  text-align: center;
  background-color: #f39a24;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .create_container .button_container button {
    width: 20.5208333333vw;
    height: 4.53125vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container .button_container button {
    width: 100%;
    height: 50px;
    font-size: 24px;
  }
}
.create_container .button_container button:hover {
  background-color: #000000;
  color: #f39a24;
  font-size: 28px;
}
@media screen and (max-width: 1280px) {
  .create_container .button_container button:hover {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .create_container .button_container button:hover {
    font-size: 28px;
  }
}

.show_container {
  width: 1186px;
  margin: 200px auto 0;
}
@media screen and (max-width: 1280px) {
  .show_container {
    width: 100%;
    margin: 10.4166666667vw auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .show_container {
    margin-top: 50px;
  }
}
.show_container .content_container {
  position: relative;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 0 60px;
}
@media screen and (max-width: 1280px) {
  .show_container .content_container {
    padding: 0 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .content_container {
    padding: 0 20px;
  }
}
.show_container .content_container .profile_container {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  .show_container .content_container .profile_container {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .content_container .profile_container {
    margin-top: 30px;
  }
}
.show_container .content_container .profile_container .profile_img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1280px) {
  .show_container .content_container .profile_container .profile_img {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .content_container .profile_container .profile_img {
    width: 50px;
    height: 50px;
  }
}
.show_container .content_container .profile_container .right_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
}
@media screen and (max-width: 1280px) {
  .show_container .content_container .profile_container .right_container {
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .content_container .profile_container .right_container {
    margin-left: 20px;
  }
}
.show_container .content_container .profile_container .right_container .box {
  display: flex;
}
.show_container .content_container .profile_container .right_container .box .name_ttl {
  height: 32px;
}
@media screen and (max-width: 1280px) {
  .show_container .content_container .profile_container .right_container .box .name_ttl {
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .content_container .profile_container .right_container .box .name_ttl {
    height: 12px;
  }
}
.show_container .content_container .profile_container .right_container .box .name {
  margin-left: 20px;
  font-size: 32px;
}
@media screen and (max-width: 1280px) {
  .show_container .content_container .profile_container .right_container .box .name {
    margin-left: 1.0416666667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .content_container .profile_container .right_container .box .name {
    margin-left: 10px;
    font-size: 12px;
  }
}
.show_container .content_container .profile_container .right_container .date {
  margin-top: 5px;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  .show_container .content_container .profile_container .right_container .date {
    margin-top: 0.2604166667vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .content_container .profile_container .right_container .date {
    margin-top: 10px;
    font-size: 12px;
  }
}
.show_container .content_container .ttl_box {
  margin-top: 60px;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .show_container .content_container .ttl_box {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .content_container .ttl_box {
    margin-top: 10px;
  }
}
.show_container .content_container .ttl_box img {
  display: block;
  width: 76px;
  height: 36px;
}
@media screen and (max-width: 1280px) {
  .show_container .content_container .ttl_box img {
    width: 3.9583333333vw;
    height: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .content_container .ttl_box img {
    width: auto;
    height: 12px;
  }
}
.show_container .content_container .ttl_box p {
  font-size: 36px;
  margin-left: 30px;
}
@media screen and (max-width: 1280px) {
  .show_container .content_container .ttl_box p {
    font-size: 1.875vw;
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .content_container .ttl_box p {
    font-size: 12px;
    margin-left: 10px;
  }
}
.show_container .content_container .read_box {
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  .show_container .content_container .read_box {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .content_container .read_box {
    margin-top: 10px;
  }
}
.show_container .content_container .read_box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  white-space: pre-wrap;
}
@media screen and (max-width: 1280px) {
  .show_container .content_container .read_box p {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .content_container .read_box p {
    font-size: 11px;
  }
}
.show_container .content_container .auth_container {
  position: absolute;
  right: 60px;
  top: 60px;
}
@media screen and (max-width: 1280px) {
  .show_container .content_container .auth_container {
    right: 3.125vw;
    top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .content_container .auth_container {
    right: 20px;
    top: 10px;
  }
}
.show_container .content_container .auth_container form {
  display: flex;
}
.show_container .content_container .auth_container .dlt_button {
  width: 80px;
  height: 40px;
  background-color: #ec621d;
  display: block;
  text-align: center;
  line-height: 40px;
}
@media screen and (max-width: 1280px) {
  .show_container .content_container .auth_container .dlt_button {
    width: 4.1666666667vw;
    height: 2.0833333333vw;
    line-height: 2.0833333333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .content_container .auth_container .dlt_button {
    width: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}
.show_container .content_container .auth_container .edit_button {
  width: 80px;
  height: 40px;
  background-color: #3a6532;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .show_container .content_container .auth_container .edit_button {
    width: 4.1666666667vw;
    height: 2.0833333333vw;
    line-height: 2.0833333333vw;
    margin-right: 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .content_container .auth_container .edit_button {
    width: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}
.show_container .under_container {
  margin-top: 60px;
  border-top: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .show_container .under_container {
    margin-top: 3.125vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .under_container {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.show_container .under_container .favorite_box .favorite_count {
  font-family: "azukifontLB";
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  .show_container .under_container .favorite_box .favorite_count {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .under_container .favorite_box .favorite_count {
    font-size: 12px;
  }
}
.show_container .under_container .favorite_box .favorite_count::before {
  content: "";
  display: inline-block;
  background: url(/images/icon01.png?9677d0c119d7674e77735c230396a5fe);
  width: 65px;
  height: 45px;
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 1280px) {
  .show_container .under_container .favorite_box .favorite_count::before {
    width: 3.3854166667vw;
    height: 2.34375vw;
    margin-right: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .under_container .favorite_box .favorite_count::before {
    width: 28px;
    height: 18px;
    margin-right: 10px;
  }
}
.show_container .under_container .already {
  color: #ec621d;
}
.show_container .under_container .comment_box {
  display: flex;
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  .show_container .under_container .comment_box {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .under_container .comment_box {
    font-size: 12px;
  }
}
.show_container .under_container .comment_box p {
  margin-left: 20px;
  line-height: 45px;
}
@media screen and (max-width: 1280px) {
  .show_container .under_container .comment_box p {
    margin-left: 1.0416666667vw;
    line-height: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .show_container .under_container .comment_box p {
    margin-left: 10px;
    line-height: 12px;
  }
}

.comments_container .comment_nothing {
  padding: 60px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_nothing {
    padding: 3.125vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_nothing {
    padding: 30px;
    font-size: 12px;
  }
}
.comments_container .comment_create {
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 60px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_create {
    padding: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_create {
    padding: 10px;
  }
}
.comments_container .comment_create .profile_container {
  display: flex;
}
@media screen and (max-width: 768px) {
  .comments_container .comment_create .profile_container {
    padding-top: 10px;
  }
}
.comments_container .comment_create .profile_container .profile_img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_create .profile_container .profile_img {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_create .profile_container .profile_img {
    width: 50px;
    height: 50px;
  }
}
.comments_container .comment_create .profile_container .right_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_create .profile_container .right_container {
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_create .profile_container .right_container {
    margin-left: 10px;
  }
}
.comments_container .comment_create .profile_container .right_container .box {
  display: flex;
}
.comments_container .comment_create .profile_container .right_container .box .name_ttl {
  height: 32px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_create .profile_container .right_container .box .name_ttl {
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_create .profile_container .right_container .box .name_ttl {
    height: 12px;
  }
}
.comments_container .comment_create .profile_container .right_container .box .name {
  margin-left: 20px;
  font-size: 32px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_create .profile_container .right_container .box .name {
    margin-left: 1.0416666667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_create .profile_container .right_container .box .name {
    margin-left: 10px;
    font-size: 12px;
  }
}
.comments_container .comment_create .profile_container .right_container .box .date {
  margin-top: 5px;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_create .profile_container .right_container .box .date {
    margin-top: 0.2604166667vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_create .profile_container .right_container .box .date {
    margin-top: 10px;
    font-size: 12px;
  }
}
.comments_container .comment_create .read_container {
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_create .read_container {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_create .read_container {
    margin-top: 20px;
  }
}
.comments_container .comment_create .read_container textarea {
  width: 100%;
  height: 351px;
  border: 1px solid #000000;
  padding: 20px;
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_create .read_container textarea {
    height: 18.28125vw;
    padding: 1.0416666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_create .read_container textarea {
    height: 200px;
    padding: 10px;
    font-size: 12px;
  }
}
.comments_container .comment_create .text {
  font-size: 24px;
  text-align: end;
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_create .text {
    font-size: 1.25vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_create .text {
    font-size: 12px;
    margin-top: 10px;
  }
}
.comments_container .comment_create .btn_container {
  margin: 20px auto 0;
  width: 244px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_create .btn_container {
    margin: 1.0416666667vw auto 0;
    width: 12.7083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_create .btn_container {
    margin: 20px auto 0;
    width: 120px;
  }
}
.comments_container .comment_create .btn_container .submit_btn {
  width: 244px;
  height: 84px;
  background-color: #f39a24;
  color: #000000;
  text-align: center;
  line-height: 84px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_create .btn_container .submit_btn {
    width: 12.7083333333vw;
    height: 4.375vw;
    line-height: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_create .btn_container .submit_btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
  }
}
.comments_container .comment_content {
  padding: 60px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_content {
    padding: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_content {
    padding: 20px;
  }
}
.comments_container .comment_content .profile_container {
  display: flex;
}
.comments_container .comment_content .profile_container .profile_img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_content .profile_container .profile_img {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_content .profile_container .profile_img {
    width: 50px;
    height: 50px;
  }
}
.comments_container .comment_content .profile_container .right_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_content .profile_container .right_container {
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_content .profile_container .right_container {
    margin-left: 10px;
  }
}
.comments_container .comment_content .profile_container .right_container .text {
  border: 1px solid #000000;
}
.comments_container .comment_content .profile_container .right_container .box {
  display: flex;
}
.comments_container .comment_content .profile_container .right_container .box .name_ttl {
  height: 32px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_content .profile_container .right_container .box .name_ttl {
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_content .profile_container .right_container .box .name_ttl {
    height: 12px;
  }
}
.comments_container .comment_content .profile_container .right_container .box .name {
  margin-left: 20px;
  font-size: 32px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_content .profile_container .right_container .box .name {
    margin-left: 1.0416666667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_content .profile_container .right_container .box .name {
    margin-left: 10px;
    font-size: 12px;
  }
}
.comments_container .comment_content .profile_container .right_container .date {
  margin-top: 5px;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_content .profile_container .right_container .date {
    margin-top: 0.2604166667vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_content .profile_container .right_container .date {
    margin-top: 10px;
    font-size: 12px;
  }
}
.comments_container .comment_content .read_container {
  margin-top: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_content .read_container {
    margin-top: 2.0833333333vw;
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_content .read_container {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.comments_container .comment_content .read_container p {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .comments_container .comment_content .read_container p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .comments_container .comment_content .read_container p {
    font-size: 12px;
  }
}

.userIndexShow_container {
  width: 1186px;
  margin: 200px auto 0;
}
@media screen and (max-width: 1280px) {
  .userIndexShow_container {
    width: 100%;
    margin: 10vw auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .userIndexShow_container {
    margin-top: 100px;
  }
}
.userIndexShow_container .profile_container {
  display: flex;
  position: relative;
}
.userIndexShow_container .profile_container .profile_img {
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .userIndexShow_container .profile_container .profile_img {
    width: 11.4583333333vw;
    height: 11.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .userIndexShow_container .profile_container .profile_img {
    width: 50px;
    height: 50px;
  }
}
.userIndexShow_container .profile_container .right_container {
  margin-left: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .userIndexShow_container .profile_container .right_container {
    margin-left: 1.5625vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .userIndexShow_container .profile_container .right_container {
    margin-left: 10px;
    margin-top: 10px;
  }
}
.userIndexShow_container .profile_container .right_container .box {
  display: flex;
}
.userIndexShow_container .profile_container .right_container .box img {
  width: 102px;
  height: 33px;
}
@media screen and (max-width: 1280px) {
  .userIndexShow_container .profile_container .right_container .box img {
    width: 5.3125vw;
    height: 1.71875vw;
  }
}
@media screen and (max-width: 768px) {
  .userIndexShow_container .profile_container .right_container .box img {
    width: auto;
    height: 12px;
  }
}
.userIndexShow_container .profile_container .right_container .box .name {
  margin-left: 20px;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .userIndexShow_container .profile_container .right_container .box .name {
    margin-left: 1.0416666667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .userIndexShow_container .profile_container .right_container .box .name {
    margin-left: 10px;
    font-size: 12px;
  }
}
.userIndexShow_container .profile_container .right_container .read {
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .userIndexShow_container .profile_container .right_container .read {
    font-size: 0.9375vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .userIndexShow_container .profile_container .right_container .read {
    font-size: 12px;
    margin-top: 10px;
  }
}
.userIndexShow_container .profile_container .right_container .under_box {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 1280px) {
  .userIndexShow_container .profile_container .right_container .under_box {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .userIndexShow_container .profile_container .right_container .under_box {
    margin-top: 10px;
  }
}
.userIndexShow_container .profile_container .right_container .under_box .ttl_box {
  margin-right: 60px;
  display: flex;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .userIndexShow_container .profile_container .right_container .under_box .ttl_box {
    margin-right: 3.125vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .userIndexShow_container .profile_container .right_container .under_box .ttl_box {
    margin-right: 10px;
    font-size: 12px;
  }
}
.userIndexShow_container .profile_container .right_container .under_box .ttl_box .ttl {
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .userIndexShow_container .profile_container .right_container .under_box .ttl_box .ttl {
    margin-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .userIndexShow_container .profile_container .right_container .under_box .ttl_box .ttl {
    margin-right: 5px;
  }
}
.userIndexShow_container .profile_container .absolute_box {
  position: absolute;
  right: 0;
  top: 20px;
}
@media screen and (max-width: 1280px) {
  .userIndexShow_container .profile_container .absolute_box {
    top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .userIndexShow_container .profile_container .absolute_box {
    top: 0px;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.userIndexShow_container .profile_container .absolute_box .btn {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 1280px) {
  .userIndexShow_container .profile_container .absolute_box .btn {
    width: 6.25vw;
    height: 2.0833333333vw;
    line-height: 2.0833333333vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .userIndexShow_container .profile_container .absolute_box .btn {
    width: 70px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}
.userIndexShow_container .profile_container .absolute_box .edit {
  background-color: #000000;
  color: #ffffff;
}
.userIndexShow_container .profile_container .absolute_box .followed {
  background-color: #ec621d;
  color: #ffffff;
}
.userIndexShow_container .profile_container .absolute_box .follow {
  background-color: #3a6532;
  color: #ffffff;
}

.sepalate {
  margin-top: 100px;
  height: 88px;
}
@media screen and (max-width: 1280px) {
  .sepalate {
    margin-top: 5.2083333333vw;
    height: 4.5833333333vw;
  }
}

.content_container {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .content_container {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .content_container {
    margin-bottom: 20px;
  }
}
.content_container .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content_container .under_container {
  z-index: 999;
}
.content_container .auth_container {
  z-index: 999;
}

.pagination {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination .rounded-md {
  display: flex;
}
.pagination .flex-1,
.pagination p {
  display: none;
}
.pagination span[aria-current=page] {
  background-color: black;
}

.pagenation > nav > div:nth-child(2) > div:nth-child(2) > span {
  display: flex !important;
  justify-content: center;
}

.pagenation > nav > div:nth-child(2) > div:nth-child(2) > span > a,
.pagenation > nav > div:nth-child(2) > div:nth-child(2) > span > span {
  display: block !important;
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  text-align: center;
  margin-right: 10px;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .pagenation > nav > div:nth-child(2) > div:nth-child(2) > span > a,
.pagenation > nav > div:nth-child(2) > div:nth-child(2) > span > span {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    font-size: 2.0833333333vw;
    line-height: 5.2083333333vw;
    margin-right: 0.5208333333vw;
  }
}

.pagenation > nav > div:nth-child(2) > div:nth-child(2) > span > span {
  background-color: #f39a24;
}
.pagenation > nav > div:nth-child(2) > div:nth-child(2) > span > span:nth-child(odd) {
  background-color: #3a6532;
}

.pagenation > nav > div:nth-child(2) > div:nth-child(2) > span > a {
  background-color: #f39a24;
}
.pagenation > nav > div:nth-child(2) > div:nth-child(2) > span > a:nth-child(odd) {
  background-color: #3a6532;
}

.contact_container {
  width: 1280px;
  margin: 200px auto 0;
}
@media screen and (max-width: 1280px) {
  .contact_container {
    width: 100%;
    padding: 0 20px;
  }
}
.contact_container h2 {
  font-size: 40px;
}
@media screen and (max-width: 1280px) {
  .contact_container h2 {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_container h2 {
    font-size: 24px;
  }
}
.contact_container form {
  margin-top: 50px;
}
.contact_container form label {
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 1280px) {
  .contact_container form label {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_container form label {
    font-size: 12px;
  }
}
.contact_container form input {
  display: block;
  width: 100%;
  height: 100px;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 20px;
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .contact_container form input {
    width: 100%;
    height: 5.2083333333vw;
    padding: 1.0416666667vw;
    font-size: 1.25vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_container form input {
    height: 54px;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.contact_container form textarea {
  width: 100%;
  height: 600px;
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 20px;
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  .contact_container form textarea {
    height: 31.25vw;
    padding: 1.0416666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_container form textarea {
    height: 500px;
    padding: 20px;
    font-size: 12px;
  }
}
.contact_container form .button {
  margin: 50px auto 0;
  width: 394px;
  height: 87px;
  text-align: center;
  background-color: #f39a24;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  transition: 0.3s;
  border: none;
}
@media screen and (max-width: 1280px) {
  .contact_container form .button {
    width: 20.5208333333vw;
    height: 4.53125vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_container form .button {
    width: 100%;
    height: 50px;
    font-size: 24px;
  }
}
.contact_container form .button:hover {
  background-color: #000000;
  color: #f39a24;
  font-size: 28px;
}
@media screen and (max-width: 1280px) {
  .contact_container form .button:hover {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .contact_container form .button:hover {
    font-size: 28px;
  }
}

.thanks_container {
  width: 1280px;
  margin: 200px auto 0;
}
@media screen and (max-width: 1280px) {
  .thanks_container {
    width: 100%;
    padding: 0 20px;
  }
}
.thanks_container div {
  text-align: center;
}
.thanks_container div h2 {
  font-size: 40px;
}
@media screen and (max-width: 1280px) {
  .thanks_container div h2 {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .thanks_container div h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.thanks_container div p {
  margin-top: 50px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .thanks_container div p {
    font-size: 1.25vw;
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .thanks_container div p {
    font-size: 12px;
    margin-top: 30px;
  }
}

.user_select {
  display: flex;
  justify-content: space-between;
  width: 1186px;
  margin: 170px auto 0;
}
@media screen and (max-width: 1280px) {
  .user_select {
    width: 100%;
    margin: 10.4166666667vw auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .user_select {
    margin-top: 100px;
  }
}
.user_select img {
  display: block;
  height: 71px;
  width: 240px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .user_select img {
    height: 3.6979166667vw;
    width: 12.5vw;
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .user_select img {
    height: 15px;
    width: auto;
    padding-bottom: 1px;
  }
}
.user_select .active {
  border-bottom: 1px solid #000000;
}

.sepalate img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .sepalate {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .sepalate {
    margin-top: 30px;
  }
}

.serch_container {
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
  width: 700px;
}
@media screen and (max-width: 1280px) {
  .serch_container {
    margin: 10.4166666667vw auto 0;
    width: 36.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .serch_container {
    width: 100%;
    padding: 0 20px;
    margin: 0;
    margin-top: 30px;
  }
}
.serch_container .serch_box {
  width: 580px;
  height: 60px;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-size: 24px;
  padding: 20px;
}
@media screen and (max-width: 1280px) {
  .serch_container .serch_box {
    width: 30.2083333333vw;
    height: 3.125vw;
    font-size: 1.25vw;
    padding: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .serch_container .serch_box {
    height: 30px;
    width: 70%;
    font-size: 16px;
    padding: 5px;
  }
}
.serch_container .submit {
  width: 100px;
  background-color: #3a6532;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .serch_container .submit {
    width: 5.2083333333vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .serch_container .submit {
    width: 25%;
    font-size: 16px;
  }
}

.user_container {
  width: 1186px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1280px) {
  .user_container {
    width: 100%;
    margin: 3.125vw auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .user_container {
    margin: 30px auto 0;
  }
}
.user_container .user_content {
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #000000;
  padding: 40px 60px;
  display: flex;
  background-color: #fff;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .user_container .user_content {
    margin-bottom: 2.0833333333vw;
    padding: 2.0833333333vw 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .user_container .user_content {
    margin-bottom: 20px;
    padding: 20px 10px;
  }
}
.user_container .user_content .left_box {
  display: flex;
}
.user_container .user_content .left_box .profile_img {
  width: 136px;
  height: 136px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .user_container .user_content .left_box .profile_img {
    width: 7.0833333333vw;
    height: 7.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .user_container .user_content .left_box .profile_img {
    width: 50px;
    height: 50px;
  }
}
.user_container .user_content .left_box .name_container {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .user_container .user_content .left_box .name_container {
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .user_container .user_content .left_box .name_container {
    margin-left: 10px;
  }
}
.user_container .user_content .left_box .name_container div {
  display: flex;
}
.user_container .user_content .left_box .name_container div img {
  width: 77px;
  height: 24px;
}
@media screen and (max-width: 1280px) {
  .user_container .user_content .left_box .name_container div img {
    width: 4.0104166667vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .user_container .user_content .left_box .name_container div img {
    width: auto;
    height: 12px;
  }
}
.user_container .user_content .left_box .name_container div .name {
  font-size: 24px;
  margin-left: 20px;
}
@media screen and (max-width: 1280px) {
  .user_container .user_content .left_box .name_container div .name {
    font-size: 1.25vw;
    margin-left: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .user_container .user_content .left_box .name_container div .name {
    font-size: 12px;
    margin-left: 10px;
  }
}
.user_container .user_content .right_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 9999;
}
.user_container .user_content .right_box .btn {
  width: 244px;
  height: 84px;
  text-align: center;
  line-height: 84px;
  font-size: 24px;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .user_container .user_content .right_box .btn {
    width: 12.7083333333vw;
    height: 4.375vw;
    line-height: 4.375vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .user_container .user_content .right_box .btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
.user_container .user_content .right_box .followed {
  background-color: #3a6532;
}
.user_container .user_content .right_box .follow {
  background-color: #f39a24;
}
.user_container .user_content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.user_edit_container {
  width: 1280px;
  margin: 100px auto 0;
}
@media screen and (max-width: 1280px) {
  .user_edit_container {
    width: 66.6666666667vw;
    margin: 5.2083333333vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .user_edit_container {
    width: 90%;
    margin: 100px auto 0;
  }
}
.user_edit_container .profile_container {
  width: 800px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .user_edit_container .profile_container {
    width: 41.6666666667vw;
    margin: 0 auto 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .user_edit_container .profile_container {
    width: 100%;
    display: block;
  }
}
.user_edit_container .profile_container img {
  display: block;
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .user_edit_container .profile_container img {
    width: 13.0208333333vw;
    height: 13.0208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .user_edit_container .profile_container img {
    width: 50px;
    height: 50px;
  }
}
.user_edit_container .profile_container .box {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .user_edit_container .profile_container .box {
    height: 13.0208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .user_edit_container .profile_container .box {
    height: auto;
    width: auto;
  }
}
.user_edit_container .profile_container .box input {
  display: block;
}
.user_edit_container .input_container {
  width: 880px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1280px) {
  .user_edit_container .input_container {
    width: 45.8333333333vw;
    margin: 0 auto 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .user_edit_container .input_container {
    width: 100%;
  }
}
.user_edit_container .input_container .submit_container {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 1280px) {
  .user_edit_container .input_container .submit_container {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .user_edit_container .input_container .submit_container {
    margin-top: 100px;
  }
}
.user_edit_container .input_container .submit_container .login_submit {
  width: 240px;
  height: 75px;
  background-color: #ec621d;
  font-size: 24px;
  color: #ffffff;
  border-radius: 90px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .user_edit_container .input_container .submit_container .login_submit {
    width: 12.5vw;
    height: 3.90625vw;
    font-size: 1.25vw;
  }
}
.user_edit_container .input_container .input_ttl {
  font-size: 24px;
  font-weight: 500;
  margin-left: 40px;
}
@media screen and (max-width: 1280px) {
  .user_edit_container .input_container .input_ttl {
    font-size: 1.25vw;
    font-weight: 500;
    margin-left: 2.0833333333vw;
  }
}
.user_edit_container .input_container .input_area {
  margin-top: 10px;
  width: 100%;
  height: 97px;
  border-radius: 90px;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-size: 24px;
  padding: 0 30px;
}
@media screen and (max-width: 1280px) {
  .user_edit_container .input_container .input_area {
    margin-top: 0.5208333333vw;
    height: 5.0520833333vw;
    font-size: 1.25vw;
    padding: 0 1.5625vw;
  }
}
@media screen and (max-width: 1280px) {
  .user_edit_container .input_container .input_area {
    height: 45px;
    width: 100%;
    font-size: 12px;
    border-radius: 10px;
  }
}
.user_edit_container .input_container .text_area {
  text-align: left;
  margin-top: 10px;
  width: 100%;
  height: 500px;
  border-radius: 45px;
  border: 1px solid #000000;
  background-color: #ffffff;
  font-size: 24px;
  padding: 30px 30px;
}
@media screen and (max-width: 1280px) {
  .user_edit_container .input_container .text_area {
    margin-top: 0.5208333333vw;
    height: 26.0416666667vw;
    font-size: 1.25vw;
    padding: 1.5625vw 1.5625vw;
  }
}
@media screen and (max-width: 1280px) {
  .user_edit_container .input_container .text_area {
    height: 200px;
    font-size: 12px;
    border-radius: 10px;
    width: 100%;
  }
}
.user_edit_container .submit_container {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1280px) {
  .user_edit_container .submit_container {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .user_edit_container .submit_container {
    margin-top: 100px;
  }
}
.user_edit_container .submit_container .login_submit {
  width: 240px;
  height: 75px;
  background-color: #ec621d;
  font-size: 24px;
  color: #ffffff;
  border-radius: 90px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .user_edit_container .submit_container .login_submit {
    width: 12.5vw;
    height: 3.90625vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .user_edit_container .submit_container .login_submit {
    width: 100%;
    height: 70px;
    font-size: 18px;
  }
}

.privacy_container {
  width: 1280px;
  margin: 200px auto 0;
}
@media screen and (max-width: 1280px) {
  .privacy_container {
    width: 100%;
    padding: 0 20px;
  }
}
.privacy_container div {
  text-align: center;
}
.privacy_container div h2 {
  font-size: 40px;
}
@media screen and (max-width: 1280px) {
  .privacy_container div h2 {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy_container div h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.privacy_container div .wrap {
  margin: 0 auto;
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .privacy_container div .wrap {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy_container div .wrap {
    margin-top: 30px;
  }
}
.privacy_container div .wrap h3 {
  font-size: 28px;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .privacy_container div .wrap h3 {
    font-size: 1.4583333333vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy_container div .wrap h3 {
    font-size: 16px;
    margin-top: 10px;
  }
}
.privacy_container div .wrap p {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .privacy_container div .wrap p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy_container div .wrap p {
    font-size: 12px;
  }
}

.error_container {
  width: 1280px;
  margin: 200px auto 0;
}
@media screen and (max-width: 1280px) {
  .error_container {
    width: 100%;
    padding: 0 20px;
  }
}
.error_container div {
  text-align: center;
}
.error_container div h2 {
  font-size: 40px;
}
@media screen and (max-width: 1280px) {
  .error_container div h2 {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .error_container div h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.error_container div p {
  margin-top: 50px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .error_container div p {
    font-size: 1.25vw;
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .error_container div p {
    font-size: 12px;
    margin-top: 30px;
  }
}

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

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

body {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #f6f6f4;
}

header {
  width: 100%;
  height: 112px;
  background-color: #baac8d;
  position: fixed;
  z-index: 999999;
  top: 0;
}
@media screen and (max-width: 1280px) {
  header {
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 70px;
  }
}
header .header_container {
  padding-left: 30px;
}
header .header_container .container {
  display: flex;
  justify-content: space-between;
}
header .header_container .container h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header .header_container .container h1 {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  header .header_container .container h1 a {
    width: 80px;
    display: block;
  }
}
header .header_container .container h1 a img {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  header .header_container .container h1 a img {
    width: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  header .header_container .container h1 a img {
    width: 80px;
  }
}
header .header_container .container .right_container ul {
  display: flex;
}
header .header_container .container .right_container ul li {
  text-decoration: none;
  padding: 0 30px;
  line-height: 112px;
  color: #ffffff;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  header .header_container .container .right_container ul li {
    padding: 0 1.5625vw;
    line-height: 5.2083333333vw;
    font-size: 0.9375vw;
  }
}
header .header_container .container .right_container ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
header .header_container .container .right_container ul .profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .header_container .container .right_container ul .profile img {
  width: 77px;
  height: 77px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  header .header_container .container .right_container ul .profile img {
    width: 4.0104166667vw;
    height: 4.0104166667vw;
  }
}
header .header_container .container .right_container ul .green {
  background-color: #3a6532;
}
header .header_container .container .right_container ul .orange {
  background-color: #ec621d;
}
header .header_container .container .right_container ul .black {
  background-color: #000000;
}

footer {
  background-color: #baac8d;
  padding-top: 100px;
  padding-bottom: 50px;
  margin-top: 200px;
}
@media screen and (max-width: 1280px) {
  footer {
    padding-top: 5.2083333333vw;
    padding-bottom: 2.6041666667vw;
    margin-top: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 70px;
    padding-bottom: 30px;
    margin-top: 100px;
  }
}
footer .top_container {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  footer .top_container {
    width: 100%;
    padding: 0 20px;
  }
}
footer .top_container .left_container a {
  display: block;
  width: 178px;
  height: 89px;
}
@media screen and (max-width: 1280px) {
  footer .top_container .left_container a {
    width: 9.2708333333vw;
    height: 4.6354166667vw;
  }
}
@media screen and (max-width: 768px) {
  footer .top_container .left_container a {
    width: 80px;
    height: auto;
  }
}
footer .top_container .left_container a img {
  width: 100%;
}
footer .top_container .right_container {
  color: #ffffff;
}
footer .top_container .right_container ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .top_container .right_container ul {
    display: block;
  }
}
footer .top_container .right_container ul li {
  margin-right: 20px;
  line-height: 89px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  footer .top_container .right_container ul li {
    margin-right: 1.0416666667vw;
    line-height: 4.6354166667vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  footer .top_container .right_container ul li {
    margin-right: 0px;
    line-height: 2;
    font-size: 12px;
  }
}
footer .copyright {
  margin-top: 168px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  footer .copyright {
    margin-top: 8.75vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    margin-top: 50px;
    font-size: 12px;
  }
}

#app {
  width: 100%;
}

main {
  margin-top: 112px;
}
@media screen and (max-width: 1280px) {
  main {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 70px;
  }
}

header .sp_container {
  height: 70px;
  display: none;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  header .sp_container {
    display: flex;
  }
}
header .sp_container .right .slidemenu-btn {
  display: none;
}
header .sp_container .right .slidemenu-btn .first,
header .sp_container .right .slidemenu-btn .second,
header .sp_container .right .slidemenu-btn .third {
  background: #fff;
  width: 25px;
  height: 1px;
  display: block;
  margin: 3px 0;
  transition: 0.2s;
}
header .sp_container .right .slidemenu-btn .txt {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 900px) {
  header .sp_container .right .slidemenu-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
header .sp_container .right .slidemenu-btn.-active {
  margin-top: 5px;
}
header .sp_container .right .slidemenu-btn.-active .first {
  transform: rotate(45deg);
}
header .sp_container .right .slidemenu-btn.-active .second {
  display: none;
}
header .sp_container .right .slidemenu-btn.-active .third {
  transform: rotate(-45deg);
}
header .sp_container .right .slidemenu-btn.-active .first,
header .sp_container .right .slidemenu-btn.-active .second,
header .sp_container .right .slidemenu-btn.-active .third {
  margin: 0;
}
header .sp_container .right .slidemenu-btn.-active .txt {
  margin-top: 8px;
}

.slidemenu-list {
  top: 50px;
  position: fixed;
  right: 100%;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #ffffff;
  opacity: 0.9;
  transition: 0.2s;
}
.slidemenu-list ul {
  margin-top: -50px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 0 30px;
}
.slidemenu-list ul li {
  margin: 15px 0;
  text-align: center;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
.slidemenu-list ul li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.slidemenu-list ul .green {
  background-color: #3a6532;
  color: #ffffff;
  margin: 0;
  padding: 15px 0;
}
.slidemenu-list ul .orange {
  background-color: #ec621d;
  color: #ffffff;
  margin: 0;
  padding: 15px 0;
}
.slidemenu-list ul .black {
  background-color: #000000;
  color: #ffffff;
  margin: 0;
  padding: 15px 0;
}

body.open {
  overflow: hidden;
}
body.open .slidemenu-list {
  right: 0;
}

.pagenation {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .pagenation {
    width: 31.25vw;
  }
}
@media screen and (max-width: 768px) {
  .pagenation {
    width: 300px;
  }
}
.pagenation ul {
  width: 600px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .pagenation ul {
    width: 31.25vw;
  }
}
@media screen and (max-width: 768px) {
  .pagenation ul {
    width: 300px;
  }
}
.pagenation ul li {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  color: #ffffff;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .pagenation ul li {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    line-height: 5.2083333333vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .pagenation ul li {
    width: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
  }
}
.pagenation ul li span {
  line-height: 100px;
  color: #ffffff;
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  .pagenation ul li span {
    line-height: 5.2083333333vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .pagenation ul li span {
    font-size: 12px;
    line-height: 50px;
  }
}
.pagenation ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagenation ul .active {
  background-color: #000000;
}
.pagenation ul .jump {
  background-color: #ec621d;
}
.pagenation ul .next_prev {
  background-color: #3a6532;
}
