@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #333;
  background: #F2F4F5; }

a {
  text-decoration: none;
  color: #444957; }

img {
  vertical-align: bottom;
  width: 100%; }

ol,
ul {
  list-style: none; }

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

b {
  font-weight: 500; }

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

.sp {
  display: block; }

.pc {
  display: none; }

.wrap {
  overflow: hidden; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none; }

  .pc {
    display: block; } }
body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%; }

.form-input-checkbox {
  display: flex;
  align-items: center;
  gap: 0 .5em;
  position: relative;
  cursor: pointer; }

.form-input-checkbox:before,
.form-input-checkbox:has(:checked):after {
  content: ''; }

.form-input-checkbox:before {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  background-color: #e6edf3; }

.form-input-checkbox:has(:checked):before {
  background-color: #2589d0; }

.form-input-checkbox:has(:checked):after {
  position: absolute;
  top: 3px;
  left: 6px;
  transform: rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0; }

.form-input-checkbox input {
  display: none; }

.form-input-text,
.form-input-textarea {
  border: 1px solid #CCC;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  padding: .75em 1em;
  font-size: 16px; }

@media only screen and (max-width: 768px) {
  .form-input-text,
  .form-input-textarea {
    padding: .75em; } }
.form-input-textarea {
  height: 8em; }

.form-input-selectbox {
  position: relative;
  height: 44px;
  display: block;
  max-width: 280px;
  margin: auto; }

@media only screen and (max-width: 768px) {
  .form-input-selectbox select {
    width: 100%; } }
.form-input-selectbox:before,
.form-input-selectbox:after {
  position: absolute;
  content: '';
  pointer-events: none; }

.form-input-selectbox:before {
  right: 0;
  display: inline-block;
  width: 44px;
  height: 100%;
  border-radius: 0 5px 5px 0;
  background-color: #444957;
  content: ''; }

.form-input-selectbox:after {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: ''; }

.form-input-selectbox select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 280px;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: 1px solid #CCC;
  border-radius: 5px;
  color: #444957;
  font-size: 1em;
  cursor: pointer; }

.form-input-selectbox select:focus {
  outline: 1px solid #CCC; }

.page-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1em; }

@media only screen and (min-width: 1000px) {
  .page-title {
    font-size: 26px; } }
@media only screen and (max-width: 768px) {
  .page-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px; } }
.no-margin {
  margin: 0 !important; }

.page-header {
  position: sticky;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0; }
  .page-header__top {
    padding: 6px 2.5vw;
    border-bottom: 1px solid #ededed;
    background: #444957; }
    .page-header__top_inner {
      position: relative;
      display: flex;
      align-items: center; }
  .page-header__middle {
    padding: 15px 2.5vw 5px;
    background: #FFF; }
    .page-header__middle_inner {
      display: flex;
      align-items: center; }
  .page-header__bottom {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    border: solid #EDEDED;
    border-width: 1px 0;
    background: #FFF; }
  .page-header__inner {
    margin: 0 auto; }

@media only screen and (max-width: 768px) {
  .page-header__inner {
    margin: 0 auto 0 0; }
  .page-header__middle {
    padding: 7px 2.5vw 4px; }
    .page-header__middle_inner {
      justify-content: space-between;
      width: calc(100% - 60px); }
  .page-header__top {
    padding: 3px 2.5vw; }
  .page-header__bottom {
    display: none; }

  .login-before .page-header__middle_inner {
    width: 100%; } }
.header-title {
  font-size: 10px;
  color: #FFF; }

.header-name {
  margin-left: auto;
  margin-right: 80px;
  font-size: 10px;
  font-weight: 500;
  color: #FFF; }

@media only screen and (max-width: 768px) {
  .header-name {
    margin-right: 100px; } }
.header-rank {
  position: absolute;
  top: -6px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 0 0 5px 5px; }
  .header-rank__icon svg {
    fill: #FFF; }
  .header-rank__text {
    font-size: 8px; }
  .header-rank.gold {
    background: linear-gradient(to left, #CAA846 0%, #E0CA82 50%, #CAA846 100%); }
  .header-rank.silver {
    background: linear-gradient(to left, #BDC3C9 0%, #DCDDDD 50%, #BDC3C9 100%); }
  .header-rank.bronze {
    background: linear-gradient(to left, #BC7035 0%, #BDA366 50%, #BC7035 100%); }

@media only screen and (min-width: 769px) {
  .header-rank {
    flex-direction: column; } }
@media only screen and (max-width: 768px) {
  .header-rank {
    padding: 5px 10px 0; }
    .header-rank__text {
      margin-left: 5px; } }
.header-logo {
  width: 140px;
  margin-right: 10px; }

@media only screen and (min-width: 769px) {
  .header-logo {
    width: 240px;
    margin-right: 30px; } }
.header-search {
  display: flex;
  padding: 3px;
  align-items: center;
  margin-right: 20px;
  background: #E5E9ED;
  -webkit-border-radius: 30px;
  border-radius: 30px; }
  .header-search__keyword {
    display: flex; }
  .header-search__keyword-input {
    border: none;
    padding: 0 15px;
    width: 100px;
    outline: none;
    font-size: 14px;
    background: transparent; }
  .header-search__btn {
    border: none;
    padding: 6px 7px;
    border-radius: 30px;
    background: #797979; }
  .header-search__btn-icon svg {
    fill: #FFF; }

@media only screen and (min-width: 769px) {
  .header-search__keyword-input {
    width: 200px; } }
@media only screen and (max-width: 768px) {
  .header-search {
    display: none; } }
.header-featured-keyword {
  width: 450px; }
  .header-featured-keyword__label {
    display: flex;
    align-items: center;
    vertical-align: middle; }
  .header-featured-keyword__label-icon {
    margin-right: 5px;
    font-size: 12px;
    color: #aa8f7b; }
  .header-featured-keyword__label-icon svg {
    fill: #aa8f7b; }
  .header-featured-keyword__label-text {
    font-size: 10px; }
  .header-featured-keyword__content {
    margin-top: 2px; }
  .header-featured-keyword__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 3px; }
  .header-featured-keyword__item a {
    display: inline-block;
    border: 1px solid #aa8f7b;
    padding: 4px 8px 3px;
    border-radius: 10px;
    vertical-align: middle;
    font-size: 9px;
    background: #F5F5F5;
    color: #aa8f7b; }
  .header-featured-keyword__item a:hover {
    background: #aa8f7b;
    color: #FFF; }

.header-rnav {
  margin-left: auto;
  margin-right: 20px; }
  .header-rnav__list {
    display: flex;
    gap: 2px; }
  .header-rnav__item {
    position: relative; }
  .header-rnav__notice {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 9999;
    min-width: 1.5em;
    height: 1.5em;
    border-radius: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    background: #D60000;
    color: #FFF; }
  .header-rnav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    transition: all 0.25s ease-out; }
  .header-rnav__link:hover {
    background: #F5F5F5; }
  .header-rnav__icon {
    color: #008DDE;
    height: 25px; }
  .header-rnav__icon svg {
    fill: #008DDE; }
  .header-rnav__text {
    font-size: 10px; }

@media only screen and (min-width: 769px) {
  .header-rnav {
    margin-left: auto;
    margin-right: 20px; }
    .header-rnav__list {
      display: flex;
      gap: 2px; } }
@media only screen and (max-width: 768px) {
  .header-rnav {
    display: none; } }
.header-point__main {
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  gap: 3px; }
.header-point__label {
  font-size: 12px; }
.header-point__main-icon {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  border-radius: 1.25em;
  font-size: 10px;
  background: #aa8f7b;
  color: #FFF; }
.header-point__main-text {
  position: relative;
  top: 3px;
  line-height: 1;
  font-size: 24px;
  font-weight: bold; }
.header-point__sub {
  margin-top: 3px;
  font-size: 12px;
  color: #666; }

.header-gnav__list {
  display: flex;
  justify-content: space-between; }
.header-gnav__item {
  position: relative;
  width: 25%; }
.header-gnav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  color: #444957;
  font-weight: 600; }
  .header-gnav__link.is-current {
    box-shadow: inset 0 -5px 0 0 #AA8F7B; }

.header-dropdown__list {
  display: none;
  position: absolute;
  z-index: 9999;
  margin-top: 1px;
  width: 100%;
  font-size: 14px;
  background: #FFF;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; }
.header-dropdown__link {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #F7EFDF; }
  .header-dropdown__link:hover {
    background: #CA9735;
    color: #FFF; }

.header-login {
  -webkit-flex-grow: 1;
  flex-grow: 1; }
  .header-login__list {
    display: flex;
    gap: 10px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .header-login__button {
    display: block;
    margin-top: 0;
    padding: 1.25em 1em;
    border-bottom: 3px solid #CCC;
    width: 10em;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all .1s ease-out; }
    .header-login__button:hover {
      margin-top: 3px;
      border-bottom-width: 0; }
    .header-login__button.login {
      background: #CA9735; }
    .header-login__button.registar {
      background: #008DDE; }

@media only screen and (max-width: 768px) {
  .header-login__button {
    width: auto;
    padding: 8px 10px;
    font-size: 12px; }

  .header-point__label {
    font-size: 10px; }
  .header-point__main-text {
    font-size: 18px; }

  .header-point__sub {
    font-size: 10px; } }
@media only screen and (max-width: 768px) {
  .sp-hum__btn {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    top: 25px;
    z-index: 100; }
    .sp-hum__btn span {
      background-color: #000;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: top;
      height: 2px;
      width: 30px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
      .sp-hum__btn span:nth-of-type(1) {
        top: 25px; }
      .sp-hum__btn span:nth-of-type(2) {
        top: 35px; }
    .sp-hum__btn.close {
      top: 0;
      background-color: #000;
      height: 60px; }
      .sp-hum__btn.close span {
        background-color: #fff; }
        .sp-hum__btn.close span:nth-of-type(1) {
          -webkit-transform: translateY(4px) translateX(-15px) rotate(-45deg);
          transform: translateY(4px) translateX(-15px) rotate(-45deg); }
        .sp-hum__btn.close span:nth-of-type(2) {
          -webkit-transform: translateY(-6px) translateX(-15px) rotate(45deg);
          transform: translateY(-6px) translateX(-15px) rotate(45deg); }

  .sp-header {
    height: 100%;
    transition: all .55s ease 0.25s;
    visibility: hidden;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 100000;
    overflow-y: scroll;
    background: #fff;
    justify-content: space-between;
    padding: 4.5rem 1.5rem 0; }
    .sp-header ul {
      margin-bottom: 2rem; }
    .sp-header.active {
      visibility: visible;
      right: 0; }
    .sp-header.active::before {
      opacity: 1; }
    .sp-header.active::after {
      opacity: 1; }
    .sp-header::after {
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; }
    .sp-header::before {
      opacity: 0;
      transition: all 0.25s ease 0.25s; }
    .sp-header::after {
      opacity: 0;
      transition: all 0.25s ease 0.25s; }
    .sp-header__ttl {
      font-size: 14px;
      border-left: 5px solid #CA9735;
      background-color: #fafafa;
      padding: 0.8rem 1rem;
      margin-bottom: 10px;
      font-weight: 600; }
    .sp-header .header-rnav__list {
      justify-content: space-around;
      flex-wrap: wrap; }
    .sp-header .header-rnav__item {
      width: calc(100% / 3 - 5px); }
    .sp-header .header-rnav .header-gnav__item {
      width: 100%; }
    .sp-header .header-rnav__link {
      justify-content: center;
      width: 100%;
      flex-direction: inherit;
      align-content: center;
      flex-wrap: wrap;
      border-radius: 10px;
      border: 1px solid #ddd;
      height: 50px; }
    .sp-header .header-rnav__icon {
      display: block;
      height: auto;
      margin-right: 5px;
      line-height: 1; }
    .sp-header .header-rnav__text {
      font-size: 1rem; }
    .sp-header .header-gnav__item {
      width: 100%; }
      .sp-header .header-gnav__item.fw500 a {
        font-weight: 500;
        font-size: 80%; }
    .sp-header .header-gnav__link {
      justify-content: start;
      height: auto;
      padding: 15px 1.3rem;
      width: 100%;
      display: block;
      border-bottom: 1px solid #ddd;
      font-size: 16px; }
    .sp-header .header-gnav_small {
      display: flex;
      flex-wrap: wrap; }
      .sp-header .header-gnav_small__item {
        width: 50%; }
      .sp-header .header-gnav_small__link {
        padding: 1rem;
        width: 100%;
        display: block;
        font-size: 0.8rem;
        border-bottom: 1px solid #ddd; } }
.page-content {
  padding: 80px 20px 0; }
  .page-content__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 auto;
    max-width: 1280px; }
  .page-content__col_one {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width: 100%; }
  .page-content__col_main {
    max-width: 960px;
    width: 100%; }

@media only screen and (min-width: 769px) {
  .page-content__col_main {
    max-width: 960px;
    width: calc(100% - 280px); }
  .page-content__col_sub {
    width: 240px; } }
@media only screen and (min-width: 1000px) {
  .page-content__col_main {
    width: calc(100% - 320px); }
  .page-content__col_sub {
    width: 280px; } }
@media only screen and (max-width: 768px) {
  .page-content {
    padding-top: 40px; }
    .page-content__col_sub {
      margin-top: 60px;
      width: 100%; }
    .page-content__col_one {
      margin-left: auto;
      margin-right: auto;
      max-width: 960px;
      width: 100%; }
    .page-content__col_main {
      width: 100%; } }
.sidebar-section {
  margin-bottom: 40px; }
  .sidebar-section__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700; }
    .sidebar-section__title small {
      font-size: 14px; }
  .sidebar-section:last-child {
    margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  .sidebar-section {
    margin-bottom: 60px; }
    .sidebar-section__title {
      text-align: center; } }
.sidebar-realtime-result {
  margin-bottom: 10px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px; }
  .sidebar-realtime-result__text {
    line-height: 1.5;
    font-size: 14px; }
  .sidebar-realtime-result__time {
    margin-top: 0.5em;
    text-align: right;
    font-size: 12px;
    color: #999; }

.sidebar-official-service {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px; }
  .sidebar-official-service__link {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 13px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    color: #00AD88;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1); }
  .sidebar-official-service__icon {
    margin-right: 20px;
    width: 40px;
    height: auto; }
  .sidebar-official-service__text {
    font-size: 14px;
    font-weight: 600;
    color: #000; }

.sidebar-category-nav {
  display: flex;
  gap: 4px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .sidebar-category-nav__link {
    display: block;
    padding: 18px 20px;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    color: #008DDE;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1); }
    .sidebar-category-nav__link:hover {
      background: #008DDE;
      color: #FFF; }

@media only screen and (max-width: 768px) {
  .sidebar-category-nav {
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: space-between; }
    .sidebar-category-nav__item {
      width: calc(50% - 4px);
      margin-bottom: 4px; }
    .sidebar-category-nav__link {
      padding: 15px;
      height: 100%;
      font-size: 12px; } }
.sidebar-mypage-nav,
.sidebar-information-nav {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px; }
  .sidebar-mypage-nav__link,
  .sidebar-information-nav__link {
    position: relative;
    display: block;
    padding: 18px 20px;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1); }
    .sidebar-mypage-nav__link:hover,
    .sidebar-information-nav__link:hover {
      background: #FAFAFA; }
  .sidebar-mypage-nav .num,
  .sidebar-information-nav .num {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px; }

@media only screen and (max-width: 768px) {
  .sidebar-mypage-nav {
    flex-wrap: wrap;
    -webkit-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    justify-content: space-between; }
    .sidebar-mypage-nav__item {
      width: calc(50% - 4px);
      margin-bottom: 4px; }
    .sidebar-mypage-nav__link {
      padding: 15px; } }
.sidebar-information {
  background: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .sidebar-information__item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #DEDEDE;
    padding: 15px; }
  .sidebar-information__date {
    font-size: 12px;
    color: #999; }
  .sidebar-information__category {
    margin-left: auto;
    padding: 2px 6px;
    width: 8em;
    text-align: center;
    font-size: 10px;
    background: #FAF4EC;
    color: #B98757; }
  .sidebar-information__title {
    margin-top: 5px;
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 600; }
  .sidebar-information__link {
    color: #444957; }

.sidebar-standard-shop,
.sidebar-history {
  display: flex;
  gap: 8px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .sidebar-standard-shop__item,
  .sidebar-history__item {
    display: flex;
    align-items: center;
    border: 1px solid #EEE;
    padding: 7px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1); }
  .sidebar-standard-shop__image,
  .sidebar-history__image {
    width: 45px;
    margin-right: 15px; }
  .sidebar-standard-shop__text,
  .sidebar-history__text {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .sidebar-standard-shop__name,
  .sidebar-history__name {
    font-size: 12px;
    font-weight: 600; }
  .sidebar-standard-shop__feature,
  .sidebar-history__feature {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 600;
    color: #E93016; }

.sidebar-ranking {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  border-bottom: 1px solid #F7EFDF;
  padding-bottom: 10px;
  gap: 4px; }
  .sidebar-ranking__item {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0 0; }
  .sidebar-ranking__num {
    display: flex;
    margin-right: 5px;
    width: 20px;
    height: 50px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 3px;
    background: #D3D3D3;
    color: #FFF; }
    .sidebar-ranking__num_no1 {
      background: #B9A257; }
    .sidebar-ranking__num_no2 {
      background: #B4C6C4; }
    .sidebar-ranking__num_no3 {
      background: #AF611E; }
  .sidebar-ranking__banner {
    margin-right: 10px;
    width: 50px; }
  .sidebar-ranking__name {
    font-size: 14px;
    font-weight: 600; }
  .sidebar-ranking__condition {
    margin-top: 5px;
    font-size: 10px;
    color: #707070; }
  .sidebar-ranking__point {
    margin-right: 0;
    margin-left: auto;
    font-weight: 600;
    color: #E80000; }

@media only screen and (max-width: 768px) {
  .sidebar-ranking {
    margin-bottom: 0;
    padding-bottom: 0; } }
.page-footer {
  margin-top: 100px; }
  .page-footer__top {
    padding: 80px 2.5vw 30px;
    background: #FAFAFA; }
  .page-footer__bottom {
    padding: 1em 2.5vw; }
  .page-footer__inner {
    margin: 0 auto; }
  .page-footer__copyright {
    text-align: center;
    font-size: 12px; }

@media only screen and (max-width: 768px) {
  .page-footer {
    margin-top: 60px; }
    .page-footer__top {
      padding: 60px 20px 30px; } }
.footer-category-link {
  max-width: 1300px;
  margin: auto; }
  .footer-category-link a {
    color: #444957; }
  .footer-category-link__list {
    display: flex;
    gap: 0 1em; }
  .footer-category-link .footer-logo img {
    max-width: 200px;
    width: 100%; }
  .footer-category-link__item {
    width: 20%; }
    .footer-category-link__item > a {
      font-weight: bold; }
    .footer-category-link__item_sub {
      margin-top: 1em; }
  .footer-category-link__item:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 769px) {
  .footer-category-link__list {
    justify-content: space-between; } }
@media only screen and (max-width: 768px) {
  .footer-category-link__list {
    flex-wrap: wrap; }
  .footer-category-link__item {
    width: calc(50% - 1rem);
    margin-bottom: 3rem; }
  .footer-category-link .footer-logo {
    width: 100%;
    margin-bottom: 40px; }
    .footer-category-link .footer-logo img {
      margin: auto;
      display: block; }

  .footer-bottom__link {
    width: 100%; }
    .footer-bottom__link ul {
      display: flex;
      flex-wrap: wrap; }
      .footer-bottom__link ul li {
        width: calc(100% / 3);
        text-align: center;
        border-right: 1px solid #ddd; }
        .footer-bottom__link ul li:nth-child(3n), .footer-bottom__link ul li:last-child {
          border-right: none; }
        .footer-bottom__link ul li a {
          font-size: 10px; } }
.footer-gnav {
  margin: 80px auto 0;
  max-width: 1300px; }
  .footer-gnav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .footer-gnav__listwrap {
    width: 100%; }
  .footer-gnav__item {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
    padding: 0;
    text-align: left; }
    .footer-gnav__item a {
      color: #999;
      padding: 0 0.5rem;
      display: block; }

@media only screen and (max-width: 1200px) {
  .footer-gnav {
    margin: 60px auto 0; }
    .footer-gnav__item a {
      padding: 0; } }
@media only screen and (max-width: 768px) {
  .footer-bottom__link {
    margin-top: 40px; }
    .footer-bottom__link .footer-gnav__listwrap {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .footer-bottom__link .footer-gnav__listwrap li {
        width: calc(100% / 3); } }
.mv {
  padding: 0 0 25px;
  background: #E8E8E8; }
  .mv .slick-list {
    overflow: visible !important; }
  .mv .mv__thumb .slick-track {
    width: 90% !important;
    display: flex;
    justify-content: center; }
  .mv__list {
    margin: 0 auto; }
  .mv__thumb {
    margin: 25px auto 0;
    width: 100%;
    max-width: 1280px; }

@media only screen and (max-width: 768px) {
  .mv {
    padding: 0 0 25px; }
    .mv .mv__thumb .slick-track .slick-slide {
      width: calc(100% / 4) !important; } }
.pr-area1 {
  margin: 40px auto;
  max-width: 1280px; }
  .pr-area1__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
  .pr-area1__item {
    max-width: 420px;
    width: calc(100% / 3 - 10px); }

@media only screen and (max-width: 768px) {
  .pr-area1__list {
    justify-content: center; }
  .pr-area1__item {
    width: 100%; } }
.pr-area2__item:not(:last-child) {
  margin-bottom: 5px; }

.pr-area3 {
  margin-bottom: 40px; }

.pr-area4,
.pr-area6 {
  margin-top: 40px; }

.pr-area5 {
  margin-bottom: 40px;
  padding: 15px 10px;
  background: #444957; }
  .pr-area5__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto;
    max-width: 1280px;
    justify-content: space-around; }
  .pr-area5__item {
    max-width: 420px;
    width: 100%; }

.page-content.item-list-body {
  padding-top: 40px; }

@media only screen and (min-width: 769px) {
  .pr-area5 {
    padding: 210px 0 40px; }
    .pr-area5__item {
      max-width: 420px;
      width: calc(100% / 3 - 7.5px); }

  .page-content.item-list-body {
    padding-top: 60px; } }
.main-section__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700; }

@media only screen and (max-width: 768px) {
  .main-section__title {
    font-size: 20px;
    text-align: center; } }
.timesale-section__limit {
  margin-left: 20px;
  font-size: 14px;
  color: #CA9735; }

.ranking-section {
  margin-top: 80px; }

.features-section {
  margin-top: 80px; }

.new-item-section {
  margin-top: 80px; }

.item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .item-list__item {
    width: calc(25% - 7.5px); }

@media only screen and (max-width: 999px) {
  .item-list__item {
    width: calc(33% - 5px); } }
@media only screen and (max-width: 500px) {
  .item-list__item {
    width: calc(50% - 5px); } }
.timesale-list__banner {
  margin-bottom: 5px; }
.timesale-list__name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500; }
.timesale-list__condition {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500; }
.timesale-list__feature {
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  font-weight: 600;
  background: linear-gradient(to left, #CA9735 0, #FFCA1A 100%); }
  .timesale-list__feature big {
    font-size: 120%; }
.timesale-list__point {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #E80000; }
.timesale-list__point-before:after {
  content: "→"; }

.staff-recommend-list__link {
  display: block;
  padding: 15px;
  background: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 2px 3px 0 0;
  box-shadow: rgba(0, 0, 0, 0.05) 2px 3px 0 0; }
.staff-recommend-list__item {
  text-align: center; }
.staff-recommend-list__banner {
  margin-bottom: 10px; }
.staff-recommend-list__name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600; }
.staff-recommend-list__point {
  font-size: 20px;
  font-weight: 600;
  color: #E80000; }

.features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
  .features-list__item {
    width: calc(33.3% - 10px); }

@media only screen and (max-width: 768px) {
  .features-list {
    gap: 10px; }
    .features-list__item {
      width: calc(33.3% - 7.5px); } }
.tab-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 2px; }
  .tab-list__item {
    width: calc(100% / 5 - 2px);
    text-align: center; }
  .tab-list__link {
    display: block;
    padding: 1em 0.1rem;
    text-align: center;
    font-weight: 600;
    background: #FFF;
    color: #444957; }
    .tab-list__link.is-active {
      background: #008DDE;
      color: #FFF; }

@media only screen and (max-width: 999px) {
  .tab-list__item {
    width: calc(100% / 3 - 2px); } }
@media only screen and (max-width: 768px) {
  .tab-list__item {
    width: calc(100% / 2 - 2px); }
  .tab-list__link {
    padding: 0.8rem 0.1rem;
    font-size: 12px; } }
.tab-content__item {
  display: none; }
  .tab-content__item.is-active {
    display: block; }

.ranking-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .ranking-list__link {
    position: relative;
    width: calc(50% - 10.5px);
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 2px 3px 0 0;
    box-shadow: rgba(0, 0, 0, 0.05) 2px 3px 0 0; }
  .ranking-list__item {
    display: flex;
    padding: 20px; }
  .ranking-list__banner {
    margin-right: 20px;
    width: 100px; }
  .ranking-list__info {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .ranking-list__number {
    position: absolute;
    left: 0;
    top: -10px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 7px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #1A4473;
    color: #FFF; }
    .ranking-list__number.no1 {
      background: #B9A257; }
    .ranking-list__number.no2 {
      background: #B4C6C4; }
    .ranking-list__number.no3 {
      background: #AF611E; }
    .ranking-list__number svg {
      fill: #FFF;
      margin-right: 5px; }
  .ranking-list__name {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600; }
  .ranking-list__condition {
    margin-top: 10px;
    font-size: 12px;
    color: #666; }
  .ranking-list__point {
    margin-bottom: 0;
    margin-top: auto;
    font-size: 22px;
    font-weight: 600;
    color: #E80000; }

@media only screen and (max-width: 768px) {
  .ranking-list__item {
    flex-wrap: wrap;
    padding: 18px 15px 15px; }
  .ranking-list__banner {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px; }
  .ranking-list__name {
    font-size: 14px; }
  .ranking-list__condition {
    margin-top: 5px;
    font-size: 10px; } }
.new-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .new-item-list__link {
    width: calc(20% - 8px);
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 2px 3px 0 0;
    box-shadow: rgba(0, 0, 0, 0.05) 2px 3px 0 0; }
  .new-item-list__item {
    padding: 15px;
    text-align: center; }
  .new-item-list__banner {
    margin-bottom: 5px; }
  .new-item-list__name {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 600; }
  .new-item-list__point {
    font-size: 18px;
    font-weight: 600;
    color: #E80000; }

@media only screen and (max-width: 999px) {
  .new-item-list__link {
    width: calc(100% / 3 - 8px); } }
@media only screen and (max-width: 768px) {
  .new-item-list__link {
    width: calc(100% / 2 - 8px); } }
.category-section__header,
.search-item-section__header,
.favorite-item-section__header,
.recently-item-section__header {
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 30px; }
.category-section__title,
.search-item-section__title,
.favorite-item-section__title,
.recently-item-section__title {
  font-size: 24px;
  font-weight: 600; }
.category-section__hits,
.search-item-section__hits,
.favorite-item-section__hits,
.recently-item-section__hits {
  margin-top: 8px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 600; }
.category-section__sort,
.search-item-section__sort,
.favorite-item-section__sort,
.recently-item-section__sort {
  display: flex;
  margin-left: auto; }
.category-section__sort-item,
.search-item-section__sort-item,
.favorite-item-section__sort-item,
.recently-item-section__sort-item {
  line-height: 1;
  font-size: 14px; }
  .category-section__sort-item:not(:last-child):after,
  .search-item-section__sort-item:not(:last-child):after,
  .favorite-item-section__sort-item:not(:last-child):after,
  .recently-item-section__sort-item:not(:last-child):after {
    content: "｜";
    margin: 0 0.5em; }
  .category-section__sort-item.is-active,
  .search-item-section__sort-item.is-active,
  .favorite-item-section__sort-item.is-active,
  .recently-item-section__sort-item.is-active {
    color: #0099C7; }

.favorite-item-section__notes,
.recently-item-section__notes {
  margin-top: 2em;
  text-align: center;
  font-size: 14px;
  text-indent: -10px;
  padding-left: 10px; }

@media only screen and (max-width: 999px) {
  .category-section__header,
  .favorite-item-section__header,
  .search-item-section__header,
  .recently-item-section__header {
    flex-wrap: wrap; }
  .category-section__title,
  .favorite-item-section__title,
  .search-item-section__title,
  .recently-item-section__title {
    width: 100%;
    font-size: 20px; }
  .category-section__hits,
  .favorite-item-section__hits,
  .search-item-section__hits,
  .recently-item-section__hits {
    width: 100%;
    margin: 20px 0 10px;
    text-align: right; } }
@media only screen and (max-width: 768px) {
  .category-section__header,
  .recently-item-section__header,
  .favorite-item-section__header,
  .search-item-section__header {
    justify-content: center;
    margin-bottom: 20px; }
  .category-section__title,
  .recently-item-section__title,
  .favorite-item-section__title,
  .search-item-section__title {
    text-align: center; }
  .category-section__notes,
  .recently-item-section__notes,
  .favorite-item-section__notes,
  .search-item-section__notes {
    text-align: left; } }
.general-item-list__link {
  background: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 2px 3px 0 0;
  box-shadow: rgba(0, 0, 0, 0.05) 2px 3px 0 0; }
.general-item-list__item {
  position: relative;
  padding: 15px; }
.general-item-list__banner {
  margin-bottom: 15px; }
.general-item-list__label {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 5px 7px;
  font-size: 10px;
  font-weight: 600;
  background: #CA9735;
  color: #FFF;
  text-align: center; }
.general-item-list__favorite-btn {
  position: absolute;
  top: 6px;
  right: 6px; }
.general-item-list__favorite-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  width: 30px;
  height: 30px;
  background: #CCC; }
  .general-item-list__favorite-icon svg {
    position: relative;
    top: -1px;
    fill: #FFF; }
  .general-item-list__favorite-icon.is-active {
    background: #CA9735; }
.general-item-list__name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600; }
.general-item-list__condition {
  font-size: 12px;
  color: #999; }
.general-item-list__point {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #E93019;
  line-height: 1.1; }
  .general-item-list__point .old {
    margin-right: 10px;
    font-size: 14px;
    color: #ADADAD;
    font-weight: 400; }
  .general-item-list__point .arrow {
    margin-right: 10px; }

@media only screen and (max-width: 768px) {
  .general-item-list__point {
    font-size: 16px;
    margin-top: 5px; }
  .general-item-list__label {
    border-radius: 0 0 8px 0;
    padding: 3px 7px; } }
.pagination {
  margin-top: 20px; }
  .pagination__list {
    display: flex;
    justify-content: center;
    gap: 2px; }
  .pagination__link {
    display: block;
    padding: 0.5em;
    border: 2px solid #EEE;
    min-width: 2.25em;
    height: 2.25em;
    text-align: center;
    background: #FFF;
    line-height: 1; }
    .pagination__link.is-current {
      border-color: #1A4473;
      background: #1A4473;
      color: #FFF; }

.item-share {
  margin-top: 10px; }
  .item-share__link {
    display: flex;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .item-share__icon {
    margin-right: 5px; }
  .item-share__text {
    font-size: 12px; }

.item-detail-area__top {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 0 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 0 0; }
  .item-detail-area__top_first {
    margin-right: 40px;
    width: 280px; }
  .item-detail-area__top_second {
    width: calc(100% - 280px - 40px); }
.item-detail-area__bottom {
  margin-top: 80px; }
.item-detail-area__image {
  border: 1px solid #707070; }
.item-detail-area__feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1em; }
.item-detail-area__feature-item {
  border-radius: 3px;
  padding: 0.5em 0.5rem;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  background: #1A4473;
  color: #FFF; }
.item-detail-area__title {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4; }
.item-detail-area__point {
  margin-bottom: 1.5rem;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  color: #E93019; }
.item-detail-area__notes {
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #F2F4F5;
  color: #333; }
.item-detail-area__condition {
  font-size: 14px; }
.item-detail-area__reflection {
  margin-top: 5px;
  font-size: 14px; }
.item-detail-area__confirm {
  margin-top: 5px;
  font-size: 14px; }
.item-detail-area__order {
  margin-top: 40px;
  width: 100%; }
.item-detail-area__order-btn {
  display: block;
  margin: 0 auto;
  border-bottom: 6px solid rgba(0, 0, 0, 0.25);
  padding: 0.9em 0.75em;
  line-height: 1.2;
  width: 100%;
  border-radius: 100px;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  background: #F90;
  color: #FFF;
  transition: all 0.25s ease-out; }
  .item-detail-area__order-btn:hover {
    margin-top: 6px;
    border-bottom-width: 0; }
  .item-detail-area__order-btn_icon {
    margin-right: 10px; }
    .item-detail-area__order-btn_icon svg {
      fill: #FFF; }

@media only screen and (min-width: 769px) {
  .item-detail-area__top {
    padding: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 0 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 0 0;
    margin: 0 0.5rem 0.5rem; }
    .item-detail-area__top_first {
      margin-right: 40px;
      max-width: 280px;
      width: 35%; }
    .item-detail-area__top_second {
      width: calc(100% - 35% - 40px); }
  .item-detail-area__feature-item {
    min-width: 100px;
    font-size: 14px; }
  .item-detail-area__point {
    font-size: 50px; } }
@media only screen and (min-width: 1000px) {
  .item-detail-area__order-btn {
    width: 80%; } }
@media only screen and (max-width: 768px) {
  .item-detail-area__top {
    padding: 24px 20px; }
    .item-detail-area__top_first {
      margin-right: 15px;
      width: 30%; }
    .item-detail-area__top_second {
      width: calc(100% - 30% - 15px); }
  .item-detail-area__title {
    margin-bottom: 0.5rem;
    font-size: 16px; }
  .item-detail-area__feature-list {
    gap: 5px;
    margin-bottom: 0.5em; }
  .item-detail-area__feature-item {
    font-size: 10px; }
  .item-detail-area__notes {
    padding: 13px; }
  .item-detail-area__order-btn {
    padding: 0.5em 0.5rem;
    border-radius: 100px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .item-detail-area__order-btn_icon {
      height: 30px;
      margin-right: 5px; }
      .item-detail-area__order-btn_icon svg {
        width: 30px; } }
.item-detail-section {
  margin-top: 80px; }
  .item-detail-section__header {
    margin-bottom: 30px; }
  .item-detail-section__title {
    font-size: 24px;
    font-weight: 600; }
  .item-detail-section__title_small {
    font-size: 16px; }

@media only screen and (max-width: 768px) {
  .item-detail-section {
    margin-top: 60px; }
    .item-detail-section__header {
      margin-bottom: 20px; }
    .item-detail-section__title {
      text-align: center;
      font-size: 20px; } }
.item-detail-explain {
  display: flex;
  flex-direction: column;
  gap: 1em;
  line-height: 1.75;
  font-size: 14px; }

.item-detail-faq__item {
  margin-top: 30px;
  font-size: 14px; }
.item-detail-faq__question {
  font-weight: 600; }
.item-detail-faq__answer {
  margin-top: 1em;
  line-height: 1.75; }

.item-detail-review {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .item-detail-review__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em; }
  .item-detail-review__content {
    font-size: 13px;
    line-height: 1.6; }
  .item-detail-review__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em; }
  .item-detail-review__item {
    width: calc(50% - 10px);
    border: 1px solid #EDEDED;
    border-radius: 5px;
    padding: 24px; }
  .item-detail-review__name {
    font-size: 13px;
    font-weight: 600; }
  .item-detail-review__date {
    font-size: 11px;
    color: #9B9B9B; }
  .item-detail-review__like-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 30px;
    padding: 5px 15px;
    background: #EFEFEF; }
    .item-detail-review__like-btn_text {
      font-size: 11px; }
  .item-detail-review__like-num {
    font-size: 11px; }

.information-list {
  padding: 40px;
  background: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0 0; }
  .information-list__label {
    margin-bottom: 1em;
    font-weight: 600; }
    .information-list__label .num {
      font-size: 14px;
      font-weight: normal; }
  .information-list__item {
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 1em; }
    .information-list__item:not(:last-child) {
      margin-bottom: 1em; }
  .information-list__date {
    font-size: 12px;
    color: #999; }
  .information-list__category {
    margin-left: 1em;
    padding: 2px 6px;
    width: 8em;
    text-align: center;
    font-size: 10px;
    background: #FAF4EC;
    color: #B98757; }
  .information-list__title {
    margin-top: 5px;
    width: 100%;
    font-size: 16px;
    font-weight: 600; }
  .information-list__link {
    color: #444957; }

@media only screen and (max-width: 768px) {
  .information-list {
    padding: 30px 20px; }
    .information-list__title {
      font-size: 14px; } }
.information-detail {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 40px;
  background: #FFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0 0; }
  .information-detail__header {
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1em;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 1em; }
  .information-detail__date {
    font-size: 12px;
    color: #999; }
  .information-detail__category {
    margin-left: 1em;
    padding: 2px 6px;
    width: 8em;
    text-align: center;
    font-size: 10px;
    color: #B98757;
    background: #FAF4EC; }
  .information-detail__title {
    margin-top: 5px;
    width: 100%;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 600; }
  .information-detail__body > p {
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 2; }

@media only screen and (max-width: 768px) {
  .information-detail {
    padding: 30px 20px; }
    .information-detail__title {
      font-size: 18px;
      margin-top: 10px; } }
.login-area {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px; }
  .login-area__mail {
    padding: 30px;
    width: 100%;
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .login-area__sns {
    padding: 30px;
    width: calc(40% - 10px);
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .login-area__register {
    padding: 30px;
    width: 100%;
    text-align: center;
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .login-area__label {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 600; }

@media only screen and (max-width: 768px) {
  .login-area__mail {
    padding: 30px 20px; }
  .login-area__register {
    padding: 30px 20px; }
  .login-area__label {
    text-align: center;
    font-size: 16px; } }
.mail-login__input {
  margin: 0 0 15px; }
.mail-login__auto-login {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
  max-width: 180px;
  margin: auto; }
  .mail-login__auto-login_text {
    font-size: 12px; }
.mail-login__submit {
  margin-top: 1.5em;
  text-align: center; }
  .mail-login__submit_button {
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 1em 2em;
    font-size: 14px;
    font-weight: 600;
    background: #1A4473;
    color: #FFF;
    width: 300px; }
.mail-login__help {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
  .mail-login__help_item {
    margin-top: 2em;
    font-size: 12px; }
    .mail-login__help_item:not(:first-child) {
      margin-left: 10px;
      border-left: 1px solid #CCC;
      padding-left: 10px; }
    .mail-login__help_item a {
      color: #09F; }

@media only screen and (max-width: 768px) {
  .mail-login__submit {
    margin-top: 1.5rem; }
    .mail-login__submit_button {
      width: 100%; }
  .mail-login__help_item {
    margin-top: 2.5em; } }
.sns-login__list {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px; }
.sns-login__button {
  display: block;
  padding: 1em;
  border: 1px solid #CCC;
  font-size: 14px;
  text-align: center;
  background: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05); }
.sns-login__register {
  text-align: center; }
  .sns-login__register_lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600; }

.register-login__lead {
  margin-bottom: 1em;
  line-height: 1.4; }
.register-login__submit {
  margin-top: 1.2em;
  text-align: center; }
  .register-login__submit_button {
    display: inline-block;
    border: none;
    border-bottom: 5px solid #CCC;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 1em 2em;
    font-size: 18px;
    font-weight: 600;
    background: #00AD88;
    color: #FFF;
    transition: all 0.25s ease-out; }
    .register-login__submit_button:hover {
      margin-top: 5px;
      border-bottom-width: 0; }

@media only screen and (max-width: 768px) {
  .register-login__submit_button {
    width: 100%; } }
.register-area {
  padding: 40px;
  background: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .register-area__lead {
    margin-bottom: 1em;
    font-size: 16px;
    text-align: center; }
  .register-area__content {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px; }
  .register-area__mail {
    padding: 30px;
    width: 100%;
    background: #FAFAFA; }
  .register-area__sns {
    padding: 30px;
    width: calc(40% - 10px);
    background: #FAFAFA; }
  .register-area__register {
    padding: 30px;
    width: 100%;
    text-align: center;
    background: #FAFAFA; }
  .register-area__label {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 600; }
  .register-area__login {
    margin-top: 2em;
    text-align: center;
    font-size: 14px; }
    .register-area__login a {
      text-decoration: underline; }

@media only screen and (max-width: 768px) {
  .register-area {
    padding: 30px 20px; }
    .register-area__lead {
      font-size: 14px;
      text-align: left;
      margin-bottom: 20px; }
    .register-area__label {
      margin-bottom: 15px;
      font-size: 16px; }

  .register-area__mail {
    padding: 25px 20px; } }
.register-mail__submit {
  margin-top: 20px;
  text-align: center; }
  .register-mail__submit_button {
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 1em 2em;
    font-size: 14px;
    font-weight: 600;
    background: #1A4473;
    color: #FFF; }
.register-mail__notes {
  margin-top: 15px;
  line-height: 1.5;
  font-size: 11px; }
  .register-mail__notes_item {
    margin-top: 5px;
    color: #666; }

@media only screen and (max-width: 768px) {
  .register-mail__submit {
    margin-top: 25px; }
    .register-mail__submit_button {
      width: 100%; }
  .register-mail__notes {
    margin-top: 20px; }
    .register-mail__notes_item {
      text-indent: -8px;
      padding-left: 8px;
      margin-top: 8px; } }
.register-sns__list {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px; }
.register-sns__button {
  display: block;
  padding: 1em;
  border: 1px solid #CCC;
  font-size: 14px;
  text-align: center;
  background: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05); }

.faq-list {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px; }
  .faq-list__item {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 0 0;
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 0 0; }
  .faq-list__question {
    padding: 1.5em;
    font-weight: 600; }
  .faq-list__answer {
    display: none;
    border-top: 1px solid #EEE;
    padding: 1.5em; }
    .faq-list__answer p {
      line-height: 1.75;
      margin-bottom: 1em; }

@media only screen and (max-width: 768px) {
  .faq-list__question {
    padding: 20px;
    font-size: 14px; } }
.not-resolved {
  margin-top: 2em;
  text-align: center; }
  .not-resolved__link {
    text-decoration: underline; }

.register-form,
.contact-form,
.login-reminder,
.account-delete {
  padding: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0 0; }
  .register-form__message,
  .contact-form__message,
  .login-reminder__message,
  .account-delete__message {
    margin-bottom: 1em;
    text-align: center; }
  .register-form__notes,
  .contact-form__notes,
  .login-reminder__notes,
  .account-delete__notes {
    margin: 1em 0;
    text-align: center;
    font-size: 14px; }
  .register-form__row,
  .contact-form__row,
  .login-reminder__row,
  .account-delete__row {
    margin-bottom: 20px; }
  .register-form__label,
  .contact-form__label,
  .login-reminder__label,
  .account-delete__label {
    margin-bottom: 10px;
    font-weight: 600;
    color: #333; }
  .register-form__submit,
  .contact-form__submit,
  .login-reminder__submit,
  .account-delete__submit {
    margin-top: 2em;
    text-align: center; }
    .register-form__submit_button,
    .contact-form__submit_button,
    .login-reminder__submit_button,
    .account-delete__submit_button {
      display: inline-block;
      border: none;
      border-bottom: 5px solid #CCC;
      -webkit-border-radius: 40px;
      border-radius: 40px;
      padding: 1em 2em;
      font-size: 18px;
      font-weight: 600;
      background: #00AD88;
      color: #FFF;
      transition: all 0.25s ease-out; }
      .register-form__submit_button:hover,
      .contact-form__submit_button:hover,
      .login-reminder__submit_button:hover,
      .account-delete__submit_button:hover {
        margin-top: 5px;
        border-bottom-width: 0; }
  .register-form__back,
  .contact-form__back,
  .login-reminder__back,
  .account-delete__back {
    margin-top: 20px;
    text-align: center; }
    .register-form__back_button,
    .contact-form__back_button,
    .login-reminder__back_button,
    .account-delete__back_button {
      border: 1px solid #CCC;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      padding: .5em 1em;
      background: #FFF;
      font-size: 12px; }

.account-delete .register-form__input .form-input-selectbox {
  margin: auto; }

.register-form__input .form-input-selectbox {
  max-width: 350px;
  margin: 0; }
  .register-form__input .form-input-selectbox select {
    width: 100%; }

.contact-form__input .form-input-selectbox {
  margin: 0; }

@media only screen and (max-width: 768px) {
  .register-form,
  .contact-form,
  .login-reminder,
  .account-delete {
    padding: 30px 20px; }
    .register-form__notes,
    .contact-form__notes,
    .login-reminder__notes,
    .account-delete__notes {
      text-align: left;
      padding-left: 10px;
      text-indent: -10px;
      margin-bottom: 2rem; }
    .register-form__message,
    .contact-form__message,
    .login-reminder__message,
    .account-delete__message {
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px;
      padding-bottom: 20px;
      font-size: 14px; } }
@media only screen and (max-width: 500px) {
  .register-form__submit_button,
  .contact-form__submit_button,
  .login-reminder__submit_button,
  .account-delete__submit_button {
    width: 100%; }
  .register-form__message,
  .contact-form__message,
  .login-reminder__message,
  .account-delete__message {
    text-align: left; } }
.account-delete__form {
  text-align: center; }

.register-complete,
.contact-complete,
.account-delete-complete {
  padding: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0 0; }
  .register-complete__message,
  .contact-complete__message,
  .account-delete-complete__message {
    text-align: center; }
  .register-complete__back,
  .contact-complete__back,
  .account-delete-complete__back {
    margin-top: 1em;
    text-align: center; }
    .register-complete__back_link,
    .contact-complete__back_link,
    .account-delete-complete__back_link {
      text-decoration: underline;
      font-size: 14px; }

@media only screen and (max-width: 768px) {
  .register-complete,
  .contact-complete,
  .account-delete-complete {
    padding: 30px 20px; } }
.register-recommend-items {
  margin-top: 40px; }
  .register-recommend-items__title {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 2rem; }

.mypage-outline__inner {
  display: flex;
  padding: 30px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #FFF;
  gap: 30px; }
.mypage-outline__first {
  width: 180px; }
.mypage-outline__second {
  width: 100%;
  flex-grow: 1; }
.mypage-outline__name {
  font-size: 16px;
  font-weight: 600;
  color: #AA8F7B; }
.mypage-outline__rank {
  margin-top: .5em;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  background: #CCC;
  -webkit-border-radius: 15px;
  border-radius: 15px; }
  .mypage-outline__rank.-silver {
    background: linear-gradient(45deg, #FFF 0, #CECECE 100%); }
.mypage-outline__info {
  margin-top: 15px; }
  .mypage-outline__info:not(:last-child) {
    border-bottom: 1px solid #CCC; }
  .mypage-outline__info_label {
    font-weight: 600; }
.mypage-outline__point_main {
  font-size: 32px;
  font-weight: 600; }
.mypage-outline__exchange {
  margin-top: 10px; }
  .mypage-outline__exchange_button {
    display: inline-block;
    padding: .5em 1em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #00AD88;
    color: #FFF;
    font-size: 14px;
    width: 120px;
    text-align: center; }
.mypage-outline__friends {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 20px; }
  .mypage-outline__friends_label {
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 14px;
    background: #444957;
    color: #FFF; }
  .mypage-outline__friends_num {
    font-size: 18px;
    font-weight: 600; }
.mypage-outline__time {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
  color: #999; }

@media only screen and (max-width: 768px) {
  .mypage-outline__inner {
    padding: 20px;
    align-items: start;
    gap: 20px; }
  .mypage-outline__name {
    font-size: 14px; }
  .mypage-outline__info {
    margin-top: 10px; }
    .mypage-outline__info_label {
      font-size: 10px; }
  .mypage-outline__point {
    line-height: 1.2; }
    .mypage-outline__point_main {
      font-size: 28px; }
    .mypage-outline__point_sub {
      display: block;
      font-size: 12px; } }
.next-rank {
  width: 100%; }
  .next-rank__bar {
    position: relative;
    background: #FFF;
    height: 30px; }
    .next-rank__bar_progress {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 10%;
      background: #CA9735; }
    .next-rank__bar_point {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      font-size: 14px; }
  .next-rank__text {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600; }

.point-passbook-section {
  margin-top: 80px; }

@media only screen and (max-width: 768px) {
  .point-passbook-section {
    margin-top: 60px; } }
.point-passbook__tab {
  margin: 0; }
  .point-passbook__tab_item {
    position: relative;
    top: .4em;
    -webkit-flex-grow: 1;
    flex-grow: 1; }
    .point-passbook__tab_item a {
      display: block;
      padding: 1em;
      font-weight: 600;
      background: #ddd; }
    .point-passbook__tab_item.is-active {
      top: 0; }
      .point-passbook__tab_item.is-active a {
        border-top: 4px solid #008DDE;
        padding: 1.2em 1em;
        background: #fff; }
.point-passbook__content {
  padding: 30px;
  background: #fff; }
.point-passbook__filter {
  display: flex;
  gap: 20px;
  margin-bottom: 40px; }
  .point-passbook__filter_item {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border: 1px solid #CCC;
    padding: 10px;
    background: #FFF; }
    .point-passbook__filter_item .text {
      margin-left: 1em; }
.point-passbook__table-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px; }
.point-passbook__num {
  width: 50%;
  font-size: 14px; }
.point-passbook__month {
  width: 50%;
  text-align: right; }
  .point-passbook__month select {
    font-size: 16px; }
.point-passbook__table {
  width: 100%;
  background: #FFF;
  font-size: 14px; }
  .point-passbook__table .date {
    width: 12em; }
  .point-passbook__table .status {
    width: 10em; }
  .point-passbook__table .point {
    width: 10em; }
  .point-passbook__table th,
  .point-passbook__table td {
    padding: 1em;
    text-align: center;
    border-bottom: 1px solid #CCC; }
  .point-passbook__table th {
    font-weight: 600;
    background: #1A4473;
    color: #FFF; }

@media only screen and (max-width: 999px) {
  .point-passbook__content {
    padding: 20px 16px 25px; }
  .point-passbook__filter {
    gap: 10px; }
    .point-passbook__filter_item {
      font-size: 14px; }
      .point-passbook__filter_item .text {
        margin-left: 0.2rem; }
  .point-passbook__month select {
    font-size: 14px;
    padding: 5px; }
  .point-passbook__table {
    width: 100%;
    background: #FFF;
    font-size: 10px; }
    .point-passbook__table .date {
      width: 5rem; }
    .point-passbook__table th {
      width: 8rem; } }
.point-exchange-recommend__tab {
  margin-bottom: 0; }
  .point-exchange-recommend__tab_item {
    position: relative;
    top: .4em;
    -webkit-flex-grow: 1;
    flex-grow: 1; }
    .point-exchange-recommend__tab_item a {
      display: block;
      padding: 1em;
      font-weight: 600;
      background: #EEE; }
    .point-exchange-recommend__tab_item.is-active {
      top: 0; }
      .point-exchange-recommend__tab_item.is-active a {
        padding: 1.2em 1em;
        border-top: 4px solid #008DDE;
        background: #FAFAFA; }
.point-exchange-recommend__content {
  padding: 20px;
  background: #FAFAFA; }

@media only screen and (max-width: 768px) {
  .point-exchange-recommend__content {
    padding: 20px 16px; } }
.point-exchange-section {
  margin-top: 80px; }

@media only screen and (max-width: 768px) {
  .point-exchange-section {
    margin-top: 60px; } }
.point-exchange-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px; }
  .point-exchange-list__link {
    display: inline-block;
    padding: 15px;
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 0 0;
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 0 0; }
  .point-exchange-list__item {
    width: calc(25% - 7.5px); }
  .point-exchange-list__name {
    text-align: center;
    font-size: 14px;
    font-weight: 600; }
  .point-exchange-list__banner {
    margin-top: 10px; }
  .point-exchange-list__content {
    margin-top: 10px; }
    .point-exchange-list__content_row {
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      gap: 5px;
      margin-top: 5px;
      font-size: 14px; }
      .point-exchange-list__content_row .label {
        font-size: 12px; }
      .point-exchange-list__content_row .content {
        font-weight: 600;
        font-size: 13px; }
        .point-exchange-list__content_row .content.-point {
          color: #ff3939;
          font-size: 16px; }

@media only screen and (max-width: 999px) {
  .point-exchange-list__item {
    width: calc(100% / 3 - 7px); } }
@media only screen and (max-width: 768px) {
  .point-exchange-list__link {
    padding: 15px 10px; }
  .point-exchange-list__content {
    margin-top: 10px; }
    .point-exchange-list__content_row {
      line-height: 1.3; }
      .point-exchange-list__content_row dt {
        font-size: 10px; }
      .point-exchange-list__content_row .content {
        font-size: 12px; } }
@media only screen and (max-width: 500px) {
  .point-exchange-list__item {
    width: calc(50% - 5px); }
  .point-exchange-list__content_row .label {
    font-size: 10px; }
  .point-exchange-list__content_row dt {
    width: 40px; } }
.point-exchange-detail {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
  max-width: 1280px;
  margin: auto; }
  .point-exchange-detail__first {
    width: 240px; }
  .point-exchange-detail__second {
    width: calc(100% - 240px - 30px); }
  .point-exchange-detail__third {
    margin-top: 30px;
    width: 100%; }
  .point-exchange-detail__name {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600; }
  .point-exchange-detail__text {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 14px; }
  .point-exchange-detail__table {
    width: 100%; }
    .point-exchange-detail__table th,
    .point-exchange-detail__table td {
      border: 1px solid #CCC;
      padding: 10px;
      font-size: 13px; }
    .point-exchange-detail__table th {
      background: #FAFAFA;
      width: 10em;
      text-align: left;
      font-weight: 600; }
    .point-exchange-detail__table em {
      color: #FF3939; }
    .point-exchange-detail__table big {
      font-size: 16px;
      font-weight: 600; }
  .point-exchange-detail__notes {
    font-size: 14px; }
    .point-exchange-detail__notes_item {
      line-height: 1.4; }
      .point-exchange-detail__notes_item:not(:last-child) {
        margin-bottom: 5px; }
  .point-exchange-detail__order {
    margin-top: 30px;
    text-align: center; }
    .point-exchange-detail__order_button {
      display: block;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      padding: 20px;
      font-weight: 600;
      background: #FF3939;
      color: #FFF; }
      .point-exchange-detail__order_button.is-disable {
        background: #CCC; }

@media only screen and (max-width: 768px) {
  .point-exchange-detail {
    padding: 30px 20px; }
    .point-exchange-detail__first {
      width: 30%; }
    .point-exchange-detail__second {
      width: calc(100% - 30% - 10px); } }
@media only screen and (max-width: 500px) {
  .point-exchange-detail__first {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 30px; }
  .point-exchange-detail__second {
    width: 100%; } }
.point-exchange-history__table {
  width: 100%; }
  .point-exchange-history__table th,
  .point-exchange-history__table td {
    border: 1px solid #DDD;
    padding: 1em;
    background: #FFF; }
    .point-exchange-history__table th:first-child,
    .point-exchange-history__table td:first-child {
      width: 180px; }
    .point-exchange-history__table th:last-child,
    .point-exchange-history__table td:last-child {
      width: 200px; }
  .point-exchange-history__table th {
    text-align: center;
    font-weight: 600;
    background: #1A4473;
    color: #FFF;
    vertical-align: middle; }
  .point-exchange-history__table .date {
    width: 11em;
    text-align: center; }
  .point-exchange-history__table .point {
    width: 20em;
    text-align: center; }
  .point-exchange-history__table .tb_sp {
    display: none; }

@media only screen and (max-width: 999px) {
  .point-exchange-history th,
  .point-exchange-history td {
    width: 40%; } }
@media only screen and (max-width: 768px) {
  .point-exchange-history__table .date {
    font-size: 11px; }
  .point-exchange-history__table th,
  .point-exchange-history__table td {
    padding: 8px 8px 6px;
    font-size: 11px;
    width: calc(100% / 3);
    line-height: 1.3;
    vertical-align: middle; }
    .point-exchange-history__table th:first-child,
    .point-exchange-history__table td:first-child {
      width: 55px; }
    .point-exchange-history__table th:last-child,
    .point-exchange-history__table td:last-child {
      width: 70px; }
  .point-exchange-history__table th {
    width: 50%; } }
@media only screen and (max-width: 500px) {
  .point-exchange-history__table .date {
    text-align: left; }
  .point-exchange-history__table .tb_sp {
    display: block; } }
.mail-settings {
  padding: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FFF; }
  .mail-settings__lead {
    margin-bottom: 1em; }
  .mail-settings__item {
    margin-bottom: 5px; }
  .mail-settings__label {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #CCC;
    padding: 1em;
    background: #FAFAFA; }
  .mail-settings__input {
    margin-right: 10px;
    width: 20px; }
  .mail-settings__text .text {
    font-weight: 500;
    line-height: 1.4; }
  .mail-settings__text .notes {
    margin-top: .5em;
    font-size: 12px;
    text-indent: -8px;
    padding-left: 8px; }
  .mail-settings__submit {
    margin-top: 20px;
    text-align: center; }
    .mail-settings__submit_button {
      border: none;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      padding: 1em 2em;
      font-size: 14px;
      font-weight: 600;
      background: #1A4473;
      color: #FFF;
      width: 200px; }

@media only screen and (max-width: 768px) {
  .mail-settings {
    padding: 30px 20px; }
    .mail-settings__submit {
      margin-top: 30px; }
      .mail-settings__submit_button {
        width: 100%; } }
.mail-settings-notes {
  margin-bottom: 1em;
  padding-left: 4px; }
  .mail-settings-notes__item {
    font-size: 12px;
    text-indent: -4px;
    padding-left: 4px; }
    .mail-settings-notes__item:before {
      content: "※";
      display: inline-block; }

@media only screen and (max-width: 768px) {
  .mail-settings-notes {
    margin-bottom: 25px; } }
.fancybox__content {
  width: 800px !important; }
