@charset "utf-8";

/* grandOpen_eyeCatch */
.grandOpen_eyeCatch{
    aspect-ratio: 1920/1080;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.grandOpen_eyeCatch>.eyeCatch_slide{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.grandOpen_eyeCatch>.eyeCatch_slide:before{
    content:'';
    width:100%;
    height:80px;
    position:absolute;
    left:0;
    bottom:0;
    background:linear-gradient(0deg,#000,transparent);
    z-index:2;
}
.grandOpen_eyeCatch>.eyeCatch_slide>.eyeTtl_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 910px;
    width: 70%;
}
.grandOpen_eyeCatch>.eyeCatch_slide>.eyeTtl_box>h3{
    opacity: 0;
    transition: opacity 6s ease-in-out,transform 6s ease-in-out;
}
.grandOpen_eyeCatch>.eyeCatch_slide>.eyeTtl_box.show>h3{
    opacity: 1;
}
.grandOpen_eyeCatch>.eyeCatch_slide>.eyeTtl_box.show>h3>img{
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}
.grandOpen_eyeCatch>.eyeCatch_slide>p{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.grandOpen_eyeCatch>.eyeCatch_slide>p:nth-child(1){
    background-image: url(../images/top1014/eyeBg02.jpg);
    background-size: cover;
    animation: zoom 28s infinite;
    transform: scale(1.3);
}
.grandOpen_eyeCatch>.eyeCatch_slide>p:nth-child(2){
    background-image: url(../images/top0828/eyeBg01.jpg);    
    background-size: cover;
    animation: zoomRight 28s infinite;
    transform: scale(1.3);
    transform-origin: right center;
    animation-delay: 7s;
}
.grandOpen_eyeCatch>.eyeCatch_slide>p:nth-child(3){
    background-image: url(../images/top0828/eyeBg03.jpg);
    background-size: cover;
    animation: zoomLeft 28s infinite;
    transform: scale(1.3);
    transform-origin: left center;
    animation-delay: 14s;
}
.grandOpen_eyeCatch>.eyeCatch_slide>p:nth-child(4){
    background-image: url(../images/top0828/eyeBg04.jpg);
    background-size: cover;
    animation: zoomRight 28s infinite;
    transform: scale(1.3);
    transform-origin: right center;
    animation-delay: 21s;
}
.eyeCatch_cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    z-index:3;
}
.eyeCatch_cover>h3{
    max-width:110px;
    width: 15%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.eyeCatch_cover.open>h3{
    opacity: 0;
    transition: opacity 7s ease-in-out;
}
.eyeCatch_cover>.leftBox,
.eyeCatch_cover>.rightBox{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.eyeCatch_cover>.leftBox>p,
.eyeCatch_cover>.rightBox>p{
    width: 100%;
    height: 50%;
    background-color: #312a24;
    position: relative;
    transition: transform 2s ease-in-out,opacity 2s ease-in-out;
}
.eyeCatch_cover>.leftBox>p:nth-child(2):after,
.eyeCatch_cover>.rightBox>p:nth-child(1):after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/top/bg01.svg);
    mix-blend-mode: multiply;
    opacity: 0.5;
}
/* アニメーション開始時 */
.eyeCatch_cover.open .leftBox>p:nth-child(1){
    transform: translateX(-100%); /* 左上 → 右へ */
    opacity: 0;
}
.eyeCatch_cover.open .leftBox>p:nth-child(2){
    transform: translateY(100%); /* 左下 → 下へ */
    opacity: 0;
}
.eyeCatch_cover.open .rightBox>p:nth-child(1){
    transform: translateY(-100%); /* 右上 → 上へ */
    opacity: 0;
}
.eyeCatch_cover.open .rightBox>p:nth-child(2){
    transform: translateX(100%); /* 右下 → 下へ */
    opacity: 0;
}
@keyframes zoom{
    0%{
        opacity: 0;
    }
    15%{
        opacity: 1;
    }
    25%{
        opacity: 1;
    }
    40%{
        opacity: 0;
        transform: scale(1);
    }
    100%{
        opacity: 0;
    }
}
@keyframes zoomLeft{
    0%{
        opacity: 0;
    }
    15%{
        opacity: 1;
    }
    25%{
        opacity: 1;
    }
    40%{
        opacity: 0;
        transform: scale(1);
    }
    100%{
        opacity: 0;
    }
}
@keyframes zoomRight{
    0%{
        opacity: 0;
    }
    15%{
        opacity: 1;
    }
    25%{
        opacity: 1;                
    }
    40%{
        opacity: 0;
        transform: scale(1);
    }
    100%{
        opacity: 0;
    }
}
@media (max-width:960px){
    .grandOpen_eyeCatch,
    .grandOpen_eyeCatch>.eyeCatch_slide{
        aspect-ratio: 1080/1080;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .grandOpen_eyeCatch>.eyeCatch_slide>.eyeTtl_box{
        width: 80%;
    }
    .grandOpen_eyeCatch>.eyeCatch_slide>p:nth-child(1){
        background-image: url(../images/top1014/eyeBg02_sp.jpg);
    }
    .grandOpen_eyeCatch>.eyeCatch_slide>p:nth-child(2){
        background-image: url(../images/top0828/eyeBg01_sp.jpg);        
    }
    .grandOpen_eyeCatch>.eyeCatch_slide>p:nth-child(3){
        background-image: url(../images/top0828/eyeBg03_sp.jpg);
    }
    .grandOpen_eyeCatch>.eyeCatch_slide>p:nth-child(4){
        background-image: url(../images/top0828/eyeBg04_sp.jpg);
    }
}
@media (max-width:768px){
    .mainTxt_wrap p:nth-of-type(3) {
        margin-bottom: 50px;
    }
    .mainTxt_wrap {
        margin-bottom: 50px;
    }
    .grandOpen_eyeCatch>.eyeCatch_slide>.eyeTtl_box{
        width: 90%;
    }
}

/* sellingPoint */
.sellingPoint_wrap{
    background-color:#000;
}
.sellingPoint{
    width: 1320px;
    margin: 0 auto;
    padding: 20px 0;
}
.sellingPoint ul{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}
.sellingPoint ul li{
    width: 16.66%;
    border-right: 1px solid #adaf8d;
    box-sizing: border-box;
}
.sellingPoint ul li:nth-child(1){
    border-left: 1px solid #adaf8d;
}
.sellingPoint ul li:nth-child(2) {
    width: 33.32%;
}
@media (max-width:1452px){
    .sellingPoint{
        width: 90%;
    }
}
@media (max-width: 960px) {
    .sellingPoint ul li{
        width: 33%;
        margin-bottom: 20px;
    }
    .sellingPoint ul li:nth-child(2){
        width: 66%;
    }
    .sellingPoint ul li:nth-child(3){
        margin-bottom: 0px;
        border-left: 1px solid #adaf8d;
    }
    .sellingPoint ul li:nth-child(4),
    .sellingPoint ul li:nth-child(5),
    .sellingPoint ul li:nth-child(6){
        margin-bottom: 0px;
    }
}
@media (max-width: 768px) {
    .sellingPoint {
        max-width:450px;
        width: 80%;
    }
    .sellingPoint ul {
        justify-content:space-between;
    }
    .sellingPoint ul li{
        width:50%;
    }
    .sellingPoint ul li:nth-child(2){
        width:100%;
        order:3;
        border-left: 1px solid #adaf8d;
    }
    .sellingPoint ul li:nth-child(3){
        order:2;
        margin-bottom: 20px;
        border-left: none;
    }
    .sellingPoint ul li:nth-child(4){
        order:4;
        border-left: 1px solid #adaf8d;
    }
    .sellingPoint ul li:nth-child(5){
        order:5;
        border-left: none;
    }
}
@media (max-width:500px){
    .sellingPoint ul li{
        width: 50%;
    }
    .sellingPoint ul li:nth-child(4){
        border-left: 1px solid #adaf8d;
        margin-bottom: 0px;
    }
}

/* mainContainer */
.fadeOut{
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
}
@media (max-width:430px){
    .mainContainer {
        margin-bottom: 50px;
    }
}

/* fadeElement */
.fadeElement {
    opacity: 0;
    transition: opacity 1s ease;
}
.fadeElement.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.mainTxt{                
    width: 100%;
    position: relative;
    z-index: 6;
    transition: 0.5s all;    
}
.mainTxt_outerWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding:80px 0 120px 0;
}
.mainTxt_outerWrap::before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.mainTxt_outerWrap.bg-active::before {
    opacity: 1;
    transition: 0.5s all;
}
.mainTxt_wrap{
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 80px;
    position: relative;
    z-index: 6;
}
.mainTxt_wrap h3{
    margin-bottom: 20px;
}
.mainTxt_wrap p{
    text-align: center;
}
.mainTxt_wrap p:first-of-type{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.mainTxt_wrap p:nth-of-type(2){
    margin-bottom: 50px;
}
.mainTxt_wrap p a{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    display: inline-block;
    width: 400px;
    padding: 1em 0;
    font-size: 1.25em;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #fff;
    background-color: #a37f47;
    border: 1px solid #cccbb6;
    transition: 0.5s all;
}
.mainTxt_wrap p a:hover,
.mainTxt_wrap p a:active{
    border-radius: 50px;
    transition: 0.5s all;
}
.mainTxt_wrap p.notice{
    font-size: 0.8em;
    line-height: 1.8;
    color: #fff;
    text-align: center;
}
.mainTxt_wrap p.notice span{
    font-size: 1.25em;
    letter-spacing: 0.25em;
    color: #fff;
    margin-right: 0.5em;
}
.specialContent{
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
    color: #312a24;
    text-align: center;
    position: relative;
    border: 1px solid #adaf8d ;
    box-sizing: border-box;
    z-index: 6;
}
.specialContent:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 24, 21, 0.75);
}
.specialContent>.specialContent_inner{
    position: relative;
}
.specialContent>.specialContent_inner>.ttlWrap>h3{
    font-family: "Libre Baskerville", serif;
    font-size: 2.75em;
    letter-spacing: 0.1em;
    color: #adaf8d;
    padding-bottom: 10px;
    border-bottom: 1px solid #adaf8d;
    margin-bottom: 10px;
}
.specialContent>.specialContent_inner>.ttlWrap>p{
    font-size: 1.25em;
    letter-spacing: 0.25em;
    color: #adaf8d;
    margin-bottom: 20px;
}
.specialContent>.specialContent_inner>p:first-of-type{
    font-size: 1em;
    line-height: 1.8;
    color: #adaf8d;
    margin-bottom: 30px;
}
.specialContent>.specialContent_inner>p:last-of-type>a{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    display: inline-block;
    width: 400px;
    padding: 1em 0;
    font-size: 1.25em;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #fff;
    background-color: #adaf8d;
    border: 1px solid #cccbb6;
    transition: 0.5s all;
}
.specialContent>.specialContent_inner>p:last-of-type>a:hover,
.specialContent>.specialContent_inner>p:last-of-type>a:active{
    border-radius: 50px;
    transition: 0.5s all;
}
.under1200,
.under768{
    display: none;
}
.campaignWrap{
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
    background-image: url(../images/top0828/campaignBg.jpg);
    background-size: cover;
    background-position: center bottom;
    border: 3px solid #fff;
    box-sizing: border-box;
    padding: 30px 0 50px 0;
}
.campaignWrap>.ttlBox{
    margin-bottom: 30px;
}
.campaignWrap>.ttlBox>p{
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: none;
}
.campaignWrap>.ttlBox>h3{
    padding: 0.5em 0;
    background-color: #fff;
}
.benefitsRow{
    width: 90%;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
     margin-bottom: 20px;
}
.benefitsRow>li{
    display:flex;
    align-items: center;
}
.benefitsRow>li:nth-child(1),
.benefitsRow>li:nth-child(3){
    width: 45%;
}
.benefitsRow>li:nth-child(2){
    display: flex;
    justify-content: center;
    align-items: center;
}
.benefitsRow>li:nth-child(2)>span{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    line-height: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    background-color: #000;
}
.benefitsRow>li>.imgBox{
    width: 40%;
    position: relative;
}
.benefitsRow>li>.imgBox>span{
    position: absolute;
    bottom: 0.25em;
    right: 0.25em;
    font-size: 0.75em;
    color: #231815;
}
.benefitsRow>li>.txtBox{
    width: 60%;
}
.benefitsRow>li>.txtBox>h4{
    font-size: 1.25em;
    color: #fff;
    padding-left:1em;
    box-sizing: border-box;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
.benefitsRow>li>.txtBox>h4>span{
    font-size: 0.75em;
    color: #fff;
}
.benefitsRow>li>.txtBox>p{
    font-size: 1.25em;
    line-height: 1;
    color: #fff;
    text-align: right;
    padding-bottom: 0;
    margin-bottom: 0px;
    border-bottom: none;
}
.benefitsRow>li>.txtBox>p>span{
    display: inline-block;
    font-size: 2em;
    line-height: 1;
    color: #fff;
}
.campaignWrap>p.noticeTxt{
    width: 90%;
    margin: 0 auto;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 0.75em;
    color: #fff;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0px;
    border-bottom: none;
}
.contactInformation{
    position: relative;
    z-index: 6;
    width: 100%;
    margin-bottom: 80px;
}
.contactInformation_wrap{
    max-width:1100px;
    width:80%;
    margin:0 auto;
    position: relative;
    padding: 50px 0;
    background-color: #1d1b1b;
    border-radius: 10px; /* 角丸にしたいなら調整 */
    /*border-image: linear-gradient(45deg, rgba(255, 34, 87, 1) 40%, rgba(154, 39, 238, 1) 68%, rgba(35, 102, 247, 1) ) 1;  */           
}
/* 疑似要素でボーダーを作る */
.contactInformation_wrap::before {
    content: "";
    position: absolute;
    inset: 0; /* top, right, bottom, left: 0 */
    padding: 2px; /* ボーダーの太さ */
    border-radius: 10px; /* 角丸にしたいなら調整 */
    background: linear-gradient(
        45deg,
        rgba(255, 34, 87, 1),
        rgba(154, 39, 238, 1),
        rgba(35, 102, 247, 1),
        rgba(255, 34, 87, 1)
    );
    background-size: 300% 300%; /* 動きを出すために大きめ */
    animation: borderMove 6s linear infinite;
    -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2; /* 背面に配置 */
}
@keyframes borderMove {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.contactInformation_wrap>h3{
    font-size: 1.25em;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;                      
}
.contactInformation_wrap>.contentRow{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}
.contactInformation_wrap>.contentRow>.telBox,
.contactInformation_wrap>.contentRow>.accessBox{
    width: 48%;
}
.contactInformation_wrap>.contentRow>.telBox>a{
    transition: 0.5s all;
}
.contactInformation_wrap>.contentRow>.telBox>a:hover,
.contactInformation_wrap>.contentRow>.telBox>a:active{
    opacity: 0.5;
    transition: 0.5s all;
}
.contactInformation_wrap>.contentRow>.accessBox>table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}
.contactInformation_wrap>.contentRow>.accessBox>table>tbody>tr>th,
.contactInformation_wrap>.contentRow>.accessBox>table>tbody>tr>td{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 0.9em;
}
.contactInformation_wrap>.contentRow>.accessBox>table>tbody>tr>th{
    padding: 0.25em;
    box-sizing: border-box;
    background-color: #adaf8d;
    color: #231815;
}
.contactInformation_wrap>.accessBtn{
    text-align: center;
    position: relative;
    z-index: 3;
}
.contactInformation_wrap>.accessBtn>a{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1.25em;
    color: #fff;
    display: inline-block;
    padding: 1em 2em;
    background: linear-gradient(
        45deg,
        rgba(255, 34, 87, 1),
        rgba(154, 39, 238, 1),
        rgba(35, 102, 247, 1),
        rgba(255, 34, 87, 1)
    );
    border:1px solid #fff;
    box-sizing:border-box;
    transition: 0.5s all;
}
.contactInformation_wrap>.accessBtn>a:hover,
.contactInformation_wrap>.accessBtn>a:active{
    border-radius: 50px;
    transition: 0.5s all;
}
@media (max-width:1320px){
    .mainTxt_wrap,
    .specialContent{
        width: 80%;
    }
}
@media (max-width:1200px){
    .mainTxt_wrap p.notice{
        font-size: 0.75em;
    }                
    .mainTxt_wrap p a,
    .specialContent>.specialContent_inner>p:last-of-type>a{
        font-size: 1.15em;
    }
    .specialContent>.specialContent_inner>.ttlWrap>h3{
        font-size: 2.5em;
    }
    .specialContent>.specialContent_inner>.ttlWrap>p{
        font-size: 1.15em;
    }
    .specialContent>.specialContent_inner>p:first-of-type{
        font-size: 0.9em;
    }
    .benefitsRow>li:nth-child(2)>span{
        font-size: 0.9em;
    }
    .benefitsRow>li>.imgBox>span,
    .benefitsRow>li>.txtBox>h4>span,
    .campaignWrap>p.noticeTxt{
        font-size: 0.65em;
    }
    .benefitsRow>li>.txtBox>h4,
    .benefitsRow>li>.txtBox>p{
        font-size: 1.15em;
    }
    .benefitsRow>li>.txtBox>p>span{
        font-size: 1.75em;
    }
    .contactInformation_wrap>h3,
    .contactInformation_wrap>.accessBtn>a{
        font-size: 1.15em;                    
    }
    .contactInformation_wrap>.contentRow>.accessBox>table>tbody>tr>th,
    .contactInformation_wrap>.contentRow>.accessBox>table>tbody>tr>td{
        font-size: 0.8em;
    }
    .under1200{
        display: block;
    }
}
@media (max-width:960px){
    .mainTxt_wrap p.notice{
        font-size: 0.65em;
    }
    .mainTxt_wrap p a,
    .specialContent>.specialContent_inner>p:last-of-type>a{
        font-size: 1.05em;
    }
    .specialContent>.specialContent_inner>.ttlWrap>h3{
        font-size: 2.25em;
    }
    .specialContent>.specialContent_inner>.ttlWrap>p{
        font-size: 1.05em;
    }
    .specialContent>.specialContent_inner>p:first-of-type{
        font-size: 0.8em;
    }
    .benefitsRow>li{
        flex-direction: column;
    }
    .benefitsRow>li>.imgBox,
    .benefitsRow>li>.txtBox{
        width: 100%;
    }
    .benefitsRow>li>.imgBox{
        margin-bottom: 10px;
    }
    .benefitsRow>li:nth-child(2)>span{
        font-size: 0.8em;
    }
    .benefitsRow>li>.imgBox>span,
    .benefitsRow>li>.txtBox>h4>span,
    .campaignWrap>p.noticeTxt{
        font-size: 0.55em;
    }
    .benefitsRow>li>.txtBox>h4,
    .benefitsRow>li>.txtBox>p{
        font-size: 1.05em;
    }
    .benefitsRow>li>.txtBox>p>span{
        font-size: 1.5em;
    }
    .benefitsRow>li>.txtBox>h4{
        padding-left:0em;
    }
    .contactInformation_wrap>.contentRow{
        max-width: 450px;
        width: 80%;
        flex-direction: column;
    }
    .contactInformation_wrap>.contentRow>.telBox,
    .contactInformation_wrap>.contentRow>.accessBox{
        width: 100%;
    }
    .contactInformation_wrap>h3,
    .contactInformation_wrap>.accessBtn>a{
        font-size: 1.05em;                    
    }
    .contactInformation_wrap>.contentRow>.accessBox>table>tbody>tr>th,
    .contactInformation_wrap>.contentRow>.accessBox>table>tbody>tr>td{
        font-size: 0.7em;
    }
}
@media (max-width:768px){
    .mainTxt_wrap,
    .specialContent{
        width: 90%;
    }
    .mainTxt_wrap {
        margin-bottom: 80px;
    }
    .mainTxt_wrap h3{
        margin-bottom: 15px;
    }
    .specialContent{
        padding: 30px 0;
    }
    .specialContent>.specialContent_inner>.ttlWrap>h3{
        font-size: 2em;
    }
    .benefitsRow>li:nth-child(2)>span{
        width: 30px;
        height: 30px;
    }    
    .contactInformation_wrap{
        width:90%;         
    }
    .contactInformation_wrap>h3,
    .contactInformation_wrap>.accessBtn>a{
        font-size: 0.95em;                    
    }
    .contactInformation_wrap>.contentRow>.accessBox>table>tbody>tr>th,
    .contactInformation_wrap>.contentRow>.accessBox>table>tbody>tr>td{
        font-size: 0.7em;
    }
    .contactInformation_wrap>.accessBtn>a{
        width: 90%;
        padding: 0.5em 0em;
    }
    .under768{
        display: block;
    }
}
@media (max-width:500px){
    .mainTxt_wrap h3{
        margin-bottom: 10px;
    }
    .mainTxt_wrap p a,
    .specialContent>.specialContent_inner>p:last-of-type>a{
        width: 90%;
    }
    .benefitsRow{
        flex-direction: column;
    }
    .benefitsRow>li:nth-child(1),
    .benefitsRow>li:nth-child(3){
        width: 100%;
    }
    .benefitsRow>li:nth-child(1),
    .benefitsRow>li:nth-child(2){
        margin-bottom: 10px;
    }
    .benefitsRow>li{
        flex-direction: row;
    }
    .benefitsRow>li>.imgBox{
        width: 40%;
        margin-bottom: 0px;
    }
    .benefitsRow>li>.imgBox>img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .benefitsRow>li>.txtBox{
        width: 60%;
    }
    .campaignWrap{
        padding: 30px 0;
    }                        
    .benefitsRow>li>.txtBox>h4,
    .benefitsRow>li>.txtBox>p{
        font-size: 0.95em;
    }
    .benefitsRow>li>.txtBox>p>span{
        font-size: 1.4em;
    }
    .benefitsRow>li>.txtBox>h4{
        padding-left: 1em;
    }
}
@media (max-width:430px){
    .mainTxt_outerWrap {
        padding: 50px 0 80px 0;
    }
    .mainTxt_wrap,
    .contactInformation{
        margin-bottom: 50px;
    }
    .mainTxt_wrap p.notice{
        font-size: 0.55em;
    }
    .mainTxt_wrap p a,
    .specialContent>.specialContent_inner>p:last-of-type>a{
        font-size: 0.95em;
    }
    .specialContent>.specialContent_inner>.ttlWrap>h3{
        font-size: 1.75em;
    }
    .specialContent>.specialContent_inner>.ttlWrap>p{
        font-size: 0.95em;
    }
    .specialContent>.specialContent_inner>p:first-of-type{
        font-size: 0.7em;
    }
    .contactInformation_wrap{
        padding: 30px 0;           
    }                       
    .contactInformation_wrap>h3,
    .contactInformation_wrap>.accessBtn>a{
        font-size: 0.85em;                    
    }
    .contactInformation_wrap>.contentRow{
        width: 90%;
    }
    .contactInformation_wrap>.contentRow>.accessBox>table>tbody>tr>th,
    .contactInformation_wrap>.contentRow>.accessBox>table>tbody>tr>td{
        display: block;
        width: 100%;
        text-align: center;
    }
}
@media (max-width:375px){
    .specialContent>.specialContent_inner>.ttlWrap>h3{
        font-size: 1.5em;
    }
}

/* topContent */
.topContent{
    margin-bottom: 80px;
}
.topContent_row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.topContent_row>.txtBox,
.topContent_row>.imgBox{
    width: 50%;
    height: 600px;
}
.topContent_row>.imgBox>img{
    height: 600px;
    object-fit: cover;
}
.topContent_row>.txtBox{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.topContent_row>.txtBox:before{
    content: '';
    background-image: url(../images/top/bg01.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    opacity: 0.55;
}
.topContent_row>.txtBox>a{
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    background-color: #292520;
    transition: 0.5s all;
}
.topContent_row>.txtBox>a:hover,
.topContent_row>.txtBox>a:active{
    opacity: 0.6;
    transition: 0.5s all;
}
.topContent_row:nth-of-type(2n)>.txtBox>a{
    align-items: flex-start;
}
.topContent_row>.txtBox>a>.txtBox_inner{
    width: 70%;
}
.topContent_row:nth-of-type(2n)>.txtBox>a>.txtBox_inner{
    text-align: right;
}
.topContent_row>.txtBox>a>.txtBox_inner>h4{
    font-family: "Libre Baskerville", serif;
    font-size: 2em;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.topContent_row>.txtBox>a>.txtBox_inner>p{
    font-size: 1.25em;
    line-height: 1.8;
}
@media (max-width:1400px){
    .topContent_row>.txtBox>a>.txtBox_inner{
        width: 80%;
    }
}
@media (max-width:1200px){
    .topContent_row>.txtBox>a>.txtBox_inner{
        width: 85%;
    }
    .topContent_row>.txtBox>a>.txtBox_inner>h4{
        font-size: 1.75em;
    }
    .topContent_row>.txtBox>a>.txtBox_inner>p{
        font-size: 1.15em;
    }
}
@media (max-width:1024px){
    .topContent_row>.txtBox,
    .topContent_row>.imgBox{
        width: 100%;
        height: auto;
    }
    .topContent_row>.txtBox{
        order: 1;
        padding: 30px 0;
    }
    .topContent_row>.txtBox>a{
        padding: 30px 0;
    }
    .topContent_row>.imgBox>img{
        aspect-ratio: 500/280;
        height: auto;
    }
}
@media (max-width:960px){
    .topContent_row>.txtBox>a>.txtBox_inner{
        width: 90%;
    }
    .topContent_row>.txtBox>a>.txtBox_inner>h4{
        font-size: 1.5em;
    }
    .topContent_row>.txtBox>a>.txtBox_inner>p{
        font-size: 1.05em;
    }
}
@media (max-width:768px){
    .topContent_row>.txtBox>a>.txtBox_inner>h4{
        font-size: 1.4em;
    }
    .topContent_row>.txtBox>a>.txtBox_inner>p{
        font-size: 0.95em;
    }
}
@media (max-width:430px){
    .topContent{
        margin-bottom: 50px;
    }
    .topContent_row>.txtBox>a>.txtBox_inner>h4{
        font-size: 1.3em;
    }
    .topContent_row>.txtBox>a>.txtBox_inner>p{
        font-size: 0.85em;
    }
}

/* topBanner_wrap */
.topBanner_wrap{
    max-width:1000px;
    width:70%;
    margin:0 auto;
    margin-bottom:80px;
}
.topBanner_wrap>a{
    display:block;
    transition:0.5s all;
}
.topBanner_wrap>a:hover,
.topBanner_wrap>a:active{
    transition:0.5s all;
    opacity:0.5;
}
@media (max-width:1024px){
    .topBanner_wrap{
        width:80%;
    }
}
@media (max-width:960px){
    .topBanner_wrap{
        width:90%;
    }
}

/* pcPop */
.pcPop {
    transition: opacity 0.5s ease;
    position: fixed;
    z-index: 997;
}
.pcPop.hidden {
    opacity: 0;
    pointer-events: none; /* 非表示時クリックできないように */
}
.pcPop_wrap{
    max-width: 500px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 997;
}
.pcPop_wrap>a{
    display: block;
    transition: 0.5s all;
}
.pcPop_wrap>a:hover,
.pcPop_wrap>a:active{
    opacity: 0.75;
    transition: 0.5s all;
}
/* 閉じるボタン */
.pcPop_close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 15px;
    cursor: pointer;
    z-index: 998;
    transition: 0.5s all;
}
.pcPop_close:hover {
    opacity: 0.5;           
    transition: 0.5s all;
}
@media (max-width:1280px) and (max-height:800px){
    .pcPop_wrap{
        max-width: 200px;
    }
    .pcPop_close {
        width: 20px;
        height: 20px;
        font-size: 10px;
        line-height: 10px;
    }
}
@media (max-width:1024px) and (max-height:600px){
    .pcPop_wrap{
        right:70px;
    }
}
@media (max-width:960px){
    .pcPop_wrap{
        bottom: 90px;
        z-index: 997;
    }
}
@media (max-width:768px){
    .pcPop_wrap{
        max-width:300px;
        width:45%;
    }
    .pcPop_close {
        width: 20px;
        height: 20px;
        font-size: 10px;
        line-height: 10px;
    }
}

/* mainPop */
.mainPop {
    transition: opacity 0.5s ease;
    position: fixed;
    z-index: 998;
}
.mainPop.hidden {
    opacity: 0;
    pointer-events: none; /* 非表示時クリックできないように */
}
.mainPop_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6); /* 黒半透明 */
    z-index: 997; /* ポップ本体より下 */
    opacity: 1;
    transition: opacity 0.5s ease;
}
.mainPop.hidden .mainPop_bg {
    opacity: 0;
    pointer-events: none;
}
.mainPop_wrap{
    aspect-ratio:1/1;
    max-height:600px;
    height:90vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    z-index: 998;
}
.mainPop_wrap>a{
    display: block;
    transition: 0.5s all;
}
.mainPop_wrap>a:hover,
.mainPop_wrap>a:active{
    opacity: 0.75;
    transition: 0.5s all;
}
/* 閉じるボタン */
.mainPop_close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 15px;
    cursor: pointer;
    z-index: 999;
    transition: 0.5s all;
}
.mainPop_close:hover {
    opacity: 0.5;           
    transition: 0.5s all;
}
@media (max-width:1280px) and (max-height:800px){
    .mainPop_close {
        width: 20px;
        height: 20px;
        font-size: 10px;
        line-height: 10px;
    }
}
@media (max-width:1024px) and (max-height:600px){
    .mainPop_wrap{
        right:70px;
    }
}
@media (max-width:960px){
    .mainPop_wrap{
        bottom: 90px;
        z-index: 997;
    }
}
@media (max-width:768px){
    .mainPop_wrap{
        max-width: 400px;
        width: 80%;
        max-height:auto;
        height:auto;
    }
    .mainPop_close {
        width: 20px;
        height: 20px;
        font-size: 10px;
        line-height: 10px;
    }
}