@charset 'UTF-8';

.mainimg {
    background: #F7EEE7 url("../image/main_bg.jpg") top center no-repeat;
    padding: 0;
    position: relative;
    height: 570px;
}
.mainimg:after {
    position: relative;
    background: none;
}
.mainimg h2 {
    max-width: 100%;
}

.main{
    padding: 0;
}

.box-shop {
    display: none;
}

.index-commitment {
    padding: 30px 0;
    background: #F7EEE7;
    text-align: center;
    color: #17110D;
}
.index-commitment .box {
    max-width: 1000px;
    margin: 0 auto;
}
.index-commitment .text{
    font-size: 1.6rem;
    line-height: 2.5;
    margin-bottom: 30px;
}
.index-commitment .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 810px;
    margin: 0 auto;
}
.index-commitment .button ul{
    width: 530px;
    text-align: center;
}
.index-commitment .button li:first-child{
    margin: 20px 0 35px;
}
.index-commitment .button li:last-child{
    margin-top: 15px;
}
.index-commitment .button li:last-child a{
    font-size: 1.4rem;
    color: #17110D;
    font-weight: normal;
}
/*---------------------------*/
.index-cheesecake {
    position: relative;
    background: #16100D;
    color: #FFFFFF;
    padding: 60px 0 80px;
    margin-bottom: 0;
}
.index-cheesecake::before {
    content: '';
    position: absolute;
    background: url("../image/icon02.jpg") center no-repeat;
    width: 141px;
    height: 31px;
    top: 0px;
    left: 0px;
}
.index-cheesecake .box{
    position: relative;
    width: 720px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 110px;
}
.index-cheesecake .box .article{
    width: 200px;
    text-align: center;
}
.index-cheesecake .box .article h4 {
    margin: 15px 0 20px;
    font-size: 2rem;
    line-height: 1.4;
}
.index-cheesecake .box .article .text{
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
}
.index-cheesecake .button a{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 370px;
}
.index-cheesecake .button a:before{
    content: '';
    position: absolute;
    background: url("../image/icon03.png") center no-repeat;
    width: 137px;
    height: 73px;
    top:-60px;
    left: -60px;
}
/*-------------------------------*/
.index-news {
    color: #16100D;
    font-size: 1.6rem;
    background: url("../image/bg01.jpg") repeat;
}
.index-news .inner {
    max-width: 1000px;
    padding: 60px 0 80px;
    margin: 0 auto;
    position: relative;
}
.index-news .inner::before {
    content: '';
    position: absolute;
    background: url("../image/icon04.png") center no-repeat;
    width: 130px;
    height: 30px;
    top: 0px;
    right: 10px;
}
.index-news .inner::after {
    content: '';
    position: absolute;
    background: url("../image/icon05.jpg") center no-repeat;
    width: 139px;
    height: 30px;
    bottom: -30px;
    left: 0px;
}
.news-box{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.news-box .news{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    background: #F7B50F;
    color: #16100D;
    padding: 17px 30px 13px 30px;
    margin-bottom: 2px;
}
.news-box .news .date{
    margin-right: 30px;
    font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'メイリオ', 'Meiryo', sans-serif;
}
.index-news .button{
    width: 150px;
    margin: 20px 0 0 auto;
    text-align: right;
    line-height: 1;
}
.news-box .button a {
    display: block;
}
.news-box .button a:hover {
    opacity: 0.7;
}

/*-------------------------------*/
.about-report{
    margin-bottom: 100px;
}
.about-report .box01 .text{
    width: 100%;
    text-align: center;
    margin-bottom: 72px;
}
.about-report .image{
    width: 330px;
}
.about-report .box {
    width: 100%;
    margin-bottom: 100px;
}
.about-report .imgright .text,
.about-report .imgleft .text {
    width: 640px;
}
.about-report .box .title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 35px;
}
.about-report .box .title .number{
    color: #16100D;
    background: #FFE401;
    border-radius: 60px;
    margin-right: 10px;
    line-height: 0.8;
    font-weight: bold;
    font-size: 2.4rem;
    width: 60px;
    height: 60px;
    padding-top: 18px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.about-report .box .title ul li:first-child{
    font-size: 1.2rem;
    letter-spacing: 2.5px;
    line-height: 1.2;
}
.about-report .box .title ul li:last-child{
    margin-top: 10px;
    font-size: 2.6rem;
    color: #FFE401;
    line-height: 1.2;
}