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


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

body {
    margin: 0;
}


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

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


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

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


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


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

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


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

figure {
    margin: 1em 40px;
}


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

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


/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


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


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

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


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

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


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

b,
strong {
    font-weight: inherit;
}


/** Add the correct font weight in Chrome, Edge, and Safari. */

b,
strong {
    font-weight: bolder;
}


/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


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

dfn {
    font-style: italic;
}


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

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


/** Add the correct font size in all browsers. */

small {
    font-size: 80%;
}


/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


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


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

audio,
video {
    display: inline-block;
}


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

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


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

img {
    border-style: none;
}


/** Hide the overflow in IE. */

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


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


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

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


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

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


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

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


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

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


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

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


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

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


/** Correct the padding in Firefox. */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


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

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


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

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


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

textarea {
    overflow: auto;
}


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

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


/** Correct the cursor style of increment and decrement buttons in Chrome. */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */

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


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

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


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

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


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


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

details,
menu {
    display: block;
}


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

summary {
    display: list-item;
}


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


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

canvas {
    display: inline-block;
}


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

template {
    display: none;
}


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


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

[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

body {
    color: #000;
    /* line-height: 1; */
    -webkit-font-smoothing: antialiased;
}

a {
    color: #000;
    text-decoration: none;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

img {
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
}

p {
    margin-bottom: 0;
}

ol,
ul {
    padding-left: 0;
}

/* a:hover {
    opacity: .5;
} */

.wrapper {
    width: 100%;
    height: auto;
    background: #fff;
}


/* 矢印 */

.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 12px;
}

.arrow::before,
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}


/*
=============================================
navgation
=============================================
 */

header {
    box-shadow: 0 2.5px 1.25px 0 rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 11;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.cp_cont {
    height: 80px;
}

.cp_offcm01 {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
}


/* menu */

.cp_offcm01 .cp_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 250px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.53s transform;
    transition: 0.53s transform;
    -webkit-transition-timing-function: cubic-bezier(.38, .52, .23, .99);
    transition-timing-function: cubic-bezier(.38, .52, .23, .99);
    background-color: rgb(255, 150, 173);
    opacity: 0.8;
}

.cp_offcm01 .cp_menu ul {
    margin: 0;
    padding: 0;
}

.cp_offcm01 .cp_menu li {
    list-style: none;
}

.cp_offcm01 .cp_menu li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
    position: absolute;
    display: none;
    opacity: 0;
}

.cp_offcm01 #cp_toggle01:checked~.cp_menu {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
}


/* menu toggle */

.cp_offcm01 #cp_toggle01~label {
    display: block;
    padding: 0.5em;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
    transition: 0.5s transform;
    -webkit-transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
    transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
    text-align: center;
    color: #333333;
}

.cp_offcm01 #cp_toggle01:checked~label {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}


/* contents */

.cp_contents a {
    margin: 20px 0 0 20px;
    display: inline-block;
}

.cp_contents a img {
    width: 200px;
}

/* page-brand */

.item-brand-page .items {
    margin: 0 2% 0 0;
    width: 23%;
    height: auto;
}

/*
=============================================
head-banner
=============================================
*/

.head-banner {
    width: 100%;
    /* height: 300px; */
    text-align: center;
    background: rgb(255, 150, 173);
    position: relative;
}

.head-banner .logo-top-header {
    position: absolute;
    width: 46.5%;
    top: 0;
    left: 26.75%;
}

@media screen and (max-width: 896px) {
    .head-banner {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .head-banner {
        width: 100%;
        height: auto;
    }
    .head-banner img {
        width: 100%;
        height: auto;
    }
}


/*
=============================================
container
=============================================
*/

.container {
    width: 1024px;
    margin: 0 auto;
    padding: 50px 0;
}

@media screen and (max-width: 896px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 30px 10px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 30px 10px;
    }
}

.bread-crumb {
    width: 1024px;
    margin: 30px auto 0;
    padding: 10px 0;
}

@media screen and (max-width: 896px) {
    .bread-crumb {
        width: 100%;
        margin: 0 auto;
        padding: 30px 10px;
    }
}

@media screen and (max-width: 480px) {
    .bread-crumb {
        width: 100%;
        margin: 20px auto 0 auto;
        padding: 20px 10px 0 10px;
    }
}


/* items */

h1 {
    font-size: 18px;
    text-align: center;
    margin: 20px auto 15px;
}

.item-list,
.item-brand-top,
.item-brand-page {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
}

.items a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.items li:hover {
    opacity: 0.6;
}

.item-list .items {
    background: #fff;
    margin: 0 4% 40px 0;
    width: 22%;
}

.item-list li:nth-child(4n),
.item-list li:nth-child(8n),
.item-list li:nth-child(12n) {
    margin-right: 0;
}


/* tab setting */

.product-box {
    width: 100%;
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: center;
}

.product-box .product-box-img {
    padding: 0px;
    width: 284px;
}

.product-box .product-box-text {
    padding: 20px 0px 20px 50px;
    width: 50%;
}

.product-box-text p {
    padding: 0 0 10px 0;
}

.product-box-text .product-copy {
    font-size: 120%;
}

.product-box-text .product-name {
    font-size: 180%;
}

.product-box-text .product-name-sub {
    font-size: 110%;
    color: #999;
}

.product-box-text .product-star {
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    padding: 0 0 10px 0;
}
.vue-star-text-custom {
    margin-left: 7px;
}
.product-box-text .product-star i{
    color: #ffc800;
}

.product-box-text a {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 10px;
    box-shadow: 0px 0px 2px 2px #4b96d1;
    border-radius: 6px;
    border: 1px solid #cccccc;
    font-size: 150%;
}

.product-box-text .product-button-01 {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 10px;
    background: #DDD;
    box-shadow: 0px 0px 2px 2px #4b96d1;
    border-radius: 6px;
    border: 1px solid #cccccc;
    font-size: 150%;
    color: #000;
}

.product-box-text .product-button-02 {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 10px;
    box-shadow: 0px 0px 2px 2px #4b96d1;
    border-radius: 6px;
    border: 1px solid #cccccc;
    font-size: 150%;
}

.product-box-explaination {
    margin: 0 auto 0;
    padding: 20px 0 20px 0;
    width: 100%;
    font-size: 12px;
    line-height: 1.6;
}

.tab-menu {
    width: 100%;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #FFF;
    margin-bottom: 30px;
}

.tab-menu li {
    width: 24%;
    padding: 0 0 0 0;
    background: #DDD;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    display: -webkit-flex;
    display: flex;
}

.tab-1 .active {
    color: #fff;
    background-color: #eb6784;
}

.tab-2 .active {
    color: #fff;
    background-color: #ea5312;
}

.tab-3 .active {
    color: #fff;
    background-color: #000000;
}

.tab-4 .active {
    color: #fff;
    background-color: #09a29a;
}

.tab-menu li a {
    background: #f7f7f7;
    transition: background-color .1s,color .1s;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    color: #000;
    font-size: 12px;
}

.tab-menu li.tab-1 a.tab-menu-active {
    background: #EB6784;
}

.tab-menu li.tab-2 a.tab-menu-active {
    background: #EA5413;
}

.tab-menu li.tab-3 a.tab-menu-active {
    background: #28A7E1;
}

.tab-menu li.tab-4 a.tab-menu-active {
    background: #0BA29A;
}


.tab-menu li .tab-menu-active::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: solid 8px transparent;
}

.tab-menu li.tab-1 a::before {
    border-top-color: #EB6784;
}

.tab-menu li.tab-2 a::before {
    border-top-color: #EA5413;
}

.tab-menu li.tab-3 a::before {
    border-top-color: #28A7E1;
}

.tab-menu li.tab-4 a::before {
    border-top-color: #0BA29A;
}

.tab-menu li a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    vertical-align: middle;
    position: relative;
}

.tab-menu li a:hover {
    text-decoration: none;
}

.tab-menu li .tab-menu-active {
    color: #FFF;;
}

.tab-menu li a svg {
    font-size: 23px;
    vertical-align: middle;
    margin-right: 0;
}

.tab-page-container {
    border: 1px solid #CCC;
    padding: 20px 20px;
    max-height: 800px;
    overflow: auto;
}

#iframe-page .tab-page-container {
    max-height: 464px;
}

.item-tab-page {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.kuchikomi-page {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}
.kuchikomi-page .item-inner{
    display: flex;
    border-bottom: 1px dashed #DDD;
    margin-bottom: 20px;
    width: 100%;
}
.kuchikomi-page .item-inner:last-child{
    border: none;
}
.kuchikomi-page dt.items {
    background: #fff;
    margin: 0 0 30px 0;
    width: 50px;
}

.kuchikomi-page dd.items {
    background: #fff;
    margin: 0px 0 20px 2%;
    width: 92%;
}

.kuchikomi-page dd .monitor-star{
    font-size: 15px;
}
.kuchikomi-page dd .monitor-star i{
    color: #ffc800;
}

.kuchikomi-page-name {
    font-size: 10px;
    line-height: 1.6;
    text-align: left;
    margin-top: 10px;
}

.kuchikomi-page-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
    white-space: pre-line;
}
.kuchikomi-page-date{
    font-size: 10px;
    margin-top: 10px;
    color: #999;
}

.instagram-page .items {
    background: #fff;
    margin: 0 0.5% 10px 0.5%;
    width: 19%;
}

.twitter-page .items {
    background: #fff;
    margin: 0 0 20px 0;
    padding: 15px;
    width: 32%;
    margin-right: 2%;
    box-shadow: 0px 0px 2px 2px #DDD;
    /* border: 1px solid #CCC; */
}

.twitter-page .items:nth-child(3n) {
    margin-right: 0;
}

.twitter-page .items:hover {
    color: initial !important;
    text-decoration: none;
}

.twitter-page h2 {
    font-size: 15px;
}

.twitter-page h2 img {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
}

.twitter-page .twitter-page-text {
    margin: 10px 0 10px 0;
    line-height: 1.6;
    font-size: 120%;
}

.twitter-page .meta {
    display: flex;
    justify-content: space-between;
    margin: 0 10px 0 0;
    width: 100%;
}

.twitter-page .social-logo {
    width: 50px;
    padding: 0 10px;
}

.twitter-page .post-date {
    line-height: 30px;
    text-align: right;
}

.other-page {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    justify-content: left;
}
.other-page .item-inner{
    width: 49%;
    box-shadow: 0px 0px 2px 2px #DDD;
    margin-bottom: 2%;
    padding: 2%;
    display: flex;
}
.other-page div:nth-child(odd){
    margin-right: 2%;

}
.other-page dt.items {
    background: #FFF;
    margin: 0;
    width: 25%;
    min-width: 100px;
}

.other-page dd.items {
    background: #FFF;
    margin: 0;
    width: 75%;
    overflow: hidden;
}

.other-page .other-page-brand{
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.other-page .item-voice-date{
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    vertical-align: middle;
}
.other-page .item-voice{
    max-width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.other-page a {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 10px 0 0 0;
    padding: 10px 30px 10px 10px;
    background: #ffa5b5;
    border-radius: 6px;
    border: 2px solid #f494a9;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    transition: background-color .1s,color .1s;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
}
.other-page a:hover {
    opacity: 0.5;
}
.other-page .item-voice-url{
    font-size: 10px;
    line-height: 14px;
    color: #DDD;
    margin-top: 10px;
    word-break: break-word;
}
.view-more-review {
    background-color: #eb6784;
    border-color: #eb6784;
}
.view-more-review:hover,
.view-more-review:active {
    background-color: #eb6784cc !important;
    border-color: #eb6784cc !important;
}
.view-more-instagram {
    background-color: #ea5312;
    border-color: #ea5312;
}
.view-more-instagram:hover,
.view-more-instagram:active {
    background-color: #ea5312cc !important;
    border-color: #ea5312cc !important;
}
.view-more-twitter {
    background-color: #28a7e1;
    border-color: #28a7e1;
}
.view-more-twitter:hover,
.view-more-twitter:active {
    background-color: #28a7e1cc !important;
    border-color: #28a7e1cc !important;
}
.view-more-other {
    background-color: #09a29a;
    border-color: #09a29a;
}
.view-more-other:hover,
.view-more-other:active {
    background-color: #09a29acc !important;
    border-color: #09a29acc !important;
}

@media screen and (max-width: 768px) {
    .product-box {
        width: 100%;
        margin: 0 auto 0px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    .product-box .product-box-img {
        width: 100%;
        padding: 0px;
        text-align: center;
    }
    .product-box .product-box-text {
        width: 96%;
        padding: 20px 2% 0px 2%;
    }
    .product-box-text .product-button-01 {
        display: block;
        margin: 0 10px 15px 0;
        padding: 10px;
        box-shadow: 0px 0px 2px 2px #4b96d1;
        border-radius: 6px;
        border: 1px solid #cccccc;
        font-size: 150%;
        color: #000;
        text-align: center;
    }
    .product-box-text .product-button-02 {
        display: block;
        margin: 0 10px 0 0;
        padding: 10px;
        box-shadow: 0px 0px 2px 2px #4b96d1;
        border-radius: 6px;
        border: 1px solid #cccccc;
        font-size: 150%;
        text-align: center;
    }
    .product-box-explaination {
        margin: 0 auto 0;
        padding: 20px 0 20px 0;
        max-width: 600px;
        font-size: 120%;
    }

    .instagram-page .items {
        width: 32%;
    }

    .tab-menu {
        width: 100%;
        height: 108px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between !important;
        background: #FFF;
        margin-bottom: 16px;
    }
    .tab-menu li {
        width: 49%;
        margin-bottom: 8px;
        padding: 0 0 0 0;
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
    }
    #iframe-page .tab-menu {
        height: 50px;
    }
    #iframe-page .tab-menu li {
        width: 32%;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 2%;
    }
    #iframe-page .tab-menu li a {
        font-size: 9px;
    }
    #iframe-page .tab-menu li svg {
        width: 14px;
    }
    .tab-menu li a {
        width: 100%;
        height: 50px;
        line-height: 50px;
        display: block;
    }
    .tab-menu li .tab-menu-active::before {
        display: none;
    }
    .twitter-page .items {
        background: #fff;
        margin: 0 0 10px 0;
        padding: 5px;
        width: 49%;
        margin-right: 2%;
    }
    .twitter-page .items:nth-child(2n + 2) {
        margin-right: 0;
    }
    .twitter-page .items:nth-child(3n) {
        margin-right: auto;
    }
    .twitter-page h2 {
        font-size: 12px;
    }
    .twitter-page h2 img {
        width: 36px;
    }
    .twitter-page .social-logo {
        width: 36px;
        padding: 0 8px;
    }
    .twitter-page .post-date {
        line-height: 20px;
        font-size: 11px;
    }
    .other-page {
        margin: 0 auto;
    }
    .other-page .item-inner{
        width: 100%;
    }

    .other-page div:nth-child(odd){
        margin-right: 0;
    }
    .other-page dt.items {
        width: 20%;
        text-align: left;
    }
    .other-page dt.items img {
        width: 100%;
        text-align: center;
    }
    .other-page dd.items {
        width: 85%;
        text-align: left;
    }
    .other-page a {
    }
}


/* tab setting end */

@media screen and (max-width: 767px) {
    .tab-page-container {
        padding: 12px;
    }
    .item-list li:nth-child(3n + 3) {
        margin-right: 0;
    }
    .item-list .items {
        background: #fff;
        margin: 0 2% 3% 0;
        width: 32%;
    }
    .list-category-page .list-category li .category-name {
        font-size: 10px;
    }
}

.item-img {
    margin-bottom: 5px;
}

.item-img img {
    width: 100%;
    height: auto;
    max-height: 240px;
    min-width: 150px;
}


/* tab setting */

.kuchikomi-page img {
    width: 100%;
    height: auto;
    max-height: 50px;
    max-width: 50px;
    border-radius: 100%;
}

.instagram-page img {
    width: 100%;
    height: auto;
    max-height: 400px;
    max-width: 400px;
}

.twitter-page img {
    width: 100%;
    height: auto;
    max-height: 400px;
    max-width: 400px;
}

.other-page img {
    width: 100%;
    height: auto;
    max-height: 80px;
    max-width: 80px;
}


/* tab setting end */

.item-body {
    width: 100%;
    padding: 10px;
}

.item-body .item-title {
    font-size: 12px;
    font-weight: 700;
    word-wrap: break-word;
    margin-bottom: 10px;
    line-height: initial;
}

.item-body .item-brand {
    font-size: 12px;
    margin-bottom: 8px;
}

.item-body .item-voice {
    font-size: 10px;
}


/* top-brand */

.item-brand-top .items {
    margin: 0 2% 20px 0;
    width: 15%;
    height: auto;
    border: 1px solid #EEE;
}

@media screen and (max-width: 896px) {
    .item-img img {
        width: 100%;
        height: auto;
        max-height: auto;
        min-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .item-brand-top li:nth-child(3n + 3) {
        margin-right: 0;
    }
    .item-brand-top .items {
        background: #fff;
        margin: 0 2% 3% 0;
        width: 32%;
    }
    .item-brand-page li:nth-child(3n + 3) {
        margin-right: 0;
    }
    .item-brand-page .items {
        background: #fff;
        margin: 0 2% 3% 0;
        width: 32%;
    }
}

.item-brand-top li:nth-child(6n),
.item-brand-top li:nth-child(12n),
.item-brand-page li:nth-child(4n),
.item-brand-page li:nth-child(8n),
.item-brand-page li:nth-child(12n),
.item-brand-page li:nth-child(16n),
.item-brand-page li:nth-child(20n),
.item-brand-page li:nth-child(24n) {
    margin-right: 0;
}

.item-brand-top .items .item-img,
.item-brand-page .items .item-img {
    margin: 0;
}

.item-brand-top .items .item-img img,
.item-brand-page .items .item-img img {
    width: 100%;
}

.item-brand-top .items .item-img-logo {
    margin: 0;
    text-align: center;
    line-height: 92px;
}

.item-brand-page .items .item-img-logo {
    margin: 0;
    text-align: center;
    line-height: 130px;
}

.item-brand-top .items .item-img-logo p {
    height: 92px;
    font-size: 14px;
}

.item-brand-page .items .item-img-logo p {
    font-size: 20px;
}

@media screen and (max-width: 896px) {
    .item-brand-top .items .item-img-logo p {
        height: 38px;
        margin-top: 24px;
        font-size: 10px;
    }
    .item-brand-top .items .item-img-logo {
        margin: 0;
        text-align: center;
        line-height: 15px;
    }
}


/* page-brand */

.brand-banner {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
}

.brand-banner img {
    margin: 0 auto;
    height: auto;
}

@media screen and (max-width: 480px) {
    .brand-banner img {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
}


/*
=============================================
footer
=============================================
*/

.footer {
    text-align: center;
}

.footer-logo {
    width: 250px;
    margin: 0 auto 30px;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-logo p {
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
}

.btn-footer {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
}

.btn-footer a:first-child {
    margin-right: 20px;
}

.btn-footer a img {
    width: 328px;
    height: 55px;
}

.vue-star-rating-star svg {
    width: 15px;
}

.product-star .vue-star-rating-star svg {
    width: 25px;
}

.vue-star-rating-rating-text {
    margin-top: 2px !important;
}

.x-logo-normal {
    width: 20px;
}

@media screen and (max-width: 767px) {
    .btn-footer {
        display: block;
        text-align: center;
    }
    .btn-footer a {
        display: block;
    }
    .btn-footer a:first-child {
        margin: 0 0 20px 0;
    }
}
