@charset "utf-8";
/* CSS Document */

@import url(icomoon/style.css);
@import "https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css";
@import "https://use.fontawesome.com/releases/v5.0.13/css/all.css";

body {
    overflow: hidden;
    background: var(--C-white);
}
.sp{
    display:none !important;
}
.vertical_txt {
    writing-mode:  vertical-rl;
}
@media screen and (max-width: 768px) {
    .pc{
        display:none !important;
    }
    .sp{
        display:block !important;
    }
}


/* ===============================
	header
 =============================== */

header.header{
    width:100%;
    height:80px;
    display: flex;
    align-items: center;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:auto;
    z-index: 9999;
    background: rgba(0, 104, 167, 0.9);
    transition: 0.3s;
}
header.header.scroll{
    transform: translate(0,-80px);
}
header.header h1{
    margin: -15px 0 0 50px; 
}
header.header .linkArea{
    height:80px;
    display: flex;
    flex-direction: row-reverse;
    margin-left:auto; 
    position: relative;
}
header.header .linkArea .gnav{
    padding: 0 10px;
    display: flex;
    background: rgba(0,104,167,0.9);
}
header.header .linkArea .gnav li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height:80px;
    color:#88959E;
    padding: 0 25px;
    font-size:16px;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header.header .linkArea .gnav li a:hover{
    color:#FFFFFF;
    opacity: 1;
}
header.header .linkArea .otherArea{
    display: flex;
    background: rgba(0,42,109,0.9);
}
header.header .linkArea .otherArea li.sns,
header.header .linkArea .otherArea li:not(.sns) a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:99px;
    height:80px;
    border-right:1px solid #FFFFFF;
    color:#88959E;
    font-size:16px;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header.header .linkArea .otherArea li:not(.sns) a:hover{
    color:#FFFFFF;
    opacity: 1;
}
header.header .linkArea .otherArea li.sns{
    gap:15px;
}
header.header .linkArea .gnav .submenu {
    background: rgba(0,42,109,1);
    border-radius: 4px;
    margin: 0;
    padding: 32px 40px 40px;
    position: absolute;
    top: 80px;
    right: 0;
    transform: translateY(-1em);
    list-style: none;
    columns: 2;
    column-gap: 78px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    pointer-events: none;
}
header.header .linkArea .gnav .submenu > li {
    width: 360px;
}
header.header .linkArea .gnav .submenu > li > a {
    height:auto;
    font-size: 100%;
    color: #FFFFFF;
    display: block;
    border-bottom: 1px solid #666666;
    font-weight: bold;
    padding: 8px 0;
    background-image: url("../../../../common/images/icon_arrow_w.png");
    background-repeat: no-repeat;
    background-size: 16px 5px;
    background-position: right center;
    position: relative;
}
header.header .linkArea .gnav .submenu > li > a::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    transform: scaleX(0);
    transform-origin: top left;
    transition: all .3s;
    content: '';
}
header.header .linkArea .submenu > li > a:hover {
    opacity: 1;
}
header.header .linkArea .gnav .submenu > li > a:hover::after {
    transform: scaleX(1);
}
header.header .linkArea .gnav > li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s, 0s;
    transform: translateY(0%);
    pointer-events: auto;
}

header.lpheader {
    width: 100%;
    height:76px;
    background-color: #000000;
    position: fixed;
    z-index: 9999;
    top:80px;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    border-bottom: 6px solid #0068A7;
}
header.lpheader.scroll{
    transform: translate(0,-80px);
}
header.lpheader h2{
    font-size:clamp(18px,24 / 1400 * 100vw,24px);
    line-height: 50px;
    color:#FFFFFF;
    padding: 10px 0 10px clamp(20px,30 / 1400 * 100vw,30px);
}
header.lpheader .disFlex {
    justify-content: flex-end;
    align-items: center;
}
header.lpheader #g-nav li {
    display: block;
    width:120px;
    height:70px;
    border-right: 1px solid #FFFFFF;
    text-align: center;
}
header.lpheader #g-nav li a {
    height:100%;
    color:#FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(14px,16 / 1400 * 100vw,16px);
}
header.lpheader #g-nav li:first-child a {
    background: #0068A7;
}
header.lpheader #g-nav li:first-of-type,
header.lpheader #g-nav li.noline {
    border-right: none;
}
header.lpheader #g-nav li.nav_csm {
    width: clamp(100px,132 / 1200 * 100vw,132px);
    border-right: none;
    background-color: #0068A7;
}
header.lpheader #g-nav li.nav_csm a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--C-white);
}
header.lpheader #g-nav li.nav_csm:nth-last-of-type(2) {
    background: #0046A7;
}
header.lpheader #g-nav li.nav_csm:last-child {
    background: #0028A7;
}
@media screen and (max-width: 1400px) {
    header.lpheader h2{
        font-size:1.43vw;
        padding: 10px 0 10px 20px;
    }
    header.lpheader #g-nav li {
        width:8.5vw;
    }
    header.lpheader #g-nav li a {
        font-size: 1vw;
    }
    header.lpheader #g-nav li.nav_csm {
        width: 7vw;
    }
}
@media (max-width: 768px) {
    header.header{
        height:44px;
        display: none;
    }
    header.header h1{
        display: none;
    }
    header.header .linkArea{
        width:calc(100% - 44px);
        height:44px;
        margin-left: 0;
        margin-right: auto;
    }
    header.header .linkArea .gnav{
        display: none;
    }
    header.header .linkArea .otherArea{
        width:100%;
        position: relative;
        z-index: 200;
        background: rgba(0,42,109,1);
    }
    header.header .linkArea .otherArea li{
        width:calc(100% / 3);
    }
    header.header .linkArea .otherArea li.sns{
        display: none;
    }
    header.header .linkArea .otherArea li:not(.sns) a{
        width:100%;
        height:44px;
        box-sizing: border-box;
    }
    header.header .spbtn,
    header.header .spmenu{
        display: block;
    }
    header.header .spbtn{
        position: absolute;
        top:0;
        right:0;
        bottom:auto;        
        margin: 0;
        width: 44px;
        height: 44px;
        transition: 0.3s;
        z-index: 10000;
        background: #FFFFFF;
    }
    header.header .spbtn,
    header.header .spbtn span {
        display: inline-block;
        -webkit-transition: all 0.3s; 
        -moz-transition: all 0.3s; 
        -o-transition: all 0.3s; 
        transition: all 0.3s;
        box-sizing: border-box;
    }
    header.header .spbtn span {
        position: absolute;
        left: 0;
        right:0;
        margin: auto;
        width: 18px;
        height: 2px;
        background-color: #000000;
        transition: 0.3s;
    }
    header.header .spbtn span:nth-of-type(1) {
        top: 14px;
    }
    header.header .spbtn span:nth-of-type(2) {
        top: 21px;
    }
    header.header .spbtn span:nth-of-type(3) {
        top: 28px;
    }
    header.header.select .spbtn span:nth-of-type(1) {
        transform: translate(0,7px) rotate(-45deg);
    }
    header.header.select .spbtn span:nth-of-type(2) {
        opacity: 0;
    }
    header.header.select .spbtn span:nth-of-type(3) {
        transform: translate(0,-7px) rotate(45deg);
    }
    header.header .spmenu{
        width:100%;
        height:calc(100vh - 138px);
        box-sizing: border-box;
        padding:0;
        position: fixed;
        top:88px;
        right:0;
        transform: translate(0,-80px);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        overflow-y: scroll;
        background: rgba(0,104,167,1);
        z-index: 120;
        opacity: 0;
        pointer-events: none;
    }
    header.header.select .spmenu{
        transform: translate(0,0);
        pointer-events:fill;
        opacity: 1;
    }
    header.header .spmenu ul{
        display: flex;
        flex-wrap: wrap;
    }
    header.header .spmenu li{
        width:100%;
    }
    header.header .spmenu li.item-fb,
    header.header .spmenu li.item-insta{
        display: inline-block;
        width:50%;
        box-sizing: border-box;
    }
    header.header .spmenu li.item-fb{
        border-right: 1px dashed #FFFFFF;
    }
    header.header .spmenu li:not(:last-child){
        border-bottom: 1px dashed #FFFFFF;
    }
    header.header .spmenu li:last-child{
        margin-bottom: 0;
    }
    header.header .spmenu li a{
        display: block;
        padding: 16px 15px 15px;
        color:#FFFFFF;
        position: relative;
        line-height: 1.15;
    }
    header.header .spmenu li a i::before{
        margin-right: 10px;
    }
    header.header .spmenu li a::after{
        width:6px;
        height:6px;
        border:1px solid;
        border-color:transparent #FFFFFF #FFFFFF transparent;
        content: "";
        color:#FFFFFF;
        position:absolute;
        top:0;
        right:15px;
        bottom:0;
        transform: rotate(-45deg);
        margin: auto;
    }
    header.header .spmenu li.item-fb a::after,
    header.header .spmenu li.item-insta a::after,
    header.header .spmenu li.item-tel a::after{
        display: none;
    }
    
    header.lpheader {
        height: auto;
        top: 0;
        border-bottom: none;
    }
    header.lpheader.scroll{
        transform: none;
    }
    header.lpheader h2{
        font-size:clamp(16px,18 / 400 * 100vw,18px);
        height:44px;
        display: flex;
        align-items: center;
        padding:0 0 0 15px;
        letter-spacing: 0;
    }
    header.lpheader .navArea{
        display: none;
    }
    #g-nav {
        display: none;
    }
    header.lpheader .spbtn,
    header.lpheader .spmenu{
        display: block;
    }
    header.lpheader .spbtn{
        position: absolute;
        top:0;
        right:0;
        bottom:auto;        
        margin: 0 0 0 auto;
        width: 80px;
        height: 44px;
        transition: 0.3s;
        z-index: 10000;
    }
    header.lpheader .spbtn span {
        position: absolute;
        top:50%;
        left: 0;
        right:0;
        transform: translate(0,-50%);
        margin: auto;
        text-align: center;
        transition: 0.3s;
        color:#FFFFFF;
        display: block;
        letter-spacing: 0;
    }
    header.lpheader .spmenu{
        width:100%;
        height:calc(100vh - 94px);
        box-sizing: border-box;
        padding:0;
        position: fixed;
        top:44px;
        right:0;
        transform: translate(0,-80px);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        overflow-y: scroll;
        background: rgba(0,104,167,1);
        z-index: 120;
        opacity: 0;
        pointer-events: none;
    }
    header.lpheader.scroll .spmenu{
        height:calc(100vh - 94px);
        top:44px;
    }
    header.lpheader.select .spmenu{
        transform: translate(0,0);
        pointer-events:fill;
        opacity: 1;
    }
    header.lpheader .spmenu ul{
        display: flex;
        flex-wrap: wrap;
    }
    header.lpheader .spmenu li{
        width:100%;
    }
    header.lpheader .spmenu li:not(:last-child){
        border-bottom: 1px dashed #FFFFFF;
    }
    header.lpheader .spmenu li:last-child{
        margin-bottom: 0;
    }
    header.lpheader .spmenu li a{
        display: block;
        padding: 16px 15px 15px;
        color:#FFFFFF;
        position: relative;
        line-height: 1.15;
    }
    header.lpheader .spmenu li a i::before{
        margin-right: 10px;
    }
    header.lpheader .spmenu li a::after{
        width:6px;
        height:6px;
        border:1px solid;
        border-color:transparent #FFFFFF #FFFFFF transparent;
        content: "";
        color:#FFFFFF;
        position:absolute;
        top:0;
        right:15px;
        bottom:0;
        transform: rotate(-45deg);
        margin: auto;
    }
}


/* ===============================
	contact
=============================== */

#contact {  
    background: #004097;
    background: -moz-linear-gradient(left, #004097 0%, #0073bc 100%);
    background: -webkit-linear-gradient(left, #004097 0%,#0073bc 100%);
    background: linear-gradient(to right, #004097 0%,#0073bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004097', endColorstr='#0073bc',GradientType=1 );
}
#contact nav {
    padding: 25px 0;
}
#contact ul{
    width:92%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
#contact li {
    width: 25%;
    height: 110px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
#contact li:last-child {
    border-right: 0;
}
#contact img {
    max-width: 80% !important;
}
#contact li a {
    width:100%;
    height:100%;
    display: flex;
    gap:10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: clamp(20px,27 / 1400 * 100vw,27px);
    color: var(--C-white);
}
#contact li a span {
    font-size: clamp(12px,15 / 1400 * 100vw,15px);
    letter-spacing: 0.05em;
    color: var(--C-white);
}
@media screen and (max-width: 768px) {
    #contact nav {
        padding: 0 12.96875vw;
    }
    #contact ul{
        display: block;     
    }
    #contact li {
        width: 100%;
        height: 44.375vw;
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
    #contact li:last-child {
        border-bottom: none;
    }  
    #contact li a {
        font-size: 7.65625vw;
    }
    #contact li a[href*="tel:"] img {
        width: 67.5vw;
    }
    #contact li a span {
        font-size: 4.375vw;
    }
}


/* ===============================
	footer
 =============================== */

footer {
    text-align: center;
    padding: 30px 0;
}
footer dt {
    margin-bottom: 23px;
}
footer dt img{
    max-width: 302px;
}
footer dd {
    letter-spacing: normal;
    line-height: 1.384615384615385;
}
@media screen and (max-width: 768px) {
    footer {
        padding: 9.375vw 0 20vw;
    }
    footer dt img {
        width: 54.6875vw;
    }
    footer dd {
        font-size: 2.8125vw;
        line-height: 1.944444444444444;
        margin-bottom: 3.4375vw;
    }
    footer dd:last-child {
        margin-bottom: 0;
    }
}


/* ===============================
	fixed-sp-nav
 =============================== */

.fixed-sp-nav {
    display: none;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid #fff;
    background-color: #453C35;
    z-index: 100;
}
.fixed-sp-nav > .list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0;
    height: 60px;
}
.fixed-sp-nav > .list > .item {
    box-sizing: border-box;
    flex-grow: 1;
    width: calc(calc(100% - 20px) / 4);
    height: 100%;
    padding: 0;
    text-align: center;
}
.fixed-sp-nav > .list > .item + .item {
    border-left: 1px solid #fff;
}
.fixed-sp-nav .btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    align-items: center;
    height: 60px;
    background: #453C35;
    font-size: 75%;
    color: #fff;
    line-height: 1;
    opacity: 1;
}
.fixed-sp-nav .btn .txt {
    box-sizing: border-box;
    font-size:10px;
    color:#FFFFFF;
}
.fixed-sp-nav .btn .icon {
    display: block;
    margin-bottom: 6px;
    font-size: 150%;
    color:#FFFFFF;
}
.fixed-sp-nav .btn.-online {
    background: #eebb00;
    color: #453C35;
}
.fixed-sp-nav .btn.-pageTop .icon {
    margin-bottom: 0;
    font-size: 200%;
}
.fixed-sp-nav .new .btn {
    position: relative;
}
.fixed-sp-nav .new .btn:before {
    display: block;
    text-align: center;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    margin: auto;
    background-color: #eebb00;
    width: 1em;
    height: 1em;
    padding: 0.2em;
    border-radius: 0.6em;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", "fontAwesome";
    content: "";
}
.fixed-sp-nav .spbtn,
.fixed-sp-nav .spmenu{
    display: block;
}
.fixed-sp-nav .spbtn{
    position: relative;
    width: 50px;
    height: 50px;
    transition: 0.3s;
    z-index: 10000;
    background: #FFFFFF;
}
.fixed-sp-nav .spbtn,
.fixed-sp-nav .spbtn span {
    display: inline-block;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;
    box-sizing: border-box;
}
.fixed-sp-nav .spbtn span {
    position: absolute;
    left: 0;
    right:0;
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: #000000;
    transition: 0.3s;
}
.fixed-sp-nav .spbtn span:nth-of-type(1) {
    top: 15px;
}
.fixed-sp-nav .spbtn span:nth-of-type(2) {
    top: 24px;
}
.fixed-sp-nav .spbtn span:nth-of-type(3) {
    top: 33px;
}
.fixed-sp-nav.select .spbtn span:nth-of-type(1) {
    transform: translate(0,9px) rotate(-45deg);
}
.fixed-sp-nav.select .spbtn span:nth-of-type(2) {
    opacity: 0;
}
.fixed-sp-nav.select .spbtn span:nth-of-type(3) {
    transform: translate(0,-9px) rotate(45deg);
}
.spmenu{
    width:100%;
    height:calc(100svh - 94px);
    box-sizing: border-box;
    padding:0;
    position: fixed;
    top:44px;
    right:0;
    transform: translate(0,-80px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    background: rgba(0,104,167,1);
    z-index: 120;
    opacity: 0;
    pointer-events: none;
}
.spmenu.select{
    transform: translate(0,0);
    pointer-events:fill;
    opacity: 1;
}
.spmenu ul{
    display: flex;
    flex-wrap: wrap;
}
.spmenu li{
    width:100%;
}
.spmenu li.item-fb,
.spmenu li.item-insta{
    display: inline-block;
    width:50%;
    box-sizing: border-box;
}
.spmenu li.item-fb{
    border-right: 1px dashed #FFFFFF;
}
.spmenu li:not(:last-child){
    border-bottom: 1px dashed #FFFFFF;
}
.spmenu li:last-child{
    margin-bottom: 0;
}
.spmenu li a{
    display: block;
    padding: 16px 15px 15px;
    color:#FFFFFF;
    position: relative;
    line-height: 1.15;
}
.spmenu li a i::before{
    margin-right: 10px;
    color:#FFFFFF;
}
.spmenu li a::after{
    width:6px;
    height:6px;
    border:1px solid;
    border-color:transparent #FFFFFF #FFFFFF transparent;
    content: "";
    color:#FFFFFF;
    position:absolute;
    top:0;
    right:15px;
    bottom:0;
    transform: rotate(-45deg);
    margin: auto;
}
.spmenu li.item-fb a::after,
.spmenu li.item-insta a::after,
.spmenu li.item-tel a::after{
    display: none;
}
@media screen and (max-width: 960px) {
  .fixed-sp-nav {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .fixed-sp-nav > .list {
    height: 50px;
  }
  .fixed-sp-nav .btn {
    height: 50px;
    font-size: 62.5%;
  }
}


/* ===============================
	main
 =============================== */

main {
    padding-top: 156px;
    padding-bottom: 140px;
    background: url("../images/bg_main.jpg") repeat center center;
}
main *{
    font-family: ibm-plex-sans-jp, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.5;
}
h3.style001{
    font-size:3.2rem;
    letter-spacing: 0.2em;
}
h3.style001 span{
    display: block;
    font-size:9.0rem;
    font-family: "dm-sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    margin-right: 20px;
}
font{
    font-size:inherit;
    font-family: inherit;
    font-weight: inherit;
    color:#33899F;
}
@media screen and (max-width: 768px) {
    main {
        padding-top: 44px;
        padding-bottom: 100px;
    }
    h3.style001{
        font-size:4vw;
    }
    h3.style001 span{
        font-size:8vw;
        margin-right: 0;
    }
}


/* ===============================
	mv
 =============================== */

#mv .bg img{
    width:100%;
}
@media screen and (max-width: 768px) {
}


/* ===============================
	concept
=============================== */

#concept{
    position: relative;
    padding: 200px 0 100px 0;
    background: #FFFFFF;
}
#concept::before{
    content: "";
    width:100%;
    height:150px;
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:auto;
    background: #33899F;
    clip-path: polygon(0 0,0 100%,100% 0);
}
#concept .inner{
    width:1640px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    display: grid;
    grid-template-columns: 140px 1360px;
    gap:140px;
}
#concept .inner .textArea h4{
    font-size:14.0rem;
    font-weight: 800;
    margin-bottom: 3.0rem;
}
#concept .inner .textArea h5{
    font-size:5.2rem;
    font-weight: 800;
    margin-bottom: 3.0rem;
}
#concept .inner .textArea .text{
    font-size:2.0rem;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    #concept{
        padding: 75px 20px 55px 20px;
    }
    #concept::before{
        height:30px;
    }
    #concept .inner{
        width:100%;
        grid-template-columns: 13vw 1fr;
        gap:8vw;
    }
    #concept .inner .textArea{
        width:68vw;
    }
    #concept .inner .textArea h4{
        font-size:10.6666vw;
        margin-bottom: 5.3333vw;
    }
    #concept .inner .textArea h5{
        font-size:6.4vw;
        margin-bottom: 8vw;
    }
    #concept .inner .textArea .text{
        font-size:4.26666vw;
    }
}


/* ===============================
	lineup
=============================== */

#lineup001{
    position: relative;
}
#lineup001::before{
    content: "";
    width:100%;
    height:150px;
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:auto;
    background: #FFFFFF;
    clip-path: polygon(0 0,0 100%,100% 0);
}
.lineup h3{
    font-size:8.0rem;
    font-family: "dm-sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    transform: rotate(-5deg);
    color:#FFFFFF;
}
.lineup h3 span{
    font-size:30.0rem;
    font-family: inherit;
    font-weight: inherit;
    color:#FFFFFF;
}
.lineup .flexBox{
    width:93vw;
    margin-left: auto;
}
.lineup .flexBox .textArea{
    width:23vw;
    float: left;
}
.lineup .flexBox .picArea{
    float: right;
}
.lineup .flexBox .picArea,
.lineup .flexBox .picArea .slider,
.lineup .flexBox .picArea .slider li{
    width:65vw;
    position: relative;
}
.lineup .flexBox .picArea::after{
    content: "";
    display: block;
    width: 100%;
    height:80px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    left:0;
    bottom:0;
    z-index: 1000;
}
.lineup .flexBox .picArea .slider li::after{
    content: "";
    display: block;
    width:100%;
    padding-top: 54.44%;
    position: relative;
}
.lineup .flexBox .picArea .slider li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
}
.lineup .flexBox .picArea .slick-num{
    display: inline-flex;
    height:80px;
    align-items: center;
    position: absolute;
    right:180px;
    bottom:0;
    z-index: 1010;
    color:#FFFFFF;
    font-weight: bold;
}
.lineup .flexBox .picArea .slick-num span{
    color:#FFFFFF;
    font-weight: bold;
    font-family: "dm-sans", sans-serif;
    font-weight: 900;
}
.lineup .flexBox .picArea .prev-arrow{
    line-height: 0;
    position: absolute;
    top: auto;
    right:80px;
    bottom:0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    padding: 0;
    -webkit-transform: none;
    -ms-transform:  none;
    transform:  none;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 1020;
    font-size:16px;
    color:#FFFFFF;
    background: #000000;
}
.lineup .flexBox .picArea .next-arrow {
    font-size:16px;
    line-height: 0;
    position: absolute;
    top: auto;
    right:0;
    bottom:0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    cursor: pointer;
    border: none;
    border-left:1px solid #FFFFFF;
    outline: none;
    z-index: 1020;
    color:#FFFFFF;
    background: #000000;
    
}
.lineup .flexBox .picArea figcaption{
    width: 100%;
    height:80px;
    position: absolute;
    bottom:0;
    left:0;
    display: flex;
    align-items: center;
    z-index: 1010;
}
.lineup .flexBox .picArea figcaption p{
    width:65vw;
    box-sizing: border-box;
    padding-left: 30px;
    font-size:2.0rem;
    color:#FFFFFF;
    font-weight: 700;
}
.lineup .flexBox h4{
    font-size:4.0rem;
    font-weight: 800;
    margin-bottom: 40px;
}
.lineup .flexBox h4 span{
    font-size:2.0rem;
    display: block;
    margin-bottom: 2.0rem;
    font-weight: 800;
}
.lineup .flexBox .text{
    font-size:2.0rem;
    line-height: 1.8;
}
.lineup .detailArea{
    width:1360px;
    height:500px;
    margin: 50px auto 0 auto;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    box-sizing: border-box;
    padding: 50px 60px 55px 60px;
    display: grid;
    gap:10px;
    grid-template-columns: 1fr 1fr;
}
.lineup .detailArea .box h5{
    font-size:1.8rem;
    font-weight: 800;
    margin-bottom: 15px;
}
.lineup .detailArea .box ul li{
    font-size:1.8rem;
    font-weight: 800;
    margin-bottom: 10px;
}
.lineup .detailArea .box ul li::before{
    content: "■";
    color:#33899F;
    margin-right: 10px;
}
.lineup .detailArea .box .pickupArea{
    display: flex;
    gap:30px;
}
.lineup .detailArea .box .pickupArea .pickupBox{
    width:300px;
    height:340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
}
.lineup .detailArea .box .pickupArea .pickupBox span{
    width:300px;
    height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:1.6rem;
    font-weight: 800;
    margin-bottom: 10px;
}
.lineup .detailArea .box .pickupArea .pickupBox::after{
    content: "";
    display: inline-block;
    width:108px;
    height:108px;
    background: url("../images/icon_modal.png") no-repeat center center;
    position: absolute;
    right:-20px;
    bottom:-20px;
}
.lineup .lineupBtn{
    width:800px;
    height:74px;
    margin: 65px auto 0 auto;
    background:#33899F;
    font-size:2.0rem;
    color:#FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.lineup .lineupBtn::after{
    content: "";
    width:12px;
    height:12px;
    border:2px solid;
    border-color:transparent #FFFFFF #FFFFFF transparent;
    box-sizing: border-box;
    position: absolute;
    right:30px;
    bottom:50%;
    transform: translate(0,25%) rotate(45deg);
}
@media screen and (max-width: 768px) {
    #lineup001{
        margin-bottom: 100px;
    }
    #lineup001::before{
        height:33px;
    }
    .lineup h3{
        font-size:8vw;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .lineup h3 span{
        font-size:24vw;
    }
    .lineup .flexBox{
        width:100%;
    }
    .lineup .flexBox .textArea{
        width:100%;
        float: none;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .lineup .flexBox .picArea{
        width:100%;
        float: none;
        margin-top: 11.2vw;
    }
    .lineup .flexBox .picArea,
    .lineup .flexBox .picArea .slider,
    .lineup .flexBox .picArea .slider li{
        width: 100%;
        position: relative;
    }
    .lineup .flexBox .picArea::after{
        height:26vw;
        position: static;
        background: rgba(0,0,0,0.85);
    }
    .lineup .flexBox .picArea .slider li::after{
        padding-top: 80%;
    }
    .lineup .flexBox .picArea .slick-num{
        height:13vw;
        left:20px;
        right:auto; 
        bottom:-26vw;
    }
    .lineup .flexBox .picArea .prev-arrow{
        top: auto;
        right:13vw;
        bottom:-26vw;
        width: 13vw;
        height: 13vw;
        font-size:4vw;
    }
    .lineup .flexBox .picArea .next-arrow {
        top: auto;
        right:0;
        bottom:-26vw;
        width: 13vw;
        height: 13vw;
        font-size:4vw;
    }
    .lineup .flexBox .picArea figcaption{
        height:13vw;
        bottom:13vw;
    }
    .lineup .flexBox .picArea figcaption p{
        width: 100%;
        padding-left: 20px;
        font-size:4vw;
    }
    .lineup .flexBox h4{
        font-size:7.4666vw;
        margin-bottom: 7.2vw;
    }
    .lineup .flexBox h4 span{
        font-size:4.8vw;
        margin-bottom: 3.2vw;
    }
    .lineup .flexBox .text{
        font-size:4vw;
    }
    .lineup .detailArea{
        width:calc(100% - 40px);
        height:auto;
        margin: 12vw auto 0 auto;
        padding: 25px 15px 25px 15px;
        display: block;
    }
    .lineup .detailArea .box{
        margin-top:20px;
    }
    .lineup .detailArea .box h5{
        font-size:4vw;
        margin-bottom: 3.2vw;
    }
    .lineup .detailArea .box ul li{
        font-size:4vw;
        margin-bottom: 3.2vw;
    }
    .lineup .detailArea .box ul li::before{
        margin-right: 2.4vw;
    }
    .lineup .detailArea .box .pickupArea{
        display: block;
    }
    .lineup .detailArea .box .pickupArea .pickupBox{
        width: 100%;
        height:auto;
        max-width: 300px;
        max-height: 340px;
        margin: 15px auto 0 auto;
    }
    .lineup .detailArea .box .pickupArea .pickupBox span{
        width: 100%;
        height:10.6666vw;
        font-size:4vw;
        margin-bottom: 2.6666vw;
    }
    .lineup .detailArea .box .pickupArea .pickupBox::after{
        width:72px;
        height:72px;
        background: url("../images/icon_modal.png") no-repeat center center/contain;
        right:-13px;
        bottom:-13px;
    }
    .lineup .lineupBtn{
        width:68vw;
        height:14.4vw;
        margin: 10.4vw auto 0 auto;
        font-size:4vw;
    }
    .lineup .lineupBtn::after{
        right:4.8vw;
    }
}


/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	vertical-align: middle;
	max-width: 700px;
	width: 90%;
    height: 100%;
    max-height: 820px;
    padding-bottom: 72px;
    background: #FFFFFF;
}
/*モーダルを閉じるボタンの指定*/
.modal-body .modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: auto;
    left:0;
	right:0;
    bottom:0;
	width: 100%;
	height: 72px;
	font-size: 16px;
	color: #3E3A39;
	cursor: pointer;
    border-top:1px solid #CCCCCC;
    background: #FFFFFF;
}
/*モーダル内のコンテンツの指定*/
.modal-body .modal-content{
	background: #fff;
	text-align: left;
    padding: 0;
    position: static;
    transform: none;
    border:none;
}
@media (max-width: 740px) {
    .modal-container{
        padding: 40px 20px;
    }
    .modal-body{
        width: 94.6666vw;
        max-height: 108.533vw;
        padding-bottom: 14.4vw;
    }
    .modal-body .modal-close{
        height: 14.4vw;
        font-size: 4vw;
    }
}

/* ===============================
	linksection
=============================== */

.linksection{
    width:1640px;
    height:360px;
    margin: 200px auto 0 auto;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 45px 40px 60px 40px;
}
.linksection h2{
    font-size:3.2rem;
    font-weight: 800;
    text-align: center;
}
.linksection .flexBox{
    display: flex;
    gap:40px;
    margin-top: 40px;
}
.linksection .flexBox a{
    width:760px;
    height:122px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#FFFFFF;
    font-size:3.2rem;
    font-weight: 800;
    position: relative;
}
.linksection .flexBox a:nth-child(1){
    background: #9E9530;
}
.linksection .flexBox a:nth-child(2){
    background: #9C3155;
}
.linksection .flexBox a::after{
    content: "";
    width:12px;
    height:12px;
    border:2px solid;
    border-color:transparent #FFFFFF #FFFFFF transparent;
    box-sizing: border-box;
    position: absolute;
    right:30px;
    bottom:50%;
    transform: translate(0,25%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
    .linksection{
        width:calc(100% - 40px);
        height:auto;
        margin: 16.8vw auto 0 auto;
        padding: 4.8vw 4.8vw 7.2vw 4.8vw;
    }
    .linksection h2{
        font-size:5vw;
    }
    .linksection .flexBox{
        display: block;
        margin-top: 4.8vw;
    }
    .linksection .flexBox a{
        width: 100%;
        height:20vw;
        font-size:5vw;
        margin-top: 2.6666vw;
    }
    .linksection .flexBox a::after{
        right:4.8vw;
    }
}


/* ===============================
	location
=============================== */

#location{
    width:1640px;
    margin: 200px auto 0 auto;
    display: flex;
    gap:120px;
}
#location #map{
    width:1360px;
}
#location #map a{
    width:100%;
    height:800px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:20px;
    margin-bottom: 60px;
}
#location #map a span.pdf{
    font-size:1.8rem;
    padding-right: 30px;
    position: relative;
}
#location #map a span.pdf::after{
    content: "";
    width:24px;
    height:24px;
    position: absolute;
    top:0;
    left:auto;
    right:0;
    bottom:0;
    margin: auto;
    background: url("../images/icon_pdf.png") no-repeat center center / contain;
}
#location #location_data .gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:40px;
    margin-bottom: 60px;
}
#location #location_data .gallery li figcaption{
    font-size:2.4rem;
    margin-top: 15px;
    text-align: center;
}
#location #location_data .gallery li figcaption span{
    display: block;
    font-size:1.8rem;
    margin-top: 10px;
    text-align: center;
}
#location .otherArea{
    width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:50px 40px;
}
#location .otherArea .other_list h4{
    width:100%;
    height:63px;
    background: #3E3A39;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#FFFFFF;
    font-size:2.4rem;
    margin-bottom: 20px;
}
#location .otherArea .other_list dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: radial-gradient(circle, #000000 2px, transparent 2px);
    background-position: left center;
    background-repeat: repeat-x;
    background-size: 20px 4px;
    margin-top: 15px;
}
#location .otherArea .other_list dl dt{
    font-size:1.8rem;
    background: url("../images/bg_main.jpg") repeat center center;
    padding-right: 10px;
}
#location .otherArea .other_list dl dt::before{
    content: "■";
    color:#33899F;
    margin-right: 10px;
}
#location .otherArea .other_list dl dd{
    font-size:1.8rem;
    text-align: right;
    background: url("../images/bg_main.jpg") repeat center center;
    padding-left: 10px;
}
@media screen and (max-width: 768px) {
    #location{
        width:calc(100% - 40px);
        margin: 14.4vw auto 0 auto;
        display: block;
    }
    #location h3.style001.vertical_txt{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        writing-mode:horizontal-tb;
    }
    #location h3.style001.vertical_txt span{
        margin-bottom: 1.3333vw;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        writing-mode:horizontal-tb;
    }
    #location #map{
        width: 100%;
        margin-top: 7.2vw;
    }
    #location #map a{
        height:85.6vw;
        gap:3.2vw;
        margin-bottom: 6.4vw;
        padding: 3.2vw;
        box-sizing: border-box;
    }
    #location #map a span.pdf{
        font-size:4.8vw;
        padding-right: 8vw;
    }
    #location #map a span.pdf::after{
        width:6.4vw;
        height:6.4vw;
    }
    #location #location_data .gallery{
        grid-template-columns: 1fr 1fr;
        gap:7.2vw 2.4vw;
        margin-bottom: 3.2vw;
    }
    #location #location_data .gallery li figcaption{
        font-size:4vw;
        margin-top: 1.6vw;
        text-align: left;
    }
    #location #location_data .gallery li figcaption span{
        font-size:3.2vw;
        margin-top: 0.8vw;
        text-align: left;
    }
    #location .otherArea{
        display: block;
    }
    #location .otherArea .other_list{
        margin-bottom: 6.4vw;
    }
    #location .otherArea .other_list h4{
        height:11.2vw;
        font-size:4vw;
        margin-bottom: 2.4vw;
    }
    #location .otherArea .other_list dl{
        background: none;
        margin-top: 0.8vw;
    }
    #location .otherArea .other_list dl dt{
        font-size:4vw;
        background: none;
        padding-right: 0;
    }
    #location .otherArea .other_list dl dt::before{
        margin-right: 0.8vw;
    }
    #location .otherArea .other_list dl dd{
        font-size:4vw;
        background: none;
        padding-left: 0;
    }
}


/* ===============================
	outline
=============================== */

#outline{
    width:1640px;
    margin: 200px auto 0 auto;
    display: flex;
    gap:120px;
}
#outline table{
    width:1360px;
}
#outline table.sp_table{
    display: none;
}
#outline table tbody tr th{
    width:250px;
    background: #3E3A39;
    color:#FFFFFF;
    border-bottom:1px solid #DDDDDD;
    padding: 20px;
    vertical-align: middle;
}
#outline table tbody tr td{
    width:430px;
    background: #FFFFFF;
    border-bottom:1px solid #DDDDDD;
    padding: 20px;
}
#outline table tbody tr:last-child th,
#outline table tbody tr:last-child td{
    border-bottom:none;
}

#outline .comment{
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    #outline{
        width:calc(100% - 40px);
        margin: 16vw auto 0 auto;
        display: block;
    }
    #outline h3.style001.vertical_txt{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        writing-mode:horizontal-tb;
    }
    #outline h3.style001.vertical_txt span{
        margin-bottom: 1.3333vw;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        writing-mode:horizontal-tb;
    }
    #outline table{
        width: 100%;
        margin-top: 7.2vw;
    }
    #outline table.pc_table{
        display: none;
    }
    #outline table.sp_table{
        display: table;
    }
    #outline table tbody tr th{
        width:50%;
        padding: 2.4vw;
        font-size:4vw;
        text-align: center;
    }
    #outline table tbody tr td{
        width:50%;
        padding: 2.4vw;
        font-size:4vw;
    }
}


/* ===============================
	brand
=============================== */

#brand{
    width:1360px;
    height:444px;
    margin: 150px auto 0 auto;
    background: #C3C3C3;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    #brand{
        width:calc(100% - 40px);
        height:67.2vw;
        margin: 9.6vw auto 0 auto;
    }
}

