@charset "utf-8";

body {}



section {
    position: relative;
}

.commonBg {
    background: url(../images/img_bg.jpg) top repeat-y;
    background-size: 100%;
}

.widthInner {
    width: 90%;
    margin: 0 auto;
}

#mainSec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 25%;
    background: url(../images/img_curtain.png) no-repeat;
    background-size: 100%;
    background-position: left top;
    z-index: 1;
}

#mainSec::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 25%;
    background: url(../images/img_curtain.png) no-repeat;
    background-size: 100%;
    background-position: left top;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    z-index: 1;
}

#mainSec .sectionInner {
    position: relative;
    z-index: 0;
}

.topPage {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 0;
}

.topPage::before {
    content: '';
    position: absolute;
    top: calc( 2vh + 40px );
    right: 0;
    width: 100%;
    height: 1em;
    background: url(../images/img_bar01.png) repeat-x;
    background-size: 100%;
    z-index: 1;
}

.topPage::after {
    content: '';
    position: absolute;
    bottom: calc( 6vh - 40px );
    right: 0;
    width: 100%;
    height: 1em;
    background: url(../images/img_bar01.png) repeat-x;
    background-size: 100%;
    z-index: 1;
}

#mainSec h1 {
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 10%;
    margin-top: 10%;
}

#mainSec h1 #onigiri {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 35%;
}

#mainSec h1 #yoneyama {
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 35%;
}

#mainSec h1 #ttlImg {
    width: 67%;
    display: block;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

#mainSec .readTxt {
    margin-top: -5%;
    margin-bottom: 10%;
}

#mainSec .mainBtn {
    margin: 5% 0 7%;
}

.mainMenu { margin: 15% auto 0; width: 95%;}

.mainMenu ul li {
    width: 32%;
}

#onigiriSec {
    position: relative;
}

#onigiriSec .sectionInner {
    width: 100%;
    padding: 0 0 0%;
}

#onigiriSec h2 {
    margin: -7% 0 0;
}

#onigiriSec .bgBox {
    margin: -9% 0 0;
    padding-top: 15%;
    padding-bottom: 18%;
}

#onigiriSec .readTxtBlock .readTxt {
    position: relative;
    margin: 5% 0 3em;
}

#onigiriSec .readTxtBlock .readTxt:after {
    content: "";
    width: 100%;
    height: 2em;
    position: absolute;
    bottom: -2em;
    left: 0;
    background: url(../images/img_bar02.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
#onigiriSec .mainBtn {
    margin: 10% 0 5%;
}

#yoneyamaSec {
    position: relative;
}

#yoneyamaSec .sectionInner {
    width: 100%;
    padding: 0 0 0;
}

#yoneyamaSec h2 {
    margin: -7% 0 0;
}

#yoneyamaSec .bgBox {
    margin: -9% 0 0;
    padding-top: 15%;
    padding-bottom: 18%;
}

#yoneyamaSec .readTxtBlock ul {
    position: relative;
    margin: 5% auto 4em;
}

#yoneyamaSec .readTxtBlock ul:after {
    content: "";
    width: 100%;
    height: 2em;
    position: absolute;
    bottom: -3.5em;
    left: 0;
    background: url(../images/img_bar02.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

#yoneyamaSec .readTxtBlock ul li {
    text-indent: -1em;
    padding-left: 1em;
    width: 95%;
    margin: 0 auto;
}

#yoneyamaSec .readTxtBlock ul li::before {
    content: '';
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    background: url(../images/icon01.png) no-repeat;
    margin-right: 0.2em;
    background-size: contain;
    vertical-align: middle;
}

#yoneyamaSec .readTxtBlock ul li::marker {
    display: none;
}

#yoneyamaSec .readTxtBlock p {
    margin: 10% 0 0;
}

#uranaiSec {
    position: relative;
}

#uranaiSec .sectionInner {
    width: 100%;
    padding: 0 0 0;
}

#yoneyamaSec .mainBtn {
    margin: 10% 0 5%;
}

#uranaiSec h2 {
    margin: -7% 0 0;
}

#uranaiSec .bgBox {
    margin: -9% 0 0;
    padding-top: 15%;
    padding-bottom: 18%;
}

#uranaiSec .nameInput {text-align: center; margin: 10% 0;}

#uranaiSec .nameInput label { display: block; margin-bottom: 1.5em;}

#uranaiSec .nameInput span {
    border-radius: 100vh;
    color: #36113a;
    background: rgb(194, 177, 213);
    background: -o-linear-gradient(left, rgba(194, 177, 213, 1) 0%, rgba(234, 229, 242, 1) 35%, rgba(144, 143, 197, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(194, 177, 213, 1)), color-stop(35%, rgba(234, 229, 242, 1)), to(rgba(144, 143, 197, 1)));
    background: linear-gradient(90deg, rgba(194, 177, 213, 1) 0%, rgba(234, 229, 242, 1) 35%, rgba(144, 143, 197, 1) 100%);
    padding: 0.2em 0.8em;
    font-size: 112.5%;
}
#uranaiSec .nameInput input[name="userName"]{ color: #555555; border-radius: 5px; border: 1px solid #ccc; padding: 0.5em;width: 90%;}
#uranaiSec .mainBtn{ margin-bottom: 10%;}



@media screen and (min-width:600px) {
    

}