@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: 3000;
}
.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: 2000;
  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: 10;
}
.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;
  position: relative;
}
.page_top .section01 .wrap .image .picture img {
  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 15px 0px 35px;
}
.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;
  padding-left: 27px;
  font-size: 17px;
  font-size: 1.7rem;
}
.page_top .section01 .wrap .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: 1px;
  pointer-events: none;
  z-index: 10;
}
.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: 30%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_mypage .section01 .picture {
    width: 65%;
  }
}
.page_mypage .section01 .image {
  background-image: url(../img/common/frame01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px;
  border-radius: 5px;
}
.page_mypage .section01 .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.page_mypage .section01 .frame {
  margin: 20px auto;
  position: relative;
}

.page_mypage .section01 .frame_inner {
    width: 100%;
    margin: 0 auto;
    padding: 80px 50px;
    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: 'monospace';
  font-size: 1.6rem;
  text-align: right;
  padding-right: 10px;
  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;
    right: 50px;
    top: 0;
  pointer-events: none;
  z-index: 9;
}

.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: 60%;
  margin: 0 auto;
  position: relative;
}
.page_profile_edit .section01 .picture .image {
  background-image: url(../img/common/frame01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px;
  border-radius: 5px;
}
.page_profile_edit .section01 .picture .delete {
  width: 24px;
  top: -8px;
  right: -8px;
}
.page_profile_edit .section01 .picture img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.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 {
  margin-top: 40px;
  /*
  .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: 60px 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: 40px 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%;
}
.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%;
}
.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: 30px 20px;
  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: 80px;
}
.page_talk .archive .wrap .txt {
  width: calc(100% - 80px);
  padding-left: 15px;
  padding-right: 80px;
}
.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: 20px;
  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: 40.93%;
  top: 20.76%;
}
.page_class .section01 .image img {
  border: 5px solid #fff;
}
.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: 14.93%;
  margin-left: 1.2%;
}
.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: 6.67%;
  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 {
  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;
}

/*===========================
遊び方
===========================*/
.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 .rank_in {
  display: block;
  position: relative;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border: 2px solid #ffeb3b;
  margin-top: 28px;
}

/* 王冠のデザイン */
.page_rank .section01 .rank_in::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 20px;
  background: #ffeb3b;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 10;
}

.page_rank .section01 .rank_in::after {
  content: '★';
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: #fff;
  text-shadow: 0 0 5px #ffc107;
  z-index: 11;
}

/* --- カラーパターン --- */
/* ギフト部門 */
.page_rank .section01 .rank_in.gift {
  background: linear-gradient(45deg, #4b3d75, #2c1a4e);
  border: 2px solid #ffeb3b;
}

.page_rank .section01 .rank_in.gift::before {
  background: #ffeb3b;
}

.page_rank .section01 .rank_in.gift::after {
  text-shadow: 0 0 5px #ffc107;
}

/* いいね部門 */
.page_rank .section01 .rank_in.like {
  background: linear-gradient(45deg, #a83232, #471919);
  border: 2px solid #ff4c4c;
}

.page_rank .section01 .rank_in.like::before {
  background: #ff4c4c;
}

.page_rank .section01 .rank_in.like::after {
  color: #fff;
  text-shadow: 0 0 5px #ff1a1a;
}

/* ファン部門 */
.page_rank .section01 .rank_in.fan {
  background: linear-gradient(45deg, #48b88d, #277953);
  border: 2px solid #c0c0c0;
}

.page_rank .section01 .rank_in.fan::before {
  background: #c0c0c0;
}

.page_rank .section01 .rank_in.fan::after {
  color: #fff;
  text-shadow: 0 0 5px #f0f0f0;
}

/*
.page_rank .section01 .rank_in {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border: 1px solid #fff;
  text-align: center;
  padding: 1em;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
}
.page_rank .section01 .rank_in:first-child {
  margin-top: 0;
}
.page_rank .section01 .rank_in.gift {
  background: rgba(99, 86, 172, 0.9);
}
.page_rank .section01 .rank_in.like {
  background: rgba(0, 151, 220, 0.9);
}
.page_rank .section01 .rank_in.fan {
  background: rgba(239, 104, 184, 0.9);
}
.page_rank .section01 .rank_in.none {
  background: rgba(196, 196, 196, 0.9);
  color: #000;
}
*/
.page_rank .section01 .image {
  margin: 20px auto 0;
  width: 60%;
}
.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;
}
.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 .items .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.54);
}
.page_news_archive .items .item:last-child {
  border: none;
}
.page_news_archive .items .item .wrap {
  display: block;
  text-decoration: none;
  padding: 20px 0;
}
.page_news_archive .items .item .title {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}

/*===========================
お知らせ詳細
===========================*/
.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;
}/*# sourceMappingURL=style.css.map */