@charset "UTF-8";
/*-------------------------------------------------
RESET
-------------------------------------------------*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    /* iOS 8+ */
}

*, ::before, ::after {
    background-repeat: no-repeat;
    /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    box-sizing: inherit;
}

::before, ::after {
    text-decoration: inherit;
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
}

*, *:before, *:after {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
}

*:not(font), *:before, *:after {
    color: inherit;
    font-size: 100%;
    font: inherit;
}

* {
    padding: 0;
    /* Reset `padding` and `margin` of all elements */
    margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
    /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

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

small {
    font-size: 80%;
    /* Set font-size to 80% in `small` elements */
}

[hidden], template {
    display: none;
    /* Add the correct display in IE */
}

abbr[title] {
    border-bottom: 1px dotted;
    /* Add a bordered underline effect in all browsers */
    text-decoration: none;
    /* Remove text decoration in Firefox 40+ */
}

a {
    background-color: transparent;
    /* Remove the gray background on active links in IE 10 */
    -webkit-text-decoration-skip: objects;
    /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active, a:hover {
    outline-width: 0;
    /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    /* Specify the font family of code elements */
}

b, strong {
    font-weight: bolder;
    /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
    font-style: italic;
    /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
    background-color: #ffff00;
    color: #000000;
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
    border-radius: 0;
}

/* Apply cursor pointer to button elements */
button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
    cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
    cursor: default;
}

[type="number"] {
    width: auto;
    /* Firefox 36+ */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    /* Safari 8 */
}

textarea {
    overflow: auto;
    /* Internet Explorer 11+ */
    resize: vertical;
    /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
    font: inherit;
    /* Specify font inheritance of form elements */
}

optgroup {
    font-weight: bold;
    /* Restore the font weight unset by the previous rule. */
}

button {
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS */
}

button, select {
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

/* Style select like a standard input */
select {
       -moz-appearance: none;
    /* Firefox 36+ */
    -webkit-appearance: none;
    /* Chrome 41+ */
}

select::-ms-expand {
    display: none;
    /* Internet Explorer 11+ */
}

select::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ */
}

legend {
    border: 0;
    /* Correct `color` not being inherited in IE 8/9/10/11 */
    color: inherit;
    /* Correct the color inheritance from `fieldset` elements in IE */
    display: table;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge and IE */
    white-space: normal;
    /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS and Safari */
    font: inherit;
    /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;
    /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
    border-style: none;
    /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
    overflow: hidden;
    /* Internet Explorer 11- */
}

audio, canvas, progress, video {
    display: inline-block;
    /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
    [hidden~="screen"] {
        display: inherit;
    }
    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
    cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
    cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
    cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
    background-color: #b3d4fc;
    /* Required when declaring ::selection */
    color: #000000;
    text-shadow: none;
}

/*-------------------------------------------------
BASE
-------------------------------------------------*/
html {
    font-size: 62.5%;
    overflow: auto;
    height: 100%;
}

body {
    background: #ffffff;
    color: #000000;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .05em;
    word-wrap: break-word;
    word-break: break-all;
}

body.open {
    overflow: hidden;
    height: 100%;
}

img {
    vertical-align: bottom;
    display: block;
}

img:not(.init) {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.svg {
    display: block;
}

.svg svg {
    width: 100%;
    height: 100%;
}

a, label {
    outline: none;
}

a, a:active, a:link, a:visited, a:hover {
    text-decoration: none;
    color: #000000;
}

.opacity {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.opacity:hover {
    opacity: .7;
    cursor: pointer;
}

ol, ul {
    margin: 0;
    padding: 0;
}

ol li, ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pc_none {
    display: none;
}

/* ==============================================
ユーティリティ
=============================================== */
/* 間隔
----------------------------------------------- */
.mg0 {
    margin: 0 !important;
}

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

.mgr0 {
    margin-right: 0 !important;
}

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

.mgl0 {
    margin-left: 0 !important;
}

.pd0 {
    padding: 0 !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.pdr0 {
    padding-right: 0 !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.pdl0 {
    padding-left: 0 !important;
}

.mg8 {
    margin: 8px !important;
}

.mgt8 {
    margin-top: 8px !important;
}

.mgr8 {
    margin-right: 8px !important;
}

.mgb8 {
    margin-bottom: 8px !important;
}

.mgl8 {
    margin-left: 8px !important;
}

.pd8 {
    padding: 8px !important;
}

.pdt8 {
    padding-top: 8px !important;
}

.pdr8 {
    padding-right: 8px !important;
}

.pdb8 {
    padding-bottom: 8px !important;
}

.pdl8 {
    padding-left: 8px !important;
}

.mg16 {
    margin: 16px !important;
}

.mgt16 {
    margin-top: 16px !important;
}

.mgr16 {
    margin-right: 16px !important;
}

.mgb16 {
    margin-bottom: 16px !important;
}

.mgl16 {
    margin-left: 16px !important;
}

.pd16 {
    padding: 16px !important;
}

.pdt16 {
    padding-top: 16px !important;
}

.pdr16 {
    padding-right: 16px !important;
}

.pdb16 {
    padding-bottom: 16px !important;
}

.pdl16 {
    padding-left: 16px !important;
}

.mg24 {
    margin: 24px !important;
}

.mgt24 {
    margin-top: 24px !important;
}

.mgr24 {
    margin-right: 24px !important;
}

.mgb24 {
    margin-bottom: 24px !important;
}

.mgl24 {
    margin-left: 24px !important;
}

.pd24 {
    padding: 24px !important;
}

.pdt24 {
    padding-top: 24px !important;
}

.pdr24 {
    padding-right: 24px !important;
}

.pdb24 {
    padding-bottom: 24px !important;
}

.pdl24 {
    padding-left: 24px !important;
}

.mg32 {
    margin: 32px !important;
}

.mgt32 {
    margin-top: 32px !important;
}

.mgr32 {
    margin-right: 32px !important;
}

.mgb32 {
    margin-bottom: 32px !important;
}

.mgl32 {
    margin-left: 32px !important;
}

.pd32 {
    padding: 32px !important;
}

.pdt32 {
    padding-top: 32px !important;
}

.pdr32 {
    padding-right: 32px !important;
}

.pdb32 {
    padding-bottom: 32px !important;
}

.pdl32 {
    padding-left: 32px !important;
}

.mg40 {
    margin: 40px !important;
}

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

.mgr40 {
    margin-right: 40px !important;
}

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

.mgl40 {
    margin-left: 40px !important;
}

.pd40 {
    padding: 40px !important;
}

.pdt40 {
    padding-top: 40px !important;
}

.pdr40 {
    padding-right: 40px !important;
}

.pdb40 {
    padding-bottom: 40px !important;
}

.pdl40 {
    padding-left: 40px !important;
}

.mg48 {
    margin: 48px !important;
}

.mgt48 {
    margin-top: 48px !important;
}

.mgr48 {
    margin-right: 48px !important;
}

.mgb48 {
    margin-bottom: 48px !important;
}

.mgl48 {
    margin-left: 48px !important;
}

.pd48 {
    padding: 48px !important;
}

.pdt48 {
    padding-top: 48px !important;
}

.pdr48 {
    padding-right: 48px !important;
}

.pdb48 {
    padding-bottom: 48px !important;
}

.pdl48 {
    padding-left: 48px !important;
}

.mg72 {
    margin: 72px !important;
}

.mgt72 {
    margin-top: 72px !important;
}

.mgr72 {
    margin-right: 72px !important;
}

.mgb72 {
    margin-bottom: 72px !important;
}

.mgl72 {
    margin-left: 72px !important;
}

.pd72 {
    padding: 72px !important;
}

.pdt72 {
    padding-top: 72px !important;
}

.pdr72 {
    padding-right: 72px !important;
}

.pdb72 {
    padding-bottom: 72px !important;
}

.pdl72 {
    padding-left: 72px !important;
}

.mg80 {
    margin: 80px !important;
}

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

.mgr80 {
    margin-right: 80px !important;
}

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

.mgl80 {
    margin-left: 80px !important;
}

.pd80 {
    padding: 80px !important;
}

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

.pdr80 {
    padding-right: 80px !important;
}

.pdb80 {
    padding-bottom: 80px !important;
}

.pdl80 {
    padding-left: 80px !important;
}

/* フロート
----------------------------------------------- */
.fltL {
    float: left;
}

.fltR {
    float: right;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.clear {
    clear: both;
}

/* テキスト
----------------------------------------------- */
h1, h2, h3, h4, h5 {
    font-size: 100%;
}

.attention {
    color: #dc0101;
}

.st {
    font-weight: bold;
}

.mini {
    font-size: 12px !important;
    font-size: 1.2rem !important;
}

.alignC {
    text-align: center;
}

.alignR {
    text-align: right;
}

.alignL {
    text-align: left;
}

.en {
    font-family: Arial, Helvetica, "sans-serif";
    letter-spacing: 0;
}

.t-indent li {
    text-indent: -1em;
    padding-left: 1em;
}

.t-indent li.notice::before {
    content: '※';
}

.t-indent.dots li::before {
    content: '・';
}

.t-indent.count {
    counter-reset: number 0;
}

.t-indent.count li {
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 5px;
}

.t-indent.count li:before {
    counter-increment: number 1;
    content: counter(number) ".";
}

.fs14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
}

.fs16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

.fline {
    text-decoration: underline;
}

/* テーブル
----------------------------------------------- */
table {
    width: 100%;
    border-collapse: collapse;
}

table th, table td {
    border-collapse: collapse;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 1rem;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    border: 1px solid #a4aaae;
}

table th {
    background: #e9ebed;
}

/* input系
----------------------------------------------- */
input, button, textarea, select {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    color: #000000;
    border-radius: 0;
    background: #ffffff;
    line-height: 1;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="search"], textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #a4aaae;
    box-sizing: border-box;
    padding: .7rem 1.4rem;
    background: #ffffff;
}

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #a4aaae;
}

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #a4aaae;
}

input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #a4aaae;
}

input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="number"]::placeholder, input[type="tel"]::placeholder, input[type="search"]::placeholder, textarea::placeholder {
    color: #a4aaae;
}

input[type="text"].error, input[type="password"].error, input[type="email"].error, input[type="number"].error, input[type="tel"].error, input[type="search"].error, textarea.error {
    border: 1px solid #dc0101 !important;
}

input[type="submit"], button {
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    font-size: 14px;
    font-size: 1.4rem;
    border: none;
}

select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #a4aaae;
    padding: 1rem 2rem 1rem 1rem;
    outline: none;
    background: #ffffff url(../img/common/bg_select.png) no-repeat right 1rem center;
    background-size: .7rem;
    font-size: 16px;
    font-size: 1.6rem;
}

select.error {
    border: 1px solid #dc0101 !important;
}

textarea {
    height: 200px;
    line-height: 1.5;
    padding: 1rem;
    font-size: 16px;
    font-size: 1.6rem;
}

label {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
}

label:hover {
    text-decoration: underline;
}

label a {
    text-decoration: underline !important;
}

label a:hover {
    text-decoration: none !important;
}

.wrap_radio input[type="radio"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.wrap_radio label {
    display: flex;
    align-items: center;
    position: relative;
    color: #000000;
}

.wrap_radio label::before, .wrap_radio label::after {
    content: '';
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
    box-sizing: border-box;
    display: block;
}

.wrap_radio label::before {
    position: relative;
    border: 1px solid #009ccf;
    border-radius: 50%;
    background: #ffffff;
    margin-right: .9rem;
    width: 25px;
    height: 25px;
}

.wrap_radio label::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 8px;
    border-radius: 50%;
    width: 9px;
    height: 9px;
}

.wrap_radio label.active::before {
    background: #009ccf;
}

.wrap_radio label.active::after {
    background: #ffffff;
}

ul.wrap_radio {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.wrap_check input[type="checkbox"], .wrap_check input[type="radio"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.wrap_check label {
    display: flex;
    align-items: center;
    position: relative;
}

.wrap_check label::before, .wrap_check label::after {
    content: '';
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.wrap_check label::before {
    background: #a4aaae;
    border-radius: 2px;
    box-sizing: border-box;
    margin-right: .9rem;
    width: 20px;
    height: 20px;
}

.wrap_check label::after {
    position: absolute;
    left: 4px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #a4aaae;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.wrap_check label.active::before {
    background: #009ccf;
}

.wrap_check label.active::after {
    color: #ffffff;
}

.trigger {
    cursor: pointer;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.longbox {
    width: 100%;
}

.box100 {
    width: 100px;
}

.box110 {
    width: 110px;
}

.box145 {
    width: 145px;
}

.box245 {
    width: 245px;
}

.box315 {
    width: 315px;
}

.box324 {
    width: 324px;
}

.box470 {
    width: 470px;
}

/* ボタン
----------------------------------------------- */
.btn_area ul {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.btn_area ul.center {
    display: flex;
    justify-content: center;
    position: relative;
}

.btn_area ul.center .passive_btn {
    position: absolute;
    left: 0;
    top: 0;
}

.btn_area ul li {
    width: 235px;
}

.btn_area ul li.passive_btn {
    width: 110px;
}

.btn a, .btn input, .btn button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.4rem 0;
    box-sizing: border-box;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    line-height: 1;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.btn_01 {
    position: relative;
}

.btn_01 a, .btn_01 input, .btn_01 button {
    background: #dbddde;
}

.btn_01:hover::before {
    position: absolute;
    content: '';
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #dbddde;
}

.btn_01:hover a, .btn_01:hover input, .btn_01:hover button {
    background: #ffffff;
}

.btn_02 a, .btn_02 input, .btn_02 button {
    background: #009ccf;
    color: #ffffff;
}

.btn_02 a:hover, .btn_02 input:hover, .btn_02 button:hover {
    background: #50b9f5;
}

.btn_02 a:active, .btn_02 a:link, .btn_02 a:visited {
    color: #ffffff;
}

.btn_03 a, .btn_03 input, .btn_03 button {
    background: #ffffff;
    color: #009ccf;
    border: 1px solid #a4aaae;
}

.btn_04 a, .btn_04 input, .btn_04 button {
    background: #ffffff;
    color: #59666f;
    border: 1px solid #a4aaae;
}

.btn_04 a:hover, .btn_04 input:hover, .btn_04 button:hover {
    color: #a4aaae;
    border: 1px solid #dbddde;
}

.btn_05 a, .btn_05 input, .btn_05 button {
    background: #dbddde;
    color: #59666f;
}

.btn_05 a:hover, .btn_05 input:hover, .btn_05 button:hover {
    background: #e9ebed;
    color: #a4aaae;
}

.btn_06 a, .btn_06 input, .btn_06 button {
    border: 1px solid #dbddde;
}

.btn_06 a:hover, .btn_06 input:hover, .btn_06 button:hover {
    border: 1px solid #e9ebed;
}

.btn_07 a, .btn_07 input, .btn_07 button {
    background: #ff8208;
    color: #ffffff;
}

.btn_07 a:hover, .btn_07 input:hover, .btn_07 button:hover {
    opacity: .7;
}

.active_btn a, .active_btn input, .active_btn button {
    background: #009ccf;
    border: none;
    color: #ffffff;
}

.active_btn button[disabled] {
  background: #fff;
  border: #59666f solid 1px;
  color: #59666f;
}

.active_btn button[disabled]:hover {
  background: #fff;
  border: #59666f solid 1px;
  color: #59666f;
}

.active_btn button[disabled]::after {
  display: none;
}

.active_btn a:hover, .active_btn input:hover, .active_btn button:hover {
    background: #50b9f5;
}

.active_btn a:active, .active_btn a:link, .active_btn a:visited {
    color: #ffffff;
}

.passive_btn a, .passive_btn input, .passive_btn button {
    padding: 5px 0;
    background: #dbddde;
    color: #59666f;
}

.passive_btn a:hover, .passive_btn input:hover, .passive_btn button:hover {
    background: #e9ebed;
    color: #a4aaae;
}

.btn_prev a, .btn_prev button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_prev a::before, .btn_prev button::before {
    font-size: 20px;
    font-size: 2rem;
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 8px;
    font-weight: bold;
}

.btn_next a, .btn_next button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_next a::after, .btn_next button::after {
    font-size: 20px;
    font-size: 2rem;
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    padding-left: 8px;
}

.btn_close a, .btn_close button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_close a::before, .btn_close button::before {
    font-size: 20px;
    font-size: 2rem;
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 8px;
    font-weight: bold;
}

.page_link {
    font-size: 14px;
    font-size: 1.4rem;
}

.page_link a {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
    position: relative;
}

.page_link a::after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    color: #009ccf;
    text-decoration: none !important;
    position: absolute;
    right: -20px;
}

/* タイトル
----------------------------------------------- */
.main_title {
    text-align: left;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.main_title .sub_title {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    margin-bottom: 10px;
    display: block;
}

.title01 {
    text-align: center;
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: 0;
}

.title02 {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 18px;
    line-height: 1;
    letter-spacing: 0;
}

.title03 {
    text-align: left;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: .075em;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    margin-bottom: 25px;
}

.title03 .sub_title {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-left: 25px;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.title04 {
    background: #e9ebed;
    padding: 15px 18px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.title04 span {
    border-left: #000000 2px solid;
    padding-left: 12px;
    display: block;
}

.title05 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}

.bloc_title01 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    background: #000000;
    padding: 10px 13px;
    line-height: 1;
    color: #ffffff;
}

.bloc_title02 {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}

.border {
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}

/* コンテンツレイアウト
----------------------------------------------- */
#overlay {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    cursor: pointer;
    display: none;
}

.frame_outer {
    width: 100%;
    position: relative;
}

.frame_outer.lower {
    background: #e9ebed;
}

#container {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 70px;
    display: flex;
    justify-content: space-between;
}

#container .side_column {
    width: 25%;
    max-width: 250px;
}

#container .main_column {
    width: 72%;
    max-width: 720px;
}

#container .main_column.one {
    width: 100%;
    max-width: 100%;
}

.block_contents {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px;
}

.undercolumn {
    background: #ffffff;
    padding: 40px 30px;
}

/* ポップアップ
----------------------------------------------- */
#windowcolumn {
    width: 92%;
    margin: 20px auto;
}

#window_area {
    width: 100%;
}

/* 商品一覧並び
----------------------------------------------- */
.item_list_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.item_box {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 45px;
    box-sizing: border-box;
}

.item_box:hover .item_image, .item_box:hover .itemmaker_logo {
    opacity: .7;
}

.item_box:hover .item_name, .item_box:hover .item_comment {
    text-decoration: underline;
}

.item_image {
    margin-bottom: 14px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.item_image img {
    display: block;
    margin: 0 auto;
}

.itemmaker_logo {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.itemmaker_logo img {
    margin: 0 auto;
}

.item_contents {
    margin: 10px 0;
    border-top: 1px solid #a4aaae;
    border-bottom: 1px solid #a4aaae;
    padding: 10px 0;
}

.item_name {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
    letter-spacing: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.item_price {
    text-align: center;
    color: #a4aaae;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
}

.item_price span {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    color: #000000;
}

.item_comment {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

/* ページネーション
----------------------------------------------- */
.pagenation {
    background: #e9ebed;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagenation:not(:last-of-type) {
    margin-bottom: 30px;
}

.pagenation_count {
    margin-left: 5px;
    font-size: 14px;
    font-size: 1.4rem;
}

.pagenation .navi, .pagenation ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagenation .arrow {
    border: 1px solid #a4aaae;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.pagenation .arrow a {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
    color: #59666f;
}

.pagenation .arrow:hover {
    border: 1px solid #dbddde;
}

.pagenation .arrow:hover a {
    color: #a4aaae;
}

.pagenation .arrow a {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

.pagenation .arrow.prev a::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 10px;
    font-weight: bold;
}

.pagenation .arrow.next a::after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    padding-left: 10px;
}

.pagenation ul {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 16px;
    font-size: 1.6rem;
}

.pagenation ul .number {
    margin: 0 14px;
    font-weight: bold;
    position: relative;
}

.pagenation ul .number:not(:first-child):before {
    width: 1px;
    height: 10px;
    content: '';
    display: block;
    position: absolute;
    left: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #a4aaae;
}

.pagenation ul .number.current {
    color: #009ccf;
    font-size: 22px;
    font-size: 2.2rem;
}

.pagenation ul .number:hover a {
    text-decoration: underline;
}

/* パンくず
----------------------------------------------- */
#breadcrumb {
    background: #ffffff;
}

#breadcrumb ol {
    max-width: 1000px;
    padding: 18px 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

#breadcrumb ol li:not(:last-child)::after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 1rem;
    font-weight: bold;
    padding-left: 1.0rem;
    color: #59666f;
}

/* モーダルウィンドウ
----------------------------------------------- */
#modal {
    display: none;
    width: 370px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    z-index: 20;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

#modal.open {
    display: block;
}

#modal_wrap {
    padding: 20px;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
}

#modal_wrap p {
    margin: 50px 0 45px;
}

#modal_wrap #close {
    position: absolute;
    color: #ffffff;
    background: #000000;
    width: 22px;
    height: 20px;
    border-radius: 2px;
    top: 18px;
    right: 20px;
    line-height: 1.25;
}

#about_arrival_notification_modal {
    display: none;
    width: 630px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    z-index: 20;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s ease;
}

#about_arrival_notification_modal.open {
    display: block;
}

#about_arrival_notification_modal_wrap {
    padding: 20px;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
}

#about_arrival_notification_modal_wrap p {
    margin: 40px 0 20px;
}

#about_arrival_notification_modal_wrap .about_arrival_notification_modal_text {
    text-align: left;
    font-size: 14px;
}

#about_arrival_notification_modal_wrap #about_arrival_notification_close {
    position: absolute;
    color: #ffffff;
    background: #000000;
    width: 22px;
    height: 20px;
    border-radius: 2px;
    top: 18px;
    right: 20px;
    line-height: 1.25;
}

/* Slider */
.slick-slider {
    position: relative;
    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;
    outline: none;
}

.slick-list {
    position: relative;
    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 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.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;
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 21px;
    width: 10px;
    line-height: 1;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    bottom: -5px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 10;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    color: #009ccf;
}

.slick-prev::before, .slick-next::before {
    font-size: 20px;
    font-size: 2rem;
    color: #a4aaae;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .8;
}

.slick-prev {
    left: 0;
}

.slick-prev::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
}

.slick-next {
    right: 0;
}

.slick-next::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
}

/* Dots */
.slick-dots {
    padding: 0;
    margin: 15px 0 0;
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: center;
}

.slick-dots li {
    position: relative;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: #a4aaae;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    color: transparent;
    cursor: pointer;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover {
    background: #009ccf;
}

.slick-dots li.slick-active button {
    background: #009ccf;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/
.header {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    position: relative;
}

.header_banner {
    background: #009ccf;
}

.header_banner a {
    display: block;
}

.header_banner a img {
    margin: 0 auto;
}

.header_utility {
    margin-top: 1px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 20px;
}

.header_utility_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.header_wrap {
    width: 100%;
    margin-bottom: 23px;
}

#header_localmenu {
    position: relative;
    margin-top: 46px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#header_localmenu > * {
    width: 80px;
    height: 52px;
    border-right: 1px dotted #b4b4b4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}
#header_localmenu > .header_search { 
    width: auto;
    height: auto;
    border-left: none;
    border-right: none;
    padding: 0;
}
#header_localmenu > .header_search + * {
    border-left: 1px dotted #b4b4b4;
}
#header_localmenu > #header_login_area {
    width: auto;
    padding: 0;
}

#header_localmenu > * a:hover {
    opacity: 0.8;
}
#header_localmenu > * .list_icon,
#header_localmenu > * .list_title {
    width: 100%;
    line-height: 1.2;
    text-align: center;
}
#header_localmenu > * .list_icon i::before {
    font-size: 20px;
}
#header_localmenu > * .list_title {
    margin-top: 6px;
    font-size: 12px;
}

.header_search {
    z-index: 1;
    position: absolute;
    top: -45px;
    right: 0;
    width: 266px;
    height: calc(24px + 2px);
}

.header_search_wrap {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.header_search_wrap .longbox {
    border: 1px solid #d8d8d8;
    border-radius: 30px;
    overflow: hidden;
    height: 24px;
    width: 254px;
    font-size: 1.2rem;
    padding-right: 24px;
}

.header_search_wrap .longbox:hover,
.header_search_wrap .longbox:focus {
    background: rgb(250, 250, 250);
}

.header_search_wrap [type=submit] {
    width: 20px;
    height: 20px;
    background: transparent;
    position: absolute;
    right: 4px;
    top: 2px;
}

.header_search_wrap [type=submit]:hover {
    opacity: 0.8;
}

#header_menu {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    margin: 15px 0 15px;
    width: 100%;
    font-size: 1.3rem;
}

#header_menu > .spacer {
    width: 0;
    height: 0;
    display: none;
}

#header_menu_wrap {
    width: 380px;
    padding-top: 46px;
}

#header_menu ul {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    padding-top: 20px;
}

#header_menu ul li {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header_menu ul li:first-child::after {
    content: '｜';
}

#header_menu ul li a {
    white-space: nowrap;
}

#header_menu ul li:hover a {
    text-decoration: underline;
}

#header_menu_sns .sns_btn {
    width: 32px;
    margin-right: 15px;
}

#header_menu_sns .sns_btn_wrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 12px;
    height: 32px;
}

#cart_bloc_area {
    margin-left: 1px;
    position: relative;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

#cart_bloc_area:hover {
    background: #ffffff;
}


#cart_bloc_area a {
    width: 100%;
}

#cart_bloc_area .cart_bloc_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#cart_bloc_area .cart_icon {
    text-align: center;
}

#cart_bloc_area .cart_bloc_block {
    width: 0;
    height: 0;
    visibility: hidden;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
}

#cart_bloc_area .cart_bloc_block.cart_quantity {
    width: 16px;
    height: 16px;
    background: #ff0f0f;
    border-radius: 16px;
    color: #fff;
    visibility: visible;
    position: absolute;
    top: 1px;
    right: 4px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 16px;
    display: none;
}
#cart_bloc_area .cart_bloc_block.cart_quantity.cart_on {
    display: block;
}

#cart_bloc_area .cart_bloc_block img {
    margin: 0 auto;
}

#header_login_area ul {
    display: flex;
    justify-content: flex-start;
}

#header_login_area ul li {
    width: 80px;
    height: 52px;
    margin-left: 1px;
    border-right: 1px dotted #b4b4b4;
    padding: 5px 0 8px 0;
}
#header_login_area ul li:last-child {
    border-right: none;
}

#header_login_area ul li a {
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}
#header_login_area ul li:hover::before{
    display: none;
}
#header_login_area ul li.btn a {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
}

#sign_area {
    text-align: center;
}

#sign_area #logo_area {
    width: 16.4%;
    max-width: 164px;
    margin: 0 auto;
    padding: 18px 0 13px;
    position: relative;
}

#sign_area #logo_area img {
    margin: 0 auto;
}

#sign_area #site_description {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 14px;
    letter-spacing: 0;
}

#sign_area .catchcopy {
    display: inline-block;
    background: #009ccf;
    padding: 6px 30px;
    color: #ffffff;
    font-size: 13px;
    font-size: 1.3rem;
}

#sign_area .catchcopy span {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}

#sign_area .catchcopy br {
    display: none;
}

#header_menu_sns .signup_btn {
    margin-right: 18px;
    top: -5px;
    position: relative;
}

#header_menu_sns .signup_btn.hide {
    display: none;
}

#header_menu_sns .signup_btn {
    font-size: 1.8rem;
    width: auto;
}

#header_menu_sns .signup_btn a {
    background: #ff8208;
    color: #ffffff;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    padding: .4rem 0.8rem;
    letter-spacing: 0;
}

#header_menu_sns .signup_btn > div {
    padding: .4rem 0.8rem .4rem 0;
    letter-spacing: 0;
    position: relative;
    top: -6px;
}

#header_menu_sns .signup_btn span {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    margin-top: 4px;
}

#header_menu_sns .signup_btn a:hover {
    opacity: .7;
}

#header_navi {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

#header_navi_wrap {
    width: 100%;
    background: #009ccf;
}

#header_navi li {
    width: 16.67%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

#header_navi li:not(:first-child) {
    border-left: 1px solid #ffffff;
}

#header_navi li a {
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
    line-height: 1.1;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    padding: 8px 0;
}

#header_navi li a span {
    width: 12px;
    margin-right: 16px;
}

#header_navi li:hover a {
    background: #50b9f5;
}

#fixed_menu {
    background: #ffffff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
    position: relative;
    z-index: 12;
}

#fixed_menu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}

#fixed_menu.fixed #site_description {
    visibility: hidden;
    width: 0;
    height: 0;
}

#fixed_menu.fixed .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}

#fixed_menu.fixed .header_wrap {
    margin: 15px 0 1px;
}

#fixed_menu.fixed .header_utility {
    margin-top: 5px;
    margin-bottom: 8px;
}

#fixed_menu.fixed .header_utility_wrap {
    justify-content: flex-end;
    position: relative;
    width: 574px;
    flex-wrap: wrap;
}

#fixed_menu.fixed .header_utility_wrap #header_menu {
    position: absolute;
    top: -6px;
    right: 260px;
    height: 32px;
}

#fixed_menu.fixed .header_utility_wrap #header_menu > .spacer {
    display: block;
}

#fixed_menu.fixed._customer_login .header_utility_wrap #header_menu {
    right: 135px;
}

#fixed_menu.fixed .header_utility_wrap #header_menu ul {
    padding-top: 0;
}

#fixed_menu.fixed .header_utility_wrap .sns_btn {
    margin-right: 0;
    margin-left: 15px;
}

#fixed_menu.fixed .header_utility_wrap .sns_btn_wrap {
    position: relative;
    bottom: 6px;
}

#fixed_menu.fixed .header_utility_wrap .signup_btn {
    margin-right: 0;
}

#fixed_menu.fixed .header_utility .signup_btn {
    position: relative;
}

#fixed_menu.fixed .header_utility .cart_bloc_block {
    width: 76px;
    visibility: visible;
    height: auto;
}

#fixed_menu.fixed #cart_bloc_area .cart_bloc_block.cart_quantity {
    width: 16px;
}

#fixed_menu.fixed #sign_area {
    width: 336px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#fixed_menu.fixed #sign_area #logo_area {
    width: 132px;
    margin: 0;
    padding: 0;
}

#fixed_menu.fixed #sign_area .catchcopy {
    width: 200px;
    padding: 8px;
    box-sizing: border-box;
    background: #d9edf3;
    color: #59666f;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0;
}

#fixed_menu.fixed #sign_area .catchcopy br {
    display: block;
}

#fixed_menu.fixed #header_menu {
    justify-content: flex-end;
    margin: 0;
}

#fixed_menu.fixed #header_localmenu {
    margin-top: 0;
}
#fixed_menu.fixed #header_menu_wrap {
    width: auto;
    padding-top: 0;
    padding-left: 100px;
}

#fixed_menu.fixed #header_localmenu .header_search {
    position: relative;
    top: 0;
    margin-right: 30px;
}

.megamenu {
    background: #e9ebed;
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.megamenu_wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 30px 20px 20px;
    box-sizing: border-box;
    position: relative;
    min-height: 400px;
    height: auto;
}

.megamenu_wrap::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 6px 7px;
    border-color: transparent transparent #e9ebed transparent;
    top: -6px;
}

.megamenu_wrap:nth-of-type(1)::before {
    left: calc(41.68% - 7px);
}

.megamenu_wrap:nth-of-type(2)::before {
    left: calc(58.35% - 7px);
}

.megamenu_wrap ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.megamenu_wrap ul li {
    max-width: 220px;
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    margin-top: 40px;
}

.megamenu_wrap ul li:nth-child(4n) {
    margin-right: 0;
}

.megamenu_wrap ul li:hover img {
    opacity: .7;
}

.megamenu_wrap ul li:hover .menu_link {
    text-decoration: underline;
}

.megamenu_wrap ul li img, .megamenu_wrap ul li .menu_link {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.megamenu_wrap ul li .menu_link {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    margin-top: 5px;
    position: relative;
    padding-right: 15px;
}

.megamenu_wrap ul li .menu_link::after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    color: #009ccf;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-size: 1.6rem;
}

#flavor .menu_link {
    margin-bottom: 2.1rem;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 25px;
    right: 0;
    width: 52px;
    height: 52px;
    display: none;
}

#pagetop button {
    background: #ffffff;
    border: 1px solid #dbddde;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    font-size: 35px;
    font-size: 3.5rem;
    color: #a4aaae;
    line-height: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

#pagetop button:hover {
    background: #a4aaae;
    color: #ffffff;
}

#pagetop.stop {
    position: absolute;
}

.follow_us {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 16px 0;
}

.follow_us_wrap {
    background: #dbddde;
    width: 100%;
}

.follow_us .banner {
    width: 236px;
}

.follow_us .sns_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.follow_us .sns_area .sns_link {
    font-size: 32px;
    font-size: 3.2rem;
    color: #949ca3;
    margin-left: 22px;
}

.follow_us .sns_area .sns_link:first-of-type {
    margin-left: 34px;
}

.footer_wrap {
    border-top: 1px solid #a4aaae;
    position: relative;
    background: #ffffff;
}

.footer_logo {
    width: 200px;
    margin: 21px auto 9px;
}

.footer_sitemap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #a4aaae;
    padding-top: 20px;
    margin-bottom: 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

.footer_sitemap .mapbox {
    width: 25%;
    font-size: 14px;
    font-size: 1.4rem;
}

.footer_sitemap .mapbox li {
    margin-bottom: 20px;
}

.footer_sitemap .mapbox li a:hover {
    text-decoration: underline;
}

.footer_guide {
    background: #009ccf;
    padding: 20px 0;
    line-height: 1;
}

.footer_guide ul {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
}

.footer_guide ul a {
    color: #ffffff;
}

.footer_guide ul a:hover {
    text-decoration: underline;
}

#copyright {
    text-align: center;
    background: #000000;
    color: #ffffff;
    padding: 20px 0;
    line-height: 1;
}

/*-------------------------------------------------
SIDE
-------------------------------------------------*/
#search_area {
    background: #009ccf;
    padding: 24px 20px;
    color: #ffffff;
}

#search_area .bloc_title02 {
    margin-bottom: 20px;
}

#search_area .formlist {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

#search_area .formlist dt {
    margin-bottom: 10px;
}

#search_area .formlist select, #search_area .formlist input {
    border: none;
}

#search_area .formlist .searchinput {
    position: relative;
}

#search_area .formlist .searchinput::after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    position: absolute;
    right: 1.0rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #a4aaae;
    font-size: 16px;
    font-size: 1.6rem;
}

#search_area .formlist .searchinput input {
    padding-right: 2.8rem;
}

#search_area .search_btn button {
    padding: 1.0rem 0;
}

#search_area .search_btn button:after {
    color: #009ccf;
}

#search_area .search_btn:hover button {
    padding: 1.0rem 0;
}

#search_area .search_btn:hover button:after {
    color: #50b9f5;
}

#guide_area {
    margin-top: 20px;
}

#guide_area h4 {
    border-bottom: 1px solid #cfd2d7;
}

#guide_area h4:first-child {
    border-top: 1px solid #cfd2d7;
}

#guide_area h4 a {
    display: block;
    position: relative;
    line-height: 1;
    padding: 22px 0;
    font-size: 16px;
    font-size: 1.6rem;
}

#guide_area h4 a::after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    position: absolute;
    right: .5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #009ccf;
    font-size: 16px;
    font-size: 1.6rem;
}

#category_area {
    margin-bottom: 50px;
    font-size: 14px;
    font-size: 1.4rem;
}

#category_tree li .category_title a {
    display: block;
}

#category_tree li.level1 > .category_title {
    font-weight: bold;
    border-bottom: 1px solid #dbddde;
}

#category_tree li.level1 > .category_title a {
    padding: 15px 0;
}

#category_tree li.level1 > ul {
    margin-left: 15px;
    display: none;
}

#category_tree li.level2 > .category_title {
    border-bottom: 1px solid #dbddde;
}

#category_tree li.level2 > .category_title a {
    padding: 15px 0;
}

#category_tree li.level2 > ul {
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #dbddde;
    display: none;
}

#category_tree li.level3 a::before {
    content: '-';
}

#category_tree li.parent > .category_title {
    display: flex;
    justify-content: space-between;
}

#category_tree li.parent > .category_title a {
    width: calc(100% - 35px);
}

#category_tree li.parent .trigger {
    width: 30px;
    position: relative;
}

#category_tree li.parent .trigger::before, #category_tree li.parent .trigger::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background: #000000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

#category_tree li.parent .trigger::before {
    width: 12px;
    height: 3px;
}

#category_tree li.parent .trigger::after {
    width: 3px;
    height: 12px;
}

#category_tree li.parent .trigger.open::after {
    background: transparent;
}

.column_list_box {
    margin-top: 10px;
    background: #ffffff;
    border: 1px solid #e9ebed;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.column_list_box:hover {
    background: #e9ebed;
}

.column_list_box:hover .column_list_title {
    text-decoration: underline;
}

.column_list_box:first-child {
    margin-top: 15px;
}

.column_list_box a {
    display: block;
    padding: 20px 15px;
}

.column_list_title {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 14px;
    border-left: 2px solid #009ccf;
    margin-bottom: 20px;
}

.side_banner {
    margin-bottom: 20px;
}

.side_banner p:nth-child(n+1) {
    margin-top: 20px;
}

#flavor_type_area .bloc_title01, #maker_list_area .bloc_title01 {
    margin-bottom: 24px;
}

#flavor_type_area p a, #maker_list_area p a {
    display: block;
}

#flavor_type_area p a img, #maker_list_area p a img {
    margin: 0 auto;
}

/*-------------------------------------------------
SITE TOP
-------------------------------------------------*/
#mainV {
    width: 100%;
    max-width: 1012px;
    margin: 0 auto;
}

#mainV_wrap {
    overflow: hidden;
    padding: 13px 0;
    width: 100%;
    margin-bottom: 30px;
    background: #e9ebed;
}

#mainV .slick-list {
    overflow: visible;
}

#mainV .slick-slide {
    margin: 0 6px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
    opacity: .7;
}

#mainV .slick-slide.slick-current, #mainV .slick-slide:hover {
    opacity: 1;
}

#main_text01 .message {
    font-size: 14px;
    font-size: 1.4rem;
}

#main_text01 .banner_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 32px;
}

#main_text01 .banner_area .banner_box {
    width: 23%;
    max-width: 230px;
}

#main_text01 .banner_area .banner_box.wide {
    width: 48.4%;
    max-width: 484px;
}

#main_text01 .banner_area a {
    display: block;
}

.bns_guide {
    background: #e9ebed;
    width: 100%;
    padding: 42px 0 60px;
}

.bns_guide.inforamtion_block {
    margin-bottom: 70px;
    padding-bottom: 0;
    background: none;
}

.bns_guide_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bns_guide_box {
    width: 23%;
    max-width: 230px;
}

.bns_guide_box:hover .bns_guide_image {
    opacity: .7;
}

.bns_guide_box:hover .page_link a {
    text-decoration: underline;
}

.bns_guide_box .page_link {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.bns_guide_box .page_link a {
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.bns_guide_image {
    margin-bottom: 10px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

#recommend_area .page_link {
    text-align: center;
}

#recommend_area .page_link a {
    display: inline-block;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
}

#recommend_area .page_link a:hover {
    border-bottom: 1px solid #ffffff;
}

#recommend_area .recommend_block {
    margin-top: 30px;
}

.ranking .page_link {
    text-align: center;
}

.ranking .page_link a {
    display: inline-block;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
}

.ranking .page_link a:hover {
    border-bottom: 1px solid #ffffff;
}

.ranking_block {
    margin-top: 30px;
}

.ranking .item_box {
    width: 20%;
    padding: 0 16px;
    margin-bottom: 0;
}

.ranking .item_box .rank {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Arial, Helvetica, "sans-serif";
    width: 38px;
    margin: 0 auto 12px;
    color: #ffffff;
    background-image: url(../img/bloc/bg_rank.png);
    background-position: right top;
    padding-top: 4px;
}

.ranking .item_box:first-child .rank, .ranking .item_box.rank01 .rank {
    background-position: left top;
    color: #000000;
}

.ranking .item_box:nth-child(2) .rank, .ranking .item_box.rank02 .rank {
    background-position: -38px top;
    color: #000000;
}

.ranking .item_box:nth-child(3) .rank, .ranking .item_box.rank03 .rank {
    background-position: -76px top;
    color: #000000;
}

#customer_voice_area {
    background: #ffffff;
    width: 100%;
    padding: 60px 0 50px;
}

#customer_voice_area .loading {
    width: 30px;
    margin: 0 auto;
}

#customer_voice_area .review_total {
    margin-bottom: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#customer_voice_area .review_total .count {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 7px;
}

#customer_voice_area .review_total .count span {
    font-size: 24px;
    font-size: 2.4rem;
}

#customer_voice_area .review_rank {
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-start;
}

#customer_voice_area .review_rank .rank {
    color: #edbd01;
    margin-right: 25px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
}

#customer_voice_area .review_box {
    margin: 0 13px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

#customer_voice_area .review_box dl {
    display: flex;
    justify-content: space-between;
}

#customer_voice_area .review_box dl dt {
    width: 40.6%;
    max-width: 125px;
}

#customer_voice_area .review_box dl dd {
    width: 57.1%;
    max-width: 176px;
}

#customer_voice_area .review_box:hover dt {
    opacity: .7;
}

#customer_voice_area .review_box:hover dd .review_product_name, #customer_voice_area .review_box:hover dd .review_comment {
    text-decoration: underline;
}

#customer_voice_area .review_title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#customer_voice_area .review_product_name {
    margin-bottom: 10px;
    font-weight: bold;
}

#customer_voice_area .review_comment {
    margin-bottom: 20px;
}

#customer_voice_area #slide_pager {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#customer_voice_area #slide_pager .slick-prev, #customer_voice_area #slide_pager .slick-next {
    position: static;
}

#customer_voice_area #slide_pager .slick-prev {
    order: 1;
    margin-right: 1rem;
}

#customer_voice_area #slide_pager .slick-next {
    order: 3;
    margin-left: 1rem;
}

#customer_voice_area #slide_pager .slick-dots {
    order: 2;
    width: auto;
    margin-top: 0;
}

#customer_voice_area .review_more,
#customer_voice_area .review_point {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#customer_voice_area .review_more .review_inner,
#customer_voice_area .review_point .review_inner {
    position: absolute;
}

#customer_voice_area .review_more .review_inner {
    right: 0;
    top: -70px;
    font-size: 120%;
}

#customer_voice_area .review_more .review_inner a {
    display: inline-block;
    font-weight: bold;
    font-size: 120%;
    padding-right: 20px;
}

#customer_voice_area .review_more .review_inner a::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    position: absolute;
    right: .5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #009ccf;
    font-size: 16px;
    font-size: 1.6rem;
}

#customer_voice_area .review_point .review_inner {
    top: -65px;
    font-size: 120%;
}

#customer_voice_area .review_point .review_inner a {
    text-decoration: underline;
}

.about_us {
    background: #ff7900;
    width: 100%;
    padding: 40px 0 50px;
}

.about_us_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_us_box {
    display: flex;
    width: 32%;
    max-width: 320px;
    text-align: center;
    background: #ffffff;
    align-items: center;
}

.about_us_box:nth-of-type(n + 4) {
    margin-top: 20px;
}

.about_us_box a {
    display: block;
    padding: 10px 15px 20px;
}

.about_us_box .fas {
    font-size: 41px;
    font-size: 4.1rem;
    color: #009ccf;
    margin: 12px 0 20px;
    line-height: 1;
}

.about_us_box .logo {
    width: 122px;
    margin: 0 auto 7px;
}

.about_us_box .page_link::after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    padding-left: 7px;
    color: #009ccf;
}

.about_us_box .discription {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
}

.about_us_image {
    margin-bottom: 15px;
}


.flavor {
    background: #009ccf;
    padding: 40px 0 0;
    margin-bottom: 48px;
    color: #ffffff;
}

.flavor .title03 {
    border-color: #ffffff;
}

.flavor_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flavor_box {
    width: 22%;
    max-width: 220px;
    margin-bottom: 40px;
}

.flavor_box:hover img {
    opacity: .7;
}

.flavor_box:hover .page_link {
    text-decoration: underline;
}

.flavor_box .page_link {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
    margin-top: 10px;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
}

.flavor_box .page_link a {
    color: #ffffff;
}

.flavor_box .page_link a::after {
    color: #ffffff;
}

.flavor_box img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.column_index {
    margin-bottom: 50px;
    position: relative;
}

.column_index .page_link {
    position: absolute;
    right: 20px;
    top: 0;
}

.column_index_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.column_index_box {
    width: 223px;
    padding: 15px;
    box-sizing: border-box;
    background: #e9ebed;
    border: 1px solid #e9ebed;
    margin-left: 25px;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.column_index_box:hover {
    background: #ffffff;
}

.column_index_box:hover .column_index_title {
    text-decoration: underline;
}

.column_index_box:nth-child(3n+1) {
    margin-left: 0;
}

.column_index_box:nth-child(n+4) {
    margin-top: 30px;
}

.column_index_title {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 14px;
    border-left: 2px solid #009ccf;
    margin-bottom: 20px;
}

.faq_wrap {
    margin-bottom: 30px;
}

.faq_wrap h3 {
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
}

.faq_box {
    margin-bottom: 2px;
    border: 2px solid #e9ebed;
}

.faq_box .question {
    background: #e9ebed;
    padding: 18px 40px 18px 18px;
    line-height: 1;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.faq_box .question:hover {
    background: #ffffff;
}

.faq_box .question span {
    color: #a4aaae;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: Arial, Helvetica, "sans-serif";
    margin-right: 16px;
    font-weight: bold;
}

.faq_box .question::before, .faq_box .question::after {
    content: '';
    background: #000000;
    position: absolute;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
}

.faq_box .question::before {
    width: 15px;
    height: 3px;
    right: 22px;
}

.faq_box .question::after {
    width: 3px;
    height: 15px;
    right: 28px;
}

.faq_box .question.active::after {
    opacity: 0;
}

.faq_box .answer {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
}

.faq_box .answer span {
    color: #009ccf;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: Arial, Helvetica, "sans-serif";
    margin-right: 16px;
    font-weight: bold;
}

.faq_box .answer_box {
    padding: 20px 18px;
    font-size: 14px;
    font-size: 1.4rem;
    display: none;
}

.tips {
    background: #a4aaae;
    padding: 50px 0 95px;
}

.tips_box {
    background: #ffffff;
    padding: 20px 25px;
    margin-bottom: 4px;
}

.tips_title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.tips_title:hover {
    color: #59666f;
}

.tips_title::before, .tips_title::after {
    content: '';
    background: #000000;
    position: absolute;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
}

.tips_title::before {
    width: 15px;
    height: 3px;
    right: 0;
}

.tips_title::after {
    width: 3px;
    height: 15px;
    right: 6px;
}

.tips_title.active::after {
    opacity: 0;
}

.tips_explanation {
    border-top: 1px solid #a4aaae;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 20px;
    margin-top: 20px;
    display: none;
}

/*-------------------------------------------------
ITEM LIST・DETAIL
-------------------------------------------------*/
#product .title_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

#product .title_wrap .main_title {
    margin-bottom: 0;
}

#product .title_wrap .linemax {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}

#product .title_wrap .linemax span {
    font-size: 24px;
    font-size: 2.4rem;
}

#product_list_area .item_box {
    padding: 0;
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    margin-bottom: 20px;
}

#product_list_area .item_box:nth-child(4n) {
    margin-right: 0;
}

#product_list_area .item_contents {
    margin: 10px 0;
    padding: 10px 0;
}

#product_list_area .item_name {
    font-size: 14px;
    font-size: 1.4rem;
}

#product_list_area.all .item_box {
    width: 210px;
    margin-right: 14px;
}

#product_list_area.all .item_box:nth-child(3n) {
    margin-right: 0;
}

#free_area {
    margin-bottom: 24px;
}

#free_area .category_banner_area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#free_area .category_banner_area.twocolumn .category_banner_box {
    width: 49%;
}

#free_area .category_banner_area.twocolumn .category_banner_box:nth-child(2n) {
    margin-right: 0;
}

#free_area .category_banner_box {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 16px;
}

#free_area .category_banner_box:hover img {
    opacity: .7;
}

#free_area .category_banner_box:hover .page_link {
    text-decoration: underline;
}

#free_area .category_banner_box:nth-child(4n) {
    margin-right: 0;
}

#free_area .category_banner_box .frame {
    display: block;
    border: 1px solid #e9ebed;
}

#free_area .category_banner_box .page_link {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
    margin-top: 5px;
    letter-spacing: 0;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
}

#free_area .category_banner_box .page_link a {
    display: block;
    padding-right: 15px;
}

#free_area .category_banner_box .page_link a::after {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
}

#free_area .category_banner_box img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.item_detail {
    background: #ffffff;
    padding: 30px 10px;
}

#detailarea {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
}

#detailphoto {
    margin-bottom: 40px;
}

#detailphotobloc {
    width: 42.5%;
    max-width: 280px;
}

#detailrightbloc {
    width: 50%;
    max-width: 330px;
}

#detailrightbloc .status_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#detailrightbloc .status_icon {
    margin-right: 4px;
    background: #e9ebed;
    text-align: center;
    padding: 2px 4px;
    width: auto;
    color: #32434e;
    margin-bottom: 4px;
}

#detailrightbloc .status_icon:last-child {
    margin-right: 0;
}

#detailrightbloc .status_8 {
    background: #ff8208;
    color: #ffffff;
}

#detailrightbloc .item_name {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}

#detailrightbloc .item_base_wrap {
    border-top: 1px solid #a4aaae;
    padding: 16px 0;
}

#detailrightbloc .item_base_wrap:first-of-type {
    border-top: none;
}

#detailrightbloc .item_base_wrap dl {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

#detailrightbloc .item_base_wrap dl + dl {
    margin-top: 5px;
}

#detailrightbloc .item_base_wrap dl dt {
    width: 90px;
}

#detailrightbloc .item_base_wrap dl dd {
    width: 240px;
}

#detailrightbloc .item_base_wrap dl dd a:hover {
    text-decoration: underline;
}

#detailrightbloc .item_base_wrap .normal_price {
    font-size: 14px;
    font-size: 1.4rem;
}

#detailrightbloc .item_base_wrap .normal_price dd {
    text-decoration: line-through;
}

#detailrightbloc .item_base_wrap .sale_price {
    font-size: 14px;
    font-size: 1.4rem;
}

#detailrightbloc .item_base_wrap .sale_price dd {
    color: #a4aaae;
}

#detailrightbloc .item_base_wrap .sale_price dd .en {
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0;
    color: #000000;
}

#detailrightbloc .item_base_wrap .sale_price_inctax dd {
    font-size: 16px;
    font-size: 1.6rem;
}

#detailrightbloc .item_base_wrap .point dd {
    font-size: 16px;
    font-size: 1.6rem;
    color: #009ccf;
    font-weight: bold;
}

#detailrightbloc .maker_url {
    width: 130px;
}

#detailrightbloc .maker_url a {
    display: block;
    background: #dbddde;
    padding: 5px 0;
    color: #59666f;
    text-align: center;
    letter-spacing: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

#detailrightbloc .maker_url a .fas {
    margin-left: 5px;
}

#detailrightbloc .maker_url:hover a {
    background: #e9ebed;
    color: #a4aaae;
}

#detailrightbloc .favorite_wrap {
    width: 100%;
    margin-top: 12px;
}

#detailrightbloc .favorite_btn {
    display: block;
    color: #32434e;
    padding: 1.4rem 0;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #32434e;
    line-height: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

#detailrightbloc .favorite_btn::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 10px;
    font-weight: bold;
}

#detailrightbloc .favorite_btn:hover {
    border: 1px solid #a4aaae;
    color: #a4aaae;
}

#detailrightbloc .favorite_btn_off {
    background: #dbddde;
    border: none;
    line-height: 1;
    color: #32434e;
    display: block;
    padding: 14px 0;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

#detail_cart_area,
#detail_cart_area_2 {
    margin: 40px 0 45px;
    padding: 30px 20px;
    background: #e9ebed;
}

#detail_cart_area .classlist,
#detail_cart_area_2 .classlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 15px;
}

#detail_cart_area .classlist dt,
#detail_cart_area_2 .classlist dt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

#detail_cart_area .classlist + .cartin
#detail_cart_area_2 .classlist + .cartin {
    border-top: 1px solid #ffffff;
    padding-top: 10px;
}

#detail_cart_area .classlist .classcat,
#detail_cart_area_2 .classlist .classcat {
    width: 315px;
}

#detail_cart_area .classlist .classcat dd
#detail_cart_area_2 .classlist .classcat dd {
    position: relative;
}

#detail_cart_area .classlist .classcat dd .flag,
#detail_cart_area_2 .classlist .classcat dd .flag {
    position: absolute;
    background: #dc0101;
    color: #ffffff;
    padding: 2px 10px;
    right: 0;
    top: -50px;
}

#detail_cart_area .classlist .classcat dd .flag::after,
#detail_cart_area_2 .classlist .classcat dd .flag::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 13px 0 0;
    border-color: #dc0101 transparent transparent transparent;
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    right: 13px;
}

#detail_cart_area .classlist .classcat_02,
#detail_cart_area_2 .classlist .classcat_02 {
    position: relative;
}

#detail_cart_area .classlist .classcat_02::before,
#detail_cart_area_2 .classlist .classcat_02::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.7rem;
    position: absolute;
    color: #59666f;
    bottom: 5px;
    left: -22px;
}

#detail_cart_area .classlist .classcat_02.disabled::before,
#detail_cart_area_2 .classlist .classcat_02.disabled::before {
    opacity: .5;
}

#detail_cart_area .classlist .classcat_02.disabled dt, #detail_cart_area .classlist .classcat_02.disabled dd,
#detail_cart_area_2 .classlist .classcat_02.disabled dt, #detail_cart_area_2 .classlist .classcat_02.disabled dd {
    opacity: .5;
}

#detail_cart_area .cartin,
#detail_cart_area_2 .cartin {
    display: flex;
    justify-content: flex-end;
}

#detail_cart_area .cartin_btn a,
#detail_cart_area_2 .cartin_btn a {
    width: 315px;
    margin-left: 30px;
    background: #009ccf;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    padding: 1.8rem 0;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

#detail_cart_area .cartin_btn a::before,
#detail_cart_area_2 .cartin_btn a::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 10px;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.7rem;
}

#detail_cart_area .cartin_btn:hover a
#detail_cart_area_2 .cartin_btn:hover a {
    background: #50b9f5;
}

#detail_cart_area .cartin .quantity dl,
#detail_cart_area_2 .cartin .quantity dl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 15px;
    font-size: 1.5rem;
}

#detail_cart_area .cartin .quantity dl dd,
#detail_cart_area_2 .cartin .quantity dl dd {
    width: 60px;
}

#detail_cart_area .cartin .quantity dl dd input,
#detail_cart_area_2 .cartin .quantity dl dd input {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 14px;
}

#detail_cart_area .cartin .soldout p,
#detail_cart_area_2 .cartin .soldout p {
    width: 315px;
    margin-left: 30px;
    color: #ffffff;
    background: #a4aaae;
    text-align: center;
    line-height: 1;
    padding: 1.8rem 0;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
}

#detail_cart_area .cartin .soldout p::before,
#detail_cart_area_2 .cartin .soldout p::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 10px;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.7rem;
}

#detail_cart_area .cartin .soldout p:hover,
#detail_cart_area_2 .cartin .soldout p:hover {
    cursor: not-allowed;
}

#detail_cart_area .add_arrival_notification,
#detail_cart_area_2 .add_arrival_notification {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

#detail_cart_area .add_arrival_notification_btn a,
#detail_cart_area_2 .add_arrival_notification_btn a {
    width: 170px;
    margin-left: 30px;
    background: #5b666e;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    padding: 1.8rem 0;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s ease;
}

#detail_cart_area .add_arrival_notification_btn a::before,
#detail_cart_area_2 .add_arrival_notification_btn a::before {
    font-family: Font Awesome\ 5 Free;
    content: "\f0e0";
    padding-right: 10px;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
}

#detail_cart_area .add_arrival_notification_btn:hover a
#detail_cart_area_2 .add_arrival_notification_btn:hover a {
    background: #50b9f5;
}

#detail_cart_area .about_arrival_notification,
#detail_cart_area_2 .about_arrival_notification {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

#detail_cart_area .about_arrival_notification_btn a,
#detail_cart_area_2 .about_arrival_notification_btn a {
    text-decoration: underline;
}

#main_comment {
    margin: 0 20px 50px;
    font-size: 14px;
    font-size: 1.4rem;
}

#review_area {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 20px;
}

#review_area h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
}

#review_area .title_wrap h3 {
    border: none;
    margin: 0;
    padding: 0;
}

#review_area .review_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

#review_area .review_btn {
    width: 320px;
}

#review_area .review_btn.btn a {
    font-size: 16px;
    font-size: 1.6rem;
}

#review_area .review_btn.btn a::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 10px;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
}

#review_area .review_point {
    width: 485px;
    margin: 0 auto 36px;
    border: 1px solid #a4aaae;
    box-sizing: border-box;
    padding: 14px;
}

#review_area .review_point .fas {
    color: #009ccf;
    font-size: 32px;
    font-size: 3.2rem;
}

#review_area .review_point .title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 5px 0 10px;
}

#review_area .review_point .title::after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    font-size: 19px;
    font-size: 1.9rem;
    padding-left: 5px;
    color: #009ccf;
}

#review_area .review_sort {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

#review_area .review_sort select {
    width: 210px;
    margin-left: 16px;
}

#review_area .review_box {
    border-top: 1px solid #a4aaae;
    padding: 20px 0;
    margin-right: 15px;
}

#review_area .review_box_area {
    height: 500px;
    overflow: auto;
}

#review_area .review_box .recommend_level {
    color: #ebbd00;
}

#review_area .review_base {
    display: flex;
    justify-content: space-between;
}

#review_area .review_date {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 10px;
    color: #59666f;
    letter-spacing: 0;
}

#review_area .review_comment {
    margin: 10px 0;
}

#review_area .review_user {
    color: #59666f;
}

#relative_cate_area {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 20px;
}

#relative_cate_area h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
}

#relative_cate_area .title_wrap h3 {
    border: none;
    margin: 0;
    padding: 0;
}

#relative_cate_area .relative_cate {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.recommend99 {
    margin: 30px 0;
    background: #ffffff;
    padding: 30px;
}

.recommend99 h2 {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
}

.recommend99 .slide_pager {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recommend99 .slide_pager .slick-prev, .recommend99 .slide_pager .slick-next {
    position: static;
}

.recommend99 .slide_pager .slick-prev {
    order: 1;
    margin-right: 1rem;
}

.recommend99 .slide_pager .slick-next {
    order: 3;
    margin-left: 1rem;
}

.recommend99 .slide_pager .slick-dots {
    order: 2;
    width: auto;
    margin-top: 0;
}

.recommend99 .item_box {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 0;
    box-sizing: border-box;
}

.recommend99 .item_box:hover .item_image {
    opacity: .7;
}

.recommend99 .item_box:hover .item_name {
    text-decoration: underline;
}

.recommend99 .item_image {
    margin-bottom: 14px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.recommend99 .item_contents {
    border: none;
    padding: 0;
    margin: 10px 0 0;
}

.recommend99 .item_name {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
    letter-spacing: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.recommend99 .item_price {
    text-align: center;
    color: #a4aaae;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
}

.recommend99 .item_price span {
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    color: #000000;
}

/*-------------------------------------------------
SHOPPING
-------------------------------------------------*/
/* カート
******************************/
#shopping .title_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}

#shopping .title_wrap .main_title {
    margin-bottom: 0;
}

#shopping .title_wrap p {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 24px;
}

#shopping .title_wrap .free_rule {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 16px;
    font-size: 1.6rem;
}

.point_announce {
    background: #e9ebed;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
}

.point_announce span {
    font-size: 16px;
    font-size: 1.6rem;
}

.cartin_list_area table {
    margin-bottom: 10px;
}

.cartin_list_area table th {
    font-size: 12px;
    font-size: 1.2rem;
    color: #59666f;
    padding: 5px 0;
}

.cartin_list_area table td {
    padding: 5px 10px;
}

.cartin_list_area .item_name {
    font-size: 14px;
    font-size: 1.4rem;
}

.cartin_list_area .classcategroy {
    font-size: 12px;
    font-size: 1.2rem;
}

.cartin_list_area .price, .cartin_list_area .quantity {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
}

.cartin_list_area .delete_btn a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 0;
}

.cartin_list_area .btn_area {
    display: flex;
    justify-content: space-between;
}

.cartin_list_area .btn_area .btn_prev {
    width: 110px;
    margin-bottom: 10px;
}

.cartin_list_area .btn_area p {
    font-size: 14px;
    font-size: 1.4rem;
}

.cartin_list_area .total_wrap {
    width: 315px;
    padding: 0 10px 10px;
    box-sizing: border-box;
    background: #e9ebed;
    font-size: 14px;
    font-size: 1.4rem;
}

.cartin_list_area .total_wrap dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #a4aaae;
    padding: 10px 0;
}

.cartin_list_area .total_wrap dl:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.cartin_list_area .total_wrap dl .price {
    font-size: 22px;
    font-size: 2.2rem;
}

.cartin_list_area .total_wrap dl dt {
    width: 58%;
}

.cartin_list_area .total_wrap dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    width: 40%;
    text-align: right;
}

.cartin_list_area.confirm {
    margin: 48px 0 40px;
}

.usd_exchange {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    padding: 6px 8px;
}

.usd_exchange a {
    background: #ff8208;
    color: #fff;
    padding: 4px 6px;
    font-size: 1.4rem;
    font-weight: bold;
}

#quantity_level {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-size: 1.8rem;
}

#quantity_level li {
    margin: 0 5px;
}

#quantity_level li a {
    color: #59666f;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

#quantity_level li a:hover {
    color: #a4aaae;
}

/* 購入ページ
******************************/
#address_area {
    display: flex;
    justify-content: space-between;
}

#address_area .addbtn_area {
    width: 235px;
}

#address_area .addbtn_area .fas {
    padding-right: 10px;
}

.deliv_box {
    border-bottom: 1px solid #dbddde;
    padding: 16px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.deliv_box:first-of-type {
    border-top: 1px solid #dbddde;
}

.deliv_box .adress {
    width: 470px;
}

.deliv_box .adress_status {
    margin-left: 10px;
    width: 205px;
}

.deliv_box .adress_wrap {
    display: flex;
    justify-content: flex-start;
}

.deliv_box .edit {
    width: 235px;
    display: flex;
    justify-content: center;
}

.deliv_box .edit li {
    margin: 0 8px;
}

.deliv_box .edit li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 4px 16px;
    background: #dbddde;
    color: #59666f;
    text-align: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.deliv_box .edit li:hover a {
    background: #e9ebed;
    color: #a4aaae;
}

.opation_box {
    border-bottom: 1px solid #dbddde;
    padding: 16px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.opation_box label::before {
    margin-right: 20px;
}

.card_brand_logo {
    position: absolute;
    right: 0;
}

.pay_area, .pay_area02 {
    margin-bottom: 55px;
    font-size: 14px;
    font-size: 1.4rem;
}

.pay_area {
    position: relative;
}

.pay_area .link_paypal {
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
}

.pay_area .link_paypal a {
    background: #ff8208;
    color: #fff;
}

.pay_area02 .title05 {
    margin-bottom: 15px;
}

.pay_area02 .opation_box:first-of-type {
    border-top: 1px solid #dbddde;
}

.point_option label {
    width: 235px;
}

.total_area.confirm {
    display: flex;
    justify-content: flex-end;
}

.total_area.confirm dl:last-of-type {
    margin-bottom: 0;
    padding: 10px 0;
}

/*-------------------------------------------------
FORM(ENTRY & CONTACT)
-------------------------------------------------*/
/* フロー
******************************/
#flow_area {
    margin-bottom: 30px;
}

#flow_area .flow_block {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

#flow_area .flow_block li {
    width: calc(100% / 3);
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
    color: #000000;
    line-height: 1;
    height: 58px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #dbddde;
    position: relative;
    padding-left: 15px;
}

#flow_area .flow_block li:not(:last-child)::before, #flow_area .flow_block li:not(:last-child)::after {
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
}

#flow_area .flow_block li:not(:last-child)::before {
    border-width: 43px 0 43px 16px;
    border-color: transparent transparent transparent #ffffff;
    right: -16px;
}

#flow_area .flow_block li:not(:last-child)::after {
    border-width: 29px 0 29px 10px;
    border-color: transparent transparent transparent #dbddde;
    right: -10px;
}

#flow_area .flow_block li span {
    font-weight: bold;
    font-family: Arial, Helvetica, "sans-serif";
    margin-bottom: 8px;
}

#flow_area .flow_block li.current {
    color: #ffffff;
    background: #000000;
}

#flow_area .flow_block li.current::after {
    border-color: transparent transparent transparent #000000;
}

/* お問い合わせ・会員登録などのフォーム系
********************************************/
.information {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.form_wrap input[type="text"], .form_wrap input[type="password"], .form_wrap input[type="email"], .form_wrap input[type="number"], .form_wrap input[type="tel"], .form_wrap textarea {
    border-radius: 5px;
    background: #fffad7;
}

.form_wrap table tr {
    border-top: 1px solid #a4aaae;
}

.form_wrap table th {
    letter-spacing: 0;
    position: relative;
}

.form_wrap table td.error {
    background: #ffe4e4;
}

.form_wrap table td .attention {
    font-size: 12px;
    font-size: 1.2rem;
}

.form_wrap > dl dt, .form_wrap > dl dd {
    box-sizing: border-box;
    padding: 1rem;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
}

.form_wrap > dl dt {
    background: #e9ebed;
    position: relative;
    letter-spacing: 0;
}

.form_wrap > dl dd {
    color: #a4aaae;
}

.form_wrap > dl dd.error {
    background: #ffe4e4;
}

.form_wrap > dl dd .attention {
    font-size: 12px;
    font-size: 1.2rem;
}

@media screen and (max-width: 639px) {
    .form_wrap > dl dt br {
        display: none;
    }
    .form_wrap > dl dd .input_wrap p {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 640px) {
    .form_wrap > dl {
        display: flex;
        justify-content: space-between;
        width: 100%;
        border: 1px solid #a4aaae;
    }
    .form_wrap > dl:not(:last-of-type) {
        border-bottom: none;
    }
    .form_wrap > dl dt {
        width: 33.5%;
        border-right: 1px solid #a4aaae;
    }
    .form_wrap > dl dd {
        width: 66.5%;
    }
}

.form_wrap .hissu {
    background: #dc0101;
    color: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 4px 8px;
    display: block;
    width: 40px;
    text-align: center;
}

.form_wrap .input_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.form_wrap .zip_btn {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0 0;
}

.form_wrap .zip_btn a {
    width: 145px;
    font-size: 14px;
    font-size: 1.4rem;
}

.form_wrap .zipcode {
    width: 158px;
    margin-left: 16px;
}

.form_wrap .zipcode a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #ffffff;
    background: #a4aaae;
    padding: 6px 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.form_wrap .zipcode:hover a {
    background: #dbddde;
}

.form_wrap .deliv_check {
    margin: 20px 0;
}

.form_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* 会員登録
******************************/
#entry textarea {
    height: 500px;
    font-size: 14px;
    font-size: 1.4rem;
}

/* 完了ページ
******************************/
#completebox {
    font-size: 14px;
    font-size: 1.4rem;
}

#completebox .message {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
    color: #ff8208;
    font-weight: bold;
}

#completebox .shop_information {
    border-top: 1px solid #a4aaae;
    margin-top: 40px;
    padding-top: 20px;
}

/*-------------------------------------------------
MYPAGE
-------------------------------------------------*/
/* ログインページ
********************************************/
.login_area .title04 {
    margin-bottom: 30px;
}

.login_area .select_title {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
}

.login_area .select_title::before {
    color: #009ccf;
}

.login_area .select_title.entry::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 10px;
    font-weight: bold;
}

.login_area .select_title.shopping::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 10px;
    font-weight: bold;
}

.login_area p {
    font-size: 14px;
    font-size: 1.4rem;
}

.login_area p a {
    text-decoration: underline;
}

.login_area p a:hover {
    text-decoration: none;
}

.login_block {
    width: 51.1%;
    max-width: 480px;
    margin: 0 auto 20px;
}

.login_form {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.login_form dt {
    margin-bottom: 5px;
}

.login_form dd input {
    border-radius: 5px;
}

.login_wrap {
    display: flex;
    justify-content: space-between;
}

.login_box {
    width: 44.5%;
    max-width: 420px;
}

/* マイページ
********************************************/
#mypage {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
}

#mypage .main_title {
    margin-bottom: 35px;
}

#mypage .account_rank {
    width: 740px;
    box-sizing: border-box;
    padding: 4px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e9ebed;
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    right: 30px;
    top: 40px;
}

#mypage .account_rank p {
    width: calc(100% / 3);
}

#mypage .account_rank p:last-of-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mypage .account_rank .tip {
    background: #59666f;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    padding: 4px 8px;
    margin-right: 25px;
    position: relative;
}

#mypage .account_rank .tip::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 10px;
    border-color: transparent transparent transparent #59666f;
    position: absolute;
    content: '';
    display: block;
    right: -10px;
    top: 0;
}

#mypage_area .item_count {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

#mypage_area .item_count span {
    font-size: 20px;
    font-size: 2rem;
}

#mypage_area .title_wrap {
    position: relative;
}

#mypage_area .title_wrap .order_status {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: flex;
    justify-content: flex-end;
}

#mypage_area .title_wrap .order_status p {
    margin-left: 10px;
}

#mypage .btn_refusal button::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 1rem;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    vertical-align: middle;
}

.mynavi_list {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
}

.mynavi_list li {
    width: calc(100% / 5);
    position: relative;
}

.mynavi_list li:not(:first-of-type)::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #dbddde;
    content: '';
    display: block;
}

.mynavi_list li a {
    display: block;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.mynavi_list li a.selected, .mynavi_list li a:hover {
    background: #000000;
    color: #ffffff;
}

.my_list_area {
    margin-bottom: 40px;
}

.my_list_area table {
    margin-bottom: 10px;
}

.my_list_area table th {
    font-size: 12px;
    font-size: 1.2rem;
    color: #59666f;
    padding: 5px 0;
}

.my_list_area table td {
    padding: 5px 10px;
}

.my_list_area .item_name {
    font-size: 14px;
    font-size: 1.4rem;
}

.my_list_area .classcategroy {
    font-size: 12px;
    font-size: 1.2rem;
}

.my_list_area .price, .my_list_area .quantity {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
}

.my_list_area .total_wrap {
    display: flex;
    justify-content: flex-end;
}

.my_list_area .total_area {
    width: 315px;
    padding: 0 10px 10px;
    box-sizing: border-box;
    background: #e9ebed;
    font-size: 14px;
    font-size: 1.4rem;
}

.my_list_area .total_area dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #a4aaae;
    padding: 10px 0;
}

.my_list_area .total_area dl:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.my_list_area .total_area dl .price {
    font-size: 22px;
    font-size: 2.2rem;
}

.my_list_area .total_area dl dt {
    width: 58%;
}

.my_list_area .total_area dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    width: 40%;
    text-align: right;
}

.mycondition_area {
    margin-bottom: 55px;
}

.mycondition_area .title05 {
    margin-bottom: 15px;
}

/*-------------------------------------------------
静的ページ
-------------------------------------------------*/
/*共通
********************************************/
#column_main {
    display: flex;
    justify-content: space-between;
    background: white;
    background: linear-gradient(to bottom, white 37%, #dbddde 100%);
}

#column_main .title_wrap, #column_main .columnv {
    width: 50%;
}

#column_main .title_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 30px;
}

#column_main .title_wrap h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
}

#column_main .title_wrap p {
    line-height: 2;
    font-size: 14px;
    font-size: 1.4rem;
}

.column_menu.box2 li {
    width: calc((100% - 20px)/2);
}

.column_menu.box3 li {
    width: calc((100% - 30px)/3);
}

.column_menu.box4 li {
    width: calc((100% - 24px)/4);
}

.column_menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.column_menu ul li {
    background: #ffffff;
}

.column_menu ul li a {
    text-align: center;
    padding: 16px 0;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
}

.column_menu ul li a::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #a4aaae transparent transparent transparent;
    content: '';
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
    margin: 5px auto 0;
}

.column_menu ul li:hover p {
    text-decoration: underline;
}

.column_menu ul li:hover a::after {
    border-color: #000000 transparent transparent transparent;
}

.column_wrap {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 30px 0;
}

.column_wrap:first-of-type {
    margin-top: 0;
}

.column_wrap:last-of-type {
    margin-bottom: 0;
}

.column_wrap .title04 {
    margin-bottom: 20px;
}

.column_wrap .title05 {
    margin: 30px 0;
}

.column_wrap > p {
    margin: 30px 0;
}

.column_wrap p {
    line-height: 2;
}

.column_wrap p a {
    text-decoration: underline;
}

.column_wrap p a:hover {
    text-decoration: none;
}

.column_wrap p .mini {
    display: block;
    line-height: 1.5;
}

.column_wrap p .insta {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
}

.column_wrap p .insta .fa-instagram {
    font-size: 30px;
    font-size: 3rem;
    margin-right: 15px;
    color: #c8103f;
}

.column_wrap .banner {
    margin-top: 35px;
}

.column_wrap .banner:not(:last-of-type) {
    margin-bottom: 35px;
}

.column_flex {
    display: flex;
    justify-content: space-between;
    margin: 35px 0;
}

.column_contents {
    box-sizing: border-box;
}

.column_contents.right img {
    margin-left: auto;
}

.column_contents .contents_title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.column_1 {
    width: 25%;
}

.column_2 {
    width: 50%;
}

.column_3 {
    width: 75%;
}

.column_4 {
    width: 100%;
}

.back_menu {
    width: 160px;
    margin-left: auto;
}

.back_menu a {
    padding: 1.4rem 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    display: block;
    background: #e9ebed;
    color: #59666f;
}

.back_menu a::after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    padding-left: 5px;
}

.back_menu a:hover {
    color: #a4aaae;
    background: rgba(233, 235, 237, .8);
}

#whitebase p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0;
}

/* 特定商取引に関する法律に基づく表記
   VAPE(ベイプ)通販専門店ヘルシーサポートについて
********************************************/
#order th, #order td, #abouts th, #abouts td {
    font-size: 16px;
    font-size: 1.6rem;
}

#abouts #maps {
    width: 100%;
}

/*ご利用案内・プライバシーポリシー
********************************************/
#guide .guide_area, #privacy .guide_area {
    margin-bottom: 40px;
}

#guide .guide_area .title04, #privacy .guide_area .title04 {
    margin-bottom: 24px;
}

#guide .guide_area p, #guide .guide_area li, #privacy .guide_area p, #privacy .guide_area li {
    line-height: 2;
}

#privacy {
    font-size: 16px;
    font-size: 1.6rem;
}

#privacy .guide_area li:not(:last-child) {
    margin-bottom: 8px;
}

#guide {
    font-size: 14px;
    font-size: 1.4rem;
}

#guide_menu {
    margin: 40px 0;
}

#guide_menu ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#guide_menu ul li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 15px;
    border: 1px solid #a4aaae;
    margin-left: 20px;
}

#guide_menu ul li:nth-child(2n+1) {
    margin-left: 0;
}

#guide_menu ul li p {
    text-align: left;
    line-height: 1.2;
}

#guide_menu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    height: 50px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
}

#guide_menu ul li a::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #a4aaae transparent transparent transparent;
    content: '';
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
    margin: 0;
}

#guide_menu ul li:hover p {
    text-decoration: underline;
}

#guide_menu ul li:hover a::after {
    border-color: #000000 transparent transparent transparent;
}

#guide .title05 {
    margin-bottom: 20px;
}

#guide table {
    margin-bottom: 32px;
}

#guide table th, #guide table td {
    font-size: 16px;
    font-size: 1.6rem;
}

#guide table td a {
    text-decoration: underline;
}

#guide table td a:hover {
    text-decoration: none;
}

#guide .fee_table {
    margin-bottom: 0;
}

#guide .fee_table tr:last-of-type td {
    border-bottom: none;
}

#guide .fee_table td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: .5rem;
    text-align: center;
}

/*電子タバコ 用語辞典・サイトマップ
********************************************/
#sitemap_menu {
    margin: 40px 0;
}

#sitemap_menu ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#sitemap_menu ul li {
    width: calc((100% - 30px) / 3);
    margin-bottom: 15px;
    border: 3px solid #009ccf;
    margin-left: 15px;
}

#sitemap_menu ul li:nth-child(3n+1) {
    margin-left: 0;
}

#sitemap_menu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    height: 70px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
}

#sitemap_menu ul li a::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #a4aaae transparent transparent transparent;
    content: '';
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

#sitemap_menu ul li:hover p {
    text-decoration: underline;
}

#sitemap_menu ul li:hover a::after {
    border-color: #000000 transparent transparent transparent;
}

#sitemap .title04 {
    margin-bottom: 10px;
}

#sitemap .sitemap_block {
    margin-bottom: 50px;
}

#sitemap .sitemap_block .twocolumn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sitemap .sitemap_block .twocolumn li {
    width: 47%;
}

#sitemap .sitemap_block .twocolumn li a {
    padding: 10px 10px 10px 0;
}

#sitemap .sitemap_block li {
    border-bottom: 1px solid #dbddde;
}

#sitemap .sitemap_block li a {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    padding: 15px 40px 15px 0;
    display: block;
}

#sitemap .sitemap_block li a span {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    margin-top: 5px;
}

#sitemap .sitemap_block li a::after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    color: #009ccf;
    font-size: 20px;
    font-size: 2rem;
}

#jiten, #column {
    font-size: 16px;
    font-size: 1.6rem;
}

#jiten img, #column img {
    display: block;
    margin: 0 auto;
}

#jiten .btn_05, #jiten .btn_07, #column .btn_05, #column .btn_07 {
    width: 202px;
    margin: 0 auto 20px;
}

#jiten .btn_05.right, #jiten .btn_07.right, #column .btn_05.right, #column .btn_07.right {
    margin: 0 0 20px auto;
}

#jiten .btn_05 a, #jiten .btn_07 a, #column .btn_05 a, #column .btn_07 a {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

#jiten .btn_area, #column .btn_area {
    margin-bottom: 50px;
}

#jiten .btn_area .btn a, #column .btn_area .btn a {
    border: 1px solid #a4aaae;
}

#jiten .btn_area .btn a:hover, #column .btn_area .btn a:hover {
    border: 1px solid #dbddde;
}

#jiten .btn_area .btn a::before, #jiten .btn_area .btn a::after, #column .btn_area .btn a::before, #column .btn_area .btn a::after {
    color: #009ccf;
}

/*コラムページ
********************************************/
#column .main_title {
    line-height: 1.2;
    margin-bottom: 8px;
}

#column .btn_05.right {
    margin: 15px 0 20px auto;
}

.column_box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dbddde;
    padding: 30px 0;
}

.column_box:first-of-type {
    border-top: 1px solid #dbddde;
}

.column_box:hover .column_photo {
    opacity: .7;
}

.column_box:hover .column_title, .column_box:hover .column_comment {
    text-decoration: underline;
}

.column_photo {
    width: 30.3%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.column_text {
    width: 66.7%;
}

.column_label {
    display: inline-block;
    background: #dbddde;
    color: #59666f;
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
}
.column_date {
    /* display: inline-block; */
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
    /* margin-left: 370px; */
    text-align: right;
    top: -20px;
    position: relative;
}
.column_title {
    border-left: 2px solid #009ccf;
    padding-left: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px 0;
}

.column_comment {
    font-size: 14px;
    font-size: 1.4rem;
}

.column_detail {
    line-height: 2;
    margin-bottom: 30px;
}

.column_detail .page_index {
    background: #dbddde;
    padding: 15px;
}

.column_detail .page_index > p {
    font-weight: bold;
    margin: 0;
}

.column_detail .page_index > ul {
    font-size: 0.8em;
}

.column_detail .page_index ul {
    padding-left: 20px;
    margin-bottom: 0.3em;
}

.column_detail .page_index > ul li {
    list-style: decimal outside;
}

.column_detail .page_index > ul li a:hover {
    text-decoration: underline;
}

.column_detail h2 {
    background: #e9ebed;
    padding: 15px;
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.column_detail h2::before {
    background: #000000;
    width: 2px;
    height: 25px;
    content: '';
    margin-right: 15px;
}

.column_detail h3 {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.column_detail p {
    margin: 20px 0;
}

.column_writer {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.column_writer > .user {
    width: 260px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.column_writer > .data {
    width: calc(100% - 260px);
    padding-left: 20px;
    border-left: 2px dashed #EAEDF3;
}
.column_writer > .user .user_wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.column_writer > .user .balloon {
    background: #eaedf3;
    display: inline-block;
    padding: 10px;
    border-radius: 20px;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}
.column_writer > .user .balloon span {
    position: relative;
    z-index: 2;
}
.column_writer > .user .balloon::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 30px;
    background: #eaedf3;
    position: absolute;
    bottom: -36%;
    left: 25%;
    transform: skew(45deg, 0deg) rotate(129deg);
    z-index: 1;
}
.column_writer > .user .icon img {
    border: 6px solid #dfe2e9;
    border-radius: 100%;
    overflow: hidden;
    width: 97px;
    height: 97px;
}
.column_writer > .user .name {
    color: #0080ae;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}
.column_writer > .data .social {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.column_writer > .data .social li {
    width: 60px;
}
.column_writer > .data .social li:nth-of-type(n + 2) {
    margin-left: 18px;
}
.column_writer > .data .social img {
    width: 100%;
}

/*よくある質問
********************************************/
#faq dd {
    font-size: 16px;
    font-size: 1.6rem;
}

/*人気ランキング
********************************************/
#ranking {
    font-size: 16px;
    font-size: 1.6rem;
}

#ranking_menu {
    margin: 0 0 40px;
}

#ranking_menu ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#ranking_menu ul li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 15px;
    border: 1px solid #a4aaae;
    margin-left: 20px;
}

#ranking_menu ul li:nth-child(2n+1) {
    margin-left: 0;
}

#ranking_menu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
}

#ranking_menu ul li a::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #a4aaae transparent transparent transparent;
    content: '';
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
    margin: 5px auto 0;
}

#ranking_menu ul li a .rank_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ranking_menu ul li a .rank_num {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Arial, Helvetica, "sans-serif";
    width: 38px;
    background-image: url(../img/bloc/bg_rank.png);
    background-position: right top;
    padding-top: 4px;
    margin-right: 18px;
    color: #ffffff;
    line-height: 24px;
}

#ranking_menu ul li a .rank1, #ranking_menu ul li a .rank2, #ranking_menu ul li a .rank3 {
    color: #000000;
}

#ranking_menu ul li a .rank1 {
    background-position: left top;
}

#ranking_menu ul li a .rank2 {
    background-position: -38px top;
}

#ranking_menu ul li a .rank3 {
    background-position: -76px top;
}

#ranking_menu ul li a .rank_item_name {
    margin-left: 18px;
    line-height: 1.3;
    letter-spacing: 0;
}

#ranking_menu ul li:hover a::after {
    border-color: #000000 transparent transparent transparent;
}

#ranking_menu ul li:hover a .rank_item_name {
    text-decoration: underline;
}

#ranking p {
    line-height: 2;
}

#ranking .ranking_area:not(:last-of-type) {
    margin-bottom: 60px;
}

#ranking .ranking_image {
    margin-bottom: 20px;
}

#ranking .ranking_comments {
    background: #e9ebed;
    padding: 25px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 32px;
}

#ranking .kuchikomi_area {
    margin: 0 0 30px;
}

#ranking .kuchikomi_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

#ranking .kuchikomi_block:first-of-type {
    margin-top: 20px;
}

#ranking .kuchikomi_block::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    color: #757b9d;
    font-size: 35px;
    font-size: 3.5rem;
    width: 3.0rem;
}

#ranking .kuchikomi_block p {
    border: 5px solid #dbddde;
    box-sizing: border-box;
    padding: 10px 30px;
    width: calc(100% - 5rem);
    position: relative;
    letter-spacing: 0;
}

#ranking .kuchikomi_block p::before, #ranking .kuchikomi_block p::after {
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    display: block;
    position: absolute;
}

#ranking .kuchikomi_block p::before {
    border-width: 0 2rem 2rem 0;
    border-color: transparent #dbddde transparent transparent;
    left: -2rem;
    top: 15px;
    z-index: 1;
}

#ranking .kuchikomi_block p::after {
    border-width: 0 1rem 1rem 0;
    border-color: transparent #ffffff transparent transparent;
    left: -1rem;
    top: 19px;
    z-index: 2;
}

/*初めての方へ
********************************************/
#first_menu {
    position: relative;
    margin-top: 85px;
}

#first_menu ul {
    position: absolute;
    left: 0;
    right: 0;
    top: -155px;
}

#first_menu ul li {
    border: 1px solid #a4aaae;
}

.column_wrap .merit dl {
    background: #e9ebed;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column_wrap .merit dl:not(:last-of-type) {
    margin-bottom: 10px;
}

.column_wrap .merit dl dt, .column_wrap .merit dl dd {
    box-sizing: border-box;
    letter-spacing: 0;
}

.column_wrap .merit dl dt {
    padding: 20px 10px 20px 16px;
    width: 28.5%;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}

.column_wrap .merit dl dd {
    padding: 20px 16px 20px 0;
    width: 72.5%;
}

.column_wrap .maker_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 16px;
}

.column_wrap .maker_list ul li {
    margin-bottom: 6px;
}

.column_wrap .maker_list ul li a {
    display: block;
}

.column_wrap .message {
    background: #e9ebed;
    padding: 40px 36px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 40px;
}

#notice {
    font-size: 12px;
    font-size: 1.2rem;
}

/*電子タバコの使い方
********************************************/
#howto_menu {
    position: relative;
    margin-top: 85px;
}

#howto_menu ul {
    position: absolute;
    left: 0;
    right: 0;
    top: -155px;
}

#howto_menu ul li {
    border: 1px solid #a4aaae;
}

#howto #column03 li {
    border: 1px solid #a4aaae;
    height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#howto #column03 li a {
    padding: 0;
}

#howto #column03 li a::after {
    margin-top: 5px;
}

#howto #column03 li a p {
    line-height: 1.3;
    letter-spacing: 0;
    margin-top: 5px;
}

#howto #column03 li a p span {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
}

#howto #column03 li a img {
    display: block;
    margin: 0 auto;
}

#howto .nicotinesolt {
    background: #e9ebed;
    padding: 20px;
}

#howto .nicotinesolt p {
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
}

#howto .howto_flex {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

#howto .howto_box {
    width: calc((100% - 30px) / 3);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#howto .howto_box p {
    line-height: 1.5;
    margin-bottom: 10px;
}

#howto .howto_image {
    width: 560px;
    margin: 30px auto;
}

#howto #howto02 .howto_flex {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 70px;
}

#howto #howto02 .howto_box:nth-child(2) {
    position: relative;
}

#howto #howto02 .howto_box:nth-child(2) ul {
    position: absolute;
    left: 0;
    top: 100%;
}

#howto .btn_04 a::before {
    color: #009ccf;
}

#howto .btn_04:hover a::before {
    opacity: .8;
}

/*リキッドメーカーのご紹介
********************************************/
#liquid_menu li {
    border: 3px solid #009ccf;
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

#liquid_menu li a {
    padding: 0;
}

#liquid_menu li a p {
    line-height: 1.3;
    letter-spacing: 0;
    margin-top: 5px;
}

#liquid_menu li a p span {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
}

#liquid_menu li a img {
    display: block;
    margin: 0 auto;
}

#liquid .liqued_image {
    margin: 30px auto;
    min-width: 409px;
}

#liquid .liqued_image img {
    display: block;
    margin: 0 auto;
}

#liquid .liqued_image p {
    width: 62%;
    margin: 0 auto;
}

/*電子タバコメーカーのご紹介
********************************************/
.pagelink_area {
    display: flex;
    justify-content: space-between;
}

.pagelink_area.box3 li {
    width: calc((100% - 30px) / 3);
}

.pagelink_area.box4 li {
    width: calc((100% - 24px) / 4);
}

.pagelink_area li a {
    display: block;
}

.pagelink_area li a img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.pagelink_area li a p::after {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    padding-left: 5px;
    color: #009ccf;
    font-size: 16px;
    font-size: 1.6rem;
}

.pagelink_area li a:hover img {
    opacity: .7;
}

.pagelink_area li a:hover p {
    text-decoration: underline;
}

#maker_menu li {
    border: 3px solid #009ccf;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

#maker_menu li a {
    padding: 0;
}

#maker_menu li a p {
    line-height: 1.3;
    letter-spacing: 0;
    margin-top: 5px;
}

#maker_menu li a p span {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
}

#maker_menu li a img {
    display: block;
    margin: 0 auto;
}

/*モニターの集計結果
********************************************/
.mainv_m {
    height: 390px;
    box-sizing: border-box;
    padding: 100px 55px 80px;
}

.mainv_m h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 35px;
}

.mainv_m p {
    font-size: 14px;
    font-size: 1.4rem;
}

#mainv_bo {
    background: url("../img/picture/mainv_monitor.png") no-repeat center center;
}

#mainv_ego {
    background: url("../img/picture/mainv_monitor_ego.png") no-repeat center center;
}

#monitor .enquete {
    counter-reset: number 0;
}

#monitor .enquete li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
}

#monitor .enquete li:before {
    counter-increment: number 1;
    content: counter(number) ".";
    color: #a4aaae;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 20px;
    font-size: 2rem;
}

#monitor .enquete_profile {
    border: 5px solid #dbddde;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    display: block;
}

#monitor .enquete_profile_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

#monitor .enquete_profile_area .sex {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70px;
    margin-right: 18px;
}

#monitor .enquete_profile_area .sex::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    font-size: 35px;
    font-size: 3.5rem;
    width: 3.0rem;
    line-height: 1;
}

#monitor .enquete_profile_area .sex.man {
    color: #757b9d;
}

#monitor .enquete_profile_area .sex.man::before {
    color: #757b9d;
}

#monitor .enquete_profile_area .sex.woman {
    color: #e05a3b;
}

#monitor .enquete_profile_area .sex.woman::before {
    color: #e05a3b;
}

#monitor .enquete_profile_area .years {
    width: 200px;
    text-align: center;
    background: #e9ebed;
    border: #dbddde;
}

#monitor .enquete_profile_area .years span {
    font-size: 16px;
    font-size: 1.6rem;
}

#monitor .enquete_profile_area .name {
    width: calc(100% - 270px);
    font-size: 16px;
    font-size: 1.6rem;
}

#monitor .enquete_profile dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

#monitor .enquete_profile dl:not(:first-of-type) {
    border-top: 1px solid #dbddde;
}

#monitor .enquete_profile dl dt {
    width: 40%;
    font-weight: bold;
}

#monitor .enquete_profile dl dd {
    width: 60%;
}

#monitor .enquete_answer {
    margin-bottom: 15px;
}

#monitor .enquete_answer_title {
    background: #e9ebed;
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

#monitor .enquete_answer_title span {
    color: #a4aaae;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 20px;
    font-size: 2rem;
    margin-right: 5px;
}

#monitor .enquete_answer .no_answer {
    color: #a4aaae;
}

/*セールランキング
********************************************/
#sale_ranking .ranking_block {
    margin-bottom: 30px;
}

#sale_ranking .ranking_block .slick-track {
    margin-left: 0;
    margin-right: 0;
}

#sale_ranking .ranking_block .item_box {
    padding: 0 8px;
}

#sale_ranking .ranking_block .item_name {
    font-size: 14px;
    font-size: 1.4rem;
}

#sale_ranking .slide_pager {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sale_ranking .slide_pager .slick-prev, #sale_ranking .slide_pager .slick-next {
    position: static;
}

#sale_ranking .slide_pager .slick-prev {
    order: 1;
    margin-right: 1rem;
}

#sale_ranking .slide_pager .slick-next {
    order: 3;
    margin-left: 1rem;
}

#sale_ranking .slide_pager .slick-dots {
    order: 2;
    width: auto;
    margin-top: 0;
}

/*-------------------------------------------------
Print CSS
-------------------------------------------------*/
/************************************************
 印刷用
************************************************ */
@media print {
    body {
        zoom: 75%;
    }
}

/*-------------------------------------------------
関連商品、最近チェックした商品
-------------------------------------------------*/
.recommend_products_parent {
    margin: 0 20px;
    margin-top: 30px;
}
.recommend_products_parent > h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.recommend_products_block {
    display: flex;
    flex-wrap: wrap;
}
.recommend_products_block .product_item {
    width: calc(50% - 10px);
    display: flex;
}
.recommend_products_block .product_item:nth-of-type(2n) {
    margin-left: 20px;
}
.recommend_products_block .product_item:nth-of-type(n + 3) {
    margin-top: 20px;
}
.recommend_products_block .product_item .productImage {
    width: 65px;
}
.recommend_products_block .product_item .productContents {
    width: calc(100% - 65px);
    padding-left: 5px;
}
.recommend_products_block .product_item .productContents .sale_price {
    margin-top: 0.3em;
    color: #a4aaae;
    font-weight: normal;
}
.recommend_products_block .product_item .productContents .sale_price .price {
    color: #000;
    font-weight: bold;
}


/*-------------------------------------------------
関連コラム
-------------------------------------------------*/
.column_rel_list {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.column_rel_list .column_box .column_text p {
    margin-top: 0;
    margin-bottom: 0;
}
.column_rel_list .column_box .column_text .column_title {
    line-height: 24px;
}
.column_rel_list .column_box .column_text .column_comment {
    line-height: 21px;
}

/*-------------------------------------------------
トップコラム　のもっと見る
-------------------------------------------------*/
#column_index .column_more {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#column_index .column_more .column_inner {
    position: absolute;
}

#column_index .column_more .column_inner {
    right: 0;
    top: -20px;
    font-size: 120%;
}

#column_index .column_more .column_inner a {
    display: inline-block;
    font-weight: bold;
    font-size: 120%;
    padding-right: 20px;
}

#column_index .column_more .column_inner a::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    position: absolute;
    right: .5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #009ccf;
    font-size: 16px;
    font-size: 1.6rem;
}
#column_index .column_more .column_inner a:hover {
    text-decoration: underline;
}

/*-------------------------------------------------
コラム一覧　のもっと見る
-------------------------------------------------*/
#column .column_more {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#column .column_more .column_inner {
    position: absolute;
}

#column .column_more .column_inner {
    right: 30px;
    top: -35px;
    font-size: 80%;
}

#column .column_more .column_inner a {
    display: inline-block;
    font-weight: bold;
    font-size: 120%;
    padding-right: 20px;
}

#column .column_more .column_inner a::before {
    font-family: Font Awesome\ 5 Free;
    content: "";
    padding-right: 0;
    font-weight: bold;
    position: absolute;
    right: .5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #009ccf;
    font-size: 16px;
    font-size: 1.6rem;
}
#column .column_more .column_inner a:hover {
    text-decoration: underline;
}

.pay_area .wrap_check .opation_box label.card_select {
    min-width: 260px;
}

.pay_area .wrap_check .opation_box > p,
.pay_area .wrap_check .opation_box label.card_select > p {
    margin-right: 16px;
}
.pay_area .wrap_check .opation_box .delete {
    width: 60px;
    position: absolute;
    right: 16px;
}
.black {
    color: black;
}
