@charset "utf-8";
/*.conceptbk {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/bk-ha1.png);
    background-repeat: no-repeat;
    background-position: right 64%;
    background-size: 37% auto;
}*/
.maru {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    align-content: center;
    left: 0;
    right: 0;
    margin-top: 53px;
}
.sec1 {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}
img {
    image-rendering: -webkit-optimize-contrast;
    vertical-align: top;
    width: auto;
}
#loader-bg {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}
#loader-bg img {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 200px;
}
.conceptbk {
    position: relative;
    background-image: url(../img/bk-ha1.png),url(../img/bk-ha2.png);
    background-repeat: no-repeat,no-repeat;
    background-position: right 31%,left 41%;
}
.conceptbk.bk2 {

}

.pimg {
    max-width: 750px;
    margin-bottom: 20px;
}
.ppp {
    max-width: 750px;
}
.ptext {
    width: 80%;
    text-align: center;
    margin-bottom: 50px;
}
.setsumei {
    text-align: center;
}
.setsumei p {
    font-weight: bold;
    color: #595757;
}
.titlelarge {
    margin-bottom: 50px;
}
.concept-txt p {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: bold;
}
.accordion-content  .a-pro {
    background-color: #aa9c90;
    display: block;
    text-align: center;
    color: #57362c;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 3vw;
    text-decoration: none;
}
.accordion-content .a-pro.g {
    background-color: #cabdd4;
    display: block;
    text-align: center;
    color: #5f1980;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 3vw;
    text-decoration: none;
}
.accordion-content .a-pro.ap {
    background-color: #ddb1b8;
    display: block;
    text-align: center;
    color: #c64582;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 3vw;
    text-decoration: none;
}
#wrapper #pro {
    padding-top: 36px;
    margin-bottom: 50px;
}
#wrapper .product {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    margin-left: 30px;
    margin-right: 30px;
}
.product div {
    width: 45%;
}
.product div img {
    margin-bottom: 16px;
}

.product a {
    text-decoration: none;
    font-size: 1.5vw;
    text-align: center;
    display: block;
    color: #808080;
    border: 1px solid #808080;
    padding-top: 5px;
    padding-bottom: 5px;
}
.product img {
    display: block;
    margin: 0 auto;
}
.footer {
    padding-top: 100px;
}
.footer .fd .logo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.footer .fd .sns {
    width: 50%;
}
.footer .fd .corp {
    margin-bottom: 20px;
}
.button2 {
    text-decoration: none;
    display: block;
    margin: 50px auto;
    padding: 10px;
    text-align: center;
    font-size: 3vw;
    border: 1px solid rgba(146,142,140,1.00);
    color: rgba(95,93,92,1.00);
    width: 40%;
transition:all 0.5s ease;
}
.button2.ww:hover {
    background-color: rgba(170,151,142,1.00);
    color: rgba(255,255,255,1.00);
    border-color: rgba(170,151,142,1.00);
}
.button2.cw:hover {
    background-color: rgba(163,132,184,1.00);
    color: rgba(255,255,255,1.00);
    border-color: rgba(163,132,184,1.00);
}
.button2.up:hover {
    background-color: rgba(218,168,192,1.00);
    color: rgba(255,255,255,1.00);
    border-color: rgba(218,168,192,1.00);
}


















/* CSS Document */

@media screen and (min-width:600px){
.conceptbk {
    position: relative;
    background-image: url(../img/bk-ha1.png),url(../img/bk-ha2.png);
    background-repeat: no-repeat,no-repeat;
    background-position: right 50%,left 85%;
    background-size: 29% auto,20% auto;
}
.ptext {
    width: 80%;
    text-align: center;
    margin-bottom: 50px;
}
.button {
    width: 240px;
    margin-bottom: 50px;
}
.setsumei {

}
.conceptimg {
    margin-bottom: 200px;
}

.contents.concept .concept-title {
    margin-bottom: 80px;
}
.contents.concept .concept-txt p {
    font-size: 1em;
    line-height: 2.5em;
}
.conceptbk.bk2 .contents.concept .concept-title2 {
    width: 400px;
}

.contents.concept .concept-txt {
    margin-bottom: 80px;
}
.conceptbk.bk2 .contents.concept .concept-title.small {
    width: 100%;
    margin-bottom: 30px;
}
.contents.concept .setsumei  {
    margin-bottom: 80px;
}
.contents.concept .setsumei p:nth-child(1) {
    margin-bottom: 10px;
}

.contents.concept .setsumei p:nth-child(2) {
    font-weight: normal;
    font-size: 0.8em;
}
.accordion-box.column #pro1 {
    width: 500px;
}
.contents.concept .concept-title2.last {
    margin-bottom: 100px;
}
.accordion-box.column .pro .text-prounder {
    text-align: center;
    margin-bottom: 50px;
}
.accordion-inner .accordion-box.column .accordion-content.watery.cream {
    max-width: 750px;
}
.accordion-content .a-pro  ,.accordion-content .a-pro.g,.accordion-content .a-pro.ap{
    font-size: 0.8em;
    margin-bottom: 100px;
}
#wrapper #pro {
    width: 500px;
}
#wrapper .product {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.product a {
    font-size: 0.8em;
}
.fd .corptxt p {
    font-size: 0.8em;
}
.footer .fd .corp {
    width: 100%;
}
.button2 {
    text-decoration: none;
    display: block;
    margin: 50px auto;
    padding: 10px;
    text-align: center;
    font-size: 0.8em;
    border: 1px solid rgba(146,142,140,1.00);
    color: rgba(95,93,92,1.00);
    width: 40%;
}




















    
}

@media screen and (max-width:599px){
.concept.conceptimg {
    width: 76%;
    margin-left: auto;
    margin-bottom: 50px;
}
.conceptbk {
    position: relative;
    background-image: url(../img/bk-ha1.png),url(../img/bk-ha2.png);
    background-repeat: no-repeat,no-repeat;
    background-position: right 31%,left 81%;
    background-size: 29% auto,40% auto;
}
.contents.concept .concept-txt {
    margin-bottom: 80px;
}

.contents.concept .concept-txt p {
    font-size: 3.2vw;
    line-height: 2em;
}
.button   {
    width: 33%;
    margin-bottom: 50px;
}
.ptext {
    width: 80%;
    font-size: 3vw;
    text-align: center;
}
.concept-title {
    margin-bottom: 0px;
}
.concept-title.small {
    margin-bottom: 20px;
}

.concept-title2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.setsumei {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.setsumei p {
    font-size: 3vw;
}
.text-prounder {
    text-align: center;
    font-size: 2vw;
    margin-bottom: 50px;
}

.setsumei p:nth-child(1) {
    margin-bottom: 0px;
}

.setsumei p:nth-child(2) {
    font-size: 2vw;
}


.setsumei sup {
}







    
}
