@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html, * {
  box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%;
}

img {
  backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bold;
}

.clear {
  clear: both;
}

.cf:before, .cf:after {
  content: "";
  display: block;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
  overflow: hidden;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.table_c {
  display: table-cell;
  vertical-align: top;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.align_center {
  text-align: center !important;
}

.align_left {
  text-align: left !important;
}

.align_right {
  text-align: right !important;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.txt_c {
  text-align: center;
}

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.mb_10 {
  margin-bottom: 0.5208333333vw;
}

.mb_20 {
  margin-bottom: 1.0416666667vw;
}

.mb_30 {
  margin-bottom: 1.5625vw;
}

.mb_40 {
  margin-bottom: 2.0833333333vw;
}

.mb_50 {
  margin-bottom: 2.6041666667vw;
}

.mb_60 {
  margin-bottom: 3.125vw;
}

.mb_70 {
  margin-bottom: 3.6458333333vw;
}

.mb_80 {
  margin-bottom: 4.1666666667vw;
}

.mb_90 {
  margin-bottom: 4.6875vw;
}

.mb_100 {
  margin-bottom: 5.2083333333vw;
}

.mb_110 {
  margin-bottom: 5.7291666667vw;
}

.mb_120 {
  margin-bottom: 6.25vw;
}

.mb_130 {
  margin-bottom: 6.7708333333vw;
}

.mb_140 {
  margin-bottom: 7.2916666667vw;
}

.mb_150 {
  margin-bottom: 7.8125vw;
}

.mb_160 {
  margin-bottom: 8.3333333333vw;
}

.mb_170 {
  margin-bottom: 8.8541666667vw;
}

.mb_180 {
  margin-bottom: 9.375vw;
}

.mb_190 {
  margin-bottom: 9.8958333333vw;
}

.mb_200 {
  margin-bottom: 10.4166666667vw;
}

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px;
  }
  .mb_20 {
    margin-bottom: 20px;
  }
  .mb_30 {
    margin-bottom: 30px;
  }
  .mb_40 {
    margin-bottom: 40px;
  }
  .mb_50 {
    margin-bottom: 50px;
  }
  .mb_60 {
    margin-bottom: 60px;
  }
  .mb_70 {
    margin-bottom: 70px;
  }
  .mb_80 {
    margin-bottom: 80px;
  }
  .mb_90 {
    margin-bottom: 90px;
  }
  .mb_100 {
    margin-bottom: 100px;
  }
  .mb_110 {
    margin-bottom: 110px;
  }
  .mb_120 {
    margin-bottom: 120px;
  }
  .mb_130 {
    margin-bottom: 130px;
  }
  .mb_140 {
    margin-bottom: 140px;
  }
  .mb_150 {
    margin-bottom: 150px;
  }
  .mb_160 {
    margin-bottom: 160px;
  }
  .mb_170 {
    margin-bottom: 170px;
  }
  .mb_180 {
    margin-bottom: 180px;
  }
  .mb_190 {
    margin-bottom: 190px;
  }
  .mb_200 {
    margin-bottom: 200px;
  }
}
@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw;
  }
  .mb_20 {
    margin-bottom: 2.6666666667vw;
  }
  .mb_30 {
    margin-bottom: 4vw;
  }
  .mb_40 {
    margin-bottom: 5.3333333333vw;
  }
  .mb-50 {
    margin-bottom: 6.6666666667vw;
  }
  .mb-60 {
    margin-bottom: 8vw;
  }
  .mb-70 {
    margin-bottom: 9.3333333333vw;
  }
  .mb-80 {
    margin-bottom: 10.6666666667vw;
  }
  .mb-90 {
    margin-bottom: 12vw;
  }
  .mb-100 {
    margin-bottom: 13.3333333333vw;
  }
  .mb-110 {
    margin-bottom: 14.6666666667vw;
  }
  .mb-120 {
    margin-bottom: 16vw;
  }
  .mb-130 {
    margin-bottom: 17.3333333333vw;
  }
  .mb-140 {
    margin-bottom: 18.6666666667vw;
  }
  .mb-150 {
    margin-bottom: 20vw;
  }
  .mb-160 {
    margin-bottom: 21.3333333333vw;
  }
  .mb-170 {
    margin-bottom: 22.6666666667vw;
  }
  .mb-180 {
    margin-bottom: 24vw;
  }
  .mb-190 {
    margin-bottom: 25.3333333333vw;
  }
  .mb-200 {
    margin-bottom: 26.6666666667vw;
  }
}
.header_nav {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999999;
}
.header_nav #header_menu_trigger {
  display: none;
  outline: none;
}
.header_nav .header_menu_ico {
  transition: all 0.3s;
  position: relative;
  width: 35px;
  height: 35px;
/*  width: 46px;
  height: 46px;*/
  border-radius: 100%;
  z-index: 3000;
}
.header_nav .header_menu_ico div {
  width: 26px;
  height: 1px;
  position: absolute;
  background: #fff;
  right: 0;
  margin: auto;
  left: 0;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1.5);
  width: 26;
  top: calc(50% - 4px - 1px);
}
.header_nav .header_menu_ico div:nth-of-type(1) {
  top: calc(50% - 4px - 1px);
  width: 26px;
}
.header_nav .header_menu_ico div:nth-of-type(2) {
  top: calc(50% - 4px + 5px);
  width: 26px;
}
.header_nav .header_menu_ico div:nth-of-type(3) {
  top: calc(50% - 4px + 11px);
  width: 26px;
}
.header_nav input#header_menu_trigger:checked + label .header_menu_ico {
  transform: scale(1.21) rotate(180deg);
}
.header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(1) {
  transform: rotate(45deg);
  width: 26px !important;
  top: calc(50% - 1px) !important;
  background: #fff;
}
.header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(2) {
  left: -7px !important;
  opacity: 0;
  background: #fff;
}
.header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(3) {
  transform: rotate(-45deg);
  width: 26px !important;
  top: calc(50% - 1px) !important;
  background: #fff;
}

#header_menu {
  display: none;
  position: fixed;
  z-index: 999998;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #26170b;
  text-align: center;
  height: 100vh;
}
#header_menu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-bottom: 70px;
}
#header_menu ul li {
  opacity: 0;
  transform: translateX(-8%);
}
#header_menu ul li a {
  display: block;
  text-decoration: none;
  padding: 9px 0;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
#header_menu ul li a span {
  display: block;
}

#header_menu ul li:nth-child(1) {
  animation: lazyX 0.8s ease 0.08s 1 forwards;
}

#header_menu ul li:nth-child(2) {
  animation: lazyX 0.8s ease 0.16s 1 forwards;
}

#header_menu ul li:nth-child(3) {
  animation: lazyX 0.8s ease 0.24s 1 forwards;
}

#header_menu ul li:nth-child(4) {
  animation: lazyX 0.8s ease 0.32s 1 forwards;
}

#header_menu ul li:nth-child(5) {
  animation: lazyX 0.8s ease 0.4s 1 forwards;
}

#header_menu ul li:nth-child(6) {
  animation: lazyX 0.8s ease 0.48s 1 forwards;
}

#header_menu ul li:nth-child(7) {
  animation: lazyX 0.8s ease 0.56s 1 forwards;
}

#header_menu ul li:nth-child(8) {
  animation: lazyX 0.8s ease 0.64s 1 forwards;
}

#header_menu ul li:nth-child(9) {
  animation: lazyX 0.8s ease 0.72s 1 forwards;
}

#header_menu ul li:nth-child(10) {
  animation: lazyX 0.8s ease 0.8s 1 forwards;
}

.form_section .form_items .form_item {
  padding: 10px 0;
  position: relative;
}
.form_section .form_items .form_item.border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1em 0 1.5em;
}
.form_section .form_head {
  position: relative;
}
.form_section .form_head .form_head_txt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.form_section .form_head .form_head_txt.required::before {
  content: "必須";
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  background: #ba0000;
  padding: 1px 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}
.form_section .form_head .limit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.form_section [type=check],
.form_section [type=radio],
.form_section [type=number],
.form_section [type=submit] {
  cursor: pointer;
}
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer;
}
.form_section .input {
  padding: 0.8em 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  width: 100%;
  background: transparent;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  transition: 0.3s;
}
.form_section .input:focus {
  outline: none;
  border-bottom-color: #fff;
}
.form_section .input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.form_section .input::-moz-placeholder {
  color: transparent;
}
.form_section .input::placeholder {
  color: transparent;
}
.form_section .txt_input {
  width: 100%;
  padding: 1em;
  background: #fff;
  border: none;
}
.form_section .label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  pointer-events: none;
  transform-origin: left center;
  transition: transform 250ms;
  color: rgba(255, 255, 255, 0.4);
}
.form_section .input:not(:-moz-placeholder-shown) + .label {
  transform: translateY(-150%) scale(0.75);
}
.form_section .input:focus + .label,
.form_section .input:not(:placeholder-shown) + .label {
  transform: translateY(-150%) scale(0.75);
}
.form_section textarea {
  min-height: 1rem;
}
.form_section .submit_line {
  display: block;
  border: none;
  background-color: #06c755;
  color: #fff;
  width: 100%;
  padding: 15px 0;
  padding-left: 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  position: relative;
}
.form_section .submit_line::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background-image: url("../img/common/ico_line.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: 20px;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
.form_section .submit_line:disabled {
  background-color: #ababab;
}
.form_section .submit_line:disabled::before {
  background-image: url("../img/common/ico_line_disabled.png");
}
.form_section .submit {
  display: block;
  border: none;
  background-color: #ff5a00;
  color: #fff;
  width: 160px;
  padding: 15px 0;
  padding-left: 10px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin: 30px auto 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  position: relative;
}
.form_section .checkbox input,
.form_section .radio input {
  display: none;
}
.form_section .checkbox,
.form_section .radio {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.form_section .checkbox li,
.form_section .radio li {
  width: 50%;
  margin-top: 10px;
}
.form_section .checkbox .parts,
.form_section .radio .parts {
  position: relative;
  display: block;
  padding: 0 0 0 33px;
  font-size: 20px;
  font-size: 2rem;
}
.form_section .checkbox .parts::before,
.form_section .radio .parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #666667;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px;
}
.form_section .radio .parts::before {
  width: 23px;
  height: 23px;
  border-radius: 50%;
}
.form_section .radio input:checked + .parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 13px;
  height: 13px;
  background: #ff5a00;
  border-radius: 50%;
}
.form_section .radio input:disabled + .parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 13px;
  height: 13px;
  background-color: dimgrey;
  color: linen;
  opacity: 1;
  border-radius: 50%;
}
.form_section .checkbox input:checked + .parts {
  color: #ff5a00;
  border-color: #ff5a00;
  /*background:#f6fafe;*/
}
.form_section .checkbox input:checked + .parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 7px;
  height: 14px;
  margin-top: -8px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ff5a00;
  border-right: 3px solid #ff5a00;
}
.form_section .selector {
  position: relative;
}
.form_section .selector::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  border-right: solid 1px rgba(255, 255, 255, 0.4);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 5px;
  z-index: 10;
  pointer-events: none;
}
.form_section .ermsg {
  font-size: 11px;
  color: #B50000;
}
.form_section .radio .ermsg, .form_section .checkbox .ermsg {
  display: none;
}
.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
  display: block;
}

.fade_up {
  opacity: 0;
  display: block;
}

.is_onscreen.fade_up {
  opacity: 1;
  animation-name: fadeup;
  animation-duration: 1.5s;
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_left {
  opacity: 0;
  display: block;
}

.is_onscreen.fade_left {
  opacity: 1;
  animation-name: fadeleft;
  animation-duration: 1.5s;
}

@keyframes fadeleft {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade_right {
  opacity: 0;
  display: block;
}

.is_onscreen.fade_right {
  opacity: 1;
  animation-name: faderight;
  animation-duration: 1.5s;
}

@keyframes faderight {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.line_btn_wrap {
  max-width: 200px;
  text-align: center;
  position: relative;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 768px) {
  .line_btn_wrap {
    max-width: 150px;
  }
}
.line_btn_wrap:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 0;
  left: auto;
  right: 0;
  background-color: #333;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.line_btn_wrap .line_btn {
  position: relative;
  letter-spacing: 0.1em;
  overflow: hidden;
  color: #000;
  opacity: 0;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  padding: 15px 0;
}
.line_btn_wrap .line_btn:hover {
  color: #fff;
}
.line_btn_wrap:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.line_btn_wrap .line_btn_border_left {
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
}
.line_btn_wrap .line_btn_border_right {
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
}
.line_btn_wrap .line_btn_border_top {
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
}
.line_btn_wrap .line_btn_border_bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
}
.line_btn_wrap .line_btn_border {
  position: absolute;
  background: #333;
  transition-delay: 1s;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is_onscreen .line_btn_border_left {
  transform: scaleY(1);
}

.is_onscreen .line_btn_border_right {
  transform: scaleY(1);
}

.is_onscreen .line_btn_border_top {
  transform: scaleX(1);
}

.is_onscreen .line_btn_border_bottom {
  transform: scaleX(1);
}

.is_onscreen .line_btn {
  opacity: 1;
}

.text_mask {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}
.text_mask .text_mask_inner {
  display: inline-block;
  vertical-align: bottom;
  transform: translateX(-100%);
  transform: translate3d(-100%, 0, 0);
}
.text_mask .text_mask_inner::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 10;
  background-color: #333;
}
.is_onscreen .text_mask_inner {
  animation: onscreen-rect-1 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s forwards alternate;
}

.is_onscreen .text_mask_inner:after {
  animation: onscreen-rect-2 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s forwards alternate;
}
@keyframes onscreen-rect-1 {
  0% {
    transform: translateX(-101%);
    transform: translate3d(-101%, 0, 0);
  }
  to {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes onscreen-rect-2 {
  0% {
    transform-origin: top right;
    transform: scaleX(1);
  }
  to {
    transform-origin: top right;
    transform: scaleX(0);
  }
}
.circle_arrow_link {
  display: inline-flex;
  align-items: center;
  overflow: inherit;
  text-decoration: none;
}
.circle_arrow_link_txt {
  position: relative;
  z-index: 1;
}
.circle_arrow_link_ico {
  width: 4.5em;
  height: 4.5em;
  display: flex;
  margin-top: 0;
  align-items: center;
  justify-content: center;
  margin-left: -1.25em;
  position: relative;
  z-index: 0;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.circle_arrow_link_ico::before {
  content: "";
  border: 0.125em solid #ddd;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.circle_arrow_link_ico svg {
  width: 1.125em;
  height: 0.6875em;
  fill: #000;
}
.circle_arrow_link:hover .circle_arrow_link_ico {
  transform: translate3d(1em, 0, 0);
}
.circle_arrow_link:hover .circle_arrow_link_ico:before {
  transform: scale(1.5) translate3d(-0.5em, 0, 0);
}
.circle_arrow_link:hover .circle_arrow_link_ico svg {
  animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.circle_arrow_link2 {
  display: inline-flex;
  align-items: center;
  overflow: inherit;
  text-decoration: none;
}
.circle_arrow_link2_txt {
  position: relative;
  z-index: 1;
}
.circle_arrow_link2_ico {
  width: 3.125em;
  height: 3.125em;
  display: flex;
  margin-top: 0;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  position: relative;
  z-index: 0;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.circle_arrow_link2_ico::before {
  content: "";
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.circle_arrow_link2_ico svg {
  width: 1.125em;
  height: 0.6875em;
  fill: #fff;
  position: relative;
  z-index: 10;
}
.circle_arrow_link2:hover .circle_arrow_link2_ico {
  transform: translate3d(0.5em, 0, 0);
}
.circle_arrow_link2:hover .circle_arrow_link2_ico::before {
  background: #000;
  transform: translate3d(0.05em, 0, 0);
}
.circle_arrow_link2:hover .circle_arrow_link2_ico svg {
  animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes linkhover {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  55% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 0%;
  padding-top: 62.5%;
}
.parallax p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.5;
  font-size: max(3vw, 16px);
}

.lazy_x {
  opacity: 0;
  transform: translateX(-8%);
}

.lazy_y {
  opacity: 0;
  transform: translateY(8%);
}
@keyframes lazyY {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes lazyX {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

body {
  background: #180a03;
  font-size: 1.6em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

a {
  color: #fff;
}

@media only screen and (min-width: 769px) {
  body .wrapper {
    width: 767px;
    margin: 0 auto;
  }
  a:hover {
    color: #fff;
    text-decoration: none;
  }
  a, a img {
    transition: 0.3s;
  }
  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
}
/*===========================
共通CSS
===========================*/
.bg_01 {
  position: relative;
}
.bg_01::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url("../img/common/bg_01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.container {
  padding-bottom: 50px;
}

.padding_01 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding_02 {
  padding-left: 40px;
  padding-right: 40px;
}

.card_01 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b79671+0,bca271+30,fff3dc+70,b08d68+100 */
  background: linear-gradient(to right, #b79671 0%, #bca271 30%, #fff3dc 70%, #b08d68 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 1px;
}
.card_01 .card_01_inner {
  background: rgba(38, 23, 11, 0.95);
}

.btn {
  display: block;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  text-decoration: none;
  padding-top: 19.4029850746%;
  position: relative;
  background-image: url("../img/common/btn_large.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.btn .btn_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #26170b;
  display: block;
  width: 100%;
  z-index: 9;
}
.btn.btn_large {
  width: 100%;
}
.btn.silver {
  background-image: url("../img/common/btn_silver.png");
}
.btn.btn_medium {
  background-image: url("../img/common/btn_medium.png");
  padding-top: 40.3785488959%;
}
.btn.btn_small {
  background-image: url("../img/common/btn_small.png");
  padding-top: 61.7647058824%;
}
.btn.red, .btn.white, .btn.green, .btn.blue, .btn.gray, .btn.orange {
  padding-top: 30.5699481865%;
}
.btn.red .btn_txt, .btn.white .btn_txt, .btn.green .btn_txt, .btn.blue .btn_txt, .btn.gray .btn_txt, .btn.orange .btn_txt {
  color: #fff;
}
.btn.red {
  background-image: url("../img/common/btn_red.png");
}
.btn.white {
  background-image: url("../img/common/btn_white.png");
}
.btn.white .btn_txt {
  color: #26170b;
}
.btn.green {
  background-image: url("../img/common/btn_green.png");
}
.btn.blue {
  background-image: url("../img/common/btn_blue.png");
}
.btn.orange {
  background-image: url("../img/common/btn_orange.png");
}
.btn.gray {
  background-image: url("../img/common/btn_gray.png");
}
.btn.brown {
  background-image: url("../img/common/btn_brown.png");
}
.btn.brown .btn_txt {
  color: #fff;
}

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
}
.header .back_btn {
  position: fixed;
  top: 15px;
  left: 20px;
  width: 26px;
}
.header .header_info {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 55px;
    top: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  z-index: 40;
}
.header .header_btns {
  width: 56%;
  position: absolute;
  left: 16.94%;
  top: 17px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.header .header_btns .header_btn {
  width: 48%;
  max-width: 220px;
}
.header .header_btns .header_btn .btn {
  font-size: 15px;
  font-size: 1.5rem;
}
.header .header_btns .header_btn .btn .unread {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  min-width: 20px;
  min-height: 20px;
  color: #fff;
  padding: 2px 4px;
  background: #ff3b30;
  font-size: 12px;
  font-size: 1.2rem;
  top: -3px;
  right: -3px;
}
.header #header_info_content {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #26170b;
  height: 100vh;
  overflow-y: scroll;
  padding: 80px 20px 50px;
}
.header #header_info_content .close {
  position: absolute;
  width: 24px;
  right: 60px;
  top: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  z-index: 100;
}
.header #header_info_content .items .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.54);
}
.header #header_info_content .items .item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.54);
}
.header #header_info_content .items .item .wrap {
  display: block;
  text-decoration: none;
  padding: 20px 0;
}
.header #header_info_content .items .item .title {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
.header #header_info_content .btn_wrap {
  margin: 30px auto 0;
  width: 70%;
}

.header .floating_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 90px;
    height: 124px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1;
    padding-top: 10px;
}
.header .floating_btn.blue {
    background: url(../img/mypage/ico_bbs_btn_blue.png);
}
.header .floating_btn.red {
    background: url(../img/mypage/ico_bbs_btn_red.png);
}
.header .floating_btn a {
  text-decoration: none;
}
.header .floating_btn:hover {
    opacity: .75;
}

.has_header {
  padding-top: 80px !important;
}

.ttl_01 {
  text-align: center;
  background-image: url("../img/common/ttl_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #26170b;
  padding-top: 39.8507462687%;
}
.ttl_01 .ttl_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.4;
  padding-top: 13px;
}
.ttl_01 .min {
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}

.ttl_02 {
  text-align: center;
  background-image: url("../img/common/ttl_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #26170b;
  padding-top: 20.7159904535%;
}
.ttl_02 .ttl_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.4;
}
.ttl_02 .min {
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}

.ad {
  margin-top: 30px;
  text-align: center;
}

.func_message {
  margin: 8px auto;
  padding: 4px 20px;
  text-align: center;
  border-radius: 10px;
}
.func_message.success {
  background-color: rgba(255, 255, 255, 0.45);
}
.func_message.error {
  background-color: rgba(186, 0, 0, 0.45);
}

/*===========================
ログイン画面
===========================*/
.page_login {
  position: relative;
  background: #000;
  min-height: 100vh;
}
.page_login .logo {
  width: 40%;
  margin: 0 auto;
  padding: 60px 0;
}
.page_login .form_section {
  padding: 40px 20px;
}
.page_login .link {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}
.page_login .remarks {
  margin-top: 20px;
}
.page_login .remarks .remark {
  font-size: 11px;
  font-size: 1.1rem;
}
.page_login .card_01 {
  margin-top: 40px;
}

/*===========================
トップ画面
===========================*/
.page_top {
  background-image: url("../img/top/bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-size: 100% 100%;
}
.page_top .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page_top .section01 .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.page_top .section01 .wrap .image {
  width: 120px;
  height: 120px;
  position: relative;
}
.page_top .section01 .wrap .image .picture {
  width: 100%;
  height: 100%;
}
.page_top .section01 .wrap .image .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.page_top .section01 .wrap .btns {
  width: calc(100% - 120px);
  padding-left: 30px;
}
.page_top .section01 .wrap .btns ul li {
  margin-top: 7px;
}
.page_top .section01 .wrap .btns ul li:first-child {
  margin-top: 0;
}
.page_top .section01 .wrap .frame {
  margin-top: 10px;
  padding-top: 80.4166666667%;
  background-image: url("../img/top/frame002.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
}
.page_top .section01 .wrap .frame .frame_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
    text-align: center;
}
.page_top .section01 .wrap .frame .name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}
.page_top .section01 .wrap .frame .point {
  margin-top: 5px;
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.55);
}
.page_top .section01 .wrap .frame .point::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("../img/top/ico_point.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: 0;
  top: 2px;
  pointer-events: none;
  z-index: 10;
}
.page_top .section01 .wrap .frame .point::after {
  content: "pt";
  font-size: 0.78em;
  font-weight: normal;
  margin-left: 1px;
  opacity: 0.8;
}
.page_top .section01 .wrap .frame .user-id-label {
  margin-top: 3px;
  font-size: 11px;
  font-size: 1rem;
  color: #FFF;
}
.page_top .section01 .wrap .btn_mypage {
  margin-top: 10px;
}
.page_top .section01 .wrap .btn_mypage a {
  display: block;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 0.5em;
  font-weight: 500;
  color: #fff;
  background: #ff5a00;
  text-decoration: none;
}
.page_top .section02 {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.page_top .section02 ul li {
  margin-top: 16px;
}
.page_top .section02 ul li:first-child {
  margin-top: 0;
}
.page_top .section03 {
  padding: 30px 0;
}
.page_top .section03 .top ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.page_top .section03 .top ul li {
  width: 48%;
}
.page_top .section03 .bottom ul {
  margin-top: 15px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.page_top .section03 .bottom ul li {
  width: 31%;
}

/*===========================
マイページ
===========================*/
.page_mypage {
  padding-bottom: 60px;
}
.page_mypage .section01 .picture {
    width: 100%;
  margin: 0 auto;
  position: relative;
}
.page_mypage .section01 .image {
    width: 320px;
  height: 320px;
  background-image: url(../img/common/frame01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 11px 11px;
  margin: 0 auto;
  border-radius: 5px;
}
.page_mypage .section01 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
}

.page_mypage .section01 .frame {
  width: 320px;
  margin: 0 auto;
  position: relative;
}

.page_mypage .section01 .frame_inner {
    width: 100%;
    margin: 0 auto;
    padding: 14px 38px;
    background: url(../img/mypage/frame06.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.page_mypage .section01 .name {
    width: 100%;
    font-family: 'serif';
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px;
}

.page_mypage .section01 .point {
  font-family: sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.55);
  text-align: left;
  padding-left: 27px;
  position: relative;
}
.page_mypage .section01 .frame .point::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../img/top/ico_point.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: 0;
  top: 2px;
  pointer-events: none;
  z-index: 9;
}
.page_mypage .section01 .frame .point::after {
  content: "pt";
  font-size: 0.72em;
  font-weight: normal;
  margin-left: 2px;
  opacity: 0.85;
}
.page_mypage .section01 .user-id-label {
  margin-top: 3px;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  text-align: left;
}

.page_mypage .section02 {
  margin-top: 30px;
}
.page_mypage .section02 ul li {
  margin-top: 16px;
}
.page_mypage .section02 ul li:first-child {
  margin-top: 0;
}
.page_mypage .section02 .btn {
  text-align: left;
}
.page_mypage .section02 .btn::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 100%;
  background-image: url("../img/mypage/ico_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  right: 20px;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
.page_mypage .section02 .btn::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: 20px;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
.page_mypage .section02 .btn.profile::before {
  background-image: url("../img/mypage/ico_profile.png");
}
.page_mypage .section02 .btn.ranking::before {
  background-image: url("../img/mypage/ico_ranking.png");
}
.page_mypage .section02 .btn.gift::before {
  background-image: url("../img/mypage/ico_gift.png");
}
.page_mypage .section02 .btn.point::before {
  background-image: url("../img/mypage/ico_point.png");
}
.page_mypage .section02 .btn.identification::before {
  background-image: url("../img/mypage/ico_identification.png");
}
.page_mypage .section02 .btn.payment::before {
  background-image: url("../img/mypage/ico_credit.png");
}
.page_mypage .section02 .btn.setting::before {
  background-image: url("../img/mypage/ico_setting.png");
}
.page_mypage .section02 .btn.coupon::before {
  background-image: url("../img/mypage/ico_coupon.png");
}
.page_mypage .section02 .btn.fee::before {
  background-image: url("../img/mypage/ico_fee.png");
}
.page_mypage .section02 .btn.group::before {
  background-image: url("../img/mypage/ico_member.png");
}
.page_mypage .section02 .btn.group::after {
  display: none;
}
.page_mypage .section02 .btn.group .member {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 21px;
  font-size: 2.1rem;
}
.page_mypage .section02 .btn .btn_txt {
  padding-left: 60px;
}

/*===========================
プロフィール編集
===========================*/
.page_profile_edit {
  padding-bottom: 60px;
}
.page_profile_edit .delete {
  position: absolute;
  width: 20px;
  top: -5px;
  right: -5px;
}
.page_profile_edit .section01 {
  margin-top: 30px;
}
.page_profile_edit .section01 .picture {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.page_profile_edit .section01 .picture .image {
  width: 320px;
  height: 320px;
  background-image: url(../img/common/frame01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 36px 45px;
  margin: 0 auto;
  border-radius: 5px;
}
.page_profile_edit .section01 .picture .delete {
  width: 24px;
  top: -8px;
  right: -8px;
}
.page_profile_edit .section01 .picture img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  object-fit: cover;
}
.page_profile_edit .section01 .other {
  margin-top: 15px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.page_profile_edit .section01 .other ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: calc(100% - 50px);
}
.page_profile_edit .section01 .other ul li {
  width: 18.4%;
  margin-left: 2%;
  position: relative;
}
.page_profile_edit .section01 .other ul li:first-child {
  margin-left: 0;
}
.page_profile_edit .section01 .other ul li img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
}
.page_profile_edit .section01 .other .thumb {
  display: block;
  position: relative;
  padding-top: 50%;
  padding-top: 100%;
  height: 100%;
}
.page_profile_edit .section01 .other .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_profile_edit .section01 .other .add {
  width: 50px;
  padding-left: 10px;
}
.page_profile_edit .section01 .other .add input {
  display: none;
}
.page_profile_edit .section01 .other .add label {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  background: #ff5a00;
  border: 1px solid #fff;
}
.page_profile_edit .section01 .other .add label::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  margin-top: -2px;
  z-index: 1;
  pointer-events: none;
}
.page_profile_edit .card_01 {
  margin-top: 30px;
}
.page_profile_edit .card_01 .card_01_inner {
  padding: 30px 40px 50px;
}
.page_profile_edit .card_01 .txt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1em 0 1.5em;
  text-align: center;
}
.page_profile_edit .card_01 .txt .btn_line {
  max-width: 200px;
  padding: 0 10px;
  background: #00b900;
  font-family: "Noto Sans Japaneses", sans-serif; /* フォント指定 */
  position: relative;
  display: inline-block;
  font-size: 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
  box-shadow: 0 1px 2px #999;
  margin-bottom: 10px;
}
.page_profile_edit .card_01 .txt .btn_line i {
  position: relative;
  top: 0;
}
.page_profile_edit .card_01 .txt .btn_line span {
  position: relative;
  bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  margin-left: 5px;
}
.page_profile_edit .card_01 .txt .btn_line:hover {
  transform: translateY(-5px);
  text-decoration: none;
  cursor: pointer;
}
.page_profile_edit .form_section .input {
  color: rgba(255, 255, 255, 0.5);
}
.page_profile_edit .form_section .birthday {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0.8em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.page_profile_edit .form_section .birthday select {
  padding: 0.8em 0;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  width: 100%;
  background: transparent;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  transition: 0.3s;
}
.page_profile_edit .form_section .birthday .birthday_1 {
  width: 5em;
}
.page_profile_edit .form_section .birthday .birthday_2 {
  width: 3em;
}

/*===========================
店舗編集
===========================*/
.page_store_edit {
  padding-bottom: 60px;
}
.page_store_edit .delete {
  position: absolute;
  width: 20px;
  top: -5px;
  right: -5px;
}
.page_store_edit .section01 {
  margin-top: 30px;
}
.page_store_edit .section01 .picture {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.page_store_edit .section01 .picture .delete {
  width: 24px;
  top: -8px;
  right: -8px;
}
.page_store_edit .section01 .picture img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.page_store_edit .section01 .other {
  margin-top: 15px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.page_store_edit .section01 .other ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: calc(100% - 50px);
}
.page_store_edit .section01 .other ul li {
  width: 18.4%;
  margin-left: 2%;
  position: relative;
}
.page_store_edit .section01 .other ul li:first-child {
  margin-left: 0;
}
.page_store_edit .section01 .other ul li img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
}
.page_store_edit .section01 .other .thumb {
  display: block;
  position: relative;
  padding-top: 50%;
  padding-top: 100%;
  height: 100%;
}
.page_store_edit .section01 .other .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.page_store_edit .section01 .other .add {
  width: 50px;
  padding-left: 10px;
}
.page_store_edit .section01 .other .add input {
  display: none;
}
.page_store_edit .section01 .other .add label {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  background: #ff5a00;
  border: 1px solid #fff;
}
.page_store_edit .section01 .other .add label::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  margin-top: -2px;
  z-index: 1;
  pointer-events: none;
}
.page_store_edit .card_01 {
  margin-top: 30px;
}
.page_store_edit .card_01 .card_01_inner {
  padding: 30px 40px 50px;
}
.page_store_edit .form_section .input {
  color: rgba(255, 255, 255, 0.5);
}
.page_store_edit .form_section .checkbox .parts {
  font-size: 14px;
  font-size: 1.4rem;
}
.page_store_edit .form_section .addr {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0.8em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.page_store_edit .form_section .addr select {
  padding: 0.8em 0;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  width: 100%;
  background: transparent;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  transition: 0.3s;
}
.page_store_edit .form_section .addr .addr_1 {
  width: 100%;
}
.page_store_edit .form_section .addr .addr_2 {
  width: 100%;
}

/*===========================
覚醒
===========================*/
.page_kakusei {
  padding-bottom: 80px;
}
.page_kakusei .section01 {
  margin-top: 30px;
}
.page_kakusei .section02 {
  width: 85%;
  margin: 0 auto;
  /*
  .ttl {
  	padding-top: calc(124 / 513 * 100%); 
  	background-image: url("../img/kakusei/ttl.png");
  	background-repeat: no-repeat;
  	background-position: center center;
  	background-size:cover;
  	position: relative;
  	span {
  		display: block;
  		@include center(xy);
  		text-align: center;
  		font-weight: 700;
  		@include fs(20);
  		color:#000;
  	}
  }
  */
}

.page_kakusei .section02 .wrap {
  width: 100%; /* 枠の幅（調整可） */
  padding: 1px 2px 2px;
  border: 26px solid transparent; /* 枠の太さ（額縁の厚みに合わせる） */

  /* 額縁画像を border-image として指定 */
  border-image-source: url("../img/kakusei/bg02.png");
  border-image-slice: 100; /* 画像を 9分割する基準（px または %） */
  border-image-width: 60px; /* 枠の太さに合わせる */
  border-image-outset: 0;
  border-image-repeat: stretch; /* 角は固定、辺は引き伸ばす */
  box-sizing: border-box;
}
.page_kakusei .section02 .wrap .inner {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 30px;
  background: #fff8dc; /* 額縁の内側の背景色（キャンバス風に） */
}

.page_kakusei .section02 .ttl {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #26170b;
}
.page_kakusei .section02 .txt {
  margin-top: 10px;
  color: #000;
}
.page_kakusei .section02 .btn_orange {
  margin-top: 20px;
  text-align: center;
}
.page_kakusei .section02 .btn_orange a {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 0.7em 2em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background: #ff5a00;
  text-decoration: none;
}
.page_kakusei .btn_section {
  margin: 30px 0 50px;
  padding-left: 16%;
  padding-right: 16%;
}
@media screen and (max-width: 767px) {
.page_kakusei .section02 .wrap {
  width: 100%; /* 枠の幅（調整可） */
  padding: 1px 2px 2px;
  border: 16px solid transparent; /* 枠の太さ（額縁の厚みに合わせる） */

  /* 額縁画像を border-image として指定 */
  border-image-source: url("../img/kakusei/bg02.png");
  border-image-slice: 100; /* 画像を 9分割する基準（px または %） */
  border-image-width: 40px; /* 枠の太さに合わせる */
  border-image-outset: 0;
  border-image-repeat: stretch; /* 角は固定、辺は引き伸ばす */
  box-sizing: border-box;
}

  .page_kakusei .section02 .wrap .inner {
    font-size: 14px;   /* 文字を少し小さめに */
    padding: 15px 16px; /* 内側の余白も圧縮 */
  }

  .page_kakusei .btn_section {
    margin: 30px 0 50px;
    padding-left: 0;
    padding-right: 0;
  }  
}
@media print, screen and (min-width: 568px) and (max-width: 750px) {
  .page_kakusei .btn_section {
    padding-right: 60px;
  }
}

/*===========================
出逢い
===========================*/
.page_deai_archive .sort {
  margin-top: 40px;
}
.page_deai_archive .sort .trigger {
  padding: 15px;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.page_deai_archive .sort .trigger::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #af9a10;
  border-right: solid 1px #af9a10;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  transition: 0.3s;
}
.page_deai_archive .sort .trigger.active::after {
  transform: rotate(-45deg);
  margin-top: -4px;
}
.page_deai_archive .sort .acordion_inner {
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.page_deai_archive .sort .form_items .form_item .txt_input {
  color: #333;
}
.page_deai_archive .sort .form_items .form_item .and {
  display: inline-block;
  width: 8%;
  text-align: center;
}
.page_deai_archive .sort .form_items .form_item .selector.height {
  display: inline-block;
  width: 45%;
}
.page_deai_archive .sort .form_items .form_item .selector.height select {
  padding-left: 8px;
}
.page_deai_archive .sort .change {
  margin-top: 20px;
}
.page_deai_archive .sort .change .selector {
  display: flex;
  justify-content: flex-end;
}
.page_deai_archive .sort .change .selector select {
  text-align: center;
  width: 180px;
  padding: 3px;
  background: rgba(38, 23, 11, 0.95);
  border: 1px solid #bca271;
}
.page_deai_archive .archive {
  margin-top: 40px;
}
.page_deai_archive .archive ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.page_deai_archive .archive ul li {
  width: 48.5%;
  margin-left: 3%;
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  position: relative;
}
.page_deai_archive .archive ul li:nth-child(1), .page_deai_archive .archive ul li:nth-child(2) {
  margin-top: 0;
}
.page_deai_archive .archive ul li:nth-child(odd) {
  margin-left: 0;
}
.page_deai_archive .archive ul li a {
  display: block;
  text-decoration: none;
}
.page_deai_archive .archive ul li.new::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  background-image: url("../img/deai/ico_new.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: -5px;
  top: -5px;
  pointer-events: none;
  z-index: 9;
}
.page_deai_archive .archive .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
}
.page_deai_archive .archive .wrap {
  padding: 15px;
  color: #26170b;
}
.page_deai_archive .archive .star {
  position: relative;
}
.page_deai_archive .archive .star .icons {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.page_deai_archive .archive .star .icons .ico {
  width: 15px;
  margin-left: 2px;
}
.page_deai_archive .archive .star .icons .ico:first-child {
  margin-left: 0;
}
.page_deai_archive .archive .star .like {
  position: absolute;
  bottom: 0;
  font-weight: 500;
  right: 0;
  font-size: 11px;
  font-size: 1.1rem;
}
.page_deai_archive .archive .name {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.page_deai_archive .archive .txt {
  margin-top: 5px;
}
.page_deai_archive .archive .txt .login {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.page_profile .main_image {
  position: relative;
  padding-top: 100%;
  height: 100%;
}
.page_profile .main_image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.page_profile .profile_items {
  padding-bottom: 50px;
}
.page_profile .profile_items .profile_item {
  padding: 20px;
  position: relative;
  margin-top: 20px;
}
.page_profile .profile_items .profile_item:first-child {
  margin-top: 0;
}
.page_profile .profile_items .profile_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b79671+0,bca271+28,fff3dc+60,fff3dc+72,b79671+100 */
  background: linear-gradient(to right, #b79671 0%, #bca271 28%, #fff3dc 60%, #fff3dc 72%, #b79671 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.page_profile .profile_items .profile_item:first-child::before {
  display: none;
}
.page_profile .profile_items .profile_item h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.page_profile .thumbnail ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.page_profile .thumbnail ul li {
  width: 23.5%;
  margin-left: 2%;
}
.page_profile .thumbnail ul li:first-child {
  margin-left: 0;
}
.page_profile .thumbnail ul .thumb {
  display: block;
  position: relative;
  padding-top: 50%;
  padding-top: 100%;
  height: 100%;
}
.page_profile .thumbnail ul .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.page_profile .star {
  margin-top: 15px;
  position: relative;
}
.page_profile .star .icons {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.page_profile .star .icons .ico {
  width: 34px;
  margin-left: 5px;
}
.page_profile .star .icons .ico:first-child {
  margin-left: 0;
}
.page_profile .star .like {
  position: absolute;
  bottom: 0;
  font-weight: 500;
  right: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.page_profile .name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page_profile p {
  font-size: 18px;
  font-size: 1.8rem;
}
.page_profile .cp_box {
  position: relative;
}
.page_profile .cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 70px;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(24, 10, 3, 0) 0%, rgba(24, 10, 3, 0.95) 90%);
}
.page_profile .cp_box label::after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 0;
  text-align: right;
  content: "続きを読む";
  background: #180a03;
  color: #ff5a00;
}
.page_profile .cp_box input {
  display: none;
}
.page_profile .cp_box input:checked + label {
  background: inherit;
  display: none;
}
.page_profile .cp_box .cp_container {
  overflow: hidden;
  height: 70px;
  transition: all 0.5s;
}
.page_profile .cp_box input:checked ~ .cp_container {
  height: auto;
  transition: all 0.5s;
}
.page_profile table {
  width: 100%;
  margin-top: 20px;
  font-size: 21px;
  font-size: 2.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.page_profile table th, .page_profile table td {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.page_profile table th {
  width: 40%;
}
.page_profile .like_btn {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0 15px;
}
.page_profile .like_btn .like_btn_inner {
  width: 53.33%;
  margin: 0 auto;
}

/*===========================
ブラックリスト
===========================*/
.page_block_archive .archive {
  margin-top: 40px;
}
.page_block_archive .archive ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.page_block_archive .archive ul li {
  width: 48.5%;
  margin-left: 3%;
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  position: relative;
}
.page_block_archive .archive ul li:nth-child(1), .page_block_archive .archive ul li:nth-child(2) {
  margin-top: 0;
}
.page_block_archive .archive ul li:nth-child(odd) {
  margin-left: 0;
}
.page_block_archive .archive ul li a {
  display: block;
  text-decoration: none;
}
.page_block_archive .archive ul li.new::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  background-image: url("../img/deai/ico_new.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  left: -5px;
  top: -5px;
  pointer-events: none;
  z-index: 9;
}
.page_block_archive .archive .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
}
.page_block_archive .archive .wrap {
  padding: 15px;
  color: #26170b;
}
.page_block_archive .archive .star {
  position: relative;
}
.page_block_archive .archive .star .icons {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.page_block_archive .archive .star .icons .ico {
  width: 15px;
  margin-left: 2px;
}
.page_block_archive .archive .star .icons .ico:first-child {
  margin-left: 0;
}
.page_block_archive .archive .star .like {
  position: absolute;
  bottom: 0;
  font-weight: 500;
  right: 0;
  font-size: 11px;
  font-size: 1.1rem;
}
.page_block_archive .archive .name {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.page_block_archive .archive .txt {
  margin-top: 5px;
}
.page_block_archive .archive .txt .login {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
.page_block_archive .archive .submit {
  display: block;
  border: none;
  background-color: #ff5a00;
  color: #fff;
  width: 90%;
  padding: 5px 0;
  padding-left: 10px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin: 0 auto 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  position: relative;
}

/*===========================
トーク
===========================*/
.page_talk .tabs {
  margin-top: 50px;
}
.page_talk .tabs ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.page_talk .tabs ul li {
  width: 50%;
  background: #aaa;
}
.page_talk .tabs ul li a {
  display: block;
  text-align: center;
  padding: 25px 0;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #26170b;
  text-decoration: none;
}
.page_talk .tabs ul li:hover {
  background: #FFF;
}
.page_talk .tabs ul li:hover a {
  color: #26170b;
}
.page_talk .tabs ul li.active {
  background: #180a03;
}
.page_talk .tabs ul li.active a {
  color: #fff;
}
.page_talk .tabs ul li.active:hover {
  background: #FFF;
}
.page_talk .tabs ul li.active:hover a {
  color: #26170b;
}
.page_talk .content {
  background: #180a03;
  position: relative;
}
.page_talk .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b79671+0,bca271+28,fff3dc+60,fff3dc+72,b79671+100 */
  background: linear-gradient(to right, #b79671 0%, #bca271 28%, #fff3dc 60%, #fff3dc 72%, #b79671 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.page_talk .archive ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0;
  position: relative;
}
.page_talk .archive ul li.read {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.page_talk .archive .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.page_talk .archive .wrap .image {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.page_talk .archive .wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page_talk .archive .wrap .txt {
  width: calc(100% - 56px);
  padding-left: 12px;
  padding-right: 70px;
  min-width: 0;
}
.page_talk .archive .wrap .txt .txt1 {
  font-size: 13px;
  font-size: 1.3rem;
}
.page_talk .archive .wrap .txt .txt2 {
  font-size: 18px;
  font-size: 1.8rem;
}
.page_talk .archive .time {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
}
.page_talk .archive .delete {
  width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.page_talk .archive .like_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.page_talk .archive .like_btn a {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
  padding: 3px 10px;
  text-decoration: none;
}

/*===========================
DM
===========================*/
.dm_body {
  position: relative;
}
.dm_body::before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-image: url("../img/dm/bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
.dm_body .header {
  background: #000;
  height: 70px;
}
.dm_body .header .header_txt {
  width: calc(100% - 120px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.dm_body .popup_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  padding: 0 30px;
}
.dm_body .popup_wrap .popup_inner {
  position: relative;
  height: 100vh;
}
.dm_body .popup_wrap .content {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  width: 100%;
  color: #26170b;
}
.dm_body .popup_wrap .content .txt {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
.dm_body .popup_wrap .content .txt_link {
  margin-top: 15px;
  text-align: center;
}
.dm_body .popup_wrap .content .txt_link a {
  color: #ff5a00;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
.dm_body .popup_wrap .form_section {
  text-align: center;
}
.dm_body .popup_wrap .form_section .radio {
  display: inline-block;
}
.dm_body .popup_wrap .form_section .radio li {
  width: 100%;
  text-align: left;
}
.dm_body .popup_wrap .form_section .submit {
  margin-bottom: 10px;
}

.page_dm .dm_wrap {
  padding: 1.5em 1em 3em;
  padding-bottom: 100px;
  color: #000;
}
.page_dm .dm_wrap .item {
  margin-top: 20px;
  position: relative;
}
.page_dm .dm_wrap .item:first-child {
  margin: 0;
}
.page_dm .dm_wrap .item .time {
  position: absolute;
  bottom: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.page_dm .dm_wrap .item.diviner {
  /*padding-right:3em;*/
}
.page_dm .dm_wrap .item.diviner .time {
  right: 0;
}
.page_dm .dm_wrap .item.user {
  /*padding-left:3em;*/
}
.page_dm .dm_wrap .item.user .time {
  left: 0;
}
.page_dm .dm_wrap .item.image_item .item_inner {
  padding: 0 !important;
  overflow: hidden;
}
.page_dm .dm_wrap .item.gift .wrap {
  background-image: url("../img/dm/gift.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 67.4450549451%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  position: relative;
}
.page_dm .dm_wrap .item.gift .wrap .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  margin-top: 3.2%;
}
.page_dm .dm_wrap .item.gift .txt {
  margin-top: 10px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 1.5em;
}
.page_dm .dm_wrap .item.gift .txt a {
  color: #ff5a00;
}
.page_dm .dm_wrap .item a.dm_photo {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff5a00;
}
.page_dm .dm_wrap .item a.dm_photo::before {
  display: inline-block;
  text-decoration: none;
  font-family: "Font Awesome 5 Free";
  content: "\f03e";
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  margin-right: 4px;
  color: #f90;
}
.page_dm .dm_wrap .item_inner {
  padding: 1.5em;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  position: relative;
}
.page_dm .dm_wrap .item_inner::before, .page_dm .dm_wrap .item_inner::after {
  content: "";
  position: absolute;
}
.page_dm .dm_wrap .item_inner::before {
  z-index: 1;
  width: 16px;
  height: 16px;
}
.page_dm .dm_wrap .item_inner::after {
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
}
.page_dm .dm_wrap .item_inner .txt {
  position: relative;
  z-index: 3;
  display: block;
  /*&::before,
  &::after {
  	content:"";
  	position: absolute;
  	width:30px;
  	height:100%;
  	background-repeat: no-repeat;
  	background-size:100% auto;
  	pointer-events: none;
  	z-index: 3;
  }
  &::after {
  	-moz-transform: rotate(-180deg);
  	-webkit-transform: rotate(-180deg);
  	-o-transform: rotate(-180deg);
  	-ms-transform: rotate(-180deg);
  	transform: rotate(-180deg);
  }*/
}
.page_dm .dm_wrap .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.page_dm .dm_wrap .wrap .ico {
  width: 55px;
}
.page_dm .dm_wrap .wrap .ico img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.page_dm .dm_wrap .wrap .message {
  width: calc(100% - 55px);
  padding-left: 30px;
}
.page_dm .dm_wrap .user .wrap .message {
  padding-left: 0;
  padding-right: 30px;
}
.page_dm .dm_wrap .diviner_inner {
  background-color: #fff;
  border: 1px solid #c7c7c7;
}
.page_dm .dm_wrap .diviner_inner::before, .page_dm .dm_wrap .diviner_inner::after {
  background-color: #fff;
}
.page_dm .dm_wrap .diviner_inner::before {
  left: -8px;
  bottom: 20px;
  transform: rotate(45deg) skew(-20deg, -20deg);
  border: 1px solid #c7c7c7;
}
.page_dm .dm_wrap .user_inner {
  background-color: #f8f1e3;
  border: 1px solid #e0d7c6;
}
.page_dm .dm_wrap .user_inner::before, .page_dm .dm_wrap .user_inner::after {
  background-color: #f8f1e3;
}
.page_dm .dm_wrap .user_inner::before {
  right: -8px;
  bottom: 20px;
  transform: rotate(45deg) skew(-20deg, -20deg);
  border: 1px solid #e0d7c6;
}
.page_dm .dm_wrap .image_item .diviner_inner,
.page_dm .dm_wrap .image_item .user_inner {
  border: none;
}
.page_dm .user_bar {
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #000;
}
@media only screen and (min-width: 769px) {
  .page_dm .user_bar {
    max-width: 750px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.page_dm .user_bar .gift {
  position: absolute;
  top: 62px;
  left: 10px;
  width: 30px;
}
.page_dm .user_bar .gift_content {
  background: #262626;
  padding: 1em;
  max-height: 180px;
  overflow-y: scroll;
}
.page_dm .user_bar .gift_content ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.page_dm .user_bar .gift_content ul li {
  width: 18.4%;
  margin-left: 2%;
  margin-top: 15px;
}
.page_dm .user_bar .gift_content ul li:nth-child(5n+1) {
  margin-left: 0;
}
.page_dm .user_bar .gift_content ul li:nth-child(1), .page_dm .user_bar .gift_content ul li:nth-child(2), .page_dm .user_bar .gift_content ul li:nth-child(3), .page_dm .user_bar .gift_content ul li:nth-child(4), .page_dm .user_bar .gift_content ul li:nth-child(5) {
  margin-top: 0;
}
.page_dm .user_bar .gift_content ul li a {
  display: block;
  text-decoration: none;
}
.page_dm .user_bar .gift_content .image {
  padding: 0 1em;
}
.page_dm .user_bar .gift_content .txt {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.page_dm .user_bar .gift_content .txt span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
}
.page_dm .user_bar .wrap {
  align-items: center;
  padding: 1em 1.5em;
  padding-left: 50px;
}
.page_dm .user_bar .upload {
  width: 30px;
}
.page_dm .user_bar .upload input[type=file] {
  display: none;
}
.page_dm .user_bar .upload label {
  display: block;
  width: 27px;
  height: 27px;
  background-image: url("../img/dm/ico_file.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px auto;
}
.page_dm .user_bar .send {
  width: 27px;
}
.page_dm .user_bar .user_txt {
  width: calc(100% - 57px);
  padding: 0 10px;
}
.page_dm .user_bar .user_txt input {
  width: 100%;
  border: none;
  color: #333;
  background: #f0f0f0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  padding: 0.8em;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
}
.page_dm .user_bar .user_txt textarea {
  width: 100%;
  border: none;
  color: #333;
  background: #f0f0f0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  padding: 0.8em;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
}
.page_dm .gift_btn {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 70px;
  width: 100%;
  padding: 10px 0 15px;
}
.page_dm .gift_btn .gift_btn_inner {
  width: 53.33%;
  margin: 0 auto;
}

/*===========================
トーク
===========================*/
.page_coupon .tabs {
  margin-top: 50px;
}
.page_coupon .tabs ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.page_coupon .tabs ul li {
  width: 50%;
  background: #aaa;
}
.page_coupon .tabs ul li a {
  display: block;
  text-align: center;
  padding: 25px 0;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #26170b;
  text-decoration: none;
}
.page_coupon .tabs ul li.active {
  background: #180a03;
}
.page_coupon .tabs ul li.active a {
  color: #fff;
}
.page_coupon .content {
  background: #180a03;
  position: relative;
}
.page_coupon .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b79671+0,bca271+28,fff3dc+60,fff3dc+72,b79671+100 */
  background: linear-gradient(to right, #b79671 0%, #bca271 28%, #fff3dc 60%, #fff3dc 72%, #b79671 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.page_coupon .archive ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 20px;
  position: relative;
}
.page_coupon .archive ul li.read {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.page_coupon .archive .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.page_coupon .archive .wrap .image {
  width: 80px;
}
.page_coupon .archive .wrap .txt {
  width: calc(100% - 80px);
  padding-left: 15px;
  padding-right: 80px;
}
.page_coupon .archive .wrap .txt .txt1 {
  font-size: 13px;
  font-size: 1.3rem;
}
.page_coupon .archive .wrap .txt .txt2 {
  font-size: 18px;
  font-size: 1.8rem;
}
.page_coupon .archive .time {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
}
.page_coupon .archive .delete {
  width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.page_coupon .archive .used_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.page_coupon .archive .used_btn a {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
  padding: 3px 10px;
  text-decoration: none;
}

/*===========================
ギフト図鑑
===========================*/
.page_giftbook {
  padding-bottom: 80px;
}
.page_giftbook .section01 {
  margin-top: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff6e4;
  position: relative;
  color: #26170b;
}
.page_giftbook .section01::before, .page_giftbook .section01::after {
  content: "";
  position: absolute;
  width: 63.73%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  z-index: 10;
}
.page_giftbook .section01::before {
  background-image: url("../img/giftbook/bg_before.png");
  background-position: center top;
  top: 20px;
}
.page_giftbook .section01::after {
  background-image: url("../img/giftbook/bg_after.png");
  background-position: center bottom;
  bottom: 20px;
}
.page_giftbook .section01 ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.page_giftbook .section01 ul li {
  width: 32%;
  margin-left: 2%;
  margin-top: 30px;
}
.page_giftbook .section01 ul li:nth-child(3n+1) {
  margin-left: 0;
}
.page_giftbook .section01 ul li:nth-child(1), .page_giftbook .section01 ul li:nth-child(2), .page_giftbook .section01 ul li:nth-child(3) {
  margin-top: 0;
}
.page_giftbook .section01 .transparent {
  opacity: 0.5;
}
.page_giftbook .section01 .image {
  width: 50px;
  margin: 0 auto;
}
.page_giftbook .section01 .ttl {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.page_giftbook .section01 .btn_wrap {
  margin-top: 10px;
  padding-left: 2.67%;
  padding-right: 2.67%;
}
@media print, screen and (min-width: 568px) and (max-width: 750px) {
  .page_giftbook .section01 .btn_wrap {
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 750px) {
  .page_giftbook .section01 .btn_wrap {
    padding-right: 10px;
  }
}

.remodal .gift_heading {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}
.remodal .gift_txt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
}

/*===========================
ミッション

.page_mission {
	padding-bottom: 80px;
	.section01 {
		margin-top: 30px;
		ul li {
			margin-top: 20px;
			background-image: url("../img/giftbook/bg.png");
			background-repeat: no-repeat;
			background-position: center center;
			background-size:cover;
			position: relative;
			padding-top: calc(539 / 700 * 100%); 
			&:first-child {
				margin-top: 0;
			}
		}
		.content {
			@include center(xy);
			width:100%;
			@include getPercent(750,100,padding-left);
			@include getPercent(750,100,padding-right);
			color:$subColor;
		}
		.ttl {
			background-image: url("../img/giftbook/ttl.png");
			background-repeat: no-repeat;
			background-position: center center;
			background-size:cover;
			position: relative;
			padding-top: calc(96 / 486 * 100%); 
			span {
				@include center(xy);
				@include fs(17);
				font-weight: 500;
				&.ico {
					display: inline-block;
					padding-left: 5px;
					&::before {
						content:"";
						position: absolute;
						width:6px;
						height:21px;
						background-image: url("../img/mission/ico_02.png");
						background-repeat: no-repeat;
						background-position: center center;
						background-size:100% auto;
						left:-10px;
						top:1px;
						pointer-events: none;
						z-index: 10;
					}
				}
			}
		}
		.note {
			margin-top: 10px;
			text-align: center;
		}
		.wrap {
			margin-top: 5px;
			@include css3(display, flex);
			@include css3(flex-wrap, wrap);
			@include css3(justify-content, center);
			@include css3(align-items, center);
			@include getPercent(750,20,padding-left);
			@include getPercent(750,20,padding-right);
			.ico {
				width:24px;
			}
			.txt {
				padding-left: 10px;
				span {
					@include fs(20);
					font-weight: 700;
				}
			}
		}
		.btn_wrap {
			margin-top: 5px;
			@include getPercent(750,150,padding-left);
			@include getPercent(750,150,padding-right);
		}
	}
}
===========================*/
/*===========================
ミッション
===========================*/
.page_mission .content {
  margin-top: 50px;
  background: #180a03;
  position: relative;
}
.page_mission .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b79671+0,bca271+28,fff3dc+60,fff3dc+72,b79671+100 */
  background: linear-gradient(to right, #b79671 0%, #bca271 28%, #fff3dc 60%, #fff3dc 72%, #b79671 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.page_mission .archive ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 20px;
  position: relative;
}
.page_mission .archive ul li.read {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.page_mission .archive .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.page_mission .archive .wrap .image {
  width: 60px;
  text-align: center;
}
.page_mission .archive .wrap .txt {
  width: calc(100% - 100px);
  padding-left: 15px;
  padding-right: 95px;
}
.page_mission .archive .wrap .txt .txt1 {
  font-size: 13px;
  font-size: 1.3rem;
}
.page_mission .archive .wrap .txt .txt2 {
  font-size: 18px;
  font-size: 1.8rem;
}
.page_mission .archive .point_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.page_mission .archive .point_btn a {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  padding: 5px 40px;
  text-decoration: none;
  min-width: 100px;
}

/*===========================
ポイント購入・履歴
===========================*/
.page_point_buy .tabs {
  margin-top: 50px;
}
.page_point_buy .tabs ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.page_point_buy .tabs ul li {
  width: 50%;
  background: #aaa;
}
.page_point_buy .tabs ul li a {
  display: block;
  text-align: center;
  padding: 25px 0;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #26170b;
  text-decoration: none;
}
.page_point_buy .tabs ul li.active {
  background: #180a03;
}
.page_point_buy .tabs ul li.active a {
  color: #fff;
}
.page_point_buy .content {
  background: #180a03;
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}
.page_point_buy .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b79671+0,bca271+28,fff3dc+60,fff3dc+72,b79671+100 */
  background: linear-gradient(to right, #b79671 0%, #bca271 28%, #fff3dc 60%, #fff3dc 72%, #b79671 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.page_point_buy .current {
  background-image: url("../img/giftbook/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 77%;
}
.page_point_buy .current .current_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 13.34%;
  padding-right: 13.34%;
  color: #26170b;
}
@media print, screen and (min-width: 568px) and (max-width: 750px) {
  .page_point_buy .current .current_inner {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 750px) {
  .page_point_buy .current .current_inner {
    padding-right: 50px;
  }
}
.page_point_buy .current .ttl {
  background-image: url("../img/giftbook/ttl.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 19.7530864198%;
}
.page_point_buy .current .ttl span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  display: block;
  text-align: center;
}
.page_point_buy .current .ttl span.ico {
  display: inline-block;
  padding-left: 5px;
}
.page_point_buy .current .ttl span.ico::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 21px;
  background-image: url("../img/mission/ico_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: -10px;
  top: 3px;
  pointer-events: none;
  z-index: 10;
}
.page_point_buy .current .wrap {
  margin-top: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding-left: 2.67%;
  padding-right: 2.67%;
}
@media print, screen and (min-width: 568px) and (max-width: 750px) {
  .page_point_buy .current .wrap {
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 750px) {
  .page_point_buy .current .wrap {
    padding-right: 10px;
  }
}
.page_point_buy .current .wrap .ico {
  width: 50px;
}
.page_point_buy .current .wrap .txt {
  padding-left: 10px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
}
.page_point_buy .section01 {
  margin-top: 30px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 20px;
}
.page_point_buy .section01 ul li {
  margin-top: 10px;
}
.page_point_buy .section01 ul li:first-child {
  margin-top: 0;
}
.page_point_buy .section01 .btn {
  text-align: left;
}
.page_point_buy .section01 .btn::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 100%;
  background-image: url("../img/mypage/ico_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  right: 20px;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
.page_point_buy .section01 .btn::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url("../img/mypage/ico_point.png");
  left: 20px;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
.page_point_buy .section01 .btn .btn_txt {
  padding-left: 50px;
}
.page_point_buy .section01 .btn .btn_txt2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  color: #26170b;
}
.page_point_buy .section01 .remarks {
  margin-top: 10px;
  text-align: right;
  color: #26170b;
  font-size: 12px;
  font-size: 1.2rem;
}
.page_point_buy .btn_section {
  margin: 30px auto 0;
  width: 80%;
}
.page_point_buy .section02 {
  margin-top: 30px;
}
.page_point_buy .section02 .heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.page_point_buy .section02 table {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.54);
}
.page_point_buy .section02 table th, .page_point_buy .section02 table td {
  vertical-align: middle;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.54);
}
.page_point_buy .section02 table th {
  width: 40%;
}
.page_point_buy .section02 table td {
  color: rgba(255, 255, 255, 0.8);
}
.page_point_buy .history ul li {
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
}
.page_point_buy .history ul li:first-child {
  margin-top: 0;
}
.page_point_buy .history table {
  width: 100%;
}
.page_point_buy .history table th, .page_point_buy .history table td {
  vertical-align: middle;
  width: 50%;
}
.page_point_buy .history table td {
  text-align: right;
}
.page_point_buy .history.exchange table td {
  text-align: left;
  width: 30%;
}
.page_point_buy .history.exchange table td:last-child {
  width: 40%;
  text-align: right;
}

.popup_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  padding: 0 30px;
}
.popup_wrap .popup_inner {
  position: relative;
  height: 100vh;
}
.popup_wrap .content {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  width: 100%;
  color: #26170b;
}
.popup_wrap .content .txt {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
.popup_wrap .content .txt_link {
  margin-top: 15px;
  text-align: center;
}
.popup_wrap .content .txt_link a {
  color: #ff5a00;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
.popup_wrap .form_section {
  text-align: center;
}
.popup_wrap .form_section .radio {
  display: inline-block;
}
.popup_wrap .form_section .radio li {
  width: 100%;
  text-align: left;
}
.popup_wrap .form_section .submit {
  margin-bottom: 10px;
}
.popup_wrap .remarks {
  margin-top: 20px;
}

.exchange_modal {
  /*ポイント換金*/
}
.exchange_modal .txt {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
.exchange_modal .txt2 {
  color: #f00;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}
.exchange_modal .point_en {
  border: 1px solid #a1a1a1;
  padding: 0.7em;
  font-size: 18px;
  font-size: 1.8rem;
}
.exchange_modal input[type=text],
.exchange_modal input[type=tel] {
  padding: 0.8em;
  border: none;
  border: 1px solid #a1a1a1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  width: 100%;
  background: transparent;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  transition: 0.3s;
}
.exchange_modal .point_inputs {
  margin-top: 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.exchange_modal .point_inputs::before {
  content: "";
  width: 15px;
  height: 100%;
  background-image: url("../img/point/ico_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
}
.exchange_modal .point_inputs .point_input {
  width: 45%;
}
.exchange_modal .point_inputs .point_input:nth-child(1) {
  position: relative;
}
.exchange_modal .point_inputs .point_input:nth-child(1) input {
  padding-left: 40px;
}
.exchange_modal .point_inputs .point_input:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background-image: url("../img/mission/ico.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: 10px;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
.exchange_modal .txt3 {
  margin: 15px 0 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.exchange_modal .exchange_input {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.exchange_modal .exchange_input input {
  width: calc(100% - 3em);
  border: 1px solid #a1a1a1;
  padding: 0.7em;
  font-size: 18px;
  font-size: 1.8rem;
}
.exchange_modal .exchange_input span {
  display: inline-block;
  padding-left: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
}
.exchange_modal .backbtn {
  margin-top: 10px;
}

/*===========================
称号
===========================*/
.page_class .section01 {
  margin-top: 40px;
  position: relative;
  padding-top: 96.6666666667%;
  background-image: url("../img/class/bg_01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page_class .section01 .image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
    width: 160px;
    height: 160px;
  top: 20.76%;
}
.page_class .section01 .image img {
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    object-fit: cover;
}
.page_class .section01 .star {
  position: absolute;
  top: 7.32%;
}
.page_class .section01 .star ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.page_class .section01 .star ul li {
  width: 22.4%;
  margin-left: 1.8%;
}
.page_class .section01 .star ul li:first-child {
  margin-left: 0;
}
.page_class .section01 .txt {
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  width: 100%;
  top: 64.97%;
  line-height: 1.4;
}
.page_class .section01 .txt .class {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  letter-spacing: 0.1em;
}
.page_class .section01 .txt .class::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: -10px;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
.page_class .section01 .txt .class.class_01::before {
  background-image: url("../img/class/ico_01.png");
}
.page_class .section01 .txt .class.class_02::before {
  background-image: url("../img/class/ico_02.png");
}
.page_class .section01 .txt .class.class_03::before {
  background-image: url("../img/class/ico_03.png");
}
.page_class .section01 .txt .class.class_04::before {
  background-image: url("../img/class/ico_04.png");
}
.page_class .section01 .txt .class.class_05::before {
  background-image: url("../img/class/ico_05.png");
}
.page_class .section01 .period {
  position: absolute;
  right: 0;
  top: 86.63%;
  background: #000;
  background: #26170b;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 3px 10px;
}
.page_class .section02 {
  background-image: url("../img/class/bg_02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 20px;
}
.page_class .section02 > ul > li {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 15px 15px;
  padding-left: 35%;
  margin-top: 15px;
  position: relative;
  color: #26170b;
  text-align: center;
}
.page_class .section02 > ul > li::before {
  content: "";
  position: absolute;
  width: 79px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: 9%;
  top: 0;
  pointer-events: none;
  z-index: 9;
}
.page_class .section02 > ul > li:first-child {
  margin-top: 0;
}
.page_class .section02 > ul > li:nth-child(1) {
  border: 2px solid #dab14d;
}
.page_class .section02 > ul > li:nth-child(1)::before {
  width: 95px;
  left: 6.67%;
  background-image: url("../img/class/ico_01.png");
}
.page_class .section02 > ul > li:nth-child(2) {
  border: 2px solid #8e8e8e;
}
.page_class .section02 > ul > li:nth-child(2)::before {
  background-image: url("../img/class/ico_02.png");
}
.page_class .section02 > ul > li:nth-child(3) {
  border: 2px solid #ac4e33;
}
.page_class .section02 > ul > li:nth-child(4) {
  border: 2px solid #000;
}
.page_class .section02 > ul > li:nth-child(5) {
  border: 2px solid #000;
}
.page_class .section02 > ul > li:nth-child(3)::before {
  background-image: url("../img/class/ico_03.png");
}
.page_class .section02 > ul > li:nth-child(4)::before {
  background-image: url("../img/class/ico_04.png");
}
.page_class .section02 > ul > li:nth-child(5)::before {
  background-image: url("../img/class/ico_05.png");
}
.page_class .section02 .txt .star > ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.page_class .section02 .txt .star > ul > li {
  width: 9.33%;
  margin-left: 1.2%;
}
.page_class .section02 .txt .star > ul > li:first-child {
  margin-left: 0;
}
.page_class .section02 .txt .heading {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 5px;
}
.page_class .section02 .txt p {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}

/* 称号ページ：更新タイミング案内 */
.title-update-notice {
  background: rgba(0,0,0,0.4);
  padding: 10px 20px;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}

/* 称号ページ：進捗バー */
.title-progress-wrap {
  background: rgba(0,0,0,0.55);
  padding: 18px 20px 16px;
  margin: 0;
}
.title-progress-month-label {
  font-size: 1.1rem;
  color: #b89060;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.title-progress-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #f0dcc0;
}
.title-progress-current {
  color: #c8a84b;
}
.title-progress-arrow {
  color: #a08040;
  font-size: 1.2rem;
}
.title-progress-next {
  color: #e0c080;
}
.title-progress-max-badge {
  background: linear-gradient(135deg, #c8a020, #f0d060);
  color: #2a1400;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}
.title-progress-bar-bg {
  width: 100%;
  height: 10px;
  background: rgba(255,255,255,0.12);
  border-radius: 5px;
  overflow: hidden;
}
.title-progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #7a5010, #c8a020, #f0d060);
  border-radius: 5px;
  transition: width 0.6s ease;
}
.title-progress-sub {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #b89060;
  text-align: right;
}
.title-progress-sub strong {
  color: #c8a84b;
  font-size: 1.4rem;
}

/* 称号ページ：現在の称号ハイライト */
.page_class .section02 > ul > li.title-active {
  background: linear-gradient(135deg, #2a1a00, #1a0e00);
  border-color: #c8a020 !important;
  box-shadow: 0 0 18px rgba(200,160,32,0.35), inset 0 0 8px rgba(200,160,32,0.1);
  color: #f0dcc0;
}
.page_class .section02 > ul > li.title-active .heading {
  color: #c8a84b;
}
.page_class .section02 > ul > li.title-active p {
  color: #a08050;
}
.title-current-badge {
  display: inline-block;
  margin-top: 6px;
  background: linear-gradient(135deg, #c8a020, #f0d060);
  color: #2a1400;
  font-size: 1.1rem !important;
  font-weight: 700;
  padding: 2px 12px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}

/*===========================
遊び方
===========================*/
.how_to .accordion {
  margin-top: 30px;
}
.how_to .accordion .toggle {
  display: none;
}
.how_to .accordion .Label {
  display: block;
  text-align: center;
  background-image: url("../img/common/ttl_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #26170b;
  padding-top: 25.8949880668%;
}
.how_to .accordion .Label .ttl_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.4;
}
.how_to .accordion .Label .min {
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
.how_to .accordion .Label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #26170b;
  border-right: 2px solid #26170b;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20%;
  transform: rotate(135deg);
}
.how_to .accordion .Label::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #26170b;
  border-right: 2px solid #26170b;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: 20%;
  transform: rotate(135deg);
}
.how_to .accordion .Label, .how_to .accordion .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.how_to .accordion .content {
  height: 0;
  overflow: hidden;
}
.how_to .accordion .toggle:checked + .Label + .content {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
.how_to .accordion .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
.how_to .accordion .toggle:checked + .Label::after {
  transform: rotate(-45deg) !important;
}
.how_to .content {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 8px 0 10px;
  padding: 0 20px;
  background: #180a03;
  border-radius: 20px;
}
.how_to .content .tit01 {
  display: flex;
  align-items: center;
  gap: 0 7px;
  font-weight: 700;
  margin-top: 10px;
}
.how_to .content .tit01:first-child {
  margin: 0;
}
.how_to .content .tit01::before {
  width: 1.25em;
  height: 1.25em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2.00488 19H22.0049V21H2.00488V19ZM2.00488 5L7.00488 8L12.0049 2L17.0049 8L22.0049 5V17H2.00488V5Z' fill='%23ffb500'%3E%3C/path%3E%3C/svg%3E");
  content: "";
}
.how_to .content .box {
  --border-color:#FFF;
  text-align: center;
  padding: 2em;
  position: relative;
}
.how_to .content .box::after, .how_to .content .box::before {
  content: "";
  height: 100%;
  width: 0.75em;
  position: absolute;
  bottom: 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.how_to .content .box::before {
  border-left: 1px solid var(--border-color);
  left: 0;
}
.how_to .content .box::after {
  border-right: 1px solid var(--border-color);
  right: 0;
}

/*===========================
本人・年齢確認
===========================*/
.age_verification .content {
  margin-top: 30px;
  background: #180a03;
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}
.age_verification .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #b79671 0%, #bca271 28%, #fff3dc 60%, #fff3dc 72%, #b79671 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.age_verification form {
  display: block;
  width: 90%;
  margin: 40px auto 0;
}
.age_verification form .file__label {
  display: block;
  line-height: 1.5;
  text-align: center;
  width: 80%;
  padding: 1.5em 0.5em;
  margin-inline: auto;
  color: #fff;
  background-color: #ffa620;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.age_verification form input[type=file] {
  display: none;
}
.age_verification form .file__none {
  line-height: 1.5;
  text-align: center;
  margin-top: 1em;
  word-break: break-all;
}
.age_verification .submit {
  display: block;
  border: none;
  width: 100%;
  margin: 30px auto 0;
  background-color: #ff5a00;
  color: #fff;
  padding: 16px 0;
  padding-left: 10px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  position: relative;
}

/*===========================
HELP お困りのユーザー様へ
===========================*/
.page_login_help {
  padding-bottom: 60px;
}
.page_login_help .delete {
  position: absolute;
  width: 20px;
  top: -5px;
  right: -5px;
}
.page_login_help .section01 {
  margin-top: 30px;
}
.page_login_help .section01 .picture {
  width: 120px;
  margin: 0 auto;
  position: relative;
}
.page_login_help .section01 .picture .delete {
  width: 24px;
  top: -8px;
  right: -8px;
}
.page_login_help .section01 .picture img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.page_login_help .section01 .other {
  margin-top: 15px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.page_login_help .section01 .other ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.page_login_help .section01 .other ul li {
  width: 18.4%;
  margin-left: 2%;
  position: relative;
}
.page_login_help .section01 .other ul li:first-child {
  margin-left: 0;
}
.page_login_help .section01 .other ul li img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
}
.page_login_help .section01 .other .add {
  width: 50px;
  padding-left: 10px;
}
.page_login_help .section01 .other .add input {
  display: none;
}
.page_login_help .section01 .other .add label {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  background: #ff5a00;
  border: 1px solid #fff;
}
.page_login_help .section01 .other .add label::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  margin-top: -2px;
  z-index: 1;
  pointer-events: none;
}
.page_login_help .card_01 {
  margin-top: 30px;
}
.page_login_help .card_01 .card_01_inner {
  padding: 30px 40px 50px;
}
.page_login_help .form_section .input {
  color: rgba(255, 255, 255, 0.5);
}
.page_login_help .form_section .txt_input {
  color: rgba(0, 0, 0, 0.5);
}
.page_login_help .form_section .birthday {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0.8em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.page_login_help .form_section .birthday select {
  padding: 0.8em 0;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  width: 100%;
  background: transparent;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  transition: 0.3s;
}
.page_login_help .form_section .birthday .birthday_1 {
  width: 5em;
}
.page_login_help .form_section .birthday .birthday_2 {
  width: 3em;
}

/*===========================
店舗を探す
===========================*/
.page_store_archive .sort {
  margin-top: 40px;
}
.page_store_archive .sort .trigger {
  padding: 15px;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.page_store_archive .sort .trigger::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #af9a10;
  border-right: solid 1px #af9a10;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  transition: 0.3s;
}
.page_store_archive .sort .trigger.active::after {
  transform: rotate(-45deg);
  margin-top: -4px;
}
.page_store_archive .sort .acordion_inner {
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.page_store_archive .sort .change {
  margin-top: 20px;
}
.page_store_archive .sort .change .selector {
  display: flex;
  justify-content: flex-end;
}
.page_store_archive .sort .change .selector select {
  text-align: center;
  width: 180px;
  padding: 3px;
  background: rgba(38, 23, 11, 0.95);
  border: 1px solid #bca271;
}
.page_store_archive .sort .count {
  text-align: center;
  margin-top: 20px;
}
.page_store_archive .archive {
  margin-top: 40px;
}
.page_store_archive .archive ul.storeList {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.page_store_archive .archive ul.storeList li.detail {
  width: 48.5%;
  margin-left: 3%;
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  position: relative;
}
.page_store_archive .archive ul.storeList li.detail:nth-child(1), .page_store_archive .archive ul.storeList li.detail:nth-child(2) {
  margin-top: 0;
}
.page_store_archive .archive ul.storeList li.detail:nth-child(odd) {
  margin-left: 0;
}
.page_store_archive .archive ul.storeList li.detail a {
  display: block;
  text-decoration: none;
}
.page_store_archive .archive ul.storeList li.detail .favo_btn {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 4px 6px;
  border: 1px solid #f1443e;
  border-radius: 5px;
  background-color: #fff;
  color: #f1443e;
  font-size: 1em;
}
.page_store_archive .archive ul.storeList li.detail .favo_btn:hover {
  background-color: f1443e;
}
.page_store_archive .archive ul.storeList li.detail .favo_btn::after {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.001 4.52853C14.35 2.42 17.98 2.49 20.2426 4.75736C22.5053 7.02472 22.583 10.637 20.4786 12.993L11.9999 21.485L3.52138 12.993C1.41705 10.637 1.49571 7.01901 3.75736 4.75736C6.02157 2.49315 9.64519 2.41687 12.001 4.52853ZM18.827 6.1701C17.3279 4.66794 14.9076 4.60701 13.337 6.01687L12.0019 7.21524L10.6661 6.01781C9.09098 4.60597 6.67506 4.66808 5.17157 6.17157C3.68183 7.66131 3.60704 10.0473 4.97993 11.6232L11.9999 18.6543L19.0201 11.6232C20.3935 10.0467 20.319 7.66525 18.827 6.1701Z' fill='%23f1443e'%3E%3C/path%3E%3C/svg%3E");
  content: "";
}
.page_store_archive .archive .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
}
.page_store_archive .archive .wrap {
  padding: 5px 15px 10px;
  color: #26170b;
}
.page_store_archive .archive .wrap dd::before {
  font-family: FontAwesome;
  display: inline-block;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 1px;
  left: 0;
}
.page_store_archive .archive .wrap dd.area::before {
  content: "\f3c5";
}
.page_store_archive .archive .wrap dd.opening_time::before {
  content: "\f073";
}
.page_store_archive .archive .wrap dd.tel::before {
  content: "\f095";
}
.page_store_archive .archive .tag li {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  margin: 3px 1px 3px;
  padding: 3px 6px;
  line-height: 1;
  text-decoration: none;
  color: #0000ee;
  background-color: #fff;
  border: 1px solid #0000ee;
}
.page_store_archive .archive .tag li:before {
  content: "#";
}
.page_store_archive .archive .name {
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.page_store_archive .archive .txt {
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}
.page_store_archive .archive .txt .login {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.page_store .main_image {
  position: relative;
  padding-top: 100%;
  height: 100%;
}
.page_store .main_image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.page_store .profile_items {
  padding-bottom: 50px;
}
.page_store .profile_items .profile_item {
  padding: 20px;
  position: relative;
  margin-top: 20px;
}
.page_store .profile_items .profile_item:first-child {
  margin-top: 0;
}
.page_store .profile_items .profile_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b79671+0,bca271+28,fff3dc+60,fff3dc+72,b79671+100 */
  background: linear-gradient(to right, #b79671 0%, #bca271 28%, #fff3dc 60%, #fff3dc 72%, #b79671 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.page_store .profile_items .profile_item:first-child::before {
  display: none;
}
.page_store .profile_items .profile_item h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.page_store .profile_items .profile_item dd::before {
  font-family: FontAwesome;
  display: inline-block;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: 1px;
  left: 0;
}
.page_store .profile_items .profile_item dd.area::before {
  content: "\f3c5";
}
.page_store .profile_items .profile_item dd.opening_time::before {
  content: "\f073";
}
.page_store .profile_items .profile_item dd.tel::before {
  content: "\f095";
}
.page_store .profile_items .profile_item dd.website::before {
  content: "\f02e";
}
.page_store .profile_items .profile_item dd.tag span {
  margin-right: 10px;
}
.page_store .profile_items .profile_item dd.tag span::before {
  font-family: FontAwesome;
  display: inline-block;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 1px;
  left: 0;
  content: "\f292";
}
.page_store .thumbnail ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.page_store .thumbnail ul li {
  width: 23.5%;
  margin-left: 2%;
}
.page_store .thumbnail ul li:first-child {
  margin-left: 0;
}
.page_store .thumbnail ul .thumb {
  display: block;
  position: relative;
  padding-top: 50%;
  padding-top: 100%;
  height: 100%;
}
.page_store .thumbnail ul .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.page_store .name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page_store p {
  font-size: 18px;
  font-size: 1.8rem;
}
.page_store .cp_box {
  position: relative;
}
.page_store .cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 70px;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(24, 10, 3, 0) 0%, rgba(24, 10, 3, 0.95) 90%);
}
.page_store .cp_box label::after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 0;
  text-align: right;
  content: "続きを読む";
  background: #180a03;
  color: #ff5a00;
}
.page_store .cp_box input {
  display: none;
}
.page_store .cp_box input:checked + label {
  background: inherit;
  display: none;
}
.page_store .cp_box .cp_container {
  overflow: hidden;
  height: 70px;
  transition: all 0.5s;
}
.page_store .cp_box input:checked ~ .cp_container {
  height: auto;
  transition: all 0.5s;
}
.page_store table {
  width: 100%;
  margin-top: 20px;
  font-size: 21px;
  font-size: 2.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.page_store table th, .page_store table td {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.page_store table th {
  width: 40%;
}
.page_store .like_btn {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0 15px;
}
.page_store .like_btn .like_btn_inner {
  width: 53.33%;
  margin: 0 auto;
}

/*===========================
レアアイテム
===========================*/
.page_itembox {
  padding-bottom: 80px;
}
.page_itembox .ttl_02 {
  font-size: 28px;
  font-size: 2.8rem;
  padding-top: 25.8949880668%;
}
.page_itembox .ttl_02 .min {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
.page_itembox .ttl_02 .min.left {
  margin-right: 5px;
}
.page_itembox .ttl_02 .min.right {
  margin-left: 5px;
}
.page_itembox .btn_wrap {
  margin-top: 8px;
  padding-left: 20%;
  padding-right: 20%;
}
@media print, screen and (min-width: 568px) and (max-width: 750px) {
  .page_itembox .btn_wrap {
    padding-left: 75px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 750px) {
  .page_itembox .btn_wrap {
    padding-right: 75px;
  }
}
.page_itembox .section01 {
  margin-top: 30px;
}
.page_itembox .section01 ul li {
  margin-top: 20px;
  background-image: url("../img/giftbook/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 77%;
}
.page_itembox .section01 ul li:first-child {
  margin-top: 0;
}
.page_itembox .section01 .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 13.34%;
  padding-right: 13.34%;
  color: #26170b;
}
@media print, screen and (min-width: 568px) and (max-width: 750px) {
  .page_itembox .section01 .content {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 568px) and (max-width: 750px) {
  .page_itembox .section01 .content {
    padding-right: 50px;
  }
}
.page_itembox .section01 .ttl {
  background-image: url("../img/giftbook/ttl.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 19.7530864198%;
}
.page_itembox .section01 .ttl span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
}
.page_itembox .section01 .ttl span.ico {
  display: inline-block;
  padding-left: 5px;
}
.page_itembox .section01 .ttl span.ico::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 21px;
  background-image: url("../img/mission/ico_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: -10px;
  top: 1px;
  pointer-events: none;
  z-index: 10;
}
.page_itembox .section01 .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.page_itembox .section01 .wrap .item {
  padding: 0 0 0 10px;
}
.page_itembox .section01 .wrap .item img {
  max-width: 70px;
}
.page_itembox .section01 .wrap .txt span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.page_itembox .section01 .gauge {
  margin: 8px 0 0;
}
.page_itembox .section01 .gauge .example {
  text-align: center;
  border: 1px solid #333;
  background: #CCC;
  width: 100%;
}
.page_itembox .section01 .gauge .example > div {
  height: 10px;
  /*変更*/
  background: linear-gradient(to right, #ff5623, #d3ff42);
}

/*===========================
PAGE 固定ページ
===========================*/
.page section {
  margin-top: 20px;
  padding-bottom: 60px;
}
.page section .content {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 20px;
  background: #180a03;
  border-radius: 20px;
}
.page section h2 {
  padding: 18px 0 10px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}
.page section h2:first-child {
  padding: 0 0 10px;
}
.page section ul {
  padding-left: 25px;
  list-style-type: disc;
}
.page section ol {
  padding-left: 25px;
  list-style-type: decimal;
}

/*===========================
ランキング
===========================*/
.page_rank {
  padding-bottom: 80px;
}
.page_rank .section01 {
  margin-top: 40px;
}

.page_rank .section01 {
  text-align: center;
}

.page_rank .section01-01 {
  margin-top: 40px;
  position: relative;
  padding-top: 96.6666666667%;
}
/* 背景専用レイヤー */
.page_rank .section01-01__bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("../img/class/bg_01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
/* 圏外のとき背景のみ白黒化 */
.page_rank .section01-01__bg--gray {
  filter: grayscale(100%);
  opacity: 0.7;
}
/* プロフ画像・テキストは背景より前面 */
.page_rank .section01-01 .image,
.page_rank .section01-01 .txt,
.page_rank .section01-01 .star {
  position: absolute;
  z-index: 1;
}
.page_rank .section01-01 .image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
    width: 160px;
    height: 160px;
  top: 20.76%;
}
.page_rank .section01-01 .image img {
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    object-fit: cover;
}
.page_rank .section01-01 .star {
  position: absolute;
  top: 7.32%;
}
.page_rank .section01-01 .star ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.page_rank .section01-01 .star ul li {
  width: 14.93%;
  margin-left: 1.2%;
}
.page_rank .section01-01 .star ul li:first-child {
  margin-left: 0;
}
.page_rank .section01-01 .txt {
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  width: 100%;
  top: 64.97%;
  line-height: 1.4;
}
.page_rank .section01-01 .txt .class {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  letter-spacing: 0.1em;
}
.page_rank .section01-01 .txt .class::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: -10px;
  top: 0;
  pointer-events: none;
  z-index: 10;
}

.page_rank .section02 {
  margin-top: 40px;
  background: #26170b;
  padding: 20px 20px 40px;
}
.page_rank .section02 .items {
  margin-top: 30px;
  background: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
}
.page_rank .section02 .items .item {
  border-bottom: 1px solid #a8a29d;
}
.page_rank .section02 .items .item:last-child {
  border: none;
}
.page_rank .section02 a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-decoration: none;
  padding: 15px 0;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 50px auto;
}
.page_rank .section02 a .image {
  width: 65px;
  height: 65px;
}
.page_rank .section02 a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_rank .section02 a .name {
  width: calc(100% - 125px);
  padding: 0 15px;
  font-weight: 500;
  color: #26170b;
}
.page_rank .section02 .items .item:nth-child(1) a {
  background-image: url("../img/rank/ico_rank_01.png");
}
.page_rank .section02 .items .item:nth-child(2) a {
  background-image: url("../img/rank/ico_rank_02.png");
}
.page_rank .section02 .items .item:nth-child(3) a {
  background-image: url("../img/rank/ico_rank_03.png");
}
.page_rank .section02 .items .item:nth-child(4) a {
  background-image: url("../img/rank/ico_rank_04.png");
}
.page_rank .section02 .items .item:nth-child(5) a {
  background-image: url("../img/rank/ico_rank_05.png");
}
.page_rank .section02 .items .item:nth-child(6) a {
  background-image: url("../img/rank/ico_rank_06.png");
}
.page_rank .section02 .items .item:nth-child(7) a {
  background-image: url("../img/rank/ico_rank_07.png");
}
.page_rank .section02 .items .item:nth-child(8) a {
  background-image: url("../img/rank/ico_rank_08.png");
}
.page_rank .section02 .items .item:nth-child(9) a {
  background-image: url("../img/rank/ico_rank_09.png");
}
.page_rank .section02 .items .item:nth-child(10) a {
  background-image: url("../img/rank/ico_rank_10.png");
}

/*===========================
お知らせ一覧
===========================*/
.page_news_archive {
  padding-bottom: 80px;
}
.page_news_archive .content {
  margin-top: 50px;
  background: #180a03;
  position: relative;
}
.page_news_archive .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #b79671 0%, #bca271 28%, #fff3dc 60%, #fff3dc 72%, #b79671 100%);
}
.page_news_archive .items .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 20px;
}
.page_news_archive .items .item:last-child {
  border-bottom: none;
}
.page_news_archive .items .item.is-unread {
  border-left: 3px solid #e91e63;
  padding-left: 17px;
}
.page_news_archive .items .item .wrap {
  padding: 22px 0;
}
.page_news_archive .items .item .meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.page_news_archive .items .item .badge-new {
  background: #e91e63;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  white-space: nowrap;
  line-height: 1.6;
}
.page_news_archive .items .item .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #9e8a78;
  letter-spacing: 0.04em;
}
.page_news_archive .items .item .title {
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.5;
}
.page_news_archive .items .item .body {
  font-size: 13px;
  font-size: 1.3rem;
  color: #c4ae99;
  white-space: pre-wrap;
  line-height: 1.75;
}
.page_news_archive .items .empty-msg {
  text-align: center;
  color: #7a6a5e;
  padding: 50px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

/*===========================
お知らせ詳細
===========================*/
.page_news_detail .title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

/*===========================
宝探し
===========================*/
.page_treasurehunt_owner .top_txt,
.page_treasurehunt_archive .top_txt {
  margin-top: 40px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
}
.page_treasurehunt_owner .tabs,
.page_treasurehunt_archive .tabs {
  margin-top: 50px;
}
.page_treasurehunt_owner .tabs ul,
.page_treasurehunt_archive .tabs ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.page_treasurehunt_owner .tabs ul li,
.page_treasurehunt_archive .tabs ul li {
  width: 50%;
  background: #aaa;
}
.page_treasurehunt_owner .tabs ul li a,
.page_treasurehunt_archive .tabs ul li a {
  display: block;
  text-align: center;
  padding: 25px 0;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #26170b;
  text-decoration: none;
}
.page_treasurehunt_owner .tabs ul li.active,
.page_treasurehunt_archive .tabs ul li.active {
  background: #180a03;
}
.page_treasurehunt_owner .tabs ul li.active a,
.page_treasurehunt_archive .tabs ul li.active a {
  color: #fff;
}
.page_treasurehunt_owner .content,
.page_treasurehunt_archive .content {
  background: #180a03;
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}
.page_treasurehunt_owner .content::before,
.page_treasurehunt_archive .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b79671+0,bca271+28,fff3dc+60,fff3dc+72,b79671+100 */
  background: linear-gradient(to right, #b79671 0%, #bca271 28%, #fff3dc 60%, #fff3dc 72%, #b79671 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.page_treasurehunt_owner .heading {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
}
.page_treasurehunt_owner .heading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 1px;
  background: #b79671;
}
.page_treasurehunt_owner .section01 .present {
  padding-bottom: 30px;
  border-bottom: 1px dotted #ddd;
}
.page_treasurehunt_owner .section01 .present .items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: relative;
}
.page_treasurehunt_owner .section01 .present .items::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 100%;
  background-image: url("../img/tresurehunt/ico_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 18px;
  pointer-events: none;
  z-index: 10;
}
.page_treasurehunt_owner .section01 .present .items .item {
  width: 45%;
}
.page_treasurehunt_owner .section01 .present .ttl {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.page_treasurehunt_owner .section01 .present input, .page_treasurehunt_owner .section01 .present .possession {
  background: #fff;
  color: #000;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.8em;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.page_treasurehunt_owner .section01 .present .possession span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 18px;
}
.page_treasurehunt_owner .section01 .present .possession span::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("../img/top/ico_point.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
.page_treasurehunt_owner .section01 .present .rest {
  margin-top: 30px;
}
.page_treasurehunt_owner .section01 .present .rest .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.page_treasurehunt_owner .section01 .present .rest .point {
  width: 80%;
  margin: 10px auto 0;
  background: #ddd;
  color: #000;
  border: 1px solid #ddd;
  padding: 0.8em;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.page_treasurehunt_owner .section01 .hint {
  padding: 30px 0;
  border-bottom: 1px dotted #ddd;
}
.page_treasurehunt_owner .section01 .hint .file__label {
  display: block;
  width: 80%;
  line-height: 1.5;
  text-align: center;
  padding: 1.5em 0.5em;
  margin-inline: auto;
  color: #fff;
  background-color: #ffa620;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.page_treasurehunt_owner .section01 .hint input[type=file] {
  display: none;
}
.page_treasurehunt_owner .section01 .hint .file__none {
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
  word-break: break-all;
}
.page_treasurehunt_owner .section01 .hint .preview {
  margin-top: 10px;
}
.page_treasurehunt_owner .section01 .hint .text textarea {
  width: 90%;
  display: block;
  border: none;
  margin: auto;
  padding: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  height: 250px;
}
.page_treasurehunt_owner .section01 .number {
  padding: 30px 0;
  border-bottom: 1px dotted #ddd;
  text-align: center;
}
.page_treasurehunt_owner .section01 .number input {
  padding: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  width: 80px;
  display: inline-block;
  margin-right: 10px;
  color: #000;
}
.page_treasurehunt_owner .section01 .qr {
  padding: 30px 0;
  border-bottom: 1px dotted #ddd;
  text-align: center;
}
.page_treasurehunt_owner .section01 .qr .backbtn {
  margin-top: 10px;
  color: #000;
}
.page_treasurehunt_owner .btn_section {
  margin: 30px auto 0;
  width: 50%;
}

.page_treasurehunt_archive .archive ul li {
  padding: 20px 0;
  border-bottom: 1px dotted #fff;
}
.page_treasurehunt_archive .archive ul li:first-child {
  padding-top: 0;
}
.page_treasurehunt_archive .archive ul li table {
  margin-top: 10px;
  width: 100%;
}
.page_treasurehunt_archive .archive ul li table th, .page_treasurehunt_archive .archive ul li table td {
  vertical-align: top;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0;
}
.page_treasurehunt_archive .archive ul li table th {
  width: 120px;
}

.page_treasurehunt_user {
  padding-bottom: 80px;
}
.page_treasurehunt_user .content {
  margin-top: 30px;
  background: #180a03;
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}
.page_treasurehunt_user .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #b79671 0%, #bca271 28%, #fff3dc 60%, #fff3dc 72%, #b79671 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.page_treasurehunt_user .section01 ul li {
  padding: 30px 0;
  border-bottom: 1px dotted #fff;
}
.page_treasurehunt_user .section01 ul li:first-child {
  padding-top: 0;
}
.page_treasurehunt_user .section01 ul li .frame {
  background-image: url("../img/giftbook/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 77%;
  position: relative;
}
.page_treasurehunt_user .section01 ul li .frame .wrap {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_treasurehunt_user .section01 ul li .frame .wrap .image {
  display: block;
  margin: 10px auto 0;
  text-align: center;
}
.page_treasurehunt_user .section01 ul li .frame .wrap .image img {
  max-height: 112px;
}
.page_treasurehunt_user .section01 ul li .frame .ttl {
  background-image: url("../img/giftbook/ttl.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 19.7530864198%;
}
.page_treasurehunt_user .section01 ul li .frame .ttl span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  display: block;
  text-align: center;
  color: #000;
}
.page_treasurehunt_user .section01 table {
  margin-top: 20px;
  width: 100%;
}
.page_treasurehunt_user .section01 table th, .page_treasurehunt_user .section01 table td {
  vertical-align: top;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0;
}
.page_treasurehunt_user .section01 table th {
  width: 120px;
}

/*===========================
宝探し
===========================*/
.page_treasurehunt_owner .top_txt,
.page_treasurehunt_archive .top_txt {
  margin-top: 40px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
}
.page_treasurehunt_owner .tabs,
.page_treasurehunt_archive .tabs {
  margin-top: 50px;
}
.page_treasurehunt_owner .tabs ul,
.page_treasurehunt_archive .tabs ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.page_treasurehunt_owner .tabs ul li,
.page_treasurehunt_archive .tabs ul li {
  width: 50%;
  background: #aaa;
}
.page_treasurehunt_owner .tabs ul li a,
.page_treasurehunt_archive .tabs ul li a {
  display: block;
  text-align: center;
  padding: 25px 0;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #26170b;
  text-decoration: none;
}
.page_treasurehunt_owner .tabs ul li.active,
.page_treasurehunt_archive .tabs ul li.active {
  background: #180a03;
}
.page_treasurehunt_owner .tabs ul li.active a,
.page_treasurehunt_archive .tabs ul li.active a {
  color: #fff;
}
.page_treasurehunt_owner .content,
.page_treasurehunt_archive .content {
  background: #180a03;
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}
.page_treasurehunt_owner .content::before,
.page_treasurehunt_archive .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b79671+0,bca271+28,fff3dc+60,fff3dc+72,b79671+100 */
  background: linear-gradient(to right, #b79671 0%, #bca271 28%, #fff3dc 60%, #fff3dc 72%, #b79671 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.page_treasurehunt_owner .heading {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
}
.page_treasurehunt_owner .heading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 1px;
  background: #b79671;
}
.page_treasurehunt_owner .section01 .present {
  padding-bottom: 30px;
  border-bottom: 1px dotted #ddd;
}
.page_treasurehunt_owner .section01 .present .items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: relative;
}
.page_treasurehunt_owner .section01 .present .items::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 100%;
  background-image: url("../img/tresurehunt/ico_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 18px;
  pointer-events: none;
  z-index: 10;
}
.page_treasurehunt_owner .section01 .present .items .item {
  width: 45%;
}
.page_treasurehunt_owner .section01 .present .ttl {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.page_treasurehunt_owner .section01 .present input, .page_treasurehunt_owner .section01 .present .possession {
  background: #fff;
  color: #000;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.8em;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.page_treasurehunt_owner .section01 .present .possession span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 18px;
}
.page_treasurehunt_owner .section01 .present .possession span::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("../img/top/ico_point.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
.page_treasurehunt_owner .section01 .present .rest {
  margin-top: 30px;
}
.page_treasurehunt_owner .section01 .present .rest .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.page_treasurehunt_owner .section01 .present .rest .point {
  width: 80%;
  margin: 10px auto 0;
  background: #ddd;
  color: #000;
  border: 1px solid #ddd;
  padding: 0.8em;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.page_treasurehunt_owner .section01 .hint {
  padding: 30px 0;
  border-bottom: 1px dotted #ddd;
}
.page_treasurehunt_owner .section01 .hint .file__label {
  display: block;
  width: 80%;
  line-height: 1.5;
  text-align: center;
  padding: 1.5em 0.5em;
  margin-inline: auto;
  color: #fff;
  background-color: #ffa620;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.page_treasurehunt_owner .section01 .hint input[type=file] {
  display: none;
}
.page_treasurehunt_owner .section01 .hint .file__none {
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
  word-break: break-all;
}
.page_treasurehunt_owner .section01 .hint .preview {
  margin-top: 10px;
}
.page_treasurehunt_owner .section01 .hint .text textarea {
  width: 90%;
  display: block;
  border: none;
  margin: auto;
  padding: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  height: 250px;
}
.page_treasurehunt_owner .section01 .number {
  padding: 30px 0;
  border-bottom: 1px dotted #ddd;
  text-align: center;
}
.page_treasurehunt_owner .section01 .number input {
  padding: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  width: 80px;
  display: inline-block;
  margin-right: 10px;
  color: #000;
}
.page_treasurehunt_owner .section01 .qr {
  padding: 30px 0;
  border-bottom: 1px dotted #ddd;
  text-align: center;
}
.page_treasurehunt_owner .section01 .qr .backbtn {
  margin-top: 10px;
  color: #000;
}
.page_treasurehunt_owner .btn_section {
  margin: 30px auto 0;
  width: 50%;
}

.page_treasurehunt_archive .archive ul li {
  padding: 20px 0;
  border-bottom: 1px dotted #fff;
}
.page_treasurehunt_archive .archive ul li:first-child {
  padding-top: 0;
}
.page_treasurehunt_archive .archive ul li table {
  margin-top: 10px;
  width: 100%;
}
.page_treasurehunt_archive .archive ul li table th, .page_treasurehunt_archive .archive ul li table td {
  vertical-align: top;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0;
}
.page_treasurehunt_archive .archive ul li table th {
  width: 120px;
}

.page_invitation {
  padding-bottom: 80px;
}
.page_invitation .content {
  margin-top: 30px;
  background: #180a03;
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}
.page_invitation .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #b79671 0%, #bca271 28%, #fff3dc 60%, #fff3dc 72%, #b79671 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.page_invitation .content .ttl {
  background-image: url("../img/giftbook/ttl.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 19.7530864198%;
}
.page_invitation .content .ttl span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  display: block;
  text-align: center;
  color: #000;
}
.page_invitation .content .txt {
  text-align: center;
  margin-bottom: 16px;
}
.page_invitation .content .txt img {
  margin: 20px 0 16px;
}
.page_invitation .content .invitation_btn {
  text-align: center;
}

/* ==============================================
   page_itembox (user/itembox/index.blade.php)
   ============================================== */
.wrapper.page_itembox {
    color: #fff;
    min-height: 100vh;
    padding-bottom: 80px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}
.ib-total {
    margin: 0 16px 24px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border: 1px solid rgba(255,215,0,0.3);
    border-radius: 16px;
    padding: 20px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ib-total::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 50%, rgba(255,215,0,0.07), transparent 60%);
    pointer-events: none;
}
.ib-total-label {
    font-size: 11px;
    letter-spacing: 3px;
    color: #ffd700;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.ib-total-point {
    font-size: 42px;
    font-weight: 900;
    color: #ffd700;
    line-height: 1;
    text-shadow: 0 0 20px rgba(255,215,0,0.5);
    letter-spacing: -1px;
}
.ib-total-point small {
    font-size: 16px;
    font-weight: normal;
    margin-left: 4px;
    color: #cca800;
}
.ib-total-desc {
    font-size: 11px;
    color: #888;
    margin-top: 8px;
}
.ib-jackpot-wrap {
    margin: 0 16px 28px;
}
.ib-jackpot-btn {
    display: block;
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
}
.ib-jackpot-btn.active {
    background: linear-gradient(135deg, #ff6b35, #f7931e, #ffd700);
    color: #1a0a00;
    box-shadow: 0 4px 20px rgba(255,180,0,0.4);
    animation: pulse-gold 2s infinite;
}
.ib-jackpot-btn.active::after {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    animation: shimmer 2s infinite;
}
.ib-jackpot-btn.inactive {
    background: #222;
    color: #555;
    cursor: not-allowed;
    border: 1px solid #333;
}
@keyframes pulse-gold {
    0%, 100% { box-shadow: 0 4px 20px rgba(255,180,0,0.4); }
    50%       { box-shadow: 0 4px 32px rgba(255,180,0,0.7); }
}
@keyframes shimmer {
    0%   { transform: translateX(-100%) rotate(15deg); }
    100% { transform: translateX(100%) rotate(15deg); }
}
.ib-jackpot-hint {
    font-size: 11px;
    color: #666;
    text-align: center;
    margin-top: 6px;
}
.ib-flash {
    margin: 0 16px 16px;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
}
.ib-flash.success {
    background: rgba(0,200,100,0.15);
    border: 1px solid rgba(0,200,100,0.3);
    color: #00c864;
}
.ib-flash.jackpot {
    background: linear-gradient(135deg, rgba(255,180,0,0.15), rgba(255,100,0,0.1));
    border: 1px solid rgba(255,180,0,0.4);
    color: #ffd700;
    text-align: center;
    font-size: 16px;
}
.ib-flash.error {
    background: rgba(220,50,50,0.1);
    border: 1px solid rgba(220,50,50,0.3);
    color: #e05555;
}
.ib-items {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ib-card {
    background: #111;
    border: 1px solid #222;
    border-radius: 16px;
    padding: 18px 16px;
    transition: border-color 0.3s;
    position: relative;
    overflow: hidden;
}
.ib-card.done {
    border-color: rgba(80,220,120,0.4);
    background: linear-gradient(135deg, #0d1f14 0%, #111 100%);
}
.ib-card.clearable {
    border-color: rgba(255,180,0,0.4);
    background: linear-gradient(135deg, #1f1800 0%, #111 100%);
}
.ib-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}
.ib-gem-img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.15));
    flex-shrink: 0;
}
.ib-card.done .ib-gem-img {
    filter: drop-shadow(0 0 10px rgba(80,220,120,0.5));
}
.ib-card.clearable .ib-gem-img {
    filter: drop-shadow(0 0 10px rgba(255,200,0,0.5));
}
.ib-card-info {
    flex: 1;
    min-width: 0;
}
.ib-item-name {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px;
}
.ib-condition {
    font-size: 12px;
    color: #888;
}
.ib-status-badge {
    font-size: 11px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
}
.ib-status-badge.done    { background: rgba(80,220,120,0.2); color: #50dc78; border: 1px solid rgba(80,220,120,0.3); }
.ib-status-badge.clear   { background: rgba(255,180,0,0.2);  color: #ffd700; border: 1px solid rgba(255,180,0,0.3); }
.ib-status-badge.pending { background: rgba(255,255,255,0.05); color: #555; border: 1px solid #333; }
.ib-gauge-wrap {
    margin-bottom: 14px;
}
.ib-gauge-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
    margin-bottom: 6px;
}
.ib-gauge-labels strong {
    color: #ccc;
    font-size: 13px;
}
.ib-gauge-track {
    width: 100%;
    height: 10px;
    background: #1e1e1e;
    border-radius: 99px;
    overflow: hidden;
    border: 1px solid #2a2a2a;
}
.ib-gauge-fill {
    height: 100%;
    border-radius: 99px;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.ib-gauge-fill.normal {
    background: linear-gradient(90deg, #3d5afe, #7c4dff);
}
.ib-gauge-fill.near {
    background: linear-gradient(90deg, #f7931e, #ffd700);
}
.ib-gauge-fill.done {
    background: linear-gradient(90deg, #00c864, #50dc78);
}
.ib-gauge-fill::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 30px; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
    border-radius: 99px;
    animation: gauge-shine 2s ease-in-out infinite;
}
@keyframes gauge-shine {
    0%, 100% { opacity: 0; }
    50%       { opacity: 1; }
}
.ib-claim-wrap { margin-top: 4px; }
.ib-btn-claim {
    display: block;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}
.ib-btn-claim.active {
    background: linear-gradient(135deg, #ff5f87, #ff8c42);
    color: #fff;
    box-shadow: 0 4px 14px rgba(255,80,100,0.35);
}
.ib-btn-claim.active:hover { opacity: 0.88; }
.ib-btn-claim.inactive {
    background: #1e1e1e;
    color: #444;
    cursor: not-allowed;
    border: 1px solid #2a2a2a;
}
.ib-btn-claim.done-label {
    background: rgba(80,220,120,0.1);
    color: #50dc78;
    border: 1px solid rgba(80,220,120,0.25);
    cursor: default;
}

/* ==============================================
   page_deai_archive (user/etc/bbs.blade.php)
   ============================================== */
.wrapper.page_deai_archive {
    color: #fff;
    min-height: 100vh;
    padding-bottom: 80px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}
.bbs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 14px 16px;
    border-bottom: 1px solid #222;
    background-color: rgba(0,0,0,0.7);
    position: sticky;
    top: 0;
    z-index: 9;
}
.bbs-title {
    font-size: 18px;
    font-weight: bold;
}
.bbs-actions {
    display: flex;
    align-items: center;
    gap: 4px;
}
.bbs-actions .icon-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    margin-left: 8px;
    cursor: pointer;
    position: relative;
}
/* ── 掲示板 絞り込みパネル ── */
.bbs-filter-wrap {
    background: rgba(0,0,0,0.7);
    border-bottom: 1px solid #1e1e1e;
}
.bbs-filter-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 10px 16px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    cursor: pointer;
    text-align: left;
}
.bbs-filter-toggle.active {
    color: #60a5fa;
}
.filter-badge {
    display: inline-block;
    background: #3d5afe;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 10px;
    line-height: 1.6;
}
.bbs-filter-panel {
    display: none;
    padding: 4px 16px 16px;
    border-top: 1px solid #1e1e1e;
}
.bbs-filter-panel.open {
    display: block;
}
.filter-row {
    margin-bottom: 12px;
}
.filter-label {
    display: block;
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 5px;
    letter-spacing: 0.04em;
}
.filter-input,
.filter-select {
    width: 100%;
    padding: 8px 10px;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    outline: none;
}
.filter-input:focus,
.filter-select:focus {
    border-color: #3d5afe;
}
.filter-radio-group {
    display: flex;
    gap: 12px;
}
.filter-radio {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    cursor: pointer;
}
.filter-actions {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}
.filter-btn-apply {
    flex: 1;
    padding: 9px;
    background: #3d5afe;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.filter-btn-clear {
    padding: 9px 14px;
    background: #2a2a2a;
    color: rgba(255,255,255,0.6);
    border-radius: 8px;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.bbs-sort-tabs {
    display: flex;
    background: #0a0a0a;
    border-bottom: 1px solid #222;
}
.sort-tab {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}
.sort-tab.active {
    color: #fff;
    border-bottom-color: #ff5f87;
    font-weight: bold;
}
.sort-tab:hover:not(.active) {
    color: #bbb;
}
.sort-tab i {
    margin-right: 5px;
}
.fav-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ff5f87;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.fav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 50;
}
.fav-overlay.open { display: block; }
.fav-panel {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #111;
    border-radius: 16px 16px 0 0;
    max-height: 75vh;
    display: flex;
    flex-direction: column;
    z-index: 51;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.fav-panel.open {
    transform: translateY(0);
}
.fav-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 16px 12px;
    border-bottom: 1px solid #222;
    flex-shrink: 0;
}
.fav-panel-header span {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.fav-panel-header button {
    background: none;
    border: none;
    color: #888;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}
.fav-panel-body {
    overflow-y: auto;
    flex: 1;
    padding: 8px 0;
}
.fav-empty {
    text-align: center;
    color: #555;
    font-size: 14px;
    padding: 40px 16px;
}
.fav-card {
    padding: 12px 16px;
    border-bottom: 1px solid #1e1e1e;
    cursor: pointer;
}
.fav-card:hover { background: #1a1a1a; }
.fav-card .fav-card-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}
.fav-card .fav-avatar {
    width: 36px; height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.fav-card .fav-name {
    font-size: 13px;
    font-weight: bold;
    color: #ddd;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fav-card .fav-time {
    font-size: 11px;
    color: #555;
    white-space: nowrap;
}
.fav-card .fav-title {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fav-card .fav-body {
    font-size: 12px;
    color: #888;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fav-like-row {
    font-size: 12px;
    color: #ff5f87;
    margin-top: 4px;
}
.bbs-list {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
}
.bbs-post {
    padding: 14px 16px;
    border-bottom: 1px solid #222;
    opacity: 1;
    transition: all 0.4s ease;
    position: relative;
}
.bbs-post.hidden {
    opacity: 0;
    transform: translateY(15px);
}
.bbs-post.show {
    opacity: 1;
    transform: translateY(0);
}
.post-expires {
    display: inline-block;
    font-size: 10px;
    color: #888;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 1px 6px;
    margin-bottom: 6px;
}
.post-expires.urgent {
    color: #ff5f87;
    border-color: #ff5f87;
}
.post-header {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    flex-shrink: 0;
}
.user-info {
    flex: 1;
    min-width: 0;
}
.name-age {
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.name-age span {
    font-size: 13px;
    font-weight: normal;
    margin-left: 4px;
    color: #bbb;
}
.gender-icon {
    margin-left: 6px;
    font-size: 14px;
}
.gender-icon.male   { color: #5aa1ff; }
.gender-icon.female { color: #ff5f87; }
.region {
    font-size: 12px;
    color: #aaa;
}
.time {
    font-size: 11px;
    color: #666;
    margin-left: auto;
    white-space: nowrap;
    padding-left: 8px;
}
.post-menu {
    background: none;
    border: none;
    color: #888;
    font-size: 16px;
    margin-left: 8px;
    cursor: pointer;
    flex-shrink: 0;
}
.post-title {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px;
    cursor: pointer;
}
.post-title:hover {
    color: #aac4ff;
    text-decoration: underline;
}
.post-body {
    font-size: 13px;
    line-height: 1.5;
    color: #bbb;
    margin-bottom: 4px;
    cursor: pointer;
}
.post-read-more {
    font-size: 12px;
    color: #5aa1ff;
    cursor: pointer;
    margin-bottom: 8px;
    display: inline-block;
}
.post-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}
.btn-like, .btn-message {
    background: none;
    border: none;
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: transform 0.15s ease, color 0.15s ease;
    padding: 0;
}
.btn-like.active {
    color: #ff5f87;
    transform: scale(1.1);
}
.btn-message:hover { color: #5aa1ff; }
.post-menu-popup {
    display: none;
    position: absolute;
    top: 50px;
    right: 16px;
    background: #222;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    z-index: 20;
    min-width: 140px;
    padding: 8px 0;
}
.post-menu-popup.open { display: block; }
.post-menu-popup button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 16px;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.post-menu-popup button:hover { background: #333; }
.bbs-modal {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.75);
    z-index: 200;
    justify-content: center;
    align-items: center;
}
.bbs-modal.open { display: flex; }
.bbs-modal-inner {
    background: #111;
    border-radius: 12px;
    width: 90%;
    max-width: 480px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 24px 20px;
    position: relative;
    color: #fff;
}
.bbs-modal-close {
    position: absolute;
    top: 14px; right: 16px;
    background: none;
    border: none;
    color: #888;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
}
.bbs-modal-close:hover { color: #fff; }
.detail-avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}
.detail-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.detail-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #fff;
}
.detail-body {
    font-size: 14px;
    line-height: 1.7;
    color: #ddd;
    white-space: pre-wrap;
    margin-bottom: 20px;
}
.detail-actions {
    display: flex;
    gap: 12px;
    border-top: 1px solid #222;
    padding-top: 16px;
}
.detail-btn {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: opacity .2s;
}
.detail-btn:hover { opacity: .85; }
.detail-btn-like    { background: #222; color: #ff5f87; }
.detail-btn-like.active { background: #3a0010; }
.detail-btn-msg     { background: #3d5afe; color: #fff; }
.dm-quote-box {
    background: #1a1a1a;
    border-left: 3px solid #3d5afe;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 14px;
    line-height: 1.5;
}
.dm-quote-box strong {
    color: #ddd;
    display: block;
    margin-bottom: 2px;
}
.dm-textarea {
    width: 100%;
    box-sizing: border-box;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    color: #fff;
    padding: 12px;
    font-size: 14px;
    line-height: 1.6;
    resize: vertical;
    min-height: 100px;
    margin-bottom: 14px;
}
.dm-textarea:focus { outline: none; border-color: #3d5afe; }
.dm-send-btn {
    width: 100%;
    padding: 12px;
    background: #3d5afe;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.dm-send-btn:hover { background: #2a3fd1; }
.modal_overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.modal_content {
    color: #333;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    position: relative;
}
.modal_close_btn {
    position: absolute;
    width: 38px;
    top: 10px; right: 10px;
    background: none;
    border: none;
    color: #aaa;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    padding: 5px;
}
.modal_close_btn:hover { color: #333; }
.bbs_form_section .form_group { margin-bottom: 15px; }
.bbs_form_section label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}
.bbs_form_section .form_input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}
.btn_section { text-align: right; }
.bbs-modal-title {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
.bbs-char-count {
    text-align: right;
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}
.bbs-submit-btn {
    width: 100%;
    border: none;
    cursor: pointer;
    margin-top: 4px;
}
.bbs-submit-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.bbs_form_section .radio_group {
    display: flex;
    gap: 20px;
    align-items: center;
}
.bbs_form_section .radio_group label {
    display: flex;
    align-items: center;
    font-weight: normal;
    margin-bottom: 0;
    cursor: pointer;
}
.bbs_form_section .radio_group input[type="radio"] {
    margin-right: 5px;
    width: auto;
    padding: 0;
    border: none;
}
.bbs-empty {
    text-align: center;
    padding: 60px 16px;
    color: #555;
    font-size: 14px;
}
.page_deai_archive .fa { pointer-events: none; }

/* ==============================================
   page_kakusei (user/etc/kakusei.blade.php)
   ============================================== */
.kk-modal-overlay {
    display: none;
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.kk-modal-overlay.active { display: flex; }
.kk-modal {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px 20px;
    max-width: 340px;
    width: 90%;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
.kk-modal .modal-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #333;
}
.kk-modal .modal-body {
    font-size: 12px;
    color: #555;
    line-height: 1.8;
    text-align: left;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 20px;
}
.kk-modal .modal-body li { margin-bottom: 4px; }
.kk-modal .modal-btns {
    display: flex;
    gap: 10px;
}
.kk-modal .modal-btns button {
    flex: 1;
    padding: 12px 0;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.kk-modal .btn-cancel-modal { background: #eee; color: #666; }
.kk-modal .btn-confirm-green { background: #4CAF50; color: #fff; }
.kk-modal .btn-confirm-red   { background: #e53935; color: #fff; }
.kk-modal .btn-confirm-gray  { background: #888; color: #fff; }

/* ==============================================
   Stripe決済フォーム (mypage/payment/card.blade.php)
   ============================================== */
.MyCardElement {
    height: 40px;
    padding: 10px 12px;
    width: 100%;
    color: #32325d;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin-bottom: 20px;
}
#card-holder-name {
    color: black;
}
#card-button {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    color: #4D9BC1;
    border: 2px solid #4D9BC1;
    background: #fff;
    padding: 1em 2em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
}
#payment-form {
    max-width: 500px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#payment-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}
#payment-form input[type="text"],
#payment-form input[type="test"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 16px;
}
#card-errors {
    color: red;
    margin-bottom: 20px;
}
button#card-button {
    background-color: #0070f3;
    color: #ffffff;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}
button#card-button:hover {
    background-color: #0059c1;
}
@media (max-width: 600px) {
    #payment-form {
        padding: 20px;
    }
}

/* ==============================================
   page_ranking (user/ranking/index.blade.php)
   ============================================== */
.page_ranking .tabs ul li { border-bottom: 3px solid transparent; }
.page_ranking .tabs ul li.active { border-bottom: 3px solid #e91e63; }
.page_ranking .tabs ul li.active a { color: #e91e63; font-weight: bold; }
.ranking_section { padding: 0 16px 32px; }
.ranking_cat_block { /* 各部門ブロック */ }
.ranking_cat_empty {
    filter: grayscale(100%);
    opacity: 0.55;
}
/* 両部門とも圏外のとき: 背景画像を白黒化 */
.page_ranking.bg_grayscale::before {
    filter: grayscale(100%);
    opacity: 0.6;
}
.ranking_cat_ttl {
    font-size: 14px; font-weight: bold; color: #fff;
    margin: 24px 0 14px;
    display: flex; align-items: center; gap: 8px;
}
.ranking_cat_ttl::before {
    content: ''; display: block;
    width: 4px; height: 18px;
    background: #e91e63; border-radius: 2px; flex-shrink: 0;
}
.podium {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 16px;
}
.podium_item {
    display: flex; flex-direction: column; align-items: center;
}
.podium_item .p_badge {
    font-size: 11px; font-weight: bold; color: #fff;
    border-radius: 50%; width: 22px; height: 22px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 6px;
}
.p_rank1 .p_badge { background: #FFD700; }
.p_rank2 .p_badge { background: #9E9E9E; }
.p_rank3 .p_badge { background: #CD7F32; }
.podium_item img {
    border-radius: 50%; object-fit: cover;
    border: 3px solid rgba(255,255,255,0.5);
}
.p_rank1 img { width: 82px; height: 82px; border-color: #FFD700; }
.p_rank2 img, .p_rank3 img { width: 64px; height: 64px; }
.podium_item .p_name {
    font-size: 11px; color: #fff; margin-top: 6px;
    text-align: center; max-width: 80px;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.podium_item .p_score { font-size: 10px; color: rgba(255,255,255,0.65); }
.rank_list { list-style: none; padding: 0; margin: 0; }
.rank_list li {
    display: flex; align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.rank_list .r_num {
    width: 30px; font-size: 13px; font-weight: bold;
    color: rgba(255,255,255,0.5); text-align: center;
}
.rank_list img {
    width: 42px; height: 42px; border-radius: 50%;
    object-fit: cover; margin-right: 12px; flex-shrink: 0;
}
.rank_list .r_info { flex: 1; }
.rank_list .r_name { font-size: 13px; color: #fff; }
.rank_list .r_score { font-size: 11px; color: rgba(255,255,255,0.55); margin-top: 2px; }
.rank_empty {
    text-align: center; color: rgba(255,255,255,0.4);
    font-size: 13px; padding: 30px 0;
}

/* ==============================================
   トークページ タブ (user/talk/index.blade.php)
   ============================================== */
.tabs ul li { border-bottom: 3px solid transparent; }
.tabs ul li.active { border-bottom: 3px solid #e91e63; }
.tabs ul li.active a { color: #e91e63; font-weight: bold; }
.talk_row_link { display: flex; align-items: center; text-decoration: none; color: inherit; flex: 1; min-width: 0; padding: 12px 0 12px 16px; }
.talk_row_link:hover { opacity: 0.85; }

/* ==============================================
   プロフィール編集 (mypage/profile/edit.blade.php)
   ============================================== */
.page_profile_edit textarea {
    resize: none;
    overflow-y: hidden;
    box-sizing: border-box;
}
.btn_main_img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 9px;
    padding: 2px 0;
    background: rgba(160, 120, 60, 0.78);
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
    display: block;
    z-index: 1;
}
.btn_main_img:hover {
    background: rgba(130, 90, 30, 0.92);
}

/* ==============================================
   マイページ section01 横並びレイアウト
   ============================================== */
.page_mypage .section01 .profile-row {
    display: flex;
    align-items: stretch;
}
.page_mypage .section01 .picture {
    width: auto;
    margin: 0;
    flex-shrink: 0;
}
.page_mypage .section01 .image {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}
.page_mypage .section01 .frame {
    width: auto;
    flex: 1;
    min-width: 0;
    margin: 0;
}
.page_mypage .section01 .frame_inner {
    min-height: 100px;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page_mypage .section01 .name {
    font-size: 1.4rem;
    text-align: left;
    padding-bottom: 3px;
}
.page_mypage .section01 .point {
    font-size: 1.5rem;
    padding-left: 24px;
}
.page_mypage .section01 .frame .point::before {
    width: 17px;
    height: 17px;
    top: 2px;
}
.page_mypage .section01 .user-id-label {
    font-size: 1.0rem;
    margin-top: 2px;
}

/* ==============================================
   ミッションページ アニメーション (user/mission/index.blade.php)
   ============================================== */
@keyframes claimPulse {
    0%,100% { box-shadow: 0 0 0 0 rgba(76,175,80,0.6); }
    50%      { box-shadow: 0 0 0 8px rgba(76,175,80,0); }
}
.mission-claimable {
    animation: claimPulse 1.6s ease-in-out infinite;
}
.mission-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-image: none !important;
    padding: 8px 16px !important;
    min-width: 80px !important;
    height: auto !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 20px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}
.mission-btn .btn_txt {
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #fff !important;
    display: block !important;
    text-align: center !important;
}
.btn.red.mission-btn   { background-color: #c0392b !important; }
.btn.green.mission-btn { background-color: #27ae60 !important; }
.btn.gray.mission-btn  { background-color: #7f8c8d !important; opacity: 0.7; }
@keyframes chestShake {
    0%,100% { transform: rotate(0deg); }
    25%      { transform: rotate(-8deg) scale(1.1); }
    75%      { transform: rotate(8deg) scale(1.1); }
}
@keyframes fadeInUp {
    from { opacity:0; transform: translateY(20px); }
    to   { opacity:1; transform: translateY(0); }
}
@keyframes sparkle {
    0%   { transform: scale(0.5) rotate(0deg); opacity:0; }
    50%  { transform: scale(1.3) rotate(180deg); opacity:1; }
    100% { transform: scale(1) rotate(360deg); opacity:0.8; }
}
#chest-open { animation: sparkle 0.6s ease forwards; }

/* ==============================================
   トーク詳細 (user/talk/show.blade.php)
   ============================================== */
#talk_form {
    display: contents;
}
.btn_download {
    background-color: transparent;
    border: none;
    color: white;
    font-size: large;
}
/* 男性無料ユーザー向け覚醒促進バナー */
.kakusei_notice {
    padding: 14px 16px;
    background: #fff8e1;
    border-top: 2px solid #f5c518;
    text-align: center;
}
.kakusei_notice_txt {
    margin: 0 0 10px;
    font-size: 13px;
    color: #5a4000;
    line-height: 1.7;
}
.kakusei_notice_btn {
    display: inline-block;
    padding: 10px 28px;
    background: linear-gradient(135deg, #ff6b35, #e53935);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 24px;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(229,57,53,0.35);
}
.kakusei_notice_btn:hover {
    opacity: 0.88;
    color: #fff;
}

/* ==============================================
   エラーページ (user/error.blade.php)
   ============================================== */
.page_error {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.page_error .error-content {
    text-align: center;
}
.page_error .error-title {
    font-size: 36px;
    padding: 20px;
}

/* ==============================================
   掲示板 目的バッジ (bbs.blade.php)
   ============================================== */
.purpose-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 9px;
    border-radius: 20px;
    margin-bottom: 6px;
    letter-spacing: 0.03em;
}
.purpose-badge.purpose-event {
    background: rgba(100, 160, 255, 0.18);
    color: #6ba8ff;
    border: 1px solid rgba(100, 160, 255, 0.35);
}
.purpose-badge.purpose-drink {
    background: rgba(255, 167, 38, 0.18);
    color: #ffb74d;
    border: 1px solid rgba(255, 167, 38, 0.35);
}
.purpose-badge.purpose-business {
    background: rgba(100, 220, 180, 0.18);
    color: #4dd0a8;
    border: 1px solid rgba(100, 220, 180, 0.35);
}
.purpose-badge.purpose-other {
    background: rgba(180, 180, 180, 0.15);
    color: #aaa;
    border: 1px solid rgba(180, 180, 180, 0.3);
}

/* ==============================================
   掲示板 DMモーダル 引用ブロック (bbs.blade.php)
   ============================================== */
.dm-quote-block {
    background: rgba(255, 255, 255, 0.06);
    border-left: 3px solid #3d5afe;
    border-radius: 0 6px 6px 0;
    padding: 10px 14px;
    margin-bottom: 14px;
    pointer-events: none;
    user-select: none;
}
.dm-quote-block .dm-quote-label {
    font-size: 10px;
    color: #6b88ff;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
}
.dm-quote-block .dm-quote-title {
    font-size: 13px;
    color: #ccc;
    line-height: 1.4;
    word-break: break-all;
}
.dm-quote-block .dm-quote-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 11px;
    color: #6b88ff;
    text-decoration: none;
    pointer-events: all;
}
.dm-quote-block .dm-quote-link:hover {
    text-decoration: underline;
}



/* ========== 友達掲示板ブロックモーダル ========== */
.popularity-gate-overlay {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(3px);
    padding: 16px;
}
.popularity-gate-card {
    background: #1a1008;
    border: 1px solid #5a3a1a;
    border-radius: 14px;
    padding: 28px 20px 20px;
    max-width: 320px;
    width: 100%;
    text-align: center;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.7);
}
.popularity-gate-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}
.popularity-gate-title {
    font-size: 2.0rem;
    font-weight: 700;
    color: #f0dcc0;
    margin-bottom: 10px;
    line-height: 1.5;
}
.popularity-gate-body {
    font-size: 1.6rem;
    color: #c8a87a;
    line-height: 1.8;
    margin-bottom: 20px;
}
.popularity-gate-sub {
    font-size: 1.6rem;
    color: #8a6a50;
}
.popularity-gate-btn {
    background: linear-gradient(135deg, #c0392b, #e74c3c);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 13px 0;
    font-size: 1.6rem;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    letter-spacing: 0.05em;
    -webkit-tap-highlight-color: transparent;
}

.bbs-blocked-boost-btn {
    background: linear-gradient(135deg, #b8860b, #daa520);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 13px 0;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    letter-spacing: 0.05em;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 10px;
}
.bbs-blocked-boost-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ============================================================
   ジャッジページ（審判の間）
   ============================================================ */
:root {
  --judge-gold-bg:    #d4a820;
  --judge-gold-lt:    #fdf5c0;
  --judge-gold-md:    #f0c840;
  --judge-gold-dk:    #8a6010;
  --judge-gold-edge:  #6a4808;
  --judge-text-dk:    #2a1400;
  --judge-text-md:    #5c3408;
  --judge-text-lt:    #8a5c18;
  --judge-parchment:  #f8eecc;
  --judge-parch-dk:   #e8d8a0;
  --judge-frame-dk:   #0a0c18;
  --judge-red-lt:     #c0392b;
  --judge-grn-lt:     #1e8a45;
  --judge-bg:         #0a0500;
  --judge-ui-gold:    #c8a84b;
  --judge-ui-gold-dk: #7a5c20;
}

.judge-page-wrap {
  background: radial-gradient(ellipse at 50% 30%, #100800 0%, var(--judge-bg) 70%);
  min-height: 100dvh;
  display: flex; flex-direction: column; align-items: center;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  overflow: hidden;
  padding-top: 0;
}

.judge-title-bar {
  width: 100%;
  padding: 68px 18px 6px;
  display: none;
  justify-content: center;
  align-items: flex-end;
  flex-shrink: 0;
  position: relative;
  pointer-events: none;
}
.judge-title-text {
  font-size: 13px;
  font-weight: bold;
  color: var(--judge-ui-gold-dk);
  letter-spacing: 0.14em;
  text-align: center;
}

.judge-intro-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 36px 24px 40px;
  flex: 1;
  width: 100%;
  max-width: 420px;
  pointer-events: none;
  text-align: center;
}
.judge-intro-emblem {
  font-size: 56px;
  line-height: 1;
  animation: judgeEmblemGlow 3s ease-in-out infinite alternate;
}
@keyframes judgeEmblemGlow {
  from { filter: drop-shadow(0 0 8px rgba(200,168,75,0.3)); }
  to   { filter: drop-shadow(0 0 22px rgba(200,168,75,0.75)); }
}
.judge-intro-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--judge-ui-gold);
  letter-spacing: 0.32em;
  text-shadow: 0 0 18px rgba(200,168,75,0.4), 0 2px 4px rgba(0,0,0,0.9);
  margin-bottom: -6px;
}
.judge-intro-divider {
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--judge-ui-gold), transparent);
  opacity: 0.55;
}
.judge-intro-parchment {
  width: 100%;
  background: linear-gradient(160deg, #f8eecc 0%, #e8d8a0 100%);
  border: 2px solid var(--judge-gold-edge);
  border-radius: 8px;
  padding: 3px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.65), inset 0 1px 0 rgba(255,250,200,0.8);
}
.judge-intro-parchment-inner {
  padding: 16px 18px;
  border: 1px solid rgba(100,68,10,0.28);
  border-radius: 6px;
  text-align: left;
}
.judge-intro-rule-title {
  font-size: 16px;
  font-size: 2rem;
  font-weight: bold;
  color: var(--judge-text-dk);
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-align: center;
}
.judge-intro-rule-text {
  font-size: 12px;
  font-size: 1.5rem;
  color: var(--judge-text-md);
  line-height: 1.75;
  margin-bottom: 14px;
  text-align: center;
}
.judge-intro-rule-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.judge-intro-rule-item {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 11px;
  color: var(--judge-text-dk);
  font-weight: bold;
}
.judge-intro-rule-item span:last-child {
  font-weight: normal;
  color: var(--judge-text-md);
}
.judge-rule-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}
.judge-rule-icon-like {
  background: radial-gradient(circle at 35% 30%, #229a40, #0e4a1e);
  border: 1px solid rgba(46,196,90,0.5);
  color: #2ec45a;
}
.judge-rule-icon-pass {
  background: radial-gradient(circle at 35% 30%, #9e2020, #5a0d0d);
  border: 1px solid rgba(231,76,60,0.5);
  color: #e74c3c;
}
.judge-rule-icon-skip {
  background: rgba(200,168,75,0.08);
  border: 1px solid rgba(200,168,75,0.35);
  color: rgba(200,168,75,0.75);
  font-size: 11px;
}
.judge-intro-btn-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  pointer-events: auto;
}
.judge-intro-btn-start {
  width: 100%;
  max-width: 280px;
  padding: 14px 24px;
  background: linear-gradient(135deg, #7a5010 0%, #c8a020 50%, #7a5010 100%);
  border: 2px solid var(--judge-gold-edge);
  border-radius: 30px;
  color: var(--judge-text-dk);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.12em;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,250,200,0.45);
  transition: transform .15s, box-shadow .15s;
}
.judge-intro-btn-start:active {
  transform: scale(0.96);
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.judge-intro-btn-back {
  font-size: 12px;
  color: var(--judge-ui-gold-dk);
  text-decoration: none;
  letter-spacing: 0.08em;
  opacity: 0.65;
  padding: 8px 16px;
}
.judge-intro-btn-back:hover { opacity: 1; }

.judge-card-stage {
  flex: 1; width: 100%; max-width: 420px;
  display: none; align-items: center; justify-content: center;
  position: relative; z-index: 5;
  perspective: 900px; perspective-origin: 50% 40%;
}

.judge-card-next {
  position: absolute; z-index: 1;
  pointer-events: none;
  transform: scale(0.93) translateY(12px);
  opacity: 0;
  transition: transform .32s cubic-bezier(.25,.8,.25,1), opacity .28s;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.6)) drop-shadow(0 10px 28px rgba(0,0,0,0.4));
}
.judge-card-next.dragging { transition: none; }

.judge-card-wrap {
  position: relative; z-index: 2;
  cursor: grab; will-change: transform; border-radius: 10px;
  filter:
    drop-shadow(0 1px 2px rgba(0,0,0,0.5))
    drop-shadow(0 6px 20px rgba(0,0,0,0.7))
    drop-shadow(0 16px 40px rgba(0,0,0,0.45));
}
.judge-card-wrap:active { cursor: grabbing; }

.judge-card-body {
  width: 286px; height: 448px;
  border-radius: 10px;
  position: relative; overflow: hidden;
  border: 4px solid var(--judge-gold-edge);
  outline: 1.5px solid rgba(200,160,40,0.4);
  background:
    linear-gradient(108deg, transparent 28%, rgba(255,252,210,0.55) 42%, rgba(255,255,255,0.70) 50%, rgba(255,252,210,0.55) 58%, transparent 72%),
    linear-gradient(180deg,
      #8a5c08 0%, #b88418 6%, #d4a020 14%, #e8b830 24%, #f5d050 36%,
      #fbe880 46%, #fdf5c0 50%, #fbe880 54%, #f5d050 64%, #e8b830 76%,
      #d4a020 86%, #b88418 94%, #8a5c08 100%
    );
}

.judge-card-grain {
  position: absolute; inset: 0; border-radius: 7px;
  filter: url(#gold-grain);
  pointer-events: none; z-index: 0; opacity: 0.45;
}

.judge-card-gloss {
  position: absolute; inset: 0; border-radius: 7px;
  box-shadow:
    inset 0  2px 0 rgba(255,255,220,0.75),
    inset 0 -2px 0 rgba(60,30,0,0.45),
    inset  2px 0 0 rgba(255,240,160,0.4),
    inset -2px 0 0 rgba(80,40,0,0.3);
  pointer-events: none; z-index: 1;
}

.judge-holo-layer {
  position: absolute; inset: 0; border-radius: 7px;
  opacity: 0; pointer-events: none; z-index: 6; transition: opacity .25s;
  mix-blend-mode: overlay;
  background: radial-gradient(circle at var(--hx, 50%) var(--hy, 30%), rgba(255,220,80,0.35) 0%, rgba(255,180,20,0.15) 35%, transparent 65%);
}
.judge-card-wrap:hover .judge-holo-layer { opacity: 1; }

.judge-card-stamp {
  position: absolute; z-index: 30; pointer-events: none;
  font-size: 17px; font-weight: 900; letter-spacing: 0.14em;
  border-width: 3px; border-style: solid; border-radius: 5px;
  padding: 6px 13px; opacity: 0; line-height: 1.3;
}
.judge-card-stamp.like {
  top: 75px; left: 8px;
  color: rgba(18,110,45,0.90); border-color: rgba(18,110,45,0.82);
  text-shadow: 1px 1px 0 rgba(18,110,45,0.15);
  box-shadow: inset 0 0 4px rgba(18,110,45,0.18);
  transform: rotate(-12deg);
}
.judge-card-stamp.pass {
  top: 75px; right: 8px;
  color: rgba(180,38,30,0.90); border-color: rgba(180,38,30,0.82);
  text-shadow: 1px 1px 0 rgba(180,38,30,0.15);
  box-shadow: inset 0 0 4px rgba(180,38,30,0.18);
  transform: rotate(12deg);
}

.judge-name-bar {
  position: absolute; top: 8px; left: 8px; right: 8px;
  height: 30px; border-radius: 5px; z-index: 5; overflow: hidden;
  background:
    linear-gradient(108deg, transparent 25%, rgba(255,255,210,0.6) 45%, rgba(255,255,255,0.8) 50%, rgba(255,255,210,0.6) 55%, transparent 75%),
    linear-gradient(180deg, #6a4208 0%, #a06e10 8%, #c08820 18%, #d8a030 30%, #ecc040 44%, #f8dc80 50%, #ecc040 56%, #d8a030 70%, #c08820 82%, #a06e10 92%, #6a4208 100%);
  filter: url(#gold-grain);
  border: 1px solid #5a3806;
  box-shadow: inset 0 1.5px 0 rgba(255,250,200,0.9), inset 0 -1.5px 0 rgba(50,25,0,0.6), 0 1px 3px rgba(0,0,0,0.4);
  display: flex; align-items: center; padding: 0 10px;
}
.judge-name-bar-text {
  font-size: 15px; font-weight: bold;
  color: var(--judge-text-dk);
  text-shadow: 0 1px 0 rgba(255,240,160,0.8), 0 -1px 0 rgba(0,0,0,0.2);
  letter-spacing: 0.04em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1;
}
.judge-name-bar-age {
  font-size: 11px; font-weight: bold;
  color: var(--judge-text-md); letter-spacing: 0.04em; margin-left: 8px; flex-shrink: 0;
}
.judge-name-bar-sep {
  position: absolute; top: 42px; left: 8px; right: 8px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(100,65,10,0.5), transparent);
  z-index: 4;
}

.judge-photo-frame-outer {
  position: absolute; top: 48px; left: 10px; right: 10px;
  height: 196px; z-index: 3;
  border: 1.5px solid rgba(80,50,8,0.7); border-radius: 3px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5), 0 4px 14px rgba(0,0,0,0.4);
}
.judge-photo-frame-inner {
  position: absolute; inset: 4px; border-radius: 2px; overflow: hidden;
  border: 5px solid #08090e;
  box-shadow: inset 2px 2px 6px rgba(255,255,255,0.06), inset -2px -2px 6px rgba(0,0,0,0.95), inset 0 0 14px rgba(0,0,0,0.8), 2px 2px 5px rgba(0,0,0,0.5);
  background: linear-gradient(160deg, #0d1525 0%, #0a0f1e 100%);
  display: flex; align-items: center; justify-content: center;
}
.judge-photo-placeholder {
  width: 72px; height: 72px; border-radius: 50%;
  background: rgba(200,168,75,0.04);
  border: 1px dashed rgba(200,168,75,0.15);
  display: flex; align-items: center; justify-content: center;
  color: rgba(200,168,75,0.2); font-size: 32px;
}
.judge-photo-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.judge-photo-grad {
  position: absolute; bottom: 0; left: 0; right: 0; height: 50px;
  background: linear-gradient(transparent, rgba(8,6,2,0.85));
  pointer-events: none;
}
.judge-photo-number {
  position: absolute; top: 5px; left: 6px;
  font-size: 8px; color: rgba(200,168,75,0.45);
  font-weight: bold; letter-spacing: 0.06em; z-index: 4;
}
.judge-photo-rarity {
  position: absolute; top: 4px; right: 6px;
  display: flex; gap: 1.5px; z-index: 4;
}
.judge-rarity-star { font-size: 9px; }

.judge-type-bar {
  position: absolute; top: 248px; left: 10px; right: 10px;
  height: 20px; z-index: 5;
  display: flex; align-items: center; justify-content: space-between; padding: 0 4px;
}
.judge-type-label {
  font-size: 9px; color: var(--judge-text-md);
  letter-spacing: 0.1em; font-weight: bold;
}

.judge-text-box {
  position: absolute; top: 270px; left: 10px; right: 10px; bottom: 12px;
  border-radius: 3px; z-index: 3; overflow: hidden;
  background: var(--judge-parchment);
}
.judge-text-box-texture {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 40%, rgba(200,155,60,0.20) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 75% 70%, rgba(160,110,30,0.15) 0%, transparent 50%),
    radial-gradient(ellipse 100% 80% at 50% 10%, rgba(220,170,70,0.18) 0%, transparent 60%);
  filter: url(#gold-grain);
  pointer-events: none; opacity: 0.6;
}
.judge-text-box-border {
  position: absolute; inset: 0;
  border: 1.5px solid rgba(100,68,10,0.5); border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255,240,160,0.5), inset 0 -1px 0 rgba(80,50,0,0.2), inset 0 0 8px rgba(180,130,30,0.08);
  pointer-events: none;
}
.judge-text-box-border::before, .judge-text-box-border::after {
  content: '◆'; position: absolute; font-size: 6px; color: rgba(100,68,10,0.5);
}
.judge-text-box-border::before { top: 2px; left: 3px; }
.judge-text-box-border::after  { top: 2px; right: 3px; }
.judge-text-content {
  position: relative; z-index: 2;
  padding: 10px 12px 8px; height: 100%;
  display: flex; flex-direction: column; gap: 7px;
}
.judge-stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; }
.judge-stat-cell {
  background: rgba(120,80,10,0.08);
  border: 1px solid rgba(100,68,10,0.25);
  border-radius: 4px; padding: 5px 4px 4px;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  box-shadow: inset 0 1px 0 rgba(255,240,160,0.5), inset 0 0 4px rgba(100,65,0,0.1);
}
.judge-stat-icon { font-size: 11px; line-height: 1; }
.judge-stat-lbl  { font-size: 6.5px; color: var(--judge-text-lt); letter-spacing: 0.08em; font-weight: bold; }
.judge-stat-val  { font-size: 10px; font-weight: bold; color: var(--judge-text-dk); text-align: center; line-height: 1.2; }
.judge-hitokoto-row {
  margin-top: auto;
  border-top: 1px solid rgba(100,68,10,0.2);
  padding-top: 6px;
}
.judge-hitokoto-lbl {
  font-size: 7px; color: var(--judge-text-lt);
  letter-spacing: 0.1em; font-weight: bold; margin-bottom: 3px;
}
.judge-hitokoto-txt {
  font-size: 9.5px; color: var(--judge-text-dk); line-height: 1.6;
  overflow: hidden;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}

.judge-btn-area {
  width: 100%; max-width: 420px;
  display: none; justify-content: center; align-items: center;
  gap: 22px; padding: 12px 0 24px;
  position: relative; z-index: 10; flex-shrink: 0;
}
.judge-btn {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  cursor: pointer; border: none; background: none; padding: 0;
}
.judge-btn-circle {
  width: 50px; height: 50px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 20px;
  position: relative; overflow: hidden; transition: transform .15s;
}
.judge-btn-circle::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 50%;
  background: rgba(255,255,255,0.07); border-radius: 50% 50% 0 0;
}
.judge-btn:active .judge-btn-circle { transform: scale(0.88); }
.judge-btn-circle-pass {
  background: radial-gradient(circle at 35% 30%, #9e2020, #5a0d0d);
  border: 1.5px solid rgba(231,76,60,0.45);
  box-shadow: 0 0 0 1px rgba(231,76,60,0.08), 0 4px 16px rgba(80,8,8,0.7), inset 0 1px 0 rgba(255,100,80,0.15);
}
.judge-btn-circle-like {
  background: radial-gradient(circle at 35% 30%, #229a40, #0e4a1e);
  border: 1.5px solid rgba(46,196,90,0.45);
  box-shadow: 0 0 0 1px rgba(46,196,90,0.08), 0 4px 16px rgba(8,50,18,0.7), inset 0 1px 0 rgba(100,255,140,0.12);
}
.judge-btn-label { font-size: 10px; font-weight: bold; letter-spacing: 0.06em; }
.judge-btn-label-pass { color: #e74c3c; }
.judge-btn-label-like { color: #2ec45a; }

.judge-skip-float {
  position: absolute; bottom: 6px; right: 18px;
  background: rgba(15,18,28,0.75);
  border: 1px solid rgba(200,168,75,0.3);
  border-radius: 20px; padding: 5px 13px;
  color: rgba(200,168,75,0.7); font-size: 11px; font-weight: bold;
  letter-spacing: 0.06em; cursor: pointer;
  backdrop-filter: blur(4px); display: flex; align-items: center; gap: 4px;
  transition: opacity .15s;
  pointer-events: auto;
}
.judge-skip-float:active { opacity: 0.6; }

.judge-done-screen {
  display: none; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 16px; padding: 40px 30px; text-align: center; flex: 1; z-index: 10;
}
.judge-done-icon  { font-size: 54px; }
.judge-done-title { font-size: 20px; font-weight: bold; color: var(--judge-ui-gold); letter-spacing: 0.05em; }
.judge-done-sub   { font-size: 13px; color: var(--judge-ui-gold-dk); line-height: 1.7; }
.judge-done-btn {
  margin-top: 8px;
  background: linear-gradient(135deg, #2a1600, #1a0c00);
  border: 1.5px solid var(--judge-ui-gold-dk); border-radius: 30px;
  padding: 11px 32px; color: var(--judge-ui-gold);
  font-size: 13px; font-weight: bold; letter-spacing: 0.06em; cursor: pointer;
  text-decoration: none; display: inline-block;
}
.judge-done-links {
  display: none; flex-direction: column; gap: 8px; margin-top: 4px;
}

.judge-effect-video {
  position: fixed; left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  width: 100vw; height: 100dvh;
  object-fit: cover; pointer-events: none;
  z-index: 200; mix-blend-mode: screen;
  opacity: 0; transition: opacity .12s ease;
}

/* シルバーカード（女性） */
.judge-card-body.silver {
  border-color: #282e36;
  outline-color: rgba(160,168,180,0.35);
  background:
    linear-gradient(108deg, transparent 28%, rgba(255,255,255,0.45) 42%, rgba(255,255,255,0.65) 50%, rgba(255,255,255,0.45) 58%, transparent 72%),
    linear-gradient(180deg,
      #2e3840 0%, #485460 6%, #647078 14%, #7a8890 24%, #98a4aa 36%,
      #c0c8cc 46%, #e0e8ec 50%, #c0c8cc 54%, #98a4aa 64%, #7a8890 76%,
      #647078 86%, #485460 94%, #2e3840 100%
    );
}
.judge-card-body.silver .judge-card-grain  { filter: url(#silver-grain); }
.judge-card-body.silver .judge-card-gloss  { box-shadow: inset 0 2px 0 rgba(255,255,255,0.7), inset 0 -2px 0 rgba(20,28,38,0.45), inset 2px 0 0 rgba(220,228,235,0.45), inset -2px 0 0 rgba(40,50,65,0.3); }
.judge-card-body.silver .judge-holo-layer  { background: radial-gradient(circle at var(--hx,50%) var(--hy,30%), rgba(180,210,240,0.40) 0%, rgba(120,160,200,0.18) 35%, transparent 65%); }
.judge-card-body.silver .judge-name-bar    {
  background:
    linear-gradient(108deg, transparent 25%, rgba(255,255,255,0.55) 45%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.55) 55%, transparent 75%),
    linear-gradient(180deg, #242e38 0%, #3c4a56 8%, #546068 18%, #687480 30%, #808c96 44%, #a8b4bc 50%, #808c96 56%, #687480 70%, #546068 82%, #3c4a56 92%, #242e38 100%);
  filter: url(#silver-grain);
  border-color: #1e2830;
  box-shadow: inset 0 1.5px 0 rgba(255,255,255,0.75), inset 0 -1.5px 0 rgba(10,15,25,0.5), 0 1px 3px rgba(0,0,0,0.4);
}
.judge-card-body.silver .judge-name-bar-text { color: #1a2028; text-shadow: 0 1px 0 rgba(255,255,255,0.8), 0 -1px 0 rgba(0,0,0,0.15); }
.judge-card-body.silver .judge-name-bar-age  { color: #3a4450; }
.judge-card-body.silver .judge-name-bar-sep  { background: linear-gradient(90deg, transparent, rgba(60,75,90,0.5), transparent); }
.judge-card-body.silver .judge-photo-frame-outer { border-color: rgba(40,55,70,0.7); }
.judge-card-body.silver .judge-photo-number  { color: rgba(160,168,180,0.45); }
.judge-card-body.silver .judge-type-label    { color: #3a4450; }
.judge-card-body.silver .judge-text-box      { background: #eaeef2; }
.judge-card-body.silver .judge-text-box-texture { background: radial-gradient(ellipse 80% 60% at 20% 40%, rgba(90,120,150,0.14) 0%, transparent 55%), radial-gradient(ellipse 60% 50% at 75% 70%, rgba(70,100,130,0.10) 0%, transparent 50%), radial-gradient(ellipse 100% 80% at 50% 10%, rgba(110,140,170,0.12) 0%, transparent 60%); filter: url(#silver-grain); }
.judge-card-body.silver .judge-text-box-border { border-color: rgba(60,80,100,0.4); box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 -1px 0 rgba(30,45,60,0.15), inset 0 0 8px rgba(80,110,140,0.06); }
.judge-card-body.silver .judge-text-box-border::before,
.judge-card-body.silver .judge-text-box-border::after { color: rgba(60,80,100,0.45); }
.judge-card-body.silver .judge-stat-cell   { background: rgba(80,105,130,0.07); border-color: rgba(60,80,100,0.2); box-shadow: inset 0 1px 0 rgba(255,255,255,0.45); }
.judge-card-body.silver .judge-stat-lbl    { color: #606c7a; }
.judge-card-body.silver .judge-stat-val    { color: #1a2028; }
.judge-income-row {
  font-size: 13px;
  color: var(--judge-text-md);
  text-align: center;
  padding: 6px 0 2px;
  border-top: 1px solid rgba(120,120,120,0.15);
  margin-bottom: 2px;
}
.judge-card-body.silver .judge-hitokoto-row { border-top-color: rgba(60,80,100,0.18); }
.judge-card-body.silver .judge-hitokoto-lbl { color: #606c7a; }
.judge-card-body.silver .judge-hitokoto-txt { color: #1a2028; }

/* ===== Rose（女性）カード ===== */
.judge-card-body.rose {
  border-color: #6b1a36;
  outline-color: rgba(220,120,160,0.35);
  background:
    linear-gradient(108deg, transparent 28%, rgba(255,255,255,0.45) 42%, rgba(255,255,255,0.65) 50%, rgba(255,255,255,0.45) 58%, transparent 72%),
    linear-gradient(180deg,
      #5a1028 0%, #7a2040 6%, #983050 14%, #b04060 24%, #c86070 36%,
      #e08090 46%, #f0a0b0 50%, #e08090 54%, #c86070 64%, #b04060 76%,
      #983050 86%, #7a2040 94%, #5a1028 100%
    );
}
.judge-card-body.rose .judge-card-grain  { filter: url(#silver-grain); }
.judge-card-body.rose .judge-card-gloss  { box-shadow: inset 0 2px 0 rgba(255,255,255,0.6), inset 0 -2px 0 rgba(80,15,35,0.45), inset 2px 0 0 rgba(240,180,200,0.4), inset -2px 0 0 rgba(100,25,50,0.3); }
.judge-card-body.rose .judge-holo-layer  { background: radial-gradient(circle at var(--hx,50%) var(--hy,30%), rgba(255,180,210,0.40) 0%, rgba(220,130,170,0.18) 35%, transparent 65%); }
.judge-card-body.rose .judge-name-bar    {
  background:
    linear-gradient(108deg, transparent 25%, rgba(255,255,255,0.55) 45%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.55) 55%, transparent 75%),
    linear-gradient(180deg, #480c22 0%, #6a1a32 8%, #882840 18%, #a0384e 30%, #be5060 44%, #d87888 50%, #be5060 56%, #a0384e 70%, #882840 82%, #6a1a32 92%, #480c22 100%);
  filter: url(#silver-grain);
  border-color: #3e0a1e;
  box-shadow: inset 0 1.5px 0 rgba(255,255,255,0.7), inset 0 -1.5px 0 rgba(60,10,25,0.5), 0 1px 3px rgba(0,0,0,0.4);
}
.judge-card-body.rose .judge-name-bar-text { color: #ffd0e0; text-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 -1px 0 rgba(0,0,0,0.3); }
.judge-card-body.rose .judge-name-bar-age  { color: #ffd0e0; }
.judge-card-body.rose .judge-name-bar-sep  { background: linear-gradient(90deg, transparent, rgba(255,150,180,0.5), transparent); }
.judge-card-body.rose .judge-photo-frame-outer { border-color: rgba(150,40,70,0.7); }
.judge-card-body.rose .judge-photo-number  { color: rgba(240,160,190,0.45); }
.judge-card-body.rose .judge-type-label    { color: #FFF; }
.judge-card-body.rose .judge-text-box      { background: #fce8f0; }
.judge-card-body.rose .judge-text-box-texture { background: radial-gradient(ellipse 80% 60% at 20% 40%, rgba(200,80,120,0.10) 0%, transparent 55%), radial-gradient(ellipse 60% 50% at 75% 70%, rgba(180,60,100,0.08) 0%, transparent 50%), radial-gradient(ellipse 100% 80% at 50% 10%, rgba(220,100,140,0.10) 0%, transparent 60%); filter: url(#silver-grain); }
.judge-card-body.rose .judge-text-box-border { border-color: rgba(180,80,110,0.4); box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 -1px 0 rgba(120,30,55,0.15), inset 0 0 8px rgba(200,80,120,0.06); }
.judge-card-body.rose .judge-text-box-border::before,
.judge-card-body.rose .judge-text-box-border::after { color: rgba(180,80,110,0.45); }
.judge-card-body.rose .judge-stat-cell   { background: rgba(200,80,120,0.07); border-color: rgba(180,80,110,0.2); box-shadow: inset 0 1px 0 rgba(255,255,255,0.45); }
.judge-card-body.rose .judge-stat-lbl    { color: #b06070; }
.judge-card-body.rose .judge-stat-val    { color: #3a1020; }
.judge-card-body.rose .judge-hitokoto-row { border-top-color: rgba(180,80,110,0.18); }
.judge-card-body.rose .judge-hitokoto-lbl { color: #b06070; }
.judge-card-body.rose .judge-hitokoto-txt { color: #3a1020; }

@keyframes judgeStampDrop {
  0%   { transform: rotate(-12deg) translateY(-55px); opacity: 0;   filter: blur(0); }
  42%  { transform: rotate(-12deg) translateY(4px) scaleX(1.07) scaleY(0.91); opacity: 1; filter: blur(2.8px); }
  58%  { transform: rotate(-12deg) translateY(-4px) scaleX(0.97) scaleY(1.04);          filter: blur(1.2px); }
  72%  { transform: rotate(-12deg) translateY(2px)  scaleX(1.02) scaleY(0.99);          filter: blur(0.4px); }
  100% { transform: rotate(-12deg) translateY(0)    scaleX(1)    scaleY(1);   opacity: 1; filter: blur(0); }
}
@keyframes judgeStampDropPass {
  0%   { transform: rotate(12deg) translateY(-55px); opacity: 0;   filter: blur(0); }
  42%  { transform: rotate(12deg) translateY(4px) scaleX(1.07) scaleY(0.91); opacity: 1; filter: blur(2.8px); }
  58%  { transform: rotate(12deg) translateY(-4px) scaleX(0.97) scaleY(1.04);          filter: blur(1.2px); }
  72%  { transform: rotate(12deg) translateY(2px)  scaleX(1.02) scaleY(0.99);          filter: blur(0.4px); }
  100% { transform: rotate(12deg) translateY(0)    scaleX(1)    scaleY(1);   opacity: 1; filter: blur(0); }
}
@keyframes judgeCardThud {
  0%   { transform: translateY(0); }
  35%  { transform: translateY(3px); }
  60%  { transform: translateY(-1.5px); }
  80%  { transform: translateY(0.5px); }
  100% { transform: translateY(0); }
}
.judge-card-stamp.like.pressed { animation: judgeStampDrop .45s cubic-bezier(.25,.1,.25,1) forwards; }
.judge-card-stamp.pass.pressed { animation: judgeStampDropPass .45s cubic-bezier(.25,.1,.25,1) forwards; }
.judge-card-body.thud { animation: judgeCardThud .3s ease-out forwards; }
