@charset "utf-8";
/* *****************************************************************************
共通スタイル記述変更
***************************************************************************** */
nav .g-navi li a {
    display: block;
    color: #000;
    font-weight: 700;
}

nav .g-navi li a:hover {
    color: #fff;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

/* *****************************************************************************
PC用のスタイル記述
***************************************************************************** */

/* -----------------------------------------------------------------------------
MainVidual
----------------------------------------------------------------------------- */
.lower main .main__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower main .main__inner .mv {
    width: 100%;
    height: 678px;
    position: relative;
    margin-top: 90px;
    left: 0;
    top: 0;
    z-index: 1;
}

.lower .mv__inner {
    position: absolute;
    width: 100%;
    height: 678px;
    z-index: 1;
    background-color: #000;
    overflow: hidden;
}

.lower main .main__inner .mv .main01 {
    width: 100%;
    height: 678px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/lineup/main01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.lower main .main__inner .mv .main02 {
    width: 100%;
    height: 678px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/lineup/main02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.lower main .main__inner .mv .main03 {
    width: 100%;
    height: 678px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/lineup/main03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.lower main .main__inner .mv .main01:before,
.lower main .main__inner .mv .main02:before,
.lower main .main__inner .mv .main03:before {
    content: "";
    display: block;
    width: 100%;
    height: 678px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 5;
}

.lower main .mv-title__outer {
    position: absolute;
    top: auto;
    bottom: 50%;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    transform: translate(0%,50%);
    z-index: 10;
}

.lower main .mv-title__inner {
    width: 1120px;
    margin: 0 auto;
}

.lower main .mv-title__outer .mv-title {
    color: rgba(255, 255, 255, .8);
    font-size: 100px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 8px;
    text-align: left;
}

.lower main .mv-title__outer .mv-text {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 20px;
}

/* -----------------------------------------------------------------------------
Style
----------------------------------------------------------------------------- */
.style {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 96px 0px;
    background-color: #f9f6f2;
}

.bb {
    border-bottom: solid 96px #fff;
}

.style__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.style__inner>.title-wrap {
    text-align: center;
    margin-bottom: 75px;
}

.style__inner .title-style {
    color: #333;
    font-size: 80px;
    letter-spacing: 8px;
    margin-bottom: 8px;
    font-weight: 500;
}

.style__inner .sub-title {
    color: #333;
    font-size: 30px;
    font-weight: 400;
}

.summary-style__outer {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 75px;
}

.summary-style-thumb {
    max-width: 100%;
    width: 100%;
    position: relative;
    aspect-ratio: 1002 / 592;
}

.summary-style__outer:nth-of-type(2),
.summary-style__outer:nth-of-type(4) {
    flex-direction: row-reverse;
}

.summary-style__outer:nth-of-type(3) {
    flex-direction: row;
}

.summary-style {
    min-height: 592px;
}

.summary-style__outer:nth-of-type(2) .summary-style,
.summary-style__outer:nth-of-type(4) .summary-style {
    max-width: 50%;
    width: 100%;
    position: relative;
    padding: 50px 40px;
    box-sizing: border-box;
    background-color: #fff;
}

.summary-style__outer:nth-of-type(3) .summary-style {
    max-width: 50%;
    width: 100%;
    position: relative;
    padding: 50px 40px;
    box-sizing: border-box;
    background-color: #fff;
}

.summary-style__outer:nth-of-type(2) .summary-style-thumb figure,
.summary-style__outer:nth-of-type(4) .summary-style-thumb figure {
    aspect-ratio: 1002 / 592;
    position: absolute;
    left: 0px;
    right: auto;
    top: 0;
    width: auto;
    height: 592px;
}

.summary-style__outer:nth-of-type(3) .summary-style-thumb figure {
    aspect-ratio: 1002 / 592;
    position: absolute;
    left: auto;
    right: 0px;
    top: 0;
    width: auto;
    height: 592px;
}

.summary-style__outer .summary-style-thumb figure img {
    aspect-ratio: 1002 / 592;
    display: block;
    width: 100%;
    height: auto;
}

.summary-style__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: -10px;
}

.summary-style .title-wrap .number {
    color: #b94b00;
    font-size: 60px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Merriweather";
}

.summary-style .title-wrap .number .fw {
    color: #b94b00;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: "Merriweather";
}

.summary-style .card-title {
    margin-top: 30px;
    color: #000;
    font-weight: 400;
    font-size: 26px;
    line-height: 2;
    font-family: "Noto Sans JP";
}

.summary-style .text {
    margin-top: 30px;
}

.summary-style .text .card-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.style__inner .cta-btn {
    display: flex;
    justify-content: center;
}

.style__inner .cta-btn a {
    position: relative;
}

/* *****************************************************************************
SP用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 1120px){

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

.g-content__outer {
    margin-top: 50px;
}

/* -----------------------------------------------------------------------------
SP__MainVidual
----------------------------------------------------------------------------- */
.lower main .main__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower main .main__inner .mv {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 0px;
    left: 0;
    top: 0;
    z-index: 1;
    aspect-ratio: 780 / 1095;
    background-size: contain;
    background-repeat: no-repeat;
}

.lower .mv__inner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    overflow: hidden;
}

.lower main .main__inner .mv .main01 {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 0px;
    left: 0;
    top: 0;
    background-image: url(../images/lineup/sp_main01.jpg);
    aspect-ratio: 780 / 1095;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.lower main .main__inner .mv .main02 {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 0px;
    left: 0;
    top: 0;
    background-image: url(../images/lineup/sp_main02.jpg);
    aspect-ratio: 780 / 1095;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.lower main .main__inner .mv .main03 {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 0px;
    left: 0;
    top: 0;
    background-image: url(../images/lineup/sp_main03.jpg);
    aspect-ratio: 780 / 1095;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.lower main .main__inner .mv .main01:before,
.lower main .main__inner .mv .main02:before,
.lower main .main__inner .mv .main03:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    aspect-ratio: 780 / 1095;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
}

.lower main .mv-title__outer {
    position: absolute;
    top: auto;
    bottom: 15px;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    transform: translate(0%,0%);
    z-index: 10;
}

.lower main .mv-title__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower main .mv-title__outer .mv-title {
    color: rgba(255, 255, 255, .8);
    font-size: 44px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: left;
}

.lower main .mv-title__outer .mv-text {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 20px;
}

/* -----------------------------------------------------------------------------
SP__Style
----------------------------------------------------------------------------- */
.style {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 50px 0px;
}

.bb {
    border-bottom: solid 50px #fff;
}

.style__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.style__inner>.title-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.style__inner .title-style {
    color: #333;
    font-size: 36px;
    letter-spacing: 3px;
    margin-bottom: 8px;
    font-weight: 500;
}

.style__inner .sub-title {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.summary-style__outer {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 50px;
}

.summary-style__outer:nth-child(odd) {
    flex-direction: column;
}

.summary-style__outer:nth-child(even) {
    flex-direction: column;
}

.summary-style-thumb {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.summary-style__outer .summary-style {
    min-height: auto;
}

.summary-style__outer:nth-child(odd) .summary-style {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

.summary-style__outer:nth-child(even) .summary-style {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

.summary-style__outer:nth-child(odd) .summary-style-thumb figure {
    aspect-ratio: 360 / 248;
    left: auto;
    right: 0px;
    top: 0;
    width: 100%;
    height: 248px;
}

.summary-style__outer:nth-child(even) .summary-style-thumb figure {
    position: none;
    left: 0px;
    right: auto;
    top: 0;
    width: 100%;
    height: 248px;
}

.summary-style__outer .summary-style-thumb figure img {
    aspect-ratio: 360 / 248;
    display: block;
    width: 100%;
    height: auto;
}

.summary-style__inner {
    width: auto;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    padding: 15px;
}

.summary-style .title-wrap .number {
    color: #b94b00;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Merriweather";
}

.summary-style .title-wrap .number .fw {
    color: #b94b00;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: "Merriweather";
}

.summary-style .card-title {
    margin-top: 22px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    font-family: "Noto Sans JP";
}

.summary-style .text {
    margin-top: 22px;
}

.summary-style .text .card-text {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
}

.style .cta-btn {
    display: flex;
    justify-content: center;
}

.style .cta-btn a {
    position: relative;
}

}

/* *****************************************************************************
TB用のスタイル記述（431px〜1120px）
***************************************************************************** */
@media screen and (min-width: 431px) and (max-width: 1120px) {

.lower main .main__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower main .main__inner .mv {
    width: 100%;
    height: 460px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

.lower .mv__inner {
    position: relative;
    width: 100%;
    height: 460px;
    z-index: 1;
    background-color: #000;
    overflow: hidden;
}

.lower main .main__inner .mv .main01 {
    width: 100%;
    height: 460px;
    position: absolute;
    margin-top: 0px;
    left: 0;
    top: 0;
    background-image: url(../images/lineup/main01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.lower main .main__inner .mv .main02 {
    width: 100%;
    height: 460px;
    position: absolute;
    margin-top: 0px;
    left: 0;
    top: 0;
    background-image: url(../images/lineup/main02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.lower main .main__inner .mv .main03 {
    width: 100%;
    height: 460px;
    position: absolute;
    margin-top: 0px;
    left: 0;
    top: 0;
    background-image: url(../images/lineup/main03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.summary-style-thumb {
    width: 80%;
    margin: 0 auto;
    aspect-ratio: 1002 / 592;
}

.style .title-wrap {
    text-align: center;
}

.summary-style__outer:nth-child(odd) .summary-style,
.summary-style__outer:nth-child(even) .summary-style {
    width: 80%;
    margin: 0 auto;
}

}

/* *****************************************************************************
カラー後付け
***************************************************************************** */
.bgcolor__white {
	background-color: #fff !important;
}

.bgcolor__beige {
    background-color: #f4efe4 !important;
}

.color__orange {
    color: #b94b00!important;
}

.color__red {
    color: #c8000a;
}

.ftcolor__navy {
	color: #001960;
}

