/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 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;
}

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

/**
 * 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 */
}

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

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

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

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 100;
    src: local("Noto Sans CJK JP Thin"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

button {
    cursor: pointer;
}

.l-magin {
    background-color: #333;
}

.l-header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #f9f9f9;
    border-bottom: 3px solid #333;
}

.l-nav-top {
    position: fixed;
    z-index: 90;
    width: 100%;
    pointer-events: none;
}

.l-main + .l-info {
    margin-top: 25vh;
}

.l-info {
    position: relative;
}

@media screen and (min-width: 768px) {
    .l-info {
        display: flex;
        justify-content: space-between;
        width: 1200px;
        margin: 0 auto;
    }
}

.l-info + .l-footer {
    margin-top: 100px;
}

.l-topics {
    background-color: #f9f9f9;
}

@media screen and (min-width: 768px) {
    .l-topics {
        width: 800px;
    }
}

.l-other {
    background-color: #333;
}

@media screen and (min-width: 768px) {
    .l-other {
        width: 400px;
    }
}

.l-footer {
    position: relative;
    background: #f9f9f9 url("../img/bg_product.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.l-nav-footer {
    margin: 0 auto;
}

.c-list-lang {
    text-align: right;
    padding-right: 20px;
    font-size: 0;
}

.c-item-lang {
    display: inline-block;
    padding: 3px;
    line-height: 20px;
    font-size: 16px;
    vertical-align: middle;
    background-color: #333;
}

.c-item-lang + .c-item-lang {
    margin-left: 20px;
}

.c-btn-lang {
    border: 0;
    background: #fff;
}

.c-btn-lang:focus {
    outline: none;
}

.c-btn-lang.is-active {
    background: #333;
    color: #fff;
}

.c-ttl-name {
    line-height: 1;
    font-weight: bold;
    font-size: 32px;
    color: #f9f9f9;
}

@media screen and (min-width: 768px) {
    .c-ttl-name {
        font-size: 42px;
    }
}

.c-txt-date {
    line-height: 1;
    font-weight: bold;
    font-size: 32px;
}

@media screen and (min-width: 768px) {
    .c-txt-date {
        font-size: 42px;
    }
}

.c-txt-info {
    line-height: 1.6;
}

.c-txt-copyright {
    text-align: center;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ccc;
}

@media screen and (min-width: 768px) {
    .c-txt-copyright {
        display: inline-block;
        font-size: 16px;
    }
}

.c-pic {
    max-width: 100%;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .c-pic {
        width: auto;
        max-width: none;
    }
}

.c-pic-scroll {
    transform: translateY(0);
    animation-name: topMovieScroll;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}

@keyframes topMovieScroll {
    0% {
        transform: translateY(0);
    }
    90% {
        transform: translateY(20%);
    }
    100% {
        transform: translateY(0);
    }
}

.c-mov-bg {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .c-mov-bg {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        width: auto;
        min-width: 100%;
        min-height: 100%;
    }
}

.c-link {
    text-decoration: none;
    color: #6d5b97;
}

.c-link-area {
    position: relative;
    display: block;
    text-decoration: none;
}

.c-link-area::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid rgba(109, 91, 151, 0);
    transition: border 0.2s ease;
    content: '';
}

.c-link-area:hover::after {
    border: 4px solid #6d5b97;
}

.c-btn-scroll {
    border: 0;
    padding: 0;
    outline: none;
    background: none;
}

.c-btn-external {
    display: block;
    position: relative;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #6d5b97;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.2s ease;
}

.c-btn-external:hover {
    color: #6d5b97;
    background-color: #fff;
}

.c-btn-external.is-buy {
    background-color: #fcb239;
}

.c-btn-external.is-buy:hover {
    color: #fcb239;
    background-color: #fff;
}

.c-btn-close {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 5px;
    border: 0;
    background-color: #333;
    overflow: hidden;
}

.c-btn-close:focus {
    outline: none;
}

.c-btn-close.is-active .c-btn-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
    transform: rotate(90deg);
}

.c-btn-close.is-active .c-btn-inner::before {
    left: -80px;
    top: -80px;
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-btn-close.is-active .c-btn-inner::after {
    right: -80px;
    top: -80px;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.c-btn-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
    transition: background-color 0.125s 0.175s ease-in;
}

.c-btn-inner, .c-btn-inner::before, .c-btn-inner::after {
    width: 40px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.c-btn-inner::before, .c-btn-inner::after {
    display: block;
    content: "";
}

.c-btn-inner::before {
    top: -10px;
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.c-btn-inner::after {
    bottom: -10px;
    top: 10px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.c-box-detailtxt {
    padding: 6px 12px;
    line-height: 1.6;
    font-size: 16px;
    background-color: #fff;
    color: #333;
}

.c-box-info {
    color: #f9f9f9;
}

@media screen and (min-width: 768px) {
    .c-box-info {
        display: flex;
        align-items: center;
        text-align: left;
    }
}

.c-box-info .inner {
    padding: 10px 20px 20px 20px;
    background-color: rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease;
}

@media screen and (min-width: 768px) {
    .c-box-info .inner {
        width: 100%;
        padding: 30px;
    }
}

.c-box-info .inner.is-white {
    background-color: rgba(255, 255, 255, 0.9);
}

.c-box-logo {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .c-box-logo {
        justify-content: center;
    }
}

.c-box-scroll {
    width: 30px;
}

@media screen and (min-width: 768px) {
    .c-box-scroll {
        width: 40px;
    }
}

.c-box-topics {
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .c-box-topics {
        padding: 0 26px;
    }
}

@media screen and (min-width: 768px) {
    .c-box-other {
        width: 360px;
        margin: 0 auto;
    }
}

.c-list-menu {
    line-height: 1.8;
    text-align: left;
    background-color: #333;
    pointer-events: auto;
}

@media screen and (min-width: 768px) {
    .c-list-menu {
        margin: 0 0 0 auto;
    }
}

.c-list-footermenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .c-list-footermenu {
        flex-wrap: nowrap;
    }
}

.c-area {
    background-color: #f9f9f9;
}

.c-area-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

@media screen and (min-width: 768px) {
    .c-area-header {
        margin: 0 auto;
        padding: 10px 0;
    }
}

@media screen and (min-width: 768px) {
    .c-area-nav {
        margin: 0 auto;
    }
}

.c-area-movie {
    padding-top: 33vh;
}

@media screen and (orientation: landscape) {
    .c-area-movie {
        padding-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .c-area-movie {
        display: flex;
        justify-content: center;
        padding-top: 0;
    }
}

.c-area-movie::after {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    content: '';
}

.c-area-product {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.c-area-product::before {
    position: absolute;
    top: 3%;
    left: 0;
    display: block;
    width: 100%;
    height: 94%;
    background: #f9f9f9 url("../img/bg_product.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    transform: skewY(-1.5deg);
    outline: 1px solid transparent;
    content: '';
}

.c-area-product-inner {
    position: relative;
    margin: 0 auto;
}

.c-list-productnews {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .c-list-productnews {
        flex-wrap: nowrap;
    }
}

.c-box-detailpic {
    position: relative;
    overflow: hidden;
}

.c-box-detailpic::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background 0.2s ease;
    content: '';
}

.c-pic-movicon {
    position: absolute;
    width: 50px;
    top: calc(50% - 80px);
    left: calc(50% - 30px);
}

@media screen and (min-width: 768px) {
    .c-pic-movicon {
        width: auto;
        top: calc(50% - 70px);
        left: calc(50% - 40px);
    }
}

.c-area-products-topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 20px 0 20px;
}

@media screen and (min-width: 768px) {
    .c-area-products-topics {
        padding: 26px 26px 0 26px;
    }
}

.c-area-product-other {
    display: flex;
    justify-content: center;
    padding-top: 26px;
}

@media screen and (min-width: 768px) {
    .p-header .c-area-header {
        width: 1200px;
    }
}

.p-header .c-ttl-a1c {
    width: 50px;
    font-size: 0;
}

.p-header .c-ttl-a1c .c-pic {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-header .c-ttl-a1c {
        width: 80px;
        line-height: 80px;
    }
}

.p-header .c-ttl-magin {
    height: 50px;
}

.p-header .c-ttl-magin .c-pic {
    height: 100%;
}

@media screen and (min-width: 768px) {
    .p-header .c-ttl-magin {
        height: 80px;
    }
}

.p-lang {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-lang {
        position: relative;
        display: block;
        width: 100%;
        height: 80px;
        line-height: 80px;
    }
}

.p-nav-top {
    padding-top: 83px;
}

@media screen and (min-width: 768px) {
    .p-nav-top {
        padding-top: 0;
    }
}

.p-nav-top .c-link {
    color: #f9f9f9;
}

@media screen and (min-width: 768px) {
    .p-nav-top .c-area-nav {
        position: relative;
        top: 115px;
        width: 1200px;
    }
}

.p-nav-top .c-box-close {
    text-align: right;
    padding-right: 18px;
}

@media screen and (min-width: 768px) {
    .p-nav-top .c-box-close {
        padding-right: 0;
    }
}

.p-nav-top .c-list-menu {
    position: absolute;
    top: 73px;
    width: 100%;
    padding: 10px;
}

@media screen and (min-width: 768px) {
    .p-nav-top .c-list-menu {
        top: 0;
        right: 0;
        width: 200px;
        padding: 0 10px;
    }
    .p-nav-top .c-list-menu .c-item {
        display: block;
        height: 50px;
        line-height: 50px;
    }
}

.p-nav-top .c-btn-close {
    z-index: 10;
    pointer-events: auto;
}

.p-main .c-link {
    color: #fcb239;
}

.p-main .c-area-movie {
    height: 100vh;
}

.p-main .c-area-movie::after {
    position: fixed;
    width: 100%;
    height: 100vh;
}

.p-main .c-area-movie + .c-area-product {
    margin-top: 0;
}

.p-main .c-area-movie .c-box-scroll {
    position: absolute;
    top: 90%;
    left: calc(50% - 15px);
    z-index: 1;
}

.p-main .c-area-movie .c-pic-scroll {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-main .c-txt-copyright {
        position: absolute;
        bottom: 0;
        right: 200px;
    }
}

.p-main .c-txt-copyright + .c-box-info {
    padding-top: 5px;
}

@media screen and (min-width: 768px) {
    .p-main .c-txt-copyright + .c-box-info {
        padding-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-main .c-box-info {
        position: absolute;
        right: 0;
        top: 0;
        width: 25%;
        height: 100%;
        background-color: transparent;
    }
}

@media screen and (min-width: 768px) {
    .p-main .c-box-info .inner {
        width: 100%;
        min-height: 200px;
    }
}

.p-main .c-box-info .inner.is-white {
    color: #333;
}

.p-main .c-box-info .inner.is-white .c-txt-date {
    border-bottom-color: #333;
}

.p-main .c-box-info .inner.is-white .c-ttl-name {
    color: #333;
}

.p-main .c-area-product + .c-area-product {
    margin-top: 25vh;
}

@media screen and (min-width: 768px) {
    .p-main .c-area-product + .c-area-product {
        margin-top: 25vh;
    }
}

.p-main .c-area-product:nth-child(odd)::before {
    transform: skewY(1.5deg);
}

@media screen and (min-width: 768px) {
    .p-main .c-area-product-inner {
        width: 1200px;
    }
    .p-main .c-area-product-inner.is-pk-right .c-box-pic {
        margin: 0 0 0 auto;
    }
    .p-main .c-area-product-inner.is-pk-right .c-box-info {
        left: 0;
        right: auto;
    }
    .p-main .c-area-product-inner.is-pk-right .c-txt-copyright {
        right: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-main .c-box-pic {
        width: 1000px;
    }
    .p-main .c-box-pic .c-pic {
        width: 100%;
    }
}

.p-main .c-txt-date {
    padding-bottom: 6px;
    border-bottom: 2px solid #f9f9f9;
}

.p-main .c-txt-date + .c-ttl-name {
    padding-top: 14px;
}

.p-main .c-ttl-name + .c-txt-info {
    padding-top: 10px;
}

.p-main .c-txt-info + .c-btn-external {
    margin-top: 10px;
}

.p-main .c-area-productnews {
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-main .c-area-productnews {
        width: 1200px;
        margin: 0 auto;
    }
}

.p-main .c-area-productnews .c-box-scroll {
    position: absolute;
    top: 25px;
    z-index: 1;
    left: calc(50% - 15px);
}

@media screen and (min-width: 768px) {
    .p-main .c-area-productnews .c-box-scroll {
        left: calc(50% - 20px);
    }
}

.p-main .c-area-productnews .c-pic-scroll {
    width: 100%;
}

.p-main .c-list-productnews {
    padding-top: 100px;
}

.p-main .c-link-area {
    overflow: hidden;
    width: calc(50% - 4px);
}

.p-main .c-link-area:first-child:only-child {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .p-main .c-link-area {
        width: calc(25% - 4px);
    }
    .p-main .c-link-area:first-child:only-child {
        width: 40%;
    }
    .p-main .c-link-area:first-child:nth-last-child(2),
    .p-main .c-link-area:first-child:nth-last-child(2) ~ .c-link-area {
        width: 33%;
    }
    .p-main .c-link-area:first-child:nth-last-child(3),
    .p-main .c-link-area:first-child:nth-last-child(3) ~ .c-link-area {
        width: 33%;
    }
}

.p-main .c-link-area .c-box-detailpic .c-pic {
    transition: transform 0.2s ease;
}

.p-main .c-link-area .c-box-detailtxt {
    z-index: 1;
    transition: background 0.2s ease;
}

.p-main .c-link-area:hover .c-box-detailpic .c-pic {
    transform: scale(1.2);
}

.p-main .c-link-area:hover .c-box-detailpic::after {
    background-color: rgba(0, 0, 0, 0);
}

.p-main .c-link-area:hover .c-box-detailtxt {
    color: #fff;
    background-color: #6d5b97;
}

.p-main .c-item-productnews .c-pic {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-main .c-item-productnews .c-box-detailtxt {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	overflow: hidden;
	left: 3px;
    }
}

.p-main .p-area-fv {
    position: relative;
}

.p-main .p-area-fv .c-area-attention {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-main .p-area-fv .c-box-fvttl {
    position: absolute;
    bottom: 66%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #f9f9f9;
}

.p-main .p-area-fv .c-box-fvttl .c-ttl {
    display: inline-block;
    font-size: 72px;
    background-color: #222;
}

@media screen and (min-width: 768px) {
    .p-main .p-area-fv .c-box-fvttl .c-ttl {
        font-size: 146px;
    }
}

.p-main .p-area-fv .c-list-fv {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70%;
}

.p-topics .c-link {
    color: #6d5b97;
}

.p-topics .c-link-area:hover .c-box-info .inner {
    background-color: #6d5b97;
}

.p-topics .c-box-info {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .p-topics .c-box-info {
        margin-bottom: 30px;
    }
    .p-topics .c-box-info::after {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .p-topics .c-box-info .inner {
        padding: 26px;
    }
}

@media screen and (min-width: 768px) {
    .p-topics .c-area-product-sub {
        width: 360px;
    }
}

.p-topics .c-txt-date {
    padding-bottom: 6px;
    border-bottom: 2px solid #f9f9f9;
    font-size: 32px;
}

.p-topics .c-ttl-name {
    font-size: 32px;
}

.p-topics .c-txt-date + .c-ttl-name {
    padding-top: 8px;
}

.p-topics .c-ttl-name + .c-txt-info {
    padding-top: 6px;
}

.p-topics .c-box-topics {
    padding-bottom: 26px;
}

.p-other {
    padding: 0 20px 20px 20px;
}

@media screen and (min-width: 768px) {
    .p-other {
        padding: 0;
    }
}

.p-other .c-link {
    color: #6d5b97;
}

.p-other .c-link-area:hover .c-box-info .inner {
    background-color: #6d5b97;
}

@media screen and (min-width: 768px) {
    .p-other .c-box-pic {
        width: 360px;
    }
}

.p-other .c-box-info .inner {
    padding: 26px;
}

@media screen and (min-width: 768px) {
    .p-other .c-box-info {
        width: 360px;
    }
}

.p-other .c-box-other {
    padding-top: 26px;
}

.p-nav-footer .c-list-footermenu {
    margin: 50px 0 0 0;
    background-color: #333;
    border-bottom: 1px solid #999;
}

@media screen and (min-width: 768px) {
    .p-nav-footer .c-list-footermenu {
        margin: 100px 0;
        background-color: transparent;
        border-bottom: 0;
    }
}

.p-nav-footer .c-item-footermenu {
    display: block;
    min-width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.p-nav-footer .c-item-footermenu .c-txt {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .p-nav-footer .c-item-footermenu {
        min-width: auto;
        height: auto;
        line-height: inherit;
    }
    .p-nav-footer .c-item-footermenu .c-txt {
        color: inherit;
    }
}

@media screen and (min-width: 768px) {
    .p-nav-footer .c-item-footermenu + .c-item-footermenu {
        margin-left: 40px;
        padding-left: 40px;
        border-left: 2px solid #999;
    }
}

.p-footer .c-box-logo {
    padding-top: 50px;
}

@media screen and (min-width: 768px) {
    .p-footer .c-box-logo {
        padding-top: 100px;
    }
}

.p-footer .c-link {
    color: #6d5b97;
}

.p-footer .c-link-a1c {
    width: 90px;
}

@media screen and (min-width: 768px) {
    .p-footer .c-link-a1c {
        width: 180px;
    }
}

.p-footer .c-link-a1c .c-pic {
    width: 100%;
}

.p-footer .c-link-magin {
    width: 100px;
}

@media screen and (min-width: 768px) {
    .p-footer .c-link-magin {
        width: 200px;
    }
}

.p-footer .c-link-magin .c-pic {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-footer .c-link-a1c + .c-link-magin {
        margin-left: 120px;
    }
}

.p-footer .c-box-info {
    padding: 100px 0 40px 0;
    text-align: center;
}

.p-footer-copy .inner {
    text-align: center;
}

.p-footer-copy .c-txt-caution {
    font-weight: lighter;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .p-footer-copy .c-txt-caution {
        font-size: 14px;
    }
}

.p-footer-copy .c-txt-copy {
    padding-top: 10px;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .p-footer-copy .c-txt-copy {
        font-size: 14px;
    }
}

.u-hidden {
    opacity: 0;
}

[v-cloak] {
    display: none;
}

.scrollbottom-enter-active, .scrollbottom-leave-active {
    transition: transform 0.2s ease;
}

.scrollbottom-enter, .scrollbottom-leave-to {
    transform: translateY(-100px);
}

.show-enter-active, .show-leave-active {
    transition: opacity 0.2s ease;
}

.show-enter, .show-leave-to {
    opacity: 0;
}

.blur-enter-active, .blur-leave-active {
    transition: filter 0.2s ease;
}

.blur-enter, .blur-leave-to {
    filter: blur(10px);
}

.toggle-enter-active, .toggle-leave-active {
    transition: opacity 0.2s ease;
}

.toggle-enter, .toggle-leave-to {
    opacity: 0;
}

/*# sourceMappingURL=app.css.map */
