/* Scss Document */
/* Scss Document */
/* Font Size デザインカンプ　750/psd:1366px/break:1920px/
--------------------------------------------------------- */
/* VWはSPのみ利用
--------------------------------------------------------- */
/* % only
--------------------------------------------------------- */
/* 
--------------------------------------------------------- */
/* Initialize
--------------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

fieldset,
img,
abbr,
acronym {
    border: 0;
}

/* base
--------------------------------------------------------- */
* {
    /*font-family: 'Noto Serif JP', serif;*/
    font-family: '宋体' !important;
    /*  line-height: 2.0;*/
}

a {
    color: #1c1c1c;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    /* -moz-opacity: 0.73;
   opacity: 0.73; */
    display: block;
}

html {
    height: 100%;
}

body {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    min-height: 100%;
    height: auto;
    color: #fff;
    overflow-x: hidden;
    background: #1f1f1f;
}

strong {
    font-weight: bold;
}

ul {
    margin: 0;
}

ol {
    margin: 0;
}

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

pre {
    padding: 9.5px;
    margin: 0 0 10px;
}

@media (max-width: 750px) {
    .sp_none {
        display: none !important;
    }
}

.pc_none {
    display: none !important;
}

@media (max-width: 750px) {
    .pc_none {
        display: block !important;
    }
}


/*--------------------------------------------
エージェント別
--------------------------------------------*/
.u-pc {
    display: block !important;
}

.u-pc__inline {
    display: inline !important;
}

.u-sp {
    display: none !important;
}

.u-sp__inline {
    display: none !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .u-pc {
        display: none !important;
    }

    .u-pc__inline {
        display: none !important;
    }

    .u-sp {
        display: block !important;
    }

    .u-sp__inline {
        display: inline !important;
    }
}


/* =========================================================
 common
========================================================= */
.site-header {
    max-width: 92%;
    margin: 0 auto;
    z-index: 100;
    height: 140px;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}

/********* sp *********/
@media only screen and (max-width:750px) {
    .site-header {
        display: block;
        max-width: none;
        padding-left: 5.333vw;
    }
}

.site-header .header-item:last-child {
    margin-left: auto;
    color: #FFF;
    width: 78px;
    height: 78px;
}


/*--------------------------------------------
ロゴ
--------------------------------------------*/
.l-header__logo {
    display: flex !important;
    align-items: center;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 10;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .l-header__logo {
        left: 5.333vw;
        top: 6.666vw;
        display: block !important;
    }
}

.l-header__logo__img {
    width: 370px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .l-header__logo__img {
        width: 59.466vw;
    }
}

.l-header__logo__img img {
    width: 300px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .l-header__logo__img img {
        width: 100%;
        height: auto;
    }
}

.l-header__logo h1 {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.1em;
    padding-left: 25px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .l-header__logo h1 {
        font-size: 2.666vw;
        padding: 0;
        margin-top: 2.5vw;
    }
}

.l-header__logo h1 span {
    display: block;
    margin-top: 0.6em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .l-header__logo h1 span {
        line-height: 1.3em;
    }
}

.l-header__logo h1 span br {
    display: none;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .l-header__logo h1 span br {
        display: inline;
    }
}

/*SEC01*/
.head-mv-slide {
    position: relative;
    overflow: hidden;
}

.head-mv-slide .mv-text {
    position: absolute;
    left: 19.3997071742%;
    bottom: 13.5431918009%;
    z-index: 30;
}

/********* sp *********/
@media only screen and (max-width:750px) {
    .head-mv-slide .mv-text {
        position: absolute;
        left: 8.333vw;
        top: 26vw;
    }
}

.head-mv-slide .mv-text span {
    font-family: 'Noto Serif JP', serif;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    font-size: 24px;
    letter-spacing: 0.5em;
    line-height: 1.8em;
    transition: 1.5s ease-in-out;
}

@media (max-width: 750px) {
    .head-mv-slide .mv-text span {
        font-size: 4.8vw;
    }
}

.head-mv-slide img {
    vertical-align: bottom;
    display: block;
    width: 100vh;
    height: 100vh;
}

.head-mv {
    position: relative;
    overflow: hidden;
}

.head-mv .mv-text {
    position: absolute;
    left: 19.3997071742%;
    bottom: 13.5431918009%;
}

@media (max-width: 750px) {
    .head-mv .mv-text {
        position: absolute;
        left: 13.3333333333vw;
        bottom: 33.3333333333vw;
    }
}

.head-mv .mv-text span {
    font-family: 'Noto Serif JP', serif;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    font-size: 24px;
    letter-spacing: 0.5em;
    line-height: 1.8em;
    transition: 1.5s ease-in-out;
}

@media (max-width: 750px) {
    .head-mv .mv-text span {
        font-size: 4.8vw;
    }
}

.head-mv img {
    vertical-align: bottom;
    display: block;
    width: 100vh;
    height: 100vh;
}

/*▼▼▼▼▼FOOTER▼▼▼▼▼*/
#site-footer {
    background: #1F1F1F;
    padding: 80px 0 140px 0;
}

@media (max-width: 750px) {
    #site-footer {
        padding: 21.3333333333vw 0 21.3333333333vw 0;
    }
}

#site-footer .s-footer--inner {
    width: 80.6%;
    max-width: 1280px;
    margin: 0 auto;
    /*----------nav list----------*/
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner {
        width: 100%;
        max-width: 750px;
        padding: 0 6.6666666667vw 0 6.6666666667vw;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

#site-footer .s-footer--inner .footer-item {
    display: flex;
    align-items: center;
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner .footer-item {
        display: block;
        width: 100%;
    }
}

#site-footer .s-footer--inner .footer-item .footer-item--logo img {
    width: 370px;
    height: auto;
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner .footer-item .footer-item--logo img {
        width: 100%;
        height: auto;
    }
}

#site-footer .s-footer--inner .footer-item p {
    font-weight: 400;
    letter-spacing: 2px;
    padding-left: 30px;
    font-size: 12px;
    padding-bottom: 0.20em;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner .footer-item p {
        display: block;
        padding-left: 0px;
        padding-top: 8vw;
        font-size: 2.6666666667vw;
    }
}

#site-footer .s-footer--inner .footer_nav--list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 90px 0 0 0;
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner .footer_nav--list {
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 13.0666666667vw 0 0 0;
    }
}

#site-footer .s-footer--inner .footer_nav--list dl {
    max-width: 324px;
    width: 100%;
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner .footer_nav--list dl {
        width: 100%;
        max-width: 100%;
        padding-bottom: 2em;
    }
}

#site-footer .s-footer--inner .footer_nav--list dl dt {
    letter-spacing: 0.05em;
    font-weight: 500;
    position: relative;
    padding-bottom: 30px;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 30px;
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner .footer_nav--list dl dt {
        margin-bottom: 5.3333333333vw;
        font-size: 3.2vw;
        padding-bottom: 5.6vw;
    }
}

#site-footer .s-footer--inner .footer_nav--list dl dt span {
    color: #818181;
    display: block;
    font-size: 12px;
    padding-bottom: 12px;
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner .footer_nav--list dl dt span {
        font-size: 2.4vw;
        padding-bottom: 2.6666666667vw;
    }
}

#site-footer .s-footer--inner .footer_nav--list dl dt:before {
    content: "";
    background: #383838;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#site-footer .s-footer--inner .footer_nav--list dl dt:after {
    content: "";
    background: #fff;
    width: 18px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner .footer_nav--list dl dt:after {
        width: 3.6vw;
    }
}

/* テキスト アンダーライン */
#site-footer .s-footer--inner .footer_nav--list dl dt a {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.1em;
}

#site-footer .s-footer--inner .footer_nav--list dl dt a::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -100%;
}

#site-footer .s-footer--inner .footer_nav--list dl dt a:hover::before {
    left: 0;
    transition-duration: 0.2s;
}

#site-footer .s-footer--inner .footer_nav--list dl dd {
    font-size: 12px;
    padding-bottom: 18px;
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner .footer_nav--list dl dd {
        padding-bottom: 3.3333333333vw;
        font-size: 2.6666666667vw;
    }
}

#site-footer .s-footer--inner .footer_nav--list dl dd a {
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
    display: inline-block;
    font-weight: 200;
    letter-spacing: 0.05em;
}

#site-footer .s-footer--inner .ft-groupe {
    padding-top: 75px;
    padding-bottom: 100px;
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner .ft-groupe {
        padding-top: 5vw;
        padding-bottom: 13.3333333333vw;
    }
}

#site-footer .s-footer--inner .ft-groupe p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    line-height: 1.8em;
    color: #999999;
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner .ft-groupe p {
        font-size: 2.6666666667vw;
    }
}

#site-footer .s-footer--inner .ft-nav-corporate {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #FFF;
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner .ft-nav-corporate {
        flex-wrap: wrap;
        font-size: 2.6vw;
    }
}

#site-footer .s-footer--inner .ft-nav-corporate ul {
    display: flex;
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner .ft-nav-corporate ul {
        padding-bottom: 9vw;
    }
}

#site-footer .s-footer--inner .ft-nav-corporate ul li {
    padding-right: 25px;
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner .ft-nav-corporate ul li {
        padding-right: 4.6666666667vw;
    }
}

#site-footer .s-footer--inner .ft-nav-corporate ul a {
    color: #FFF;
}

#site-footer .s-footer--inner .ft-nav-corporate ul a span {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    position: relative;
    padding-right: 1em;
}

#site-footer .s-footer--inner .ft-nav-corporate ul a span:before {
    content: "";
    width: 3px;
    height: 3px;
    border: 0px;
    border: solid 1px #fff;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    right: 2px;
}

#site-footer .s-footer--inner .ft-nav-corporate ul a span:after {
    content: "";
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    right: 0;
}

#site-footer .s-footer--inner .ft-nav-corporate address {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #FFF;
}

@media (max-width: 750px) {
    #site-footer .s-footer--inner .ft-nav-corporate address {
        font-size: 2.2133333333vw;
        font-family: 'Roboto', sans-serif;
    }
}

/*▲▲▲▲▲FOOTER▲▲▲▲▲*/
.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 1:1 */
}

.recommend-bg {
    background: #1a1a1a;
    padding-bottom: 140px;
}

@media (max-width: 750px) {
    .recommend-bg {
        padding-bottom: 16vw;
    }
}

.recommend-nav {
    max-width: 1280px;
    width: 87.847%;
    margin: 0 auto;
}

.recommend-nav.-bg_story {
    background: #1a1a1a;
}


.recommend-nav h4 {
    color: #999999;
    padding: 90px 0 55px 0;
    text-align: center;
    font-family: "Times New Roman", Times, "serif";
    font-size: 16px;
    letter-spacing: 0.2em;
    font-weight: 500;
}

@media (max-width: 750px) {
    .recommend-nav h4 {
        font-size: 3.2vw;
        padding: 14.2vw 0 6.666vw 0;
    }
}

.recommend-nav .recommend-nav-wrap .recommend-nav--img {
    position: relative;
}

.recommend-nav .recommend-nav-wrap .recommend-nav--img img {
    width: 100%;
    height: auto;
}

.recommend-nav .recommend-nav-wrap .recommend-nav--text {
    position: absolute;
    bottom: 40px;
    left: 50px;
    right: 50px;
    display: flex;
    justify-content: space-between;
    align-content: flex-end;
    align-items: baseline;
}

@media (max-width: 750px) {
    .recommend-nav .recommend-nav-wrap .recommend-nav--text {
        bottom: 5.3333333333vw;
        left: 5.3333333333vw;
        right: 5.0666666667vw;
    }
}

.recommend-nav .recommend-nav-wrap .recommend-nav--text a {
    color: #FFF;
}

.recommend-nav .recommend-nav-wrap .recommend-nav--text .text--ttl {
    font-size: 28px;
    letter-spacing: .2rem;
}

@media (max-width: 750px) {
    .recommend-nav .recommend-nav-wrap .recommend-nav--text .text--ttl {
        font-size: 4.8vw;
    }
}

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

.arrow::before,
.arrow::after {
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 0;
    /* margin: auto;*/
    content: "";
    vertical-align: middle;
}

.h-link--text {
    font-family: 'Noto Sans JP', sans-serif;
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    border-bottom: 1px #FFF dotted;
    text-decoration: none;
    padding-bottom: 15px;
    padding-right: 4em;
    position: relative;
}

@media (max-width: 750px) {
    .h-link--text {
        font-size: 2.4vw;
        padding-bottom: 4vw;
        padding-right: 3em;
    }
}

.h-link--text:hover {
    text-decoration: none;
    display: inline-block;
}

.h-link--text::before {
    box-sizing: border-box;
    width: 19px;
    height: 19px;
    border: 1px solid #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

/********* sp *********/
@media only screen and (max-width:750px) {
    .h-link--text::before {
        width: 4vw;
        height: 4vw;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.h-link--text::after {
    right: 5px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    right: 8px;
}

/********* sp *********/
@media only screen and (max-width:750px) {
    .h-link--text::after {
        content: "";
        width: 0.7vw;
        height: 0.7vw;
        border: 0px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 1.45vw;
        right: 1.65vw;
        margin: 0;
    }
}


@media (max-width: 750px) {
    .pd-tp {
        padding-top: 3em;
    }
}

.l-hd-border {
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
}

.l-hd-border:after {
    border-right: 1px solid;
    content: "";
    width: 3em;
    /* 線の長さ */
}

.l-hd-border:after {
    margin-left: 1em;
    /* 文字の左隣 */
}


/*--------------------------------------------
ページTOPへ戻るボタン
--------------------------------------------*/
.u-btn-pagetop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 70px;
    height: 70px;
    border: solid 1px #e8e6e6;
    border-radius: 50%;
    background: rgba(26, 26, 26, 0.9);
    z-index: 10;
    cursor: pointer;

}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .u-btn-pagetop {
        position: fixed;
        right: 4vw;
        bottom: 4vw;
        width: 14vw;
        height: 14vw;
    }
}

.u-btn-pagetop::before {
    content: "";
    background: url(../image/pagetop_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-position: center;
    background-size: 14px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .u-btn-pagetop::before {
        background-size: 2.8vw;
    }
}

/********* pc *********/
@media only screen and (min-width: 751px) {
    .u-btn-pagetop:hover {
        background: #fff;
        transition: 0.5s ease-in-out;
        border: solid 1px #aaa;
    }

    .u-btn-pagetop:hover::before {
        content: "";
        background: url(../image/pagetop_arrow_hover.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 14px;
    }
}

/*--------------------------------------------
IEアラート
--------------------------------------------*/
.l-ie_alert {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0;
    padding: 2em;
    width: 100%;
    z-index: 1000;
    color: #fff;
    text-align: center;
}

.l-ie_alert p {
    display: inline-block;
    position: relative;
    padding: 0 3em;
    font-family: 'Noto Sans JP', sans-serif;
}

.l-ie_alert__btn {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    background: #0284c3;
    border-radius: 3px;
    padding: 0.5em 0.8em 0.55em 0.8em;
    margin-left: 1em;
    cursor: pointer;
}