@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15; /* 1 */
        -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
            text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
    font-weight: inherit;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * 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: -.25em;
}

sup {
    top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio, video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type='checkbox'], [type='radio'] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

:root {
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
}

body {
    background-color: #f8f8f8;
    color: #4b4b4b;
    font-size: 1em;
    font-size: 1rem;
    font-family: Robot, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Helvetica, sans-serif;
    line-height: 1.8;
}

body._isFixed {
    position: fixed;
    width: 100%;
}

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

button, .userName, .listNews li:not(.more) a, .btn02._arrow02, .btnFavo, .btnMail, .btnMyArtist .markFavo::before, .btnMyArtist .markFavo::after, .artistArea .artistBox, .tbl02 table tbody tr th, .tbl02 table tbody tr td, .modalClose span, .listSortType, .tglQa > .tglHook::after {
    transition: all .3s;
}

.listCheck, .linkBtnList, .linkAnchor, .listBullet01, .listBullet02, .listSquare01, .listNone, .listNoti, .listNumber01, .listIcon, .listTag, .listNumber02, .listNumber03, .listNumber04, .listAnchorBtn, .listFlow, .listPhase, .listLink, .listBox, .listNews, .listNews02, .listSortType, .listProg {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

._mb.listCheck > li, ._mb.linkBtnList > li, ._mb.linkAnchor > li, ._mb.listBullet01 > li, ._mb.listBullet02 > li, ._mb.listSquare01 > li, ._mb.listNone > li, ._mb.listNoti > li, ._mb.listNumber01 > li, ._mb.listIcon > li, ._mb.listTag > li, ._mb.listNumber02 > li, ._mb.listNumber03 > li, ._mb.listNumber04 > li, ._mb.listAnchorBtn > li, ._mb.listFlow > li, ._mb.listPhase > li, ._mb.listLink > li, ._mb.listBox > li, ._mb.listNews > li, ._mb.listNews02 > li, ._mb.listSortType > li, ._mb.listProg > li {
    margin-bottom: 14px;
}

._mb.listCheck > li:last-child, ._mb.linkBtnList > li:last-child, ._mb.linkAnchor > li:last-child, ._mb.listBullet01 > li:last-child, ._mb.listBullet02 > li:last-child, ._mb.listSquare01 > li:last-child, ._mb.listNone > li:last-child, ._mb.listNoti > li:last-child, ._mb.listNumber01 > li:last-child, ._mb.listIcon > li:last-child, ._mb.listTag > li:last-child, ._mb.listNumber02 > li:last-child, ._mb.listNumber03 > li:last-child, ._mb.listNumber04 > li:last-child, ._mb.listAnchorBtn > li:last-child, ._mb.listFlow > li:last-child, ._mb.listPhase > li:last-child, ._mb.listLink > li:last-child, ._mb.listBox > li:last-child, ._mb.listNews > li:last-child, ._mb.listNews02 > li:last-child, ._mb.listSortType > li:last-child, ._mb.listProg > li:last-child {
    margin-bottom: 0;
}

._mb0.listCheck, ._mb0.linkBtnList, ._mb0.linkAnchor, ._mb0.listBullet01, ._mb0.listBullet02, ._mb0.listSquare01, ._mb0.listNone, ._mb0.listNoti, ._mb0.listNumber01, ._mb0.listIcon, ._mb0.listTag, ._mb0.listNumber02, ._mb0.listNumber03, ._mb0.listNumber04, ._mb0.listAnchorBtn, ._mb0.listFlow, ._mb0.listPhase, ._mb0.listLink, ._mb0.listBox, ._mb0.listNews, ._mb0.listNews02, ._mb0.listSortType, ._mb0.listProg {
    margin-bottom: 0;
}

a {
    color: #1ddab6;
    position: relative;
    text-decoration: none;
    transition: background-color .3s, border .3s, color .3s, opacity .3s;
}

a::before, a::after {
    transition: background-color .3s, border .3s, color .3s, opacity .3s;
}

a img {
    transition: opacity .3s;
}

p {
    margin: 0 0 25px;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Helvetica, sans-serif;
    line-height: 1.4;
    text-align: left;
}

input[type='text'], input[type='number'], input[type='password'], input[type='tel'], select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
}

strong, em {
    font-style: normal;
    font-weight: bold;
}

.inner {
    margin: 0 auto;
}

.onlySp {
    display: block !important;
}

.onlyPc {
    display: none !important;
}

*:focus {
    outline: none;
}

input[type='text'], input[type='number'], input[type='password'], input[type='tel'] {
    background-color: #fff;
    border: 2px solid #d6dfde;
    border-radius: 3px;
    color: #4b4b4b;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Helvetica, sans-serif;
    line-height: 1.2;
    padding: 10px;
}

input[type='text']._disabled, input[type='number']._disabled, input[type='password']._disabled, input[type='tel']._disabled {
    background-color: #ccc;
}

input[type='text']:focus, input[type='number']:focus, input[type='password']:focus, input[type='tel']:focus {
    border-color: #1ddab6;
}

input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder {
    color: #a1aaa9;
}

input[type='text']:-moz-placeholder, input[type='number']:-moz-placeholder, input[type='password']:-moz-placeholder, input[type='tel']:-moz-placeholder {
    color: #a1aaa9;
}

input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='tel']::-moz-placeholder {
    color: #a1aaa9;
}

input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder {
    color: #a1aaa9;
}

input[type='text']:placeholder-shown, input[type='number']:placeholder-shown, input[type='password']:placeholder-shown, input[type='tel']:placeholder-shown {
    color: #a1aaa9;
}

input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

select {
    background: #fff url(/resource/images/bgSelect.png) no-repeat right 12px center;
    background-size: 8px auto;
    border: 2px solid #d6dfde;
    border-radius: 3px;
    box-sizing: border-box;
    color: #4b4b4b;
    font-size: 1.6rem;
    padding: 6px 30px 6px 20px;
    transform: scale(.875);
    min-width: 80px;
}

select::-ms-expand {
    display: none;
}

label {
    display: inline-block;
}

.checkbox01, .checkbox02, .checkbox03, .radio01, .radio02, .radio03 {
    margin-right: 36px;
}

.inputEqu input[type='text'], .inputEqu input[type='password'] {
    margin-top: 10px;
    width: 100%;
}

.inputFull input[type='text'], .inputFull input[type='password'] {
    margin-top: 10px;
    width: 100%;
}

.checkbox01, .checkbox02, .checkbox03 {
    display: inline-block;
    min-height: 24px;
    line-height: 24px;
    padding-left: 40px;
    position: relative;
}

.checkbox01 span::before, .checkbox02 span::before, .checkbox03 span::before {
    border: 2px solid #e3e9e9;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
}

.checkbox01 input[type='checkbox'], .checkbox02 input[type='checkbox'], .checkbox03 input[type='checkbox'] {
    position: absolute;
    top: 2px;
    left: 2px;
}

.checkbox01 input[type='checkbox']:checked + span::after, .checkbox02 input[type='checkbox']:checked + span::after, .checkbox03 input[type='checkbox']:checked + span::after {
    background-image: url(/resource/images/sprite.png);
    background-position: -89.5px -79px;
    width: 10px;
    height: 9px;
    background-size: 203px 188px;
    content: '';
    display: block;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    left: 7px;
}

.checkbox01 {
    color: #313131;
}

.checkbox01 span::before {
    background-color: #f6f6f6;
}

.checkbox02 {
    color: #a1aaa9;
}

.checkbox02 span::before {
    background-color: #d6dfde;
}

.checkbox03 span::before {
    background-color: #fff;
}

.listCheck li {
    margin-bottom: 12px;
}

.listCheck li label {
    background-color: #f8f8f8;
    border-radius: 3px;
    color: #323232;
    display: block;
    padding: 24px 10px 24px 15px;
    position: relative;
}

.listCheck li label span {
    display: block;
    padding-left: 38px;
    position: relative;
}

.listCheck li label span::before {
    background-color: #fff;
    content: '';
    display: block;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
}

.listCheck li label input {
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 15px;
}

.listCheck li label input:checked + span::after {
    background-image: url(/resource/images/sprite.png);
    background-position: -30px -166px;
    width: 13px;
    height: 11.5px;
    background-size: 203px 188px;
    content: '';
    display: block;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    left: 4px;
}

.radio01, .radio02, .radio03 {
    display: inline-block;
    min-height: 24px;
    line-height: 24px;
    padding-left: 40px;
    position: relative;
}

.radio01 span::before, .radio02 span::before, .radio03 span::before {
    border: 2px solid #e3e9e9;
    border-radius: 50%;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
}

.radio01 input[type='radio'], .radio02 input[type='radio'], .radio03 input[type='radio'] {
    position: absolute;
    top: 4px;
    left: 4px;
}

.radio01 input[type='radio']:checked + span::before, .radio02 input[type='radio']:checked + span::before, .radio03 input[type='radio']:checked + span::before {
    background-color: #fff;
    border: 8px solid #1ddab6;
}

._null.radio01, ._null.radio02, ._null.radio03 {
    margin-right: 0;
    padding-left: 24px;
}

.tbl01 ._null.radio01, .tblCart ._null.radio01, .tbl01 ._null.radio02, .tblCart ._null.radio02, .tbl01 ._null.radio03, .tblCart ._null.radio03 {
    margin-top: 8px;
}

.radio01 span::before {
    background-color: #f6f6f6;
}

.radio02 {
    padding-left: 0;
}

.radio02 span {
    padding-right: 40px;
    padding-left: 0;
}

.radio02 span::before {
    background-color: #f6f6f6;
    right: 0;
    left: auto;
}

.radio02 input[type='radio'] {
    position: absolute;
    top: 5px;
    right: 5px;
    left: auto;
}

.radio03 span::before {
    background-color: #fff;
}

.header {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    font-size: 1.3rem;
    position: relative;
    width: 100%;
}

.header._headerFixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.headerInner {
    padding: 13px 16px 10px;
}

.headerInner::before, .headerInner::after {
    clear: both;
    content: '';
    display: table;
}

.headerInner a {
    border-bottom: none;
}

.headerLogo {
    float: left;
    font-size: 2rem;
    margin: 0;
    width: 94px;
}

.headerLogo a, .headerLogo img {
    display: block;
}

.headerControl {
    float: right;
}

.headerControl::before, .headerControl::after {
    clear: both;
    content: '';
    display: table;
}

.userName {
    background-color: #fff;
    display: inline-block;
    margin: -12px 0 0;
    opacity: 0;
    padding: 16px 16px 16px 23px;
    pointer-events: none;
    position: absolute;
    left: 0;
    visibility: hidden;
    min-width: 95px;
}

.userName._isShow {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.headerControlBtn {
    color: #1ddab6;
    float: left;
    height: 28px;
    margin-left: 18px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-indent: 200%;
    width: 28px;
    white-space: nowrap;
}

.headerControlBtn .badge {
    background-color: #f94b16;
    border: 3px solid #fff;
    border-radius: 12px;
    color: #fff;
    display: block;
    font-size: 1rem;
    line-height: 1;
    min-height: 24px;
    padding: 5px 3px 0;
    position: absolute;
    top: -4px;
    right: -2px;
    text-align: center;
    text-indent: 0;
    transform: scale(.8);
    min-width: 24px;
}

.headerNoti {
    padding: 4px 4px 2px 2px;
}

.headerNoti::before {
    content: '';
    display: block;
    margin-bottom: 5px;
    background-image: url(/resource/images/sprite.png);
    background-position: -22px -144px;
    width: 19px;
    height: 20px;
    background-size: 203px 188px;
}

.headerCart {
    position: relative;
    width: 34px;
    z-index: 102;
    padding: 6px 7px 2px 1px;
}

.headerCart::before {
    content: '';
    display: block;
    margin-bottom: 4px;
    background-image: url(/resource/images/sprite.png);
    background-position: 0 -123px;
    width: 25px;
    height: 19px;
    background-size: 203px 188px;
}

.headerNavTgl {
    margin-right: -5px;
    padding: 0 4px;
    position: relative;
    z-index: 102;
}

.headerNavTgl::before, .headerNavTgl::after {
    content: '';
    background-color: #4b4b4b;
    border-radius: 1.5px;
    display: block;
    height: 3px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: all .5s;
    width: 20px;
}

.headerNavTgl::after {
    top: auto;
    bottom: 3px;
}

.headerNavTgl .headerNavIcon {
    background-color: #4b4b4b;
    border-radius: 1.5px;
    display: block;
    height: 3px;
    margin-top: -1px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 4px;
    transition: all .5s;
    width: 20px;
}

.headerNavTgl._open::before, .headerNavTgl._open::after {
    margin-top: -1px;
    top: 50%;
    left: 1px;
    width: 25px;
}

.headerNavTgl._open::before {
    transform: rotate(135deg);
}

.headerNavTgl._open::after {
    transform: rotate(45deg);
}

.headerNavTgl._open .headerNavIcon {
    background-color: transparent;
    transform: rotate(90deg);
    width: 0;
}

.areaNav {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    display: none;
    font-size: 1rem;
    text-align: center;
    overflow-y: auto;
    padding: 25px 0 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}

.areaNav p {
    margin-bottom: 15px;
}

.areaNav .btn01 {
    display: block;
    margin: 0 20px;
    width: auto;
}

.no-js .headerNavTgl {
    display: none;
}

.no-js .areaNav {
    position: static;
    display: block;
}

.areaNavInner {
    margin: 0 auto;
    padding: 0 23px;
}

.areaNavInner::before, .areaNavInner::after {
    clear: both;
    content: '';
    display: table;
}

.navGlobal {
    margin-top: 45px;
}

.navGlobal ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navGlobal ul::before, .navGlobal ul::after {
    clear: both;
    content: '';
    display: table;
}

.navGlobal ul li {
    float: left;
    margin-bottom: 14px;
    width: 30%;
}

.navGlobal ul li:nth-child(3n-1) {
    margin: 0 5% 14px;
}

.navGlobal ul li a {
    border: 2px solid #1ddab6;
    border-radius: 2px;
    color: #1ddab6;
    display: block;
    padding: 35px 0 11px;
    position: relative;
}

.navGlobal ul li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navItem01 a::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -175px -16px;
    width: 13.5px;
    height: 14.5px;
    background-size: 203px 188px;
    content: '';
    display: block;
}

.navItem02 a::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -115px -144px;
    width: 14.5px;
    height: 14.5px;
    background-size: 203px 188px;
    content: '';
    display: block;
}

.navItem03 a::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -175px 0;
    width: 14px;
    height: 14px;
    background-size: 203px 188px;
    content: '';
    display: block;
}

.navItem04 a::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -131.5px -144px;
    width: 14.5px;
    height: 14.5px;
    background-size: 203px 188px;
    content: '';
    display: block;
}

.navItem05 a::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -191px -15px;
    width: 10px;
    height: 14.5px;
    background-size: 203px 188px;
    content: '';
    display: block;
}

.navItem06 a::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -148px -144px;
    width: 14px;
    height: 14px;
    background-size: 203px 188px;
    content: '';
    display: block;
}

.footer {
    border-top: 1px solid #ebebeb;
    background-color: #fff;
    font-size: 1.3rem;
}

.footerInner {
    padding: 32px 10px;
}

#pageTop {
    background-color: #1ddab6;
    border-radius: 50%;
    color: transparent;
    display: none;
    height: 48px;
    opacity: .5;
    overflow: hidden;
    right: 16px;
    position: fixed;
    bottom: 16px;
    transition: none;
    width: 48px;
    white-space: nowrap;
    z-index: 1000;
}

#pageTop::before {
    border: 8px solid transparent;
    border-bottom: 10px solid #fff;
    border-top-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    content: '';
    display: block;
    margin: 18px auto 0;
}

#pageTop._isEnd {
    position: absolute;
}

.footerLogo {
    margin: 0 auto;
    width: 93px;
}

.footerNav {
    font-size: 1rem;
    list-style-type: none;
    margin: 33px auto 19px;
    padding: 0;
    text-align: center;
    width: 90%;
}

.footerNav li {
    display: inline-block;
    margin: 0 6px 4px;
    padding: 0;
}

.footerNav li a {
    color: #4b4b4b;
    display: inline-block;
}

.footerCopyright {
    text-align: center;
    margin-bottom: 0;
}

.footerCopyright small {
    font-size: .9rem;
}

.container {
    overflow: hidden;
    position: relative;
}

.container::after {
    clear: both;
    content: '';
    display: table;
}

.main {
    display: block;
    font-size: 1.4rem;
}

#loginAfter {
    background-color: #3a3a3a;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

#loginAfter::before, #loginAfter::after {
    clear: both;
    content: '';
    display: table;
}

#loginAfter::before {
    background: inherit;
    content: '';
    display: block;
    filter: blur(15px) brightness(.9);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: scale(1.6);
    width: 100vw;
    z-index: -1;
}

#loginAfter::after {
    background-color: rgba(58, 58, 58, .25);
    content: '';
    display: block;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: -1;
}

#loginAfter._artistPctNone::after {
    display: none;
}

#loginAfter._artistPctNone .container {
    background-color: #f7f7f7;
    color: #4b4b4b;
}

#loginAfterNone {
    background-attachment: fixed;
    background-color: #3a3a3a;
    background-image: url(/images/login_after/bg_indexAfter_none.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

#loginAfterNone::before, #loginAfterNone::after {
    clear: both;
    content: '';
    display: table;
}

.ieBlur {
    height: 100vh;
    opacity: .9;
    position: fixed;
    top: 0;
    left: 0;
    transform: scale(1.2);
    width: 100vw;
    z-index: -1;
}

.mainInner {
    padding: 30px 16px;
}

.mainInner > :last-child {
    margin-bottom: 0;
}

.inner._typeL {
    padding: 60px 16px;
}

.inner02 > :last-child {
    margin-bottom: 0;
}

.inner03 {
    margin: 16px 0;
}

.itemContent {
    margin-bottom: 40px;
}

.itemContent > :last-child {
    margin-bottom: 0;
}

.itemContent::before, .itemContent::after {
    clear: both;
    content: '';
    display: table;
}

.itemContent._border {
    border-top: 1px solid #f7f7f7;
    padding-top: 30px;
}

.contentArea {
    background-color: #fff;
}

.contentArea::before, .contentArea::after {
    clear: both;
    content: '';
    display: table;
}

.contentArea02::before, .contentArea02::after {
    clear: both;
    content: '';
    display: table;
}

.listBreadcrumb ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.listBreadcrumb ol::before, .listBreadcrumb ol::after {
    clear: both;
    content: '';
    display: table;
}

.listBreadcrumb ol li {
    float: left;
    color: #a1aaa9;
}

.listBreadcrumb ol li a {
    color: #a1aaa9;
}

.listBreadcrumb ol li b {
    font-weight: normal;
}

.listBreadcrumb ol li::after {
    background-image: url(/resource/images/sprite.png);
    background-position: -60px -166px;
    width: 11.5px;
    height: 10px;
    background-size: 203px 188px;
    content: '';
    display: inline-block;
    height: 10px;
    margin: 0 12px;
    width: 12px;
}

.listBreadcrumb ol li:last-child::after {
    display: none;
}

.contentBox {
    background-color: #fff;
    border-radius: 10px;
    padding: 22px;
}

.grid[data-grid='leftMainCol2_01'] .colMain, .grid[data-grid='leftMainCol2_01'] .colSub, .grid[data-grid='rightMainCol2_01'] .colMain, .grid[data-grid='rightMainCol2_01'] .colSub {
    display: block;
}

.col .itemPict {
    margin-bottom: 15px;
}

.col .itemPict:last-child {
    margin-bottom: 0;
}

.grid[data-col='auto'] {
    display: block;
}

.grid[data-col='auto']._spKeep {
    display: flex;
}

.grid[data-col='auto'] .col {
    margin-bottom: 24px;
}

.grid[data-col='auto'] .col:last-child, .grid[data-col='auto'] .col > :last-child {
    margin-bottom: 0;
}

.grid[data-col='autoNo'] {
    display: block;
}

.grid[data-col='autoNo']._spKeep {
    display: flex;
}

.grid[data-col='autoNo'] .col {
    margin-bottom: 24px;
}

.grid[data-col='autoNo'] .col:last-child, .grid[data-col='autoNo'] .col > :last-child {
    margin-bottom: 0;
}

.grid[data-col='2'] {
    display: block;
}

.grid[data-col='2']._spKeep {
    display: flex;
}

.grid[data-col='2'] .col {
    margin-bottom: 24px;
}

.grid[data-col='2'] .col:last-child, .grid[data-col='2'] .col > :last-child {
    margin-bottom: 0;
}

.grid[data-col='3'] {
    display: block;
}

.grid[data-col='3']._spKeep {
    display: flex;
}

.grid[data-col='3'] .col {
    margin-bottom: 24px;
}

.grid[data-col='3'] .col:last-child, .grid[data-col='3'] .col > :last-child {
    margin-bottom: 0;
}

.grid[data-col='4'] {
    display: block;
}

.grid[data-col='4']._spKeep {
    display: flex;
}

.grid[data-col='4'] .col {
    margin-bottom: 24px;
}

.grid[data-col='4'] .col:last-child, .grid[data-col='4'] .col > :last-child {
    margin-bottom: 0;
}

.grid[data-col='2No'] {
    display: block;
}

.grid[data-col='2No']._spKeep {
    display: flex;
}

.grid[data-col='2No'] .col {
    margin-bottom: 24px;
}

.grid[data-col='2No'] .col:last-child, .grid[data-col='2No'] .col > :last-child {
    margin-bottom: 0;
}

.grid[data-col='3No'] {
    display: block;
}

.grid[data-col='3No']._spKeep {
    display: flex;
}

.grid[data-col='3No'] .col {
    margin-bottom: 24px;
}

.grid[data-col='3No'] .col:last-child, .grid[data-col='3No'] .col > :last-child {
    margin-bottom: 0;
}

.grid[data-col='4No'] {
    display: block;
}

.grid[data-col='4No']._spKeep {
    display: flex;
}

.grid[data-col='4No'] .col {
    margin-bottom: 24px;
}

.grid[data-col='4No'] .col:last-child, .grid[data-col='4No'] .col > :last-child {
    margin-bottom: 0;
}

.grid[data-grid='leftMainCol2_01'] .colSub {
    margin-top: 48px;
}

.grid[data-grid='leftMainCol2_01'] .colSub > :last-child {
    margin-bottom: 0;
}

.grid[data-grid='rightMainCol2_01'] .colSub {
    margin-bottom: 48px;
}

.grid[data-grid='rightMainCol2_01'] .colSub > :last-child {
    margin-bottom: 0;
}

.areaBanner {
    text-align: center;
    margin: 24px 16px;
}

.areaBanner > :last-child {
    margin-bottom: 0;
}

.mainVisual {
    background-color: #fff;
}

.mainVisual .itemText {
    padding: 50px 10%;
}

.mainVisual .itemText > :last-child {
    margin-bottom: 0;
}

.mainVisual .itemText > .inner {
    margin: 0 auto;
    max-width: 480px;
}

.mainVisual .itemText > .inner .areaBtn {
    margin: 30px 0 0;
}

.mainVisual .itemText > .inner .btn01 {
    font-size: 1.5rem;
    margin: 0;
    width: 100%;
    min-width: auto;
}

.mainVisual .itemText .hdg {
    display: block;
    padding: 0 20px;
    margin: 0 auto 55px;
    text-align: center;
}

.mainVisual .itemPict {
    display: none;
}

._type02 .boxCarousel .boxCarouselItem img {
    margin: 0 auto;
}

.boxCarousel .caption {
    color: #d0d4d4;
    font-size: 1.3rem;
    margin-top: 20px;
    text-align: center;
}

.indexMedia {
    background-color: #fff;
}

.indexMedia .col {
    padding: 60px 16px;
}

.indexMedia .col._type02 {
    background-color: #1ddab6;
    color: #fff;
}

.indexMedia .col._type02 .hdg02, .indexMedia .col._type02 a {
    color: #fff;
}

.indexMedia .col._type02 .linkArrow::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -191px -121px;
    width: 11.5px;
    height: 10px;
    background-size: 203px 188px;
}

.artistNav {
    background-color: #f7f7f7;
    background-image: linear-gradient(#ebebeb 0%, #ebebeb 0%);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 45px;
    overflow-y: hidden;
    padding: 0 16px;
    position: relative;
}

.artistNav .artistNavMask {
    overflow-x: auto;
    overflow-y: hidden;
    height: 65px;
    transition: all .5s;
}

.artistNav .artistNavMask::-webkit-scrollbar {
    display: none;
}

.artistNav ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: table;
    -webkit-overflow-scrolling: touch;
            overflow-scrolling: touch;
    width: auto;
}

.artistNav ul::before, .artistNav ul::after {
    display: block;
    height: 45px;
    position: absolute;
    width: 25px;
    z-index: 2;
}

.artistNav ul li {
    display: table-cell;
    vertical-align: middle;
}

.artistNav ul li a {
    border-bottom: none;
    color: #323232;
    display: block;
    height: 45px;
    margin: 0 14px;
    padding: 12px 10px 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.artistNav ul li a::before {
    border-top: 4px solid transparent;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.artistNav ul .current a {
    color: #1ddab6;
    font-weight: bold;
}

.artistNav ul .current a::before {
    background-color: #1ddab6;
}

.no-js .artistNav {
    height: auto;
}

.no-js .artistNav .artistNavMask {
    height: auto;
}

.no-js .artistNav .artistNavMask::-webkit-scrollbar {
    display: block;
}

.no-js .artistNav .artistNavMask::-webkit-scrollbar:horizontal {
    height: 8px;
}

.no-js .artistNav .artistNavMask::-webkit-scrollbar-thumb {
    background-color: rgba(29, 218, 182, .5);
    border-radius: 4px;
}

.artistNavControl .btnPrev, .artistNavControl .btnNext {
    color: transparent;
    overflow: hidden;
    padding: 0;
    position: absolute;
    height: 45px;
    top: 0;
    white-space: nowrap;
    width: 25px;
    z-index: 3;
}

.artistNavControl .btnPrev::before, .artistNavControl .btnNext::before {
    border-top: 2px solid #4b4b4b;
    border-left: 2px solid #4b4b4b;
    content: '';
    display: inline-block;
    height: 10px;
    transform: rotate(-45deg);
    width: 10px;
}

.artistNavControl .btnPrev[disabled]::before, .artistNavControl .btnNext[disabled]::before {
    cursor: auto;
    opacity: .3;
}

.artistNavControl .btnPrev {
    padding-left: 3px;
    left: 16px;
    background-image: linear-gradient(90deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}

.artistNavControl .btnNext {
    background-image: linear-gradient(-90deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
    padding-right: 3px;
    right: 16px;
}

.artistNavControl .btnNext::before {
    margin-left: 10px;
    transform: rotate(135deg);
}

.areaArtistNo {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 35px 32px 45px;
}

.areaArtistNo .hdg {
    color: #1ddab6;
    font-size: 2.2rem;
    text-align: center;
}

.areaArtistNo > :last-child {
    margin-bottom: 0;
}

.artistPnl {
    transition: opacity .3s;
    opacity: 0;
}

.artistPnl._isHidden {
    height: 0;
    overflow: hidden;
}

.artistPnl._isShow {
    height: auto;
    opacity: 1;
}

.artistPnl._fadeOut {
    height: 0;
    opacity: 0;
}

.artistPnl .pnlSlideIn {
    opacity: 0;
    transition: transform .3s;
    transform: translateX(20%);
}

.artistPnl .pnlSlideIn._end {
    opacity: 1;
    transform: translateX(0%);
}

.no-js .artistPnl {
    opacity: 1;
}

.no-js .artistPnl .pnlSlideIn {
    opacity: 1;
    transform: none;
}

.areaArtist {
    padding: 0 16px;
    transition: opacity .3s;
}

.grid[data-grid='areaArtist'] .colMain {
    margin: 0 -16px;
    text-align: center;
}

.grid[data-grid='areaArtist'] .colSub {
    text-align: right;
}

.grid[data-grid='areaArtist'] .colSub .itemText {
    display: none;
}

.grid[data-grid='areaArtist'] .colSub .areaIcon {
    display: inline-block;
    margin-top: 15px;
    margin-right: -4px;
}

.grid[data-grid='areaArtist'] .colSub .areaIcon .btnIcon {
    float: left;
    display: inline-block;
    margin: 0 4px;
}

#loginAfter:not(._artistPctNone) .grid[data-grid='areaArtist'] .colSub {
    color: #fff;
    text-shadow: 0 0 2px rgba(50, 50, 50, .3);
}

.areaArtistItem {
    background-color: #fff;
    border-radius: 3px;
    margin-top: 16px;
    padding: 0 16px;
}

.areaArtistItem .col {
    border-bottom: 1px solid #f7f7f7;
    padding: 24px 0;
}

.areaArtistItem .col:last-child {
    border: none;
}

.areaArtistItem .col > :last-child {
    margin-bottom: 0;
}

.no-js .btnPrev, .no-js .btnNext {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 20px;
}

.areaMainHdg {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: 25px 16px;
}

.areaMainHdg .grid .col {
    margin-bottom: 0;
}

.hdg01 {
    display: inline-block;
    font-family: 'Source Sans Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Helvetica, sans-serif;
    font-size: 3.2rem;
    font-weight: lighter;
    line-height: 1.2;
    margin: 0 auto;
}

.hdg02 {
    color: #1ddab6;
    font-family: 'Source Sans Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Helvetica, sans-serif;
    font-size: 3.2rem;
    font-weight: lighter;
    margin: 0 0 20px;
    text-align: center;
}

.hdg02._type02 {
    color: #1ddab6;
    text-shadow: none;
}

#loginAfter:not(._artistPctNone) .hdg02._type02 {
    color: #fff;
    text-shadow: 0 0 3px rgba(50, 50, 50, .3);
}

.hdg03 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 0 45px;
}

.hdg03 .mark {
    background-color: #4b4b4b;
    border-radius: 20px;
    color: #fff;
    display: table;
    line-height: 1.2;
    min-height: 40px;
    margin: 0 auto 30px;
    padding: 8px;
    text-align: center;
    min-width: 40px;
}

.hdg04 {
    border-left: 4px solid #323232;
    color: #323232;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 40px;
    padding-left: 12px;
}

.hdg05 {
    border-left: 4px solid #1ddab6;
    color: #1ddab6;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 20px;
    padding-left: 15px;
}

.hdg06 {
    border-bottom: 1px solid #d6dfde;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0 0 20px;
    padding-bottom: 10px;
}

.hdg07 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 0 16px;
    padding-left: 30px;
    position: relative;
}

.hdg07::before {
    background-color: #d6dfde;
    content: '';
    display: block;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
}

.hdg08 {
    border-left: 4px solid #d6dfde;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0 0 16px;
    padding-left: 12px;
}

.hdg09 {
    font-size: 1.5rem;
    font-weight: bold;
}

.hdg09::before {
    content: '【';
}

.hdg09::after {
    content: '】';
}

.hdg10 {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5;
    padding-left: 24px;
    position: relative;
}

.hdg10::before {
    background-color: #d6dfde;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: .28em;
    left: 1px;
    transform: rotate(45deg);
    width: 12px;
}

.hdg11 {
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}

.hdg12 {
    background-color: #3a3a3a;
    border-radius: 6px;
    color: #fff;
    font-size: 1.6rem;
    margin: 0 0 24px;
    padding: 20px 14px;
}

.hdg13 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 24px;
}

.hdg14 {
    font-weight: bold;
    margin: 0;
}

.hdg14::before {
    content: '＜';
}

.hdg14::after {
    content: '＞';
}

.hdg15 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 20px;
}

.textUnderline {
    text-decoration: underline;
}

.textWrap {
    border: 2px solid #d6dfde;
    border-radius: 3px;
    margin: 0 4px;
    padding: 2px 25px;
}

.textBold {
    font-weight: bold;
}

.textType01 {
    color: #ff94a0;
}

.textType02 {
    color: #8bd9f9;
}

.textType03 {
    color: #a1aaa9;
}

.textSmall {
    font-size: .86em;
}

.textSmallSp {
    font-size: .86em;
}

.textMark01 {
    padding-left: 25px;
    position: relative;
}

.textMark01::before {
    background-color: #72c3e9;
    content: '';
    display: inline-block;
    height: 12px;
    position: absolute;
    top: .46em;
    left: 2px;
    transform: rotate(45deg);
    width: 12px;
}

.textMark02::before {
    content: '■';
}

.textMeta {
    color: #a1aaa9;
    font-size: 1.2rem;
}

.textMeta .itemTextMeta {
    margin-left: .5em;
}

.badgeNew {
    color: #ff94a0;
    font-weight: bold;
}

.textNoti::before {
    content: '※';
}

.textDesc .itemHdg::after {
    content: '…';
}

.textDesc .itemDesc {
    display: inline-block;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.spLeft_pcCenter {
    text-align: left;
}

.spLeft_pcRight {
    text-align: left;
}

.spCenter_pcLeft {
    text-align: center;
}

.spCenter_pcRight {
    text-align: center;
}

.spRight_pcLeft {
    text-align: right;
}

.spRight_pcCenter {
    text-align: right;
}

.markPoss {
    background-color: #fff;
    border-radius: 3px;
    color: transparent;
    display: inline-block;
    height: 32px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 32px;
    white-space: nowrap;
}

.markPoss._yes::before {
    border: 2px solid #1ddab6;
    border-radius: 50%;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 16px;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
}

.markPoss._no::before, .markPoss._no::after {
    border: none;
    border-top: 2px solid #d6dfde;
    content: '';
    display: inline-block;
    height: 0;
    position: absolute;
    top: 15px;
    left: 7px;
    transform: rotate(45deg);
    width: 18px;
}

.markPoss._no::after {
    transform: rotate(-45deg);
}

.linkArrow::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -191px -58px;
    width: 11.5px;
    height: 10px;
    background-size: 203px 188px;
    content: '';
    background-clip: content-box;
    display: inline-block;
    padding-right: 18px;
    width: 12px;
}

.pagiNation01 {
    color: #a1aaa9;
    display: table;
    width: 100%;
}

.pagiNation01::after {
    content: '';
    display: table-cell;
    height: 0;
    width: 50%;
}

.pagiNation01 .pagePrev, .pagiNation01 .pageNext {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: middle;
}

.pagiNation01 .pagePrev a, .pagiNation01 .pagePrev span, .pagiNation01 .pageNext a, .pagiNation01 .pageNext span {
    position: relative;
    display: inline-block;
    padding: 3px 10px;
}

.pagiNation01 .pagePrev a::before, .pagiNation01 .pagePrev span::before, .pagiNation01 .pageNext a::before, .pagiNation01 .pageNext span::before {
    background-color: #1ddab6;
    border-radius: 50%;
    box-sizing: border-box;
    content: '';
    height: 22px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    width: 22px;
}

.pagiNation01 .pagePrev a::after, .pagiNation01 .pagePrev span::after, .pagiNation01 .pageNext a::after, .pagiNation01 .pageNext span::after {
    position: absolute;
    top: 50%;
    margin-top: -3px;
}

.pagiNation01 .pagePrev a, .pagiNation01 .pageNext a {
    color: #323232;
}

.pagiNation01 .pagePrev span::before, .pagiNation01 .pageNext span::before {
    background-color: #d7dfde;
}

.pagiNation01 .pagePrev {
    text-align: right;
    width: 50%;
}

.pagiNation01 .pagePrev a, .pagiNation01 .pagePrev span {
    padding-left: 28px;
}

.pagiNation01 .pagePrev a::before, .pagiNation01 .pagePrev span::before {
    left: 0;
}

.pagiNation01 .pagePrev a::after, .pagiNation01 .pagePrev span::after {
    border: 3px solid transparent;
    border-right: 4px solid #fff;
    border-left-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    left: 8px;
}

.pagiNation01 .pageNext {
    padding-left: 50%;
    width: 100%;
}

.pagiNation01 .pageNext a, .pagiNation01 .pageNext span {
    padding-right: 28px;
}

.pagiNation01 .pageNext a::before, .pagiNation01 .pageNext span::before {
    right: 0;
}

.pagiNation01 .pageNext a::after, .pagiNation01 .pageNext span::after {
    border: 3px solid transparent;
    border-left: 4px solid #fff;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    right: 8px;
}

.pagiNation01 .pagePrev + .pageNext {
    padding-left: 0;
    position: relative;
    width: 50%;
}

.pagiNation01 .pagePrev + .pageNext::before {
    border-left: 1px solid #a1aaa9;
    content: '';
    display: block;
    height: 1em;
    position: absolute;
    margin-top: -.5em;
    top: 50%;
    left: 0;
}

.pagiNation02 {
    display: flex;
    font-family: 'Teko', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Helvetica, sans-serif;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pagiNation02::before {
    clear: both;
    content: '';
    display: table;
}

.pagiNation02::before, .pagiNation02::after {
    clear: both;
    content: '';
    display: table;
}

.pagiNation02 li {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}

.pagiNation02 li a, .pagiNation02 li span {
    background-color: #d6dfde;
    border-bottom: none;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    height: 40px;
    padding: 8px;
    text-align: center;
    min-width: 40px;
}

.pagiNation02 li:last-child {
    margin-right: 0;
}

.pagiNation02 .pagePrev a, .pagiNation02 .pageNext a {
    overflow: hidden;
    padding: 0 0 0 40px;
    position: relative;
    white-space: nowrap;
    width: 40px;
}

.pagiNation02 .pagePrev a::before, .pagiNation02 .pageNext a::before {
    position: absolute;
    top: 50%;
    left: 50%;
}

.pagiNation02 .pagePrev a::before {
    border: 6.5px solid transparent;
    border-right: 8px solid #fff;
    border-left-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin: -6px 0 0 -5px;
}

.pagiNation02 .pageNext a::before {
    border: 6.5px solid transparent;
    border-left: 8px solid #fff;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin: -6px 0 0 -3px;
}

.pagiNation02 .current a, .pagiNation02 .current span {
    background-color: #1ddab6;
}

.linkBtnList {
    margin-bottom: 40px;
}

.linkBtnList li {
    margin: 0 0 15px;
}

.linkBtnList li:last-child {
    margin-bottom: 0;
}

.linkBtnList li a {
    background-color: #1ddab6;
    border: 3px solid #1ddab6;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 16px 34px 16px 14px;
    position: relative;
}

.linkBtnList li a::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -34px -34px;
    width: 32px;
    height: 32px;
    background-size: 203px 188px;
    content: '';
    display: none;
    margin: 0 auto 20px;
}

.linkBtnList li a::after {
    border: 3px solid transparent;
    border-left: 4px solid #fff;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    margin-top: -3px;
    top: 50%;
    right: 12px;
}

.linkAnchor {
    background-color: #1ddab6;
    display: table;
    font-size: 1rem;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}

.linkAnchor li {
    border-left: 1px solid #fff;
    display: table-cell;
    vertical-align: middle;
}

.linkAnchor li:first-child {
    border-left: none;
}

.linkAnchor li a {
    color: #fff;
    display: block;
    padding: 24px 0 10px;
    position: relative;
}

.linkAnchor li a::before {
    border: 3px solid transparent;
    border-top: 4px solid #fff;
    border-bottom-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-left: -3px;
    position: absolute;
    top: 12px;
    left: 50%;
}

.listBullet01 {
    margin-bottom: 24px;
}

.listBullet01 > li {
    margin-bottom: 5px;
    padding-left: 25px;
}

.listBullet01 > li::before {
    background-color: #d6dfde;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 8px;
    margin-top: -.15em;
    margin-right: 17px;
    margin-left: -25px;
    vertical-align: middle;
    width: 8px;
}

.listBullet02 {
    margin-bottom: 24px;
}

.listBullet02 > li::before {
    content: '・';
}

.listSquare01 {
    margin-bottom: 24px;
}

.listSquare01 > li {
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
}

.listSquare01 > li::before {
    background-color: #1ddab6;
    content: '';
    display: inline-block;
    height: 12px;
    position: absolute;
    top: .48em;
    left: 1px;
    transform: rotate(45deg);
    width: 12px;
}

.listSquare01 ._type02::before, .listSquare01._type02 > li::before {
    background-color: #d6dfde;
}

.listNone {
    margin-bottom: 5px;
}

.listNoti {
    margin-bottom: 24px;
}

.listNoti > li::before {
    content: '※';
}

.listNumber01, .listIcon, .listTag {
    margin-bottom: 24px;
}

.listNumber01 > li, .listIcon > li, .listTag > li {
    display: table-row;
}

.listNumber01 > li .mark, .listIcon > li .mark, .listTag > li .mark {
    display: table-cell;
    white-space: nowrap;
}

.listNumber01 > li .mark {
    padding-right: .5em;
}

.listNumber01 > li .mark::after {
    content: '.';
}

.listNumber02 > li .mark::before {
    content: '(';
}

.listNumber02 > li .mark::after {
    content: ')';
}

.listNumber03 > li .mark {
    padding-right: .5em;
}

.listNumber03 > li .mark::before {
    content: '[';
}

.listNumber03 > li .mark::after {
    content: ']';
}

.listNumber04 > li .mark::before {
    content: '〈';
}

.listNumber04 > li .mark::after {
    content: '〉';
}

.listAnchorArea {
    background-color: #d6dfde;
    padding: 24px 16px 16px;
}

.listAnchorBtn {
    margin: 0 -4px;
}

.listAnchorBtn::before, .listAnchorBtn::after {
    clear: both;
    content: '';
    display: table;
}

.listAnchorBtn > li {
    float: left;
    margin-bottom: 8px;
    padding: 0 4px;
    width: 25%;
}

.listAnchorBtn > li a {
    background-color: #fff;
    border-bottom: none;
    border-radius: 3px;
    color: #323232;
    display: block;
    padding: 10px;
    text-align: center;
}

.listFlow {
    background-color: #c2cccb;
    display: flex;
    text-align: center;
    width: 100%;
}

.listFlow li {
    background-color: #c2cccb;
    color: #e2e6e6;
    display: flex;
    flex-direction: column;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.listFlow li::before {
    border: 2.5px solid transparent;
    border-left: 3px solid #e2e6e6;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    right: -3px;
    z-index: 1;
}

.listFlow li:last-child::before {
    display: none;
}

.listFlow li .mark {
    background-color: #e2e6e6;
    border-radius: 50px;
    color: #c2cccb;
    display: block;
    font-family: 'Teko', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    height: 16px;
    line-height: 1.6;
    margin: 0 auto 5px;
    width: 16px;
}

.listFlow[data-flow-current='1'] li:first-child, .listFlow[data-flow-current='2'] li:nth-child(-n+2), .listFlow[data-flow-current='3'] li:nth-child(-n+3), .listFlow[data-flow-current='4'] li:nth-child(-n+4), .listFlow[data-flow-current='5'] li:nth-child(-n+5), .listFlow[data-flow-current='6'] li:nth-child(-n+6), .listFlow[data-flow-current='7'] li:nth-child(-n+7), .listFlow[data-flow-current='8'] li:nth-child(-n+8), .listFlow[data-flow-current='9'] li:nth-child(-n+9) {
    background-color: #a1aaa9;
    color: #fff;
}

.listFlow[data-flow-current='1'] li:first-child::before, .listFlow[data-flow-current='2'] li:nth-child(-n+2)::before, .listFlow[data-flow-current='3'] li:nth-child(-n+3)::before, .listFlow[data-flow-current='4'] li:nth-child(-n+4)::before, .listFlow[data-flow-current='5'] li:nth-child(-n+5)::before, .listFlow[data-flow-current='6'] li:nth-child(-n+6)::before, .listFlow[data-flow-current='7'] li:nth-child(-n+7)::before, .listFlow[data-flow-current='8'] li:nth-child(-n+8)::before, .listFlow[data-flow-current='9'] li:nth-child(-n+9)::before {
    border-left-color: #a1aaa9;
}

.listFlow[data-flow-current='1'] li:first-child .mark, .listFlow[data-flow-current='2'] li:nth-child(-n+2) .mark, .listFlow[data-flow-current='3'] li:nth-child(-n+3) .mark, .listFlow[data-flow-current='4'] li:nth-child(-n+4) .mark, .listFlow[data-flow-current='5'] li:nth-child(-n+5) .mark, .listFlow[data-flow-current='6'] li:nth-child(-n+6) .mark, .listFlow[data-flow-current='7'] li:nth-child(-n+7) .mark, .listFlow[data-flow-current='8'] li:nth-child(-n+8) .mark, .listFlow[data-flow-current='9'] li:nth-child(-n+9) .mark {
    background-color: #fff;
    color: #a1aaa9;
}

.listFlow[data-flow-current='2'] li:first-child::before, .listFlow[data-flow-current='3'] li:nth-child(-n+2)::before, .listFlow[data-flow-current='4'] li:nth-child(-n+3)::before, .listFlow[data-flow-current='5'] li:nth-child(-n+4)::before, .listFlow[data-flow-current='6'] li:nth-child(-n+5)::before, .listFlow[data-flow-current='7'] li:nth-child(-n+6)::before, .listFlow[data-flow-current='8'] li:nth-child(-n+7)::before, .listFlow[data-flow-current='9'] li:nth-child(-n+8)::before {
    border-left-color: #c2cccb;
}

.listFlow[data-flow-current='10'] li:nth-child(-n+10) {
    background-color: #a1aaa9;
    color: #fff;
}

.listFlow[data-flow-current='10'] li:nth-child(-n+10) .mark {
    background-color: #fff;
    color: #a1aaa9;
}

.listPhase li {
    display: table-row;
}

.listPhase li .hdg {
    display: table-cell;
    font-weight: bold;
    padding-right: 45px;
}

.listDl01 {
    color: #a1aaa9;
    font-size: 1.1rem;
    margin: 0 0 25px;
}

.listDl01 dt {
    margin-top: 15px;
}

.listDl01 dt:first-child {
    margin-top: 0;
}

.listDl01 dd {
    margin: 0;
}

.listDl02 {
    margin: 0 0 24px;
}

.listDl02 > div {
    margin-bottom: 20px;
}

.listDl02 dt {
    display: block;
    margin-bottom: 12px;
    white-space: nowrap;
}

.listDl02 dd {
    margin: 0;
}

.listDl02 .badgeStatus {
    border-radius: 3px;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    margin-right: 25px;
    padding: 2px 4px;
    text-align: center;
    min-width: 75px;
}

.listDl02 .badgeStatus._accept {
    border: 2px solid #323232;
    color: #323232;
}

.listDl02 .badgeStatus._close, .listDl02 .badgeStatus._before {
    border: 2px solid #a1aaa9;
    color: #a1aaa9;
}

.listDl03 {
    margin: 0;
}

.listDl03 > div {
    border-top: 1px solid #f7f7f7;
    display: table;
    padding: 20px 0;
    width: 100%;
}

.listDl03 > div dt, .listDl03 > div dd {
    display: table-cell;
}

.listDl03 > div dd {
    text-align: right;
}

.listDl03 > div.itemHigh {
    border-top: 2px solid #323232;
    font-size: 1.6rem;
    font-weight: bold;
}

.listDl04 {
    border-top: 1px solid #d6dfde;
    display: table;
    margin: 0;
    width: 100%;
}

.listDl04 > div {
    background-image: linear-gradient(#d6dfde 0%, #d6dfde 100%);
    background-size: 1px 1px;
    background-position: bottom center;
    background-repeat: repeat-x;
    display: table-row;
    width: 100%;
}

.listDl04 > div dt, .listDl04 > div dd {
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle;
}

.listDl04 > div dt {
    padding-right: 20px;
    width: 25%;
}

.listDl04 > div dd {
    margin: 0;
    width: 75%;
}

.listDl05 {
    border: 2px solid #f7f7f7;
    font-size: 1.5rem;
}

.listDl05 dt {
    background-color: #f7f7f7;
    border-top: 2px solid #f7f7f7;
    padding: 15px 25px;
}

.listDl05 dt:first-child {
    border-top: none;
}

.listDl05 dd {
    margin: 0;
    padding: 24px 16px;
}

.listDl05 dd > :last-child {
    margin-bottom: 0;
}

.listDl06 {
    margin: 0 0 14px;
}

.listDl06 dt, .listDl06 dd {
    display: inline;
    margin: 0;
    padding: 0;
}

.listDl06 dt::after {
    content: '：';
}

.listDl07 {
    margin: 0 0 14px;
}

.listDl07 dt, .listDl07 dd {
    display: inline;
    margin: 0;
    padding: 0;
}

.listDl07 dt::after {
    content: '・・・';
}

.listDl08 {
    margin: 0 0 14px;
}

.listDl08 > div {
    display: table;
    margin-bottom: 14px;
}

.listDl08 > div:last-child {
    margin-bottom: 0;
}

.listDl08 dt, .listDl08 dd {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.listDl08 dt > :last-child, .listDl08 dd > :last-child {
    margin-bottom: 0;
}

.listDl08 dt {
    white-space: nowrap;
}

.listDl08 dt::after {
    content: '…';
    display: inline-block;
    margin: 0 10px 0 6px;
}

.listDl09 {
    margin: 0;
}

.listDl09 > div {
    border-top: 2px solid #4b4b4b;
    display: table;
    padding: 20px 0;
    width: 100%;
}

.listDl09 > div:first-child {
    border-top: none;
}

.listDl09 > div dt, .listDl09 > div dd {
    display: table-cell;
}

.listDl09 > div dd {
    margin-left: 20px;
    text-align: right;
}

.listDl09 > div.itemHigh {
    border-top: 2px solid #323232;
    font-size: 1.6rem;
    font-weight: bold;
}

.listDltextarea {
    margin: 0;
    width: 100%;
}

.listDltextarea > div {
    margin-bottom: 16px;
}

.listDltextarea > div > dt, .listDltextarea > div > dd {
    display: block;
    margin: 0;
}

.listDltextarea > div > dt {
    margin-bottom: 10px;
}

.listDltextarea > div > dd input[type='text'] {
    margin-right: 24px;
    width: 50%;
}

.listIcon::before, .listIcon::after {
    clear: both;
    content: '';
    display: table;
}

.listIcon li {
    float: left;
    margin-left: 12px;
    position: relative;
}

.listTag._mb {
    margin-bottom: 20px;
}

.listTag li {
    border-radius: 3px;
    color: #606060;
    display: inline-block;
    font-size: 1.2rem;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 4px 12px;
}

.listTag li:last-child {
    margin-right: 0;
}

.listTag ._type01 {
    border: 1px solid #606060;
    padding: 3px 6px;
}

.listTag ._type02 {
    background-color: #8bd9f9;
}

.listTag ._type03 {
    background-color: #d2f200;
}

.listTag ._type04 {
    background-color: #ff94a0;
}

.listTag ._type05 {
    background-color: #4ef092;
}

.listLink li {
    margin-bottom: 14px;
}

.listLink li a {
    color: #4b4b4b;
}

.listBox {
    margin-bottom: 32px;
}

.listBox li {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 14px;
    padding: 20px 30px;
}

.listBox li .textMeta {
    display: block;
    margin-bottom: 10px;
}

.listBox li .itemTextMeta {
    margin-right: 24px;
    margin-left: 12px;
}

.listBox._type02 a {
    color: #4b4b4b;
    font-weight: bold;
}

.listNews li {
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    margin-bottom: 16px;
    position: relative;
}

.listNews li:not(.more) a {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    padding: 22px 16px;
}

.listNews li:not(.more) a > * {
    width: 100%;
}

.listNews li.more {
    background-color: transparent;
    margin: 24px 0 0;
    padding: 0;
    text-align: center;
}

.listNews li.more .btn01 {
    margin-bottom: 0;
    width: 100%;
}

.listNews li .itemText {
    color: #323232;
}

.areaBtn01 {
    margin: 32px 0;
    text-align: center;
}

.areaBtn01 .btn01 {
    width: 100%;
    min-width: auto;
}

.btn01, .btn01._color02, .btn01._color03, .btn01._color04, .btn01._color05, .btn01._color06, .btn01._color07, .btn01._color08, .btn01._color09, .btn01._color10, .btn01._color11, .btn01._color12 {
    border-style: solid;
    border-width: 3px;
    border-radius: 60px;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 12px 24px;
    text-align: center;
}

._disabled.btn01 {
    background-color: #ccc;
    border-color: #ccc;
}

.btn01:last-child {
    margin-bottom: 0;
}

._small.btn01 {
    padding: 5px 45px;
    min-width: auto;
}

._request.btn01 {
    font-size: 1.4rem;
    padding: 12px 16px;
    width: 100%;
    min-width: auto;
}

._full.btn01 {
    width: 100%;
    padding: 12px 16px;
}

._spFull.btn01 {
    width: 100%;
}

.btn01 > .subText {
    display: block;
    font-size: 1.2rem;
    margin-top: 10px;
}

._arrow.btn01, ._arrow.btn01._color02, ._arrow.btn01._color03, ._arrow.btn01._color04, ._arrow.btn01._color05, ._arrow.btn01._color06, ._arrow.btn01._color07, ._arrow.btn01._color08, ._arrow.btn01._color09, ._arrow.btn01._color10, ._arrow.btn01._color11, ._arrow.btn01._color12 {
    padding: 10px 50px;
    position: relative;
    width: 100%;
}

._arrow.btn01::before, ._arrow.btn01._color02::before, ._arrow.btn01._color03::before, ._arrow.btn01._color04::before, ._arrow.btn01._color05::before, ._arrow.btn01._color06::before, ._arrow.btn01._color07::before, ._arrow.btn01._color08::before, ._arrow.btn01._color09::before, ._arrow.btn01._color10::before, ._arrow.btn01._color11::before, ._arrow.btn01._color12::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -102px -56px;
    width: 24px;
    height: 24px;
    background-size: 203px 188px;
    border-radius: 50%;
    content: '';
    display: block;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    left: 12px;
}

._arrow._type02.btn01::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -37.5px -68px;
    width: 24px;
    height: 24px;
    background-size: 203px 188px;
}

._favo.btn01, ._favo.btn01._color02, ._favo.btn01._color03, ._favo.btn01._color04, ._favo.btn01._color05, ._favo.btn01._color06, ._favo.btn01._color07, ._favo.btn01._color08, ._favo.btn01._color09, ._favo.btn01._color10, ._favo.btn01._color11, ._favo.btn01._color12 {
    display: inline-block;
    margin: 0 0 15px;
    padding-right: 40px;
    padding-left: 70px;
    position: relative;
    width: auto;
}

._favo.btn01::before, ._favo.btn01._color02::before, ._favo.btn01._color03::before, ._favo.btn01._color04::before, ._favo.btn01._color05::before, ._favo.btn01._color06::before, ._favo.btn01._color07::before, ._favo.btn01._color08::before, ._favo.btn01._color09::before, ._favo.btn01._color10::before, ._favo.btn01._color11::before, ._favo.btn01._color12::before, ._favo.btn01::after, ._favo.btn01._color02::after, ._favo.btn01._color03::after, ._favo.btn01._color04::after, ._favo.btn01._color05::after, ._favo.btn01._color06::after, ._favo.btn01._color07::after, ._favo.btn01._color08::after, ._favo.btn01._color09::after, ._favo.btn01._color10::after, ._favo.btn01._color11::after, ._favo.btn01._color12::after {
    background-color: #fff;
    content: '';
    display: block;
    border-radius: 4px 4px 0 0;
    height: 14px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    left: 40px;
    width: 8px;
}

._favo.btn01::before, ._favo.btn01._color02::before, ._favo.btn01._color03::before, ._favo.btn01._color04::before, ._favo.btn01._color05::before, ._favo.btn01._color06::before, ._favo.btn01._color07::before, ._favo.btn01._color08::before, ._favo.btn01._color09::before, ._favo.btn01._color10::before, ._favo.btn01._color11::before, ._favo.btn01._color12::before {
    transform: rotate(45deg);
}

._favo.btn01::after, ._favo.btn01._color02::after, ._favo.btn01._color03::after, ._favo.btn01._color04::after, ._favo.btn01._color05::after, ._favo.btn01._color06::after, ._favo.btn01._color07::after, ._favo.btn01._color08::after, ._favo.btn01._color09::after, ._favo.btn01._color10::after, ._favo.btn01._color11::after, ._favo.btn01._color12::after {
    transform: rotate(-45deg);
    left: 36px;
}

.btn02, .btn02._color02, .btn02._color03, .btn02._color04, .btn02._color05, .btn02._color06, .btn02._color07, .btn02._color08, .btn02._color09, .btn02._color10, .btn02._color11, .btn02._color12 {
    border-style: solid;
    border-width: 3px;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 12px 14px;
    position: relative;
    width: 100%;
}

.btn02:last-child {
    margin-bottom: 0;
}

.btn02 > .subText {
    display: block;
    font-size: 1.2rem;
    margin-top: 10px;
}

._type02.btn02 {
    background-color: transparent;
}

._arrow.btn02 {
    padding-right: 34px;
}

._arrow.btn02::after {
    border: 3px solid transparent;
    border-left: 4px solid #fff;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    margin-top: -3px;
    top: 50%;
    right: 12px;
}

.btn01 {
    background-color: #1ddab6;
    border-color: #1ddab6;
}

.btn01._type02 {
    background-color: transparent;
    color: #1ddab6;
}

.btn01._arrow::before {
    background-color: #1ddab6;
}

.btn01._favo._type02::before, .btn01._favo._type02::after {
    background-color: #1ddab6;
}

.btn02 {
    background-color: #1ddab6;
    border-color: #1ddab6;
}

.btn02._active {
    background-color: transparent;
    color: #1ddab6;
}

.btn02._type02 {
    color: #1ddab6;
}

.btn02._type02._active {
    background-color: #1ddab6;
    color: #fff;
}

.btn02._type02._arrow::after {
    border-left-color: #1ddab6;
}

.btn02._arrow02 {
    padding-right: 36px;
    padding-left: 36px;
}

.btn02._arrow02::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -191px -70px;
    width: 11.5px;
    height: 10px;
    background-size: 203px 188px;
    content: '';
    display: block;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    left: 14px;
}

.btn02._select {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #323232;
    padding: 20px 30px 20px 14px;
}

.btn02._select::after {
    border-left-color: #a1aaa9;
}

.btn02._select:not(._disabled):hover, .btn02._select:not(._disabled):focus {
    color: #323232;
}

.btn02._select:not(._disabled):hover::after, .btn02._select:not(._disabled):focus::after {
    border-left-color: #a1aaa9;
}

.btn02._select:disabled, .btn02._select._disabled {
    opacity: .5;
}

.btn02._select:disabled:not(._disabled):hover, .btn02._select:disabled:not(._disabled):focus, .btn02._select._disabled:not(._disabled):hover, .btn02._select._disabled:not(._disabled):focus {
    background-color: #f7f7f7;
}

.btn02._select .badgeStatus {
    margin-right: 12px;
}

.btnIcon {
    background-color: #d6dfde;
    border-radius: 50%;
    display: block;
    height: 42px;
    padding: 0;
    position: relative;
    width: 42px;
}

.btnIcon._small {
    height: 28px;
    width: 28px;
}

.btnIcon._thin {
    background-color: rgba(214, 223, 222, .6);
}

.btnIcon._active {
    background-color: #1ddab6;
}

.btnIcon._active._thin {
    background-color: rgba(75, 210, 192, .6);
}

.btnFavo span {
    display: block;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.btnFavo span::before, .btnFavo span::after {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
}

.btnFavo span::before {
    margin-left: -2px;
    transform: rotate(45deg);
}

.btnFavo span::after {
    margin-left: -7px;
    transform: rotate(-45deg);
}

.btnFavo._small span::before, .btnFavo._small span::after {
    height: 10px;
    margin-top: -5px;
    width: 6px;
}

.btnFavo._small span::before {
    margin-left: -1px;
}

.btnFavo._small span::after {
    margin-left: -4px;
}

.btnMail span {
    display: block;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.btnMail span::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -124.5px -123px;
    width: 18px;
    height: 14px;
    background-size: 203px 188px;
    content: '';
    display: block;
    margin: -7px 0 0 -10px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.btnMail._small span::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -73.5px -166px;
    width: 12px;
    height: 9px;
    background-size: 203px 188px;
    content: '';
    margin: -4px 0 0 -6px;
}

.btnHelpModal {
    background-image: url(/resource/images/sprite.png);
    background-position: 0 -144px;
    width: 20px;
    height: 20px;
    background-size: 203px 188px;
    border-bottom: none;
    display: inline-block;
    margin-left: 8px;
    overflow: hidden;
    padding-left: 20px;
    vertical-align: bottom;
    white-space: nowrap;
}

.btnTgl {
    background-color: #fff;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
    width: 100%;
}

.btnTgl button {
    color: #a1aaa9;
    float: left;
    padding: 15px;
    position: relative;
    text-align: center;
    transition: all .25s;
    width: 50%;
    z-index: 1;
}

.btnTgl .active {
    color: #fff;
    font-weight: bold;
}

.btnTgl .activeMark {
    background-color: #1ddab6;
    border-radius: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .25s;
    width: 50%;
}

.btnMyArtist {
    border: 2px solid #a1aaa9;
    border-radius: 50px;
    color: #a1aaa9;
    display: inline-block;
    font-size: 1rem;
    margin: 15px 0 0;
    padding: 6px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.btnMyArtist .markFavo {
    display: inline-block;
    position: relative;
    width: 24px;
}

.btnMyArtist .markFavo::before, .btnMyArtist .markFavo::after {
    background-color: #a1aaa9;
    content: '';
    display: block;
    border-radius: 50px 50px 0 0;
    height: 14px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
}

.btnMyArtist .markFavo::before {
    transform: rotate(45deg);
    left: 4px;
}

.btnMyArtist .markFavo::after {
    transform: rotate(-45deg);
}

.btnMyArtist._isOn {
    border-color: #1ddab6;
    color: #1ddab6;
}

.btnMyArtist._isOn .markFavo::before, .btnMyArtist._isOn .markFavo::after {
    background-color: #1ddab6;
}

.btn01._color02 {
    background-color: #a1aaa9;
    border-color: #a1aaa9;
}

.btn01._color02._active {
    background-color: transparent;
    color: #a1aaa9;
}

.btn01._color02._type02 {
    background-color: transparent;
    color: #a1aaa9;
}

.btn01._color02._type02._active {
    background-color: #a1aaa9;
}

.btn01._color02._favo._type02::before, .btn01._color02._favo._type02::after {
    background-color: #a1aaa9;
}

.btn01._color02._favo._type02:not(._disabled):hover::before, .btn01._color02._favo._type02:not(._disabled):hover::after, .btn01._color02._favo._type02:not(._disabled):focus::before, .btn01._color02._favo._type02:not(._disabled):focus::after {
    background-color: #fff;
}

.btn01._color02._arrow::before {
    background-color: #a1aaa9;
}

.btn02._color02 {
    background-color: #a1aaa9;
    border-color: #a1aaa9;
}

.btn02._color02._type02 {
    background-color: transparent;
    color: #a1aaa9;
}

.btn02._color02._type02._arrow::after {
    border-left-color: #a1aaa9;
}

.btn01._color03 {
    background-color: #ff94a0;
    border-color: #ff94a0;
}

.btn01._color03._active {
    background-color: transparent;
    color: #ff94a0;
}

.btn01._color03._type02 {
    background-color: transparent;
    color: #ff94a0;
}

.btn01._color03._type02._active {
    background-color: #ff94a0;
}

.btn01._color03._favo._type02::before, .btn01._color03._favo._type02::after {
    background-color: #ff94a0;
}

.btn01._color03._favo._type02:not(._disabled):hover::before, .btn01._color03._favo._type02:not(._disabled):hover::after, .btn01._color03._favo._type02:not(._disabled):focus::before, .btn01._color03._favo._type02:not(._disabled):focus::after {
    background-color: #fff;
}

.btn01._color03._arrow::before {
    background-color: #ff94a0;
}

.btn02._color03 {
    background-color: #ff94a0;
    border-color: #ff94a0;
}

.btn02._color03._type02 {
    background-color: transparent;
    color: #ff94a0;
}

.btn02._color03._type02._arrow::after {
    border-left-color: #ff94a0;
}

.btn01._color04 {
    background-color: #1ce5ad;
    border-color: #1ce5ad;
}

.btn01._color04._active {
    background-color: transparent;
    color: #1ce5ad;
}

.btn01._color04._type02 {
    background-color: transparent;
    color: #1ce5ad;
}

.btn01._color04._type02._active {
    background-color: #1ce5ad;
}

.btn01._color04._favo._type02::before, .btn01._color04._favo._type02::after {
    background-color: #1ce5ad;
}

.btn01._color04._favo._type02:not(._disabled):hover::before, .btn01._color04._favo._type02:not(._disabled):hover::after, .btn01._color04._favo._type02:not(._disabled):focus::before, .btn01._color04._favo._type02:not(._disabled):focus::after {
    background-color: #fff;
}

.btn01._color04._arrow::before {
    background-color: #1ce5ad;
}

.btn02._color04 {
    background-color: #1ce5ad;
    border-color: #1ce5ad;
}

.btn02._color04._type02 {
    background-color: transparent;
    color: #1ce5ad;
}

.btn02._color04._type02._arrow::after {
    border-left-color: #1ce5ad;
}

.btn01._color05 {
    background-color: #d3f011;
    border-color: #d3f011;
}

.btn01._color05._active {
    background-color: transparent;
    color: #d3f011;
}

.btn01._color05._type02 {
    background-color: transparent;
    color: #d3f011;
}

.btn01._color05._type02._active {
    background-color: #d3f011;
}

.btn01._color05._favo._type02::before, .btn01._color05._favo._type02::after {
    background-color: #d3f011;
}

.btn01._color05._favo._type02:not(._disabled):hover::before, .btn01._color05._favo._type02:not(._disabled):hover::after, .btn01._color05._favo._type02:not(._disabled):focus::before, .btn01._color05._favo._type02:not(._disabled):focus::after {
    background-color: #fff;
}

.btn01._color05._arrow::before {
    background-color: #d3f011;
}

.btn02._color05 {
    background-color: #d3f011;
    border-color: #d3f011;
}

.btn02._color05._type02 {
    background-color: transparent;
    color: #d3f011;
}

.btn02._color05._type02._arrow::after {
    border-left-color: #d3f011;
}

.btn01._color06 {
    background-color: #72e9d1;
    border-color: #72e9d1;
}

.btn01._color06._active {
    background-color: transparent;
    color: #72e9d1;
}

.btn01._color06._type02 {
    background-color: transparent;
    color: #72e9d1;
}

.btn01._color06._type02._active {
    background-color: #72e9d1;
}

.btn01._color06._favo._type02::before, .btn01._color06._favo._type02::after {
    background-color: #72e9d1;
}

.btn01._color06._favo._type02:not(._disabled):hover::before, .btn01._color06._favo._type02:not(._disabled):hover::after, .btn01._color06._favo._type02:not(._disabled):focus::before, .btn01._color06._favo._type02:not(._disabled):focus::after {
    background-color: #fff;
}

.btn01._color06._arrow::before {
    background-color: #72e9d1;
}

.btn02._color06 {
    background-color: #72e9d1;
    border-color: #72e9d1;
}

.btn02._color06._type02 {
    background-color: transparent;
    color: #72e9d1;
}

.btn02._color06._type02._arrow::after {
    border-left-color: #72e9d1;
}

.btn01._color07 {
    background-color: #77daf7;
    border-color: #77daf7;
}

.btn01._color07._active {
    background-color: transparent;
    color: #77daf7;
}

.btn01._color07._type02 {
    background-color: transparent;
    color: #77daf7;
}

.btn01._color07._type02._active {
    background-color: #77daf7;
}

.btn01._color07._favo._type02::before, .btn01._color07._favo._type02::after {
    background-color: #77daf7;
}

.btn01._color07._favo._type02:not(._disabled):hover::before, .btn01._color07._favo._type02:not(._disabled):hover::after, .btn01._color07._favo._type02:not(._disabled):focus::before, .btn01._color07._favo._type02:not(._disabled):focus::after {
    background-color: #fff;
}

.btn01._color07._arrow::before {
    background-color: #77daf7;
}

.btn02._color07 {
    background-color: #77daf7;
    border-color: #77daf7;
}

.btn02._color07._type02 {
    background-color: transparent;
    color: #77daf7;
}

.btn02._color07._type02._arrow::after {
    border-left-color: #77daf7;
}

.btn01._color08 {
    background-color: #a7b8e8;
    border-color: #a7b8e8;
}

.btn01._color08._active {
    background-color: transparent;
    color: #a7b8e8;
}

.btn01._color08._type02 {
    background-color: transparent;
    color: #a7b8e8;
}

.btn01._color08._type02._active {
    background-color: #a7b8e8;
}

.btn01._color08._favo._type02::before, .btn01._color08._favo._type02::after {
    background-color: #a7b8e8;
}

.btn01._color08._favo._type02:not(._disabled):hover::before, .btn01._color08._favo._type02:not(._disabled):hover::after, .btn01._color08._favo._type02:not(._disabled):focus::before, .btn01._color08._favo._type02:not(._disabled):focus::after {
    background-color: #fff;
}

.btn01._color08._arrow::before {
    background-color: #a7b8e8;
}

.btn02._color08 {
    background-color: #a7b8e8;
    border-color: #a7b8e8;
}

.btn02._color08._type02 {
    background-color: transparent;
    color: #a7b8e8;
}

.btn02._color08._type02._arrow::after {
    border-left-color: #a7b8e8;
}

.btn01._color09 {
    background-color: #be9cd9;
    border-color: #be9cd9;
}

.btn01._color09._active {
    background-color: transparent;
    color: #be9cd9;
}

.btn01._color09._type02 {
    background-color: transparent;
    color: #be9cd9;
}

.btn01._color09._type02._active {
    background-color: #be9cd9;
}

.btn01._color09._favo._type02::before, .btn01._color09._favo._type02::after {
    background-color: #be9cd9;
}

.btn01._color09._favo._type02:not(._disabled):hover::before, .btn01._color09._favo._type02:not(._disabled):hover::after, .btn01._color09._favo._type02:not(._disabled):focus::before, .btn01._color09._favo._type02:not(._disabled):focus::after {
    background-color: #fff;
}

.btn01._color09._arrow::before {
    background-color: #be9cd9;
}

.btn02._color09 {
    background-color: #be9cd9;
    border-color: #be9cd9;
}

.btn02._color09._type02 {
    background-color: transparent;
    color: #be9cd9;
}

.btn02._color09._type02._arrow::after {
    border-left-color: #be9cd9;
}

.btn01._color10 {
    background-color: #f58882;
    border-color: #f58882;
}

.btn01._color10._active {
    background-color: transparent;
    color: #f58882;
}

.btn01._color10._type02 {
    background-color: transparent;
    color: #f58882;
}

.btn01._color10._type02._active {
    background-color: #f58882;
}

.btn01._color10._favo._type02::before, .btn01._color10._favo._type02::after {
    background-color: #f58882;
}

.btn01._color10._favo._type02:not(._disabled):hover::before, .btn01._color10._favo._type02:not(._disabled):hover::after, .btn01._color10._favo._type02:not(._disabled):focus::before, .btn01._color10._favo._type02:not(._disabled):focus::after {
    background-color: #fff;
}

.btn01._color10._arrow::before {
    background-color: #f58882;
}

.btn02._color10 {
    background-color: #f58882;
    border-color: #f58882;
}

.btn02._color10._type02 {
    background-color: transparent;
    color: #f58882;
}

.btn02._color10._type02._arrow::after {
    border-left-color: #f58882;
}

.btn01._color11 {
    background-color: #ffe21f;
    border-color: #ffe21f;
}

.btn01._color11._active {
    background-color: transparent;
    color: #ffe21f;
}

.btn01._color11._type02 {
    background-color: transparent;
    color: #ffe21f;
}

.btn01._color11._type02._active {
    background-color: #ffe21f;
}

.btn01._color11._favo._type02::before, .btn01._color11._favo._type02::after {
    background-color: #ffe21f;
}

.btn01._color11._favo._type02:not(._disabled):hover::before, .btn01._color11._favo._type02:not(._disabled):hover::after, .btn01._color11._favo._type02:not(._disabled):focus::before, .btn01._color11._favo._type02:not(._disabled):focus::after {
    background-color: #fff;
}

.btn01._color11._arrow::before {
    background-color: #ffe21f;
}

.btn02._color11 {
    background-color: #ffe21f;
    border-color: #ffe21f;
}

.btn02._color11._type02 {
    background-color: transparent;
    color: #ffe21f;
}

.btn02._color11._type02._arrow::after {
    border-left-color: #ffe21f;
}

.btn01._color12 {
    background-color: #ffc90e;
    border-color: #ffc90e;
}

.btn01._color12._active {
    background-color: transparent;
    color: #ffc90e;
}

.btn01._color12._type02 {
    background-color: transparent;
    color: #ffc90e;
}

.btn01._color12._type02._active {
    background-color: #ffc90e;
}

.btn01._color12._favo._type02::before, .btn01._color12._favo._type02::after {
    background-color: #ffc90e;
}

.btn01._color12._favo._type02:not(._disabled):hover::before, .btn01._color12._favo._type02:not(._disabled):hover::after, .btn01._color12._favo._type02:not(._disabled):focus::before, .btn01._color12._favo._type02:not(._disabled):focus::after {
    background-color: #fff;
}

.btn01._color12._arrow::before {
    background-color: #ffc90e;
}

.btn02._color12 {
    background-color: #ffc90e;
    border-color: #ffc90e;
}

.btn02._color12._type02 {
    background-color: transparent;
    color: #ffc90e;
}

.btn02._color12._type02._arrow::after {
    border-left-color: #ffc90e;
}

.listDltextarea > :last-child, .listBox li > :last-child, .itemBox01 > :last-child, .itemBox03 > :last-child, .itemBox04 > :last-child, .itemBox05 > :last-child, .itemBox06 > :last-child, .itemBox07 > :last-child, .itemBoxAttention > :last-child, .itemBox04 > .content > :last-child, .itemBox05 > .content > :last-child, .itemBox06 > .head > :last-child, .itemBox06 > .content > :last-child, .itemBox07 > .head:not(._reverse):not(._reverseSp) > :last-child, .itemBox07 > .content:not(._reverse):not(._reverseSp) > :last-child, .itemBoxSide .content > :last-child, .itemBoxSide02 .content > :last-child, .artistBox > :last-child, .artistBox a > :last-child, .artistBox .itemText > :last-child, .artistBox .itemText .itemFoot > :last-child {
    margin-bottom: 0;
}

.itemBox01, .itemBox03, .itemBox04, .itemBox05, .itemBox06, .itemBox07, .itemBoxAttention {
    margin-bottom: 24px;
}

._mbNone.itemBox01, ._mbNone.itemBox03, ._mbNone.itemBox04, ._mbNone.itemBox05, ._mbNone.itemBox06, ._mbNone.itemBox07, ._mbNone.itemBoxAttention {
    margin-bottom: 0;
}

.itemBox01 {
    border: 1px dashed #d6dfde;
    padding: 20px;
}

.itemBox03 {
    background-color: #f7f7f7;
    border-radius: 3px;
    padding: 24px 16px;
}

.itemBox04 {
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.itemBox04 > .head {
    background-color: #323232;
    color: #fff;
    padding: 25px 25px 13px;
}

.itemBox04 > .head > .hdg {
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
}

.itemBox04 > .head > .hdg a {
    color: #fff;
}

.itemBox04 > .head .caption {
    margin-bottom: 12px;
}

.itemBox04 > .content {
    padding: 30px 25px 25px;
}

.itemBox05 {
    background-color: #fff;
}

.itemBox05 > .head {
    background-color: #4b4b4b;
    border-radius: 3px 3px 0 0;
    color: #fff;
    padding: 20px 16px 4px;
    text-align: center;
}

.itemBox05 > .head > .hdg {
    display: block;
    font-weight: bold;
    margin: 0 0 12px;
    padding: 0;
}

.itemBox05 > .head .caption {
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.itemBox05 > .content {
    border-radius: 0 0 3px 3px;
    padding: 24px 16px;
}

.itemBox05._type02 > .content {
    background-color: #f7f7f7;
}

.itemBox06 {
    border: 2px solid #1ddab6;
    border-radius: 4px;
}

.itemBox06 > .head {
    background-color: #1ddab6;
    color: #fff;
    font-weight: bold;
    padding: 20px 14px;
    text-align: center;
}

.itemBox06 > .head .hdg {
    font-weight: bold;
    margin: 0;
}

.itemBox06 > .head .caption {
    font-size: 1.3rem;
}

.itemBox06 > .content {
    padding: 20px 14px;
}

.itemBox07 {
    background-color: #fff;
    border-radius: 6px;
}

.itemBox07 > .head, .itemBox07 > .content {
    padding: 15px;
}

.itemBox07 > .head {
    display: flex;
    flex-direction: column;
}

.itemBox07 > .head._reverse, .itemBox07 > .head._reverseSp {
    flex-direction: column-reverse;
}

.itemBox07 > .head._reverse > :first-child, .itemBox07 > .head._reverseSp > :first-child {
    margin-bottom: 0;
}

.itemBox07 > .head .hdg {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.545;
    margin: 0 0 24px;
}

.itemBox07 > .head .hdg a {
    color: #4b4b4b;
}

.itemBox07 > .head .textMeta {
    margin-bottom: 15px;
}

.itemBox07 > .head .textMeta a.itemTextMeta::before {
    content: '';
    display: block;
}

.itemBox07 > .content {
    border-top: 1px solid #f7f7f7;
}

.itemBoxSide .head {
    display: none;
}

.itemBoxSide02 .head {
    background-color: #4b4b4b;
    color: #fff;
    margin: 0 -16px;
    padding: 16px;
}

.itemBoxAttention {
    border: 2px solid #ff94a0;
    border-radius: 3px;
    color: #ff94a0;
    padding: 24px;
}

.itemBoxAttention .hdg {
    font-size: 1.6rem;
    line-height: 1.77;
    margin: 0;
    text-align: center;
}

.itemBoxAttention .hdg + * {
    margin-top: 18px;
}

.itemArtist .picArtist {
    width: 100%;
}

.itemArtist .areaIcon {
    margin-top: -15px;
    text-align: right;
    padding-right: 18px;
}

.itemArtist .areaIcon .btnIcon {
    margin-left: 12px;
}

.artistBox {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 0 0 30px;
    position: relative;
}

.artistBox a {
    border-bottom: none;
    color: #4b4b4b;
    display: block;
    position: static;
}

.artistBox .itemPict {
    text-align: center;
}

.artistBox .itemPict::before, .artistBox .itemPict::after {
    clear: both;
    content: '';
    display: table;
}

.artistBox .itemPict img {
    border-radius: 6px 6px 0 0;
    display: block;
    width: 100%;
}

.artistBox .itemText {
    padding: 0 16px;
}

.artistBox .itemText > a {
    display: block;
}

.artistBox .itemText > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.artistBox .areaIcon {
    float: right;
    margin-top: -15px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}

.artistBox .areaIcon .btnIcon {
    float: left;
    margin-left: 12px;
}
/* 
.artistArea._firstShadow > :first-child .artistBox {
    box-shadow: 30px 0 30px -30px rgba(0, 0, 0, .2), -30px 0 30px -30px rgba(0, 0, 0, .2);
}
 */
.itemBox02 {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 60px;
    padding-top: 25px;
    position: relative;
}

.itemBox02::before {
    background-color: #1ddab6;
    border-radius: 3px 3px 0 0;
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.itemCarousel {
    position: relative;
}

.boxCarouselItem {
    padding-bottom: 24px;
}

.boxCarouselItem .artistBox .itemPict img {
    border-radius: 0;
}

.tbl01 table, .tblCart table {
    background-color: #f7f7f7;
    border-collapse: separate;
    border-spacing: 0;
    display: block;
    margin: 0 -16px;
    padding: 0;
    table-layout: fixed;
}

.tbl01 table::before, .tblCart table::before, .tbl01 table::after, .tblCart table::after {
    clear: both;
    content: '';
    display: table;
}

.tbl01 table caption, .tblCart table caption {
    background-color: #4b4b4b;
    color: #fff;
    display: block;
    padding: 16px;
    text-align: left;
    width: 100%;
}

.tbl01 table thead, .tblCart table thead {
    display: none;
}

.tbl01 table tbody, .tblCart table tbody {
    display: block;
}

.tbl01 table tbody tr, .tblCart table tbody tr {
    background-color: #fff;
    border-radius: 3px;
    display: block;
    margin-bottom: 2px;
    overflow: hidden;
    padding: 25px 16px 5px;
}

.tbl01 table tbody tr th, .tblCart table tbody tr th {
    font-weight: normal;
    text-align: left;
}

.tbl01 table tbody tr th, .tblCart table tbody tr th, .tbl01 table tbody tr td, .tblCart table tbody tr td {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
}

.tbl01 table tbody tr th > :last-child, .tblCart table tbody tr th > :last-child, .tbl01 table tbody tr td > :last-child, .tblCart table tbody tr td > :last-child {
    margin-bottom: 0;
}

.tbl01 table tbody tr th._float, .tblCart table tbody tr th._float, .tbl01 table tbody tr td._float, .tblCart table tbody tr td._float {
    float: left;
}

.tbl01 table tbody tr th._float ~ td, .tblCart table tbody tr th._float ~ td, .tbl01 table tbody tr td._float ~ td, .tblCart table tbody tr td._float ~ td {
    margin-left: 45px;
}

.tbl01 table tbody tr th._narrow, .tblCart table tbody tr th._narrow, .tbl01 table tbody tr td._narrow, .tblCart table tbody tr td._narrow {
    margin-bottom: 5px;
}

.tbl01 table tbody tr th._null, .tblCart table tbody tr th._null, .tbl01 table tbody tr td._null, .tblCart table tbody tr td._null {
    display: none;
}

.tbl01 table tbody tr th .hdg, .tblCart table tbody tr th .hdg, .tbl01 table tbody tr td .hdg, .tblCart table tbody tr td .hdg {
    color: #a1aaa9;
    margin-right: 20px;
}

.contentArea .tbl01 table, .contentArea .tblCart table {
    background-color: #fff;
}

.contentArea .tbl01 table tr, .contentArea .tblCart table tr {
    background-color: #f7f7f7;
}

.tbl01 .tblOnlyPc, .tblCart .tblOnlyPc {
    display: none;
}

.tbl01 + .tbl01 {
    margin-top: 50px;
}

.tbl02 {
    overflow-y: auto;
}

.tbl02 table {
    border-collapse: collapse;
    width: 100%;
}

.tbl02 table thead {
    background-color: #1ddab6;
    color: #fff;
}

.tbl02 table thead th {
    font-size: 1.3rem;
    font-weight: normal;
    padding: 34px 12px;
    text-align: center;
}

.tbl02 table tbody tr th, .tbl02 table tbody tr td {
    border: 2px solid #f7f7f7;
    padding: 15px 12px;
}

.tbl02 table tbody tr th:first-child, .tbl02 table tbody tr td:first-child {
    border-left: none;
}

.tbl02 table tbody tr th:last-child, .tbl02 table tbody tr td:last-child {
    border-right: none;
}

.tbl02 table tbody tr th._isNowrap, .tbl02 table tbody tr td._isNowrap {
    white-space: nowrap;
}

.tbl02 table tbody tr th._isChang, .tbl02 table tbody tr td._isChang {
    background-color: #c3ece7;
}

.tbl02 table tbody tr th._isNone, .tbl02 table tbody tr td._isNone {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff94a0;
}

.tbl02 table tbody tr th._isNull, .tbl02 table tbody tr td._isNull {
    background-image: linear-gradient(#d6dfde 0%, #d6dfde 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 2px;
}

.tbl02 table tbody tr th {
    font-weight: normal;
    text-align: left;
}

.tbl02 table tbody tr td {
    text-align: center;
}

.tbl02 table tbody tr:not(._disabled):hover th, .tbl02 table tbody tr:not(._disabled):hover td, .tbl02 table tbody tr:not(._disabled):focus th, .tbl02 table tbody tr:not(._disabled):focus td {
    background-color: #f7f7f7;
}

.tbl02 table tbody tr:not(._disabled):hover th._isChang, .tbl02 table tbody tr:not(._disabled):hover td._isChang, .tbl02 table tbody tr:not(._disabled):focus th._isChang, .tbl02 table tbody tr:not(._disabled):focus td._isChang {
    background-color: #c3ece7;
}

.tbl02 table tbody tr:first-child th, .tbl02 table tbody tr:first-child td {
    border-top: none;
}

.tbl02 table tbody tr:last-child th, .tbl02 table tbody tr:last-child td {
    border-bottom: none;
}

.tbl02 select {
    display: block;
    margin: 0 auto;
}

.tbl02._type02 table tbody tr td {
    padding: 11px 10px;
}

.tbl03 {
    margin-bottom: 72px;
}

.tbl03 table {
    border-collapse: collapse;
}

.tbl03 table caption {
    text-align: left;
}

.tbl03 table caption::before {
    content: '【';
}

.tbl03 table caption::after {
    content: '】';
}

.tbl03 table tbody th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.tbl03 table tbody th::before {
    content: '【';
}

.tbl03 table tbody th::after {
    content: '】';
}

.tbl03 table tbody th.hdg::before {
    content: '＜';
}

.tbl03 table tbody th.hdg::after {
    content: '＞';
}

.tblCart table tbody tr {
    padding: 25px 16px 20px;
    position: relative;
}

.tblCart table tbody tr td {
    margin-right: 116px;
    margin-bottom: 5px;
}

.tblCart table tbody tr td.btnCartDel {
    margin-right: 0;
    position: absolute;
    right: 16px;
    bottom: 20px;
}

.tblCart table tbody tr td.btnCartDel .btn {
    align-items: center;
    background-color: #1ddab6;
    background-position: 13px center;
    background-repeat: no-repeat;
    border: 2px solid #1ddab6;
    border-radius: 3px;
    color: #fff;
    display: flex;
    padding: 8px 16px;
}

.tblCart table tbody tr td.btnCartDel .btn::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -191px -31.5px;
    width: 11px;
    height: 11px;
    background-size: 203px 188px;
    content: '';
    display: inline-block;
    margin-right: 12px;
}

.tblCart table tbody tr.tblCatLast {
    background-color: transparent;
    padding: 0 16px;
}

.tblCart table tbody tr.tblCatLast td {
    font-size: 1.5rem;
    margin: 0;
    padding: 20px 0;
    text-align: right;
}

.tblCart table tbody tr.tblCatLast td::before, .tblCart table tbody tr.tblCatLast td::after {
    clear: both;
    content: '';
    display: table;
}

.tblCart table tbody tr.tblCatLast td .hdg {
    color: #323232;
    float: left;
}

.tblCart table tbody tr.tblCatLast td.itemHigh {
    border-top: 2px solid #323232;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 25px 0 30px;
}

.tblCartSp table {
    border-collapse: collapse;
    width: 100%;
}

.tblCartSp table tr td {
    padding-bottom: 24px;
}

.tblCartSp table tr td:last-child {
    text-align: right;
}

.tblCartSp table tr td._isNone {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff94a0;
}

.tblCartSp table tr:last-child td {
    padding-bottom: 0;
}

.mt00 {
    margin-top: 0 !important;
}

.mb00 {
    margin-bottom: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mt110 {
    margin-top: 110px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mt130 {
    margin-top: 130px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mt140 {
    margin-top: 140px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.mt150 {
    margin-top: 150px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mt160 {
    margin-top: 160px !important;
}

.mb160 {
    margin-bottom: 160px !important;
}

.mt170 {
    margin-top: 170px !important;
}

.mb170 {
    margin-bottom: 170px !important;
}

.mt180 {
    margin-top: 180px !important;
}

.mb180 {
    margin-bottom: 180px !important;
}

.mt190 {
    margin-top: 190px !important;
}

.mb190 {
    margin-bottom: 190px !important;
}

.mt200 {
    margin-top: 200px !important;
}

.mb200 {
    margin-bottom: 200px !important;
}

.mr00 {
    margin-right: 0 !important;
}

.ml00 {
    margin-left: 0 !important;
}

.mr10 {
    margin-right: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.width0 {
    width: 0 !important;
}

.width5 {
    width: 5% !important;
}

.width10 {
    width: 10% !important;
}

.width15 {
    width: 15% !important;
}

.width20 {
    width: 20% !important;
}

.width25 {
    width: 25% !important;
}

.width30 {
    width: 30% !important;
}

.width35 {
    width: 35% !important;
}

.width40 {
    width: 40% !important;
}

.width45 {
    width: 45% !important;
}

.width50 {
    width: 50% !important;
}

.width55 {
    width: 55% !important;
}

.width60 {
    width: 60% !important;
}

.width65 {
    width: 65% !important;
}

.width70 {
    width: 70% !important;
}

.width75 {
    width: 75% !important;
}

.width80 {
    width: 80% !important;
}

.width85 {
    width: 85% !important;
}

.width90 {
    width: 90% !important;
}

.width95 {
    width: 95% !important;
}

.width100 {
    width: 100% !important;
}

.contentModal._fitIn, .contentModal._over {
    padding-top: 0;
    opacity: 1;
    visibility: visible;
}

.bgModal {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.contentModal {
    background-color: rgba(50, 50, 50, .5);
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    transition: all .25s;
    visibility: hidden;
    width: 100%;
    z-index: 120;
}

.contentModal._fitIn .boxModal {
    top: 50%;
    transform: translateY(-50%);
}

.contentModal._over .boxModal {
    margin: 0 5%;
    top: 0;
    transform: translate(0);
}

.boxModal {
    background-color: #fff;
    border-radius: 3px;
    margin: 0 5%;
    max-height: 90vh;
    transition: all .5s;
    transform: translateY(-50%);
    position: absolute;
    top: 120vh;
    width: 90%;
}

.boxModal > .inner {
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px 24px 0;
    position: relative;
}

.boxModal > .inner > :last-child {
    margin-bottom: 0;
}

.boxModal > .inner::before {
    background-color: #1ddab6;
    border-radius: 3px 3px 0 0;
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.boxModal > .inner::after {
    content: '';
    display: block;
    height: 30px;
}

.boxModal .hdg {
    text-align: center;
}

.boxModal .hdg._logo em {
    display: block;
    margin: 0 auto;
    width: 125px;
}

.modalClose {
    box-sizing: border-box;
    display: block;
    height: 18px;
    padding: 0;
    position: absolute;
    top: 14px;
    right: 9px;
    width: 18px;
}

.modalClose span {
    background-image: linear-gradient(transparent 0%, transparent 45%, #d6dfde 45%, #d6dfde 53%, transparent 53%, transparent 100%), linear-gradient(90deg, transparent 0%, transparent 45%, #d6dfde 45%, #d6dfde 53%, transparent 53%, transparent 100%);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: block;
    height: 18px;
    overflow: hidden;
    padding: 0 0 0 18px;
    transform: rotate(45deg);
    white-space: nowrap;
    width: 18px;
}

.modalBtnArea {
    margin: 35px 0;
}

.movieModal .modalAreaMovie {
    display: flex;
    margin: 0;
    height: 100vh;
}

.movieModal .modalAreaMovie .inner {
    max-height: 100vh;
    overflow-x: hidden;
    padding-top: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 890px;
}

.movieModal .modalAreaMovie .inner .movieArea .video-js {
    margin: 0 auto;
}

.movieModal .modalAreaMovie .caption {
    color: #fff;
    text-align: center;
    margin-top: 32px;
}

.movieModal .modalClose {
    top: 10px;
    right: 16px;
}

.movieModal .modalClose span {
    background-image: linear-gradient(transparent 0%, transparent 45%, #fff 45%, #fff 53%, transparent 53%, transparent 100%), linear-gradient(90deg, transparent 0%, transparent 45%, #fff 45%, #fff 53%, transparent 53%, transparent 100%);
}

.no-js a.js_modal {
    display: none;
}

.no-js .contentModal {
    background-color: transparent;
    height: auto;
    opacity: 1;
    position: static;
    visibility: visible;
}

.no-js .contentModal::before {
    display: none;
}

.no-js .contentModal .boxModal {
    margin: 16px;
    position: static;
    transform: translateX(0);
    max-width: 100%;
}

.no-js .contentModal .modalClose {
    display: none;
}

.areaSort {
    display: inline-block;
    float: right;
    position: relative;
    z-index: 10;
}

.areaSort._isShow .listSortType {
    opacity: 1;
    visibility: visible;
}

.btnSort {
    background-color: #1ddab6;
    color: transparent;
    height: 32px;
    position: relative;
    overflow: hidden;
    width: 32px;
}

.btnSort span::before, .btnSort span::after {
    margin-left: -4.5px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.btnSort span::before {
    border: 4.5px solid transparent;
    border-bottom: 6px solid #fff;
    border-top-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: -8px;
}

.btnSort span::after {
    border: 4.5px solid transparent;
    border-top: 6px solid #fff;
    border-bottom-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: 2px;
}

.listSortType {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 5px -5px 10px rgba(0, 0, 0, .1);
    opacity: 0;
    position: absolute;
    visibility: hidden;
    top: 50px;
    right: 0;
}

.listSortType::before {
    border: 9px solid transparent;
    border-bottom: 14px solid #fff;
    border-top-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: -10px;
    right: 6px;
}

.listSortType::after {
    content: '';
    display: block;
    height: 50px;
    position: absolute;
    top: -50px;
    right: 0;
    width: 100%;
    z-index: -1;
}

.listSortType li {
    position: relative;
}

.listSortType li::after {
    border-top: 1px solid #d6dfde;
    content: '';
    display: block;
    position: absolute;
    right: 24px;
    bottom: 0;
    left: 24px;
}

.listSortType li:last-child::after {
    display: none;
}

.listSortType li a, .listSortType li button {
    color: #a1aaa9;
    display: block;
    padding: 32px 24px;
    width: 100%;
    white-space: nowrap;
}

.listSortType li a._active, .listSortType li button._active {
    color: #323232;
}

.badgeStatus {
    display: inline-block;
    border: 2px solid #a1aaa9;
    border-radius: 3px;
    color: #a1aaa9;
    font-size: 1rem;
    font-weight: bold;
    padding: 2px 7px;
}

.fixedArea {
    position: relative;
}

.fixedBdgeCart {
    border: 2px solid #fff;
    border-radius: 45px;
    background-color: #1ddab6;
    color: #fff;
    display: inline-block;
    height: 90px;
    opacity: .8;
    overflow: hidden;
    padding-top: 38px;
    position: relative;
    text-align: center;
    min-width: 90px;
}

.fixedBdgeCart > .icon {
    color: transparent;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 50%;
    white-space: nowrap;
}

.fixedBdgeCart > .icon::before {
    background-image: url(/resource/images/sprite.png);
    background-position: -27px -123px;
    width: 21.5px;
    height: 16.5px;
    background-size: 203px 188px;
    content: '';
    display: inline-block;
    transform: translateX(-50%);
}

.fixedBdgeCart .item {
    display: block;
    font-size: 1rem;
    margin: 0 8px;
    padding: 1px 0;
}

.fixedBdgeCart .item + .item {
    border-top: 1px solid #fff;
}

.fixedBdgeCart._fixed {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 100;
}

.loginBorder {
    border-top: 1px solid #f7f7f7;
    margin: 30px -22px 0;
    position: relative;
    text-align: center;
}

.loginBorder span {
    background-color: #fff;
    color: #d6dfde;
    font-size: 1rem;
    padding: 0 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/* Slider */

.slick-slider {
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: '';
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    padding: 0 0 0 34px;
    white-space: nowrap;
    z-index: 10;
}

.slick-arrow::before {
    border-top: 2px solid #a1aaa9;
    border-left: 2px solid #a1aaa9;
    content: '';
    display: block;
    height: 13px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 13px;
}

.slick-prev {
    left: 50px;
}

.slick-prev::before {
    left: 12px;
    transform: rotate(-45deg);
}

.slick-next {
    right: 50px;
}

.slick-next::before {
    right: 12px;
    transform: rotate(135deg);
}

.slick-dots {
    list-style-type: none;
    padding: 0 0 29px;
    margin: 0 90px;
    text-align: center;
}

.slick-dots::before, .slick-dots::after {
    clear: both;
    content: '';
    display: table;
}

.slick-dots li {
    display: inline-block;
    height: 7px;
    margin: 5px 3px;
}

.slick-dots li button {
    background-color: #cdd0cf;
    border-radius: 50%;
    display: inline-block;
    height: 7px;
    overflow: hidden;
    padding: 0 0 0 7px;
    width: 7px;
    white-space: nowrap;
}

.slick-dots li.slick-active button {
    background-color: #9ba1a0;
}

.tooltip {
    display: inline-block;
    position: relative;
}

.tooltip .tooltipContent {
    display: none;
}

.tgl01 > .tglHook::after, .tgl02, .tgl02 > .tglHook, .tgl02 > .tglHook::after {
    transition: all .3s 0s ease;
}

.tgl01 {
    border-top: 1px solid #d6dfde;
    border-bottom: 1px solid #d6dfde;
}

.tgl01 + .tgl01 {
    border-top: none;
}

.tgl01 > .tglHook {
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 18px 36px 18px 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.tgl01 > .tglHook::before, .tgl01 > .tglHook::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
}

.tgl01 > .tglHook::before {
    background-color: #1ddab6;
    border-radius: 50%;
    height: 18px;
    margin-top: -9px;
    right: 0;
    width: 18px;
}

.tgl01 > .tglHook::after {
    border: 2.5px solid transparent;
    border-bottom: 3px solid #fff;
    border-top-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: -2px;
    right: 7px;
}

.tgl01 > .tglContent {
    margin-bottom: 60px;
}

.tgl01 > .tglContent > :last-child {
    margin-bottom: 0;
}

.tgl01[data-tgl='open'] > .tglHook::after {
    margin-top: -1px;
    transform: rotate(180deg);
}

.tgl02 {
    border: 2px solid #f7f7f7;
    border-radius: 3px;
    margin-bottom: 16px;
}

.tgl02 > .tglHook {
    background-color: #f7f7f7;
    display: block;
    font-weight: normal;
    padding: 18px 38px 18px 10px;
    position: relative;
    text-align: left;
    width: 100%;
}

.tgl02 > .tglHook::before, .tgl02 > .tglHook::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
}

.tgl02 > .tglHook::before {
    background-color: #1ddab6;
    border-radius: 50%;
    height: 18px;
    margin-top: -9px;
    right: 8px;
    width: 18px;
}

.tgl02 > .tglHook::after {
    border: 2.5px solid transparent;
    border-bottom: 3px solid #fff;
    border-top-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: -2px;
    right: 15px;
}

.tgl02 > .tglHook .badgeStatus {
    border: 2px solid #a1aaa9;
    border-radius: 3px;
    color: #a1aaa9;
    font-size: 1rem;
    float: left;
    display: inline-block;
    margin-right: 14px;
    text-align: center;
    padding: 2px 8px;
    min-width: 60px;
}

.tgl02 > .tglHook b {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.tgl02 .subText {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 12px;
}

.tgl02 .subText._full {
    margin-left: -74px;
}

.tgl02 > .tglContent {
    border-top: 2px solid #f7f7f7;
    padding: 18px 10px;
}

.tgl02 > .tglContent > :last-child {
    margin-bottom: 0;
}

.tgl02._type02 > .tglContent {
    padding: 3px 0 0;
    position: relative;
}

.tgl02._type02 > .tglContent::before {
    border-top: 3px solid #fff;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -2px;
    left: -2px;
}

.tgl02._type02 > .tglContent > table:last-child {
    border-radius: 0 0 3px 3px;
}

.tgl02._type03[data-tgl='open'], .tgl02._type03[data-tgl='close'] {
    border: none;
    margin-bottom: 16px;
}

.tgl02._type03[data-tgl='open'] > .tglHook, .tgl02._type03[data-tgl='close'] > .tglHook {
    background-color: #1ddab6;
    border-radius: 6px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 24px 42px 24px 16px;
}

.tgl02._type03[data-tgl='open'] > .tglHook::before, .tgl02._type03[data-tgl='close'] > .tglHook::before {
    background-color: #fff;
    right: 16px;
}

.tgl02._type03[data-tgl='open'] > .tglHook::after, .tgl02._type03[data-tgl='close'] > .tglHook::after {
    border-bottom-color: #1ddab6;
    right: 23px;
}

.tgl02._type03[data-tgl='open'] > .tglContent, .tgl02._type03[data-tgl='close'] > .tglContent {
    border-top: none;
    padding: 12px 0 0;
}

.tgl02._type04._disabled {
    opacity: .5;
}

.tgl02._type04 > .tglHook {
    align-items: center;
    display: flex;
    font-size: 1.5rem;
    font-weight: bold;
}

.tgl02._type04 > .tglHook .badgeStatus {
    align-self: flex-start;
}

.tgl02._type04 > .tglHook .markPoss {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}

.tgl02._type04 > .tglHook .markPoss._yes::before {
    height: 12px;
    margin: -6px 0 0 -6px;
    width: 12px;
}

.tgl02._type04 > .tglHook .markPoss._no::before, .tgl02._type04 > .tglHook .markPoss._no::after {
    top: 11px;
    left: 6px;
    width: 11px;
}

.tgl02[data-tgl='open'] {
    border-color: #1ddab6;
}

.tgl02[data-tgl='open'] > .tglHook {
    background-color: #1ddab6;
    color: #fff;
}

.tgl02[data-tgl='open'] > .tglHook::before {
    background-color: #fff;
}

.tgl02[data-tgl='open'] > .tglHook::after {
    border-bottom-color: #1ddab6;
    margin-top: -1px;
    transform: rotate(180deg);
}

.tgl02[data-tgl='open'] > .tglHook .badgeStatus {
    border-color: #fff;
    color: #fff;
}

.tgl02[data-tgl='open'] > .tglContent {
    border-top-color: #1ddab6;
}

.tgl02[data-tgl='close'] > .tglContent {
    overflow: hidden;
}

.tgl02[data-tgl='close']._type04._isChang {
    border-color: #1ddab6;
}

.tgl02[data-tgl='close']._type04._isChang > .tglHook {
    background-color: #1ddab6;
    color: #fff;
}

.tgl02[data-tgl='close']._type04._isChang > .tglHook::before {
    background-color: #fff;
}

.tgl02[data-tgl='close']._type04._isChang > .tglHook::after {
    border-bottom-color: #1ddab6;
}

.tgl02[data-tgl='close']._type04[data-tgl='open'] > .tglHook::after {
    margin-top: -1px;
    transform: rotate(180deg);
}

.tgl02[data-tgl='close']._type04._isChang[data-tgl='open'] > .tglContent {
    border-top-color: #1ddab6;
}

.tglQa {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 12px;
}

.tglQa > .tglHook .mark, .tglQa > .tglContent .mark {
    font-family: 'Teko', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Helvetica, sans-serif;
    font-size: 2rem;
    display: block;
    line-height: 1;
    position: absolute;
    left: 16px;
}

.tglQa > .tglHook {
    color: #000;
    display: table;
    padding: 24px 13px 24px 43px;
    position: relative;
    text-align: left;
    width: 100%;
}

.tglQa > .tglHook .mark {
    color: #8bd9f9;
    top: 26px;
}

.tglQa > .tglContent {
    margin: 0;
    padding: 15px 13px 25px 43px;
    position: relative;
    width: 100%;
}

.tglQa > .tglContent .tglContentInner > :last-child {
    margin-bottom: 0;
}

.tglQa > .tglContent .mark {
    color: #ff94a0;
    top: 20px;
}

.tglQa[data-tgl='open'] > .tglHook::after {
    transform: rotate(90deg);
}

.tglQa[data-tgl='open'] > .tglContent {
    display: block;
}

.no-js .tglQa .tglHook::after {
    display: none;
}

.areaProg {
    position: relative;
}

.areaProg::before {
    background-color: #fcfcfc;
    background-image: linear-gradient(45deg, #f8f8f8 0%, #f8f8f8 25%, #fcfcfc 25%, #fcfcfc 50%, #f8f8f8 50%, #f8f8f8 75%, #fcfcfc 75%, #fcfcfc 100%);
    background-size: 50px 50px;
    border-radius: 12px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 24px;
}

.areaProg > .listProg li::after {
    background-image: url(/resource/images/sprite.png);
    background-position: -89.5px -68px;
    width: 10px;
    height: 9px;
    background-size: 203px 188px;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 9px;
    left: -65px;
    transition: opacity .5s;
    z-index: 1;
}

.areaProg._isShow > .listProg li:nth-child(1)::after {
    animation: progAnime .5s ease .2s 1 forwards;
}

.areaProg._isShow > .listProg li:nth-child(2)::after {
    animation: progAnime .5s ease .4s 1 forwards;
}

.areaProg._isShow > .listProg li:nth-child(3)::after {
    animation: progAnime .5s ease .6s 1 forwards;
}

.areaProg._isShow > .listProg li:nth-child(4)::after {
    animation: progAnime .5s ease .8s 1 forwards;
}

.areaProg[data-prog-state='1'] > .listProg li:nth-child(1) {
    color: #3a3a3a;
}

.areaProg[data-prog-state='2'] > .listProg li:nth-child(2) {
    color: #3a3a3a;
}

.areaProg[data-prog-state='3'] > .listProg li:nth-child(3) {
    color: #3a3a3a;
}

.areaProg[data-prog-state='4'] > .listProg li:nth-child(4) {
    color: #3a3a3a;
}

.areaProg._isShow[data-prog-state='1'] > .listProg li:nth-child(n+1)::after {
    display: none;
}

.areaProg._isShow[data-prog-state='2'] > .listProg li:nth-child(n+2)::after {
    display: none;
}

.areaProg._isShow[data-prog-state='3'] > .listProg li:nth-child(n+3)::after {
    display: none;
}

.areaProg._isShow[data-prog-state='4'] > .listProg li:nth-child(n+4)::after {
    display: none;
}

.areaProg._isShow[data-prog-state='active'] > .listProg li:nth-child(2)::after {
    display: none;
}

.listProg {
    color: #a1aaa9;
    margin-left: 72px;
    padding-top: 12px;
}

.listProg li {
    margin-top: 25px;
    position: relative;
}

.listProg li:first-child {
    margin-top: 0;
}

.listProg li::before {
    border: 4px solid transparent;
    border-right: 6px solid #77daf7;
    border-left-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: -22px;
}

.listProg li::after {
    background-image: url(/resource/images/sprite.png);
    background-position: -89.5px -68px;
    width: 10px;
    height: 9px;
    background-size: 203px 188px;
    content: '';
    display: none;
    position: absolute;
    top: 6px;
    left: -65px;
    z-index: 1;
}

.barProg {
    background-image: linear-gradient(#72e9d1, #77daf7);
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    width: 24px;
    height: 24px;
}

.barProg::before {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 14px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 14px;
}

._type01 .barProg {
    width: 24px !important;
}

.artistArea.js_itemFilter[data-artist-col='3'] .filtr-item {
    width: 100%;
    padding-bottom: 16px;
}

.artistArea.js_itemFilter[data-artist-col='3'] .filtr-item .artistBox {
    width: 100%;
    margin-bottom: 0;
}

.js_eventArea .eventArea {
    display: none;
}

.js_eventArea .eventArea._isShow {
    display: block;
}

.js_eventArea .eventArea .listNone {
    margin-bottom: 0;
}

.eventSlide {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    transition: transform .8s cubic-bezier(.19, 1, .22, 1);
    transform: translate3d(100%, 0, 0);
    background: #fff;
}

.eventSlide > .contentArea {
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.eventSlide > .contentArea .eventArea {
    display: none;
}

.eventSlide > .contentArea .eventArea._isShow {
    display: block;
}

.eventSlide > .contentArea .listNone {
    display: none;
}

.eventSlide > .contentArea .listNone._isShow {
    display: block;
}

.eventSlide > .contentArea .result {
    display: none;
}

.eventSlide > .contentArea .result._isShow {
    display: block;
}

._slideOpened .eventSlide._isOpened {
    transform: translate3d(0, 0, 0);
}

._slideOpened {
    overflow: hidden;
    height: 100%;
}

._slideOpened .main > div:not(.eventSlide) {
    display: none;
}

._slideOpened .footer {
    display: none;
}

.spinner {
    visibility: hidden;
    width: 70px;
    height: 0;
    margin: auto;
    text-align: center;
}

.spinner._isloading {
    visibility: visible;
    height: 41px;
}

.spinner span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 24px auto;
    animation: spinner .775s infinite alternate;
    vertical-align: middle;
    border-radius: 49px;
    background: white;
    will-change: animation;
}

.spinner span:first-child {
    animation-delay: 0s;
}

.spinner span:nth-child(2) {
    animation-delay: .2295s;
}

.spinner span:nth-child(3) {
    animation-delay: .44s;
}

@media all and (-ms-high-contrast: none) {
    .artistBox .itemText {
        height: auto;
    }
}

@media screen and (min-width: 751px) {
    body {
        font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Helvetica, sans-serif;
    }

    a {
        border-bottom: 1px solid transparent;
    }

    a.aNoLine {
        border-bottom: none;
    }

    a:not(._disabled):hover, a:not(._disabled):focus {
        border-bottom-color: #1ddab6;
    }

    a:not(._disabled):hover img, a:not(._disabled):focus img {
        opacity: .7;
    }

    .onlySp {
        display: none !important;
    }

    .onlyPc {
        display: block !important;
    }

    select {
        transform: scale(.9375);
    }

    .inputEqu {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .inputEqu input[type='text'], .inputEqu input[type='password'] {
        margin-top: 0;
        width: calc(100% - 200px);
    }

    .listCheck li label {
        background-color: transparent;
        display: inline-block;
        padding: 0;
        min-height: 24px;
    }

    .listCheck li label span::before {
        background-color: #f6f6f6;
        margin-top: 0;
        top: 4px;
        left: 0;
    }

    .listCheck li label input {
        margin-top: 0;
        top: 6px;
        left: 2px;
    }

    .listCheck li label input:checked + span::after {
        margin-top: 0;
        top: 8px;
    }

    .headerInner {
        padding: 20px 6% 15px;
    }

    .headerLogo {
        margin: -7px 0 -6px;
        width: 158px;
    }

    .headerControl {
        margin-top: -4px;
    }

    .userName {
        float: left;
        margin: 0;
        opacity: 1;
        padding: 8px 0 0;
        position: static;
        visibility: visible;
        min-width: auto;
    }

    .headerControlBtn .badge {
        padding-top: 4px;
        top: -3px;
        transform: none;
    }

    .headerControlBtn {
        height: 35px;
        margin-left: 32px;
        width: 35px;
    }

    .headerNoti {
        padding: 6px 12px 0 0;
    }

    .headerNoti::before {
        margin-bottom: 4px;
        background-image: url(/resource/images/sprite.png);
        background-position: -102px 0;
        width: 27px;
        height: 28px;
        background-size: 203px 188px;
    }

    .headerCart {
        margin-left: 30px;
        padding: 6px 4px 0 0;
        width: 40px;
    }

    .headerCart::before {
        margin-bottom: 4px;
        background-image: url(/resource/images/sprite.png);
        background-position: 0 -68px;
        width: 35.5px;
        height: 27px;
        background-size: 203px 188px;
    }

    .headerNavTgl {
        margin-right: 0;
    }

    .headerNavTgl::before, .headerNavTgl::after {
        width: 28px;
    }

    .headerNavTgl::before {
        top: 6px;
    }

    .headerNavTgl::after {
        bottom: 2px;
    }

    .headerNavTgl .headerNavIcon {
        margin-top: 0;
        width: 28px;
    }

    .headerNavTgl._open::before, .headerNavTgl._open::after {
        height: 4px;
        margin-top: 0;
        left: 0;
        width: 35px;
    }

    .headerNavTgl._open .headerNavIcon {
        height: 4px;
    }

    .areaNav {
        font-size: 1.3rem;
        padding: 20px 0 74px;
    }

    .areaNav p {
        margin-bottom: 25px;
    }

    .areaNav .btn01 {
        display: inline-block;
    }

    .areaNavInner {
        padding: 0 6%;
    }

    .navGlobal {
        margin-top: 65px;
    }

    .navGlobal ul li {
        margin-right: 24px;
        width: calc((100% - 24px * 5 - 1px) / 6);
    }

    .navGlobal ul li:nth-child(3n-1) {
        margin: 0 24px 14px 0;
    }

    .navGlobal ul li:last-child {
        margin-right: 0;
    }

    .navGlobal ul li a {
        padding: 80px 0 34px;
    }

    .navGlobal ul li a::before {
        top: 54px;
    }

    .navGlobal ul li a:not(._disabled):hover, .navGlobal ul li a:not(._disabled):focus {
        border-bottom-color: #1ddab6;
        background-color: #1ddab6;
        color: #fff;
    }

    .navItem01 a::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -77px -97px;
        width: 23px;
        height: 24px;
        background-size: 203px 188px;
    }

    .navItem01 a:not(._disabled):hover::before, .navItem01 a:not(._disabled):focus::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -52px -97px;
        width: 23px;
        height: 24px;
        background-size: 203px 188px;
    }

    .navItem02 a::before {
        background-image: url(/resource/images/sprite.png);
        background-position: 0 -97px;
        width: 24px;
        height: 24px;
        background-size: 203px 188px;
    }

    .navItem02 a:not(._disabled):hover::before, .navItem02 a:not(._disabled):focus::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -63.5px -68px;
        width: 24px;
        height: 24px;
        background-size: 203px 188px;
    }

    .navItem03 a::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -131px -25px;
        width: 23px;
        height: 22px;
        background-size: 203px 188px;
    }

    .navItem03 a:not(._disabled):hover::before, .navItem03 a:not(._disabled):focus::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -131px -49px;
        width: 23px;
        height: 22px;
        background-size: 203px 188px;
    }

    .navItem04 a::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -102px -30px;
        width: 24px;
        height: 24px;
        background-size: 203px 188px;
    }

    .navItem04 a:not(._disabled):hover::before, .navItem04 a:not(._disabled):focus::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -26px -97px;
        width: 24px;
        height: 24px;
        background-size: 203px 188px;
    }

    .navItem05 a::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -156px 0;
        width: 17px;
        height: 24px;
        background-size: 203px 188px;
    }

    .navItem05 a:not(._disabled):hover::before, .navItem05 a:not(._disabled):focus::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -131px -73px;
        width: 17px;
        height: 24px;
        background-size: 203px 188px;
    }

    .navItem06 a::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -102px -97px;
        width: 23px;
        height: 23px;
        background-size: 203px 188px;
    }

    .navItem06 a:not(._disabled):hover::before, .navItem06 a:not(._disabled):focus::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -131px 0;
        width: 23px;
        height: 23px;
        background-size: 203px 188px;
    }

    .footerInner {
        padding: 120px 6%;
    }

    #pageTop {
        height: 50px;
        width: 50px;
    }

    #pageTop::before {
        border: 10px solid transparent;
        border-bottom: 15px solid #fff;
        border-top-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin: 16px auto 0;
    }

    #pageTop:not(._disabled):hover, #pageTop:not(._disabled):focus {
        opacity: 1;
    }

    .footerLogo {
        width: 240px;
    }

    .footerNav {
        font-size: 1.3rem;
        border-bottom: 1px solid #878787;
        margin: 0 0 20px;
        text-align: right;
        width: auto;
    }

    .footerNav li {
        margin: 0 0 20px 20px;
    }

    .footerNav li:first-child {
        margin-left: 0;
    }

    .footerNav li a:not(._disabled):hover, .footerNav li a:not(._disabled):focus {
        border-bottom-color: #4b4b4b;
    }

    .footerCopyright {
        text-align: right;
    }

    .footerCopyright small {
        font-size: 1.1rem;
    }

    .main {
        font-size: 1.5rem;
    }

    .mainInner {
        padding: 65px 6%;
    }

    .mainInner._typeL {
        padding: 85px 6%;
    }

    .inner._typeL {
        padding: 85px 6%;
    }

    .inner03 {
        margin: 60px 0;
    }

    .contentArea {
        border-top: 1px solid #ececec;
    }

    .contentArea._type02 {
        border-top: none;
    }

    .contentArea02 {
        border-top: 1px solid #130808;
        background-color: #fff;
    }

    .contentArea02._type02 {
        border-top: none;
    }

    .listBreadcrumb ol li a:not(._disabled):hover, .listBreadcrumb ol li a:not(._disabled):focus {
        border-bottom-color: #a1aaa9;
    }

    .grid[data-col='auto'] {
        display: flex;
        justify-content: space-between;
    }

    .grid[data-col='auto'] .col {
        margin-bottom: 0;
    }

    .grid[data-col='auto']:not(._reverse)._left {
        justify-content: flex-start;
    }

    .grid[data-col='auto']:not(._reverse) .col {
        margin-left: 4%;
    }

    .grid[data-col='auto']:not(._reverse) .col:first-child {
        margin-left: 0;
    }

    .grid[data-col='auto']._reverse._left {
        justify-content: flex-end;
    }

    .grid[data-col='auto']._reverse .col:first-child {
        margin-left: 4%;
    }

    .grid[data-col='auto']._reverse .col:last-child {
        margin-left: 0;
    }

    .grid[data-col='auto']._reverse {
        flex-direction: row-reverse;
    }

    .grid[data-col='auto']._reverse .col:first-child {
        margin-right: 0;
        margin-left: 4%;
    }

    .grid[data-col='auto']._reverse .col:last-child {
        margin-right: 4%;
        margin-left: 0;
    }

    .grid[data-col='auto']._baseCenter {
        align-items: center;
    }

    .grid[data-col='auto'] ._grow {
        flex-grow: 1;
    }

    .grid[data-col='autoNo'] {
        display: flex;
        justify-content: space-between;
    }

    .grid[data-col='autoNo'] .col {
        margin-bottom: 0;
    }

    .grid[data-col='autoNo']:not(._reverse)._left {
        justify-content: flex-start;
    }

    .grid[data-col='autoNo']:not(._reverse) .col {
        margin-left: 0;
    }

    .grid[data-col='autoNo']:not(._reverse) .col:first-child {
        margin-left: 0;
    }

    .grid[data-col='autoNo']._reverse._left {
        justify-content: flex-end;
    }

    .grid[data-col='autoNo']._reverse .col:first-child {
        margin-left: 0;
    }

    .grid[data-col='autoNo']._reverse .col:last-child {
        margin-left: 0;
    }

    .grid[data-col='autoNo']._reverse {
        flex-direction: row-reverse;
    }

    .grid[data-col='autoNo']._baseCenter {
        align-items: center;
    }

    .grid[data-col='autoNo'] ._grow {
        flex-grow: 1;
    }

    .grid[data-col='2'] {
        display: flex;
        flex-wrap: wrap;
    }

    .grid[data-col='2'] .col {
        margin-bottom: 0;
    }

    .grid[data-col='2'] .col {
        margin-bottom: 24px;
        margin-left: 4%;
        width: 48%;
    }

    .grid[data-col='2'] .col:nth-child(2n+1) {
        margin-left: 0;
    }

    .grid[data-col='2'] .col:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .grid[data-col='2']._reverse {
        flex-direction: row-reverse;
    }

    .grid[data-col='2']._baseCenter {
        align-items: center;
    }

    .grid[data-col='2'] ._grow {
        flex-grow: 1;
    }

    .grid[data-col='3'] {
        display: flex;
        flex-wrap: wrap;
    }

    .grid[data-col='3'] .col {
        margin-bottom: 0;
    }

    .grid[data-col='3'] .col {
        margin-bottom: 24px;
        margin-left: 4%;
        width: 30.66667%;
    }

    .grid[data-col='3'] .col:nth-child(3n+1) {
        margin-left: 0;
    }

    .grid[data-col='3'] .col:nth-last-child(-n+3) {
        margin-bottom: 0;
    }

    .grid[data-col='3']._reverse {
        flex-direction: row-reverse;
    }

    .grid[data-col='3']._baseCenter {
        align-items: center;
    }

    .grid[data-col='3'] ._grow {
        flex-grow: 1;
    }

    .grid[data-col='4'] {
        display: flex;
        flex-wrap: wrap;
    }

    .grid[data-col='4'] .col {
        margin-bottom: 0;
    }

    .grid[data-col='4'] .col {
        margin-bottom: 24px;
        margin-left: 4%;
        width: 22%;
    }

    .grid[data-col='4'] .col:nth-child(4n+1) {
        margin-left: 0;
    }

    .grid[data-col='4'] .col:nth-last-child(-n+4) {
        margin-bottom: 0;
    }

    .grid[data-col='4']._reverse {
        flex-direction: row-reverse;
    }

    .grid[data-col='4']._baseCenter {
        align-items: center;
    }

    .grid[data-col='4'] ._grow {
        flex-grow: 1;
    }

    .grid[data-col='2No'] {
        display: flex;
        flex-wrap: wrap;
    }

    .grid[data-col='2No'] .col {
        margin-bottom: 0;
    }

    .grid[data-col='2No'] .col {
        width: 50%;
    }

    .grid[data-col='2No']._reverse {
        flex-direction: row-reverse;
    }

    .grid[data-col='2No']._baseCenter {
        align-items: center;
    }

    .grid[data-col='2No'] ._grow {
        flex-grow: 1;
    }

    .grid[data-col='3No'] {
        display: flex;
        flex-wrap: wrap;
    }

    .grid[data-col='3No'] .col {
        margin-bottom: 0;
    }

    .grid[data-col='3No'] .col {
        width: 33.33333%;
    }

    .grid[data-col='3No']._reverse {
        flex-direction: row-reverse;
    }

    .grid[data-col='3No']._baseCenter {
        align-items: center;
    }

    .grid[data-col='3No'] ._grow {
        flex-grow: 1;
    }

    .grid[data-col='4No'] {
        display: flex;
        flex-wrap: wrap;
    }

    .grid[data-col='4No'] .col {
        margin-bottom: 0;
    }

    .grid[data-col='4No'] .col {
        width: 25%;
    }

    .grid[data-col='4No']._reverse {
        flex-direction: row-reverse;
    }

    .grid[data-col='4No']._baseCenter {
        align-items: center;
    }

    .grid[data-col='4No'] ._grow {
        flex-grow: 1;
    }

    .grid[data-grid='leftMainCol2_01'] {
        display: flex;
        justify-content: space-between;
    }

    .grid[data-grid='leftMainCol2_01'] .colMain {
        width: calc(100% - (28% + 4%));
    }

    .grid[data-grid='leftMainCol2_01'] .colSub {
        margin-top: 0;
        margin-left: 4%;
        width: 28%;
    }

    .grid[data-grid='rightMainCol2_01'] {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .grid[data-grid='rightMainCol2_01'] .colMain {
        width: calc(100% - (28% + 4%));
    }

    .grid[data-grid='rightMainCol2_01'] .colSub {
        margin-right: 4%;
        width: 28%;
    }

    .areaBanner {
        margin: 48px 6%;
    }

    .mainVisual .itemText {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 50px 6%;
    }

    .mainVisual .itemText > .inner .areaBtn {
        margin-top: 50px;
    }

    .mainVisual .itemText > .inner .btn01 {
        width: 80%;
        padding: 12px 20px;
    }

    .mainVisual .itemPict {
        display: block;
        overflow: hidden;
    }

    .boxCarousel {
        position: relative;
    }

    ._movie .boxCarousel .boxCarouselItem {
        text-align: center;
    }

    ._movie .boxCarousel .boxCarouselItem a {
        border-bottom-width: 0;
        display: inline-block;
        position: relative;
    }

    ._movie .boxCarousel .boxCarouselItem a::before, ._movie .boxCarousel .boxCarouselItem a::after {
        content: '';
        display: block;
        opacity: .5;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
    }

    ._movie .boxCarousel .boxCarouselItem a::before {
        border: 2px solid #fff;
        border-radius: 50%;
        height: 80px;
        margin: -40px 0 0 -40px;
        width: 80px;
    }

    ._movie .boxCarousel .boxCarouselItem a::after {
        border: 15px solid transparent;
        border-left: 34px solid #fff;
        border-right-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        height: 0;
        margin: -13px 0 0 -12px;
        width: 0;
    }

    .boxCarousel .caption {
        margin: 20px 0 110px;
    }

    .indexMedia .col {
        padding: 120px 6%;
    }

    .indexMedia .col._type02 a:not(._disabled):hover, .indexMedia .col._type02 a:not(._disabled):focus {
        border-bottom-color: #fff;
    }

    .artistNav {
        height: 80px;
        padding: 0 6%;
    }

    .artistNav .artistNavMask {
        height: 100px;
    }

    .artistNav ul::before, .artistNav ul::after {
        height: 80px;
        width: 45px;
    }

    .artistNav ul::before {
        left: 6%;
    }

    .artistNav ul::after {
        right: 6%;
    }

    .artistNav ul li a {
        height: 80px;
        margin: 0 50px;
        padding: 28px 14px 0;
    }

    .artistNav ul li a:not(._disabled):hover, .artistNav ul li a:not(._disabled):focus {
        color: #1ddab6;
    }

    .artistNavControl .btnPrev, .artistNavControl .btnNext {
        height: 80px;
        width: 45px;
    }

    .artistNavControl .btnPrev {
        left: 6%;
    }

    .artistNavControl .btnNext {
        right: 6%;
    }

    .artistNavControl .btnNext::before {
        margin-left: 30px;
    }

    .areaArtistNo {
        margin-bottom: 90px;
        padding: 55px 6% 90px;
        text-align: center;
    }

    .areaArtistNo .hdg {
        font-size: 2.8rem;
    }

    .areaArtist {
        padding: 64px 6% 96px;
    }

    .grid[data-grid='areaArtist'] {
        align-items: center;
        display: flex;
        margin-bottom: 63px;
    }

    .grid[data-grid='areaArtist'] .colMain {
        margin: 0 55px 0 0;
        text-align: left;
    }

    .grid[data-grid='areaArtist'] .colSub {
        text-align: center;
    }

    .grid[data-grid='areaArtist'] .colSub .itemText {
        display: block;
    }

    .grid[data-grid='areaArtist'] .colSub .itemText .hdg {
        display: block;
        font-size: 2.4rem;
        margin-bottom: 55px;
    }

    .grid[data-grid='areaArtist'] .colSub .areaIcon {
        margin-top: 25px;
        margin-right: -8px;
    }

    .grid[data-grid='areaArtist'] .colSub .areaIcon .btnIcon {
        display: inline-block;
        margin: 0 8px;
    }

    .grid[data-grid='areaArtist'][data-artist-pict='large'] .colMain {
        width: 60%;
        max-width: 815px;
    }

    .grid[data-grid='areaArtist'][data-artist-pict='large'] .colSub {
        width: 40%;
    }

    .grid[data-grid='areaArtist'][data-artist-pict='small'] .colMain {
        width: 40%;
    }

    .grid[data-grid='areaArtist'][data-artist-pict='small'] .colSub {
        width: 60%;
    }

    .grid[data-grid='areaArtist'][data-artist-pict='no'] .colMain {
        display: none;
    }

    .grid[data-grid='areaArtist'][data-artist-pict='no'] .colSub {
        width: 100%;
    }

    .areaArtistItem {
        display: flex;
        margin-top: 48px;
        padding: 0;
    }

    .areaArtistItem .col {
        border-bottom: none;
        border-right: 1px solid #efefef;
        padding: 32px;
        width: 100%;
    }

    .areaArtistItem .col:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .areaMainHdg {
        padding: 25px 6%;
    }

    .hdg01 {
        font-size: 6rem;
    }

    .hdg02 {
        font-size: 6rem;
        margin-bottom: 30px;
        text-align: left;
    }

    .hdg03 {
        font-size: 2.4rem;
    }

    .hdg03 .mark {
        border-radius: 32px;
        min-height: 64px;
        padding: 18px;
        min-width: 64px;
    }

    .hdg04 {
        font-size: 2.8rem;
        padding-left: 26px;
    }

    .hdg06 {
        font-size: 1.6rem;
    }

    .hdg10 {
        font-size: 1.5rem;
        margin-bottom: 24px;
    }

    .hdg13 {
        font-size: 2.2rem;
    }

    .textSmallSp {
        font-size: 1em;
    }

    .textSmallPc {
        font-size: .86em;
    }

    .spLeft_pcCenter {
        text-align: center;
    }

    .spLeft_pcRight {
        text-align: right;
    }

    .spCenter_pcLeft {
        text-align: left;
    }

    .spCenter_pcRight {
        text-align: right;
    }

    .spRight_pcLeft {
        text-align: left;
    }

    .spRight_pcCenter {
        text-align: center;
    }

    .pagiNation01 .pagePrev a, .pagiNation01 .pagePrev span, .pagiNation01 .pageNext a, .pagiNation01 .pageNext span {
        border-bottom: none;
        padding: 10px 55px;
    }

    .pagiNation01 .pagePrev a::before, .pagiNation01 .pagePrev span::before, .pagiNation01 .pageNext a::before, .pagiNation01 .pageNext span::before {
        height: 38px;
        width: 38px;
        margin-top: -19px;
    }

    .pagiNation01 .pagePrev a::after, .pagiNation01 .pagePrev span::after, .pagiNation01 .pageNext a::after, .pagiNation01 .pageNext span::after {
        margin-top: -5px;
    }

    .pagiNation01 .pagePrev a::before, .pagiNation01 .pageNext a::before {
        border: 2px solid #1ddab6;
    }

    .pagiNation01 .pagePrev a:not(._disabled):hover::before, .pagiNation01 .pagePrev a:not(._disabled):focus::before, .pagiNation01 .pageNext a:not(._disabled):hover::before, .pagiNation01 .pageNext a:not(._disabled):focus::before {
        background-color: transparent;
    }

    .pagiNation01 .pagePrev a:not(._disabled):hover::after, .pagiNation01 .pagePrev a:not(._disabled):focus::after, .pagiNation01 .pageNext a:not(._disabled):hover::after, .pagiNation01 .pageNext a:not(._disabled):focus::after {
        border-right-color: #1ddab6;
        border-left-color: #1ddab6;
    }

    .pagiNation01 .pagePrev a, .pagiNation01 .pagePrev span {
        padding-left: 78px;
    }

    .pagiNation01 .pagePrev a::after, .pagiNation01 .pagePrev span::after {
        border: 5px solid transparent;
        border-right: 7px solid #fff;
        border-left-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        left: 14px;
    }

    .pagiNation01 .pageNext a, .pagiNation01 .pageNext span {
        padding-right: 78px;
    }

    .pagiNation01 .pageNext a::after, .pagiNation01 .pageNext span::after {
        border: 5px solid transparent;
        border-left: 7px solid #fff;
        border-right-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        right: 14px;
    }

    .pagiNation02 li {
        margin-right: 20px;
    }

    .pagiNation02 li a, .pagiNation02 li span {
        border-radius: 23px;
        font-size: 1.8rem;
        height: 38px;
        padding: 6px 8px;
        min-width: 38px;
    }

    .pagiNation02 li a:not(._disabled):hover, .pagiNation02 li a:not(._disabled):focus {
        background-color: #1ddab6;
    }

    .pagiNation02 .pagePrev a, .pagiNation02 .pageNext a {
        padding: 0 0 0 38px;
        width: 38px;
    }

    .pagiNation02 .pagePrev a::before {
        border: 5px solid transparent;
        border-right: 7px solid #fff;
        border-left-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin: -5px 0 0 -5px;
    }

    .pagiNation02 .pageNext a::before {
        border: 5px solid transparent;
        border-left: 7px solid #fff;
        border-right-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin: -5px 0 0 -3px;
    }

    .linkBtnList {
        display: flex;
        margin: 0 -12px 46px;
    }

    .linkBtnList li {
        padding: 12px;
        margin-bottom: 0;
        width: 100%;
    }

    .linkBtnList li a {
        font-weight: normal;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        padding: 11px;
        text-align: center;
    }

    .linkBtnList li a::before {
        display: block;
    }

    .linkBtnList li a::after {
        display: none;
    }

    .linkBtnList li a:not(._disabled):hover, .linkBtnList li a:not(._disabled):focus {
        background-color: transparent;
        color: #1ddab6;
    }

    .linkBtnList li a:not(._disabled):hover::before, .linkBtnList li a:not(._disabled):focus::before {
        background-image: url(/resource/images/sprite.png);
        background-position: 0 -34px;
        width: 32px;
        height: 32px;
        background-size: 203px 188px;
    }

    .linkAnchor li a {
        border-bottom: none;
    }

    .linkAnchor li a:not(._disabled):hover, .linkAnchor li a:not(._disabled):focus {
        background-color: rgba(255, 255, 255, .3);
    }

    .listNone {
        margin-bottom: 30px;
    }

    .listAnchorArea {
        background-color: transparent;
        margin: 0 6%;
        padding: 64px 0 0;
    }

    .listAnchorBtn {
        margin: 0 -13px;
    }

    .listAnchorBtn > li {
        width: auto;
        padding: 0 13px;
    }

    .listAnchorBtn > li a {
        border-radius: 6px;
        display: inline-block;
        padding: 16px 34px;
    }

    .listFlow li::before {
        border: 8px solid transparent;
        border-left: 11px solid #e2e6e6;
        border-right-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top: -8px;
    }

    .listFlow {
        background-image: linear-gradient(90deg, #a1aaa9 0, #a1aaa9 50%, #c2cccb 50%, #c2cccb 100%);
        padding: 0 6%;
    }

    .listFlow li {
        align-items: center;
        flex-direction: row;
        font-size: 1.6rem;
        justify-content: center;
        padding: 18px;
    }

    .listFlow li > b {
        align-items: center;
        display: flex;
    }

    .listFlow li .mark {
        font-size: 2.1rem;
        height: 28px;
        margin: 0 20px 0 0;
        min-width: 28px;
    }

    .listFlow[data-flow-current='1'] li:first-child, .listFlow[data-flow-current='2'] li:nth-child(-n+2), .listFlow[data-flow-current='3'] li:nth-child(-n+3), .listFlow[data-flow-current='4'] li:nth-child(-n+4), .listFlow[data-flow-current='5'] li:nth-child(-n+5), .listFlow[data-flow-current='6'] li:nth-child(-n+6), .listFlow[data-flow-current='7'] li:nth-child(-n+7), .listFlow[data-flow-current='8'] li:nth-child(-n+8), .listFlow[data-flow-current='9'] li:nth-child(-n+9), .listFlow[data-flow-current='10'] li:nth-child(-n+10) {
        color: #fff;
    }

    .listFlow[data-flow-current='1'] li:first-child::before, .listFlow[data-flow-current='2'] li:nth-child(-n+2)::before, .listFlow[data-flow-current='3'] li:nth-child(-n+3)::before, .listFlow[data-flow-current='4'] li:nth-child(-n+4)::before, .listFlow[data-flow-current='5'] li:nth-child(-n+5)::before, .listFlow[data-flow-current='6'] li:nth-child(-n+6)::before, .listFlow[data-flow-current='7'] li:nth-child(-n+7)::before, .listFlow[data-flow-current='8'] li:nth-child(-n+8)::before, .listFlow[data-flow-current='9'] li:nth-child(-n+9)::before, .listFlow[data-flow-current='10'] li:nth-child(-n+10)::before {
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 11px;
        margin-top: -8px;
        right: -6px;
    }

    .listDl01 {
        font-size: 1.3rem;
    }

    .listDl02:not(._type02) {
        display: table;
    }

    .listDl02:not(._type02) > div {
        display: table-row;
    }

    .listDl02:not(._type02) dt {
        display: table-cell;
        padding-right: 20px;
        padding-bottom: 8px;
    }

    .listDl02:not(._type02) dd {
        display: table-cell;
        padding-bottom: 8px;
    }

    .listDl03 > div:first-child {
        border-top: none;
    }

    .listDl03 > div.itemHigh {
        font-size: 1.4rem;
    }

    .listDl03 > div.itemHigh dd {
        font-size: 1.8rem;
    }

    .listDl04 > div dt {
        width: 160px;
    }

    .listDl04 > div dd {
        width: calc(100% - 160px);
    }

    .listDl05 {
        display: table;
        width: 100%;
    }

    .listDl05 div {
        display: table-row;
    }

    .listDl05 div:first-child dt, .listDl05 div:first-child dd {
        border-top: none;
    }

    .listDl05 dt, .listDl05 dd {
        border-top: 2px solid #f7f7f7;
        display: table-cell;
        vertical-align: middle;
    }

    .listDl05 dt {
        min-width: 120px;
        padding: 32px 16px;
        text-align: center;
    }

    .listDl05 dd {
        padding: 32px 44px;
    }

    .listDl09 > div:first-child {
        border-top: none;
    }

    .listDl09 > div.itemHigh {
        font-size: 1.4rem;
    }

    .listDl09 > div.itemHigh dd {
        font-size: 1.8rem;
    }

    .listTag._mBottom {
        margin-bottom: 20px;
    }

    .listLink li {
        margin-bottom: 16px;
    }

    .listLink li:last-child {
        margin-bottom: 0;
    }

    .listLink li a:not(._disabled):hover, .listLink li a:not(._disabled):focus {
        border-bottom-color: #4b4b4b;
    }

    .listBox._type02 .textMeta {
        display: inline;
    }

    .listBox._type02 a {
        color: #4b4b4b;
        font-weight: bold;
    }

    .listBox._type02 a:not(._disabled):hover, .listBox._type02 a:not(._disabled):focus {
        border-bottom-color: #4b4b4b;
    }

    .listNews {
        display: flex;
        flex-wrap: wrap;
    }

    .listNews li {
        border-radius: 6px;
        margin-right: 5.2%;
        margin-bottom: 32px;
        min-height: 200px;
        overflow: hidden;
        width: 47.4%;
    }

    .listNews li:nth-child(even) {
        margin-right: 0;
    }

    .listNews li:not(.more) a {
        padding: 24px;
    }

    .listNews li:not(.more) a:not(._disabled):hover, .listNews li:not(.more) a:not(._disabled):focus {
        opacity: .7;
    }

    .listNews li.more {
        margin: 0 0 32px;
    }

    .listNews li.more .btn01 {
        align-items: center;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        font-size: 1.6rem;
        font-weight: normal;
        height: 100%;
        padding: 0 0 16px;
        position: relative;
        min-width: auto;
    }

    .listNews li.more .btn01::before {
        border: 6px solid transparent;
        border-left: 9px solid #fff;
        border-right-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        top: calc(50% + 16px);
        left: calc(50% - 4px);
    }

    .listNews li.more .btn01:not(._disabled):hover::before, .listNews li.more .btn01:not(._disabled):focus::before {
        border-left-color: #1ddab6;
    }

    .listNews li .itemText:not(._disabled):hover, .listNews li .itemText:not(._disabled):focus {
        border-bottom-color: #323232;
    }

    .areaBtn01 {
        display: flex;
        justify-content: center;
    }

    .areaBtn01 .btn01 {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 8px 15px 0;
        padding: 12px 24px;
        max-width: 375px;
    }

    .areaBtn01._reverse {
        flex-direction: row-reverse;
    }

    ._spFull.btn01 {
        width: auto;
    }

    ._pcFull.btn01 {
        width: 100%;
    }

    .btn01, .btn01._color02, .btn01._color03, .btn01._color04, .btn01._color05, .btn01._color06, .btn01._color07, .btn01._color08, .btn01._color09, .btn01._color10, .btn01._color11, .btn01._color12 {
        font-size: 1.6rem;
        padding: 12px 80px;
        min-width: 390px;
    }

    .btn01:not(._disabled):hover, .btn01:not(._disabled):focus {
        background-color: transparent;
        color: #1ddab6;
    }

    ._bg.btn01:not(._disabled):hover, ._bg.btn01:not(._disabled):focus {
        background-color: #fff;
    }

    ._arrow.btn01, ._arrow.btn01._color02, ._arrow.btn01._color03, ._arrow.btn01._color04, ._arrow.btn01._color05, ._arrow.btn01._color06, ._arrow.btn01._color07, ._arrow.btn01._color08, ._arrow.btn01._color09, ._arrow.btn01._color10, ._arrow.btn01._color11, ._arrow.btn01._color12 {
        padding: 10px 80px;
        width: 390px;
    }

    ._arrow.btn01::before, ._arrow.btn01._color02::before, ._arrow.btn01._color03::before, ._arrow.btn01._color04::before, ._arrow.btn01._color05::before, ._arrow.btn01._color06::before, ._arrow.btn01._color07::before, ._arrow.btn01._color08::before, ._arrow.btn01._color09::before, ._arrow.btn01._color10::before, ._arrow.btn01._color11::before, ._arrow.btn01._color12::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -34px 0;
        width: 32px;
        height: 32px;
        background-size: 203px 188px;
        margin-top: -16px;
    }

    ._arrow._request.btn01 {
        width: 100%;
    }

    ._arrow._type02.btn01::before {
        background-image: url(/resource/images/sprite.png);
        background-position: 0 0;
        width: 32px;
        height: 32px;
        background-size: 203px 188px;
    }

    ._arrow.btn01:not(._disabled):hover::before, ._arrow.btn01:not(._disabled):focus::before {
        background-image: url(/resource/images/sprite.png);
        background-position: 0 0;
        width: 32px;
        height: 32px;
        background-size: 203px 188px;
    }

    ._arrow.btn01:not(._disabled):hover._type02::before, ._arrow.btn01:not(._disabled):focus._type02::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -34px 0;
        width: 32px;
        height: 32px;
        background-size: 203px 188px;
    }

    ._favo.btn01, ._favo.btn01._color02, ._favo.btn01._color03, ._favo.btn01._color04, ._favo.btn01._color05, ._favo.btn01._color06, ._favo.btn01._color07, ._favo.btn01._color08, ._favo.btn01._color09, ._favo.btn01._color10, ._favo.btn01._color11, ._favo.btn01._color12 {
        padding-right: 80px;
        padding-left: 120px;
    }

    ._favo.btn01::before, ._favo.btn01._color02::before, ._favo.btn01._color03::before, ._favo.btn01._color04::before, ._favo.btn01._color05::before, ._favo.btn01._color06::before, ._favo.btn01._color07::before, ._favo.btn01._color08::before, ._favo.btn01._color09::before, ._favo.btn01._color10::before, ._favo.btn01._color11::before, ._favo.btn01._color12::before, ._favo.btn01::after, ._favo.btn01._color02::after, ._favo.btn01._color03::after, ._favo.btn01._color04::after, ._favo.btn01._color05::after, ._favo.btn01._color06::after, ._favo.btn01._color07::after, ._favo.btn01._color08::after, ._favo.btn01._color09::after, ._favo.btn01._color10::after, ._favo.btn01._color11::after, ._favo.btn01._color12::after {
        left: 80px;
    }

    ._favo.btn01::after, ._favo.btn01._color02::after, ._favo.btn01._color03::after, ._favo.btn01._color04::after, ._favo.btn01._color05::after, ._favo.btn01._color06::after, ._favo.btn01._color07::after, ._favo.btn01._color08::after, ._favo.btn01._color09::after, ._favo.btn01._color10::after, ._favo.btn01._color11::after, ._favo.btn01._color12::after {
        left: 76px;
    }

    ._favo._type02.btn01:not(._disabled):hover::before, ._favo._type02.btn01:not(._disabled):hover::after, ._favo._type02.btn01:not(._disabled):focus::before, ._favo._type02.btn01:not(._disabled):focus::after {
        background-color: #fff;
    }

    .btn02, .btn02._color02, .btn02._color03, .btn02._color04, .btn02._color05, .btn02._color06, .btn02._color07, .btn02._color08, .btn02._color09, .btn02._color10, .btn02._color11, .btn02._color12 {
        font-size: 1.6rem;
        padding: 14px;
    }

    .btn02:not(._disabled):hover, .btn02:not(._disabled):focus {
        background-color: transparent;
    }

    ._arrow.btn02::after {
        border: 5px solid transparent;
        border-left: 7px solid #fff;
        border-right-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top: -5px;
    }

    .btn01:not(._disabled):hover, .btn01:not(._disabled):focus {
        color: #1ddab6;
    }

    .btn01._type02:not(._disabled):hover, .btn01._type02:not(._disabled):focus {
        background-color: #1ddab6;
        color: #fff;
    }

    .btn01._favo:not(._disabled):hover::before, .btn01._favo:not(._disabled):hover::after, .btn01._favo:not(._disabled):focus::before, .btn01._favo:not(._disabled):focus::after {
        background-color: #1ddab6;
    }

    .btn02._arrow:not(._disabled):hover::after, .btn02._arrow:not(._disabled):focus::after {
        border-left-color: #1ddab6;
    }

    .btn02:not(._disabled):hover, .btn02:not(._disabled):focus {
        color: #1ddab6;
    }

    .btn02._type02:not(._disabled):hover, .btn02._type02:not(._disabled):focus {
        background-color: #1ddab6;
        color: #fff;
    }

    .btn02._type02:not(._disabled):hover::after, .btn02._type02:not(._disabled):focus::after {
        border-left-color: #fff;
    }

    .btn02._arrow02:not(._disabled):hover::before, .btn02._arrow02:not(._disabled):focus::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -191px -95.5px;
        width: 11.5px;
        height: 10px;
        background-size: 203px 188px;
    }

    .btnIcon {
        height: 50px;
        transition: all .3s;
        width: 50px;
    }

    .btnIcon._small {
        height: 42px;
        width: 42px;
    }

    .btnFavo span {
        height: 26px;
    }

    .btnFavo span::before, .btnFavo span::after {
        border-radius: 6px 6px 0 0;
        height: 18px;
        margin-top: -9px;
        width: 11px;
    }

    .btnFavo span::before {
        margin-left: -3px;
    }

    .btnFavo span::after {
        margin-left: -8px;
    }

    .btnFavo._small span::before, .btnFavo._small span::after {
        height: 16px;
        margin-top: -8px;
        width: 10px;
    }

    .btnFavo._small span::before {
        margin-left: -2px;
    }

    .btnFavo._small span::after {
        margin-left: -7px;
    }

    .btnFavo:not(._disabled):hover span, .btnFavo:not(._disabled):focus span {
        animation-name: aniBound;
        animation-duration: 1s;
    }

    .btnMail._small span::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -124.5px -123px;
        width: 18px;
        height: 14px;
        background-size: 203px 188px;
        margin: -7px 0 0 -9px;
    }

    .btnMail:not(._disabled):hover span, .btnMail:not(._disabled):focus span {
        animation-name: aniBound;
        animation-duration: 1s;
    }

    .btnTgl {
        width: 380px;
    }

    h2 + .btnTgl, h3 + .btnTgl, h4 + .btnTgl {
        float: right;
        margin-top: -100px;
    }

    .btnMyArtist {
        border-width: 3px;
        font-size: 1.4rem;
        margin-top: 0;
        padding: 10px 16px;
        padding-left: 24px;
    }

    .btnMyArtist .markFavo {
        width: 36px;
    }

    .btnMyArtist .markFavo::before, .btnMyArtist .markFavo::after {
        height: 24px;
        margin-top: -18px;
        width: 14px;
    }

    .btnMyArtist .markFavo::before {
        left: 7px;
    }

    .btnMyArtist:not(._disabled):hover, .btnMyArtist:not(._disabled):focus {
        background-color: #a1aaa9;
        border-bottom-color: #a1aaa9;
        color: #fff;
    }

    .btnMyArtist:not(._disabled):hover .markFavo::before, .btnMyArtist:not(._disabled):hover .markFavo::after, .btnMyArtist:not(._disabled):focus .markFavo::before, .btnMyArtist:not(._disabled):focus .markFavo::after {
        background-color: #fff;
    }

    .btnMyArtist:not(._disabled):hover._isOn, .btnMyArtist:not(._disabled):focus._isOn {
        background-color: #1ddab6;
        border-bottom-color: #1ddab6;
    }

    .btn01._color02:not(._disabled):hover, .btn01._color02:not(._disabled):focus {
        border-bottom-color: #a1aaa9;
        color: #a1aaa9;
    }

    .btn01._color02._type02:not(._disabled):hover, .btn01._color02._type02:not(._disabled):focus {
        background-color: #a1aaa9;
        color: #fff;
    }

    .btn01._color02._favo:not(._disabled):hover::before, .btn01._color02._favo:not(._disabled):hover::after, .btn01._color02._favo:not(._disabled):focus::before, .btn01._color02._favo:not(._disabled):focus::after {
        background-color: #a1aaa9;
    }

    .btn02._color02._arrow:not(._disabled):hover::after, .btn02._color02._arrow:not(._disabled):focus::after {
        border-left-color: #a1aaa9;
    }

    .btn02._color02:not(._disabled):hover, .btn02._color02:not(._disabled):focus {
        color: #a1aaa9;
        border-bottom-color: #a1aaa9;
    }

    .btn02._color02._type02:not(._disabled):hover, .btn02._color02._type02:not(._disabled):focus {
        background-color: #a1aaa9;
        color: #fff;
    }

    .btn02._color02._type02:not(._disabled):hover._arrow::after, .btn02._color02._type02:not(._disabled):focus._arrow::after {
        border-left-color: #fff;
    }

    .btn01._color03:not(._disabled):hover, .btn01._color03:not(._disabled):focus {
        border-bottom-color: #ff94a0;
        color: #ff94a0;
    }

    .btn01._color03._type02:not(._disabled):hover, .btn01._color03._type02:not(._disabled):focus {
        background-color: #ff94a0;
        color: #fff;
    }

    .btn01._color03._favo:not(._disabled):hover::before, .btn01._color03._favo:not(._disabled):hover::after, .btn01._color03._favo:not(._disabled):focus::before, .btn01._color03._favo:not(._disabled):focus::after {
        background-color: #ff94a0;
    }

    .btn02._color03._arrow:not(._disabled):hover::after, .btn02._color03._arrow:not(._disabled):focus::after {
        border-left-color: #ff94a0;
    }

    .btn02._color03:not(._disabled):hover, .btn02._color03:not(._disabled):focus {
        color: #ff94a0;
        border-bottom-color: #ff94a0;
    }

    .btn02._color03._type02:not(._disabled):hover, .btn02._color03._type02:not(._disabled):focus {
        background-color: #ff94a0;
        color: #fff;
    }

    .btn02._color03._type02:not(._disabled):hover._arrow::after, .btn02._color03._type02:not(._disabled):focus._arrow::after {
        border-left-color: #fff;
    }

    .btn01._color04:not(._disabled):hover, .btn01._color04:not(._disabled):focus {
        border-bottom-color: #1ce5ad;
        color: #1ce5ad;
    }

    .btn01._color04._type02:not(._disabled):hover, .btn01._color04._type02:not(._disabled):focus {
        background-color: #1ce5ad;
        color: #fff;
    }

    .btn01._color04._favo:not(._disabled):hover::before, .btn01._color04._favo:not(._disabled):hover::after, .btn01._color04._favo:not(._disabled):focus::before, .btn01._color04._favo:not(._disabled):focus::after {
        background-color: #1ce5ad;
    }

    .btn02._color04._arrow:not(._disabled):hover::after, .btn02._color04._arrow:not(._disabled):focus::after {
        border-left-color: #1ce5ad;
    }

    .btn02._color04:not(._disabled):hover, .btn02._color04:not(._disabled):focus {
        color: #1ce5ad;
        border-bottom-color: #1ce5ad;
    }

    .btn02._color04._type02:not(._disabled):hover, .btn02._color04._type02:not(._disabled):focus {
        background-color: #1ce5ad;
        color: #fff;
    }

    .btn02._color04._type02:not(._disabled):hover._arrow::after, .btn02._color04._type02:not(._disabled):focus._arrow::after {
        border-left-color: #fff;
    }

    .btn01._color05:not(._disabled):hover, .btn01._color05:not(._disabled):focus {
        border-bottom-color: #d3f011;
        color: #d3f011;
    }

    .btn01._color05._type02:not(._disabled):hover, .btn01._color05._type02:not(._disabled):focus {
        background-color: #d3f011;
        color: #fff;
    }

    .btn01._color05._favo:not(._disabled):hover::before, .btn01._color05._favo:not(._disabled):hover::after, .btn01._color05._favo:not(._disabled):focus::before, .btn01._color05._favo:not(._disabled):focus::after {
        background-color: #d3f011;
    }

    .btn02._color05._arrow:not(._disabled):hover::after, .btn02._color05._arrow:not(._disabled):focus::after {
        border-left-color: #d3f011;
    }

    .btn02._color05:not(._disabled):hover, .btn02._color05:not(._disabled):focus {
        color: #d3f011;
        border-bottom-color: #d3f011;
    }

    .btn02._color05._type02:not(._disabled):hover, .btn02._color05._type02:not(._disabled):focus {
        background-color: #d3f011;
        color: #fff;
    }

    .btn02._color05._type02:not(._disabled):hover._arrow::after, .btn02._color05._type02:not(._disabled):focus._arrow::after {
        border-left-color: #fff;
    }

    .btn01._color06:not(._disabled):hover, .btn01._color06:not(._disabled):focus {
        border-bottom-color: #72e9d1;
        color: #72e9d1;
    }

    .btn01._color06._type02:not(._disabled):hover, .btn01._color06._type02:not(._disabled):focus {
        background-color: #72e9d1;
        color: #fff;
    }

    .btn01._color06._favo:not(._disabled):hover::before, .btn01._color06._favo:not(._disabled):hover::after, .btn01._color06._favo:not(._disabled):focus::before, .btn01._color06._favo:not(._disabled):focus::after {
        background-color: #72e9d1;
    }

    .btn02._color06._arrow:not(._disabled):hover::after, .btn02._color06._arrow:not(._disabled):focus::after {
        border-left-color: #72e9d1;
    }

    .btn02._color06:not(._disabled):hover, .btn02._color06:not(._disabled):focus {
        color: #72e9d1;
        border-bottom-color: #72e9d1;
    }

    .btn02._color06._type02:not(._disabled):hover, .btn02._color06._type02:not(._disabled):focus {
        background-color: #72e9d1;
        color: #fff;
    }

    .btn02._color06._type02:not(._disabled):hover._arrow::after, .btn02._color06._type02:not(._disabled):focus._arrow::after {
        border-left-color: #fff;
    }

    .btn01._color07:not(._disabled):hover, .btn01._color07:not(._disabled):focus {
        border-bottom-color: #77daf7;
        color: #77daf7;
    }

    .btn01._color07._type02:not(._disabled):hover, .btn01._color07._type02:not(._disabled):focus {
        background-color: #77daf7;
        color: #fff;
    }

    .btn01._color07._favo:not(._disabled):hover::before, .btn01._color07._favo:not(._disabled):hover::after, .btn01._color07._favo:not(._disabled):focus::before, .btn01._color07._favo:not(._disabled):focus::after {
        background-color: #77daf7;
    }

    .btn02._color07._arrow:not(._disabled):hover::after, .btn02._color07._arrow:not(._disabled):focus::after {
        border-left-color: #77daf7;
    }

    .btn02._color07:not(._disabled):hover, .btn02._color07:not(._disabled):focus {
        color: #77daf7;
        border-bottom-color: #77daf7;
    }

    .btn02._color07._type02:not(._disabled):hover, .btn02._color07._type02:not(._disabled):focus {
        background-color: #77daf7;
        color: #fff;
    }

    .btn02._color07._type02:not(._disabled):hover._arrow::after, .btn02._color07._type02:not(._disabled):focus._arrow::after {
        border-left-color: #fff;
    }

    .btn01._color08:not(._disabled):hover, .btn01._color08:not(._disabled):focus {
        border-bottom-color: #a7b8e8;
        color: #a7b8e8;
    }

    .btn01._color08._type02:not(._disabled):hover, .btn01._color08._type02:not(._disabled):focus {
        background-color: #a7b8e8;
        color: #fff;
    }

    .btn01._color08._favo:not(._disabled):hover::before, .btn01._color08._favo:not(._disabled):hover::after, .btn01._color08._favo:not(._disabled):focus::before, .btn01._color08._favo:not(._disabled):focus::after {
        background-color: #a7b8e8;
    }

    .btn02._color08._arrow:not(._disabled):hover::after, .btn02._color08._arrow:not(._disabled):focus::after {
        border-left-color: #a7b8e8;
    }

    .btn02._color08:not(._disabled):hover, .btn02._color08:not(._disabled):focus {
        color: #a7b8e8;
        border-bottom-color: #a7b8e8;
    }

    .btn02._color08._type02:not(._disabled):hover, .btn02._color08._type02:not(._disabled):focus {
        background-color: #a7b8e8;
        color: #fff;
    }

    .btn02._color08._type02:not(._disabled):hover._arrow::after, .btn02._color08._type02:not(._disabled):focus._arrow::after {
        border-left-color: #fff;
    }

    .btn01._color09:not(._disabled):hover, .btn01._color09:not(._disabled):focus {
        border-bottom-color: #be9cd9;
        color: #be9cd9;
    }

    .btn01._color09._type02:not(._disabled):hover, .btn01._color09._type02:not(._disabled):focus {
        background-color: #be9cd9;
        color: #fff;
    }

    .btn01._color09._favo:not(._disabled):hover::before, .btn01._color09._favo:not(._disabled):hover::after, .btn01._color09._favo:not(._disabled):focus::before, .btn01._color09._favo:not(._disabled):focus::after {
        background-color: #be9cd9;
    }

    .btn02._color09._arrow:not(._disabled):hover::after, .btn02._color09._arrow:not(._disabled):focus::after {
        border-left-color: #be9cd9;
    }

    .btn02._color09:not(._disabled):hover, .btn02._color09:not(._disabled):focus {
        color: #be9cd9;
        border-bottom-color: #be9cd9;
    }

    .btn02._color09._type02:not(._disabled):hover, .btn02._color09._type02:not(._disabled):focus {
        background-color: #be9cd9;
        color: #fff;
    }

    .btn02._color09._type02:not(._disabled):hover._arrow::after, .btn02._color09._type02:not(._disabled):focus._arrow::after {
        border-left-color: #fff;
    }

    .btn01._color10:not(._disabled):hover, .btn01._color10:not(._disabled):focus {
        border-bottom-color: #f58882;
        color: #f58882;
    }

    .btn01._color10._type02:not(._disabled):hover, .btn01._color10._type02:not(._disabled):focus {
        background-color: #f58882;
        color: #fff;
    }

    .btn01._color10._favo:not(._disabled):hover::before, .btn01._color10._favo:not(._disabled):hover::after, .btn01._color10._favo:not(._disabled):focus::before, .btn01._color10._favo:not(._disabled):focus::after {
        background-color: #f58882;
    }

    .btn02._color10._arrow:not(._disabled):hover::after, .btn02._color10._arrow:not(._disabled):focus::after {
        border-left-color: #f58882;
    }

    .btn02._color10:not(._disabled):hover, .btn02._color10:not(._disabled):focus {
        color: #f58882;
        border-bottom-color: #f58882;
    }

    .btn02._color10._type02:not(._disabled):hover, .btn02._color10._type02:not(._disabled):focus {
        background-color: #f58882;
        color: #fff;
    }

    .btn02._color10._type02:not(._disabled):hover._arrow::after, .btn02._color10._type02:not(._disabled):focus._arrow::after {
        border-left-color: #fff;
    }

    .btn01._color11:not(._disabled):hover, .btn01._color11:not(._disabled):focus {
        border-bottom-color: #ffe21f;
        color: #ffe21f;
    }

    .btn01._color11._type02:not(._disabled):hover, .btn01._color11._type02:not(._disabled):focus {
        background-color: #ffe21f;
        color: #fff;
    }

    .btn01._color11._favo:not(._disabled):hover::before, .btn01._color11._favo:not(._disabled):hover::after, .btn01._color11._favo:not(._disabled):focus::before, .btn01._color11._favo:not(._disabled):focus::after {
        background-color: #ffe21f;
    }

    .btn02._color11._arrow:not(._disabled):hover::after, .btn02._color11._arrow:not(._disabled):focus::after {
        border-left-color: #ffe21f;
    }

    .btn02._color11:not(._disabled):hover, .btn02._color11:not(._disabled):focus {
        color: #ffe21f;
        border-bottom-color: #ffe21f;
    }

    .btn02._color11._type02:not(._disabled):hover, .btn02._color11._type02:not(._disabled):focus {
        background-color: #ffe21f;
        color: #fff;
    }

    .btn02._color11._type02:not(._disabled):hover._arrow::after, .btn02._color11._type02:not(._disabled):focus._arrow::after {
        border-left-color: #fff;
    }

    .btn01._color12:not(._disabled):hover, .btn01._color12:not(._disabled):focus {
        border-bottom-color: #ffc90e;
        color: #ffc90e;
    }

    .btn01._color12._type02:not(._disabled):hover, .btn01._color12._type02:not(._disabled):focus {
        background-color: #ffc90e;
        color: #fff;
    }

    .btn01._color12._favo:not(._disabled):hover::before, .btn01._color12._favo:not(._disabled):hover::after, .btn01._color12._favo:not(._disabled):focus::before, .btn01._color12._favo:not(._disabled):focus::after {
        background-color: #ffc90e;
    }

    .btn02._color12._arrow:not(._disabled):hover::after, .btn02._color12._arrow:not(._disabled):focus::after {
        border-left-color: #ffc90e;
    }

    .btn02._color12:not(._disabled):hover, .btn02._color12:not(._disabled):focus {
        color: #ffc90e;
        border-bottom-color: #ffc90e;
    }

    .btn02._color12._type02:not(._disabled):hover, .btn02._color12._type02:not(._disabled):focus {
        background-color: #ffc90e;
        color: #fff;
    }

    .btn02._color12._type02:not(._disabled):hover._arrow::after, .btn02._color12._type02:not(._disabled):focus._arrow::after {
        border-left-color: #fff;
    }

    .itemBox01, .itemBox03, .itemBox04, .itemBox05, .itemBox06, .itemBox07, .itemBoxAttention {
        margin-bottom: 46px;
    }

    .itemBox03 {
        border-radius: 6px;
        padding: 34px;
    }

    .itemBox04 {
        border-radius: 6px;
    }

    .itemBox04 > .head > .hdg a:not(._disabled):hover, .itemBox04 > .head > .hdg a:not(._disabled):focus {
        border-bottom-color: #fff;
    }

    .itemBox05 {
        display: flex;
    }

    .itemBox05 > .head {
        border-radius: 6px 0 0 6px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 30%;
    }

    .itemBox05 > .content {
        border-radius: 0 6px 6px 0;
        padding: 30px 34px;
        width: 70%;
    }

    .itemBox07 > .head, .itemBox07 > .content {
        padding: 45px;
    }

    .itemBox07 > .head._reverseSp {
        flex-direction: column;
    }

    .itemBox07 > .head._reverseSp > :last-child {
        margin-bottom: 0;
    }

    .itemBox07 > .head._reverseSp .hdg {
        margin-bottom: 24px;
    }

    .itemBox07 > .head .hdg {
        font-size: 2.2rem;
        font-weight: bold;
    }

    .itemBox07 > .head .hdg a:not(._disabled):hover, .itemBox07 > .head .hdg a:not(._disabled):focus {
        border-bottom-color: #4b4b4b;
    }

    .itemBox07 > .head .textMeta a.itemTextMeta::before {
        display: none;
    }

    .itemBoxSide02.sideFixedItem {
        margin-top: -30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .itemBoxSide02._sideFixed {
        margin-top: 0;
        position: fixed;
        top: 67px;
        width: 24.65%;
    }

    .itemBoxSide02._sideStop {
        position: absolute;
        bottom: 0;
        width: 24.65%;
    }

    .itemBoxSide02 .head {
        border-radius: 6px 6px 0 0;
        display: block;
        margin: 0;
        padding: 18px 28px 2px;
    }

    .itemBoxSide02 .head .hdg, .itemBoxSide02 .head .caption {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .itemBoxSide02 .head .hdg {
        font-weight: bold;
    }

    .itemBoxSide02 .content {
        border: 2px solid #4b4b4b;
        border-radius: 0 0 6px 6px;
        padding: 16px 28px;
    }

    .itemBoxAttention {
        border-width: 4px;
        border-radius: 6px;
        font-size: 1.8rem;
    }

    .itemArtist .picArtist {
        max-width: 360px;
    }

    .artistBox {
        display: flex;
        flex-basis: auto;
        flex-direction: column;
        margin-bottom: 48px;
        width: 380px;
    }

    .artistBox .itemText > a, .artistBox .itemPict > a {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .artistBox .itemText > a:not(._disabled):hover img, .artistBox .itemText > a:not(._disabled):focus img, .artistBox .itemPict > a:not(._disabled):hover img, .artistBox .itemPict > a:not(._disabled):focus img {
        opacity: 1;
    }

    .artistBox .itemText {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .artistBox .itemText > a {
        margin: 0 -16px;
        padding: 0 16px;
    }

    .artistBox .itemFoot {
        display: flex;
        flex-direction: column;
        margin-top: auto;
    }

    .artistArea {
        display: flex;
        flex-wrap: wrap;
    }

    .artistArea[data-artist-col='3'] .artistBox {
        margin-left: 4%;
        width: 30.66667%;
    }

    .artistArea[data-artist-col='3'] .artistBox:nth-child(3n+1) {
        margin-left: 0;
    }

    .artistArea._hover .artistBox {
        overflow: hidden;
        position: relative;
    }

    .artistArea._hover .artistBox::after {
        background-color: #1ddab6;
        content: '';
        height: 6px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: width .3s ease-in-out;
        width: 0;
    }

    .artistArea._hover .artistBox > .itemPict {
        position: relative;
    }

    .artistArea._hover .artistBox > .itemPict img {
        transition: transform .3s ease-in-out;
    }

    .artistArea._hover .artistBox > .itemPict::after {
        content: '';
        display: table;
    }

    .artistArea._hover .artistBox > .itemPict .areaIcon {
        margin-top: 0;
        position: absolute;
        top: calc(100% - 20px);
        right: 0;
    }

    .artistArea._hover .artistBox > .itemText {
        background-color: #fff;
        padding-top: 35px;
        z-index: 1;
    }

    .artistArea._hover .artistBox > .itemText a::after {
        background-color: #1ddab6;
        content: '';
        height: 6px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .3s ease-in-out;
        width: 0;
    }

    .artistArea._hover .artistBox:not(._disabled):hover > .itemPict img, .artistArea._hover .artistBox:not(._disabled):focus > .itemPict img {
        transform: scale(1.05);
    }

    .artistArea._hover .artistBox:not(._disabled):hover > .itemText a::after, .artistArea._hover .artistBox:not(._disabled):focus > .itemText a::after {
        width: 100%;
    }

    .itemBox02 {
        border-radius: 10px;
        margin-bottom: 110px;
        padding: 40px 50px 60px;
    }

    .itemBox02::before {
        border-radius: 10px 10px 0 0;
        height: 8px;
    }

    .boxCarouselItem {
        padding-bottom: 0;
    }

    .boxCarouselItem .artistBox {
        flex-direction: row;
        margin-bottom: 5px;
        padding: 0;
        width: 100%;
    }

    .boxCarouselItem .artistBox .itemPict {
        margin: 0 30px 0 0;
        max-width: 50%;
    }

    .boxCarouselItem .artistBox .itemPict img {
        width: auto;
    }

    .boxCarouselItem .artistBox .itemText {
        margin-bottom: 30px;
        height: auto;
    }

    .boxCarouselItem a {
        max-width: 100%;
    }

    .boxCarouselItem a:hover img {
        opacity: 1;
    }

    .tbl01 .w20px, .tblCart .w20px {
        width: 20px;
    }

    .tbl01 .w40px, .tblCart .w40px {
        width: 40px;
    }

    .tbl01 .w60px, .tblCart .w60px {
        width: 60px;
    }

    .tbl01 .w80px, .tblCart .w80px {
        width: 80px;
    }

    .tbl01 .w100px, .tblCart .w100px {
        width: 100px;
    }

    .tbl01 .w120px, .tblCart .w120px {
        width: 120px;
    }

    .tbl01 .w140px, .tblCart .w140px {
        width: 140px;
    }

    .tbl01 .w160px, .tblCart .w160px {
        width: 160px;
    }

    .tbl01 .w180px, .tblCart .w180px {
        width: 180px;
    }

    .tbl01 .w200px, .tblCart .w200px {
        width: 200px;
    }

    .tbl01 .w220px, .tblCart .w220px {
        width: 220px;
    }

    .tbl01 .w240px, .tblCart .w240px {
        width: 240px;
    }

    .tbl01 .w260px, .tblCart .w260px {
        width: 260px;
    }

    .tbl01 .w280px, .tblCart .w280px {
        width: 280px;
    }

    .tbl01 .w300px, .tblCart .w300px {
        width: 300px;
    }

    .tbl01 .w320px, .tblCart .w320px {
        width: 320px;
    }

    .tbl01 .w340px, .tblCart .w340px {
        width: 340px;
    }

    .tbl01 .w360px, .tblCart .w360px {
        width: 360px;
    }

    .tbl01 .w380px, .tblCart .w380px {
        width: 380px;
    }

    .tbl01 .w400px, .tblCart .w400px {
        width: 400px;
    }

    .tbl01 .w420px, .tblCart .w420px {
        width: 420px;
    }

    .tbl01 .w440px, .tblCart .w440px {
        width: 440px;
    }

    .tbl01 .w460px, .tblCart .w460px {
        width: 460px;
    }

    .tbl01 .w480px, .tblCart .w480px {
        width: 480px;
    }

    .tbl01 .w500px, .tblCart .w500px {
        width: 500px;
    }

    .tbl01 .w520px, .tblCart .w520px {
        width: 520px;
    }

    .tbl01 .w540px, .tblCart .w540px {
        width: 540px;
    }

    .tbl01 .w560px, .tblCart .w560px {
        width: 560px;
    }

    .tbl01 .w580px, .tblCart .w580px {
        width: 580px;
    }

    .tbl01 .w600px, .tblCart .w600px {
        width: 600px;
    }

    .tbl01 .w620px, .tblCart .w620px {
        width: 620px;
    }

    .tbl01 .w640px, .tblCart .w640px {
        width: 640px;
    }

    .tbl01 .w660px, .tblCart .w660px {
        width: 660px;
    }

    .tbl01 .w680px, .tblCart .w680px {
        width: 680px;
    }

    .tbl01 .w700px, .tblCart .w700px {
        width: 700px;
    }

    .tbl01 .w720px, .tblCart .w720px {
        width: 720px;
    }

    .tbl01 .w740px, .tblCart .w740px {
        width: 740px;
    }

    .tbl01 .w760px, .tblCart .w760px {
        width: 760px;
    }

    .tbl01 .w780px, .tblCart .w780px {
        width: 780px;
    }

    .tbl01 .w800px, .tblCart .w800px {
        width: 800px;
    }

    .tbl01 .w0, .tblCart .w0 {
        width: 0;
    }

    .tbl01 .w5, .tblCart .w5 {
        width: 5%;
    }

    .tbl01 .w10, .tblCart .w10 {
        width: 10%;
    }

    .tbl01 .w15, .tblCart .w15 {
        width: 15%;
    }

    .tbl01 .w20, .tblCart .w20 {
        width: 20%;
    }

    .tbl01 .w25, .tblCart .w25 {
        width: 25%;
    }

    .tbl01 .w30, .tblCart .w30 {
        width: 30%;
    }

    .tbl01 .w35, .tblCart .w35 {
        width: 35%;
    }

    .tbl01 .w40, .tblCart .w40 {
        width: 40%;
    }

    .tbl01 .w45, .tblCart .w45 {
        width: 45%;
    }

    .tbl01 .w50, .tblCart .w50 {
        width: 50%;
    }

    .tbl01 .w55, .tblCart .w55 {
        width: 55%;
    }

    .tbl01 .w60, .tblCart .w60 {
        width: 60%;
    }

    .tbl01 .w65, .tblCart .w65 {
        width: 65%;
    }

    .tbl01 .w70, .tblCart .w70 {
        width: 70%;
    }

    .tbl01 .w75, .tblCart .w75 {
        width: 75%;
    }

    .tbl01 .w80, .tblCart .w80 {
        width: 80%;
    }

    .tbl01 .w85, .tblCart .w85 {
        width: 85%;
    }

    .tbl01 .w90, .tblCart .w90 {
        width: 90%;
    }

    .tbl01 .w95, .tblCart .w95 {
        width: 95%;
    }

    .tbl01 .w100, .tblCart .w100 {
        width: 100%;
    }

    .tbl01 .w86px, .tblCart .w86px {
        width: 86px;
    }

    .tbl01 table, .tblCart table {
        background-color: transparent;
        display: table;
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 100%;
    }

    .tbl01 table caption, .tblCart table caption {
        border-radius: 6px 6px 0 0;
        display: table-caption;
    }

    .tbl01 table caption:not(.onlySp) + colgroup + thead, .tblCart table caption:not(.onlySp) + colgroup + thead, .tbl01 table caption:not(.onlySp) + thead, .tblCart table caption:not(.onlySp) + thead {
        background-image: linear-gradient(#f7f7f7 0%, #f7f7f7 100%);
        background-position: top;
        background-size: 1px 2px;
        background-repeat: repeat-x;
    }

    .tbl01 table caption:not(.onlySp) + colgroup + thead tr th, .tblCart table caption:not(.onlySp) + colgroup + thead tr th, .tbl01 table caption:not(.onlySp) + thead tr th, .tblCart table caption:not(.onlySp) + thead tr th {
        padding: 16px;
    }

    .tbl01 table caption:not(.onlySp) + colgroup + thead tr:first-child :first-child, .tblCart table caption:not(.onlySp) + colgroup + thead tr:first-child :first-child, .tbl01 table caption:not(.onlySp) + thead tr:first-child :first-child, .tblCart table caption:not(.onlySp) + thead tr:first-child :first-child {
        border-radius: 0;
    }

    .tbl01 table caption:not(.onlySp) + colgroup + thead tr:first-child :last-child, .tblCart table caption:not(.onlySp) + colgroup + thead tr:first-child :last-child, .tbl01 table caption:not(.onlySp) + thead tr:first-child :last-child, .tblCart table caption:not(.onlySp) + thead tr:first-child :last-child {
        border-radius: 0;
    }

    .tbl01 table thead, .tblCart table thead {
        background-color: #4b4b4b;
        color: #fff;
        display: table-header-group;
    }

    .tbl01 table thead.tblOnlyPc, .tblCart table thead.tblOnlyPc {
        display: table-header-group;
    }

    .tbl01 table thead tr th, .tblCart table thead tr th {
        padding: 16px;
    }

    .tbl01 table thead tr:first-child :first-child, .tblCart table thead tr:first-child :first-child {
        border-radius: 6px 0 0 0;
    }

    .tbl01 table thead tr:first-child :last-child, .tblCart table thead tr:first-child :last-child {
        border-radius: 0 6px 0 0;
    }

    .tbl01 table tbody, .tblCart table tbody {
        display: table-row-group;
    }

    .tbl01 table tbody tr, .tblCart table tbody tr {
        display: table-row;
        padding: 0;
    }

    .tbl01 table tbody tr th, .tblCart table tbody tr th, .tbl01 table tbody tr td, .tblCart table tbody tr td {
        background-color: #fff;
        border-left: 3px solid #f7f7f7;
        border-bottom: 3px solid #f7f7f7;
        display: table-cell !important;
        margin-bottom: 0;
        padding: 28px 20px;
    }

    .tbl01 table tbody tr th:first-child, .tblCart table tbody tr th:first-child, .tbl01 table tbody tr td:first-child, .tblCart table tbody tr td:first-child {
        border-left: none;
    }

    .tbl01 table tbody tr th._float, .tblCart table tbody tr th._float, .tbl01 table tbody tr td._float, .tblCart table tbody tr td._float {
        float: none;
        margin-right: 0;
    }

    .tbl01 table tbody tr th._narrow, .tblCart table tbody tr th._narrow, .tbl01 table tbody tr td._narrow, .tblCart table tbody tr td._narrow {
        margin-bottom: 0;
    }

    .tbl01 table tbody tr th._null, .tblCart table tbody tr th._null, .tbl01 table tbody tr td._null, .tblCart table tbody tr td._null {
        display: table-cell;
    }

    .tbl01 table tbody tr th .hdg, .tblCart table tbody tr th .hdg, .tbl01 table tbody tr td .hdg, .tblCart table tbody tr td .hdg {
        display: none;
    }

    .contentArea .tbl01 thead tr, .contentArea .tblCart thead tr {
        background-color: transparent;
    }

    .contentArea .tbl01 tbody tr th, .contentArea .tblCart tbody tr th, .contentArea .tbl01 tbody tr td, .contentArea .tblCart tbody tr td {
        background-color: #f7f7f7;
        border-color: #fff;
    }

    .contentArea02 .tbl01 table caption, .contentArea02 .tblCart table caption {
        border-radius: 6px 6px 0 0;
        display: table-caption;
    }

    .contentArea02 .tbl01 table caption:not(.onlySp) + thead, .contentArea02 .tblCart table caption:not(.onlySp) + thead {
        background-image: linear-gradient(#fff 0%, #fff 100%);
        background-position: top;
        background-size: 1px 2px;
        background-repeat: repeat-x;
    }

    .contentArea02 .tbl01 table tbody tr td, .contentArea02 .tblCart table tbody tr td {
        background-color: #f7f7f7;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
    }

    .contentArea02 .tbl01 table tbody tr td:first-child, .contentArea02 .tblCart table tbody tr td:first-child {
        border-left: none;
    }

    .contentArea02 .tbl01 table tbody tr td .hdg, .contentArea02 .tblCart table tbody tr td .hdg {
        display: none;
    }

    .tbl02._type02 table tbody tr td {
        padding: 14px 11px;
    }

    .tblCart {
        margin-bottom: 60px;
    }

    .tblCart table {
        table-layout: fixed;
        vertical-align: middle;
    }

    .tblCart table .tblCartTdFix {
        width: 110px;
    }

    .tblCart table .tblCartTdQua {
        width: 80px;
    }

    .tblCart table .tblCartTdDel {
        padding: 0 14px;
        width: 60px;
    }

    .tblCart table thead {
        font-size: 1.3rem;
    }

    .tblCart table tbody tr td {
        background-color: #fff;
        border-left-color: #f7f7f7;
        border-bottom-color: #f7f7f7;
        padding: 32px 16px 32px 0;
        text-align: right;
    }

    .tblCart table tbody tr td:first-child {
        padding: 32px 32px;
        text-align: left;
    }

    .tblCart table tbody tr td:last-child {
        padding: 0;
        text-align: center;
    }

    .tblCart table tbody tr td.selectCart, .tblCart table tbody tr td.btnCartDel {
        position: static;
    }

    .tblCart table tbody tr td.btnCartDel .btn {
        background-color: transparent;
        border: none;
        color: #1ddab6;
        font-size: 1.1rem;
        font-weight: normal;
        display: inline-block;
        letter-spacing: .15em;
        overflow: hidden;
        padding: 0;
        height: 32px;
        white-space: nowrap;
    }

    .tblCart table tbody tr td.btnCartDel .btn::before {
        background-color: #1ddab6;
        background-image: none;
        border: 2px solid #1ddab6;
        border-radius: 6px;
        box-sizing: border-box;
        display: block;
        margin: 0 auto 2px;
        height: 32px;
        width: 32px;
    }

    .tblCart table tbody tr td.btnCartDel .btn::after {
        background-image: url(/resource/images/sprite.png);
        background-position: -106.5px -123px;
        width: 16px;
        height: 16px;
        background-size: 203px 188px;
        content: '';
        display: block;
        margin-left: -8px;
        position: absolute;
        top: 8px;
        left: 50%;
    }

    .tblCart table tbody tr td.btnCartDel .btn._type02 {
        height: auto;
        white-space: normal;
    }

    .tblCart table tbody tr td.btnCartDel .btn:not(._disabled):hover::before, .tblCart table tbody tr td.btnCartDel .btn:not(._disabled):focus::before {
        background-color: transparent;
        background-image: linear-gradient(45deg, transparent 0%, transparent 47%, #1ddab6 47%, #1ddab6 53%, transparent 53%, transparent 100%), linear-gradient(135deg, transparent 0%, transparent 47%, #1ddab6 47%, #1ddab6 53%, transparent 53%, transparent 100%);
    }

    .tblCart table tbody tr td.btnCartDel .btn:not(._disabled):hover::after, .tblCart table tbody tr td.btnCartDel .btn:not(._disabled):focus::after {
        background-image: url(/resource/images/sprite.png);
        background-position: -88.5px -123px;
        width: 16px;
        height: 16px;
        background-size: 203px 188px;
    }

    .tblCart table tbody tr.tblCatLast {
        font-weight: bold;
    }

    .tblCart table tbody tr.tblCatLast td {
        padding-right: 16px;
        text-align: right;
    }

    .tblCart table tbody tr.tblCatLast td:last-child {
        padding: 0;
        text-align: center;
    }

    .tblCart table tbody tr.tblCatLast td.itemHigh {
        padding-right: 16px;
        border-top: none;
    }

    .contentModal._fitIn .boxModal {
        transform: translate(-50%, -50%);
    }

    .contentModal._over .boxModal {
        transform: translateX(-50%);
    }

    .boxModal {
        border-radius: 10px;
        font-size: 1.5rem;
        margin: 0;
        transform: translateX(-50%);
        left: 50%;
        max-width: 550px;
    }

    .boxModal > .inner {
        padding: 45px 60px 0;
    }

    .boxModal > .inner::before {
        border-radius: 10px 10px 0 0;
        height: 8px;
    }

    .boxModal > .inner::after {
        height: 50px;
    }

    .boxModal .hdg._logo em {
        margin-bottom: 50px;
        width: 217px;
    }

    .modalClose {
        height: 30px;
        top: 30px;
        right: 24px;
        width: 30px;
    }

    .modalClose span {
        background-image: linear-gradient(transparent 0%, transparent 47%, #a1aaa9 47%, #a1aaa9 53%, transparent 53%, transparent 100%), linear-gradient(90deg, transparent 0%, transparent 47%, #a1aaa9 47%, #a1aaa9 53%, transparent 53%, transparent 100%);
        background-size: 30px 30px;
        height: 30px;
        padding-left: 30px;
        width: 30px;
    }

    .modalBtnArea {
        margin: 50px 0 35px;
    }

    .modalBtnArea .btn01 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .movieModal .modalAreaMovie {
        margin: 0 80px;
    }

    .movieModal .modalAreaMovie .inner {
        padding-top: 70px;
    }

    .movieModal .modalClose {
        right: 0;
    }

    .movieModal .modalClose span {
        background-image: linear-gradient(transparent 0%, transparent 47%, #fff 47%, #fff 53%, transparent 53%, transparent 100%), linear-gradient(90deg, transparent 0%, transparent 47%, #fff 47%, #fff 53%, transparent 53%, transparent 100%);
    }

    .no-js .contentModal .boxModal {
        margin: 24px 6%;
    }

    .btnSort {
        height: 48px;
        width: 48px;
    }

    .btnSort span::before, .btnSort span::after {
        margin-left: -7px;
    }

    .btnSort span::before {
        border: 7px solid transparent;
        border-bottom: 9px solid #fff;
        border-top-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top: -11px;
    }

    .btnSort span::after {
        border: 7px solid transparent;
        border-top: 9px solid #fff;
        border-bottom-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top: 2px;
    }

    .listSortType li a:not(._disabled):hover, .listSortType li a:not(._disabled):focus, .listSortType li button:not(._disabled):hover, .listSortType li button:not(._disabled):focus {
        background-color: #f5f5f5;
        border-bottom-color: #f5f5f5;
    }

    .listSortType {
        top: 78px;
    }

    .listSortType::before {
        top: -14px;
        right: 15px;
    }

    .badgeStatus {
        font-size: 1.3rem;
        padding: 5px 24px;
    }

    .fixedBdgeCart {
        border-radius: 70px;
        height: 140px;
        padding-top: 60px;
        min-width: 140px;
    }

    .fixedBdgeCart > .icon {
        top: 20px;
    }

    .fixedBdgeCart > .icon::before {
        background-image: url(/resource/images/sprite.png);
        background-position: -68px -34px;
        width: 32px;
        height: 25px;
        background-size: 203px 188px;
    }

    .fixedBdgeCart .item {
        font-size: 1.5rem;
        margin: 0 12px;
    }

    .fixedBdgeCart._fixed {
        right: 32px;
        bottom: 32px;
    }

    ._itemLogin {
        padding: 0;
    }

    ._colLogin {
        padding: 48px;
        position: relative;
    }

    .loginBorder {
        border-top: none;
        border-right: 3px solid #f7f7f7;
        margin: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -1px;
    }

    .loginBorder span {
        font-size: 1.3rem;
        padding: 16px;
        top: 50%;
    }

    .slick-arrow {
        background-color: rgba(29, 218, 182, .5);
        border-radius: 50%;
        display: block;
        height: 64px;
        margin-top: -60px;
        padding-left: 64px;
        position: absolute;
        top: 50%;
        width: 64px;
    }

    .slick-arrow:not(._disabled):hover, .slick-arrow:not(._disabled):focus {
        opacity: .7;
    }

    .slick-arrow::before {
        border-color: #fff;
        height: 18px;
        margin-top: -9px;
        width: 18px;
    }

    ._movie .slick-arrow {
        margin-top: -120px;
    }

    .slick-prev {
        left: -80px;
    }

    .slick-prev::before {
        left: 26px;
    }

    ._type02 .slick-prev {
        left: -30px;
    }

    .slick-next {
        right: -80px;
    }

    .slick-next::before {
        right: 26px;
    }

    ._type02 .slick-next {
        right: -30px;
    }

    .slick-dots {
        padding: 0;
        max-width: 100%;
    }

    .slick-dots li {
        height: 9px;
        margin: 5px 9px;
    }

    .slick-dots li button {
        height: 9px;
        padding-left: 9px;
        width: 9px;
    }

    .tooltip .tooltipItem + .tooltipContent {
        background-color: #1ddab6;
        border-radius: 3px;
        color: #fff;
        font-size: 1.3rem;
        opacity: 0;
        display: inline-block;
        margin-top: 30px;
        padding: 24px;
        pointer-events: none;
        position: absolute;
        top: 100%;
        right: 0;
        text-align: center;
        transform: translateY(0) scale(.75) rotate(5deg);
        transform-origin: bottom center;
        transition: .15s ease-in-out;
        visibility: hidden;
        width: 240px;
        z-index: 1;
    }

    .tooltip .tooltipItem + .tooltipContent::before {
        border: 10px solid transparent;
        border-bottom: 16px solid #1ddab6;
        border-top-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        top: -16px;
        right: 16px;
    }

    .tooltip .tooltipItem:hover + .tooltipContent {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0deg);
        visibility: visible;
    }

    .itemCarousel .tooltip .tooltipItem + .tooltipContent {
        margin-top: 0;
        margin-bottom: 30px;
        top: auto;
        bottom: 100%;
    }

    .itemCarousel .tooltip .tooltipItem + .tooltipContent::before {
        border: 10px solid transparent;
        border-top: 16px solid #1ddab6;
        border-bottom-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        top: auto;
        bottom: -16px;
    }

    .areaProg._type02::before {
        background-image: linear-gradient(-45deg, #f8f8f8 0%, #f8f8f8 25%, #fcfcfc 25%, #fcfcfc 50%, #f8f8f8 50%, #f8f8f8 75%, #fcfcfc 75%, #fcfcfc 100%);
        height: 24px;
        right: 0;
        bottom: auto;
        width: 100%;
    }

    .listProg {
        padding-top: 16px;
    }

    .listProg li {
        margin-top: 34px;
    }

    .listProg li::before {
        border-right-color: #72e9d1;
    }

    .listProg li:nth-child(3) {
        margin-top: 16px;
    }

    .listProg .text {
        display: block;
    }

    ._type02 .listProg {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding-top: 70px;
    }

    ._type02 .listProg li {
        font-size: 1.3rem;
        margin: 0;
        text-align: center;
    }

    ._type02 .listProg li::before {
        border: 4px solid transparent;
        border-bottom: 6px solid #77daf7;
        border-top-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-left: -4px;
        top: -27px;
        left: 50%;
    }

    ._type02 .listProg li::after {
        margin-left: -5px;
        top: -62px;
        left: 50%;
    }

    .barProg::before {
        height: 16px;
        bottom: 4px;
        left: 4px;
        width: 16px;
    }

    ._type02 .barProg {
        background-image: linear-gradient(-90deg, #72e9d1, #77daf7);
        height: 24px !important;
        transition: all .8s;
    }

    ._type02 .barProg::before {
        right: 4px;
        left: auto;
    }

    .artistArea.js_itemFilter[data-artist-col='3'] {
        justify-content: space-between;
        margin-left: -2%;
        margin-right: -2%;
        margin-top: -24px;
        margin-bottom: -41px;
        width: 104%;
    }

    .artistArea.js_itemFilter[data-artist-col='3'] .filtr-item {
        width: calc(100% / 3);
        padding: 24px 2%;
    }

    .sideFixedArea {
        position: relative;
    }

    .sideFixedItem.listNone {
        margin-top: -30px;
        padding-top: 30px;
        padding-bottom: 30px !important;
    }

    .sideFixedItem.listNone._sideFixed {
        margin-top: 0;
        position: fixed;
        top: 67px;
        width: 24.65%;
    }

    .sideFixedItem.listNone._sideStop {
        position: absolute;
        top: auto;
        bottom: 0;
        width: 24.65%;
    }

    .areaEvent {
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 1141px) {
    .inner02 {
        margin: 0 30px;
    }

    .areaSide {
        padding-top: 30px;
        position: absolute;
        top: 0;
        right: 6%;
        width: 360px;
    }

    .listDl02._type02 {
        display: table;
    }

    .listDl02._type02 > div {
        display: table-row;
    }

    .listDl02._type02 dt {
        display: table-cell;
        padding-right: 20px;
        padding-bottom: 8px;
    }

    .listDl02._type02 dd {
        display: table-cell;
        padding-bottom: 8px;
    }

    .listDl06 > div {
        display: flex;
    }

    .listDl06 > div dt, .listDl06 > div dd {
        display: block;
    }

    .listDl06 > div dt {
        white-space: nowrap;
    }

    .listDl07 > div {
        display: flex;
    }

    .listDl07 > div dt, .listDl07 > div dd {
        display: block;
    }

    .listDl07 > div dt {
        white-space: nowrap;
    }

    .listDltextarea {
        display: table;
    }

    .listDltextarea > div {
        display: table-row;
    }

    .listDltextarea > div > dt, .listDltextarea > div > dd {
        display: table-cell;
        padding-bottom: 24px;
    }

    .listDltextarea > div > dt {
        width: 200px;
    }

    .listDltextarea > div > dd input[type='text'] {
        width: 220px;
    }

    .listDltextarea > div:last-child > dt, .listDltextarea > div:last-child > dd {
        padding-bottom: 0;
    }

    .listNews li {
        width: 23.05%;
        margin-right: 2.6%;
    }

    .listNews li:nth-child(even) {
        margin-right: 2.6%;
    }

    .listNews li:nth-child(4n) {
        margin-right: 0;
    }

    .itemBoxSide.sideFixedItem {
        margin-top: -30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .itemBoxSide._sideFixed {
        margin-top: 0;
        position: fixed;
        top: 67px;
        width: 24.65%;
    }

    .itemBoxSide._sideStop {
        position: absolute;
        bottom: 0;
        width: 24.65%;
    }

    .itemBoxSide .head {
        background-color: #4b4b4b;
        border-radius: 6px 6px 0 0;
        color: #fff;
        display: block;
        padding: 18px 28px 2px;
    }

    .itemBoxSide .head .hdg, .itemBoxSide .head .caption {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .itemBoxSide .head .hdg {
        font-weight: bold;
    }

    .itemBoxSide .content {
        border: 2px solid #4b4b4b;
        border-radius: 0 0 6px 6px;
        padding: 16px 28px;
    }

    .tblCart table .tblCartTdFix {
        width: 170px;
    }

    .tblCart table .tblCartTdQua {
        width: 120px;
    }

    .tblCart table tbody tr td {
        padding-right: 50px;
    }

    .tblCart table tbody tr.tblCatLast td {
        padding-right: 50px;
    }

    .tblCart table tbody tr.tblCatLast td.itemHigh {
        padding-right: 50px;
    }

    .tgl01 > .tglHook {
        padding: 36px 48px 36px 0;
    }

    .tgl01 > .tglHook::before {
        height: 30px;
        margin-top: -15px;
        width: 30px;
    }

    .tgl01 > .tglHook::after {
        border: 5px solid transparent;
        border-bottom: 6px solid #fff;
        border-top-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top: -3px;
        right: 10px;
    }

    .tgl01[data-tgl='open'] > .tglHook::after {
        margin-top: -2px;
    }

    .tgl02 {
        border-radius: 6px;
        margin-bottom: 32px;
    }

    .tgl02 > .tglHook {
        align-items: center;
        display: flex;
        padding: 36px 86px 36px 38px;
    }

    .tgl02 > .tglHook::before {
        height: 30px;
        margin-top: -15px;
        right: 38px;
        width: 30px;
    }

    .tgl02 > .tglHook::after {
        border: 5px solid transparent;
        border-bottom: 6px solid #fff;
        border-top-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top: -3px;
        right: 48px;
    }

    .tgl02 > .tglHook .badgeStatus {
        font-size: 1.3rem;
        float: none;
        margin-right: 48px;
        padding: 4px 8px;
        width: 100px;
    }

    .tgl02 > .tglHook b {
        display: inline-block;
        margin-right: 32px;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .tgl02 > .tglContent {
        padding: 42px;
    }

    .tgl02[data-tgl='open'] .tglHook::after {
        margin-top: -2px;
    }

    .tgl02._type03[data-tgl='open'] > .tglHook, .tgl02._type03[data-tgl='close'] > .tglHook {
        padding: 24px 56px 24px 16px;
    }

    .tgl02._type03[data-tgl='open'] > .tglHook::after, .tgl02._type03[data-tgl='close'] > .tglHook::after {
        right: 26px;
    }

    .tglQa {
        margin-bottom: 24px;
    }

    .tglQa > .tglHook .mark, .tglQa > .tglContent .mark {
        font-size: 2.8rem;
        top: 24px;
        left: 24px;
    }

    .tglQa > .tglHook {
        padding: 28px 24px 22px 68px;
    }

    .tglQa > .tglHook::after {
        border: 4.5px solid transparent;
        border-left: 7px solid #a1aaa9;
        border-right-width: 0;
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-top: -4px;
        position: absolute;
        top: 48%;
        right: 22px;
    }

    .tglQa > .tglContent {
        padding: 20px 24px 24px 68px;
    }

    .sideFixedArea {
        position: relative;
    }

    .sideFixedArea > .mainInner {
        padding-right: calc(6% + 415px);
    }

    .sideFixedItem.areaSide._sideFixed {
        position: fixed;
        top: 67px;
    }

    .sideFixedItem.areaSide._sideStop {
        position: absolute;
        top: auto;
        bottom: 0;
    }
}

@media screen and (max-width: 751px) {
    .is-break._type02 .barProg {
        width: 24px !important;
    }
}

@keyframes aniBound {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, .75);
    }

    40% {
        transform: scale(.75, 1.25);
    }

    50% {
        transform: scale(1.15, .85);
    }

    65% {
        transform: scale(.95, 1.05);
    }

    75% {
        transform: scale(1.05, .95);
    }

    to {
        transform: scale(1, 1);
    }
}

@keyframes aniBgFade {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@keyframes progAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes spinner {
    0% {
        width: 10px;
        height: 10px;
        transform: translateY(0);
        background-color: #4bd3c1;
    }

    100% {
        width: 23px;
        height: 23px;
        transform: translateY(-20px);
        background-color: white;
    }
}
