@charset "utf-8";

/* pageTitle */
.fadeIn{
    opacity: 0;
}
.fadeIn.show{
    opacity: 1;
    transition: opacity 1s ease-in;
}
.pageWrap{
    background-color: #e1e1d5;
}

/* eyeCatch */
.eyeCatch{
    position: relative;
    height: 950px;
    background-image: url(../images/omSample/eyeBg.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
}
.imgNotice{
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 0.75em;
    color: #fff;
}
.eyeCatch>.ttlWrap{
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
}
.eyeCatch>.ttlWrap>h2{
    text-align: center;
}
.eyeCatch>.ttlWrap>h2>span:nth-child(1){
    display: inline-block;
    max-width: 200px;
    width: 35%;
    margin-bottom: 30px;
}
@media (max-width:1024px){
    .eyeCatch{
        height: 750px;
        background-image: url(../images/omSample/eyeBg_u1024.jpg);
    }
    .eyeCatch>.ttlWrap{
        max-width: 500px;
        width: 80%;
    }
}
@media (max-width:768px){
    .eyeCatch{
        height: 550px;
    }
    .eyeCatch>.ttlWrap{
        max-width: 400px;
        width: 80%;
    }
}
@media (max-width:430px){
    .eyeCatch{
        height: 400px;
    }
    .eyeCatch>.ttlWrap{
        max-width: 400px;
        width: 80%;
    }
}

/* mainTxt */
.mainTxt{
    padding: 50px 0;
    background-color: #000;
    margin-bottom: 50px;
}
.mainTxt_wrap{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
.mainTxt_wrap>p{
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 1.8;    
    text-align: center;
    color: #fff;
}
.mainTxt_wrap>p.em{
    font-size: 1.75em;                            
    margin-bottom: 10px;
}
.under1024,
.under430{
    display: none;
}
@media (max-width:1024px){
    .mainTxt_wrap>p.em{
        font-size: 1.65em;
    }
    .under1024{
        display: block;
    }
}
@media (max-width:768px){
    .mainTxt{
        padding: 30px 0;
    }
    .mainTxt_wrap>p.em{
        font-size: 1.55em;
    }
    .mainTxt_wrap>p{
        font-size: 0.9em;
    }
}
@media (max-width:500px){
    .mainTxt_wrap>p.em{
        font-size: 1.45em;
    }
}
@media (max-width:430px){
    .mainTxt_wrap>p.em{
        font-size: 1.35em;
    }
    .mainTxt_wrap>p{
        font-size: 0.8em;
    }
    .under430{
        display: block;
    }
}

/* .contentWrap>.ttlWrap */
.contentWrap>.ttlWrap{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    border-bottom: 5px solid #717071;
}
.contentWrap>.ttlWrap>h3{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #717071;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.contentWrap>.ttlWrap>h3>span.subTtl{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1.25em;
    letter-spacing: 0.2em;
    color: #fff;
    padding: 0.25em 1em;
    background-color: #be9855;
    margin-right: 1em;
}
.contentWrap>.ttlWrap>h3>span.mainTtl{
    font-family: "EB Garamond", serif;
    font-size: 2.5em;
    letter-spacing: 0.1em;
    color: #717071;
    display: inline-block;
    line-height: 1;
}
.contentWrap>.ttlWrap>h3>span.mainTtl>.em01{
    font-family: "EB Garamond", serif;
    font-size: 1.5em;
    color: #717071;
    display: inline-block;
    line-height: 1;
}
.contentWrap>.ttlWrap>h3>span.mainTtl>.em02{
    font-family: "EB Garamond", serif;
    font-size: 2em;
    color: #be9855;
    display: inline-block;
    line-height: 1;
}
.contentWrap>.ttlWrap>h3>span.mainTtl>.rotate{
    display: inline-block;
    font-size: 1em;
    transform: rotate(20deg);
    color: #717071;
    display: inline-block;
    line-height: 1;
}
.under768{
    display: none;
}
@media (max-width:1024px){
    .contentWrap>.ttlWrap>h3{
        flex-direction: column;
    }
    .contentWrap>.ttlWrap>h3>span.subTtl{
        font-size: 1.15em;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .contentWrap>.ttlWrap>h3>span.mainTtl{
        font-size: 2.25em;
    }
}
@media (max-width:768px){
    .contentWrap>.ttlWrap{
        margin-bottom: 30px;
    }
    .contentWrap>.ttlWrap>h3>span.subTtl{
        font-size: 1.05em;
    }
    .contentWrap>.ttlWrap>h3>span.mainTtl{
        display: block;
        text-align: center;
        font-size: 2em;
    }
    .under768{
        display: block;
    }
}
@media (max-width:500px){
    .contentWrap>.ttlWrap>h3>span.subTtl{
        font-size: 0.95em;
    }
    .contentWrap>.ttlWrap>h3>span.mainTtl{
        font-size: 1.75em;
    }
}

/* .contentWrap>.standardWrap */
.contentWrap>.standardWrap{
    max-width: 600px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.contentWrap>.standardWrap>.ttlBox{
    margin-bottom: 30px;
}
.contentWrap>.standardWrap>.standardRow{
    display: flex;
    justify-content: space-between;
}
.contentWrap>.standardWrap>.standardRow>.rightBox{
    width: 56%;
}
.contentWrap>.standardWrap>.standardRow>.leftBox{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(1){
    margin-bottom: 50px;
}
.contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(1)>li{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 1em;
    color: #fff;
    background-color: #717071;
    padding: 0.25em 0;
    text-align: center;
    margin-bottom: 10px;
}
.contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li{
    border-left: 5px solid #717071;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
.contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(1)>li:last-child,
.contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li:last-child{
    margin-bottom: 0px;
}
.contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>h5{
    font-size: 1em;
    letter-spacing: 0.25em;
    color: #717071;
}
.contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>p{
    font-size: 1.5em;
    color: #717071;
}
.contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>p>span{
    display: inline-block;
    font-family: "EB Garamond", serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
    color: #717071;
    margin-right: 5px;
}
.contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>p.emTxt>span{
    font-size: 2.5em;
    color: #be9855;
}
@media (max-width:1024px){
    .contentWrap>.standardWrap{
        max-width: 550px;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>p{
        font-size: 1.4em;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>h5{
        font-size: 0.9em;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>p>span{
        font-size: 1.75em;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>p.emTxt>span{
        font-size: 2.25em;
    }
}
@media (max-width:768px){
    .contentWrap>.standardWrap{
        max-width: 500px;
        margin-bottom: 30px;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(1){
        margin-bottom: 30px;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(1)>li{
        font-size: 0.9em;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li{
        padding: 0 0 0 10px;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>h5{
        font-size: 0.8em;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>p{
        font-size: 1.3em;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>p>span{
        font-size: 1.5em;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>p.emTxt>span{
        font-size: 1.75em;
    }
}
@media (max-width:430px){
    .contentWrap>.standardWrap{
        width: 90%;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(1)>li{
        font-size: 0.8em;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>h5{
        font-size: 0.75em;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>p{
        font-size: 1.2em;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>p>span{
        font-size: 1.4em;
    }
    .contentWrap>.standardWrap>.standardRow>.leftBox>ul:nth-child(2)>li>p.emTxt>span{
        font-size: 1.65em;
    }
}

/* .contentWrap>.arrowWrap */
.contentWrap>.arrowWrap{
    max-width: 450px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
    animation: floatY 1.8s ease-in-out infinite;
}
@keyframes floatY{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(12px);
    }
    100%{
        transform: translateY(0);
    }
}
.contentWrap>.arrowWrap>.arrowRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contentWrap>.arrowWrap>.arrowRow>.leftBox,
.contentWrap>.arrowWrap>.arrowRow>.rightBox{
    width: 6%;
}
.contentWrap>.arrowWrap>.arrowRow>.centerBox{
    width: 80%;
}
.contentWrap>.arrowWrap>.arrowRow>.centerBox>p{
    font-family: "EB Garamond", serif;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 1;
    color: #25482f;
    text-align: center;
}
@media (max-width:768px){
    .contentWrap>.arrowWrap{
        margin-bottom: 30px;
    }
    .contentWrap>.arrowWrap>.arrowRow>.centerBox>p{
        font-size: 1.4em;
    }
}
@media (max-width:430px){
    .contentWrap>.arrowWrap>.arrowRow>.centerBox>p{
        font-size: 1.3em;
    }
}

/* .orderMade_wrap>.ttlBox */
.orderMade_wrap>.ttlBox{
    background: linear-gradient(180deg,transparent 0%,transparent 50%,#fff 50%,#fff 100%);
}
.orderMade_wrap>.ttlBox>h4{
    max-width: 650px;
    width: 80%;
    margin: 0 auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    position: relative;
}
@media (max-width:1024px){
    .orderMade_wrap>.ttlBox>h4{
        max-width: 550px;
    }
}
@media (max-width:768px){
    .orderMade_wrap>.ttlBox>h4{
        max-width: 500px;
    }
}
@media (max-width:430px){
    .orderMade_wrap>.ttlBox>h4{
        width: 90%;
    }
}

/* .orderMade_wrap>.orderMade_box */
.orderMade_wrap>.orderMade_box{
    padding: 80px 0;
    background-color: #fff;
}
.orderMade_wrap>.orderMade_box>.orderMade_row{
    max-width: 1320px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.leftBox{
    width: 55%;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox{
    width: 41%;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointRow,
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox{
    margin-bottom: 50px;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox:last-of-type{
    margin-bottom: 0px;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointRow>li{
    font-size: 1.15em;
    line-height: 1.8;
    text-align: center;
    color: #231815;
    margin-bottom: 10px;
    padding: 20px 0;
    box-sizing: border-box;
    border: 3px solid #fcee21;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointRow>li:last-child{
    margin-bottom: 0px;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox{
    margin-bottom: 50px;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.ttlBox{
    margin-bottom: 20px;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.ttlBox>h5{
    font-size: 1.5em;
    line-height: 1.8;
    color: #7d6a5a;
    margin-bottom: 10px;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.ttlBox>p{
    font-size: 1em;
    line-height: 1.6;
    color:#231815;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.selectBox>h5{
    font-family: "Cormorant Garamond", serif;
    font-size: 2em;
    font-weight: 600;
    color:#717071;
    display: flex;
    align-items: center;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.selectBox>h5>span{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 0.5em;
    color:#000;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.selectBox{
    margin-bottom: 20px;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.selectBox>.colorRow{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.selectBox>.colorRow>li{
    width: 23%;
    border: 2px solid #fff;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.noticeTxt_box>ul>li{
    font-size: 0.75em;
    color: #231815;
    margin-bottom: 5px;
}
.orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.noticeTxt_box>ul>li:last-child{
    margin-bottom: 0px;
}
.under1200{
    display: none;
}
@media (max-width:1200px){
    .orderMade_wrap>.orderMade_box>.orderMade_row>.leftBox{
        width: 60%;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox{
        width: 36%;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointRow>li{
        font-size: 1.05em;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.selectBox>.colorRow>li{
        width: 48%;
        margin-bottom: 5px;
    }
    .under1200{
        display: block;
    }
}
@media (max-width:1024px){
    .orderMade_wrap>.orderMade_box>.orderMade_row{
        max-width: 768px;
        justify-content: center;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.leftBox{
        max-width: 500px;
        width: 100%;
        margin-bottom: 20px;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox{
        width: 100%;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointRow{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;                
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointRow>li{
        width: 48%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.ttlBox>h5>.under1200{
        display: none;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.selectBox>.colorRow>li{
        width: 23%;
        margin-bottom: 0px;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.ttlBox>h5{
        font-size: 1.4em;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.selectBox>h5{
        font-size: 1.75em;
    }
}
@media (max-width:768px){
    .orderMade_wrap>.orderMade_box{
        padding: 50px 0;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointRow>li{
        width: 100%;
        margin-bottom: 10px;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointRow>li:last-child{
        margin-bottom: 0px;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointRow>li{
        font-size: 0.95em;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.ttlBox>h5{
        font-size: 1.3em;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.ttlBox>p{
        font-size: 0.9em;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.selectBox>h5{
        font-size: 1.5em;
    }                           
}
@media (max-width:430px){
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointRow>li{
        font-size: 0.85em;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.ttlBox>h5{
        font-size: 1.2em;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.ttlBox>p{
        font-size: 0.8em;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.selectBox>h5{
        font-size: 1.4em;
    }
    .orderMade_wrap>.orderMade_box>.orderMade_row>.rightBox>.pointBox>.ttlBox>h5>.under1200{
        display: block;
    }
}

/* pageNotice */
.pageNotice{
    position: relative;
    padding: 50px 0;
    margin-bottom: 0px;
}
.pageNotice p{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    font-size: 0.75em;
    text-align: center;
    color: #000;
}
@media (max-width:768px){
    .pageNotice>p{
        width: 100%;
        text-align: left;
    }
}