@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し（h2相当）*/
.main-heading,
.news-heading {
  display: block;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  font-size: 4rem;
  margin-bottom: .5em;
}

@media screen and (max-width: 767.98px) {
  .main-heading,
  .news-heading {
    font-size: 3rem;
    margin-bottom: .3em;
  }
}

/* 共通見出し（h3相当）*/
.main-subheading {
  display: block;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  font-size: 3rem;
  margin-bottom: .7em;
}

@media screen and (max-width: 1099.98px) {
  .main-subheading {
    font-size: 2rem;
    margin-bottom: .5em;
  }
}

/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

.link-button {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5;
  color: #ccc;
  font-weight: 700;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 1099.98px) {
  .link-button {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767.98px) {
  .link-button {
    font-size: 1.6rem;
    line-height: 1.1;
  }
}

@media screen and (max-width: 479.98px) {
  .link-button {
    font-size: 1.3rem;
  }
}

/* 共通リンクボタン（ホバー）*/
a.link-button:hover {
  text-decoration: none;
  color: #000000;
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}

.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -151px;
  margin-bottom: 150px;
  background: transparent;
  z-index: -100;
}

@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -281px;
    margin-bottom: 280px;
  }
}

/* 検索BOX */
.global-search__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}

.global-search__box {
  padding: 10px 40px 9px 10px;
  min-width: 400px;
  min-height: 40px;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: middle;
}

@media screen and (max-width: 1099.98px) {
  .global-search__box {
    min-width: inherit;
    width: 100%;
  }
  .global-search__wrap{
    width: 100%;
  }
}

@media screen and (max-width: 479.98px) {
  .global-search__box {
    min-width: inherit;
    width: 100%;
  }
}

.global-search__box::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 700;
  line-height: 1.2;
}

.global-search__box:-ms-input-placeholder {
  color: #ccc;
  font-weight: 700;
  line-height: 1.2;
}

.global-search__box::-ms-input-placeholder {
  color: #ccc;
  font-weight: 700;
  line-height: 1.2;
}

.global-search__box::placeholder {
  color: #ccc;
  font-weight: 700;
  line-height: 1.2;
}

.global-search__btn {
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  padding: 5px;
  width: 34px;
  height: 34px;
  background-color: #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 700;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
}

@media screen and (max-width: 1099.98px) {
  .global-search__btn {
    min-width: 45px;
  }
}

.global-search__btn:hover {
  background-color: #fff;
}

.global-search__btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 17px;
  height: 18px;
  background: url("../../assets/img/base/icon_search.svg") no-repeat center/cover;
}

/* 言語切替 */
.lang-switch__btn {
  margin-left: 1.5em;
}

.lang-switch__btn .jp__btn {
  display: inline-block;
  padding: .82em .2em .72em .2em;
  width: 30px;
  line-height: 1.2;
  color: #999;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #303031;
  background: #303031;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 700;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-right: 0;
}
.footer .lang-switch__btn .jp__btn{
  border: 1px solid #303031;
  border-right: 0;
}
.lang-switch__btn .jp__btn:hover {
  color: #303031;
  background: #fff;
  border: 1px solid #303031;
  border-right: 0;
}
.footer .lang-switch__btn .jp__btn:hover {
  border: 1px solid #303031;
  border-right: 0;
}
@media screen and (max-width: 479.98px) {
  .lang-switch__btn .jp__btn:hover {
    color: #999;
    background: #000000;
    border: 1px solid #000;
    border-right: 0;
  }
  .footer .lang-switch__btn .jp__btn:hover {
    border: 1px solid #303031;
    border-right: 0;
  }
}

.lang-switch__btn .jp__btn.is-active {
  color: #000000;
  background: #fff;
  border: 1px solid #000;
  border-right: 0 !important;
}
.footer .lang-switch__btn .jp__btn.is-active{
  border: 1px solid #303031;
  border-right: 0 !important;
}
.lang-switch__btn .en__btn {
  display: inline-block;
  margin-left: -4px;
  padding: .82em .2em .72em .2em;
  width: 30px;
  line-height: 1.2;
  color: #999;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #000;
  background: #000000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 700;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
}
.footer .lang-switch__btn .en__btn{
  border: 1px solid #303031;
}

.lang-switch__btn .en__btn:hover {
  color: #000000;
  background: #fff;
  border: 1px solid #000;
}
.footer .lang-switch__btn .en__btn:hover{
  border: 1px solid #303031;
}
@media screen and (max-width: 479.98px) {
  .lang-switch__btn .en__btn:hover {
    color: #999;
    background: #000000;
    border: 1px solid #000;
  }
  .footer .lang-switch__btn .en__btn:hover{
    border: 1px solid #303031;
  }
}

.lang-switch__btn .en__btn.is-active {
  color: #000000;
  background: #fff;
  border: 1px solid #000;
}
.footer .lang-switch__btn .en__btn.is-active{
  border: 1px solid #303031;
}

/* EDIT */
.form-control {
  padding: 9px 12px 8px 12px;
  width: 100%;
  min-height: 52px;
  color: #000000;
  background-color: #FAFAFA;
  border:1px solid #CCCCCC;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
}
.mypage-heading__edit{
  max-width: 500px;
  width: 100%;
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}

@media screen and (max-width: 767.98px) {
  .form-control {
    font-size: 1.2rem;
    padding: 9px 10px 8px 10px;
    min-height: 30px;
  }
}

.form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 1.6rem;
}

@media screen and (max-width: 767.98px) {
  .form-control::-webkit-input-placeholder {
    font-size: 1.2rem;
  }
}

.form-control::-moz-placeholder {
  color: #999;
  font-size: 1.6rem;
}

@media screen and (max-width: 767.98px) {
  .form-control::-moz-placeholder {
    font-size: 1.2rem;
  }
}

.form-control:-ms-input-placeholder {
  color: #999;
  font-size: 1.6rem;
}

@media screen and (max-width: 767.98px) {
  .form-control:-ms-input-placeholder {
    font-size: 1.2rem;
  }
}

.form-control::-ms-input-placeholder {
  color: #999;
  font-size: 1.6rem;
}

@media screen and (max-width: 767.98px) {
  .form-control::-ms-input-placeholder {
    font-size: 1.2rem;
  }
}

.form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 1.6rem;
}

.form-control:-ms-input-placeholder {
  color: #999;
  font-size: 1.6rem;
}

.form-control::-ms-input-placeholder {
  color: #999;
  font-size: 1.6rem;
}

.form-control::placeholder {
  color: #999;
  font-size: 1.6rem;
}

@media screen and (max-width: 767.98px) {
  .form-control::-webkit-input-placeholder {
    font-size: 1.2rem;
  }
  .form-control:-ms-input-placeholder {
    font-size: 1.2rem;
  }
  .form-control::-ms-input-placeholder {
    font-size: 1.2rem;
  }
  .form-control::placeholder {
    font-size: 1.2rem;
  }
}

.form-textarea {
  resize: vertical;
  vertical-align: top;
  height: 150px;
  min-height: 150px;
  max-height: 35em;
  padding: 15px 17px 15px 17px;
  font-size: 1.4rem;
  line-height: 1.9;
}

@media screen and (max-width: 767.98px) {
  .form-textarea {
    padding: 10px 13px 10px 13px;
    height: 250px;
    min-height: 250px;
  }
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #000000;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.contents{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.main{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.nav-secondary + article{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: visible;
  }
}

/* --------------------------------

  header

-------------------------------- */
@media screen and (min-width: 1100px), print {
  .header {
    overflow: hidden;
    background-color: #fff;
  }
}

.header .inner {
  max-width: none;
  z-index: auto;
}

@media screen and (min-width: 1100px), print {
  .header .inner {
    position: fixed;
    top: 0;
    left: 0;
    max-width: none;
    z-index: auto;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 1010;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2em 0 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1100px), print {
  .header-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-left: 1.5em;
    flex-direction: row-reverse;
  }
  .header-btn-area .header-btn-link {
    display: block;
    max-width: 200px;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    border: 1px solid #ccc;
    padding: .9em .5em .7em .5em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
  }
  .header-btn-area .header-btn-link:hover {
    color: #fff;
    background-color: #000000;
  }
  .header-btn-area .header-btn-link:first-child {
    /* margin-right: .5em; */
  }
  .header-btn-area .header-btn-walletconnect-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 0.9em 0.5em 0.7em 0.5em;
      font-size: 1.5rem;
  }
  .header-btn-area .header-btn-walletconnect {
      display: inline-flex;
      align-self: center;
      flex-shrink: 0;
      margin-inline-end: 0.4rem;
  }  
  .header-btn-area .header-text-link {
    border : none;
  }
    
  .header-btn-area .header-text-link:hover {
    border : none;
    color: #000;
    background-color: #ffffff;
    text-decoration: underline;
  }
}

@media screen and (max-width: 1099.98px) {
  .header-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    flex-direction:column;
    max-width: 336px;
    margin: 0 auto;
    margin-top: 0.5em
  }
  .header-btn-area .header-btn-link {
    display: block;
    max-width: 2000px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 13px .5em 13px .5em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 20px auto;
  }
  .header-btn-area .header-btn-link:hover {
    color: #fff;
    background-color: #000000;
  }
  .header-btn-area .header-btn-link:first-child {
    /* margin-right: 15px; */
  }
  .header-btn-area .header-btn-walletconnect-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width:inherit;
    padding: 0.9em 0.5em 0.7em 0.5em;
    font-size: 1.5rem;
}
.header-btn-area .header-btn-walletconnect {
    display: inline-flex;
    align-self: center;
    flex-shrink: 0;
    margin-inline-end: 0.4rem;
}
.header-btn-area .header-text-link {
  border : none;
}
  
.header-btn-area .header-text-link:hover {
  border : none;
  color: #000;
  background-color: #ffffff;
  text-decoration: underline;
}
}
@media screen and (max-width: 479.98px){
  .header-btn-area .header-btn-link:hover {
    color: #000;
    background-color: #fff;
  }
}

@media screen and (max-width: 1099.98px) {
  .header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    font-size: 100%;
    z-index: 901;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #fff;
    padding: 0 0 0 1em;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (min-width: 1100px), print {
  .header-logo {
    display: block;
    position: relative;
    height: auto;
    background: none;
    z-index: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.header-logo .site-logo {
  width: 160px;
}

@media screen and (min-width: 1100px), print {
  .header-logo .site-logo {
    display: block;
    width: 160px;
    height: auto;
  }
}

@media screen and (max-width: 459.98px) {
  .header-logo .site-logo {
    width: 131px;
  }
}

.header-logo a,
.header-logo img {
  display: block;
  width: 100%;
}

.header-logo a {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.header-logo a:hover {
  opacity: .7;
}
@media screen and (max-width: 479.98px){
  .header-logo a:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 1100px), print {
  .header-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-left: 1em;
  }
}

/* スクロール時固定用 */
/* --------------------------------

  nav

-------------------------------- */
.nav-secondary {
  padding-top: 70px;
  z-index: 0;
}

@media screen and (min-width: 1100px), print {
  .nav-secondary {
    padding-top: 80px;
  }
}

.nav-secondary .inner {
  width: 100%;
  height: 60px;
  max-width: none;
  padding: 0 2.2em 0 .0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1099.98px) {
  .nav-secondary .inner {
    height: 60px;
    padding: 19px 30px 18px 30px;
  }
}

@media screen and (max-width: 479.98px) {
  .nav-secondary .inner {
    padding: 19px 30px 18px 30px;
  }
}

.nav-secondary-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1099.98px) {
  .nav-secondary-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1100px), print {
  .nav-primary {
    max-width: 882px;
    margin-left: auto;
  }
}

@media screen and (max-width: 1099.98px) {
  .nav-primary {
    display: block;
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 111;
    opacity: 0;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    -webkit-transition-property: opacity, left;
    transition-property: opacity, left;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
}

@media screen and (max-width: 1099.98px) {
  .nav-open .nav-primary {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
}

.contact-open .nav-primary {
  z-index: 920;
}

.nav-primary .nav-primary-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 1100px), print {
  .nav-primary .nav-primary-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 1099.98px) {
  .nav-primary .nav-primary-container {
    display:flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    padding:0 1em 2em 1em;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
  }
  .search_active .nav-primary .nav-primary-container{
    padding: 3.1em 1em;
  }
}

.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}

@media screen and (min-width: 1100px), print {
  .nav-item-primary {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
}

@media screen and (min-width: 1100px), print {
  .nav-item-secondary {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
}

@media screen and (max-width: 1099.98px) {
  .nav-item-secondary {
    margin-right: -1em;
    margin-left: -1em;
  }
}

.nav-link-primary {
  display: inline-block;
}

@media screen and (min-width: 1100px), print {
  .nav-link-primary {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #999;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  .nav-link-primary:hover {
    color: #000000;
  }
}

@media screen and (max-width: 1099.98px) {
  .nav-link-primary {
    color: #fff;
    font-size: 2.8rem;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  .nav-link-primary:hover {
    color: #999;
  }
}
@media screen and (max-width: 479.98px){
  .nav-link-primary:hover {
    color: #fff;
  }
}
.nav-link-primary span {
  font-weight: 700;
}

.nav-link-secondary {
  display: inline-block;
}

@media screen and (min-width: 1100px), print {
  .nav-link-secondary {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #999;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  .nav-link-secondary:hover {
    color: #000000;
  }
}

@media screen and (max-width: 1099.98px) {
  .nav-link-secondary {
    color: #000;
    position: relative;
    display: block;
    padding: 1em 1.5em;
    font-size: 1.5rem;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  .nav-link-secondary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width:8px ;
    height: 12px;
    background: url("../img/base/icon_arrow_blk01.svg") no-repeat center / cover;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  .nav-link-secondary:hover {
    color: #999;
  }
  .nav-link-secondary:hover::before{
    background: url("../img/base/icon_arrow_gray01.svg") no-repeat center / cover;
  }
  .nav-link-secondary span {
    font-weight: 400 !important;
  }
  .nav-close-button{
    opacity: 0;
    transition:all .3s ease ;
    -webkit-transition:all .3s ease ;
    -ms-transition:all .3s ease ;
  }
  .nav-open .nav-close-button{
    opacity: 1;
    top: 9px;
  }
}
@media screen and (max-width: 479.98px){
  .nav-link-secondary:hover {
    color: #000;
  }
  .nav-link-secondary:hover::before{
    background: url("../img/base/icon_arrow_blk01.svg") no-repeat center / cover;
  }
}
.header_search_btn img{
  width: 24px;
  height: 24px;
}
.nav-link-secondary span {
  font-weight: 700;
}

/* メインナビ */
.main-nav {
  max-width: 500px;
}

@media screen and (max-width: 1099.98px) {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 479.98px) {
  .main-nav {
    max-width: 400px;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.main-nav .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.main-nav .nav-link {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  color: #000000;
}

@media screen and (max-width: 479.98px) {
  .main-nav .nav-link {
    font-size: 1.8rem;
  }
}

.main-nav .nav-link:hover {
  color: #999;
}
@media screen and (max-width: 479.98px){
  .main-nav .nav-link:hover {
    color: #000;
  }
}

.main-nav .nav-link span {
  font-weight: 700;
}

.main-nav-primary {
  display: none;
}

@media screen and (min-width: 1100px), print {
  .main-nav-primary {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding-right: 1.3em;
    margin-right: 1.3em;
    border-right: 1px solid #ccc;
    max-width: 300px;
  }
}

@media screen and (max-width: 1099.98px) {
  .main-nav-primary {
    max-width: 274px;
    margin: 0 auto;
    margin-bottom: 1.5em;
  }
  .header__profile__area .profile__btn{
    display: none;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    max-width: 330px;
  }
}

@media screen and (max-width: 1099.98px) {
  .main-nav-secondary {
    max-width: none;
    margin: 0 auto;
    padding-top: 1em
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 9px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 1;
  cursor: pointer;
  z-index: 1100;
}

@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}

.nav-open .nav-button {
  display: none;
}

.nav-button-icon {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: relative;
  width: 50px;
  height: 50px;
}

.nav-button-icon span {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background: url("../img/icon_menu-header.svg") no-repeat center / cover;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: fixed;
  top: -70px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 1;
  cursor: pointer;
  z-index: 1100;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.nav-close-button .nav-button-icon{
  width: 35px;
  height: 35px;
  line-height: 1;
  cursor: pointer;
  z-index: 1100;
  background: url("../img/icon_close-header.svg") no-repeat center / cover;
}

@media screen and (min-width: 1100px), print {
  .nav-close-button {
    display: none;
  }
}

.nav-close-button:hover {
  opacity: .8;
}
@media screen and (max-width: 479.98px){
  .nav-close-button:hover {
    opacity: 1;
  }
}

.nav-close-button .nav-button-icon {
  position: relative;
  width: 35px;
  height: 35px;
}

/* ナビゲーション背景 */
@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}

.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: .4;
  cursor: pointer;
}

@media screen and (min-width: 1100px) {
  .nav.fixed {
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    padding: 0;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
  #top .nav.fixed {
    top: -60px;
  }
  .nav.fixed .main-nav {
    height: 80px;
  }
}

/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 3em 1em 0 1em;
  background: #fff;
  overflow: hidden;
  z-index: 100;
}

@media screen and (max-width: 1099.98px) {
  .main {
    padding: 50px 0 80px 0;
  }
}

#top .main {
  padding: 0 1em 0 1em;
}

@media screen and (max-width: 1099.98px) {
  #top .main {
    padding: 0;
  }
}

@media screen and (min-width: 1100px), print {
  .main {
    padding: 50px 0 100px 0;
    overflow: visible;
  }
  #top .main {
    padding: 0;
  }
}

.main > .inner {
  max-width: none;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  background-color: #f4f4f4;
  padding: 3em 20px 3em 20px;
}

.footer .inner{
  max-width: 1200px !important;
}

@media screen and (min-width: 1100px), print {
  .footer {
    padding: 5em 2em 5em 2em;
  }
}

@media screen and (max-width: 479.98px) {
  .footer {
    padding: 2.5em 20px;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4em;
  margin-bottom: 2em;
  border-bottom: 1px solid #303031;
}
@media screen and (max-width: 639.98px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-logo{
  margin-right: 7em;
}
.footer-nav-block:not(:last-child){
  margin-right: 8em;
}
@media screen and (max-width: 767.98px) {
  .footer-logo{
    margin-right: 3em;
  }
  .footer-nav-block:not(:last-child){
    margin-right: 4em;
  }
}
@media screen and (max-width: 639.98px) {
  .footer-logo{
    margin: 0 auto 2em;
  }
}

.footer-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 639.98px) {
  .footer-nav-container{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 459.98px) {
  .footer-logo svg{
    width: 130px !important;
    height: auto !important;
  }
  .footer-nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-nav-block:not(:last-child){
    margin-right: 0;
    margin-bottom: 2em;
  }
  .footer-logo{
    margin: 0 0 2em 0;
  }
}

.footer-nav-item:not(:last-child) {
  margin-bottom: 1.25em;
}

@media screen and (max-width: 1099.98px) {
  .footer-nav-item:not(:last-child) {
    margin-bottom: .8em;
  }
}

.footer-nav-link {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.2;
  padding-left: 1.3em;
  color: #303031;
}

.footer-nav-link:hover {
  /* color: #fff; */
  opacity: .8;
}
.footer-nav-link:hover::before {
  /* border-top: 1px solid #fff;
  border-left: 1px solid #fff; */
}
.footer-nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #303031;
  border-left: 1px solid #303031;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
@media screen and (max-width: 479.98px){
  .footer-nav-link:hover {
    /* color: #999; */
    opacity: 1;
  }
  /* .footer-nav-link:hover::before {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
  } */
}

.footer-nav-link span {
  font-weight: 400;
  word-break: break-all;
  word-wrap: break-word;
}

.footer-nav-heading {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #303031;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1099.98px) {
  .footer-nav-heading {
    margin-bottom: 1em;
  }
}

.footer .mail__btn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media screen and (min-width: 480px), print {
  .footer .mail__btn {
    right: 0;
    bottom: 60px;
    width: 60px;
    height: 60px;
  }
}

.footer .mail__btn.fixed {
  opacity: 1;
  pointer-events: auto;
}

.footer .mail__btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #444444;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.footer .mail__btn a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ccc;
}

.footer .mail__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 28px;
  height: 20px;
  background: url("../../assets/img/base/icon_contact.png") no-repeat center/cover;
}
@media screen and (max-width: 479.98px){
  .footer .mail__btn a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #444444;
  }
}

@media screen and (max-width: 479.98px) {
  .footer .mail__btn a::before {
    width: 22px;
    height: 16px;
  }
}

.footer .pagetop {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media screen and (min-width: 480px), print {
  .footer .pagetop {
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 0;
    bottom: 0;
  }
}

.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}

.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #222222;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ccc;
}
@media screen and (max-width: 479.98px){
  .footer .pagetop a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #222222;
  }
}

.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 479.98px) {
  .footer .pagetop a::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 1em;
    height: 1em;
  }
}

.footer .pagetop a::after {
  content: "";
  display: block;
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #fff;
}

@media screen and (max-width: 479.98px) {
  .footer .pagetop a::after {
    width: 3px;
    height: 3px;
  }
}

.footer .copy small {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  color: #303031;
}

@media screen and (max-width: 479.98px) {
  .footer .copy small {
    font-size: 1.1rem;
    text-align: center;
  }
}

.footer .copy span {
  font-weight: 400;
}

.footer-sns__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-sns__area-item:not(:last-child) {
  margin-right: 20px;
}

.footer-sns__area-item a {
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.footer-sns__area-item a:hover {
  opacity: .7;
}
@media screen and (max-width: 479.98px){
  .footer-sns__area-item a:hover {
    opacity: 1;
  }
}

.footer-sns__area-item img {
  height: auto;
}

.footer-foot__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767.98px) {
  .footer-foot__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-foot__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767.98px) {
  .footer-foot__main {
    margin-bottom: 3em;
  }
}

/* --------------------------------

  スライダー

-------------------------------- */
.slider {
  position: relative;
}

.slider .inner {
  max-width: none;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.slider-main {
  display: block;
  position: relative;
}

.slider-main-container {
  display: block;
  position: relative;
}

.slider-img {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
}

.slider .slider-img img{
  width: 100%;
  height: 433px;
  /* max-height: 433px; */
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 825.98px) {
  .slider .slider-img img{
    height: auto;
  }
}

.slider .slider-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  z-index: 110;
}

.slider .slider-prev,
.slider .slider-next {
  display: block;
  position: absolute;
  top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, .7);
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.slider .slider-prev:hover,
.slider .slider-next:hover{
  background-color: rgba(0, 0, 0, .7);
}
.slider .slider-prev:hover::before{
  background: url("../img/base/arrow_left_wht.svg") no-repeat center / cover;
}
.slider .slider-next:hover::before{
  background: url("../img/base/arrow_right_wht.svg") no-repeat center / cover;
}
@media screen and (max-width: 479.98px){
  .slider .slider-prev:hover,
  .slider .slider-next:hover{
    background-color: rgba(255, 255, 255, .7);
  }
  .slider .slider-prev:hover::before{
    background: url("../img/base/arrow_left_blk.svg") no-repeat center / cover;
  }
  .slider .slider-next:hover::before{
    background: url("../img/base/arrow_right_blk.svg") no-repeat center / cover;
  }
}
@media screen and (max-width: 825.98px) {
  .slider .slider-arrow{
    display: none;
  }
}

@media screen and (max-width: 1099.98px) {
  .slider .slider-prev,
  .slider .slider-next {
    width: 50px;
    height: 50px;
    top: -25px;
  }
}

.slider .slider-prev {
  left: 48px;
}

.slider .slider-prev::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 8px;
  /* transform: translate(-50% , -50%);
  -webkit-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%); */
  display: block;
  width: 35px;
  height: 14px;
  background: url("../img/base/arrow_left_blk.svg") no-repeat center / cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slider .slider-next::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 7px;
  display: block;
  width: 35px;
  height: 14px;
  background: url("../img/base/arrow_right_blk.svg") no-repeat center / cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}


.slider .slider-next {
  right: 48px;
}

.slider .slider-dots {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 110;
}

.slider .slider-dots ul {
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

.slider .slider-dots li {
  position: relative;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 100%;
}
.slider .slider-dots li:not(:last-child) {
  margin-right: 4px;
}
.slider .slider-dots li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  background-color: #cccccc;
  border-radius: 100%;
}
.slider .slider-dots li.slick-active:before {
  background-color: #000000;
}
.slider .slider-dots button {
  display: none;
}

.slider .slick-slider {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.slider .slick-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slider .slick-slider.slick-slider1 .slick-list,
.slider .slick-slider.slick-slider1 .slick-track {
  height: 100%;
}

.slider .slick-slider .slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 826px){
  .slider-main{
    overflow: hidden;
  }
  .slider .slick-slider .slide {
    width: 100% !important;
    max-width: 826px;
    margin: 0 5px;
  }
  .slider .slick-slider .slick-current{
    width: 100% !important;
    max-width: 826px;
    margin: 0 5px;
  }
}

.slider-side {
  position: absolute;
  bottom: 8%;
  left: 6.3%;
}
@media screen and (max-width: 767.98px) {
  .slider .slick-slider .slide{
    margin: 0;
  }
}

@media screen and (max-width: 479.98px) {
  .slider-side {
    bottom: 6%;
    left: 5%;
  }
}

.slider-catch-date {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  font-size: 6rem;
}

@media screen and (max-width: 1099.98px) {
  .slider-catch-date {
    font-size: 3.7rem;
  }
}

@media screen and (max-width: 767.98px) {
  .slider-catch-date {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479.98px) {
  .slider-catch-date {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 359.98px) {
  .slider-catch-date {
    font-size: 2.1rem;
  }
}

.slider-catch-title {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  font-size: 8rem;
}

@media screen and (max-width: 1099.98px) {
  .slider-catch-title {
    font-size: 5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .slider-catch-title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 479.98px) {
  .slider-catch-title {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 359.98px) {
  .slider-catch-title {
    font-size: 2.8rem;
  }
}

.slider-catch-by {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  font-size: 3rem;
  margin-top: .37em;
}

@media screen and (max-width: 1099.98px) {
  .slider-catch-by {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .slider-catch-by {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 479.98px) {
  .slider-catch-by {
    font-size: 1.4rem;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    letter-spacing: -.02em;
  }
}

.fat-slider-list__primary {
  margin: 0 -180px 0 0;
  max-width: 1200px;
}

@media screen and (max-width: 1099.98px) {
  .fat-slider-list__primary {
    max-width: 1100px;
  }
}

@media screen and (max-width: 767.98px) {
  .fat-slider-list__primary {
    max-width: 677px;
  }
}

@media screen and (max-width: 639.98px) {
  .fat-slider-list__primary {
    max-width: none;
  }
}

@media screen and (max-width: 479.98px) {
  .fat-slider-list__primary {
    margin: 0 -100px 0 0;
  }
}

.fat-slider-list__primary .slick-list {
  padding: 0 180px 0 0 !important;
}

@media screen and (max-width: 639.98px) {
  .fat-slider-list__primary .slick-list {
    padding: 0 300px 0 0 !important;
  }
}

@media screen and (max-width: 479.98px) {
  .fat-slider-list__primary .slick-list {
    padding: 0 170px 0 0 !important;
  }
}

@media screen and (max-width: 359.98px) {
  .fat-slider-list__primary .slick-list {
    padding: 0 150px 0 0 !important;
  }
}

.fat-slider-list__primary .fat-slider-img {
  max-width: 320px;
}

@media screen and (min-width: 480px), print {
  .fat-slider-list__primary .fat-slider-img img {
    height: 240px;
  }
}

.fat-slider-list__primary .fat-slider-link {
  max-width: 320px;
}

.fat-slider-list__secondary {
  margin: 0 -110px 0 0;
}

@media screen and (max-width: 767.98px) {
  .fat-slider-list__secondary {
    max-width: 580px;
  }
}

@media screen and (max-width: 479.98px) {
  .fat-slider-list__secondary {
    margin: 0 -20px 0 0;
  }
}

.fat-slider-list__secondary .slick-list {
  padding: 0 110px 0 0 !important;
}

@media screen and (max-width: 479.98px) {
  .fat-slider-list__secondary .slick-list {
    padding: 0 20px 0 0 !important;
  }
}

.fat-slider-list__secondary .fat-slider-img {
  max-width: 320px;
}

@media screen and (min-width: 480px), print {
  .fat-slider-list__secondary .fat-slider-img img {
    height: 240px;
  }
}

.fat-slider-list__secondary .fat-slider-link {
  max-width: 320px;
}

.fat-slider-date {
  display: block;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 -.08em 0;
}

@media screen and (max-width: 639.98px) {
  .fat-slider-date {
    font-size: 1.8rem;
  }
}

.fat-slider-item {
  margin: 0 .45em;
}

.fat-slider-link {
  display: inline-block;
  width: 100%;
}

.fat-slider-title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 639.98px) {
  .fat-slider-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 479.98px) {
  .fat-slider-title {
    font-size: 1.5rem;
    margin-bottom: .8em;
  }
}

.fat-slider-img {
  display: block;
  text-align: center;
  margin: 0 auto 1em;
}

@media screen and (max-width: 479.98px) {
  .fat-slider-img {
    margin: 0 auto .8em;
  }
}

.fat-slider-img img {
  margin: 0 auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

#slick-slider2 .fat-slider-img img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  background-color: #fafafa;
  padding: 5px;
}

.fat-slider-name {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 479.98px) {
  .fat-slider-name {
    font-size: 1.2rem;
  }
}

.slider-arrow2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1em;
  padding-right: 2em;
}

@media screen and (max-width: 1279.98px) {
  .slider-arrow2 {
    padding-right: 1.3em;
  }
}

@media screen and (max-width: 639.98px) {
  .slider-arrow2 {
    margin-top: 1em;
  }
}

.slider-arrow2 .slider-prev__secondary,
.slider-arrow2 .slider-next__secondary {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1099.98px) {
  .slider-arrow2 .slider-prev__secondary,
  .slider-arrow2 .slider-next__secondary {
    width: 40px;
    height: 40px;
  }
}

.slider-arrow2 .slider-prev__secondary:hover,
.slider-arrow2 .slider-next__secondary:hover {
  border-color: #000000;
}

.slider-arrow2 .slider-prev__secondary:hover::before, .slider-arrow2 .slider-prev__secondary:hover::after,
.slider-arrow2 .slider-next__secondary:hover::before,
.slider-arrow2 .slider-next__secondary:hover::after {
  background-color: #000000;
}
@media screen and (max-width: 479.98px){
  .slider-arrow2 .slider-prev__secondary:hover,
  .slider-arrow2 .slider-next__secondary:hover {
    border-color: #ccc;
  }

  .slider-arrow2 .slider-prev__secondary:hover::before, .slider-arrow2 .slider-prev__secondary:hover::after,
  .slider-arrow2 .slider-next__secondary:hover::before,
  .slider-arrow2 .slider-next__secondary:hover::after {
    background-color: #ccc;
  }
}
.slider-arrow2 .slider-prev__secondary {
  margin-right: 3.5em;
}

@media screen and (max-width: 1099.98px) {
  .slider-arrow2 .slider-prev__secondary {
    margin-right: 2em;
  }
}

.slider-arrow2 .slider-prev__secondary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  display: block;
  width: 60px;
  height: 2px;
  background-color: #ccc;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1099.98px) {
  .slider-arrow2 .slider-prev__secondary::before {
    width: 40px;
  }
}

.slider-arrow2 .slider-prev__secondary::after {
  content: "";
  position: absolute;
  top: 31%;
  left: -36px;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ccc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1099.98px) {
  .slider-arrow2 .slider-prev__secondary::after {
    width: 20px;
    top: 30%;
    left: -24px;
  }
}

.slider-arrow2 .slider-next__secondary::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  display: block;
  width: 60px;
  height: 2px;
  background-color: #ccc;
}

@media screen and (max-width: 1099.98px) {
  .slider-arrow2 .slider-next__secondary::before {
    width: 40px;
  }
}

.slider-arrow2 .slider-next__secondary::after {
  content: "";
  position: absolute;
  top: 31%;
  right: -36px;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 1099.98px) {
  .slider-arrow2 .slider-next__secondary::after {
    width: 20px;
    top: 30%;
    right: -24px;
  }
}

.slick-prev3, .slick-next3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}

@media screen and (max-width: 1099.98px) {
  .slick-prev3, .slick-next3 {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767.98px) {
  .slick-prev3, .slick-next3 {
    width: 40px;
    height: 40px;
  }
}

.slick-prev3:hover, .slick-next3:hover {
  border-color: #000000;
}

.slick-prev3:hover::before, .slick-prev3:hover::after, .slick-next3:hover::before, .slick-next3:hover::after {
  background-color: #000000;
}
@media screen and (max-width: 479.98px){
  .slick-prev3:hover, .slick-next3:hover {
    border-color: #ccc;
  }

  .slick-prev3:hover::before, .slick-prev3:hover::after, .slick-next3:hover::before, .slick-next3:hover::after {
    background-color: #ccc;
  }
}

.slick-prev3 {
  left: 10px;
}

.slick-prev3::before {
  content: "";
  position: absolute;
  top: 38px;
  left: -34px;
  display: block;
  width: 80px;
  height: 3px;
  background-color: #ccc;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1099.98px) {
  .slick-prev3::before {
    height: 2px;
    width: 50px;
    top: 24px;
    left: -20px;
  }
}

@media screen and (max-width: 767.98px) {
  .slick-prev3::before {
    width: 40px;
    top: 18px;
  }
}

.slick-prev3::after {
  content: "";
  position: absolute;
  top: 23px;
  left: -38px;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #ccc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1099.98px) {
  .slick-prev3::after {
    height: 2px;
    width: 25px;
    top: 15px;
    left: -23px;
  }
}

@media screen and (max-width: 767.98px) {
  .slick-prev3::after {
    width: 18px;
    top: 12px;
    left: -22px;
  }
}

.slick-next3 {
  right: 10px;
}

.slick-next3::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 34px;
  display: block;
  width: 80px;
  height: 3px;
  background-color: #ccc;
}

@media screen and (max-width: 1099.98px) {
  .slick-next3::before {
    height: 2px;
    width: 50px;
    top: 24px;
    left: 20px;
  }
}

@media screen and (max-width: 767.98px) {
  .slick-next3::before {
    width: 40px;
    top: 18px;
  }
}

.slick-next3::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 78px;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 1099.98px) {
  .slick-next3::after {
    height: 2px;
    width: 25px;
    top: 15px;
    left: 48px;
  }
}

@media screen and (max-width: 767.98px) {
  .slick-next3::after {
    width: 18px;
    top: 12px;
    left: 44px;
  }
}

@media screen and (max-width: 479.98px) {
  #slick-slider2 .fat-slider-img img {
    height: 180px;
  }
}

@media screen and (max-width: 359.98px) {
  #slick-slider2 .fat-slider-img img {
    height: 150px;
  }
}

#slick-slider4 .fat-slider-img img {
  height: 320px;
}

@media screen and (max-width: 479.98px) {
  #slick-slider4 .fat-slider-img img {
    height: 320px;
  }
}

@media screen and (max-width: 359.98px) {
  #slick-slider4 .fat-slider-img img {
    height: 273px;
  }
}

@media screen and (max-width: 479.98px) {
  #slick-slider3 .fat-slider-img img {
    height: 200px;
  }
}

@media screen and (max-width: 359.98px) {
  #slick-slider3 .fat-slider-img img {
    height: 173px;
  }
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.pagetitle {
  padding: 3em 1em 0 1em;
}

@media screen and (min-width: 1100px), print {
  .pagetitle {
    padding: 5em 2em 0 2em;
  }
}

@media screen and (max-width: 767.98px) {
  .pagetitle {
    padding: 2em 1em 0 1em;
  }
}

.pagetitle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .pagetitle-container.accent1 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.pagetitle-name {
  display: inline-block;
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (max-width: 1099.98px) {
  .pagetitle-name {
    font-size: 4rem;
    line-height: 1.1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}

@media screen and (max-width: 359.98px) {
  .pagetitle-name {
    font-size: 3rem;
  }
}

@media screen and (max-width: 639.98px) {
  .pagetitle-name .br {
    display: block;
  }
}

.pagetitle-name .subtitle {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  margin-left: .5em;
}

@media screen and (max-width: 1099.98px) {
  .pagetitle-name .subtitle {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .pagetitle-name .subtitle {
    display: block;
    margin-left: 0;
    margin-top: .5em;
  }
}

@media screen and (max-width: 359.98px) {
  .pagetitle-name .subtitle {
    font-size: 1.4rem;
  }
}

.pagetitle-name-jp {
  color: #ccc;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}

@media screen and (max-width: 1099.98px) {
  .pagetitle-name-jp {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767.98px) {
  .pagetitle-name-jp {
    margin-bottom: .36em;
  }
}

@media screen and (max-width: 639.98px) {
  .pagetitle-name-jp {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 479.98px) {
  .pagetitle-name-jp {
    font-size: 1.2rem;
  }
}

.pageback-more {
  margin-top: 5em;
}

@media screen and (max-width: 767.98px) {
  .pageback-more {
    margin-top: 2.5em;
  }
}

.pagetitle-name-link {
  position: relative;
  color: #ccc;
  padding-left: 1.15em;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 6rem;
  font-weight: 700;
}

@media screen and (max-width: 1099.98px) {
  .pagetitle-name-link {
    font-size: 4rem;
  }
}

@media screen and (max-width: 479.98px) {
  .pagetitle-name-link {
    padding-left: .9em;
  }
}

@media screen and (max-width: 359.98px) {
  .pagetitle-name-link {
    padding-left: 1.1em;
    font-size: 3rem;
  }
}

.pagetitle-name-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ccc;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1099.98px) {
  .pagetitle-name-link::before {
    width: 35px;
  }
}

@media screen and (max-width: 479.98px) {
  .pagetitle-name-link::before {
    width: 30px;
  }
}

@media screen and (max-width: 359.98px) {
  .pagetitle-name-link::before {
    width: 25px;
  }
}

.pagetitle-name-link::after {
  content: "";
  position: absolute;
  top: 38%;
  left: -2px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ccc;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1099.98px) {
  .pagetitle-name-link::after {
    width: 15px;
  }
}

@media screen and (max-width: 479.98px) {
  .pagetitle-name-link::after {
    width: 13px;
    top: 40%;
  }
}

@media screen and (max-width: 359.98px) {
  .pagetitle-name-link::after {
    width: 10px;
  }
}

.pagetitle-name-link:hover {
  color: #000000;
}

.pagetitle-name-link:hover::before, .pagetitle-name-link:hover::after {
  background-color: #000000;
}
@media screen and (max-width: 479.98px){
  .pagetitle-name-link:hover {
    color: #ccc;
  }
  .pagetitle-name-link:hover::before, .pagetitle-name-link:hover::after {
    background-color: #ccc;
  }
}

.pankz-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pankz-nav dt, .pankz-nav dd {
  color: #ccc;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}

@media screen and (max-width: 1099.98px) {
  .pankz-nav dt, .pankz-nav dd {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 639.98px) {
  .pankz-nav dt, .pankz-nav dd {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 479.98px) {
  .pankz-nav dt, .pankz-nav dd {
    font-size: 1.2rem;
  }
}

.pankz-nav dt {
  padding-right: .38em;
  margin-right: .5em;
  border-right: 2px solid #ccc;
}

/* --------------------------------

  pagination

-------------------------------- */
.pagination {
  margin: 0;
  text-align: center;
  overflow: hidden;
  margin-top: 1.5em;
}

.pagination h2.screen-reader-text {
  display: none;
}

.pagination a, .pagination span {
  display: inline-block;
  vertical-align: middle;
  margin: .2rem;
  padding: .5rem 1.1rem;
  color: #fff;
  font-size: .9em;
  text-align: center;
  border-radius: .35rem;
  background-color: #aaa;
}

@media print, screen and (min-width: 768px) {
  .pagination a, .pagination span {
    padding: .35em .75em;
    font-size: .95em;
    font-weight: 400;
  }
  .pagination {
    margin-top: 2.5em;
  }
}

.pagination a:hover, .pagination span.current {
  background-color: #000000;
}

.pagination a:hover {
  text-decoration: none;
}

/* --------------------------------

  アニメーション

-------------------------------- */
/* --------------------------------

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

@media screen and (max-width: 1099.98px) {
  .loader {
    position: absolute;
    height: auto;
    padding-top: 47%;
  }
}

@media screen and (max-width: 767.98px) {
  .loader {
    padding-top: 397px;
  }
}

@media screen and (max-width: 359.98px) {
  .loader {
    padding-top: 340px;
  }
}

.loader.loading {
  opacity: 1;
  pointer-events: auto;
}

.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 4px solid #ddd;
  border-top: 4px solid #000000;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

@media screen and (max-width: 1099.98px) {
  .loader::before {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    border-top: 2px solid #000000;
    top: 0;
  }
}
.loading_secondary{
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border: 3px solid #ddd;
  border-top: 3px solid #000000;
  border-radius: 100%;
  z-index: 1;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

.loader img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  margin: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.loader_cart {
  background-color: #5f5f5f;
  pointer-events: auto;
  opacity: 0.3;
  position: fixed;
  height: 100%;
  padding-top: 0%;
}

/* --------------------------------

  ログインヘッダー

-------------------------------- */
@media screen and (max-width: 1099.98px) {
  .header.header__login .inner {
    max-width: none;
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 1010;
    height: 70px;
    padding: 0 1em 0 1em;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 767.98px) {
  .header.header__login .lang-switch__btn {
    margin: 0 0 0 1em !important;
    width: auto !important;
  }
}

/* --------------------------------

  フォーム部品

-------------------------------- */
.form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.65;
  font-size: 1.4rem;
  padding: .36em 0;
  width: 15em;
  font-weight: 500;
  color: #000000;
  cursor: default;
}

@media screen and (max-width: 767.98px) {
  .form-label {
    padding: 0;
    width: 100%;
    margin-bottom: .5em;
  }
}

.form-icon {
  display: block;
  width: 40px;
  min-width: 40px;
  font-size: 1.2rem;
  margin-right: 1.3rem;
  line-height: 1.65em;
  color: #fff;
  margin-top: 1px;
  text-align: center;
}

@media screen and (max-width: 1099.98px) {
  .form-icon {
    width: 40px;
    min-width: 40px;
    font-size: 1.2rem;
    line-height: 1.65em;
  }
}

.form-icon span {
  letter-spacing: .1em;
}

.form-check {
  margin: 0 3.5em .15em 0;
}

@media screen and (max-width: 479.98px) {
  .form-check {
    margin: 0 1em .15em 0;
  }
}

.form-check-desc {
  font-size: 1.3rem;
  margin-top: .6em;
  padding-left: 2.3em;
}

.form-check-inline {
  padding-left: 0;
}

.form-check-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  cursor: pointer;
  color: #fff;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

.form-check-icon {
  display: block;
  margin-right: 1.9em;
}

.form-check-icon::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #eee;
  -webkit-transition: border-color .2s, background-color .2s;
  transition: border-color .2s, background-color .2s;
}

@media screen and (min-width: 1100px), print {
  .form-check-icon::before {
    width: 22px;
    height: 22px;
  }
}

.form-check-radio::before {
  border-radius: 100%;
}

.form-check-radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

@media screen and (min-width: 1100px), print {
  .form-check-radio::after {
    top: 50%;
    left: 5px;
    width: 12px;
    height: 12px;
  }
}

.form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-check-input[type="radio"]:checked + .form-check-icon::after {
  background-color: #000000;
}

.form-check-input[type="checkbox"].validate-error + .form-check-icon::before,
.form-check-input[type="radio"].validate-error + .form-check-icon::before {
  border-color: #c00;
}

.ar-desc {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}

.ar-body {
  margin-top: 1.5em;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .ar-body {
    margin-top: 2.5em;
    padding-left: 1em;
  }
}

.ar-block {
  margin-top: 4em;
}

@media screen and (max-width: 767.98px) {
  .ar-block {
    margin-top: 2em;
  }
}

.ar-block .setting__title {
  max-width: none;
}

.ar-radio-item:not(:last-child) {
  margin-bottom: 1.8em;
}

@media screen and (max-width: 767.98px) {
  .ar-radio-item:not(:last-child) {
    margin-bottom: 1.5em;
  }
}

.ar-radio-item_link {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  padding: .7em 1em .65em 1em;
  font-weight: 600;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.ar-radio-item_link:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}

@media screen and (max-width: 479.98px){
  .ar-radio-item_link{
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
  }
}

.ar-radio-item_more {
  margin-left: 1em;
}

@media screen and (max-width: 767.98px) {
  .ar-radio-item_more {
    margin-left: 0;
    margin-top: 1em;
  }
}

.ar-radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 650px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .ar-radio-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* --------------------------------

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}

@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
  }
}

.section-secondary:not(:last-child) {
  margin-bottom: 4em;
}

@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 2.5em;
  }
}

.section-secondary .inner {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .section-secondary .inner {
    line-height: 1.8;
  }
}

.section-dummy:not(:last-child) {
  margin-bottom: 5em;
}

.section-dummy .inner {
  max-width: none;
  text-align: center;
}

.section-dummy_wide {
  overflow: hidden;
}

.section-dummy_wide .inner {
  margin-right: -23%;
  margin-left: -23%;
}

@media screen and (min-width: 1100px), print {
  .section-dummy_wide .inner {
    margin-right: -250px;
    margin-left: -250px;
  }
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 1099.98px) {
  .section-header {
    margin: 0 auto 10px;
  }
}

.section-heading {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
.adp-store-section.__archive .section-heading {
  font-size: 3.6rem;
}

@media screen and (max-width: 1099.98px) {
  .section-heading {
    font-size: 3.6rem;
  }
  .adp-store-section.__archive .section-heading {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767.98px) {
  .section-heading {
    font-size: 3rem;
    line-height: 1.15;
  }
}

@media screen and (max-width: 479.98px) {
  .section-heading {
    font-size: 3rem;
    line-height: 1;
  }
}

@media screen and (max-width: 359.98px) {
  .section-heading {
    font-size: 3rem;
  }
}

.section-heading .br {
  display: none;
}

@media screen and (max-width: 479.98px) {
  .section-heading .br {
    display: block;
  }
}

.section-more {
  margin-left: 1em;
}

/* FATCollectionとは */
.fat-about-section {
  padding: 3em 1em;
}

@media screen and (min-width: 1100px), print {
  .fat-about-section {
    padding: 5em 2em;
  }
}

@media screen and (max-width: 479.98px) {
  .fat-about-section .section-heading {
    font-size: 3rem;
  }
}

.fat-about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.7em -1.7em 0;
}

@media screen and (max-width: 1099.98px) {
  .fat-about-container {
    margin: 0 -.5em -.5em 0;
  }
}

.fat-about-box {
  width: calc(25% - 28px);
  margin: 0 1.7em 1.7em 0;
  padding: 2.75em 1em 2.3em 1em;
  border: 1px solid #ccc;
  text-align: center;
}

@media screen and (max-width: 1099.98px) {
  .fat-about-box {
    margin: 0 .5em .5em 0;
    width: calc(25% - 8px);
  }
}

@media screen and (max-width: 767.98px) {
  .fat-about-box {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 639.98px) {
  .fat-about-box {
    padding: 1.5em 1em 1.4em 1em;
  }
}

@media screen and (max-width: 479.98px) {
  .fat-about-box {
    padding: 1em .5em 1em .5em;
  }
}

.fat-about-box dt {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (max-width: 479.98px) {
  .fat-about-box dt {
    font-size: 1.8rem;
  }
}

.fat-about-box dd {
  max-width: 160px;
  margin: 0 auto;
  color: #aaa;
  line-height: 1.5;
}

@media screen and (max-width: 479.98px) {
  .fat-about-box dd {
    font-size: 1.2rem;
    max-width: 120px;
  }
}

/* アーティスト作品一覧 */
.fat-category-define dt {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 479.98px) {
  .fat-category-define dt {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 359.98px) {
  .fat-category-define dt {
    margin-bottom: .5em;
  }
}

.fat-category-define.artworks-category-define dt {
  position: relative;
  padding-right: 4.7em;
}

@media screen and (max-width: 1099.98px) {
  .fat-category-define.artworks-category-define dt {
    display: inline-block;
    padding-right: 7.1em;
  }
}

@media screen and (max-width: 479.98px) {
  .fat-category-define.artworks-category-define dt {
    padding-right: 12em;
  }
}

.fat-category-define.artworks-category-define dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 80px;
  height: 1px;
  background-color: #ccc;
}

@media screen and (max-width: 1099.98px) {
  .fat-category-define.artworks-category-define dt::after {
    width: 130px;
  }
}

.fat-category-define.artworks-category-define .fat-category-link:hover {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

@media screen and (max-width: 1099.98px) {
  .fat-category-define.artworks-category-define .fat-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1em -1em 0;
  }
}

@media screen and (max-width: 479.98px) {
  .fat-category-define.artworks-category-define .fat-category-list {
    margin: 0 -.8em -.8em 0;
  }
}

.fat-category-define.artworks-category-define .fat-category-item {
  margin: 0 1em 1em 0;
}

@media screen and (max-width: 479.98px) {
  .fat-category-define.artworks-category-define .fat-category-item {
    margin: 0 .8em .8em 0;
  }
}

@media screen and (max-width: 1099.98px) {
  .fat-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1em -1em 0;
  }
}

@media screen and (max-width: 479.98px) {
  .fat-category-list {
    margin: 0 -.8em -.8em 0;
  }
}

@media screen and (max-width: 1099.98px) {
  .fat-category-item {
    margin: 0 1em 1em 0;
  }
}

@media screen and (max-width: 479.98px) {
  .fat-category-item {
    margin: 0 .8em .8em 0;
  }
}

.fat-category-item:not(:last-child) {
  margin-bottom: 1.28em;
}

@media screen and (max-width: 1099.98px) {
  .fat-category-item:not(:last-child) {
    margin: 0 1em 1em 0;
  }
}

.fat-category-link {
  position: relative;
  display: inline-block;
  color: #999;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  padding-left: 2.5em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 479.98px) {
  .fat-category-link {
    font-size: 1.2rem;
    padding-left: 1.5em;
  }
}

.fat-category-link:hover {
  color: #000000;
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

.fat-category-link:hover::before, .fat-category-link:hover::after {
  background-color: #000000;
}

.fat-category-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  display: block;
  width: 21px;
  height: 1px;
  background-color: #999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 479.98px) {
  .fat-category-link::before {
    width: 11px;
  }
}

.fat-category-link::after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: 8px;
  display: block;
  width: 11px;
  height: 1px;
  background-color: #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 479.98px) {
  .fat-category-link::after {
    width: 6px;
    left: 6px;
    bottom: 6px;
  }
}

.fat-artworks-section {
  padding: 3em 1em;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .fat-artworks-section {
    padding: 5em 2em;
  }
}

.fat-artworks-section .inner {
  max-width: 1200px !important;
}

.fat-artworks-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1099.98px) {
  .fat-artworks-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fat-artworks-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.fat-artworks-side {
  margin-right: 5em;
}

@media screen and (max-width: 1279.98px) {
  .fat-artworks-side {
    margin-right: 3em;
  }
}

@media screen and (max-width: 1099.98px) {
  .fat-artworks-side {
    margin-right: 0;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 479.98px) {
  .fat-artworks-side {
    margin-right: 0;
    margin-bottom: 1em;
  }
}

/* アーティスト一覧 */
.fat-artists-section {
  padding: 3em 1em;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .fat-artists-section {
    padding: 5em 2em;
  }
}

.fat-artists-section .inner {
  max-width: 1200px !important;
}

.fat-artists-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fat-artists-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.fat-artists-side {
  display: none;
  margin-right: 5em;
}

@media screen and (max-width: 1279.98px) {
  .fat-artists-side {
    margin-right: 3em;
  }
}

@media screen and (max-width: 991.98px) {
  .fat-artists-side {
    margin-right: 2em;
  }
}

@media screen and (max-width: 639.98px) {
  .fat-artists-side {
    margin-right: 1.5em;
  }
}

@media screen and (max-width: 359.98px) {
  .fat-artists-side {
    margin-right: 1em;
  }
}

/* アート展 開催情報 */
.fat-artfairs-section {
  padding: 3em 1em;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .fat-artfairs-section {
    padding: 4em 2em;
  }
}

.fat-artfairs-section .inner {
  max-width: 1200px !important;
}

.fat-artfairs-main {
  margin-left: 6em;
}

@media screen and (max-width: 767.98px) {
  .fat-artfairs-main {
    margin-left: -.5em;
  }
}

/* --------------------------------

  id01　MYPAGE

-------------------------------- */
@media screen and (max-width: 1099.98px) {
  .mypage-assets {
    max-width: 623px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767.98px) {
  .mypage-assets {
    max-width: 337px;
  }
}

.mypage-assets-section {
  padding: 3em 1em;
}

@media screen and (min-width: 1100px), print {
  .mypage-assets-section {
    padding: 5em 2em;
  }
}

.mypage-assets-section.purchaser {
  padding: 3em 1em 2.5em 1em;
  max-width: 1255px;
  margin: 0 auto;
  margin-bottom: 0;
}

@media screen and (min-width: 1100px), print {
  .mypage-assets-section.purchaser {
    padding: 5em 2em 4em 2em;
  }
}

.mypage-assets-section.purchaser .mypage-assets-menu {
  margin: 0;
  max-width: 880px;
}

.mypage-assets-section .inner {
  max-width: 1000px;
}

.mypage-assets-heading {
  display: block;
  margin-bottom: .6em;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-heading {
    font-size: 2rem;
  }
}

.mypage-assets-title {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  word-break: break-all;
  word-wrap: break-word;
  margin-top: .4em;
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-title {
    font-size: 1.2rem;
  }
}

.mypage-assets-more {
  text-align: center;
  margin-top: 5em;
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-more {
    margin-top: 3em;
  }
}

.mypage-assets-more__link {
  position: relative;
  display: inline-block;
  max-width: 400px;
  width: 100%;
  text-align: center;
  border: 1px solid #999;
  color: #999;
  font-size: 2rem;
  padding: 1.35em 1em;
  line-height: 1.2;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-more__link {
    font-size: 1.8rem;
    max-width: 240px;
    padding: 1em 1em;
  }
}

.mypage-assets-more__link:hover {
  background-color: #000000;
  color: #fff;
}

.mypage-assets-more__link:hover::before {
  right: -5px;
}

.mypage-assets-more__link:hover::after {
  right: -36px;
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-more__link:hover::after {
    right: -26px;
  }
}

.mypage-assets-more__link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: block;
  width: 55px;
  height: 1px;
  background-color: #999;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-more__link::before {
    width: 40px;
  }
}

.mypage-assets-more__link::after {
  content: "";
  position: absolute;
  right: -31px;
  top: 41%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 20px;
  height: 1px;
  background-color: #999;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-more__link::after {
    width: 15px;
    right: -21px;
  }
}

.mypage-assets-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mypage-assets-wrap .rubbish-assets-btn {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  border: 1px solid #999;
  background-color: #fff;
  padding: .6em 1.2em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-wrap .rubbish-assets-btn {
    width: 100%;
    padding: .89em 1.2em;
  }
}

.mypage-assets-wrap .rubbish-assets-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 20px;
  background: url("../../assets/img/base/icon_rubbish_gray.png") no-repeat center/cover;
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-wrap .rubbish-assets-btn::before {
    width: 10px;
    height: 18px;
  }
}

.mypage-assets-wrap .rubbish-assets-btn:hover {
  background-color: #000000;
}

.mypage-assets-wrap .rubbish-assets-btn:hover::before {
  background: url("../../assets/img/base/icon_rubbish_wht.png") no-repeat center/cover;
}
@media screen and (max-width: 459.98px) {
  .mypage-assets-wrap .rubbish-assets-btn:hover {
    background-color: #fff;
  }

  .mypage-assets-wrap .rubbish-assets-btn:hover::before {
    background: url("../../assets/img/base/icon_rubbish_gray.png") no-repeat center/cover;
  }
}
.mypage-assets-btn {
  display: inline-block;
  color: #999;
  font-size: 1.6rem;
  border: 1px solid #999;
  background-color: #fff;
  padding: .6em 1.6em;
  line-height: 1.2;
  margin-right: .8em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: .5em;
    text-align: center;
    font-size: 1.2rem;
  }
}

.mypage-assets-btn:hover {
  background-color: #000000;
  color: #fff;
}
@media screen and (max-width: 459.98px){
  .mypage-assets-btn:hover {
    background-color: #fff;
    color: #999;
  }
}

.mypage-assets-image {
  max-width: 320px;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-image {
    max-width: 160px;
  }
}

.mypage-assets-image img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-image img {
    height: 120px;
  }
}

.mypage-assets-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1em -3em 0;
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-container {
    margin: 0 -1em -2em 0;
  }
}

.mypage-assets-item {
  width: calc(33.333333% - 16px);
  margin: 0 1em 3em 0;
}

@media screen and (max-width: 1099.98px) {
  .mypage-assets-item {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-item {
    margin: 0 1em 2em 0;
  }
}

.mypage-assets-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto 3em;
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 337px;
  }
}

.mypage-assets-menu__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  height: 60px;
  border-right: 1px solid #999;
}

@media screen and (max-width: 1099.98px) {
  .mypage-assets-menu__item {
    height: 40px;
  }
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-menu__item {
    width: 100%;
    border: 1px solid #999;
  }
}

.mypage-assets-menu__item:first-child {
  border-left: 1px solid #999;
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-menu__item:not(:last-child) {
    margin-bottom: .8em;
  }
}

.mypage-assets-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: .55em .5em .5em .5em;
  height: 100%;
  color: #999;
  font-size: 1.8rem;
  line-height: 1.2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1099.98px) {
  .mypage-assets-menu__link {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767.98px) {
  .mypage-assets-menu__link {
    font-size: 1.8rem;
    padding: .5em .5em .45em .5em;
  }
}

.mypage-assets-menu__link:hover {
  background-color: #000000;
  color: #fff;
}
@media screen and (max-width: 459.98px){
  .mypage-assets-menu__link:hover {
    background-color: #fff;
    color: #999;
  }
}

.mypage-assets-menu__link span {
  font-weight: 700;
}

.mypage-detail-section {
  padding: 3em 1em;
}

@media screen and (min-width: 1100px), print {
  .mypage-detail-section {
    padding: 5em 2em;
  }
}

.mypage-detail-section .inner {
  max-width: 1000px;
}

.mypage-detail-section.purchaser {
  padding: 3em 1em 2em 1em;
}

@media screen and (min-width: 1100px), print {
  .mypage-detail-section.purchaser {
    padding: 6em 2em 2.5em 2em;
  }
}

.mypage-detail-section.purchaser .mypage-heading__area {
  max-width: none;
}

.mypage-detail-section.purchaser .mypage-btn__area {
  max-width: 160px;
  width: 100%;
}

.mypage-detail-section.purchaser .mypage-edit__btn {
  max-width: 160px;
  width: 100%;
  text-align: center;
}

.mypage-detail-section.purchaser .mypage-detail-header {
  margin-bottom: 0;
  padding: 2em 1em;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-section.purchaser .mypage-detail-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.3em .5em;
  }
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-section.purchaser .mypage-detail-header.accent1 .mypage-btn__area {
    margin: 1.2em 0 0 0;
  }
}

.mypage-detail-block {
  position: relative;
  margin-top: 2em;
  max-height: 530px;
  overflow: hidden;
  -webkit-transition: max-height .4s ease;
  transition: max-height .4s ease;
}

.mypage-detail-block.active {
  max-height: none;
}

.mypage-detail-block.active::before {
  background: transparent;
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-block {
    margin-top: 1.5em;
  }
}

.mypage-detail-text {
  overflow: visible;
  line-height: 2.25;
}

@media screen and (max-width: 1099.98px) {
  .mypage-detail-text {
    line-height: 1.9;
  }
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479.98px) {
  .mypage-detail-text {
    max-width: 335px;
    margin: 0 auto;
    text-align: justify;
  }
}

.mypage-detail-text p {
  font-weight: 500;
}

.mypage-detail-image {
  position: relative;
  max-width: 480px;
  max-height: 360px;
  min-height: 360px;
  float: right;
  margin: .4em 0 1.8em 3.5em;
}

@media screen and (max-width: 1099.98px) {
  .mypage-detail-image {
    margin: .3em 0 .5em 1.5em;
    max-width: 335px;
    max-height: 250px;
    min-height: 250px;
  }
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-image {
    margin: .3em 0 .5em .8em;
  }
}

@media screen and (max-width: 639.98px) {
  .mypage-detail-image {
    margin: 0 auto 1.3em;
    float: none;
  }
}

.mypage-detail-image img {
  width: 100%;
  min-height: 360px;
  max-height: 360px;
}

@media screen and (max-width: 1099.98px) {
  .mypage-detail-image img {
    max-height: 250px;
    min-height: 250px;
  }
}

.mypage-detail-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 4em;
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-header {
    margin: 0 auto 3em;
  }
}

@media screen and (max-width: 479.98px) {
  .mypage-detail-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mypage-detail-header.accent1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-header.accent1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mypage-detail-header.accent1 .mypage-btn__area {
    margin: 1.8em 0 0 0;
  }
  .mypage-detail-header.accent1 .mypage-heading__area {
    width: 100%;
  }
}

.mypage-detail-heading {
  display: inline-block;
  line-height: 1.2;
  font-weight: 700;
  font-size: 4rem;
}

@media screen and (max-width: 1099.98px) {
  .mypage-detail-heading {
    font-size: 2rem;
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 1099.98px) {
  .mypage-detail-heading.accent1 {
    margin-bottom: 0;
  }
}

.mypage-detail-date {
  margin-top: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1099.98px) {
  .mypage-detail-date {
    margin-top: .4em;
  }
}

.mypage-detail-date dt, .mypage-detail-date dd {
  font-weight: 700;
}

@media screen and (max-width: 1099.98px) {
  .mypage-detail-date dt, .mypage-detail-date dd {
    font-size: 1.2rem;
  }
}

.mypage-detail-date dt {
  margin-right: 1em;
}

.mypage-detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-wrap {
    max-width: 390px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-wrap.accent1 {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mypage-detail-wrap.accent1 .mypage-detail-item dd {
    width: 100%;
  }
  .mypage-detail-wrap.accent1 .mypage-detail-main {
    margin: 2em 0 0 0;
    max-width: 480px;
    width: 100%;
  }
}

.mypage-detail-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 5.3em;
  margin-top: -.5em;
}

@media screen and (max-width: 1099.98px) {
  .mypage-detail-main {
    margin-left: 3em;
    margin-top: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-main {
    margin-left: 1.6em;
  }
}

@media screen and (max-width: 359.98px) {
  .mypage-detail-main {
    margin-left: 1em;
  }
}

.mypage-detail-body {
  margin-top: 3.2em;
}

@media screen and (max-width: 1099.98px) {
  .mypage-detail-body {
    margin-top: .6em;
  }
}

.mypage-detail-link {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.mypage-detail-link:hover {
  color: #000000;
}
@media screen and (max-width: 459.98px){
  .mypage-detail-link:hover {
    color: #000000;
  }
}

.mypage-detail-thumb {
  position: relative;
  max-width: 280px;
  max-height: 280px;
  min-height: 280px;
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-thumb {
    max-width: 140px;
    max-height: 140px;
    min-height: 140px;
  }
}

@media screen and (max-width: 359.98px) {
  .mypage-detail-thumb {
    max-width: 120px;
    max-height: 120px;
    min-height: 120px;
  }
}

.mypage-detail-thumb img {
  width: 100%;
  min-height: 280px;
  max-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-thumb img {
    min-height: 140px;
    max-height: 140px;
  }
}

@media screen and (max-width: 359.98px) {
  .mypage-detail-thumb img {
    min-height: 120px;
    max-height: 120px;
  }
}

.mypage-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mypage-detail-item:not(:last-child) {
  margin-bottom: 1.8em;
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-item:not(:last-child) {
    margin-bottom: 1em;
  }
}

.mypage-detail-item dt {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  width: 7.5em;
  padding-right: 1em;
  border-right: 1px solid #ccc;
  margin-right: 1.6em;
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-item dt {
    font-size: 1.3rem;
  }
}

.mypage-detail-item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  line-height: 1.2;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #999;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-item dd {
    font-size: 1.2rem;
  }
}

.mypage-detail-item dd.accent1 {
  color: #000000;
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-item.accent1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mypage-detail-item.accent1 dt {
    border: none;
    width: 100%;
    padding: 0;
    margin: 0 0 .5em 0;
  }
}

@media screen and (max-width: 767.98px) {
  .mypage-detail-item.accent2 dt {
    width: 2.5em;
    padding-right: .5em;
    margin-right: .5em;
    line-height: 1;
  }
  .mypage-detail-item.accent2 .footer-sns__area-item:not(:last-child) {
    margin-right: 0;
  }
  .mypage-detail-item.accent2 .footer-sns__area-item {
    text-align: center;
  }
}

.mypage-detail-item.accent3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mypage-btn__area {
  margin-left: 1em;
}

@media screen and (max-width: 479.98px) {
  .mypage-btn__area {
    margin-left: 0;
    margin-top: .8em;
  }
}

.mypage-read-more {
  text-align: center;
  margin-top: 3em;
}

.mypage-read-more__btn {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 1.25em 1em 1.17em 1em;
  background-color: #fff;
  color: #999;
  border: 1px solid #999;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .mypage-read-more__btn {
    font-size: 1.8rem;
    padding: 1.13em 1em .95em 1em;
  }
}

.mypage-read-more__btn:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
}
@media screen and (max-width: 459.98px){
  .mypage-read-more__btn:hover {
    background-color: #fff;
    color: #999;
    border: 1px solid #999;
  }
}

.mypage-heading__edit {
  display: block;
}

.mypage-heading__area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 698px;
}

.mypage-thumb__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #000000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (max-width: 767.98px) {
  .mypage-thumb__btn {
    width: 15px;
    height: 15px;
  }
}

.mypage-thumb__btn:hover {
  background-color: #999;
}
@media screen and (max-width: 459.98px) {
  .mypage-thumb__btn:hover {
    background-color: #000000;
  }
}

.mypage-thumb__btn span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767.98px) {
  .mypage-thumb__btn span {
    width: 15px;
    height: 15px;
  }
}

.mypage-thumb__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 18px;
  height: 4px;
  background-color: #fff;
}

@media screen and (max-width: 767.98px) {
  .mypage-thumb__btn span::before {
    width: 9px;
    height: 2px;
  }
}

.mypage-thumb__btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 4px;
  height: 18px;
  background-color: #fff;
}

@media screen and (max-width: 767.98px) {
  .mypage-thumb__btn span::after {
    width: 2px;
    height: 9px;
  }
}

.mypage-upload-more {
  text-align: center;
  margin-top: 5.5em;
}

@media screen and (max-width: 767.98px) {
  .mypage-upload-more {
    margin-top: 3em;
  }
}

.mypage-upload__btn {
  display: inline-block;
  max-width: 420px;
  width: 100%;
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1.35em 1em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .mypage-upload__btn {
    max-width: 240px;
    padding: .85em 1em;
  }
}

.mypage-upload__btn:hover {
  background-color: #fff;
  color: #999;
  border: 1px solid #999;
}

.mypage-upload__btn:hover span::before {
  background: url("../../assets/img/base/icon_upload_gray.png") no-repeat center/cover;
}
@media screen and (max-width: 459.98px) {
  .mypage-upload__btn:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #fff;
  }

  .mypage-upload__btn:hover span::before {
    background: url("../../assets/img/base/icon_upload.png") no-repeat center/cover;
  }
}
.mypage-upload__btn span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  font-weight: 500;
}

@media screen and (max-width: 767.98px) {
  .mypage-upload__btn span {
    padding-left: 1.1em;
  }
}

.mypage-upload__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 18px;
  background: url("../../assets/img/base/icon_upload.png") no-repeat center/cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .mypage-upload__btn span::before {
    width: 16px;
    height: 14px;
  }
}

.mypage-edit__btn {
  display: inline-block;
  background-color: #000000;
  border: 1px solid #000000;
  line-height: 1.2;
  color: #fff;
  padding: .61em 2.15em;
  font-size: 1.6rem;
  margin-top: .15em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1099.98px) {
  .mypage-edit__btn {
    font-size: 1.4rem;
    padding: .7em 3.2em .55em 3.2em;
  }
}

.mypage-edit__btn:hover {
  background-color: #fff;
  color: #999;
  border: 1px solid #999;
}

@media screen and (max-width: 459.98px) {
  .mypage-edit__btn:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #fff;
  }
}

.mypage-edit__btn2 {
  margin-top: 0;
}

.mypage-sns-edit {
  margin-top: -.55em;
}

@media screen and (max-width: 767.98px) {
  .mypage-sns-edit {
    margin-top: 0;
  }
}

.mypage-sns-edit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mypage-sns-edit__item:not(:last-child) {
  margin-bottom: 1em;
}

.mypage-sns-edit__image {
  width: 2em;
  margin-right: 1em;
}

@media screen and (max-width: 767.98px) {
  .mypage-sns-edit__image {
    width: 1.5em;
  }
}

.mypage-sns-edit__image.insta img {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767.98px) {
  .mypage-sns-edit__image.insta img {
    width: 15px;
    height: 15px;
  }
}

.mypage-sns-edit__image.twitter img {
  width: 24px;
  height: 18px;
}

@media screen and (max-width: 767.98px) {
  .mypage-sns-edit__image.twitter img {
    width: 17px;
    height: 11px;
  }
}

.mypage-sns-edit__image.facebook {
  padding-left: .1em;
}

.mypage-sns-edit__image.facebook img {
  width: 11px;
  height: 19px;
}

@media screen and (max-width: 767.98px) {
  .mypage-sns-edit__image.facebook img {
    width: 8px;
    height: 16px;
  }
}

.mypage-sns-edit__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.mypage-checkbox-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5em -.7em 0;
}

@media screen and (max-width: 767.98px) {
  .mypage-checkbox-edit {
    margin: 0 -1em -.7em 0;
  }
}

.mypage-checkbox-edit__item {
  margin: 0 1.5em .7em 0;
}

@media screen and (max-width: 767.98px) {
  .mypage-checkbox-edit__item {
    margin: 0 1em .7em 0;
  }
}

.mypage-checkbox-edit__item input[type="checkbox"] {
  display: none;
}

.mypage-checkbox-edit__item input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 13px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

@media screen and (max-width: 767.98px) {
  .mypage-checkbox-edit__item input[type="checkbox"]:checked + label::after {
    width: 4px;
    height: 8px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    left: 4px;
    top: 2px;
  }
}

.mypage-checkbox-edit__item input[type="checkbox"]:checked + label::before {
  border-color: #000000;
}

.mypage-checkbox-edit__text {
  position: relative;
  display: inline-block;
  padding-left: 1.65em;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media screen and (max-width: 767.98px) {
  .mypage-checkbox-edit__text {
    font-size: 1.2rem;
    padding-left: 1.45em;
  }
}

.mypage-checkbox-edit__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #999;
  background-color: #f9f9f9;
}

@media screen and (max-width: 767.98px) {
  .mypage-checkbox-edit__text::before {
    width: 12px;
    height: 12px;
  }
}

.mypage-edit-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 7em -2.3em -2.3em 0;
}

@media screen and (max-width: 1099.98px) {
  .mypage-edit-foot {
    margin: 7em -1em -1em 0;
  }
}

@media screen and (max-width: 767.98px) {
  .mypage-edit-foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 480px;
    margin: 0 auto;
    margin-top: 4em;
  }
}

.mypage-edit-item {
  width: calc(50% - 37px);
  margin: 0 2.3em 2.3em 0;
}

@media screen and (max-width: 1099.98px) {
  .mypage-edit-item {
    margin: 0 1em 1em 0;
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 767.98px) {
  .mypage-edit-item {
    margin: 0 0 1em 0;
    width: 100%;
  }
}

.mypage-edit-summary__body {
  margin-top: 1.3em;
}

@media screen and (max-width: 1099.98px) {
  .mypage-edit-summary__body {
    margin-top: .5em;
  }
}

.mypage-edit-image__body {
  position: relative;
  margin-top: 1.3em;
  max-width: 480px;
}

@media screen and (max-width: 1099.98px) {
  .mypage-edit-image__body {
    margin-top: .5em;
  }
}

.mypage-edit-image__body img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 767.98px) {
  .mypage-edit-image__body img {
    height: 250px;
  }
}

.mypage-profile-header {
  margin-top: 6em;
}

@media screen and (max-width: 767.98px) {
  .mypage-profile-header {
    margin-top: 3em;
  }
}

/* --------------------------------

  id02　Artists

-------------------------------- */
.artists-detail {
  /* max-width: 800px; */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.artists-detail-section {
  padding: 3em 1em;
}

@media screen and (min-width: 1100px), print {
  .artists-detail-section {
    padding: 5em 2em;
  }
}

@media screen and (max-width: 767.98px) {
  .artists-detail-section {
    padding: 1.5em 1em 2em 1em;
  }
}

@media screen and (min-width: 480px), print {
  .artists-detail-section {
    overflow: hidden;
  }
}

@media screen and (min-width: 480px), print {
  .artists-detail-section .slick-list {
    overflow: visible !important;
  }
}
.artists-detail-section > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1099.98px) {
  .artists-detail-section > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 480px), print {
  .artists-detail-title {
    display: none;
  }
}

@media screen and (max-width: 479.98px) {
  .artists-detail-title {
    display: block;
    text-align: center;
    line-height: 1.2;
    font-size: 1.6rem;
    font-weight: 600;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    color: #000;
    margin-top: .8em;
  }
}

@media screen and (max-width: 359.98px) {
  .artists-detail-title {
    font-size: 1.4rem;
  }
}

.artists-detail-profile {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 6em;
  margin-bottom: 4em;
}

@media screen and (max-width: 767.98px) {
  .artists-detail-profile {
    margin-top: 4em;
    margin-bottom: 3em;
  }
}
.artists-detail-profile._secondary {
  margin-top: 0;
}

@media screen and (max-width: 1099.98px) {
  .artists-detail-profile._secondary {
    margin-top: 2em;
  }
}

.artists-detail-profile._secondary .artists-detail-profile__body .artists-detail-profile__image {
  float: none;
  margin: 0 auto 2em;
}

@media screen and (max-width: 767.98px) {
  .artists-detail-profile._secondary .artists-detail-profile__body .artists-detail-profile__image {
    margin: 0 auto 1.5em;
  }
}

.artists-detail-profile__body {
  position: relative;
  max-height: 530px;
  overflow: hidden;
  -webkit-transition: max-height .4s ease;
  transition: max-height .4s ease;
}

.artists-detail-profile__body.active {
  max-height: none;
}

.artists-detail-profile__body.active::before {
  background: transparent;
}

.artists-detail-profile__text {
  overflow: visible;
  line-height: 2.25;
}

@media screen and (max-width: 1099.98px) {
  .artists-detail-profile__text {
    line-height: 1.9;
  }
}

@media screen and (max-width: 767.98px) {
  .artists-detail-profile__text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479.98px) {
  .artists-detail-profile__text {
    max-width: 335px;
    margin: 0 auto;
    text-align: justify;
  }
}

.artists-detail-profile__text p {
  font-weight: 500;
}

.artists-detail-profile__image {
  position: relative;
  max-width: 480px;
  float: right;
  margin: .4em 0 1.8em 3.5em;
}

@media screen and (max-width: 1099.98px) {
  .artists-detail-profile__image {
    margin: .3em 0 .5em 1.5em;
    max-width: 335px;
  }
}

@media screen and (max-width: 767.98px) {
  .artists-detail-profile__image {
    margin: .3em 0 .5em .8em;
  }
}

@media screen and (max-width: 639.98px) {
  .artists-detail-profile__image {
    margin: 0 auto 1.3em;
    float: none;
  }
}

.artists-detail-profile__image img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 1099.98px) {
  .artists-detail-profile__image img {
    height: 250px;
  }
}

@media screen and (max-width: 359.98px) {
  .artists-detail-profile__image img {
    height: 220px;
  }
}

.artists-detail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1099.98px) {
  .artists-detail-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.artists-detail-side {
  max-width: 300px;
  margin-right: 2em;
}

@media screen and (max-width: 1099.98px) {
  .artists-detail-side {
    margin-right: 0;
    max-width: none;
    margin-bottom: 4em;
  }
}

@media screen and (max-width: 767.98px) {
  .artists-detail-side {
    margin-bottom: 3em;
  }
}

.artists-detail-name {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2em;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 1099.98px) {
  .artists-detail-name {
    margin-bottom: .8em;
  }
}

@media screen and (max-width: 767.98px) {
  .artists-detail-name {
    font-size: 1.5rem;
  }
}

.artists-detail-gallery .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -.5em -.5em 0;
  width: 100% !important;
}

@media screen and (max-width: 767.98px) {
  .artists-detail-gallery .slick-track {
    margin: 0 -.4em -.4em 0;
  }
}

.artists-detail-gallery__item {
  width: calc(20% - 8px) !important;
  margin: 0 .5em .5em 0;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .artists-detail-gallery__item {
    width: calc(25% - 7px) !important;
    margin: 0 .4em .4em 0;
  }
}

@media screen and (max-width: 479.98px) {
  .artists-detail-gallery__item {
    max-width: 60px;
    width: 100% !important;
  }
}

.artists-detail-gallery__item:hover {
  opacity: .7;
}
@media screen and (max-width: 459.98px) {
  .artists-detail-gallery__item:hover {
    opacity: 1;
  }
}

.artists-detail-gallery__item.slick-current img {
  opacity: .7;
}

.artists-detail-gallery__item img {
  width: 100%;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fafafa;
  padding: 5px;
  font-family: 'object-fit: contain;';
}

@media screen and (max-width: 767.98px) {
  .artists-detail-gallery__item img {
    height: 59px;
  }
}

@media screen and (max-width: 479.98px) {
  .artists-detail-gallery__item img {
    height: 55px;
  }
}

.artists-detail-thumb {
  position: relative;
  margin-bottom: 1em;
}

@media screen and (max-width: 767.98px) {
  .artists-detail-thumb {
    margin-bottom: .5em;
  }
}

.artists-detail-thumb__item img {
  width: 100%;
  height: 552px;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fafafa;
  padding: 6px;
  font-family: 'object-fit: contain;';
}

@media screen and (max-width: 767.98px) {
  .artists-detail-thumb__item img {
    height: 245px;
  }
}

.artists-detail-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 800px;
  margin-top: -.5em;
}

@media screen and (max-width: 1099.98px) {
  .artists-detail-main {
    margin-top: 0;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767.98px) {
  .artists-detail-main {
    max-width: 335px;
  }
}

@media screen and (max-width: 1099.98px) {
  .artists-detail-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1099.98px) {
  .artists-detail-info__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}

.artists-detail-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.artists-detail-info__list-item:not(:last-child) {
  margin-right: 1em;
}

@media screen and (max-width: 767.98px) {
  .artists-detail-info__list-item:not(:last-child) {
    margin-right: .3em;
  }
}

.artists-detail-info__list-item a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.artists-detail-info__list-item a:hover {
  opacity: .7;
}

.artists-detail-info__list-item img {
  width: 63%;
}

@media screen and (max-width: 767.98px) {
  .artists-detail-info__list-item img {
    width: 50%;
  }
}

.artists-detail-info__image {
  margin: 0 auto 1.8em;
  max-width: 280px;
}

@media screen and (max-width: 1099.98px) {
  .artists-detail-info__image {
    margin: 0 2em 0 0;
  }
}

@media screen and (max-width: 767.98px) {
  .artists-detail-info__image {
    max-width: 140px;
    margin: 0 1.6em 0 0;
  }
}

@media screen and (max-width: 359.98px) {
  .artists-detail-info__image {
    margin: 0 1em 0 0;
    max-width: 120px;
  }
}

.artists-detail-info__image img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 767.98px) {
  .artists-detail-info__image img {
    height: 140px;
  }
}

@media screen and (max-width: 359.98px) {
  .artists-detail-info__image img {
    height: 120px;
  }
}

.artists-detail-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.artists-detail-info__item:not(:last-child) {
  margin-bottom: 1.6em;
}

@media screen and (max-width: 767.98px) {
  .artists-detail-info__item:not(:last-child) {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767.98px) {
  .artists-detail-info__item.accent1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767.98px) {
  .artists-detail-info__item.accent1 dt {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: .5em;
  }
}

.artists-detail-info__item.accent2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767.98px) {
  .artists-detail-info__item.accent2 dt {
    width: 3em;
  }
}

.artists-detail-info__item dt {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  display: inline-block;
  width: 4.6em;
  padding-right: .5em;
  margin-right: 1em;
  border-right: 1px solid #999;
}

@media screen and (max-width: 767.98px) {
  .artists-detail-info__item dt {
    font-size: 1.3rem;
  }
}

.artists-detail-info__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #999;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 767.98px) {
  .artists-detail-info__item dd {
    font-size: 1.2rem;
  }
}

.artists-detail-info__link {
  display: inline-block;
  font-weight: 700;
  color: #999;
  line-height: 1.5;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.artists-detail-info__link:hover {
  color: #000000;
}

.artists-top-section {
  padding: 3em 1em;
}

@media screen and (min-width: 1100px), print {
  .artists-top-section {
    padding: 5em 2em;
  }
}

@media screen and (max-width: 767.98px) {
  .artists-top-section {
    padding: 1.5em 1em 2em 1em;
  }
}

.artists-top-section .inner {
  max-width: 1200px;
}

.artists-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1em -3em 0;
}

@media screen and (max-width: 991.98px) {
  .artists-top-wrap {
    margin: 0 -1em -1.5em 0;
  }
}

@media screen and (max-width: 767.98px) {
  .artists-top-wrap {
    margin: 0 -1em -1.5em 0;
  }
}

@media screen and (max-width: 639.98px) {
  .artists-top-wrap {
    margin: 0 -.5em -1em 0;
  }
}

.artists-top-item {
  width: calc(25% - 16px);
  margin: 0 1em 3em 0;
}

@media screen and (max-width: 991.98px) {
  .artists-top-item {
    margin: 0 1em 1.5em 0;
  }
}

@media screen and (max-width: 767.98px) {
  .artists-top-item {
    width: calc(33.33333% - 16px);
    margin: 0 1em 1.5em 0;
  }
}

@media screen and (max-width: 639.98px) {
  .artists-top-item {
    width: calc(50% - 8px);
    margin: 0 .5em 1em 0;
  }
}

.artists-top-item__link {
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  max-width: 180px;
  margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
  .artists-top-item__link {
    max-width: 150px;
  }
}

.artists-top-item__link:hover .artists-top-name {
  color: #999;
}

.artists-top-item__link:hover .artists-top-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.artists-top-side {
  display: none;
}

.artists-top-more {
  text-align: center;
  margin-top: 5em;
}

@media screen and (max-width: 767.98px) {
  .artists-top-more {
    margin-top: 2.5em;
  }
}

.artists-top-image {
  max-width: 180px;
  max-height: 180px;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
  .artists-top-image {
    max-width: 150px;
    max-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 359.98px) {
  .artists-top-image {
    max-width: 125px;
    max-height: 125px;
  }
}

.artists-top-image img {
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 991.98px) {
  .artists-top-image img {
    height: 150px;
  }
}

@media screen and (max-width: 359.98px) {
  .artists-top-image img {
    height: 125px;
  }
}

.artists-top-name {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-top: .6em;
  font-weight: 700;
  color: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .artists-top-name {
    font-size: 1.3rem;
  }
}

.artists-top-text {
  color: #999;
  line-height: 2;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767.98px) {
  .artists-top-text {
    font-size: 1.4rem;
    line-height: 1.28;
  }
}

.artists-detail-thumb__item:hover .thumb-moreview-btn {
  opacity: 1;
}

.artists-detail-thumb__item .thumb-moreview-btn {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (min-width: 480px), print {
  .artists-detail-thumb__item .thumb-moreview-btn {
    position: absolute;
    bottom: 0;
    right: -2px;
    opacity: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 479.98px) {
  .artists-detail-thumb__item .thumb-moreview-btn {
    text-align: center;
    margin: 1.5em 0;
  }
}

.artists-detail-thumb__item .thumb-moreview-link {
  position: relative;
  display: inline-block;
  max-width: 180px;
  width: 100%;
  text-align: center;
  border: 1px solid #999;
  color: #fff;
  font-size: 1.6rem;
  padding: .6em 1.8em;
  line-height: 1.2;
  background-color: #000000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .artists-detail-thumb__item .thumb-moreview-link {
    font-size: 1.4rem;
    padding: .58em 1.5em .5em 1.5em;
  }
}

@media screen and (max-width: 479.98px) {
  .artists-detail-thumb__item .thumb-moreview-link {
    max-width: 130px;
  }
}

.artists-detail-thumb__item .thumb-moreview-link:hover {
  background-color: #fff;
  color: #999;
  border: 1px solid #999;
}

.artists-detail-thumb__item .thumb-moreview-link:hover::before {
  right: -3px;
}

.artists-detail-thumb__item .thumb-moreview-link:hover::after {
  right: -20px;
}

@media screen and (max-width: 767.98px) {
  .artists-detail-thumb__item .thumb-moreview-link:hover::after {
    right: -17px;
  }
}

.artists-detail-thumb__item .thumb-moreview-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: block;
  width: 30px;
  height: 1px;
  background-color: #999;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .artists-detail-thumb__item .thumb-moreview-link::before {
    width: 25px;
  }
}

.artists-detail-thumb__item .thumb-moreview-link::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 12px;
  height: 1px;
  background-color: #999;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .artists-detail-thumb__item .thumb-moreview-link::after {
    width: 10px;
    right: -14px;
    top: 39%;
  }
}

/* ソートタブ  */
ul.sort-tab{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.5em;
}
ul.sort-tab li{
  color: #999;
  transition: color .3s ease;
}
ul.sort-tab li:hover{
  color: #ccc;
}
ul.sort-tab li.active{
  border-bottom: 4px solid #000;
}
ul.sort-tab li a{
  color: #999;
}
ul.sort-tab li.active a{
  color: #000;
}
ul.sort-tab li .tx{
  padding: 0.3em 0.8em;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 767.98px){
  ul.sort-tab li{
    font-size: 1.4rem
  }
}
@media screen and (max-width: 459.98px){
  ul.sort-tab li:hover{
    color: #999;
  }
}

/* --------------------------------

  id03　Artworks

-------------------------------- */
.artworks-category-section {
  padding: 3em 1em;
}

@media screen and (min-width: 1100px), print {
  .artworks-category-section {
    padding: 5em 2em;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-category-section {
    padding: 1.5em 1em 2em 1em;
  }
}

.artworks-category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1099.98px) {
  .artworks-category-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.artworks-category-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 1.5em;
}

@media screen and (max-width: 1099.98px) {
  .artworks-category-main {
    margin-left: 0;
    margin-top: 3em;
  }
}

.artworks-category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5em;
  border: 1px solid #ccc;
}

@media screen and (max-width: 1279.98px) {
  .artworks-category-wrap {
    padding: 1.5em;
  }
}

@media screen and (max-width: 1099.98px) {
  .artworks-category-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.artworks-category-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 2em;
  margin-top: -.5em;
}

@media screen and (max-width: 1279.98px) {
  .artworks-category-body {
    margin-top: 0;
  }
}

@media screen and (max-width: 1099.98px) {
  .artworks-category-body {
    margin-left: 0;
    margin-top: 2em;
  }
}

.artworks-category-heading {
  font-size: 3.8rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: .8em;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 1279.98px) {
  .artworks-category-heading {
    font-size: 2rem;
  }
}

.artworks-category-text {
  line-height: 2.25;
  font-size: 1.6rem;
  word-break: break-all;
  word-wrap: break-word;
  margin-top: 2em;
  max-height: 250px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1279.98px) {
  .artworks-category-text {
    font-size: 1.2rem;
    max-height: 125px;
    margin-top: 1.5em;
    -webkit-line-clamp: 5;
  }
}

@media screen and (max-width: 1099.98px) {
  .artworks-category-text {
    -webkit-line-clamp: 3;
  }
}

.artworks-category-more {
  margin-top: 2.5em;
}

@media screen and (max-width: 1279.98px) {
  .artworks-category-more {
    margin-top: 2em;
  }
}

@media screen and (max-width: 1099.98px) {
  .artworks-category-more {
    text-align: center;
  }
}

.artworks-category-more__link {
  position: relative;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  text-align: center;
  border: 1px solid #000000;
  color: #fff;
  font-size: 2rem;
  padding: 1.35em 1em;
  line-height: 1.2;
  background-color: #000000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1279.98px) {
  .artworks-category-more__link {
    font-size: 1.8rem;
    max-width: 240px;
    padding: 1em 1em;
  }
}

.artworks-category-more__link:hover {
  background-color: #fff;
  color: #999;
  border: 1px solid #999;
}

.artworks-category-more__link:hover::before {
  right: -5px;
}

.artworks-category-more__link:hover::after {
  right: -36px;
}

@media screen and (max-width: 1279.98px) {
  .artworks-category-more__link:hover::after {
    right: -26px;
  }
}

.artworks-category-more__link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: block;
  width: 55px;
  height: 1px;
  background-color: #999;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1279.98px) {
  .artworks-category-more__link::before {
    width: 40px;
  }
}

.artworks-category-more__link::after {
  content: "";
  position: absolute;
  right: -31px;
  top: 41%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 20px;
  height: 1px;
  background-color: #999;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1279.98px) {
  .artworks-category-more__link::after {
    width: 15px;
    right: -21px;
  }
}

.artworks-category-name {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 1279.98px) {
  .artworks-category-name {
    font-size: 1.5rem;
  }
}

.artworks-category-fee {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: .8em;
}

@media screen and (max-width: 1279.98px) {
  .artworks-category-fee {
    font-size: 1.5rem;
  }
}

.artworks-category-image {
  max-width: 500px;
}

@media screen and (max-width: 1279.98px) {
  .artworks-category-image {
    max-width: 295px;
  }
}

@media screen and (max-width: 1099.98px) {
  .artworks-category-image {
    margin: 0 auto;
  }
}

.artworks-category-image img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fafafa;
  padding: 6px;
  font-family: 'object-fit: contain;';
}

@media screen and (max-width: 1279.98px) {
  .artworks-category-image img {
    height: 295px;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-list {
    max-width: 337px;
    margin: 0 auto;
  }
}

.artworks-list-section {
  padding: 0 1em 4em 1em;
}

@media screen and (min-width: 1100px), print {
  .artworks-list-section {
    padding: 0 1em 8em 1em;
  }
}

.artworks-list-section .inner {
  max-width: 1000px;
}

.artworks-list-section.purchaser .artworks-list-header {
  margin-bottom: 1.5em;
}

.artworks-list-section.purchaser .artworks-list-subtitle {
  margin: .5em 0 .7em 0;
}

.artworks-list-section.accent1 {
  background-color: #efefef;
  padding: 3em 1em;
}

@media screen and (min-width: 1100px), print {
  .artworks-list-section.accent1 {
    padding: 5em 2em;
  }
}

.artworks-list-section.accent1 .artworks-list-label dt {
  background-color: #fff;
}

.artworks-list-section.accent1 .artworks-list-label dt::before {
  right: -10px;
  border-left: 10px solid #fff;
}

.artworks-list-section.accent1 .artworks-list-label dt::after {
  background-color: #efefef;
}

.artworks-list-section.accent2 {
  margin-bottom: 0;
}

.artworks-list-header {
  max-width: 1000px;
  margin: 0 auto 3em;
}

@media screen and (max-width: 767.98px) {
  .artworks-list-header {
    margin: 0 auto 1em;
  }
}

.artworks-list-header .main-heading {
  margin: 0;
}

.artworks-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1em -3em 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .artworks-list-container {
    margin: 0 -1em -2em 0;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-list-container {
    margin: 0 -.5em -1.5em 0;
  }
}

.artworks-list-container::after {
  display: block;
  content: "";
  width: calc(28.33333% - 14px);
  margin: 0 1em 4em 0;
}

@media screen and (max-width: 767.98px) {
  .artworks-list-container::after {
    width: calc(50% - 16px);
    margin: 0 1em 2em 0;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-list-container::after {
    width: calc(50% - 8px);
    margin: 0 .5em 1.5em 0;
  }
}

.artworks-list-item {
  width: calc(28.33333% - 14px);
  margin: 0 1em 4em 0;
}

@media screen and (max-width: 767.98px) {
  .artworks-list-item {
    width: calc(50% - 16px);
    margin: 0 1em 2em 0;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-list-item {
    width: calc(50% - 8px);
    margin: 0 .5em 1.5em 0;
  }
}

.artworks-list-item__link {
  display: block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.artworks-list-item__link:hover .artworks-list-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.artworks-list-image {
  max-width: 320px;
  margin: 0 auto .8em;
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .artworks-list-image {
    max-width: 160px;
  }
}

.artworks-list-image img {
  width: 100%;
  height: 240px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #fafafa;
  padding: 6px;
  font-family: 'object-fit: contain;';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 991.98px) {
  .artworks-list-image img {
    height: 220px;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-list-image img {
    height: 130px;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-list-image img {
    height: 120px;
  }
}

.artworks-list-info {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5em 0 .45em 0;
  margin: .7em 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 767.98px) {
  .artworks-list-info {
    padding: .48em 0 .43em 0;
    margin: .55em 0;
  }
}

.artworks-list-fee {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-top: .7em;
  font-weight: 700;
}

@media screen and (max-width: 1099.98px) {
  .artworks-list-fee {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-list-fee {
    font-size: 1.2rem;
  }
}

.artworks-list-view dt {
  position: relative;
  padding-left: 1.5em;
}

@media screen and (max-width: 767.98px) {
  .artworks-list-view dt {
    padding-left: 1.6em;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-list-view dt {
    padding-left: 1.3em;
  }
}

.artworks-list-view dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 10px;
  background: url("../../assets/img/base/icon_view.png") no-repeat center/cover;
}

@media screen and (max-width: 1099.98px) {
  .artworks-list-view dt::before {
    width: 14px;
    height: 8px;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-list-view dt::before {
    width: 12px;
    height: 7px;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-list-view dt::before {
    width: 10px;
    height: 6px;
  }
}

.artworks-list-like dt {
  position: relative;
  padding-left: 1.5em;
}

@media screen and (max-width: 359.98px) {
  .artworks-list-like dt {
    padding-left: 1.2em;
  }
}

.artworks-list-like dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 13px;
  background: url("../../assets/img/base/icon_like.png") no-repeat center/cover;
}

@media screen and (max-width: 1099.98px) {
  .artworks-list-like dt::before {
    width: 12px;
    height: 11px;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-list-like dt::before {
    width: 10px;
    height: 9px;
    top: 47%;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-list-like dt::before {
    width: 8px;
    height: 9px;
  }
}

.artworks-list-define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.artworks-list-define dt, .artworks-list-define dd {
  color: #999;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (max-width: 1099.98px) {
  .artworks-list-define dt, .artworks-list-define dd {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-list-define dt, .artworks-list-define dd {
    font-size: 1rem;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-list-define dt, .artworks-list-define dd {
    font-size: .9rem;
  }
}

.artworks-list-define dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: .35em;
}

.artworks-list-define:first-child {
  margin-right: 1em;
}

@media screen and (max-width: 359.98px) {
  .artworks-list-define:first-child {
    margin-right: .5em;
  }
}

.artworks-list-title {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.25;
  font-weight: 700;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 1099.98px) {
  .artworks-list-title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-list-title {
    font-size: 1.2rem;
  }
}

.artworks-list-subtitle {
  font-size: 1.4rem;
  line-height: 1.25;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: .2em;
}

@media screen and (max-width: 1099.98px) {
  .artworks-list-subtitle {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-list-subtitle {
    font-size: 1.25rem;
  }
}

.artworks-list-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.artworks-list-label dt, .artworks-list-label dd {
  line-height: 1.2;
}

.artworks-list-label dt {
  position: relative;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 700;
  padding: .2em .65em .2em .5em;
  height: 24px;
  background-color: #eee;
  display: none;
}

@media screen and (max-width: 1099.98px) {
  .artworks-list-label dt {
    font-size: 1.4rem;
    height: 20px;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-list-label dt {
    font-size: 1.2rem;
    height: 18px;
    padding: .21em .65em .15em .5em;
  }
}

.artworks-list-label dt::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-left: 10px solid #eee;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

@media screen and (max-width: 1099.98px) {
  .artworks-list-label dt::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-list-label dt::before {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 8px solid #eee;
    right: -8px;
  }
}

.artworks-list-label dt::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767.98px) {
  .artworks-list-label dt::after {
    width: 4px;
    height: 4px;
    right: -2px;
  }
}

.artworks-list-label dd {
  font-size: 1.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #999;
}

@media screen and (max-width: 1099.98px) {
  .artworks-list-label dd {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-list-label dd {
    font-size: 1.2rem;
  }
}

.artworks-detail-section {
  padding: 3em 1em 1em 1em;
}

@media screen and (min-width: 1100px), print {
  .artworks-detail-section {
    padding: 5em 2em;
  }
}

.artworks-detail-original {
  margin-top: 2em;
  border: 1px solid #999;
  padding: 1.2em;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-original {
    padding: .7em;
    margin-top: 1em;
  }
}

.artworks-detail-original .artworks-detail-define dt {
  width: 9.5em;
}

.artworks-detail-tag {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  background-color: #eee;
  padding: .31em .7em .2em .7em;
  margin-bottom: .8em;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-tag {
    font-size: 1.4rem;
    padding: .31em 1.6em .19em 1.6em;
  }
}

.artworks-detail-body .artworks-list-info {
  padding: 1.2em 0;
  margin: 1.2em 0;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-body .artworks-list-info {
    padding: .7em 0 .6em 0;
    margin: .7em 0;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-body .artworks-list-info .artworks-list-define dt, .artworks-detail-body .artworks-list-info .artworks-list-define dd {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-body .artworks-list-info .artworks-list-like dt::before {
    width: 11px;
    height: 10px;
    top: 39%;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-body .artworks-list-info .artworks-list-view dt {
    padding-left: 1.8em;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-body .artworks-list-info .artworks-list-view dt::before {
    width: 14px;
    height: 8px;
  }
}

.artworks-detail-title {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-title {
    font-size: 1.8rem;
  }
}

.artworks-detail-define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: .8em;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-define {
    margin-top: 1em;
  }
}

.artworks-detail-define dt {
  font-weight: 700;
  display: inline-block;
  width: 6em;
  margin-right: 2em;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-define dt {
    margin-right: 1.5em;
  }
}

.artworks-detail-define dd {
  font-weight: 500;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.artworks-detail-define dt, .artworks-detail-define dd {
  font-size: 1.8rem;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-define dt, .artworks-detail-define dd {
    font-size: 1.3rem;
  }
}

.artworks-detail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1099.98px) {
  .artworks-detail-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-btn {
    max-width: 100px;
    width: 100%;
  }
}

.artworks-detail-btn:first-child {
  margin-right: 1em;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-btn:first-child {
    margin-right: .5em;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-detail-btn:first-child {
    margin-right: .35em;
  }
}

.artworks-detail-btn__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.8em 0;
}

@media screen and (max-width: 479.98px) {
  .artworks-detail-btn__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.artworks-detail-btn__share {
  display: inline-block;
  border: 1px solid #999;
  padding: .3em 1.4em .1em 1.4em;
  height: 30px;
  line-height: 1.2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-btn__share {
    padding: .24em 1em .1em 1em;
    max-width: 100px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-detail-btn__share {
    padding: .24em .35em .1em .35em;
  }
}

.artworks-detail-btn__share:hover {
  background-color: #000000;
}

.artworks-detail-btn__share:hover span {
  color: #fff;
}

.artworks-detail-btn__share:hover span::before {
  background: url("../../assets/img/base/icon_share_wht.png") no-repeat center/cover;
}

.artworks-detail-btn__share span {
  position: relative;
  font-size: 1.8rem;
  display: inline-block;
  padding-left: 1.45em;
  font-weight: 700;
  color: #999;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-btn__share span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-detail-btn__share span {
    font-size: 1.3rem;
  }
}

.artworks-detail-btn__share span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 14px;
  background: url("../../assets/img/base/icon_share.png") no-repeat center/cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-btn__share span::before {
    width: 13px;
    height: 12px;
  }
}

.artworks-detail-btn__like {
  display: inline-block;
  border: 1px solid #999;
  padding: .3em 1.2em .1em 1.2em;
  height: 30px;
  line-height: 1.2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-btn__like {
    padding: .24em 1em .1em 1em;
    max-width: 100px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-detail-btn__like {
    padding: .24em .35em .1em .35em;
  }
}

.artworks-detail-btn__like:hover {
  background-color: #000000;
}

.artworks-detail-btn__like:hover span {
  color: #fff;
}

.artworks-detail-btn__like:hover span::before {
  background: url("../../assets/img/base/icon_like_wht.png") no-repeat center/cover;
}

.artworks-detail-btn__like span {
  position: relative;
  font-size: 1.8rem;
  display: inline-block;
  padding-left: 1.45em;
  font-weight: 700;
  color: #999;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-btn__like span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-detail-btn__like span {
    font-size: 1.3rem;
  }
}

.artworks-detail-btn__like span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 13px;
  background: url("../../assets/img/base/icon_like.png") no-repeat center/cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-btn__like span::before {
    width: 12px;
    height: 11px;
  }
}

.artworks-detail-more {
  margin-top: 1.5em;
}

@media screen and (max-width: 1099.98px) {
  .artworks-detail-more {
    text-align: center;
    margin-top: 1.8em;
  }
}

.artworks-detail-more .add-cart-link {
  display: inline-block;
  max-width: 420px;
  width: 100%;
  height: 80px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
  line-height: 1.2;
  padding: 1.36em .7em;
  font-size: 2rem;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-more .add-cart-link {
    font-size: 1.6rem;
    height: 60px;
    padding: 1.25em .7em;
  }
}

.artworks-detail-more .add-cart-link:hover {
  background-color: #fff;
  color: #999;
  border: 1px solid #999;
}

.artworks-detail-more .add-cart-link:hover span::before {
  background: url("../../assets/img/base/icon_cart_gray.png") no-repeat center/cover;
}

.artworks-detail-more .add-cart-link span {
  position: relative;
  padding-left: 1.6em;
}

.artworks-detail-more .add-cart-link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 20px;
  background: url("../../assets/img/base/icon_cart.png") no-repeat center/cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-more .add-cart-link span::before {
    width: 20px;
    height: 16px;
  }
}

.artworks-detail-more .add-cart-link-sold-out {
  display: inline-block;
  max-width: 420px;
  width: 100%;
  height: 80px;
  background-color: #fff;
  color: #999;
  border: 1px solid #999;
  line-height: 1.2;
  padding: 1.36em .7em;
  font-size: 2rem;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-more .add-cart-link-sold-out {
    font-size: 1.6rem;
    height: 60px;
    padding: 1.25em .7em;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-more .add-cart-link-sold-out span::before {
    width: 20px;
    height: 16px;
  }
}

.artworks-detail-foot {
  margin-top: .7em;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-foot {
    margin-top: .7em;
  }
}

.artworks-detail-fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.artworks-detail-fee dt, .artworks-detail-fee dd {
  line-height: 1;
}

.artworks-detail-fee dt {
  font-size: 2rem;
  font-weight: 700;
  margin-top: .7em;
  margin-right: 1em;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-fee dt {
    font-size: 1.4rem;
  }
}

.artworks-detail-fee dd {
  font-size: 5rem;
  font-weight: 700;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-fee dd {
    font-size: 2.5rem;
  }
}

.artworks-detail-fee dd span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  margin-right: .35em;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-fee dd span {
    font-size: 1.2rem;
  }
}

.artworks-detail-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 4em;
}

@media screen and (max-width: 1279.98px) {
  .artworks-detail-main {
    margin-left: 2em;
  }
}

@media screen and (max-width: 1099.98px) {
  .artworks-detail-main {
    margin-left: 0;
    margin-top: 4em;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-main {
    max-width: 335px;
    margin-top: 3em;
  }
}

@media screen and (max-width: 479.98px) {
  .artworks-detail-main {
    margin-top: 2em;
  }
}

.artworks-detail-side {
  position: relative;
  max-width: 720px;
  width: 100%;
}

@media screen and (max-width: 1279.98px) {
  .artworks-detail-side {
    max-width: 620px;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-side {
    max-width: 335px;
  }
}

.artworks-detail-side .thumbnail-main {
  max-width: 720px;
  margin-bottom: .5em;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1279.98px) {
  .artworks-detail-side .thumbnail-main {
    max-width: 620px;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-side .thumbnail-main {
    max-width: 335px;
  }
}

.artworks-detail-side .thumbnail-main img, .artworks-detail-side .thumbnail-main video  {
  width: 100%;
  height: 540px;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fafafa;
  padding: 6px;
  font-family: 'object-fit: contain;';
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-side .thumbnail-main img, .artworks-detail-side .thumbnail-main video {
    height: 250px;
  }
}

.artworks-detail-side .thumbnail-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 720px;
  margin: 0 -.5em -.5em 0;
  padding-top: 548px;
}

@media screen and (max-width: 1279.98px) {
  .artworks-detail-side .thumbnail-side {
    max-width: 620px;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-side .thumbnail-side {
    max-width: 335px;
    padding-top: 256px;
  }
}

.artworks-detail-side .thumbnail-item {
  max-width: 120px;
  width: 100%;
  margin: 0 .5em .5em 0;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.artworks-detail-side .thumbnail-item:hover {
  opacity: .8;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-side .thumbnail-item {
    max-width: 60px;
    margin: 0 .4em .4em 0;
  }
}

.artworks-detail-side .thumbnail-item img {
  width: 100%;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fafafa;
  padding: 5px;
  font-family: 'object-fit: contain;';
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-side .thumbnail-item img {
    height: 55px;
  }
}

/* 証明書 */
.artworks-guaranteecard {
  border: 1px solid #999;
  padding: .7em;
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard {
    padding: .5em;
    max-width: 380px;
  }
}

.artworks-guaranteecard-section {
  padding: 0 1em;
}

@media screen and (min-width: 1100px), print {
  .artworks-guaranteecard-section {
    padding: 0 2em;
  }
}

.artworks-guaranteecard-header {
  padding-bottom: 1.2em;
  margin-bottom: 1.6em;
  border-bottom: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-header {
    padding: 0 0 1em 0;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-guaranteecard-header {
    padding: 0 0 .5em 0;
  }
}

.artworks-guaranteecard-heading {
  display: inline-block;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-heading {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-guaranteecard-heading {
    font-size: 1.6rem;
  }
}

.artworks-guaranteecard-name {
  text-align: center;
  display: block;
  line-height: 1;
  font-size: 2.8rem;
  color: #ac9d61;
  font-weight: 700;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-name {
    font-size: 1.8rem;
  }
}

.artworks-guaranteecard-subname {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #000000;
  font-weight: 700;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  word-break: break-all;
  word-wrap: break-word;
  margin-top: 1.35em;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-subname {
    font-size: 1.2rem;
  }
}

.artworks-guaranteecard-block {
  max-width: 530px;
  margin: 0 auto 2em;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-block {
    margin: 0 auto 1em;
    max-width: 290px;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-guaranteecard-block {
    margin: 0 auto .85em;
  }
}

.artworks-guaranteecard-define:not(:last-child) {
  margin-bottom: 1.3em;
}

.artworks-guaranteecard-define.accent1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.artworks-guaranteecard-define.accent1 dt {
  width: 9em;
  margin-right: 1.3em;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-define.accent1 dt {
    width: 6em;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-define.accent1 dt .pc {
    display: none;
  }
}

.artworks-guaranteecard-define.accent1 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.artworks-guaranteecard-define dt {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #ccc;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-define dt {
    font-size: 1.2rem;
  }
}

.artworks-guaranteecard-define dd {
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-define dd {
    font-size: 1.2rem;
  }
}

.artworks-guaranteecard-jp {
  font-size: 2rem;
  line-height: 1.2;
  color: #ccc;
  font-weight: 700;
  margin-left: 1em;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-jp {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-guaranteecard-jp {
    font-size: 1.1rem;
  }
}

.artworks-guaranteecard-container {
  position: relative;
}

.artworks-guaranteecard-container::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../../assets/img/base/border-waku_icon.png") no-repeat center/cover;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-container::before {
    width: 25px;
    height: 25px;
    top: 5px;
    left: 5px;
  }
}

.artworks-guaranteecard-container::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url("../../assets/img/base/border-waku_icon.png") no-repeat center/cover;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-container::after {
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
  }
}

.artworks-guaranteecard-container__secondary {
  position: relative;
  border: 2px solid #ac9d61;
  padding: 3em;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-container__secondary {
    padding: 2em .9em;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-guaranteecard-container__secondary {
    padding: 1.5em .9em;
  }
}

.artworks-guaranteecard-container__secondary::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url("../../assets/img/base/border-waku_icon.png") no-repeat center/cover;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-container__secondary::before {
    width: 25px;
    height: 25px;
    bottom: 5px;
    left: 5px;
  }
}

.artworks-guaranteecard-container__secondary::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../../assets/img/base/border-waku_icon.png") no-repeat center/cover;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-container__secondary::after {
    width: 25px;
    height: 25px;
    bottom: 5px;
    right: 5px;
  }
}

.artworks-guaranteecard-wrap {
  border-top: 2px solid #ccc;
  padding-top: 2em;
}

@media screen and (max-width: 767.98px) {
  .artworks-guaranteecard-wrap {
    border-top: 1px solid #ccc;
    padding: 1.5em 1em 0 1em;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-guaranteecard-wrap {
    padding: 1.5em .3em 0 .3em;
  }
}

.hide::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, white 100%);
}

.artworks-concept-section {
  padding: 0;
}

@media screen and (min-width: 1100px), print {
  .artworks-concept-section {
    padding: 1em 0;
  }
}

.artworks-concept-section .inner {
  max-width: 1000px;
}

.artworks-concept-header {
  max-width: 1000px;
  margin: 0 auto 3em;
}

@media screen and (max-width: 767.98px) {
  .artworks-concept-header {
    margin: 0 auto 1em;
  }
}

.artworks-concept-header .main-heading {
  margin: 0;
}

.artworks-concept-text {
  font-size: 1.6rem;
  line-height: 2.25;
  position: relative;
  max-height: 175px;
  overflow: hidden;
  -webkit-transition: max-height .4s ease;
  transition: max-height .4s ease;
}

@media screen and (max-width: 767.98px) {
  .artworks-concept-text {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}

.artworks-concept-text.active {
  max-height: none;
}

.artworks-concept-text.active::before {
  background: transparent;
}

.artworks-profile-section {
  padding: 1em;
}

@media screen and (min-width: 1100px), print {
  .artworks-profile-section {
    padding: 1em 2em;
  }
}

.artworks-profile-section .inner {
  max-width: 1000px;
}

.artworks-profile-header {
  max-width: 1000px;
  margin: 0 auto 3em;
}

@media screen and (max-width: 767.98px) {
  .artworks-profile-header {
    margin: 0 auto 1em;
  }
}

.artworks-profile-header .main-heading {
  margin: 0;
}

.artworks-profile-body {
  position: relative;
  max-height: 725px;
  overflow: hidden;
  -webkit-transition: max-height .4s ease;
  transition: max-height .4s ease;
}

@media screen and (max-width: 767.98px) {
  .artworks-profile-body {
    max-height: 550px;
  }
}

.artworks-profile-body.active {
  max-height: none;
}

.artworks-profile-body.active::before {
  background: transparent;
}

.artworks-profile-body .artists-detail-name {
  margin-bottom: 1em;
}

.artworks-profile-main {
  position: relative;
  max-width: 300px;
  float: left;
  margin: .4em 5em 1.8em 0;
}

@media screen and (max-width: 1099.98px) {
  .artworks-profile-main {
    margin: 0 auto 1.3em;
    float: none;
    max-width: 605px;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-profile-main {
    max-width: 335px;
  }
}

.artworks-profile-text {
  overflow: auto;
  line-height: 2.25;
  font-size: 1.6rem;
}

@media screen and (max-width: 1099.98px) {
  .artworks-profile-text {
    line-height: 1.9;
  }
}

@media screen and (max-width: 767.98px) {
  .artworks-profile-text {
    font-size: 1.2rem;
  }
}

.pageback-section {
  padding: 0 2em 7em 2em;
}

@media screen and (max-width: 1099.98px) {
  .pageback-section {
    padding: 0 2em 3em 2em;
  }
}

.download-more {
  text-align: center;
}



.download-more-btn {
  display: inline-block;
  max-width: 420px;
  width: 100%;
  height: 80px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
  line-height: 1.2;
  padding: 1.36em .7em;
  font-size: 2rem;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .download-more-btn {
    font-size: 1.6rem;
    height: 60px;
    padding: 1.25em .7em;
    max-width: 335px;
  }
}

@media screen and (max-width: 479.98px) {
  .download-more-btn:hover {
    background-color: #fff;
    color: #999;
    border: 1px solid #999;
  }
  .download-more-btn:hover span::before {
    background: url("../../assets/img/base/icon_download_gray.png") no-repeat center/cover;
  }
}

@media screen and (min-width: 480px), print {
  .download-more-btn:hover {
    background-color: #fff;
    color: #999;
    border: 1px solid #999;
  }
  .download-more-btn:hover span::before {
    background: url("../../assets/img/base/icon_download_gray.png") no-repeat center/cover;
  }
}

.download-more-btn span {
  position: relative;
  padding-left: 1.6em;
}

.download-more-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 18px;
  background: url("../../assets/img/base/icon_download.png") no-repeat center/cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .download-more-btn span::before {
    width: 18px;
    height: 16px;
  }
}

.like-btn_active {
  background-color: #000000;
}

.like-btn_active span {
  color: #fff;
}

.like-btn_active span::before {
  background: url("../../assets/img/base/icon_like_wht.png") no-repeat center/cover;
}

.artworks-decolation-more {
  text-align: center;
  margin: 8em 0 0 0;
}

@media screen and (max-width: 1099.98px) {
  .artworks-decolation-more {
    margin: 5em 0 0 0;
  }
}

@media screen and (max-width: 639.98px) {
  .artworks-decolation-more {
    margin: 3em 0 0 0;
  }
}

.artworks-decolation-btn {
  display: inline-block;
  max-width: 420px;
  width: 100%;
  height: 80px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
  line-height: 1.2;
  padding: 1.36em .7em;
  font-size: 2rem;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .artworks-decolation-btn {
    font-size: 1.6rem;
    height: 60px;
    max-width: 335px;
    padding: 1.25em .7em;
  }
}

@media screen and (max-width: 479.98px) {
  .artworks-decolation-btn:active {
    background-color: #fff;
    color: #999;
    border: 1px solid #999;
  }
  .artworks-decolation-btn:active span::before {
    background: url("../../assets/img/base/icon_ar_gray.svg") no-repeat center/cover;
  }
}

@media screen and (min-width: 480px), print {
  .artworks-decolation-btn:hover {
    background-color: #fff;
    color: #999;
    border: 1px solid #999;
  }
  .artworks-decolation-btn:hover span::before {
    background: url("../../assets/img/base/icon_ar_gray.svg") no-repeat center/cover;
  }
}

.artworks-decolation-btn span {
  position: relative;
  padding-left: 1.4em;
}

.artworks-decolation-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 19px;
  background: url("../../assets/img/base/icon_ar.svg") no-repeat center/cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 767.98px) {
  .artworks-decolation-btn span::before {
    width: 14px;
    height: 16px;
  }
}

.artworks-detail-files span {
  /* position: relative; */
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  /* padding-left: .8em; */
}

/* .artworks-detail-files span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
} */

@media screen and (max-width: 767.98px) {
  .artworks-detail-files span {
    font-size: 1.3rem;
  }
}

.artworks-detail-files span:not(:last-child) {
  margin-bottom: .2em;
}

.artworks-detail-license_define {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 207px;
  padding: .35em 0 .31em 0;
}

.artworks-detail-license_define:first-child {
  border-top: 1px solid #000;
}

.artworks-detail-license_define dt, .artworks-detail-license_define dd {
  font-size: 1.4rem;
  line-height: 1.2;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-license_define dt, .artworks-detail-license_define dd {
    font-size: 1.3rem;
  }
}

.artworks-detail-license_define dt {
  width: 9em;
}

.artworks-detail-license_define dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-align: right;
}

.artworks-detail-modal_btn {
  text-align: right;
  max-width: 207px;
  line-height: 1.2;
  margin-top: .25em;
}

.artworks-detail-modal_btn span {
  display: inline-block;
  font-size: 1.4rem;
  text-decoration: underline;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-modal_btn span {
    font-size: 1.3rem;
  }
}

.artworks-detail-modal_btn span:hover {
  color: #999;
  text-decoration: none;
}

.artworks-detail-modal_body {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.artworks-detail-modal_body.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 991.98px) {
  .artworks-detail-modal_body {
    padding: 0 1em;
  }
}

.artworks-detail-modal_header {
  margin-bottom: 1.6em;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-modal_header {
    margin-bottom: 1.1em;
  }
}

.artworks-detail-modal_heading {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-modal_heading {
    font-size: 2.4rem;
  }
}

.artworks-detail-modal_define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #999;
}

.artworks-detail-modal_define.accent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.artworks-detail-modal_define.accent dt {
  padding-bottom: 0;
  margin-bottom: .5em;
}

.artworks-detail-modal_define.accent dd {
  padding-top: 0;
  color: #999;
  font-weight: 500;
}

.artworks-detail-modal_define:first-child {
  border-top: 1px solid #999;
}

.artworks-detail-modal_define dt, .artworks-detail-modal_define dd {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  padding: .9em 0 .8em 0;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-modal_define dt, .artworks-detail-modal_define dd {
    font-size: 1.6rem;
  }
}

.artworks-detail-modal_define dd .ok {
  padding-left: 1.2em;
}

.artworks-detail-modal_define dd .ok::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-70%) rotate(-135deg);
          transform: translateY(-70%) rotate(-135deg);
  display: block;
  width: 7px;
  height: 12px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.artworks-detail-modal_define dd .ng {
  padding-left: 1.2em;
  color: #999;
  font-size: 1.8rem;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-modal_define dd .ng {
    font-size: 1.6rem;
  }
}

.artworks-detail-modal_define dd .ng::before {
  content: "×";
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  font-size: 2.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-modal_define dd .ng::before {
    font-size: 2.1rem;
  }
}

.artworks-detail-modal_define dd .no {
  color: #999;
  font-size: 1.8rem;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-modal_define dd .no {
    font-size: 1.6rem;
  }
}

.artworks-detail-modal_define dd span {
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.artworks-detail-modal_content {
  position: relative;
  background-color: #fff;
  margin: 14% auto;
  max-width: 750px;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  padding: 3em 3em 3.5em 3em;
}

@media screen and (max-width: 767.98px) {
  .artworks-detail-modal_content {
    padding: 1.5em 1.5em 2em 1.5em;
  }
}

@media screen and (max-width: 359.98px) {
  .artworks-detail-modal_content {
    padding: 1em 1em 1.5em 1em;
  }
}

.artworks-detail-modal .modalClose {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 3rem;
  font-weight: 700;
  color: #999;
  background-color: #fff;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #999;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}

.artworks-detail-modal .modalClose:hover {
  background-color: #999;
  color: #fff;
}

.artworks-detail-define.accent {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* --------------------------------

  id01　Purchaser MYPAGE

-------------------------------- */
.purchaser-name-section {
  padding: 3em 1em 2em 1em;
}

@media screen and (min-width: 1100px), print {
  .purchaser-name-section {
    padding: 6em 2em 2.5em 2em;
  }
}

.purchaser-name-section.section-secondary {
  margin-bottom: 0;
}

.purchaser-name-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em 2em 1em;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767.98px) {
  .purchaser-name-container {
    padding: 0 1em 1.5em 1em;
  }
}

@media screen and (max-width: 639.98px) {
  .purchaser-name-container {
    padding: 1em .5em 0 .5em;
    border-bottom: none;
    border-top: 1px solid #ccc;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.purchaser-name-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: block;
  font-size: 3rem;
  font-weight: 700;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 767.98px) {
  .purchaser-name-text {
    font-size: 2rem;
  }
}

.purchaser-name-btn {
  display: inline-block;
  max-width: 160px;
  width: 100%;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: .6em .5em;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: 1em;
}

@media screen and (max-width: 767.98px) {
  .purchaser-name-btn {
    font-size: 1.4rem;
    max-width: 150px;
  }
}

@media screen and (max-width: 639.98px) {
  .purchaser-name-btn {
    margin-left: 0;
    margin-top: 1.5em;
  }
}

.purchaser-name-btn:hover {
  background-color: #fff;
  color: #999;
  border: 1px solid #999;
}

.terms__sublist--item {
  margin-left: 1em;
}

.terms__sublist--item::before {
  content: "・";
  margin-left: -1em;
}



.artworks-detail-side .thumbnail-item.parent-item{
  position: relative;
}
.artworks-detail-side .thumbnail-item  .child-item{
  position: absolute;
  left: 0px;
  top: 10px;
  height: 50px;
  width: 50px;
  transform: translate(64%, 44%);

}

.thumbnail-main.video-custom{
  pointer-events: none;
  background: currentColor;
}


.header .header__btn--area{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
}
.header .header__profile li .profile__setting .profile__setting--item a{
  background-color: #ffffff;
}
.global-search__block{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* ここから adp追加スタイル */
.section-desc{
  margin-bottom: 2.5em;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}

.adp-colle-section {
  padding:40px 20px 60px 20px;
  overflow: hidden;
}
.header .header__profile__area__sp{
  display: none;
}
@media screen and (max-width: 1099.98px), print {
  .header .header__btn--area{
    z-index: 1100;
    position: fixed;
    top: 9px;
    right: 63px;
    /* padding-right: 2.2em; */
  }
  .nav-open.search_active .header .header__profile__area__sp .profile__setting__sp{
    padding-top: 3.1em;
  }
  .global-search__block{
    position: fixed;
    top: 70px;
    transform: translateY(-125px);
    -webkit-transform: translateY(-125px);
    -ms-transform: translateY(-125px);
    left: 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height: 57px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    z-index: 1010;
    padding: 0 5px;
  }
  .search_active .global-search__block{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .global-search__block .lang-switch__btn{
    display: none;
  }
  .header .header__profile__area__sp{
    display: block;
  }
  .header .header__profile__area__sp .profile__setting__sp{
    position: fixed;
    left: 0;
    top: 70px;
    bottom: 0;
    opacity: 0;
    z-index: 111;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-bottom: 70px;
    transform: translateY(-121%);
    -webkit-transform: translateY(-121%);
    -ms-transform: translateY(-121%);
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-open .header .header__profile__area__sp .profile__setting__sp{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
  }
  .nav-open .header .header__profile__area__sp .profile__setting__sp li .profile__setting__sp--link{
    position: relative;
    cursor: pointer;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 42px;
    padding: 1em;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
  }
  .nav-open .header .header__profile__area__sp .profile__setting__sp li .profile__setting__sp--link::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    display: block;
    width:8px ;
    height: 8px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
  }
  .nav-open .header .header__profile__area__sp .profile__setting__sp li .profile__setting__sp--link.profile__setting__sp--name::after{
    display: none;
  }
  .nav-open .header .header__profile__area__sp .profile__setting__sp li .profile__setting__sp--link:hover{
    color: #999;
  }
  .nav-open .header .header__profile__area__sp .profile__setting__sp li .profile__setting__sp--link:hover::after{
    border-top: 1px solid #999;
    border-left: 1px solid #999;
  }
  .profile__wrap__nav{
    border-bottom: solid 1px #ccc;
    padding: .9em 0;
  }
  .header .header__profile__area{
    display: none;
  }
  .header .header__profile__area__sp .profile__setting__sp li .profile__setting__sp--link.profile__setting__sp--name{
    cursor: pointer;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    min-height: 90px;
    color: #000;
    border-bottom: solid 1px #ccc;
    background: #fff;
    font-size: 1.2rem;
    position: relative;
    line-height: 1.2;
    text-align: left;
  }
  .header .profile__setting__sp--name img{
    display: block;
    margin-right: 10px;
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
  }
  .header .profile__setting__sp--name p{
    font-size: 1.6rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .lang-switch__btn__area .lang-switch__btn .jp__btn{
    width: 115px;
  }
  .lang-switch__btn__area .lang-switch__btn .en__btn{
    width: 115px;
  }
  .lang-switch__btn__area .lang-switch__btn{
    margin: 0;
  }
  .lang-switch__btn__area {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding:2em 1em;
  }
}
@media screen and (max-width: 459.98px){
  .nav-open .header .header__profile__area__sp .profile__setting__sp li .profile__setting__sp--link:hover{
    color: #000;
  }
  .nav-open .header .header__profile__area__sp .profile__setting__sp li .profile__setting__sp--link:hover::after{
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
}

@media screen and (min-width: 1100px), print {
  .adp-colle-section {
    padding:80px 2em 100px 2em;
  }
}

.adp-colle-section .inner {
  max-width: 1200px !important;
}
.adp-colle-wrap{
  margin: 0 auto;
  width: 100%;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fit, calc(20% - 29px));
  gap: 4em 3%;
}
.adp-colle-image {
  position: relative;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  margin-bottom: 1.8rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.adp-colle-image::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.adp-colle-image__wrap{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.adp-colle-image img{
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover;';
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.adp-colle-title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  margin-top: .75em;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  /* word-break: break-all; */
  overflow-wrap: break-word;
}
.adp-colle-link{
  display: block;
  height: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.adp-colle-link:hover .adp-colle-image img{
  transform: scale(1.05);
}
.adp-colle-link:hover .adp-colle-title{
  opacity: .75;
}
@media screen and (max-width: 459.98px){
  .adp-colle-link:hover .adp-colle-image img{
    transform: scale(1);
  }
  .adp-colle-link:hover .adp-colle-title{
    opacity: 1;
  }
}
.link-button2{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  height: 30px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #6F6F73;
  background-color: #F6F6F9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  padding:5px 2.3em 5px .85em ;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.link-button2::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  width:13px ;
  border-top: 1px solid #6F6F73;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.link-button2::after{
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  display: block;
  transform: rotate(40deg);
  width: 5px;
  border-top: 1px solid #6F6F73;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.link-button2:hover{
  background-color: #000000;
  color: #fff;
}
.link-button2:hover::after,.link-button2:hover::before{
  border-color: #fff;
}
@media screen and (max-width: 459.98px){
  .link-button2:hover{
    color: #6F6F73;
    background-color: #F6F6F9;
  }
  .link-button2:hover::after,.link-button2:hover::before{
    border-color: #6F6F73;
  }
}
@media screen and (max-width: 1099.98px) {
  .section-desc{
    margin-bottom: 2.5em;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
  }
  .adp-colle-wrap{
    grid-template-columns: repeat(auto-fit, 30%);
    gap: 2em 5%;
  }
  .adp-colle-container{
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .section-desc{
    margin-bottom: 2em;
    font-size: 1.4rem;
  }
  .link-button2{
    font-size: 1.2rem;
    padding:5px 2em 5px .65em ;
  }
  .link-button2::before{
    right: 6px;
  }
  .link-button2::after{
    right: 6px;
    top: 13px;
  }
  .adp-colle-title{
    font-size: 1.4rem;
  }

}
@media screen and (max-width: 479.98px){
  .adp-colle-link:hover .adp-colle-image img{
    transform: inherit;
  }
  .adp-colle-link:hover .adp-colle-title{
    opacity: inherit;
  }
  .adp-colle-container{
    max-width: none;
    margin: 0 auto;
    /* max-height: 336px; */
    overflow: hidden;
  }
  .adp-colle-title{
    font-size: 1.4rem;
  }
  .section-desc{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 359.98px){
  .adp-colle-container{
    /* max-height: 278px; */
  }
  .adp-colle-title{
    font-size: 1.2rem;
  }
}

.adp-store-section {
  padding:0 20px 60px 20px;
  /* overflow: hidden; */
}

@media screen and (min-width: 1100px), print {
  .adp-store-section {
    padding:0 2em 100px 2em;
  }
}

.adp-store-section .inner {
  max-width: 1200px !important;
}
.adp-store-category{
  margin-bottom: 2.2em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.adp-store-category::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}
.adp-store-category::-webkit-scrollbar-thumb{
  background: #999999;
  border-radius: 10em;
  -webkit-border-radius: 10em;
  -ms-border-radius: 10em;
}
.adp-store-category::-webkit-scrollbar-track{
  background: #eeeeee;
  border-radius: 10em;
  -webkit-border-radius: 10em;
  -ms-border-radius: 10em;
}
.adp-store-category-inner{
  position: relative;
  /* border-bottom: 1px solid #cccccc; */
  margin-bottom: 5px;
}
.adp-store-category-inner::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #cccccc;
}
.adp-store-category .category-wrap{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width: 100%;
}
@media screen and (max-width: 479.98px){
  .adp-store-category .category-wrap {
      padding-left: 1em;
  }
}
@media screen and (min-width: 650px){
  /* .adp-store-category{
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .adp-store-category::-webkit-scrollbar{
    display:none;
  } */
}
@media screen and (max-width: 649.98px){
  .adp-store-category-inner{
    /* width: 600px; */
  }
}
.adp-store-category .category-wrap .category-item .category-link{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 100%;
  height: 45px;
  color: #999999;
  font-size: 1.8rem;
  padding: 0 30px;
  border-bottom: 1px solid #cccccc;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  cursor: pointer;
}
.adp-store-category .category-item .category-link.current{
  color: #000000;
}
.adp-store-category .category-wrap .category-item .category-link::before{
  content: "";
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.adp-store-category .category-wrap .category-item .category-link:hover{
  color: #000000;
}
.adp-store-category .category-wrap .category-item .category-link:hover::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #000000;
}
@media screen and (max-width: 459.98px){
  .adp-store-category .category-wrap .category-item .category-link:hover{
    color: #999999;
  }
  .adp-store-category .category-wrap .category-item .category-link:hover::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    background-color: transparent;
  }
}
.adp-store-category .category-wrap .category-item .category-link.current::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #000000;
}
.adp-store-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  margin: 0 -2.3em -2.3em 0;
}
.adp-store-wrap.__hide{
  display: none;
  margin: 0;
}
.adp-store-wrap.__hide .adp-store-wrap--inner{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  margin: 0 -2.3em -2.3em 0;
}
.adp-store-item{
  width: calc(20% - 37px);
  margin: 0 2.3em 2.3em 0;
}
.adp-store-link{
  display:block;
  background-color: #fff;
  height: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  padding: .63em;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.adp-store-link:hover .adp-store-image img{
  transform: scale(1.05);
}
@media screen and (max-width: 459.98px){
  .adp-store-link:hover .adp-store-image img{
    transform: scale(1);
  }
}
.adp-store-image {
  position: relative;
  overflow: hidden;
  margin-bottom: .7em;
}
.adp-store-image::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.adp-store-image img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.adp-store-title{
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  overflow-wrap: break-word;
}
.adp-store-title .item-name{
  display: block;
  overflow-wrap: break-word;
}
.adp-store-foot{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-top: .2em;
}
.adp-store-foot .adp-site-name{
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #6F6F73;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  overflow-wrap: break-word;
}
.adp-store-foot .adp-site-image{
  display: block;
  width:20px ;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  margin-right: .4em;
}
.adp-store-foot .adp-site-image img{
  width: 100%;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
@media screen and (max-width: 1099.98px) {
  /* .adp-store-category .category-wrap{
    width: 600px;
  } */
  .adp-store-item{
    width: calc(25% - 37px);
  }
  .adp-store-category .category-wrap .category-item .category-link{
    height: 38px;
    font-size: 1.5rem;
    padding: 0 16px;
  }
}
@media screen and (max-width: 859.98px){
  .adp-store-item{
    width: calc(33.33333% - 37px);
  }
}
@media screen and (max-width: 767.98px) {
  .adp-store-wrap{
    margin: 0 -1em -1em 0;
  }
  .adp-store-wrap.__hide{
    margin: 0;
  }
  .adp-store-wrap.__hide .adp-store-wrap--inner{
    margin: 0 -1em -1em 0;
  }
  .adp-store-item{
    max-width: none;
    width: calc(50% - 16px);
    margin: 0 1em 1em 0;
  }
  .adp-store-main{
    max-width: 436px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 479.98px){
  .adp-store-link:hover .adp-store-image img{
    transform: inherit;
  }
  /* .adp-store-category-inner{
    width: 450px;
  }
  .adp-store-category .category-wrap{
    width: 450px;
  } */
  .adp-store-category .category-wrap .category-item .category-link{
    height: 34px;
  }
  .adp-store-category::-webkit-scrollbar{
    display: none;
  }
  .adp-store-title{
    font-size: 1.4rem;
  }
  .adp-site-name{
    font-size: 1.2rem;
  }
  .adp-store-category{
    margin-bottom: 1.2em;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .adp-store-link{
    padding: 8px 8px 10px 8px;
  }
}
@media screen and (max-width: 359.98px){
  .adp-store-title{
    font-size: 1.4rem;
  }
  .adp-store-foot .adp-site-name{
    font-size: 1.2rem;
  }
}

.adp-news-section {
  padding:0 20px 60px 20px;
  overflow: hidden;
}
.adp-news-section .section-desc{
  margin-bottom: 2em;
}

@media screen and (min-width: 1100px), print {
  .adp-news-section {
    padding:0 2em 100px 2em;
  }
}

.adp-news-section .inner {
  max-width: 1200px !important;
}

.adp-slider-list {
  margin: 0 -110px 0 -.45em;
}

@media screen and (max-width: 767.98px) {
  .adp-slider-list {
    max-width: 693px;
  }
}

@media screen and (max-width: 639.98px) {
  .adp-slider-list {
    max-width: 612px;
  }
  .adp-slider-list {
    margin: 0 -239px 0 -.45em;
  }
}

@media screen and (max-width: 479.98px) {
  .adp-slider-list {
    max-width: 440px;
  }
  .adp-slider-list {
    margin: 0 -125px 0 -.45em;
  }
}

.adp-slider-list .slick-list {
  padding: 0 110px 0 0 !important;
}

@media screen and (max-width: 639.98px) {
  .adp-slider-list .slick-list {
    padding: 0 239px 0 0 !important;
  }
}

@media screen and (max-width: 479.98px) {
  .adp-slider-list .slick-list {
    padding: 0 125px 0 0 !important;
  }
}

.adp-slider-list .adp-slider-img {
  max-width: 358px;
}

.adp-slider-list .adp-slider-link {
  max-width: 358px;
}
.adp-slider-list .adp-slider-link:hover .adp-slider-img img{
  transform: scale(1.05);
}
@media screen and (max-width: 459.98px){
  .adp-slider-list .adp-slider-link:hover .adp-slider-img img{
    transform: scale(1);
  }
}
.adp-slider-list .adp-slider-link .adp-slider-img{
  overflow: hidden;
}
.adp-slider-list .adp-slider-link .adp-slider-img img{
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.adp-slider-date {
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 639.98px) {
  .adp-slider-date {
    font-size: 1.4rem;
  }
}

.adp-slider-item {
  margin: 0 .45em;
}

.adp-slider-link {
  display: inline-block;
  width: 100%;
}

.adp-slider-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 639.98px) {
  .adp-slider-title {
    font-size: 1.6rem;
  }
}

.adp-slider-img {
  display: block;
  text-align: center;
  margin: 0 auto 15px;
}

.adp-slider-img img {
  margin: 0 auto;
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 459.98px) {
  .adp-slider-img img {
    height: 150px;
  }
  .adp-slider-list .adp-slider-img{
    max-width: 294px;
  }
  .adp-slider-list .adp-slider-link{
    max-width: 294px;
  }
  .adp-slider-title {
    font-size: 1.5rem;
  }
  .adp-slider-date{
    font-size: 1.2rem;
  }
}

.adp-guide-section {
  padding:0 20px 0 20px;
  overflow: hidden;
}
.adp-guide-section .section-desc{
  margin-bottom: 2em;
}

@media screen and (min-width: 1100px), print {
  .adp-guide-section {
    padding:0 2em 0 2em;
  }
}

.adp-guide-section .inner {
  max-width: 1200px !important;
}

.adp-guide-container{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  width: 100%;
}
.adp-guide-banner.__pc{
  display: block;
}
.adp-guide-banner.__sp{
  display: none;
}
@media screen and (max-width: 459.98px){
  .adp-guide-banner.__pc{
    display: none;
  }
  .adp-guide-banner.__sp{
    display: block;
  }
}

.header_search_btn{
  display: none;
  transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
}
.header_search_btn_area{
  display: none;
}
.header_search_btn:hover{
  opacity: .75;
}
@media screen and (max-width: 459.98px){
  .header_search_btn:hover{
    opacity: 1;
  }
}
@media screen and (max-width: 1099.98px){
  .header_search_btn{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 3px;
    margin: 0 0 0 10px;
  }
  .header_search_btn_area{
  	display:block;
    position: fixed;
    top: 9px;
    right: 63px;
    z-index: 1100;
  }
}
.contents__desc{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.9;
  font-weight: 400;
  color: #000;
  margin-bottom: 2.3em;
}

.common__text-box--wrap .title .br{
  display: block;
}
@media screen and (max-width: 639.98px){
  .contents__desc{
    margin-bottom: 1.8em;
    text-align: left;
  }
  .common__text-box--wrap .title .br{
    display: none;
  }
}


.collection-cover-section{
  position: relative;
  padding: 0 1em;
}
.collection-cover-section .inner{
  max-width: none !important;
}
@media screen and (min-width: 1440px), print{
  .collection-cover-section .collection-cover-image img{
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: 50% 50%;
  }
  .collection-cover-section .collection-cover-image{
    height: 0px;
    padding-bottom: 20.8333%;
    position: relative;
    background-color: rgba(229, 232, 235, 0.314);
    display: block;
  }
  .collection-cover-section .collection-cover-image::before{
    /* content: "";
    display: block;
    padding-top: 480px; */
  }
}
@media screen and (min-width: 1100px), print {
  .collection-cover-section{
    padding: 0 2em;
  }
}
@media screen and (max-width: 1439.98px), print{
  .collection-cover-section .collection-cover-image{
    height: 0px;
    padding-bottom: 28.8888%;
    position: relative;
    background-color: rgba(229, 232, 235, 0.314);
  }
  .collection-cover-section .collection-cover-container{
    position: relative;
    display: block;
  }
  .collection-cover-section .collection-cover-image img{
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: 50% 50%;
  }
}

.collection-detail-section{
  position: relative;
  padding: 91px 20px 60px 20px;
}
@media screen and (min-width: 1100px), print {
  .collection-detail-section{
    padding: 138px 2em 100px 2em;
  }
}
.collection-detail-section .inner{
  max-width: 1200px !important;
}
.collection-thumb-image{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 220px;
  width: 100%;
  transform: translateY(-117%);
  -webkit-transform: translateY(-117%);
  -ms-transform: translateY(-117%);
  background-color: #fff;
  border-radius: 100%;
}
.collection-thumb-image img{
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border: 8px solid #fff;
  object-position: 50% 50%;
}
.collection-header{
  margin-bottom: 1em;
}
.page_title{
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  overflow-wrap: break-word;
}
.create_name{
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #999999;
  margin-top: 1em;
}
.collection-detail-text{
  /* line-height: 1.9;
  font-size: 14px; */
  color: #000000;
}
.collection-detail-text p{
  line-height: 1.9;
  font-size: 14px;
  font-weight: 400;
  /* text-align: justify; */
  overflow-wrap: break-word;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; */
}
.readmore_btn,.readmore_btn_close{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance:none ;
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #999;
  font-weight: 400;
  padding-right: .9em;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.active .readmore_btn::after{
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.readmore_btn:hover{
  opacity: .75;
}
.readmore_btn._close {
  display: none;
  margin-left: auto;
}
.readmore_btn._close::after{
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
@media screen and (max-width: 459.98px){
  .readmore_btn:hover{
    opacity: 1;
  }
}
.readmore_btn::after,.readmore_btn_close::after{
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  transform:rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  display: block;
  width:4px ;
  height: 8px;
  background: url("../img/base/icon_arrow_gray01.svg") no-repeat center / cover;
}
.readmore_btn_close::after{
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.collection-more{
  text-align: right;
  margin-top: .5em;
}
.collection-detail-icon .icon-list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.collection-detail-icon .icon-list .icon-item{
  max-width: 44px;
  width: 100%;
  height: 44px;
}
.collection-detail-icon .icon-list .icon-item a{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
}
.collection-detail-icon .icon-list .icon-item a:hover{
  opacity: .75;
}
@media screen and (max-width: 459.98px){
  .collection-detail-icon .icon-list .icon-item a:hover{
    opacity: 1;
  }
}
/* .collection-detail-main{
  padding-right: 300px;
} */
/* .collection-detail-body.active .collection-detail-text p{
  display:block;
  -webkit-box-orient: inherit;
  -webkit-line-clamp: inherit;
} */
.adp-store-fee{
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  margin: .2em 0 0 0;
  word-break: keep-all;
}
.adp-store-fee .tax{
  font-size: 1rem;
  color: #000;
  font-weight: 700;
}
.common-header{
  max-width: 1200px;
  margin: 0 auto 20px;
}
.common-heading{
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
.common-desc{
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  margin-bottom: 2.5em;
}
.common-button{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  min-width: 240px;
  max-width:240px ;
  height: 64px;
  text-align: center;
  padding: 1em 1.7em;
  background-color: #fff;
  color: #999;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 400;
  border: 1px solid #999;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  cursor: pointer;
}
.common-button::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
  display: block;
  width:10px ;
  height: 14px;
  background: url("../img/base/icon_arrow_gray01.svg") no-repeat center / cover;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.common-button:hover{
  background-color: #999;
  color: #fff;
}
.common-button:hover::after{
  background: url("../img/base/icon_arrow_wht.svg") no-repeat center / cover;
}
@media screen and (max-width: 459.98px){
  .common-button:hover{
    background-color: #fff;
    color: #999;
  }
  .common-button:hover::after{
    background: url("../img/base/icon_arrow_gray01.svg") no-repeat center / cover;
  }
}

.collection-profile-section{
  position: relative;
  padding: 60px 20px 60px 20px;
}
@media screen and (min-width: 1100px), print {
  .collection-profile-section{
    padding: 100px 2em 100px 2em;
  }
}
.collection-profile-section .inner{
  max-width: 1000px !important;
}
.collection-profile-container{
  border: 1px solid #ccc;
  padding: 2em;
}
.collection-profile-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.collection-profile-body{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
  margin-left: 2em;
}
.collection-profile-image{
  max-width: 132px;
  width: 100%;
}
.collection-profile-image img{
  width: 100%;
  height: 132px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: 50% 50%;
}
.collection-profile-text{
  /* line-height: 1.9;
  font-size: 14px; */
  color: #000000;
}
.collection-profile-creator-name{
  font-weight: bold !important;
}
.collection-profile-text p{
  line-height: 1.9;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden; */
}
/* .collection-profile-body.active .collection-profile-text p{
  display:block;
  -webkit-box-orient: inherit;
  -webkit-line-clamp: inherit;
} */
.collection-profile-container .common-header{
  margin-bottom: 10px;
}
.collection-profile-container .common-desc{
  margin-bottom: 0;
}


.collection-roadmap-section{
  position: relative;
  padding: 0 20px 0 20px;
}
.main._accent{
  padding-top: 0;
}

.adp-store-section.__secondary{
  padding: 0 20px 0 20px;
}
.adp-colle-section.__secondary{
  padding: 25px 20px 0 20px;
}

.profile__setting--item.__accent1{
  padding-bottom: 0 ;
  background-color: #fff;
  border-bottom: none;
}
.profile__setting--item.__accent2{
  padding-top: 0;
  background-color: #fff;
}
.profile__setting--item.__accent3{
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
.collection-cover-container{
  position: relative;
  max-height: 480px;
  overflow: hidden;
  margin: 0 -1em;
}
.header .header__profile li:hover .profile__setting .profile__setting--item.__accent1{
  padding-bottom: .9em ;
  background-color: #fff;
  height: 46px;
  border-bottom: 1px solid #ccc;
}
.header .header__profile li:hover .profile__setting .profile__setting--item.__accent2{
  padding-top: .9em ;
  height: 46px;
  background-color: #fff;
}
.header .header__profile li:hover .profile__setting .profile__setting--item.__accent3{
  padding-top: .9em ;
  padding-bottom: .9em ;
  height: 60px;
  background-color: #fff;
}


@media screen and (max-width: 459.98px){
  .adp-colle-section.__secondary .adp-colle-container{
    max-width: 343px;
  }
  .adp-colle-section.__secondary .adp-colle-container{
    max-width: 343px;
    height: auto;
  }
  .adp-colle-section.__secondary .adp-colle-title{
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .adp-colle-section.__secondary{
    padding: 40px 2em 0 2em;
  }
  .adp-store-section.__secondary{
    padding: 0 2em 0 2em;
  }
  .collection-roadmap-section{
    padding: 0 2em 0 2em;
  }
  .collection-cover-container{
    margin: 0 -2em;
  }
}
.collection-roadmap-section .inner{
  max-width: 1200px !important;
}
.collection-roadmap-image.__pc{
  display: block;
}
.collection-roadmap-image.__sp{
  display: none;
}
.collection-roadmap-image img{
  width: 100%;
}
.collection-roadmap-section .common-desc{
  margin-bottom: 40px;
}
@media screen and (max-width: 1099.98px), print {
  .main._accent{
    overflow: visible;
  }
  .collection-roadmap-section .common-desc{
    margin-bottom: 1.5em;
  }
  .page_title{
    font-size: 2.4rem;
  }
  /* .collection-detail-main{
    padding-right: 186px;
  } */
  .collection-thumb-image{
    max-width: 150px;
  }
  .collection-thumb-image img{
    height: 150px;
  }
  .common-heading{
    font-size: 2.4rem;
  }
  .common-header{
    margin: 0 auto 10px;
  }
  .common-desc{
    font-size: 1.4rem;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767.98px), print{
  .adp-colle-section.__secondary .adp-colle-wrap{
    grid-template-columns: repeat(auto-fit, 46.4%);
    gap: 2em 7%;
  }
  .adp-colle-section.__secondary .adp-colle-container{
    max-width: 452px;
  }
  .common-button{
    min-width: 292px;
    max-width:292px ;
    height: 60px;
    font-size: 1.6rem;
  }
  .collection-detail-main{
    padding-right: 0;
    padding-top: 2.9em;
  }
  .collection-detail-section{
    padding: 0 20px 40px 20px;
  }
  .collection-thumb-image{
    max-width: 70px;
  }
  .collection-thumb-image img{
    height: 70px;
    border: 4px solid #fff;
  }
  .page_title{
    font-size: 2.4rem;
  }
  .collection-thumb-image{
    transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
  }
  .collection-detail-icon .icon-list .icon-item svg{
    width: 24px;
    height: 24px;
  }
  .create_name{
    font-size: 1.2rem;
    margin-top: .8em;
  }
  .collection-detail-text p{
    font-size: 1.2rem;
  }
  .collection-header{
    margin-bottom: .7em;
  }
}
@media screen and (max-width: 639.98px), print{
  .collection-profile-container{
    padding: 20px;
  }
  .collection-profile-wrap{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-profile-body{
    margin-left: 0;
    margin-top:1.2em ;
  }
  .collection-profile-image{
    max-width: 132px;
  }
  .collection-profile-image img{
    height: 132px;
  }
  .collection-profile-text p{
    font-size: 12px;
  }
  .collection-roadmap-image.__pc{
    display:none;
  }
  .collection-roadmap-image.__sp{
    display: block;
  }
}

.store-detail-section{
  position: relative;
  padding: 0 20px 0 20px;
  word-break: break-word;
}
@media screen and (min-width: 1100px), print {
  .store-detail-section{
    padding: 0 2em 0 2em;
  }
}
.store-detail-section .inner{
  max-width: 1200px !important;
}
.store-detail-container{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 1099.98px) {
  .store-detail-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.store-detail-side {
  position: relative;
  max-width: 560px;
  width: 100%;
}

.store-detail-side .thumbnail-main {
  max-width: 560px;
  margin-bottom: .5em;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}

.store-detail-side .thumbnail-main img,
.store-detail-side .thumbnail-main video,
.store-detail-side .thumbnail-main model-viewer  {
  width: 100%;
  height: 560px;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fafafa;
  padding: 6px;
  font-family: 'object-fit: contain;';
}

.store-detail-side .thumbnail-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 560px;
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  padding-top: 576px;
}

.store-detail-side .thumbnail-item {
  position: relative;
  /* max-width: 106px; */
  width: calc(20% - 6px);
  margin: 0 6px 6px 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.store-detail-side .thumbnail-item:hover {
  opacity: .8;
}
@media screen and (max-width: 459.98px){
  .store-detail-side .thumbnail-item:hover {
    opacity: 1;
  }
}
.store-detail-side .thumbnail-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fafafa;
  padding: 4px;
  font-family: 'object-fit: contain;';
}

.store-detail-side .thumbnail-item::before{
  content: "";
  display: block;
  padding-top: 100%;
}

.store-detail-side .thumbnail-item img.ct-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.store-detail-side .thumbnail-item video,
.store-detail-side .thumbnail-item model-viewer {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.store-detail-main{
  width: 100%;
  max-width: 580px;
  margin-left: 59px;
}

.tag-list{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 1.8em;
  margin-top: .5em;
}
.tag-list::before{
  content: "";
  position: absolute;
  top:50% ;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  width:20px ;
  height: 20px;
  background: url("../img/icon_tag.svg") no-repeat center / cover;
}
.tag-list .tag-item{
  margin: 4px 8px 4px 0;
  display: inline-block;
  color: #000;
  font-size:1.4rem ;
  line-height: 1.7;
  font-weight: 400;
}
.store-detail-wrap{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  margin-bottom: 1.4em;
}
.cat-list{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -5px 0;
}
.cat-list .cat-item{
  margin: 0 10px 5px 0;
}
.cat-list .cat-item a{
  display: inline-block;
  line-height: 1.2;
  padding:7px 10px ;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.cat-list .cat-item a:hover{
  background-color: #000;
  color: #fff;
  border-color: #000;
}
@media screen and (max-width: 459.98px){
  .cat-list .cat-item a:hover{
    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
  }
}
.like_share_area{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.share_btn_area{
  margin-left: 22px;
}
.share_btn{
  appearance: none;
  -moz-appearance:none ;
  -webkit-appearance:none ;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width: 30px;
  height: 31px;
}
.share_btn a{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.like_btn{
  appearance: none;
  -moz-appearance:none ;
  -webkit-appearance:none ;
  display: block;
  position: relative;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  padding-left: 2em;
}
.like_btn::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  width:25px ;
  height: 24px;
  background: url("../img/hart_blk.svg") no-repeat center / cover;
}
@media screen and (min-width: 768px){
  .like_btn{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
  }
  .like_btn::before{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
  }
}
.like_btn:hover::before{
  background: url("../img/hart_hover.svg") no-repeat center / cover;
}
.like_btn.active::before{
  background: url("../img/hart_active.svg") no-repeat center / cover;
}
@media screen and (max-width: 459.98px){
  .like_btn:hover::before{
    background: url("../img/hart_blk.svg") no-repeat center / cover;
  }
  .like_btn.active:hover::before{
    background: url("../img/hart_active.svg") no-repeat center / cover;
  }
}
.store-detail-header{
  margin-bottom: 1em;
}
.store-detail-header .colletion_title,.store-detail-header .image_title,.store-detail-header .edition_title{
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  overflow-wrap: break-word;
}
/* .store-detail-textbox.active .store-detail-text p{
  display:block;
  -webkit-box-orient: inherit;
  -webkit-line-clamp: inherit;
} */
.store-detail-text p,
.store-detail-text2 p{
  line-height: 1.9;
  font-size: 1.4rem;
  word-break: break-all;
  word-wrap: break-word;
  text-align: justify;
  font-weight: 400;
  color: #000;
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}
.store-detail-info{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin: 10px 0 20px 0;
}
@media screen and (min-width: 460px){
  .store-detail-info{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.store-detail-info .info_item.__colle{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.store-detail-info .info_item.__colle .info_item_thumb{
  margin-right: 10px;
  max-width: 40px;
  width: 100%;
}
.store-detail-info .info_item.__colle .info_item_thumb img{
  width: 100%;
  height:40px ;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.store-detail-info .info_item:not(:last-child){
  margin-right: 2em;
}
.store-detail-info .info_item_main{
  /* display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; */
}
.store-detail-info .info_item_main dt{
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: .2em;
  color: #999999;
}
.store-detail-info .info_item_main dd{
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000;
  overflow-wrap: break-word;
  word-break: keep-all;
}
.store-detail-status{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  width: 100%;
  height: 38px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
  background-color:#EFEFEF;
  padding: 5px 10px;
  margin-bottom: 30px;
}
.store-detail-status.__mt{
  margin-top: 20px;
}
.store-detail-status.__accent{
  /* color:; */
  background-color:#F0EBF2;
}
.store-detail-block{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.store-detail-block.__mt{
  margin-top: 20px;
}
.store-detail-block.__mb20{
  margin-bottom: 20px;
}
.store-detail-fee{
  word-break: keep-all;
}
.store-detail-fee .unit{
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  color: #000;
  margin-right: 8px;
}
.store-detail-fee .num{
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
  color: #000;
}
.store-detail-fee .tax{
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #000;
}
.store-detail-cart{
  margin-left: 1em;
}
.cart-btn{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  min-width: 256px;
  max-width: 256px;
  height: 64px;
  background-color: #000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-user-select: none;
  user-select: none;
}
.cart-btn.__soldout{
  pointer-events: none !important;
}

@media screen and (min-width: 460px){
  .cart-btn:hover{
    background-color: #999;
  }
}
.cart-btn span{
  position: relative;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
}
.store-detail-accordion{
  margin-top: 20px;
}
.accordion-block{
  position: relative;
  border: 1px solid #999;
  display: block;
  width: 100%;
}
.accordion-block:has(> div >div[data-utility="serialcode"]){
  position: relative;
  border: none;
  display: block;
  width: 100%;
  background-color: #efefef;
}
.accordion-block:not(:last-child){
  margin-bottom: 15px;
}
.accordion-block .accordion-title{
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #000;
  padding: .93em;
  padding-right: 3em;
  cursor: pointer;
}
.accordion-block .accordion-title::after{
  content: "";
  position: absolute;
  top: 22px;
  right: 20px;
  transform: rotate(90deg);
  display: block;
  width: 8px;
  height: 16px;
  background: url("../img/base/icon_arrow_gray01.svg") no-repeat center / cover;
}
.accordion-block .accordion-title.active::after{
  transform: rotate(-90deg);
}
.accordion-block .accordion-body{
  display: none;
  padding:0 .93em .93em .93em;
}
.accordion-block.open .accordion-body{
  display: block;
}
.accordion-block .accordion-box dt{
  font-weight: 700;
  font-size: 1.4rem;
  color: #999999;
  line-height: 1.9;
}
.accordion-block .accordion-box dd{
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.9;
}
.accordion-block .accordion-box:not(:last-child){
  margin-bottom: 10px;
}
.accordion-block .accordion-text p{
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.9;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.accordion-block .accordion-attention p{
  font-weight: 400;
  font-size: 1.2rem;
  color: #000;
  line-height: 1.9;
}
@media screen and (max-width: 1099.98px) {
  .store-detail-main{
    margin-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 639.98px) {
  .store-detail-info .info_item:not(:last-child){
    margin-right: 1em;
  }
  .store-detail-header .colletion_title, .store-detail-header .image_title, .store-detail-header .edition_title{
    font-size: 3rem;
  }
  .store-detail-fee .num{
    font-size: 4rem;
  }
  .store-detail-fee .unit{
    font-size: 2rem;
  }
  .store-detail-fee .tax{
    font-size: 1.8rem;
  }
  .cart-btn{
    min-width: 210px;
    max-width: 210px;
    height: 55px;
  }
  .cart-btn span{
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 460px) {
  .store-detail-text p{
    height: auto !important;
    overflow: auto !important;
  }
  .store-detail-text.is-hidden::after{
    display: none !important;
  }
  .store-detail-textbox .collection-more{
    display: none !important;
  }
}
@media screen and (max-width: 459.98px) {
  .store-detail-info .info_item_main dd{
    font-size: 1.4rem;
  }
  .store-detail-side{
    position: static;
  }
  .store-detail-side .thumbnail-main img,
  .store-detail-side .thumbnail-main video,
  .store-detail-side .thumbnail-main model-viewer {
    height: 335px;
    padding: 3px;
  }
  .store-detail-side .thumbnail-main{
    max-width: 335px;
    margin: 0 auto;
  }
  .store-detail-side .thumbnail-side{
    max-width: 335px;
    padding-top: 342px;
    margin: 0 auto;
  }
  .store-detail-side .thumbnail-item img{
    /* height: 60px; */
    padding: 3px;
  }
  .store-detail-side .thumbnail-item{
    /* max-width: 60px; */
    width: calc(20% - 7px);
    margin: 0 7px 7px 0;
  }
  .store-detail-container{
    padding-bottom: 2.4em;
  }
  .tag-list{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 1.6em;
  }
  .tag-list .tag-item a{
    font-size: 1.2rem;
  }
  .tag-list::before{
    width: 18px;
    height: 18px;
  }
  .store-detail-main{
    margin-top: 20px;
  }
  .cat-list .cat-item a{
    font-size: 1.2rem;
  }
  .store-detail-header .colletion_title, .store-detail-header .image_title, .store-detail-header .edition_title{
    font-size: 2rem;
  }
  .store-detail-text p,
  .store-detail-text2 p{
    font-size: 1.2rem;
  }
  .store-detail-info{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .store-detail-info .info_item:not(:last-child){
    margin-right: 0;
    margin-bottom: .8em;
  }
  .store-detail-info .info_item.__colle{
    position: relative;
  }
  .store-detail-info .info_item_main dt{
    margin: 0;
  }
  .store-detail-info .info_item.__colle .info_item_thumb img{
    height: 30px;
  }
  .store-detail-info .info_item.__colle .info_item_thumb{
    margin-right: 8px;
    max-width: 30px;
  }
  .store-detail-block{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .store-detail-cart{
    margin: 18px 0 0 0;
    width: 100%;
  }
  .store-detail-cart._center{
    margin: 18px 0 0 0 !important;
  }
  .store-detail-fee .num{
    font-size: 2.5rem;
  }
  .store-detail-fee .unit{
    font-size: 1.4rem;
  }
  .store-detail-fee .tax{
    font-size: 1.4rem;
  }
  .cart-btn{
    margin: 0 auto;
    min-width: 292px;
    max-width: 292px;
    height: 60px;
  }
  .store-detail-status{
    margin-bottom: 20px;
  }
  .store-detail-accordion{
    margin-top: 40px;
  }
  .accordion-block .accordion-title{
    font-size: 1.4rem;
  }
  .accordion-block .accordion-text p{
    font-size: 1.2rem;
  }
  .accordion-block .accordion-box dt{
    font-size: 1.2rem;
  }
  .accordion-block .accordion-box dd{
    font-size: 1.2rem;
  }
}

.store-colle-section{
  position: relative;
  padding: 30px 20px 50px 20px;
  word-break: break-word;
}
@media screen and (min-width: 1100px), print {
  .store-colle-section{
    padding: 45px 2em 60px 2em;
  }
}
.store-colle-section .inner{
  max-width: 1000px !important;
}
.store-colle-container a{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding: 40px;
  border: 1px solid #999999;
}
.store-colle-main{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
  margin-left: 30px;
}
.store-colle-thumbnail{
  max-width:130px ;
  width: 100%;
}
.store-colle-thumbnail img{
  width: 100%;
  height: 130px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.store-colle-heading{
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #000;
  /* word-break: break-all; */
  overflow-wrap: break-word;
}
.store-colle-create{
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #999999;
  margin: 10px 0;
  word-break: break-all;
}
.store-colle-text p{
  line-height: 1.9;
  font-size: 1.5rem;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.store-colle-section .common-header{
  max-width: 1000px;
  display: none;
}
.section-subheading{
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #000000;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.adp-store-section.__accent{
  padding: 60px 2em 130px 2em;
  word-break: break-word;
}
.adp-store-section.__accent2{
  padding: 100px 2em 100px 2em;
  background-color:#EFEFEF ;
  word-break: break-word;
}
.store-colle-header__side{
  display: none;
}
@media screen and (max-width: 1099.98px), print{
  .store-detail-section{
    padding: 14px 20px 0 20px;
  }
}
@media screen and (max-width: 1099.98px), print {
  .adp-store-section.__accent2{
    padding: 50px 20px 50px 20px;
    background-color:#EFEFEF ;
  }
  .adp-store-section.__accent{
    padding: 30px 20px 60px 20px;
  }
  .store-colle-thumbnail{
    max-width: 160px;
  }
  .store-colle-thumbnail img{
    height: 160px;
  }
  .store-colle-heading{
    font-size: 2rem;
  }
  .section-subheading{
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 639.98px), print {
  .store-colle-thumbnail{
    max-width: 56px;
    display: none;
  }
  .store-colle-thumbnail img{
    height: 56px;
  }
  .store-colle-header__side{
    display: block;
  }
  .store-colle-create{
    font-size: 1.2rem;
    margin: 5px 0 0 0;
  }
  .store-colle-text p{
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .store-colle-main{
    margin-left: 0;
  }
  .store-colle-header{
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
  }
  .store-colle-header__main{
    margin-left: 10px;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
  }
  .store-colle-thumbnail.__sp{
    display: block;
  }
  .store-colle-heading{
    font-size: 1.6rem;
  }
  .store-colle-container a{
    position: relative;
    padding: 20px 20px ;
  }
}

.sort-tab-list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-bottom:40px;
}
.sort-tab-list li .tx a{
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #ccc;
}
.sort-tab-list li .tx a:hover{
  color: #000;
}
@media screen and (max-width: 459.98px), print{
  .sort-tab-list li .tx a:hover{
    color: #ccc;
  }
  .store-colle-section .common-header{
    display: block;
  }
}
.sort-tab-list li.active .tx a{
  color: #000;
}
.sort-tab-list li:not(:last-child){
  border-right:1px solid #ccc ;
}
.search-result{
  margin-bottom: 30px;
}
.search-result.__pc{
  display: block;
}
.search-result.__sp{
  display: none;
}
.search-result-text{
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  color: #999999;
}
.search-result-text .title{
  line-height: 1.2;
  color: #000000;
  font-weight: 700;
}
.adp-store-section.__archive{
  padding: 40px 2em 0 2em;
}
.adp-store-section.__archive .section-header{
  margin: 0 auto 20px;
}
.adp-store-section.__archive .common-desc{
  margin-bottom: 20px;
}
@media screen and (max-width: 1099.98px), print {
  .adp-store-section.__archive .section-header{
    margin: 0 auto 10px;
  }
  .adp-store-section.__archive .common-desc{
    margin-bottom: 10px;
  }
  .adp-store-section.__archive{
    padding: 24px 20px 0 20px;
  }
  .sort-tab-list{
    margin-bottom:18px;
  }
  .sort-tab-list li .tx a{
    font-size: 1.4rem;
  }
  .search-result{
    margin-bottom: 20px;
  }
  .search-result-text{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #999999;
  }
}
@media screen and (max-width: 459.98px), print{
  .search-result.__pc{
    display: none;
  }
  .search-result.__sp{
    display: block;
  }
}



.mypage-profile-section{
  position: relative;
  padding: 34px 20px 0 20px;
}
@media screen and (min-width: 1100px), print {
  .mypage-profile-section{
    padding: 34px 2em 0 2em;
  }
}
.mypage-profile-section .inner{
  max-width: 1200px !important;
}
.mypage-profile-container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.mypage-profile-main{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
  margin-left: 48px;
}
.mypage-profile-thumbnail{
  position: relative;
  max-width: 220px;
  width: 100%;
  height: 220px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.mypage-profile-thumbnail img{
  width: 100%;
  height: 220px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.mypage-profile-thumbnail .mypage-thumb__btn{
  border-radius: 4px;
  width: 36px;
  height: 36px;
  bottom: 5px;
  right: 5px;
}
.mypage-profile-thumbnail .mypage-thumb__btn span{
  width: 36px;
  height: 36px;
}
.mypage-profile-thumbnail .mypage-thumb__btn span::before{
  width: 20px;
  height: 2px;
}
.mypage-profile-thumbnail .mypage-thumb__btn span::after{
  width: 2px;
  height: 20px;
}
.mypage-profile-container .mypage-profile-header{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin:0 0 40px 0 ;
}
.mypage-profile-container .mypage-profile-header._accent{
  margin:0 0 18px 0 ;
}
.mypage-profile-name{
  font-weight: 700;
  font-size: 4rem;
  color: #000;
  line-height: 1.2;
  overflow-wrap: break-word;
}
.mypage-edit__btn{
  position: relative;
  border-radius: 4px;
  padding: .83em 1em .83em 2.8em;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 0 0 1em;
}
.mypage-edit__btn::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  display: block;
  width:13px ;
  height: 13px;
  background: url("../img/icon_pen_wht.svg") no-repeat center / cover;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.mypage-edit__btn:hover::before{
  background: url("../img/icon_pen_gray.svg") no-repeat center / cover;
}
@media screen and (max-width: 459.98px), print{
  .mypage-edit__btn:hover::before{
    background: url("../img/icon_pen_wht.svg") no-repeat center / cover;
  }
}
.mypage-profile-text p{
  line-height: 1.9;
  font-size: 1.4rem;
  word-break: break-all;
  word-wrap: break-word;
  text-align: justify;
  font-weight: 400;
  color: #000;
}
.mypage-profile-name{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.store_edition{
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
}
.exhibit_btn{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  min-width: 84px;
  max-width: 84px;
  height: 39px;
  border-radius:4px ;
  -webkit-border-radius:4px ;
  -ms-border-radius:4px ;
  border: 1px solid #999999;
  background-color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  color: #999999;
  line-height: 1.2;
  padding: 5px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  margin-top:7px ;
}
.exhibit_btn:hover{
  background-color:#999999 ;
  color: #fff;
}
@media screen and (max-width: 459.98px), print{
  .exhibit_btn:hover{
    background-color: #fff;
    color: #999999;
  }
}
/* .adp-store-category._accent .category-wrap{
  width: 304px;
} */
/* .adp-store-category._accent{
  overflow-x: auto;
} */
.adp-store-section._mypage{
  padding: 56px 2em 0 2em;
  overflow: visible;
}
@media screen and (max-width: 1099.98px), print {
  .mypage-profile-container{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mypage-profile-main{
    margin-left: 0;
    margin-top:30px ;
    width: 100%;
    max-width: 500px;
  }
  .adp-store-section._mypage{
    padding: 28px 20px 0 20px;
  }
}
@media screen and (max-width: 767.98px), print{
  .mypage-profile-name{
    font-size:2rem ;
  }
  .mypage-profile-text p{
    font-size: 1.2rem;
  }
  .mypage-profile-thumbnail{
    max-width: 100px;
    height: 100px;
  }
  .mypage-profile-thumbnail img{
    height: 100px;
  }
  .mypage-profile-thumbnail .mypage-thumb__btn span{
    width: 30px;
    height: 30px;
  }
  .mypage-profile-thumbnail .mypage-thumb__btn{
    width: 30px;
    height: 30px;
    bottom: 0px;
    right: 0px;
  }
  .mypage-profile-thumbnail .mypage-thumb__btn span::before{
    width: 15px;
  }
  .mypage-profile-thumbnail .mypage-thumb__btn span::after{
    height: 15px;
  }
  .mypage-edit__btn{
    font-size: 1.2rem;
    padding: 0.83em 1em 0.83em 2.5em;
  }
  .mypage-edit__btn::before{
    left: 11px;
    width: 12px;
    height: 12px;
  }
  .mypage-profile-container .mypage-profile-header{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 649.98px), print{
  .adp-store-category._accent .adp-store-category-inner {
    width: auto;
  }
}
@media screen and (max-width: 459.98px), print{
  .exhibit_btn:hover{
    background-color:#fff ;
    color: #999999;
  }
  .store_edition{
    font-size: 1.5rem;
  }
  .exhibit_btn{
    min-width: 100%;
    max-width: 100%;
    font-size: 1.2rem;
    height: 30px;
  }
  .adp-store-category._accent .category-wrap .category-item .category-link{
    font-size: 1.4rem;
  }
  /* .adp-store-category._accent .category-wrap{
    width: 165px;
  } */
}

.upload_license_login_txt{
  font-weight: 400;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.9;
  margin-bottom: 20px;
}
.upload_license_login_txt a{
  text-decoration: underline;
}
.under__text a, .under__text label{
  text-decoration: underline;
}
.under__text a:hover,.under__text label:hover{
  text-decoration: none;
}
.upload_license_login_txt a:hover{
  text-decoration: none;
}
.upload__btn{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  cursor: pointer;
  padding: 10px;
  min-width: 256px;
  height: 64px;
  min-height: 64px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  background: #000000;
  border: 1px solid #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}
.upload__btn--disable{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  cursor: pointer;
  padding: 10px;
  min-width: 256px;
  max-width:256px ;
  height: 64px;
  min-height: 64px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  background: #000000;
  border: 1px solid #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}
.upload__btn--loading{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  cursor: pointer;
  padding: 10px;
  min-width: 256px;
  max-width:256px ;
  height: 64px;
  min-height: 64px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  background: #AAAAAA;
  border: 1px solid #AAAAAA;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}
.cancel__btn{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  cursor: pointer;
  padding: 10px;
  min-width: 256px;
  max-width:256px ;
  height: 64px;
  min-height: 64px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  background: #000000;
  border: 1px solid #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}
.upload__btn:hover{
  background-color: #fff;
  color: #000;
}
.upload__btn--disable:hover{
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 459.98px), print{
  .upload__btn:hover{
    background: #000000;
    color: #fff;
  }
  .upload__btn--disable:hover{
    background: #000000;
    color: #fff;
  }
}
.close__btn{
  padding: 5px 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #999;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.profile-upload__content .title{
  font-weight: 400 !important;
  font-size: 3rem;
  padding-bottom: 0 !important;
  margin-bottom: 15px;
}
.upload__area--fileset{
  min-height: 340px !important;
}
.mypage-not_item_txt{
  color: #999999;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
  margin-top: 65px;
}
.mypage-not_item_txt p{
  font-weight: 700;
}
.mypage-not_item_txt p.heading{
  margin-bottom: 40px;
  font-size: 2.4rem;
}
.mypage-not_item_txt .br{
  display: none;
}
.credit-attention{
  color: #000 !important;
}
.credit__text-box{
  padding: 10px 20px !important;
}
.credit-card__list .credit-card__list--item{
  margin-right: 10px !important;
}
.credit-subheading{
  font-weight: 700 !important;
  font-size: 2rem !important;
  line-height: 1.2 !important;
  color: #000000;
  text-align: left !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.credit-header{
  margin-bottom: 30px !important;
}
.withdrawal__text{
  padding: 0 !important;
  margin-bottom: 40px !important;
  border-bottom: none !important;
}
.check__box+label{
  padding-left: 35px !important;
  font-weight: 700 !important;
}
.withdrawal__text02{
  padding-left: 35px !important;
  color: #000 !important;
  line-height: 1.9;
}
.check__box+label:before{
  width: 20px !important;
  height: 20px !important;
}
input.check__box[type=checkbox]:checked+label:after{
  left: 6px !important;
  width: 8px !important;
  height: 12px !important;
}
.withdrawal__btn--wrap .withdrawal__cansel--btn{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  cursor: pointer;
  padding: 10px;
  min-width: 256px;
  height: 64px;
  min-height: 64px;
  color: #999;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  background: #fff;
  border: 1px solid #999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}
.withdrawal__btn--wrap .withdrawal__btn{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  cursor: pointer;
  padding: 10px;
  min-width: 256px;
  height: 64px;
  min-height: 64px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  background: #000000;
  border: 1px solid #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}
@media screen and (max-width: 640px), print{
  .withdrawal__btn--wrap .withdrawal__cansel--btn{
    max-width:256px ;
    width: 100%;
    margin: 0 auto 8px !important;
  }
  .withdrawal__btn--wrap .withdrawal__btn{
    max-width:256px ;
    width: 100%;
    margin: 0 auto;
  }
  .credit-header{
    margin-bottom: 16px !important;
  }
  .credit-subheading{
    font-size: 1.8rem !important;
  }
  .common__text-box{
    padding: 8px 10px !important;
  }
  .credit__text-box{
    padding: 10px 10px !important;
  }
  .modal__text-area--wrap{
    width: 100%;
  }
  .mypage-not_item_txt p.heading{
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
  .mypage-not_item_txt{
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .mypage-not_item_txt .br{
    display: block;
  }
  .upload__area--fileset{
    min-height: 200px !important;
    background-size: 110px 105px !important;
    margin: 0 0 9px !important;
  }
  .close__btn{
    padding: 1px 1px 1px;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
  .license-upload__area{
    display: block;
    min-height: 200px;
    background: url(/assets/img/no_image_txt.png)50% 50% no-repeat #EFEFEF;
    background-size: 138px 32px;
  }
  .profile-upload__content .profile-upload__area{
    display: block !important;
    min-height: 200px !important;
    background: url(/assets/img/no_image_txt.png)50% 50% no-repeat #EFEFEF !important;
    background-size: 138px 32px !important;
  }
  .profile-upload__content{
    min-height: auto !important;
    /* height: 412px !important; */
  }
  .profile-upload__content .upload__area--error{
    min-height: 200px;
    background-size: 140px 120px;
  }
  .profile-upload__content .upload__area--loading{
    min-height: 200px;
  }
  .profile-upload__content .title{
    margin-bottom: 18px !important;
  }
  .profile-upload__content .profile-upload__area{
    margin: 0 0 9px !important;
  }
  .profile-upload__content .profile-upload__foot{
    margin-top: 9px !important;
    padding-top: 9px !important;
  }
  .sp-only__text{
    display: none;
  }
  .upload_license_login_txt{
    display: none;
  }
  .under__text__span{
    display: none;
  }
  .under__text a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    min-width: 104px;
    max-width: 104px;
    height: 32px;
    min-height: 32px;
    color: #fff;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    background: #000000;
    border: 1px solid #000000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
  }
  .profile-upload__content .under__text label{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    min-width: 104px;
    max-width: 104px;
    height: 32px;
    min-height: 32px;
    color: #fff;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    background: #000000;
    border: 1px solid #000000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
  }
  .under__text a label{
    color: #fff;
  }
  .under__text a, .under__text label{
    text-decoration: none;
  }
  .under__text a:hover{
    background-color: #fff;
    color: #000;
  }
  .under__text a:hover label{
    color: #000;
  }
  .profile-upload__content .under__text label:hover{
    background-color: #fff;
    color: #000;
  }
  .upload__content .title ,.profile-upload__content .title{
    margin-bottom: 18px;
    padding:0 0 10px 0 !important;
    font-size: 1.8rem;
    border-bottom: 1px solid #CCCCCC;
  }
  .upload__content,.profile-upload__content{
    padding: 20px;
    height: 412px;
  }
  .profile-upload__content{
    height: auto !important;
  }
  .license-upload__area, .upload__area--error, .upload__area--loading{
    margin: 0 0 9px;
  }
  .upload__content .upload__foot{
    margin-top: 9px;
    padding-top: 10px;
  }
  .profile-upload__content .profile-upload__foot{
    margin-top: 9px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 459.98px), print{
  .upload__btn{
    min-width: none;
    width: 100%;
    height: 60px;
    min-height: 60px;
  }
  .upload__btn--loading,.upload__btn--disable{
    min-width: none;
    width: 100%;
    max-width: none;
    height: 60px;
    min-height: 60px;
  }
  .cancel__btn{
    min-width: none;
    max-width: none;
    width: 100%;
    height: 60px;
    min-height: 60px;
  }
}

@media screen and (max-width: 459.98px), print{
  .under__text a:hover{
    background: #000000;
    color: #fff;
  }
  .under__text a:hover label{
    color: #fff;
  }
  .profile-upload__content .under__text label:hover{
    background: #000000;
    color: #fff;
  }
}

.news-section{
  position: relative;
  padding: 23px 20px 0 20px;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .news-section{
    padding: 54px 2em 0 2em;
  }
}
.news-section .inner{
  max-width: 1200px !important;
}
.news-section .section-header{
  margin-bottom: 20px;
}
.news-section .section-desc{
  margin-bottom: 40px;
}
.news-container{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 30%);
  gap: 6rem 5%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-more .common-button{
  margin-top: 69px;
}
.news-item{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-link{
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.news-image__wrap{
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.news-image__wrap::before{
  content: "";
  display: block;
  padding-top: 53%;
}
.news-image{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.news-image img{
  width: 100%;
  height: 100%;
  max-height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover;';
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.news-link:hover .news-image img{
  transform: scale(1.05);
}
@media screen and (max-width: 767.98px), print{
  .news-container{
    grid-template-columns: repeat(auto-fit, 47.5%);
    gap: 5rem 5%;
  }
}
@media screen and (max-width: 459.98px), print{
  .news-container{
    grid-template-columns: repeat(auto-fit, 100%);
    gap: 5rem 0%;
  }
  .news-link:hover .news-image img{
    transform: scale(1);
  }
}
.news-title{
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 5px;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-date{
  display: block;
  font-weight: 400;
  color: #6F6F73;
  font-size: 1.4rem;
  line-height: 1.2;
}
.adp-news-date{
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  color: #6F6F73;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 459.98px){
  .adp-news-date{
    font-size: 1.4rem;
  }
  .news-title{
    font-size: 1.5rem;
  }
}

.news-detail-section{
  position: relative;
  overflow: hidden;
  padding: 0 20px 30px 20px;
}
@media screen and (min-width: 1100px), print {
  .news-detail-section{
    padding: 0 2em 60px 2em;
  }
}
.news-detail-section .inner{
  max-width: 800px !important;
}
.news-detail-cover img{
  width: 100%;
}
.news-detail-icon .icon-list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  padding:11px 0 30px 0;
}
.news-detail-icon .icon-list .icon-item{
  width: 44px;
  height: 44px;
}
.news-detail-icon .icon-list .icon-item a{
  width: 100%;
  height: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
}
.news-detail-icon .icon-list .icon-item a:hover{
  opacity: .75;
}
@media screen and (max-width: 459.98px), print{
  .news-detail-icon .icon-list .icon-item a:hover{
    opacity: 1;
  }
  .news-detail-icon .icon-list{
    padding:11px 0 20px 0;
  }
}
.news-detail-header{
  margin-bottom: 30px;
}
.news-detail-heading{
  font-weight: 700;
  font-size: 3.2rem;
  color: #000000;
  line-height: 1.4;
}
.news-detail-date{
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  margin-top: 10px;
  color: #999999;
}
.news-detail-body{
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #000000;
}

.news-event-section{
  position: relative;
  overflow: hidden;
  padding: 30px 20px 30px 20px;
}
.news-event-section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  max-width: 800px;
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 1100px), print {
  .news-event-section{
    padding: 60px 2em 60px 2em;
  }
}
.news-event-section .inner{
  max-width: 800px !important;
}
.news-event-header{
  max-width: 800px;
  margin: 0 auto 30px;
}
.news-event-heading{
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  color: #000000;
}
.news-event-table{
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.news-event-table th,.news-event-table td{
  vertical-align: top;
  padding-bottom: 16px;
}
.news-event-table th{
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000000;
  width: 7em;
  padding-right: 1em;
}
.news-event-table td{
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
}
.news-event-table td a{
  color: #999999;
  font-weight: 400;
}
.news-event-table td a:hover{
  color: #000;
}
@media screen and (max-width: 459.98px), print{
  .news-event-table td a:hover{
    color: #999999;
  }
  .news-detail-body{
    font-size: 1.4rem;
  }
}
.gmap-wrap{
  position: relative;
  margin-top: 12px;
}


.other-news-section{
  position: relative;
  overflow: hidden;
  padding: 30px 20px 30px 20px;
}
@media screen and (min-width: 1100px), print {
  .other-news-section{
    padding: 60px 2em 30px 2em;
  }
}
.other-news-section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  max-width: 800px;
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
.other-news-section .inner{
  max-width: 800px !important;
}
.other-news-heading{
  text-align: left;
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 1.7;
  color: #000000;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.other-news-list{
  position: relative;
  z-index: 1;
  margin: 0 -20px;
}
.other-news-list .other-news-item{
  margin: 0 20px;
}
.other-news-list .other-news-img{
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.other-news-list .other-news-img img{
  width: 100%;
  height:128px ;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.other-news-title{
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000000;
  text-align: left;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.other-news-date{
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #6F6F73;
}
.other-news-section .slider-dots li{
  position: relative;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.other-news-section .slider-dots li:not(:last-child){
  margin-right: 20px;
}
.other-news-section .slider-dots li::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 100%;
  background-color: #ccc;
}
.other-news-section .slider-dots li.slick-active:before{
  background-color: #000;
}
.other-news-section .slider-dots ul {
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.other-news-section .slider-dots ul button{
  display: none;
}

.slider-arrow5{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  z-index: 1100;
  max-width: 910px;
}

.slider-arrow5 .slider-prev__side,
.slider-arrow5 .slider-next__side {
  position: absolute;
  top: -23px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.slider-arrow5 .slider-prev__side{
  left: -55px;
}
.slider-arrow5 .slider-next__side{
  right: -55px;
}

.slider-arrow5 .slider-prev__side:hover,
.slider-arrow5 .slider-next__side:hover {
  border-color: #000000;
}

.slider-arrow5 .slider-prev__side:hover::before, .slider-arrow5 .slider-prev__side:hover::after,
.slider-arrow5 .slider-next__side:hover::before,
.slider-arrow5 .slider-next__side:hover::after {
  background-color: #000000;
}

@media screen and (max-width: 459.98px), print{
  .other-news-title{
    font-size: 1.5rem;
  }
  .slider-arrow5 .slider-prev__side:hover,
  .slider-arrow5 .slider-next__side:hover {
    border-color: #ccc;
  }

  .slider-arrow5 .slider-prev__side:hover::before, .slider-arrow5 .slider-prev__side:hover::after,
  .slider-arrow5 .slider-next__side:hover::before,
  .slider-arrow5 .slider-next__side:hover::after {
    background-color: #ccc;
  }
}

.slider-arrow5 .slider-prev__side::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  display: block;
  width: 45px;
  height: .08em;
  background-color: #ccc;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slider-arrow5 .slider-prev__side::after {
  content: "";
  position: absolute;
  top: 32%;
  left: -25px;
  display: block;
  width: 22px;
  height: 1px;
  background-color: #ccc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slider-arrow5 .slider-next__side::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  display: block;
  width: 45px;
  height: .08em;
  background-color: #ccc;
}

.slider-arrow5 .slider-next__side::after {
  content: "";
  position: absolute;
  top: 32%;
  right: -25px;
  display: block;
  width: 22px;
  height: 1px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slider-dots{
  position: absolute;
  bottom: -30px;
  left: 0;
  display: block;
  width: 100%;
}

.mypage-store-status{
  font-weight: 700;
  font-size: 1.4rem;
  color: #999999;
  line-height: 1.2;
  margin-top: 6px;
}
.header.__cart{
  padding-top: 80px;
}
@media screen and (max-width: 1099.98px), print {
  .header.__cart{
    padding-top: 70px;
  }
  .slider-arrow5{
    display: none;
  }
  .news-section .section-desc{
    margin-bottom: 20px;
  }
  .news-section .section-header{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 859.98px), print{
  .news-event-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    width: auto;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  .other-news-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    width: auto;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@media screen and (max-width: 767.98px), print {
  .news-event-table th, .news-event-table td{
    display: block;
    padding-bottom: 8px;
    font-size: 1.4rem;
  }
  .news-event-table td{
    padding-bottom: 15px;
  }
  .news-event-table th{
    width: 100%;
    padding-right: 0;
  }
  .news-event-heading{
    font-size: 1.8rem;
  }
  .news-detail-heading{
    font-size: 2rem;
  }
  .news-detail-date{
    font-size: 1.2rem;
  }
  .news-detail-cover{
    margin: 0 -20px;
  }
  .news-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-more .common-button{
    margin-top: 50px;
  }
}
@media screen and (max-width: 639.98px), print {
}
@media screen and (max-width: 459.98px), print {
  .other-news-list .other-news-img img{
    height: 100px;
  }
  .news-image{
    max-width: none;
  }
}


.contents__wrap.__cart{
  padding-top:20px;
}
.purchase-flow_item_wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.purchase-flow_item{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-bottom:20px ;
}
.purchase-flow_item_body{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
  margin-left:20px ;
}
.purchase-flow_image{
  max-width: 100px;
  width: 100%;
}
.purchase-flow_image img{
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.purchase-flow_item_title,.purchase-flow_item_edi{
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #000000;
}
.purchase-flow_item_fee{
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #000000;
  margin-top: 5px;
}
.purchase-flow_define dt{
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000000;
  width: 9em;
}
.purchase-flow_define dd{
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000000;
}
.purchase-flow_define.__flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin: 0 !important;
}
.purchase-flow_define.__flex dd{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.purchase-flow_define.__flex dt{
  margin-right: 1em;
}
.purchase-flow_attention li{
  list-style: none;
  position: relative;
  padding-left: 1.2em;
}
.purchase-flow_attention li::before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}
.purchase-flow_define{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.purchase-flow_foot{
  text-align: center;
}
.purchase-flow_check_label{
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000000;
  padding-left: 27px;
}
.purchase-flow_check_label::before{
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #999;
  transform: translateY(-50%);
}
.purchase-flow_btns{
  margin-top: 20px;
}
.purchase_complete_btn{
  pointer-events: none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  cursor: pointer;
  padding: 10px;
  min-width: 256px;
  max-width: 256px;
  height: 64px;
  min-height: 64px;
  color: #fff;
  margin: 0 auto 10px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  background: #AAAAAA;
  border: 1px solid #AAAAAA;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}
.purchase_complete_btn.active{
  pointer-events: inherit;
  background-color: #000;
  border-color: #000;
}
.purchase_complete_btn.active:hover{
  color: #000;
}
.common_secondary_btn{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  cursor: pointer;
  padding: 10px;
  min-width: 256px;
  max-width: 256px;
  height: 64px;
  min-height: 64px;
  color: #000;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  background: #fff;
  border: 1px solid #999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}
.purchase_complete_btn:hover{
  background: #fff;
  color: #aaa;
}
.common_secondary_btn:hover{
  background: #EFEFEF;
  border-color: #999;
  color: #000;
}
.purchase_complete_btn.active:hover{
  border-color: #999;
}
@media screen and (max-width: 459.98px), print{
  .purchase_complete_btn.active:hover{
    color: #fff;
  }
  .purchase_complete_btn:hover{
    background: #AAAAAA;
    color: #fff;
  }
  .common_secondary_btn:hover{
    background: #fff;
    border-color: #999;
    color: #000;
  }
}
.purchase_check_input:checked+label:after{
  position: absolute;
  content: '';
  top: 5px;
  left: 6px;
  width: 8px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}
.purchase_check_input{
  display: none;
}
.purchase-complete-thanks{
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  line-height: 1.9;
  margin-bottom: 30px;
  color: #000;
}
.purchase-complete-desc{
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.9;
  color: #000;
  margin-top: 30px;
}
.purchase-complete-btn_area{
  text-align: center;
  margin-top: 30px;
}
.purchase-complete-main .purchase-flow_item{
  margin: 0;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.purchase-complete-main .purchase-flow_item .purchase-flow_item_body{
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}
.purchase-complete-btn_area .common__btn{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  max-width: 256px;
  margin: 0 auto;
}
@media screen and (max-width: 639.98px), print {
  .purchase-complete-btn_area .common__btn{
    font-size: 1.6rem;
    min-width: 282px;
    max-width: 282px;
  }
  .purchase-complete-btn_area{
    margin-top: 20px;
  }
  .purchase-complete-desc{
    font-size: 1.2rem;
    text-align: left;
    margin-top: 20px;
  }
  .purchase-complete-main .purchase-flow_item{
    margin: 0;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .purchase-complete-thanks{
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .purchase-flow_image img{
    height: 70px;
  }
  .purchase-flow_image{
    max-width: 70px;
  }
  .purchase-flow_item_title,.purchase-flow_item_edi{
    font-size: 1.4rem;
  }
  .purchase-flow_item_fee{
    font-size: 1.6rem;
  }
  .purchase-flow_define dt{
    font-size: 1.2rem;
    width: 7.5em;
  }
  .purchase-flow_define dd{
    font-size: 1.2rem;
  }
  .purchase-flow_attention li{
    line-height: 1.4;
  }
  .purchase-flow_define.__flex{
    margin: 0 !important;
  }
  .purchase-flow_detail .purchase-flow_define{
    margin:20px 0 20px 0;
  }
  .purchase-flow_check_label{
    font-size: 1.2rem;
    font-feature-settings: 'palt';
    padding-left: 23px;
  }
  .purchase_complete_btn{
    font-size: 1.6rem;
    height: 60px;
    min-height: 60px;
  }
  .common_secondary_btn{
    height: 60px;
    min-height: 60px;
    font-size: 1.6rem;
  }
  .purchase_check_input:checked+label:after{
    top: 3px;
  }
  .contents__wrap.__cart{
    padding-top: 0;
  }
}


.alert_modal_area .alert_modal_overlay{
  opacity: 0;
  transform: scale(0);
}
.alert_modal_area input{
  display: none;
}
.alert_modal_area input:checked~.alert_modal_overlay{
  opacity: 1;
  transform: scale(1);
  transition: opacity .5s;
}
.alert_modal_area .alert_modal_overlay{
  padding: 20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  cursor: pointer;
  overflow: auto;
  position: fixed;
  z-index: 2000;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.7);
  height: 100%;
}
.alert_modal_area .alert_modal_overlay .alert_modal_block{
  position: relative;
  padding: 40px;
  width: 100%;
  max-width: 960px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  color: #000;
  border: 1px solid #CCCCCC;
  background: #fff;
  transition: .5s;
}
.contents .alert_modal_block .contents__title{
  margin-top: 0;
}
.alert_modal_image{
  text-align: center;
}
.alert_modal_text{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000000;
  margin-top: 15px;
}
.alert_modal_text p{
  font-weight: 400;
}
.alert_modal_buttons{
  text-align: center;
  margin-top: 15px;
}
.alert_modal_buttons .common__btn{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  max-width: 256px;
  margin: 0 auto;
}
@media screen and (max-width: 639.98px), print {
  .alert_modal_area .alert_modal_overlay .alert_modal_block{
    padding: 20px;
  }
  .alert_modal_image{
    max-width: 50px;
    margin: 0 auto;
  }
  .alert_modal_text{
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: left;
  }
  .alert_modal_buttons{
    margin-top: 10px;
  }
  .alert_modal_buttons .common__btn{
    font-size: 1.6rem;
  }
  .contents .alert_modal_block .contents__title{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 459.98px), print {
  .alert_modal_buttons .common__btn{
    max-width: none;
  }
}



.contents__desc__secondary{
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.9;
  color: #000000;
  text-align: center;
}
.login__btn__area{
  margin-top: 30px;
}
.login__btn__area .login__btn__more{
  text-align: center;
}
.login__btn__area .login__btn__more:first-child{
  margin-bottom: 30px;
}
.login__btn__area .common__btn{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  max-width: 256px;
  margin: 0 auto;
}
.signup__btn{
  display: inline-block;
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: center;
  color: #000000;
}
.signup__btn:hover{
  text-decoration: none;
}
.header.__secondary{
  padding-top: 80px;
}
.input__att__txt{
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  margin-top: 5px;
  color: #000000;
}
.common__text-box{
  border: 1px solid #999999;
}
.common__text-box--wrap.login__input__wrap{
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.signup__agree__txt{
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000000;
}
.signup__agree__txt a{
  text-decoration: underline;
}
.signup__agree__txt a:hover{
  text-decoration: none;
}
.signup__btn_are{
  text-align: center;
  margin-top: 40px;
}
.complete_image_area{
  text-align: center;
  margin-top: 30px;
}
.complete_mail_txt{
  margin:30px 0 ;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.9;
  color: #000000;
  text-align: center;
}
.complete_main_txt{
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000000;
  text-align: center;
}
.complete_foot_area{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #CCCCCC;
}
.complete_foot_txt{
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000000;
  text-align: left;
}
.complete_sub_txt{
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000000;
  text-align: center;
  margin-top: 30px;
}
.complete_btn_area{
  margin-top: 30px;
}
.complete_btn_more{
  text-align: center;
}
.common_back_btn{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  max-width: 256px;
  height: 64px;
  width: 100%;
  background-color: #fff;
  color: #000000;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  padding: 10px 40px;
  border: 1px solid #999999;
  margin: 0 auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.common_back_btn::before{
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/ico_line-arrow_blk.svg") no-repeat center / cover;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.common_back_btn:hover::before{
  background: url("../img/ico_line-arrow_blk.svg") no-repeat center / cover;
}
.common_back_btn:hover{
  background-color: #EFEFEF;
  color: #000;
}

.login__btn__more.__mt{
  margin-top: 30px;
}
.common__text-box, .common__text-box--s{
  padding: 8px 15px !important;
}
.secondary__btn__area{
  margin-top: 50px;
}
.secondary__btn__more{
  text-align: center;
}
.secondary__btn__area .common__btn{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 256px;
  width: 100%;
  margin: 0 auto;
  padding: 18px 10px;
}
.contents__success__txt{
  background: #EFEFEF;
  padding: 20px;
  margin: 40px 0;
}
.contents__success__txt p{
  text-align: center;
  font-weight: 400;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.9;
}
.secondary__btn__area.__mn{
  margin: 0;
}
.common__btn.__secondary{
  background-color: #fff;
  color: #000;
  border: 1px solid #999999;
}
.common__btn.__secondary:hover{
  background-color: #999;
  color: #fff;
  border: 1px solid #999999;
}
@media screen and (max-width: 459.98px), print{
  .common__btn.__secondary:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #999999;
  }
  .common_back_btn:hover{
    background-color: #fff;
    color: #000;
  }
}
.vcity__btn{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  max-width: 256px;
  height: 64px;
  width: 100%;
  background: linear-gradient(180deg, #96DEDA 0%, #2FBDB6 100%);
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 10px 15px 10px 43px;
  margin: 0 auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.vcity__btn:hover{
  opacity: .75;
}
@media screen and (max-width: 459.98px), print{
  .vcity__btn:hover{
    opacity: 1;
  }
}
.vcity__btn::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_vcity.svg") no-repeat center / cover;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.sns__setting__block{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -34px 0 0;
}
.sns__setting__item{
  margin: 0 34px 0 0;
  width: calc(50% - 34px);
  border-bottom:1px solid #999999 ;
  padding:15px 0 ;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sns__setting__body{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sns__setting__title{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  margin-left: 10px;
}
.sns__setting__thumb{
  max-width: 36px;
  width: 100%;
}
.sns__setting__thumb img{
  width: 100%;
  height: 36px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.sns__setting__more{
  margin-left: 1em;
}
.connection_btn{
  width: 86px;
  height: 42px;
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  color: #fff;
  background-color: #000;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  padding:12px 10px;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.connection_btn:hover{
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 459.98px), print{
  .connection_btn:hover{
    color: #fff;
    background-color: #000;
  }
}
.sns__setting__item:first-child,.sns__setting__item:nth-child(2){
  border-top:1px solid #999999 ;
}
@media screen and (max-width: 1099.98px), print {
  .header.__secondary{
    padding-top: 70px;
  }
}
@media screen and (max-width: 639.98px), print {
  .sns__setting__more{
    margin-left: 10px;
  }
  .connection_btn{
    font-size: 1.2rem;
    padding: 10px 5px;
    width: 70px;
    height: 36px;
  }
  .sns__setting__thumb{
    max-width: 30px;
  }
  .sns__setting__thumb img{
    height: 30px;
  }
  .sns__setting__title{
    font-size: 1.2rem;
    margin-left: 8px;
  }
  .sns__setting__item:nth-child(2){
    border-top:none;
  }
  .sns__setting__block{
    margin: 0 ;
  }
  .sns__setting__item{
    margin: 0;
    padding: 10px 0;
    width: 100%;
  }
  .vcity__btn::before{
    left: 43px;
  }
  .contents__success__txt{
    padding: 10px;
    margin: 20px 0;
  }
  .secondary__btn__area{
    margin-top: 30px;
  }
  .common__text-box, .common__text-box--s{
    padding: 8px 10px !important;
  }
  .login__btn__more.__mt{
    margin-top: 20px;
  }
  .common_back_btn::before{
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .common_back_btn{
    height: 60px;
    font-size: 1.6rem;
    max-width: 291px;
    padding: 10px 30px;
  }
  .complete_btn_area{
    margin-top: 20px;
  }
  .complete_sub_txt{
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .complete_image_area{
    margin:0 auto;
    margin-top: 20px;
    max-width: 50px;
  }
  .complete_mail_txt{
    margin:20px 0 ;
    font-size: 1.6rem;
  }
  .complete_main_txt{
    font-size: 1.2rem;
  }
  .complete_foot_area{
    margin-top: 20px;
    padding-top: 20px;
  }
  .complete_foot_txt{
    font-size: 1.2rem;
  }
  .input__att__txt{
    font-size: 1.2rem;
  }
  .signup__agree__txt{
    font-size: 1.2rem;
  }
  .signup__btn_are{
    margin-top: 20px;
  }
  .contents__desc__secondary{
    font-size: 1.6rem;
  }
  .login__btn__area{
    margin-top: 20px;
  }
  .login__btn__area .login__btn__more:first-child{
    margin-bottom: 20px;
  }
  .login__btn__area .common__btn{
    font-size: 1.6rem;
    max-width: 291px;
    min-width: auto !important;
  }
  .secondary__btn__area .common__btn{
    font-size: 1.6rem;
    max-width: 291px;
    min-width: auto !important;
  }
  .vcity__btn{
    font-size: 1.6rem;
    max-width: 291px;
    min-width: auto !important;
  }
}


.breadcrumbs__wrapper{
  width:100%;
  /* height:40px; */
  background: #fff;
}
.breadcrumbs {
  margin:auto;
  max-width: 1240px;
  /* line-height:40px; */
}
.breadcrumbs.contents__breadcrumbs {
  max-width: 1000px;
}
.breadcrumbs.contents__breadcrumbs__news {
  max-width: 840px;
}
.breadnav__list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 14px 20px 14px 20px !important;
}
.breadnav__list li a{
  position: relative;
  padding-right: 1.6em;
  margin-right: .6em;
  color: #999;
  font-size: 1.4rem;
  line-height: 1.2;
  display: inline-block;
}
.breadnav__list li a:hover{
  color: #000;
}
@media screen and (max-width: 459.98px), print{
  .breadnav__list li a:hover{
    color: #999;
  }
}
.breadnav__list li{
  color: #000;
  font-size: 1.4rem;
  line-height: 1.2;
}
.breadnav__list li a::after{
  content: "＞";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.4rem;
}
@media screen and (max-width:1099.98px){
  .breadnav__list{
    border-bottom: 1px solid #ccc;
  }
  .breadnav__list li a{
    font-size: 1.2rem;
  }
  .breadnav__list li{
    font-size: 1.2rem;
  }
  .breadnav__list li a::after{
    font-size: 1.2rem;
  }
  .breadnav__list{
    padding: 9px 20px 8px 20px !important;
  }
  .breadnav__list{
    display:block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  .breadnav__list::-webkit-scrollbar{
    display:none;
  }
  .breadnav__list li{
    display:inline;
    /* flex: 0 0 40%; */
  }
  .breadcrumbs.contents__breadcrumbs__news .breadnav__list{
    max-width: 840px;
    border-bottom: none;
  }
}
@media screen and (max-width:767.98px){
  .breadcrumbs.contents__breadcrumbs__news .breadnav__list{
    max-width: none;
    border-bottom: 1px solid #ccc;
  }
}

.notification__area, .notification__area--error{
  min-height: 162px !important;
}
.notification__area{
  box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
  color: #000 !important;
  padding: 110px 25px 30px !important;
  background: url("../img/ico_check.svg")50% 31px no-repeat #fff !important;
  background-size: 60px 60px !important;
  border: 1px solid #CCCCCC;
}
.notification__area--error{
  box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
  color: #000 !important;
  padding: 110px 25px 30px !important;
  background: url("../img/ico_error.svg")50% 31px no-repeat #fff !important;
  background-size: 69px 60px;
  border: 1px solid #CCCCCC;
}

.mypage-profile-creater{
  font-weight: 700;
  font-size: 1.4rem;
  color: #999999;
  line-height: 1.2;
  margin-bottom: 10px;
}
.mypage-profile-section.__management .mypage-profile-container .mypage-profile-header{
  margin: 0 0 13px 0;
}
.nft_uploads_btn{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  max-width: 256px;
  height: 64px;
  width: 100%;
  background: #000;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 21px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.nft_uploads_btn span{
  margin-left: 9px;
}
.nft_uploads_btn:hover{
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 459.98px), print{
  .nft_uploads_btn:hover{
    background: #000;
    color: #fff;
  }
}
.nft_uploads_btn svg{
  fill: #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.nft_uploads_btn:hover svg{
  fill: #000;
}
@media screen and (max-width: 459.98px), print{
  .nft_uploads_btn:hover svg{
    fill: #fff;
  }
}
.mypage-profile-buttons{
  margin-top: 40px;
}
.mypage-store-management_buttons{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
}
.unpublish_btn{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  height: 39px;
  font-size: 1.6rem;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #999999;
  color: #999999;
  padding: 10px;
  font-weight: 400;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  margin-right: 9px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.edit_management_btn{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  height: 39px;
  font-size: 1.6rem;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #999999;
  color: #999999;
  padding: 10px;
  font-weight: 400;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.edit_management_btn:hover,.unpublish_btn:hover{
  background-color: #999;
  color: #fff;
}
@media screen and (max-width: 459.98px), print{
  .edit_management_btn:hover,.unpublish_btn:hover{
    background-color: #fff;
    color: #999999;
  }
}
.adp-store-section.__management{
  padding: 50px 2em 130px 2em;
}
/* .adp-store-section.__management .adp-store-category._accent .category-wrap{
  width: 662px;
} */
@media screen and (max-width:1099.98px){
  .adp-store-section.__management{
    padding: 30px 20px 90px 20px;
  }
}
@media screen and (max-width:767.98px){
  .adp-store-section.__management .adp-store-category._accent .adp-store-category-inner{
    width: auto;
  }
  /* .adp-store-section.__management .adp-store-category._accent .category-wrap{
    width: 314px;
  } */
}
@media screen and (max-width:459.98px){
  .mypage-store-management_buttons{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .unpublish_btn{
    font-size: 1.2rem;
    width: 100%;
    margin: 0 0 5px 0;
    height: 30px;
    padding: 5px;
  }
  .edit_management_btn{
    font-size: 1.2rem;
    width: 100%;
    height: 30px;
    padding: 5px;
  }
  .mypage-store-management_buttons{
    margin-top: 5px;
  }
  .edit_management_btn:hover,.unpublish_btn:hover{
    background-color: #fff;
    color: #999;
  }
  .mypage-profile-buttons{
    margin-top: 30px;
  }
  .nft_uploads_btn:hover svg{
    fill: #fff;
  }
  .nft_uploads_btn:hover{
    background-color: #000;
    color: #fff;
  }
  .nft_uploads_btn{
    max-width: 240px;
    height: 60px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 459.98px), print{
  .edit_management_btn:hover,.unpublish_btn:hover{
    background-color: #fff;
    color: #999999;
  }
}
@media screen and (max-width:359.98px){
  /* .adp-store-section.__management .adp-store-category._accent .adp-store-category-inner{
    width: 314px;
  } */
}


.breadcrumbs.contents__breadcrumbs.__accent{
  max-width: 1040px;
}
.profile-edit-section .inner{
  padding: 0 20px;
  max-width: 1000px !important;
}
.profile-edit-section{
  padding: 0 0 100px 0;
}
@media screen and (max-width:1099.98px){
  .profile-edit-section{
    padding: 0 0 80px 0;
  }
}


@media screen and (max-width:1099.98px){
  #nav-certificate .profile__setting__sp--link::after{
    display: none;
  }
  #nav-certificate .nav-link-secondary::before{
    display: none;
  }
  #nav-certificate .profile__setting__sp--link label{
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  #nav-certificate .profile__setting__sp--link span{
    display: block;
    width: 100%;
  }
  #nav-certificate .nav-link-secondary label{
    position: relative;
    display: block;
    width: 100%;
    padding: 0 1em 0 0;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  #nav-certificate .profile__setting__sp--link label::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  #nav-certificate .profile__setting__sp--link:hover label::before{
    border-top: 1px solid #999;
    border-left: 1px solid #999;
  }
  #nav-certificate .nav-link-secondary label::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 12px;
    background: url(../img/base/icon_arrow_blk01.svg) no-repeat center / cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  #nav-certificate .nav-link-secondary:hover label::before{
    background: url(../img/base/icon_arrow_gray01.svg) no-repeat center / cover;
  }
}
@media screen and (max-width: 459.98px), print{
  #nav-certificate .profile__setting__sp--link:hover label::before{
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  #nav-certificate .nav-link-secondary:hover label::before{
    background: url(../img/base/icon_arrow_blk01.svg) no-repeat center / cover;
  }
}
.sp__modal__text{
  display: none;
}
@media screen and (max-width:459.98px){
  .upload__content{
    height: 137px !important;
  }
  .sp__modal__text{
    display: block;
    font-weight: 400;
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.9;
  }
  .license-upload__area{
    display: none;
  }
  .under__text{
    /* display: none !important; */
  }
  .upload__content .upload__foot{
    display: none;
  }
}

.common__text-box, .common__text-box--s{
  min-height: 42px !important;
}
.credit__text-box{
  border: 1px solid #999999 !important;
}
.credit__text-box, .name__text-box{
  min-height: 42px !important;
}
.credit__text-box{
  padding: 11px 15px 9px 15px !important;
}
.credit__text-box input,.name__text-box input{
  font-size: 1.6rem !important;
}
.credit__text-box input::placeholder,.name__text-box input::placeholder{
  font-size: 1.6rem !important;
  color: #999 !important;
}
.credit-error-box{
  background-color: #FFF5F5 !important ;
  color:#FF6347 ;
}
.credit-error-box.no__error{
  background-color: #eee !important ;
  color:#000000 ;
}




.mypage-profile-creater{
  font-weight: 700;
  font-size: 1.4rem;
  color: #999999;
  line-height: 1.2;
  margin-bottom: 10px;
}
.mypage-profile-section.__management .mypage-profile-container .mypage-profile-header{
  margin: 0 0 13px 0;
}
.nft_uploads_btn{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  max-width: 256px;
  height: 64px;
  width: 100%;
  background: #000;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 21px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.nft_uploads_btn span{
  margin-left: 9px;
}
.nft_uploads_btn:hover{
  background-color: #fff;
  color: #000;
}
.nft_uploads_btn svg{
  fill: #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.nft_uploads_btn:hover svg{
  fill: #000;
}
.mypage-profile-buttons{
  margin-top: 40px;
}
.mypage-store-management_buttons{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
}
.unpublish_btn{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  height: 39px;
  font-size: 1.6rem;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #999999;
  color: #999999;
  padding: 10px;
  font-weight: 400;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  margin-right: 9px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.edit_management_btn{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  height: 39px;
  font-size: 1.6rem;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #999999;
  color: #999999;
  padding: 10px;
  font-weight: 400;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.edit_management_btn:hover,.unpublish_btn:hover{
  background-color: #999;
  color: #fff;
}
.adp-store-section.__management{
  padding: 50px 2em 130px 2em;
}
/* .adp-store-section.__management .adp-store-category._accent .category-wrap{
  width: 662px;
} */
@media screen and (max-width:1099.98px){
  .adp-store-section.__management{
    padding: 30px 20px 90px 20px;
  }
}
@media screen and (max-width:767.98px){
  .adp-store-section.__management .adp-store-category._accent .adp-store-category-inner{
    width: auto;
  }
  /* .adp-store-section.__management .adp-store-category._accent .category-wrap{
    width: 314px;
  } */
}
@media screen and (max-width:459.98px){
  .mypage-store-management_buttons{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .unpublish_btn{
    font-size: 1.2rem;
    width: 100%;
    margin: 0 0 5px 0;
    height: 30px;
    padding: 5px;
  }
  .edit_management_btn{
    font-size: 1.2rem;
    width: 100%;
    height: 30px;
    padding: 5px;
  }
  .mypage-store-management_buttons{
    margin-top: 5px;
  }
  .edit_management_btn:hover,.unpublish_btn:hover{
    background-color: #fff;
    color: #999;
  }
  .mypage-profile-buttons{
    margin-top: 30px;
  }
  .nft_uploads_btn:hover svg{
    fill: #fff;
  }
  .nft_uploads_btn:hover{
    background-color: #000;
    color: #fff;
  }
  .nft_uploads_btn{
    max-width: 240px;
    height: 60px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:459.98px){
  .nft_uploads_btn:hover svg{
    fill: #fff;
  }
  .nft_uploads_btn:hover{
    background-color: #000;
    color: #fff;
  }
}
@media screen and (max-width:359.98px){
  /* .adp-store-section.__management .adp-store-category._accent .adp-store-category-inner{
    width: 314px;
  } */
}


.breadcrumbs.contents__breadcrumbs.__accent{
  max-width: 1040px;
}
.profile-edit-section .inner{
  padding: 0 20px;
  max-width: 1000px !important;
}
.profile-edit-section{
  padding: 0 0 100px 0;
}
@media screen and (max-width:1099.98px){
  .profile-edit-section{
    padding: 0 0 80px 0;
  }
}


.signup__content{
  max-width: 960px;
  width: 100% !important;
  padding: 40px !important;
}
.signup__content .title{
  padding-bottom: 15px !important;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 25px;
}
.license-correct__body{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.license-correct__thumbnail{
  width:140px ;
  height: 140px;
  margin-bottom: 15px;
}
.license-correct__thumbnail a{
  display: inline-block;
  width:140px ;
  height: 140px;
}
.license-correct__thumbnail img{
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.license-correct__txt{
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: center ;
  color: #000;
}
.license-correct__att{
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: center ;
  color: #000;
}
.license-correct__att a{
  text-decoration: underline;
}
.license-correct__more{
  margin:15px 0 ;
  width: 100%;
}
.license-correct__att a:hover{
  text-decoration: none;
}
.license-correct__body.license-correct__area .correct__btn{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  max-width: 256px !important;
  max-height: auto !important;
  width: 100%;
  height: 64px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 10px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  margin: 0 auto;
}
.license-correct__body.license-correct__area .correct__btn:hover{
  color: #000;
  background-color: #fff;
}
.license-correct__body.license-correct__area{
  padding: 0 !important;
  margin: 0 !important;
  min-height: auto !important;
}
.upload__overlay{
  padding: 0 20px;
  z-index: 9999 !important;
}
@media screen and (max-width:1099.98px){
  .signup__content{
    padding: 20px !important;
  }
  .signup__content .title{
    padding-bottom: 10px !important;
    margin-bottom: 20px;
  }
  .correct__btn{
    max-width: 292px;
    height: 60px;
    font-size: 1.6rem;
  }
  .license-correct__txt{
    font-size: 1.2rem;
  }
  .license-correct__att{
    font-size: 1.2rem;
  }
  .license-correct__more{
    margin:10px 0 ;
  }
  .license-correct__thumbnail{
    width:100px ;
    height: 100px;
    margin-bottom: 10px;
  }
  .license-correct__thumbnail a{
    width:100px ;
    height: 100px;
  }
  .license-correct__thumbnail img{
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}
@media screen and (max-width:639.98px){
  .signup__content{
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
  }
}
@media screen and (max-width:459.98px){
  .license-correct__body.license-correct__area .correct__btn:hover{
    color: #fff;
    background-color: #000;
  }
}





.management_contents_wrap .inner{
  max-width: 1200px;
  padding: 0 20px;
}
.breadcrumbs.__management{
  max-width: 1200px;
}
.management_contents_container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.management_contents_container .management_contents_side{
  width: 180px;
  margin-right: 10px;
}
.management_contents_container .management_contents_nav .management_contents_nav--item{
  list-style: none;
}
.management_contents_container .management_contents_nav .management_contents_nav--item:not(:last-child){
  margin-bottom: 21px;
}
.management_contents_container .management_contents_nav .management_contents_nav--item a{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  font-size: 1.4rem;
  line-height: 1.29;
  color: #999999;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.management_contents_container .management_contents_nav .management_contents_nav--item a svg{
  fill: #999999;
}
.management_contents_container .management_contents_nav .management_contents_nav--item a.active svg{
  fill: #000000;
}
.management_contents_container .management_contents_nav .management_contents_nav--item a.active{
  color:#000000 ;
}
.management_contents_container .management_contents_nav .management_contents_nav--item a:hover svg{
  fill: #000000;
}
.management_contents_container .management_contents_nav .management_contents_nav--item a:hover{
  color:#000000 ;
}
.management_contents_container .management_contents_nav .management_contents_nav--item a span{
  font-weight: 400;
  margin-left: 9px;
}
.management_contents_container .management_contents_main{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.management_contents_header{
  margin-bottom: 30px;
}
.management_contents_heading{
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 10px;
}
.management_contents_desc{
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #000000;
}
.management_contents_body{
  background: #EFEFEF;
  max-width: 970px;
  padding: 60px;
}
.management_contents_table--title{
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 20px;
}
.management_contents_table{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.management_contents_table th,.management_contents_table td{
  vertical-align: middle;
}
.management_contents_table thead th{
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000;
  padding: 10px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.management_contents_table thead th.assets{
  width: 330px;
}
.management_contents_table thead th.total-price{
  width: 220px;
}
.management_contents_table thead th.sales-date{
  width: 120px;
}
.management_contents_table thead th.total-sales{
  width: 180px;
  text-align: center;
}
.management_contents_table tbody td:nth-child(3){
  text-align: center;
}
.management_contents_table tbody td{
  padding: 20px 10px;
  border-bottom: 1px solid #999;
}
.management_contents_table tbody .date_txt{
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
}
.management_contents_table tbody .assets_wrap{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.management_contents_table tbody .assets_title{
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  margin-left: 10px;
}
.management_contents_table tbody .assets_title span{
  display: block;
  font-weight: 400;
}
.management_contents_table tbody .assets_image{
  width: 60px;
  height: 60px;
}
.management_contents_table tbody .assets_image img{
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.management_contents_table tbody .num{
  font-size: 2rem;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
}
.management_contents_table tbody .price_wrap{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.management_contents_table tbody .price_txt{
  font-size: 2rem;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
}
.management_contents_table tbody .price_txt .unit{
  font-size: 1.4rem;
  font-weight: 400;
}
.management_contents_table tbody .price_more{
  margin-left: 1em;
}
.management_contents_table tbody .price_detail_btn{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  width: 64px;
  height: 42px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 2;
  padding: 5px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.management_contents_table tbody .price_detail_btn:hover{
  background-color: #000;
  color: #fff;
}
.management_contents_table_wrap{

}
.date_txt .br{
  display: block;
}
.sales__month--price, .sales__month--title{
  color: #000 !important;
}
.sales__month--price .unit{
  font-size: 4rem;
}
.sales__month--title{
  border-color: #000 !important;
}
.sales__month--price span{
  color: #000 !important;
}
.sales__month{
  margin-bottom: 40px !important;
  padding: 19px 0;
  border-top: solid 1px #999 !important;
  border-bottom: solid 1px #999 !important;
}
.management__select{
  width: 100%;
  max-width: 160px !important;
  height: 42px;
  max-height: 42px !important;
  border: 1px solid #999 !important;
  font-size: 1.6rem !important;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  padding: 10px 15px !important;
  background: url("../img/ico_arrow_down_blk.svg") 95% 50% no-repeat #fff !important;
  background-size:14px 14px ;
}
.management_contents_table.__accent tbody td:nth-child(3){
  text-align: left;
}
.management_contents_table.__accent tbody td:nth-child(4){
  text-align: center;
}
.management_contents_table.__accent tbody .price_wrap{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.management_contents_table.__accent thead th.total-price{
  width: 150px;
  text-align: center;
}
.management_contents_table.__accent thead th.sales-date{
  width: 195px;
}
.management_contents_table.__accent tbody .purchaser_txt{
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000;
}
.management_contents_total_price{
  text-align: right;
}
.management_contents_total_price dt{
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #000;
}
.management_contents_total_price dd{
  font-weight: 400;
  font-size: 4em;
  line-height: 1.9;
  color: #000;
}
.management_contents_total_price dd .unit{
  font-weight: 400;
  font-size: 1.6rem;
}
.management_contents_head{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  margin-bottom:20px ;
}
.management_contents_head .management_contents_table--title{
  margin-bottom: 0 !important;
  margin-right: 10px;
}
.management_contents_table.__accent2 tbody td:nth-child(3){
  text-align: left;
}
.management_contents_table thead th.purchase-date{
  width: 115px;
}
.management_contents_table thead th.purchase-id{
  width: 240px;
}
.management_contents_table thead th.purchase-price{
  width: 150px;
  text-align: center;
}
.management_contents_table thead th.purchase-assets{
  width: 330px;
}
.management_contents_table .purchase_id_txt{
  word-break: break-all;
  white-space: normal !important;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
}
.management_contents_table.__accent2 tbody .price_wrap{
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width:640px){
  .management_contents_table_wrap{
    overflow-x: auto  ;
    -webkit-overflow-scrolling: touch;
  }
  .management_contents_table_wrap::-webkit-scrollbar{
    width: 10px;
    height: 10px;
  }
  .management_contents_table_wrap::-webkit-scrollbar-thumb{
    background: #999999;
    border-radius: 10em;
    -webkit-border-radius: 10em;
    -ms-border-radius: 10em;
  }
  .management_contents_table_wrap::-webkit-scrollbar-track{
    background: #fff;
    border-radius: 10em;
    -webkit-border-radius: 10em;
    -ms-border-radius: 10em;
  }
  .management_contents_table{
    min-width:850px ;
    white-space: nowrap;
  }
  .management_contents_table .sp_txt{
    display: none;
  }
}
@media screen and (max-width:1199.98px){
  .management_contents_container .management_contents_main{
    max-width: 900px;
  }
  .management_contents_body{
    padding: 25px 20px;
  }
}
@media screen and (max-width:1099.98px){
  .management_contents_container .management_contents_nav .management_contents_nav--item:not(:last-child){
    margin: 0;
  }
  .management_contents_container .management_contents_nav{
    margin: 40px -20px -20px 0 !important;
  }
  .management_contents_container .management_contents_nav .management_contents_nav--item{
    margin: 0 20px 20px 0 !important;
    width: calc(50% - 20px);
  }
  .management_contents_container .management_contents_main{
    max-width: none;
  }
  .management_contents_body{
    max-width: none;
  }
  .management_contents_container .management_contents_nav .management_contents_nav--item a span{
    margin-left:5px ;
  }
  .management_contents_container{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }
  .management_contents_container .management_contents_side{
    margin-right: 0;
    width: 100%;
  }
  .management_contents_nav{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .management_contents_heading{
    font-size: 1.8rem;
  }
  .management_contents_desc{
    font-size: 1.2rem;
  }
  .management_contents_header{
    margin-bottom: 25px;
  }
  .management_contents_table--title{
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .management_contents_table{
    margin-bottom: 5px;
  }
}
@media screen and (max-width:767.98px){
  .sales__month{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
  }
  .sales__month--title{
    border-bottom: none !important;
    text-align: left !important;
    padding-bottom: 0 !important;
    line-height: 1.2 !important;
    font-size: 1.6rem !important;
  }
  .management__select{
    margin: 0 !important;
  }
  .sales__month{
    margin-bottom: 25px !important;
  }
  .sales__month--price{
    text-align: left !important;
    margin: 0 !important;
    line-height: 1.9 !important;
    font-size: 3.2rem !important;
  }
  .sales__month--price .unit{
    font-size: 1.2rem !important;
  }
  .management_contents_table thead th.assets{
    width: 280px;
  }
  .management_contents_table thead th.sales-date{
    width: 100px;
  }
  .management_contents_table thead th.total-sales{
    width: 140px;
  }
  .management_contents_table thead th.total-price{
    width: 170px;
  }
  .management_contents_table{
    min-width: 730px;
  }
  .management_contents_total_price dt{
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.9;
    color: #000;
  }
  .management_contents_total_price dd{
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 1.9;
    color: #000;
  }
  .management_contents_total_price dd .unit{
    font-weight: 400;
    font-size: 1.2rem;
  }
}
@media screen and (max-width:639.98px){
  .management_contents_total_price dt{
    margin-right: 10px;
  }
  .management_contents_total_price{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .management_contents_table .sp_txt.__accent{
    font-size: 1.4rem;
  }
  .management_contents_table .sp_txt{
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
    padding-right: 4px;
  }
  .management_contents_table .sp_txt span{
    /* font-size: 1.2rem; */
  }
  .management_contents_table tbody td:nth-child(3){
    text-align: left;
  }
  .management_contents_table tbody .price_wrap{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .management_contents_table tbody .price_more{
    margin: 15px 0 0 0;
    width: 100%;
  }
  .management_contents_table tbody .price_detail_btn{
    width: 100%;
    height: 32px;
    font-size: 1.2rem;
  }
  .management_contents_table tbody .price_txt{
    font-size: 1.6rem;
  }
  .management_contents_table thead{
    display: none;
  }
  .management_contents_table tbody tr{
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #999;
  }
  .management_contents_table tbody tr:first-child{
    border-top: 1px solid #999;
  }
  .management_contents_table tbody td{
    display: block;
    border-bottom: 0;
    padding: 0;
  }
  .management_contents_table tbody td:not(:last-child){
    margin-bottom: 5px;
  }
  .management_contents_table{
    min-width: auto;
  }
  .date_txt .br{
    display: none;
  }
  .management_contents_table tbody .assets_image img{
    height: 50px;
  }
  .management_contents_table tbody .assets_image{
    width: 50px;
    height: 50px;
  }
  .management_contents_table tbody .assets_title span{
    display: inline-block;
    margin-left: 3px;
  }
  .management_contents_table tbody .num{
    font-size: 1.6rem;
  }
  .management_contents_head{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px !important;
  }
  .management_contents_head .management_contents_table--title{
    margin: 0 0 10px 0 !important;
  }
}
@media screen and (max-width:459.98px){
  .management_contents_table tbody .price_detail_btn:hover{
    background-color: #fff;
    color: #000;
  }
  .management_contents_container .management_contents_nav .management_contents_nav--item a:hover svg{
    fill: #000000;
  }
  .management_contents_container .management_contents_nav .management_contents_nav--item a:hover{
    color:#000000 ;
  }
}



.paginationjs-pages ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paginationjs-pages li{
  border: 1px solid #999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  width: 30px;
  height: 30px;
}
.paginationjs-pages li.paginationjs-ellipsis{
  border: none;
  padding: 0;
  width: auto;
  height: auto;
}
.paginationjs-pages li.paginationjs-ellipsis a{
  border: none;
  padding: 0;
  width: auto;
  height: auto;
  background-color: transparent;
}

.paginationjs-pages li:not(:last-child){
  margin-right: 7px;
}

.paginationjs-pages li a {
  text-decoration: none;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .3em;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #fff;
  color: #000;
}

.paginationjs-pages li.active a {
  background-color: #000;
  color: #fff;
}

.paginationjs-pages .active a {
  color: #fff;
}

#pagination_area{
  margin-top: 20px;
}
@media screen and (max-width:639.98px){
  .paginationjs-pages li:not(:last-child){
    margin-right: 5px;
  }
}


.is-hidden{
  position: relative;
}
.is-hidden::after{
  content: "…";
  font-size: 1.4rem;
  background: #fff;
  position: absolute;
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  padding: 0 3px;
  bottom: 4px;
}
.is-hidden2 p{
  position: relative;
}
.is-hidden2 p::after{
  content: "…";
  font-size: 1.2rem;
  background: #fff;
  position: absolute;
  right: 0;
  padding: 0 3px;
  bottom: 0;
}
@media screen and (max-width:459.98px){
  .is-hidden::after{
    content: "…";
    font-size: 1.2rem;
    background: #fff;
    position: absolute;
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    padding: 0 3px;
    bottom: 3px;
  }
}




.news-event-defile{
  margin-top: 30px;
}
.news-event-defile dt{
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 5px;
}
.news-event-defile dd a{
  color: #999999;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.news-event-defile dd a:hover{
  color: #000;
}
@media screen and (max-width:639.98px){
  .news-event-defile{
    margin-top: 20px;
  }
  .news-event-defile dt{
    font-size: 1.4rem;
  }
  .news-event-defile dd a{
    font-size: 1.4rem;
  }
}

.header .header__profile li .profile__setting{
  border: none !important;
  width: 252px !important;
}
.header .header__profile li:hover .profile__setting{
  border: 1px solid #ccc !important;
  border-bottom: none !important;
}



.sseting-userid-area--inner{
  position: fixed;
  top: 0;
  left: 0;
  height: 62px;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  width: 100%;
  background-color: #fff;
  z-index: 2000;
}
.sseting-userid-btn.__pc{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  background-color: #FFF5F5;
  border: 1px solid #FF6347;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 8px 15px;
  max-width: 230px;
  margin: 0 auto;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
/* .sseting-userid-btn.__pc:hover{
  opacity: .75;
} */
.sseting-userid-btn span{
  margin-left: 8px;
  color: #FF6347;
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
}
.sseting-userid-btn.__sp{
  display: none;
}
.sseting-userid-contents{
  position: fixed;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2000;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  max-width: 340px;
  width: 100%;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: 12px;
}
.sseting-userid-contents.active{
  display: block;
}
.sseting-userid-text{
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.9;
}
.sseting-userid-text a{
  text-decoration: underline;
  color: #fff;
}
.sseting-userid-text a:hover{
  text-decoration: none;
}
.header.__userid{
  padding-top: 62px;
  background-color: #fff;
}
.header.__userid .inner{
  top: 62px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width:1099.98px){
  .search_active .nav-secondary.__userid .global-search__block{
    top: 124px;
    height: 63px;
  }
  .header.__userid .header__profile__area__sp .profile__setting__sp{
    top: 124px;
  }
  .header.__userid .header__btn--area{
    top: 64px;
  }
  .nav-open .header.__userid .nav-close-button{
    top: 64px;
  }
  .header.__userid .nav-button{
    top: 64px;
  }
  .header.__userid{
    padding-top: 54px;
    background-color: #fff;
  }
  .header.__userid .inner{
    top: 54px;
    border-top: none;
  }
  .header.__userid .header-logo{
    top:54px ;
    border-top: 1px solid #ccc;
  }
  .sseting-userid-area--inner{
    height: 54px;
  }
}
@media screen and (max-width:639.98px){
  .sseting-userid-btn.__pc{
    display: none;
  }
  .sseting-userid-contents.active{
    display: none;
  }
  .sseting-userid-btn.__sp{
    display: block;
  }
  .sseting-userid-btn.__sp a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFF5F5;
    border: 1px solid #FF6347;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px 12px;
    max-width: 230px;
    margin: 0 auto;
  }
  .sseting-userid-btn span{
    margin-left: 5px;
  }
}


.profile-upload__overlay{
  z-index:3000 !important;
}
.__active--none{
  background-color:#AAAAAA !important ;
  color: #fff !important;
  border-color: #AAA !important;
  pointer-events: none;
}
.purchase-flow_attention li a{
  text-decoration: underline;
}
.purchase-flow_attention li a:hover{
  text-decoration: none;
}
.contents__wrap.__accent{
  padding-top: 80px !important;
}
@media screen and (max-width:1099.98px){
  .contents__wrap.__accent{
    padding-top: 70px !important;
  }
}

@media screen and (max-width:459.98px){
  .under__text.__sp-none{
    display: none !important;
  }
}



.accordion-more{
  font-weight: 700;
  font-size: 14px;
  line-height: 1.9;
  color: #999999;
}
.accordion-more a{
  font-weight: 700;
  font-size: 14px;
  line-height: 1.9;
  color: #000000;
  text-decoration: underline;
}
.accordion-more a:hover{
  text-decoration: none;
}
.profile-upload__area.__normal img{
  display: none !important;
}
.upload__area--fileset img{
  display: none !important;
}
.upload__area--loading img{
  display: none !important;
}
.__normal.upload__area--loading.profile-upload__area img{
  display: none !important;
}
.__normal.upload__area--error img{
  display: none !important;
}
@media screen and (max-width: 459.98px), print {
  .profile-upload__area.__normal img{
    display: block !important;
    object-fit: contain;
    height: 200px;
    width: 100%;
  }
  .profile-upload__content .profile-upload__area.__normal{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important;
    background: #fff !important;
    padding: 0 20px !important;
  }
  .__normal.upload__area--error img{
    display: none !important;
  }
  .__normal.upload__area--fileset img{
    display: none !important;
  }
  .__normal.upload__area--loading img{
    display: none !important;
  }
  .upload__area--fileset img{
    display: none !important;
  }
  .upload__area--loading img{
    display: none !important;
  }
  .__normal.upload__area--loading.profile-upload__area img{
    display: block !important;
    object-fit: contain;
    height: 200px;
    width: 100%;
  }
}


.cart-btn.__already{
  pointer-events: none;
  background-color:#AAAAAA ;
}
.cart-btn.__accent{
  margin: 0 auto;
  margin-top: 15px;
}

.link-button3{
  position: relative;
  font-size: 2rem;
  line-height: 1.2;
  color: #999999;
  border: 1px solid #999999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  max-width: 256px;
  width: 100%;
  height: 64px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin: 0 auto;
  padding:.41em 2em .41em 2em ;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.link-button3::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width:24px ;
  border-top: 1px solid #999999;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.link-button3::after{
  content: "";
  position: absolute;
  top: 27px;
  right: 11px;
  display: block;
  transform: rotate(40deg);
  width: 11px;
  border-top: 1px solid #999999;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.link-button3:hover{
  background-color: #999999;
  color: #fff;
}
.link-button3:hover::before,.link-button3:hover::after{
  border-color: #fff;
}
.link-button-more{
  width: 100%;
  margin-top: 2.3em;
}
@media screen and (max-width: 459.98px){
  .link-button-more{
    margin-top: 1em;
  }
  .link-button3::before{
    width:20px ;
  }
  .link-button3::after{
    top: 26px;
    width: 9px;
  }
  .link-button3{
    max-width: 291px;
    height: 60px;
    font-size: 1.6rem;
  }
  .link-button3:hover{
    background-color: #fff;
    color: #999999;
  }
  .link-button3:hover::before,.link-button3:hover::after{
    border-color: #999999;
  }
}

.adp-store-item{
  position: relative;
}
.adp-store-body{
  /* position: relative;
  padding-bottom: 1.7em; */
}
.adp-store-link{
  padding: .63em .63em 40px .63em;
}
.adp-store-section.__archive .adp-store-link{
  padding: .63em .63em 60px .63em;
}
.adp-store-section.__accent2 .adp-store-link{
  padding: .63em .63em 60px .63em;
}
.adp-store-foot-area{
  position: absolute;
  bottom: 11px;
  left: 10px;
  right: 10px;
}
.adp-store-section._mypage .adp-store-link{
  padding: .63em .63em .63em .63em;
}
@media screen and (max-width: 459.98px){
  .adp-store-link{
    padding: 8px 8px 40px 8px;
  }
  .adp-store-section.__archive .adp-store-link{
    padding: 8px 8px 65px 8px;
  }
  .adp-store-section.__accent2 .adp-store-link{
    padding: 8px 8px 65px 8px;
  }
  .adp-store-section._mypage .adp-store-link{
    padding: 8px 8px 10px 8px;
  }
}



.adp-store-image.__soldout{
  position: relative;
}
.items__soldout{
  position: absolute;
  top: 0;
  left: 0;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 75px;
  height: 32px;
  padding: 5px;
  background: rgba(77, 73, 73, 0.7);
  border-radius: 0px 0px 4px 0px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
}
.items__whitelist {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: fit-content;
  height: 20px;
  padding: 8px;
  background: rgba(77, 73, 73, 0.7);
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.7em;
  font-weight: 700;
}
.adp-news-date{
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  color: #6F6F73;
  line-height: 1.2;
  margin-bottom: 10px;
}
.common-header.__flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.common-header._flex2{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.common-header._flex2 .section-more{
  margin-left: 10px;
}
.common-header.__flex .common-desc{
  margin-left: 10px;
}
.common-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-bottom: 20px;
}
.common-wrap .common-desc{
  margin-bottom: 0;
  margin-right: 10px;
  -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.sort__area{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 300px;
}
.sort__area .sort-item:first-child{
  margin-right:20px ;
}
.sort__check{
  display: none;
}
.sort__title{
  position: relative;
  display: inline-block;
  padding-left: 2em;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #000000;
}
.sort__title::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  width:20px;
  height: 20px;
  border: 1px solid #999999;
  background-color: #fff;
}
.sort__title::after{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 13px;
  height: 8px;
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  opacity: 0;
}
.sort__check:checked + .sort__title::after{
  opacity: 1;
}
.sort-select-wrap{
  position: relative;
}
.sort-select-icon{
  position: absolute;
  top: 10px;
  right: 14px;
  display: inline-block;
  z-index: 1;
}
.sort__select{
  display: block;
  width:150px ;
  height: 49px;
  border: 1px solid #999999;
  background-color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  padding:10px 25px 10px 15px ;
}

.pagination__area{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin-top: 50px;
}
.pagination__list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pagination__list li{
  list-style: none;
  width: 44px;
  height: 44px;
}
.pagination__list li:not(:last-child){
  margin-right: 7px;
}
.pagination__list li.omit{
  width: auto;
  height: auto;
  color: #000000;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
}
.pagination__list li a{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 5px;
  background-color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: #000000;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
@media screen and (min-width: 460px){
  .pagination__list li a:hover {
      background-color: #000000;
      color: #fff;
  }
}
.pagination__prev__area{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin-right: 10px;
}
.pagination__prev__skip{
  margin-right: 10px;
}
.pagination__prev__area button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 5px;
  background-color: #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.pagination__prev__area button svg{
  fill: #000000;
}
.pagination__prev__area button:hover{
  background-color: #000;
}
.pagination__prev__area button:hover svg{
  fill: #fff;
}
.pagination__prev__area button.__no-active{
  pointer-events: none;
  border: 1px solid #aaa;
}
.pagination__prev__area button.__no-active svg{
  fill: #AAAAAA;
}

.pagination__next__area{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin-left: 10px;
}
.pagination__next{
  margin-right: 10px;
}
.pagination__next__area button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 5px;
  background-color: #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.pagination__next__area button svg{
  fill: #000000;
}
.pagination__next__area button:hover{
  background-color: #000;
}
.pagination__next__area button:hover svg{
  fill: #fff;
}
.pagination__next__area button.__no-active{
  pointer-events: none;
  border: 1px solid #aaa;
}
.pagination__next__area button.__no-active svg{
  fill: #AAAAAA;
}
.pagination__list li a.__current{
  background-color: #000000;
  color: #fff;
}
@media screen and (max-width: 859.98px){
  .pagination__area{
    margin-top: 30px;
  }
  .pagination__next__skip,.pagination__prev__skip{
    display: none !important;
  }
  .pagination__next{
    margin-right: 0;
  }
  .pagination__prev__area{
    margin-right: 5px;
  }
  .pagination__next__area{
    margin-left: 5px;
  }
  .pagination__list li:not(:last-child){
    margin-right: 5px;
  }
}
@media screen and (max-width: 767.98px){
  .common-wrap{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .common-wrap .common-desc{
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 459.98px){
  /* .common-header.__flex{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .common-header.__flex .common-desc{
    margin-left: 0;
    margin-top: 10px;
  } */
  .sort__area{
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sort-tab-list .sort__area{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sort-tab-list .sort__area .sort-item:first-child{
    margin-right: 0;
  }
  .sort__area .sort-item:first-child{
    margin-right: 10px;
  }
  .adp-news-date{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 412.98px){
  .pagination__list li{
    width: 32px;
  }
  .pagination__prev__area button{
    width: 32px;
  }
  .pagination__next__area button{
    width: 32px;
  }
}
@media screen and (max-width: 359.98px){
  .sort__select{
    width: 140px;
  }
}

.property-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -10px 0;
}
.property-item{
  width: calc(33.33333% - 10px);
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #999999;
}
@media screen and (max-width: 767.98px){
  .property-wrap{
    margin: 0 -15px -15px 0;
  }
  .property-item{
    width: calc(50% - 15px);
    margin: 0 15px 15px 0;
    padding: 10px;
  }
}

.wallet_tag{
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 4px 6px;
  color:#AAAAAA;
  border: 1px solid #AAAAAA;
  margin-top: 8px;
  position: absolute;
  bottom: 11px;
  left: 11px;
}
.wallet_tag._accent1{
  color:#FF6347;
  border: 1px solid #FF6347;
}
.wallet_tag._accent2{
  color:#000000;
  border: 1px solid #000000;
}
.adp-store-section._mypage .adp-store-link._wallet{
  padding: 0.63em 0.63em 44px 0.63em
}
@media screen and (max-width: 459.98px){
  .adp-store-section._mypage .adp-store-link._wallet{
    padding: 8px 8px 41px 8px;
  }
  .wallet_tag{
    position: absolute;
    bottom: 9px;
    left: 9px;
  }
}


.payment_method_list .payment_method_item:not(:last-child){
  margin-bottom:10px ;
}
.payment_method_radio{
  display: none;
}
.payment_method_list .payment_method_item label{
  position: relative;
  display: block;
  width: 100%;
  padding:24px ;
  border: 1px solid #CCCCCC;
}
.payment_method_radio:checked + label{
  background: #FFF8F1;
  border: 1px solid #FDB274;
}
.payment_method_radio:checked + label .payment_method_title::after{
  opacity: 1;
}
.payment_method_title{
  position: relative;
  display: block;
  padding-left: 1.8em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
}
.payment_method_title::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #999999;
  background-color: #fff;
}
.payment_method_title::after{
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000;
  opacity: 0;
}
.payment_method_body{
  padding-left: 1.8em;
}
.payment_method_text{
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.9;
  color: #000000;
}
.payment_method_text a{
  display: inline-block;
  text-decoration: underline;
}
.payment_method_text a:hover{
  text-decoration: none;
}
.payment_method_foot{
  margin-top: 40px;
}
.payment_method_btn:first-child{
  margin-bottom:10px ;
}
.common_primary_button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  max-width: 256px;
  width: 100%;
  height: 64px;
  border: 1px solid #000000;
  border-radius: 4px;
  background: #000000;
  color: #fff;
  padding: 10px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit--transition: all .3s ease;
}
.common_secondary_button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  max-width: 256px;
  width: 100%;
  height: 64px;
  border: 1px solid #999999;
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  padding: 10px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit--transition: all .3s ease;
}
.common_primary_button:hover{
  background-color: #fff;
  color: #000;
  border-color: #999999;
}
.common_secondary_button:hover{
  background-color: #EFEFEF;
}
.payment_att{
  text-align: center;
  color: #FF6347;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.9;
  margin-bottom: 30px;
}
.payment_att.payment_att_cancel{
  color: #000000;
}
.payment_num_area{
  width: 100%;
  padding: 20px;
  background-color: #FFF8F1;
}
.payment_num dt,.payment_num dd{
  text-align: center;
  color: #000000;
}
.payment_num dt{
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9;
}
.payment_num dd{
  font-weight: 700;
  line-height: 1.4;
  font-size: 3.2rem;
}
.payment_num dd span{
  font-size: 2rem;
  font-weight: 700;
}
.payment_desc{
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
  color: #000000;
  margin-bottom: 20px;
}
.payment_wrap{
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-top: 50px;
  padding-bottom: 157px;
}
.payment_block{
  width: 50%;
}
.payment_block:first-child{
  padding-right:40px ;
  border-right: 1px solid #CCCCCC;
}
.payment_block:last-child{
  padding-left:40px ;
}
.payment_heading{
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 30px;
}
.payment_text{
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000000;
}
.payment_btn{
  margin: 20px 0;
}
.payment_att_text{
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.9;
  color: #6F6F73;
}
.payment_app_area{
  position: absolute;
  bottom: 0;
  left: 0;
}
.payment_app_area{
  width: 100%;
  background: #EFEFEF;
  padding: 15px;
}
.payment_app_text{
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000000;
  margin-bottom: 10px;
}
.payment_app_btn{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.payment_app_more:first-child{
  margin-right: 11px;
}
.payment_foot{
  margin-top: 40px;
}
.payment_error_area{
  text-align: center;
}
.payment_error_area dt svg{
  max-width: 140px;
  width: 100%;
  height: auto;
}
.payment_error_area dt{
  margin-bottom: 30px;
}
.payment_error_area dd{
  color: #FF6347;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
}
.payment_error_desc{
  color: #000000;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  margin-bottom: -10px;
}
.payment_qrcode{
  max-width: 256px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.nav-secondary.pc_none .inner{
  display: none !important;
}
.breadcrumbs__wrapper.pc_none{
  display: none !important;
}
@media screen and (max-width: 767.98px){
  .payment_app_area{
    position: static;
    margin-top: 20px;
  }
  .payment_block{
    width: 100%;
  }
  .payment_block:first-child{
    padding-right:0 ;
    border-right: none;
    margin-bottom: 60px;
  }
  .payment_block:last-child{
    padding-left:0 ;
  }
  .payment_wrap{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    margin-top: 40px;
    padding-bottom: 0;
  }
  .payment_foot{
    margin-top: 50px;
  }
  .payment_app_text{
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .payment_text{
    font-size: 1.2rem;
  }
  .payment_btn{
    margin: 30px 0 20px 0;
  }
  .payment_wrap{
    margin-top: 40px;
  }
  .payment_heading{
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .payment_heading_sp_none{
    display: none;
  }
  .payment_num_area{
    padding: 15px;
  }
  .payment_num dt{
    font-size: 1.4rem;
  }
  .payment_num dd{
    font-size: 2.4rem;
  }
  .payment_num dd span{
    font-size: 1.6rem;
  }
  .payment_att{
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .payment_method_list .payment_method_item label{
    padding:15px ;
  }
  .payment_method_title{
    font-size: 1.4rem;
  }
  .payment_method_text{
    line-height: 1.6;
  }
  .payment_method_body{
    padding-left: 1.6em;
  }
  .payment_method_title::after{
    top: 6px;
  }
  .common_primary_button{
    max-width: 292px;
    height: 60px;
    font-size: 1.6rem;
  }
  .common_secondary_button{
    max-width: 292px;
    height: 60px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 459.98px){
  .nav-secondary.pc_none .inner{
    display: block !important;
  }
  .breadcrumbs__wrapper.pc_none{
    display: block !important;
  }
  .payment_error_desc{
    font-size: 1.2rem;
    max-width: 190px;
    margin: 0 auto;
    margin-bottom: -30px;
  }
  .payment_error_desc.payment_cancel_desc{
    max-width: none;
  }
  .payment_error_area dd{
    font-size: 1.2rem;
  }
  .payment_error_area dt svg{
    max-width: 114px;
  }
  .payment_error_area dt{
    margin-bottom: 20px;
  }
  .payment_app_more:first-child svg{
    max-width: 137px;
    width: 100%;
    height: auto;
  }
  .payment_app_more:last-child svg{
    max-width: 170px;
    width: 100%;
    height: auto;
  }
  .payment_desc{
    text-align: left;
    font-size: 1.2rem;
  }
  .common_primary_button:hover{
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
  }
  .common_secondary_button:hover{
    background: #ffffff;
  }
}

.modal-wrapper{
  z-index: 9999;
}

.payment_cancel{
  text-align: center;
}
.common_secondary_button{
  text-align: center;
}
.common_primary_button{
  text-align: center;
}
.payment_cancel_att{
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.9;
  color: #6F6F73;
  margin-top: 8px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 459.98px){
  .payment_cancel_att{
    margin-top: 10px;
  }
  .payment_cancel_att{
    text-align: left;
  }
}



.common_modal_overlay{
  padding: 20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  /* cursor: pointer; */
  overflow: auto;
  position: fixed;
  z-index: 2000;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.7);
  height: 100%;
}
.common_modal_block{
  position: relative;
  padding: 40px;
  width: 100%;
  max-width: 960px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  color: #000;
  border: 1px solid #CCCCCC;
  background: #fff;
  cursor: auto;
  transition: .5s;
}
.common_modal_block .contents__title{
  margin: 20px 0 30px;
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
  font-size: 3rem;
  font-weight: 700;
  text-align: left;
}
.common_modal_block .contents__title{
  margin-top: 0 !important;
}
.common_modal_block .close__btn{
  padding: 0;
}
.common_modal_image{
  text-align: center;
}
.common_modal_image svg{
  margin: 0 auto;
}
.common_modal_text{
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #000000;
  margin-top: 15px;
}
.common_modal_text p{
  font-weight: 400;
}
.common_modal_buttons{
  text-align: center;
  margin-top: 15px;
}
.common_modal_more{
  text-align: center;
}
.common_modal_more:not(:last-child){
  margin-bottom: 10px;
}
@media screen and (max-width: 639.98px), print {
  .common_modal_block{
    padding: 20px;
  }
  .common_modal_image svg{
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .common_modal_text{
    font-size: 1.2rem;
  }
  .common_modal_block .contents__title{
    font-size: 1.8rem;
  }
  .common_modal_block .contents__title{
    margin: 20px 0 20px;
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 459.98px), print {
}

.payment_num_limit{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.payment_num_limit dt,.payment_num_limit dd{
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #000000;
}
.payment_num_att{
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.9;
  color: #6F6F73;
}
@media screen and (max-width: 639.98px), print{
  .payment_num_limit{
    margin-top: 8px;
  }
  .payment_num_limit dt,.payment_num_limit dd{
    font-size: 1.4rem;
  }
}


.common-att-button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin: 0 auto;
}
.common-att-button span{
  display: inline-block;
  margin-left: 3px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000000;
  text-decoration: underline;
}
.common-att-button:hover{
  text-decoration: none;
}
.common-att-button:hover span{
  text-decoration: none;
}

.wallet-nft-body__inner .wallet-box{
  margin-bottom: 0;
}
.wallet-nft-att{
  margin-top: 30px;
}
.wallet_other_more{
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 639.98px), print{
  .wallet-nft-att{
    margin-top: 20px;
  }
}



/* modal */
.spb {
  display: none;
}

@media (max-width: 768px) {
  .pcb {
    display: none;
  }
  .spb {
    display: block;
  }
}


body.modal-open {
  overflow: hidden;
  height: 100vh;
}

@media (max-width: 768px) {
  body.modal-open {
    position: fixed;
  }
}

.modal-backdrop.show {
  opacity: .92;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 24px;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-dialog {
  margin: 0;
}

.modal-content {
  border: none;
}


.modal-container {
  text-align: center;
  max-width: 960px;
  margin: auto;
}

.modal-title {
  font-size: 3.2rem;
  margin-bottom: 24px;
  color: #000;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .modal-title {
    font-size: 2rem;
  }
}

.head-tx:not(:last-child){
  margin-bottom: 2.5em;
}
.head-tx{
  text-align: center;
}
.head-tx p{
  margin-bottom: .5em;
}



.faq-section:not(:last-child){
  margin-bottom: 50px;
}
.faq-heading{
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 10px;
}
.faq-accordion{
  border: 1px solid #999999;
}
.faq-accordion:not(:first-child){
  border-top: 0;
}
.faq-accordion .faq-accordion_head{
  position: relative;
  padding: 15px 45px 15px 15px;
  cursor: pointer;
  background-color: #fff;
}
.faq-accordion .faq-accordion_head svg{
  position: absolute;
  top: 50%;
  right:20px ;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
}
.faq-accordion .faq-accordion_title{
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #000000;
}
.faq-accordion .faq-accordion_answer{
  display: none;
  padding: 0 15px 15px 15px;
  font-weight: 400;
  font-size: 1.5rem;
  color: #000000;
  line-height: 1.9;
}
.faq-accordion .faq-accordion_answer a{
  text-decoration: underline;
}
.faq-accordion .faq-accordion_answer a:hover{
  text-decoration: none;
}
.faq-accordion.open .faq-accordion_answer{
  display: block;
}
.faq-accordion.open .faq-accordion_head svg{
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 459.98px), print {
  .faq-section:not(:last-child){
    margin-bottom: 40px;
  }
  .faq-heading{
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .faq-accordion .faq-accordion_answer{
    padding: 0 20px 20px 20px;
    font-size: 1.3rem;
  }
  .faq-accordion .faq-accordion_head{
    padding: 20px 37px 20px 20px;
  }
  .faq-accordion .faq-accordion_title{
    font-size: 1.4rem;
  }
  .faq-accordion .faq-accordion_head svg{
    right:10px ;
    width: 22px;
    height: 22px;
  }
}

.store-conf-block{
  display: block;
  width: 100%;
  margin-top: -20px;
}
.store-conf-box{
  padding: 20px;
  background: #FFF8F1;
}
.store-conf-box.success{
  background-color: #d1e7dd;
}
.store-conf-box.error{
  background-color: #f8d7da;
}
.store-conf-box dt{
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.9;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
}
.store-conf-box dd{
  text-align: left;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000000;
}
.store-conf-box dd a{
  text-decoration: underline;
}

.store-detail-block.__mt .store-detail-text2{
  width: 100%;
  text-align: center;
}
.store-detail-block.__mb0 + .store-detail-status.__mt{
  margin-top: 0;
}
.store-detail-block.__mb0 .store-conf-box dd{
  text-align: center;
}
@media screen and (max-width: 1099.98px), print{
  .store-detail-block.__mb0 .store-conf-box dd{
    text-align: left;
  }
}

.store-conf-block .cart-btn{
  margin: 0 auto;
}
.store-detail-block._no-flex{
  display: block;
  width: 100%;
}
.store-conf-block + .store-detail-cart{
  display: none;
}
.store-detail-cart._center{
  margin: 0 auto;
}
@media screen and (max-width: 459.98px), print {
  .store-conf-block{
    margin-top: -10px;
  }
  .store-conf-box{
    padding: 15px;
  }
  .store-conf-box dt{
    font-size: 1.4rem;
  }
  .store-conf-box dd{
    font-size: 1.2rem;
  }
}

.privacy__anchor__list{
  width: 100%;
  margin-bottom: 40px;
}
.privacy__anchor__list .privacy__anchor__item{
  list-style: none;
  border-top: 1px solid #CCCCCC;
}
.privacy__anchor__list .privacy__anchor__item:last-child{
  border-bottom: 1px solid #CCCCCC;
}
.privacy__anchor__list .privacy__anchor__item a{
  position: relative;
  display: block;
  padding:15px 45px 15px 0 ;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #000000;
}
.privacy__anchor__list .privacy__anchor__item a span{
  font-weight: 700;
}
.privacy__anchor__list .privacy__anchor__item a svg{
  position: absolute;
  right:20px ;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.anchor-point3 {
  display: block;
}

.anchor-point3::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -131px;
  margin-bottom: 130px;
  background: transparent;
  z-index: -100;
}
@media screen and (max-width: 459.98px), print {
  .privacy__anchor__list .privacy__anchor__item a{
    padding:20px 27px 20px 0 ;
    font-size: 1.4rem;
  }
  .privacy__anchor__list .privacy__anchor__item a svg{
    right: 0;
    width: 22px;
    height: 22px;
  }
}




.wallet_modal_text{
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000000;
}
.wallet_modal_text a{
  text-decoration: underline;
  font-weight: 400;
}
.wallet_modal_text a:hover{
  text-decoration: none;
}
.wallet_modal_wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-top: 25px;
}
.wallet_modal_item{
  width: 50%;
}
.wallet_modal_item:first-child{
  padding-right:40px ;
  margin-right: 40px;
  border-right: 1px solid #CCCCCC;
}
.wallet_modal_head{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.wallet_modal_button{
  margin: 20px 0;
}
.wallet_modal_thumb{
  margin-right: 8px;
}
.wallet_modal_att{
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.9;
  color: #6F6F73;
  margin-top: 15px;
}
.wallet_modal_thumb img{
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.wallet_modal_qr{
  max-width: 180px;
  margin: 10px auto;
}
.wallet_modal_heading{
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #000000;
}
.payment_app_area.wallet_modal{
  position: static;
}
.common_modal_block._overflow{
  height: 100%;
}
.payment_app_area.wallet_modal .payment_app_text .br{
  display: none;
}
.wallet_acc_arrow{
  display: none;
}
@media screen and (min-width: 768px), print{
  .wallet_modal_body{
    display: block !important;
  }
  .wallet_modal_head{
    pointer-events: none;
    cursor: inherit;
  }
}
@media screen and (max-width: 1099.98px), print {
  .payment_app_area.wallet_modal .payment_app_more:first-child svg{
    width:97px ;
    height: 35px;
  }
  .payment_app_area.wallet_modal .payment_app_more:last-child svg{
    width:120px ;
    height: 35px;
  }
}
@media screen and (max-width: 767.98px), print {
  .payment_app_area.wallet_modal .payment_app_more:first-child{
    margin-right: 6px;
  }
  .wallet_modal_wrap{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    margin-top: 20px;
  }
  .wallet_modal_item{
    width: 100%;
    border: 1px solid #CCCCCC;
  }
  .wallet_modal_item:first-child{
    padding-right:0 ;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .wallet_modal_body{
    display: none;
    padding: 0 20px 20px 20px;
  }
  .wallet_modal_head{
    position: relative;
    margin-bottom: 0;
    padding: 15px 30px 15px 10px;
    border-bottom: none;
    cursor: pointer;
  }
  .wallet_acc_arrow{
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .wallet_modal_item.open .wallet_acc_arrow{
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
  }
  .wallet_modal_item.open .wallet_modal_body{
    display: block;
  }
  .wallet_modal_heading{
    font-size: 1.6rem;
  }
  .wallet_modal_text{
    font-size: 1.2rem;
  }
  .wallet_modal_qr{
    margin: 0 auto;
    border-top: 10px;
    border-bottom: 30px;
  }
  .payment_app_area.wallet_modal .payment_app_text{
    font-size: 1.2rem;
    text-align: center;
  }
  .payment_app_area.wallet_modal .payment_app_text .br{
    display: block;
  }
  .wallet_modal_att{
    margin-top: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 459.98px), print {
}
@media screen and (max-width: 374.98px), print {
  .payment_app_area.wallet_modal .payment_app_more:first-child svg{
    width:81px ;
    height: 30px;
  }
  .payment_app_area.wallet_modal .payment_app_more:last-child svg{
    width:98px ;
    height: 30px;
  }
}

.common_modal_close_trigger{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* z-index: 2000; */
  cursor: pointer;
}
.modal-wrap .common_modal_overlay{
  opacity: 0;
  transform: scale(0);
  transition: opacity .5s,transform 0 .5s;
}
.modal-wrap .common_modal_block{
  transform: scale(1.2);
  transition: .5s;
}
.modal-wrap.active .common_modal_overlay{
  opacity: 1;
  transform: scale(1);
  transition: opacity .5s;
}
.modal-wrap.active .common_modal_block{
  transform: scale(1);
}
.progress-bar-collection {
  width: 100%;
  height: 12px;
  background-color: #eeeeee;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.progress-bar-collection__value {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  background: radial-gradient(farthest-corner circle at 0% 100% in oklab, oklch(93% 0.06 326) 0%, oklch(35% .5 313) 100%);
  border-radius: 9999px;
}

.collection-area {
  display: grid;
  grid-template-columns: 6fr 4fr;
  column-gap: 40px;
}

.collection-detail-body {
  display: grid;
}

.collection-target {
  border: 0.1rem solid #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 16px;
}

.collection-target__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.collection-target__wrap--header {
  flex-direction: row;
}

.collection-target__wrap--progress {
  flex-direction: column;
  align-items: flex-start;
}

.collection-target__label {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

.collection-target__achievement {
  font-size: 12px;
  color: #333;
  align-self: flex-start;
}

.currency {
  color: #666;
}

.amount {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 767.98px), print {
  .collection-area {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  .collection-target__wrap--header {
    flex-direction: column;
  }
}

.collection-detail-text .collapsed {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}