* {
    border-collapse:collapse;
    font-family: "Zen Maru Gothic", serif;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior:smooth;
}

body {
    font-size: 1.6rem;
    margin:0 auto;
    padding: 0;
    overflow: visible;
}
@media only screen and (max-width: 992px) {
    html {
        font-size: 50%;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}
a{
    text-decoration:none;
}

.img-responsive {
    display: inline-block;
    height: auto;
    max-width: 100%;
    margin:0 auto;
    vertical-align:top;
}

div:after,
ul:after {
    content: "";
    display: block;
    clear: both;
}

ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

li,dt,dd{
    box-sizing: border-box;
}

a img {
    transition: opacity 0.2s linear;
}
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
em{
    font-style: normal;
}


/*Common*/

.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 992px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.pc2 { display: block !important; }
.sp2 { display: none !important; }
@media only screen and (max-width: 768px) {
.pc2 { display: none !important; }
.sp2 { display: block !important; }
}
.pc3 { display: inline-block !important; }
.sp3 { display: none !important; }
@media only screen and (max-width: 568px) {
.pc3 { display: none !important; }
.sp3 { display: inline-block !important; }
}
.pc4 { display: inline-block !important; }
.sp4 { display: none !important; }
@media only screen and (max-width: 378px) {
.pc4 { display: none !important; }
.sp4 { display: inline-block !important; }
}



/*header*/


header{
    background-color: #ff6f8b;
    width: 100%;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
}
.headerInner{
    display: flex;
    flex-wrap: wrap;
    width:calc(100%);
    padding:0;
    height:55px;
    max-width: 1000px;
    margin: 0 auto;
}
.headerLogo{
    width:calc(210px);
    box-sizing: border-box;
    margin:0;
    padding:0 15px;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.2s linear;
    z-index: 999;
}
.headerLogo a{
    color:#ffffff;
    font-family: "Noto Sans JP", serif;
    font-size:2.4rem;
    font-weight:700;
}
@media only screen and (max-width: 992px) {
    
    .headerInner{
        padding: 0;
    }
    .headerLogo{
        width:calc(210px);
        padding:14px 0 22px 10px;
    }
}

/**/

.headerMenu {
    width:calc(100% - 210px);
    max-width:1000px;
    margin:0 auto;
    position:relative;
}

.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 55px;
    width: 55px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    box-sizing: border-box;
    background-color: #ff6f8b;
    transition: all 0.6s linear;
    border-bottom: 10px solid transparent;
    cursor: pointer;
}
.menu-btn:after{
    content:"MENU";
    display:block;
    color: #fff;
    font-size:1.4rem;
    font-weight:600;
    position: relative;
    top: 20px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    transition: all 0.2s linear;
}
.menu-btn span:before {
    bottom: 7px;
}
.menu-btn span:after {
    top: 7px;
}
#menu-btn-check:checked ~ .menu-btn{
    background-color: #ff6f8b;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    background-color: #fff;
    bottom: 0;
    transform: rotate(38deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    background-color: #fff;
    top: 0;
    transform: rotate(-38deg);
}
#menu-btn-check {
    display: none;
}

.menu-content {
    background-image:url(images/bg_intro.svg);
    background-position:center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff8e2;
    /*background-color: #ee8593dd;*/
    width: 100%;
    height: calc(100vh);
    overflow-y: scroll;
    position: fixed;
    padding: 0px;
    top: -150%;
    left:0;
    z-index: 999;
    transition: all 0.5s;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    opacity: 0;
}
.menu-content::-webkit-scrollbar {
    display:none;
}
#menu-btn-check:checked ~ .menu-content {
    top: 0;
    opacity: 1;
}

.menuInlogo{
    max-width:500px;
    margin:0 auto;
}
.menutype{
    max-width:1200px;
    margin:0 auto;
    padding:10px 0 0;
}
.menutype .menuBase ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.menutype .menuBase ul li{
    padding:10px;
}
@media only screen and (max-width: 992px) {
    .menutype .menuBase ul li a img{
        max-width:200px;
    }
}

/*mainimage*/
.mainimageOuter{
    position:relative;
    padding:30px 15px 15px;
    box-sizing: border-box;
}
#roop {
    width: 100%;
    /*height:750px;*/
    height:auto;
    background: url(images/bg_mainimage_roop.png) repeat-x;
    background-position: 0 0;
    -webkit-animation: bgroop 60s linear infinite;
    animation: bgroop 120s linear infinite;
}
@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1920px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1920px 0;
    }
}
.mainimageOuter:after{
    background-color: #ff6f8b;
    content:"";
    display: block;
    width: 100%;
    height:55px;
    left:0;
    bottom:0;
    position: absolute;
    z-index: 5;
}
.mainimageInner{
    position: relative;
    z-index: 10;
    max-width:1400px;
    margin:0 auto;
}
@media only screen and (max-width: 992px) {
    .mainimageOuter{
        padding:30px 0px 15px;
    }
    #roop {
        background: url(images/bg_mainimage.png) repeat-x;
    }
}
@media only screen and (max-width: 678px) {
    #roop {
        background: url(images/bg_mainimage_roop.png) repeat-x;
    }
}

/*intro*/
.introOuter{
    background-image:url(images/bg_intro.svg);
    background-position:center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff8e2;
    padding:0 15px;
}
.introInner{
    text-align:center;
}
.introInner h2{
    color:#42210b;
    font-size:3.6rem;
    font-family: "Noto Serif JP", serif;
    font-weight:400;
    line-height: 2em;
    margin:0;
    padding:80px 0;
}
.introInner ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.introInner ul li{
    padding:0 15px 15px;
}
.introInner em{
    display: block;
    color:#42210b;
    font-size:2.6rem;
    font-weight:500;
    line-height: 2em;
    margin:0;
    padding: 80px 0 0;
}
.introInner p{
    color:#42210b;
    font-size:2.2rem;
    font-weight:400;
    line-height: 2em;
    margin:0;
    padding:25px 0 80px;
}
@media only screen and (max-width: 992px) {
    .introInner h2{
        font-size:2.8rem;
        padding:40px 0;
    }
    .introInner em{
        font-size:2.2rem;
        padding: 40px 0 0;
    }
    .introInner p{
        font-size:1.8rem;
        padding:15px 0 40px;
    }
    .introInner ul li a img{
        max-width:200px;
    }
}


/*variety*/

.varietyOuter{
    background-image:url(images/bg_variety_b.svg);
    background-position:center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fbd7d0;
}
.varietyInner{
    max-width:1200px;
    margin:0 auto;
    text-align:center;
    padding:50px 15px;
}
.varietyInner .baseText{
    padding:30px 0;
}


/*chart*/

.chartOuter{
    background-color: #f6f9e4;
    padding:100px 15px;
}
.chartInner{
    max-width:1200px;
    margin:0 auto;
    text-align:center;
}
.chartInner .baseText{
    padding:30px 0;
}


/*storage*/

.storageOuter{
    background-image:url(images/bg_storage_b.svg);
    background-position:center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fbd7d0;
}
.storageInner{
    max-width:1200px;
    margin:0 auto;
    text-align:center;
    padding:50px 15px;
}
.storageInner .baseText{
    padding:30px 0;
}
.storageIntro dl{
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
    padding: 0 0 0 100px;
    max-width:1200px;
}
.storageIntro dl dt{
    width:calc(100% - 460px);
    margin:0;
    padding:0 40px 0 0;
}
.storageIntro dl dt .baseText p{
    text-align:left;
}
.storageIntro dl dd{
    max-width:460px;
    margin:0;
    padding:0;
}

.storageMain{
    background-color: #ffffff;
    border-radius:30px;
    text-align: left;
    padding:50px 100px 40px;
    margin:60px 0 0;
}
@media only screen and (max-width: 992px) {
    .storageIntro dl{
        padding: 0;
    }
    .storageIntro dl dt{
        width:calc(100%);
        padding:0;
    }
    .storageIntro dl dd{
        max-width:320px;
        margin: 0 auto;
    }
    .storageMain{
        padding:50px 50px 40px;
        margin:40px 0 0;
    }
}


/*peel*/

.peelOuter{
    background-color: #fff6e8;
    padding:100px 15px 100px;
    position:relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.peelInner{
    width:100%;
    max-width:1000px;
    margin:0 auto;
    text-align:center;
}
.charaPeel{
    margin:0;
    position: absolute;
    top: -50px;
    width: 100%;
}
.charaPeelInner{
    max-width:1770px;
    margin:0 auto;
    padding:0 0 0 71%;
}
.charaPeelInner img{
    max-width:500px;
    width: 100%;
}
.peelInner .baseText{
    padding:30px 0;
}
.peelType{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width:calc(100% + 50px);
    margin:0 -25px;
}
.peelType div{
    width:calc(50% - 50px);
    margin:0 25px;
    background-color: #ffffff;
    padding: 30px 25px 15px;
    box-sizing: border-box;
}
.peelType div img{
    max-width:280px;
}
.peelType div ol{
    text-align:left;
}
.peelType div ol li{
    color:#42210b;
    font-size:2.1rem;
    line-height: 1.5em;
}
@media only screen and (max-width: 992px) {
    .charaPeel{
        position: relative;
        top: 0px;
    }
    .charaPeelInner{
        padding:0;
    }
    .charaPeelInner img{
        max-width:320px;
        width: 100%;
        margin:0 auto;
    }
    .peelType{
        width:calc(100%);
        margin:0;
    }
    .peelType div{
        width:calc(100%);
        margin:25px 0 0;
        padding: 30px 25px 15px;
    }
}

/*footer*/

.footerOutro img{
    width:100%;
}
.footerMenu{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding:15px;
}
.footerMenu a{
    background-color: #ffffff;
    border:1px solid #5a3200;
    color:#5a3200;
    font-size:1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width:390px;
    width:100%;
    height:76px;
    margin:25px;
    position:relative;
    transition: all 0.2s linear;
}
.footerMenu a:hover{
    background-color: #5a320013;
}
.footerMenu a:after{
    background-image:url(images/item_arrow.svg);
    background-size:cover;
    background-position:center;
    content:"";
    display:block;
    width:14px;
    height:14px;
    margin:0 0 0 10px;
}
.copyrights{
    background-color:#ff6f8b;
    color:#ffffff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    height:45px;
    padding:0 15px;
}
.copyrights p{
    font-family: "Noto Sans JP";
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    text-align: right;
    display: block;
}
@media only screen and (max-width: 992px) {
    .footerMenu{
        padding:15px 0;
    }
    .footerMenu a{
        font-size:2.0rem;
        max-width:390px;
        height:76px;
        margin:10px;
    }
}

/*base*/

.combParts img{
    width:100%;
    height:auto;
}
.baseTitle h2{
    margin:0;
}
.baseTitle h3{
    margin:0 0 0 -64px;
}
.baseText p{
    color:#42210b;
    font-size:2.2rem;
    font-weight:400;
    line-height: 2em;
    margin:0;
}
.baseImage em{
    color:#42210b;
    font-size:2.2rem;
    font-weight:400;
    display: block;
    text-align:right;
}

.baseList{
    border-top:1px solid #ee8593;
    padding:15px;
}
.baseList ul,
.baseList ol{
    counter-reset: number;
    list-style-type: none !important;
    padding: 10px 0 0;
    margin: 0;
}
.baseList ul li,
.baseList ol li{
    color:#42210b;
    font-size:2.1rem;
    line-height: 1.5em;
    padding: 5px 0.5em 5px 30px;
    position: relative;
}
.baseList ul li:before{
    content: "";
}
.baseList ol li:before{
    content: counter(number);
    counter-increment: number;
}
.baseList ul li:before,
.baseList ol li:before{
    position: absolute;
    display: inline-block;
    background: #ee8593;
    color: white;
    font-weight: 400;
    font-size: 1.6rem;
    top: 11px;
    left: 0;
    width: 19px;
    height: 19px;
    line-height: 17px;
    text-align: center;
    border-radius: 19px;
}
.baseList p{
    color:#42210b;
    font-size:1.8rem;
    font-weight:400;
    line-height: 1.5em;
    margin: 0;
    text-indent: -1em;
    padding: 0 0 0 1em;
}
.towImage{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}
.towImage div{
    padding:15px;
}
@media only screen and (max-width: 992px) {
    .baseTitle{
        max-width:360px;
        margin:0 auto;
    }
    .baseTitle h3{
        margin:0;
        padding:0 20px 0 0;
    }
    .baseText p{
        text-align:left;
    }
    .baseList h3{
        max-width:240px;
    }
    .baseList ul li:before,
    .baseList ol li:before{
        top: 9px;
    }
    .towImage{
        max-width:380px;
        margin:0 auto;
    }
    .towImage div{
        padding:7px;
    }
    .charaBase{
        max-width:380px;
        margin:0 auto;
        padding:30px 0 0;
    }
}
.noface a{
    display: block;
    height: 0;
}