@charset "UTF-8";
/*!
 * ress.css ? v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
    box-sizing: border-box;
    word-break: normal;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;

    -webkit-text-size-adjust: 100%;
    /* Prevent adjustments of font size after orientation changes in iOS */
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
    overflow: visible;
    /* Show the overflow in Edge and IE */
    height: 0;
    /* Add the correct box sizing in Firefox */
}

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

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

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

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

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

    -webkit-text-decoration: underline dotted;
}

a {
    background-color: transparent;
    /* Remove the gray background on active links in IE 10 */
}

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

pre {
    font-size: 1em;
    /* Correct the odd `em` font sizing in all browsers */
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

    -webkit-appearance: textfield;
    /* Correct the odd appearance in Chrome and Safari */
}

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

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

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

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

/* 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 {
    padding: 0;
    border-style: none;
}

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0;
}

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

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

    -webkit-appearance: button;
}

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

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

/* # =================================================================
   # 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="true"] {
    cursor: default;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overscroll-behavior-y: none;
}

body {
    overflow: hidden;
    width: 100%;
    letter-spacing: 1px;
    font-size: 1.6rem;
    font-family: "Meiryo UI", Meiryo, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;

    -webkit-backface-visibility: hidden;
}

/* 全ページレイアウト */
.l-container {
    padding-top: 55px;
}

@media screen and (min-width: 768px) {
    .l-container {
        padding-top: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .l-container {
        width: 1200px;
        margin: 0 auto;
        padding-top: 102px;
    }
}

.l-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    transition: top 0.3s;
}

@media screen and (min-width: 768px) {
    .l-header {
        left: 0;
        display: block;
        height: 125px;
        background-color: #ffffff;
        transition: -webkit-transform 0.5s;
        transition:         transform 0.5s;
        transition:         transform 0.5s, -webkit-transform 0.5s;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@media screen and (min-width: 1200px) {
    .l-header {
        height: 111px;
    }
}

@media screen and (min-width: 768px) {
    .l-header.return {
        -webkit-transform: translateY(-65px);
                transform: translateY(-65px);
    }
}

@media screen and (min-width: 1200px) {
    .l-header.return {
        -webkit-transform: translateY(-45px);
                transform: translateY(-45px);
    }
}

@media screen and (min-width: 1200px) {
    .l-header.return .p-header__ttl {
        padding-top: 1.5em;
    }
}

.l-contents {
    margin: 0 0 1em 0;
}

@media screen and (min-width: 1200px) {
    .l-contents {
        width: 1020px;
        margin: 0 auto 5em auto;
    }
}

.l-footer {
    background-color: #7f7f7f;
    color: #ffffff;
}

/* header */
.p-header {
    caret-color: transparent;
}

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

@media screen and (min-width: 1200px) {
    .p-header {
        display: flex;
        width: 1200px;
        margin: 0 auto;
        padding: 1.4em 2em 0 2em;
    }
}

.p-header__ttl {
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 55px;
    padding: 0 0.5em;
    background-color: #ffffff;
}

@media screen and (min-width: 768px) {
    .p-header__ttl {
        width: auto;
        height: auto;
        margin-bottom: -2em;
        padding: 0 0.5em;
        background-color: transparent;
    }
}

@media screen and (min-width: 1200px) {
    .p-header__ttl {
        margin-bottom: 0;
        transition: padding-top 0.5s;
    }
}

@media screen and (min-width: 768px) {
    .p-header__logo {
        width: 310px;
    }
}

.p-header__logo img {
    width: 220px;
    margin-bottom: 0.2em;
}

@media screen and (min-width: 768px) {
    .p-header__logo img {
        width: 300px;
        padding-top: 0.2em;
    }
}

@media screen and (min-width: 768px) {
    .p-header__logo-eng {
        width: 310px;
    }
}

.p-header__logo-eng img {
    width: 220px;
    padding-top: 0.1em;
}

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

@media screen and (min-width: 1200px) {
    .p-header__logo-eng img {
        width: 300px;
    }
}

@media screen and (min-width: 1200px) {
    .p-header__nav {
        -moz-flex: 1 0 400px;
             flex: 1 0 400px;
    }
}

/* footer */
.p-footer {
    padding: 0.5em 0;
}

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

@media screen and (min-width: 1200px) {
    .p-footer {
        width: 1200px;
        margin: 0 auto;
        padding: 3em 0 2em 0;
    }
}

.p-footer__nav {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-footer__nav {
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .p-footer__navItem {
        margin: 0 0.5em;
        list-style: none;
    }
}

@media screen and (min-width: 1200px) {
    .p-footer__navItem {
        margin: 0 1.5em;
    }
}

.p-footer__navItem a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.p-footer__navItem a:hover {
    color: #c7c7c7;
}

@media screen and (min-width: 768px) {
    .p-footer__navSub {
        margin-top: 1em;
        padding: 0.8em 0.5em;
        font-weight: bold;
    }
}

@media screen and (min-width: 768px) {
    .p-footer__nav-secondary {
        min-width: 100px;
        padding: 1em 0.5em;
        border-top: 1px solid #ffffff;
        list-style: none;
        font-size: 1.4rem;
        line-height: 2.2;
    }
}

@media screen and (min-width: 1200px) {
    .p-footer__nav-secondary {
        min-width: 150px;
    }
}

.p-footer__Link {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-footer__Link {
        margin: 2em 3em 0 0;
        text-align: right;
    }
}

@media screen and (min-width: 1200px) {
    .p-footer__Link {
        margin: 4em 3em 0 0;
    }
}

.p-footer__copyright {
    margin-top: 0.5em;
    text-align: center;
    font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
    .p-footer__copyright {
        margin-top: 2em;
    }
}

@media screen and (max-width: 767px) {
    .p-nav__toggle {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1000;
        width: 35px;
        height: 33px;
        background-color: #7a7a7a;
        cursor: pointer;
    }
    .p-nav__toggle span {
        position: absolute;
        left: 50%;
        width: 18px;
        height: 2px;
        border-radius: 4px;
        background-color: #ffffff;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .p-nav__toggle,
    .p-nav__toggle span {
        display: inline-block;
        box-sizing: border-box;
        transition: all 0.5s;
    }
    .p-nav__toggle span:nth-of-type(1) {
        top: 8px;
    }
    .p-nav__toggle span:nth-of-type(2) {
        top: 15px;
    }
    .p-nav__toggle span:nth-of-type(3) {
        top: 22px;
    }
    .p-nav__toggle.active span:nth-of-type(1) {
        -webkit-transform: translateY(7px) translateX(-50%) rotate(-45deg);
                transform: translateY(7px) translateX(-50%) rotate(-45deg);
    }
    .p-nav__toggle.active span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        -webkit-animation: active-btn05-bar02 0.8s forwards;
                animation: active-btn05-bar02 0.8s forwards;
    }
    @-webkit-keyframes active-btn05-bar02 {
        100% {
            height: 0;
        }
    }
    @keyframes active-btn05-bar02 {
        100% {
            height: 0;
        }
    }
    .p-nav__toggle.active span:nth-of-type(3) {
        -webkit-transform: translateY(-7px) translateX(-50%) rotate(45deg);
                transform: translateY(-7px) translateX(-50%) rotate(45deg);
    }
    .p-nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        visibility: hidden;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        max-height: 0;
        height: 100%;
        background-color: #ffffff;
        font-size: 1.8rem;
        transition: all 0.8s ease;
    }
    .p-nav__sub {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 55px;
        padding: 0.5em 0;
        background-color: #7a7a7a;
        list-style: none;
        font-size: 1.3rem;
    }
    .p-nav__sub li a {
        display: block;
        padding: 0.3em 2em;
        color: #ffffff;
        text-decoration: none;
    }
    .p-nav__sub li:first-child a {
        border-right: solid 1px #ffffff;
        background-image: url(../n_img/top/icon-english-sp.png);
        background-position: center left;
        background-repeat: no-repeat;
    }
    .p-nav__sub li:last-child a {
        background-image: url(../n_img/top/icon-america-sp.png);
        background-position: center right;
        background-repeat: no-repeat;
    }
    .p-nav__item a {
        display: block;
        padding-left: 4em;
        border-bottom: 1px solid #dcdddd;
        background-image: url(../n_img/top/arrow-menu.png);
        background-position: center left 1em;
        background-repeat: no-repeat;
        color: #000000;
        text-decoration: none;
        font-size: 1.3rem;
        line-height: 3.5;
    }
    .p-nav__secondary {
        display: none;
    }
    .p-nav__secondary a {
        background-image: none;
        padding:10;
    }
    .p-nav__item--sp {
        pointer-events: none;
    }
    /* open */
    .open {
        overflow: hidden;
    }
    .open .p-nav {
        visibility: visible;
        max-height: 999px;
    }
}

@media screen and (min-width: 768px) {
    .p-nav {
        margin-right: 0.5em;
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .p-nav {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-nav ul {
        list-style: none;
    }
    .p-nav__toggle {
        display: none;
    }
    .p-nav__sub {
        display: flex;
        justify-content: flex-end;
        font-size: 1.5rem;
    }
    .p-nav__sub li a {
        margin-left: 1.2em;
        color: #595757;
        text-decoration: none;
    }
    .p-nav__sub li a:hover {
        color: #7a7a7a;
    }
    .p-nav__sub li:first-child a {
        padding-left: 1.2em;
        background-image: url(../n_img/top/icon-english-pc.png);
        background-position: center left;
        background-repeat: no-repeat;
    }
    .p-nav__sub li:last-child a {
        padding-right: 1.2em;
        background-image: url(../n_img/top/icon-america-pc.png);
        background-position: center right;
        background-repeat: no-repeat;
    }
    .p-nav__list {
        display: flex;
        justify-content: flex-end;
        margin-top: 0.7em;
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .p-nav__list {
        margin-top: 0.9em;
    }
}

@media screen and (min-width: 768px) {
    .p-nav__item> a {
        position: relative;
        display: block;
        padding: 0.6em 0.8em 1.2em 0.8em;
        background-color: #ffffff;
        color: #000000;
        text-decoration: none;
    }
    .p-nav__item> a::after {
        position: absolute;
        right: 10px;
        bottom: 8px;
        left: 10px;
        height: 2px;
        background: #ffffff;
        content: "";
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .p-nav__item:hover> a {
        background-color: #7a7a7a;
        color: #ffffff;
    }
}

@media screen and (min-width: 768px) {
    .p-nav__item.open> a {
        background-color: #7a7a7a;
        color: #ffffff;
    }
    .p-nav__secondary {
        position: absolute;
        top: 125px;
        left: 0;
        z-index: 999;
        display: none;
        width: 100%;
        padding: 1em 0.5em;
        background-color: #7a7a7a;
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .p-nav__secondary {
        top: 110px;
        display: block;
        overflow: hidden;
        max-height: 0;
        padding: 0;
        opacity: 0.8;
        transition: padding 0.3s ease-out, opacity 0.3s;
    }
}

@media screen and (min-width: 768px) {
    .p-nav__secondary ul {
        display: flex;
        flex-wrap: wrap;
        width: auto;
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .p-nav__secondary ul {
        width: 1050px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .p-nav__secondary li a {
        position: relative;
        margin-right: 2.5em;
        padding: 0.5em 0 0.5em 2em;
        background-image: url(../n_img/top/arrow-small.png);
        background-position: center left;
        background-repeat: no-repeat;
        color: #ffffff;
        text-decoration: none;
        line-height:2.8;
    }
    .p-nav__secondary li a::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #ffffff;
        content: "";
        transition: -webkit-transform 0.3s;
        transition:         transform 0.3s;
        transition:         transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transform-origin: right top;
                transform-origin: right top;
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .p-nav__secondary li a:hover::after {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        -webkit-transform-origin: left top;
                transform-origin: left top;
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .p-nav__item:hover .p-nav__secondary {
        max-height: 9999px;
        padding: 1.6em 0;
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .p-nav__item--sp {
        pointer-events: none;
    }
}

@media screen and (min-width: 1200px) {
    .p-nav__item--sp {
        pointer-events: auto;
    }
}

/* top page */
.p-top__works {
    display: flex;
    margin: 1em;
}

@media screen and (min-width: 768px) {
    .p-top__works {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .p-top__works {
        margin: 1em 0;
    }
}

.p-top__worksArea {
    position: relative;
    width: calc((100% / 2) - 1em);
    margin-left: 2em;
    padding-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
    .p-top__worksArea {
        width: 100%;
        margin: 4em 0 0 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .p-top__worksArea {
        margin: 6em 0 0 0;
    }
}

.p-top__worksArea::after {
    display: block;
    clear: both;
    overflow: hidden;
    height: 1px;
    content: "";
}

.p-top__worksArea:first-child {
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .p-top__worksItem {
        width: 370px;
    }
}

@media screen and (min-width: 1200px) {
    .p-top__worksItem {
        margin: 2em 0 0 0;
    }
}

@media screen and (min-width: 768px) {
    .p-top__worksArea:nth-child(odd) .p-top__worksItem {
        float: left;
    }
}

@media screen and (min-width: 768px) {
    .p-top__worksArea:nth-child(even) .p-top__worksItem {
        float: right;
    }
}

.p-top__worksTitle {
    position: relative;
    padding-left: 2.8em;
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-top__worksTitle {
        padding-left: 2.5em;
        font-weight: normal;
        font-size: 2.4rem;
    }
}

.p-top__worksTitle::before {
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 25px;
    height: 3px;
    padding-left: 2em;
    background-color: #7a7a7a;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .p-top__worksTitle::before {
        width: 38px;
    }
}

.p-top__worksTitle strong {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-top__worksTitle strong {
        display: block;
        margin-top: 0.5em;
        color: #727171;
        font-weight: normal;
        font-size: 1.5rem;
    }
}

.p-top__worksText {
    margin-top: 0.3em;
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .p-top__worksText {
        margin: 2em 0 2em 3.8em;
        font-size: 1.6rem;
    }
}

.p-top__worksImg {
    margin: 0.5em 0;
}

@media screen and (min-width: 768px) {
    .p-top__worksImg {
        width: calc(100% - 370px);
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-top__worksArea:nth-child(odd) .p-top__worksImg {
        float: right;
        padding-left: 3em;
    }
}

@media screen and (min-width: 768px) {
    .p-top__worksArea:nth-child(even) .p-top__worksImg {
        float: left;
        padding-right: 3em;
    }
}

.p-top__worksLink {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 768px) {
    .p-top__worksLink {
        position: relative;
        margin-left: 3.8em;
    }
}

.p-top__cmenu {
    display: flex;
    margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
    .p-top__cmenu {
        margin-top: 4em;
    }
}

@media screen and (min-width: 1200px) {
    .p-top__cmenu {
        margin-top: 6em;
    }
}

.p-top__cmenuImg {
    position: relative;
    width: calc(100% / 2);
    height: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    transition: background 0.5s ease;
}

@media screen and (min-width: 768px) {
    .p-top__cmenuImg {
        height: 260px;
    }
}

@media screen and (min-width: 1200px) {
    .p-top__cmenuImg {
        background-size: 100%;
    }
}

.p-top__cmenuImg:first-child {
    background-image: url(../n_img/top/m01.jpg);
}

.p-top__cmenuImg:last-child {
    background-image: url(../n_img/top/m02.jpg);
}

@media screen and (min-width: 1200px) {
    .p-top__cmenuImg:hover {
        background-size: 110%;
    }
}

.p-top__cmenuLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    text-decoration: none;
    transition: background 0.5s ease;
}

.p-top__cmenuLink:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.p-top__cmenuTitle {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 100%;
    color: #ffffff;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .p-top__cmenuTitle {
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
    }
}

.p-top__cmenuTitle strong {
    font-size: 1.1rem;

    overflow-wrap: break-word;
}

@media screen and (min-width: 768px) {
    .p-top__cmenuTitle strong {
        font-size: 2.5rem;

        overflow-wrap: break-word;
    }
}

.p-top__cmenuTitle strong.eng {
    display: block;
    font-size: 1.1rem;

    overflow-wrap: break-word;
}

@media screen and (min-width: 768px) {
    .p-top__cmenuTitle strong.eng {
        font-size: 2.5rem;

        overflow-wrap: break-word;
    }
}

.p-top__cmenuTitle strong.eng img {
    display: block;
    margin: 0.5em 0 0 0;
}

@media screen and (min-width: 768px) {
    .p-top__cmenuTitle strong.eng img {
        display: inline;
        margin: 0 0 0 1em;
        vertical-align: middle;
    }
}

.p-top__cmenuTitle h2 {
    display: block;
    font-weight: normal;
    font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
    .p-top__cmenuTitle h2 {
        font-size: 2rem;
    }
}

.p-top__cmenuTitle h2 img {
    margin-left: 1em;
    vertical-align: middle;
}


.p-top__movie {
    margin: 1em 1em 0 1em;
}

@media screen and (min-width: 768px) {
    .p-top__movie {
        margin: 3em 1em 0 1em;
    }
}

@media screen and (min-width: 1200px) {
    .p-top__movie {
        margin: 5em 1em 0 1em;
    }
}

.p-top__movieTitle {
    position: relative;
    padding-left: 2.5em;
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-top__movieTitle {
        font-weight: normal;
        font-size: 2.4rem;
    }
}

.p-top__movieTitle strong {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-top__movieTitle strong {
        display: inline-block;
        margin-left: 1em;
        color: #727171;
        font-weight: normal;
        font-size: 1.5rem;
    }
}

.p-top__movieTitle::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 3px;
    background-color: #7a7a7a;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .p-top__movieTitle::before {
        width: 38px;
    }
}

@media screen and (min-width: 768px) {
    .p-top__movieDetail {
        margin-top: 3em;
    }
}

.p-top__movieDetail dl {
    padding: 0.5em 0;
    border-bottom: 1px solid #efefef;
}

@media screen and (min-width: 768px) {
    .p-top__movieDetail dl {
        display: flex;
        margin: 0 1em;
        padding: 1em;
    }
}

@media screen and (min-width: 1200px) {
    .p-top__movieDetail dl {
        margin: 0 3em;
    }
}

.p-top__movieDetail dl dd {
    flex: 1 0 200px;
    margin-top: 0.5em;
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .p-top__movieDetail dl dd {
        margin-top: 0;
        font-size: 1.5rem;
    }
}

.p-top__movieDetail a {
    display: block;
    color: #000000;
    text-decoration: none;
    transition: background 0.3s;
}

.p-top__movieDetail a:hover {
    background-color: #f0f0f0;
}

.p-top__movieDate {
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .p-top__movieDate {
        width: 42%;
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .p-top__movieDate {
        width: 18%;
    }
}

.p-top__movieDate span {
    display: inline-block;
    min-width: 90px;
    margin-right: 1em;
}

@media screen and (min-width: 768px) {
    .p-top__movieDate span {
        min-width: 100px;
        margin-right: 2em;
    }
}

@media screen and (min-width: 1200px) {
    .p-top__movieDate span {
        margin-right: 3em;
    }
}

.p-top__movieDate span.eng {
    min-width: 110px;
}

@media screen and (min-width: 768px) {
    .p-top__movieDate span.eng {
        min-width: 150px;
        margin-right: 2em;
    }
}

@media screen and (min-width: 1200px) {
    .p-top__movieDate span.eng {
        margin-right: 3em;
    }
}


.p-top__news {
    margin: 1em 1em 0 1em;
}

@media screen and (min-width: 768px) {
    .p-top__news {
        margin: 3em 1em 0 1em;
    }
}

@media screen and (min-width: 1200px) {
    .p-top__news {
        margin: 5em 1em 0 1em;
    }
}

.p-top__newsTitle {
    position: relative;
    padding-left: 2.5em;
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-top__newsTitle {
        font-weight: normal;
        font-size: 2.4rem;
    }
}

.p-top__newsTitle strong {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-top__newsTitle strong {
        display: inline-block;
        margin-left: 1em;
        color: #727171;
        font-weight: normal;
        font-size: 1.5rem;
    }
}

.p-top__newsTitle::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 3px;
    background-color: #7a7a7a;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .p-top__newsTitle::before {
        width: 38px;
    }
}

@media screen and (min-width: 768px) {
    .p-top__newsDetail {
        margin-top: 3em;
    }
}

.p-top__newsDetail dl {
    padding: 0.5em 0;
    border-bottom: 1px solid #efefef;
}

@media screen and (min-width: 768px) {
    .p-top__newsDetail dl {
        display: flex;
        margin: 0 1em;
        padding: 1em;
    }
}

@media screen and (min-width: 1200px) {
    .p-top__newsDetail dl {
        margin: 0 3em;
    }
}

.p-top__newsDetail dl dd {
    flex: 1 0 200px;
    margin-top: 0.5em;
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .p-top__newsDetail dl dd {
        margin-top: 0;
        font-size: 1.5rem;
    }
}

.p-top__newsDetail a {
    display: block;
    color: #000000;
    text-decoration: none;
    transition: background 0.3s;
}

.p-top__newsDetail a:hover {
    background-color: #f0f0f0;
}

.p-top__newsDate {
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .p-top__newsDate {
        width: 42%;
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .p-top__newsDate {
        width: 38%;
    }
}

.p-top__newsDate span {
    display: inline-block;
    min-width: 90px;
    margin-right: 1em;
}

@media screen and (min-width: 768px) {
    .p-top__newsDate span {
        min-width: 100px;
        margin-right: 2em;
    }
}

@media screen and (min-width: 1200px) {
    .p-top__newsDate span {
        margin-right: 3em;
    }
}

.p-top__newsDate span.eng {
    min-width: 110px;
}

@media screen and (min-width: 768px) {
    .p-top__newsDate span.eng {
        min-width: 150px;
        margin-right: 2em;
    }
}

@media screen and (min-width: 1200px) {
    .p-top__newsDate span.eng {
        margin-right: 3em;
    }
}

.p-top__newsLink {
    margin-top: 1em;
    text-align: right;
}

@media screen and (min-width: 768px) {
    .p-top__newsLink {
        margin-top: 3em;
    }
}

/* link btn */
.p-btn__link {
    position: relative;
    display: block;
    padding: 0.2em 1em;
    background-image: url(../n_img/top/arrow-small.png);
    background-position: center right 0.5em;
    background-repeat: no-repeat;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .p-btn__link {
        display: inline-block;
        min-width: 220px;
        padding: 0.8em 2em;
        background-image: url(../n_img/top/arrow.png);
        background-position: center right 1em;
        font-size: 1.7rem;
    }
}

.p-btn__link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #333333;
    content: "";
    transition: -webkit-transform 0.3s;
    transition:         transform 0.3s;
    transition:         transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
}

.p-btn__link:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
}

.p-btn__link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background-color: #7a7a7a;
    content: "";
}

.p-btn__link--line {
    position: relative;
    display: inline-block;
    padding-right: 3em;
    background-image: url(../n_img/top/arrow-menu.png);
    background-position: center right;
    color: #000000;
    text-decoration: none;
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .p-btn__link--line {
        padding-right: 2em;
        font-size: 1.7rem;
    }
}

.p-btn__link--line::before {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #7a7a7a;
    content: "";
    transition: -webkit-transform 0.3s;
    transition:         transform 0.3s;
    transition:         transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
}

.p-btn__link--line:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
}

.p-btn__link--linewhite {
    position: relative;
    display: inline-block;
    padding-right: 2em;
    background-image: url(../n_img/top/arrow-small.png);
    background-position: center right;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
}

.p-btn__link--linewhite::before {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    content: "";
    transition: -webkit-transform 0.3s;
    transition:         transform 0.3s;
    transition:         transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
}

.p-btn__link--linewhite:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
}

/* tag btn */
.p-btn__tag {
    padding: 0.1em 1em;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
    .p-btn__tag {
        font-size: 1.4rem;
    }
}

.p-btn__tag--blue {
    background-color: #7a7a7a;
}

.p-btn__tag--orange {
    background-color: #ffc000;
}

.p-btn__tag--green {
    background-color: #8fc31f;
}

.p-btn__tag--gray {
    background-color: #7f7f7f;
}

.p-btn__tag--red {
    background-color: #ed7d31;
}


/* top slide */
.swiper-container {
    position: relative;
    width: 100%;
    text-align: center;
}

.swiper-container .swiper-blind-left,
.swiper-container .swiper-blind-right {
    display: none;
}

@media screen and (min-width: 768px) {
    .swiper-container .swiper-blind-left,
    .swiper-container .swiper-blind-right {
        position: absolute;
        top: 0;
        z-index: 5;
        display: block;
        width: 8.35%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
    }
}

.swiper-container .swiper-blind-left {
    left: 0;
}

.swiper-container .swiper-blind-right {
    right: 0;
}

.swiper-container .swiper-custom-prev,
.swiper-container .swiper-custom-next {
    display: none;
}

@media screen and (min-width: 768px) {
    .swiper-container .swiper-custom-prev,
    .swiper-container .swiper-custom-next {
        position: absolute;
        top: 0;
        z-index: 100;
        display: block;
        width: 8.35%;
        height: 100%;
        cursor: pointer;
    }
}

.swiper-container .swiper-custom-prev {
    right: auto;
    left: 0;
}

.swiper-container .swiper-custom-prev::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: url(../n_img/top/arrow-slide-prev.png);
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}

.swiper-container .swiper-custom-next {
    right: 0;
    left: auto;
}

.swiper-container .swiper-custom-next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: url(../n_img/top/arrow-slide-next.png);
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}

.swiper-slide {
    position: relative;
    color: #ffffff;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-slide__sub {
    position: absolute;
    top: 35%;
    left: 50%;
    z-index: 2;
    width: 100%;
    text-shadow: 0 0 20px #505050, 0 0 20px #505050, 0 0 10px #282828;
    letter-spacing: 0.2em;
    font-weight: normal;
    font-size: 1.2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    .swiper-slide__sub {
        top: 30%;
        letter-spacing: 3px;
        font-size: 2.3rem;
    }
}

@media screen and (min-width: 1200px) {
    .swiper-slide__sub {
        top: 35%;
        font-size: 3.4rem;
    }
}

.swiper-slide__text {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 2;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 5px #282828, 0 0 10px #282828, 0 0 10px #282828;
    font-size: 1rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    .swiper-slide__text {
        top: 55%;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1200px) {
    .swiper-slide__text {
        top: 55%;
        font-size: 1.9rem;
    }
}

.swiper-slide__text span {
    display: block;
    padding: 0 2em;
}

@media screen and (min-width: 768px) {
    .swiper-slide__text span {
        margin: 0;
    }
}

.swiper-pagination {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
}

.swiper-pagination-bullet-active {
    background: #7a7a7a;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .u-display--sp {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) {
    .u-display--tab {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    .u-display--pc {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .u-none--sp {
        display: none !important;
    }
}
/*# sourceMappingURL=sourcemaps/style.css.map */