@charset "utf-8"; /*============================
 #topimg
============================*/
.top_cover {
    width: 100%;
    min-width: 1000px;
    height: 100vh;
    padding: 80px 0 0;
    box-sizing: border-box;
}

#topimg {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

#topimg .slider {
    width: 100%;
    height: 100%;
}

#topimg .slider li {
    width: auto;
    height: calc(100vh - 80px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#topimg .slider li.main01 {
    background-image: url(../../img/top/main01.jpg);
}

#topimg .slider li.main02 {
    background-image: url(../../img/top/main02.jpg);
}

#topimg .slider li.main03 {
    background-image: url(../../img/top/main03.jpg);
}

#topimg_box {
    width: 801px;
    height: 153px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#topimg_box .txt p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 3px 3px 7px rgba(0,0,0,0.3), -3px 3px 7px rgba(0,0,0,0.3), 3px -3px 7px rgba(0,0,0,0.3), -3px -3px 7px rgba(0,0,0,0.3);
    margin-top: 25px;
}

.top-banner {
    width: 50%;
    position: absolute;
    bottom: -290px;
    left: -590px;
    right: 0;
    margin: auto;
    z-index: 2;
}

.top-banner a {
    display: block;
}

.top-banner a:hover {
    opacity: 0.6;
}

.top-banner img {
    max-width: 100%;
    height: auto;
}

/*============================
 .scroll
============================*/
#topimg .scroll {
    position: absolute;
    width: 93px;
    height: 98px;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: auto;
}

#topimg .scroll a {
    display: block;
}

/*============================
 #news_sec
============================*/
#info_sec {
    width: 100%;
    min-height: 300px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    background: url(../../img/common/bg_white.jpg) repeat;
}

#info_sec #info_ttl {
    width: 25%;
    min-height: 300px;
    padding: 20px 10px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

#info_sec #info_ttl h2 {
    margin-bottom: 25px;
    text-align: center;
}

#info_sec #info_tb {
    width: 25%;
    box-sizing: border-box;
    padding: 30px 40px 35px;
    background: #FCF9F8;
}

#info_sec #info_tb dl + dl {
    margin-top: 25px;
}

#info_sec #info_tb dl dt {
    font-size: 14px;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#info_sec #info_tb dl dt:after {
    position: absolute;
    content: '';
    background: #badf8e;
    width: 17px;
    height: 1px;
    bottom: 0;
    left: 0;
}

#info_sec #info_tb dl dd {
    font-size: 14px;
    line-height: 1.3;
}

#info_sec #info_tb dl dd a {
    display: block;
}

#info_sec #info_tb dl dd a:hover {
    text-decoration: underline;
}

#info_sec #milk_ttl {
    width: 25%;
    padding: 20px 10px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

#info_sec #milk_ttl h2 {
    margin-bottom: 25px;
    text-align: center;
}

#info_sec #milk_tb {
    width: 25%;
    background: url(../../img/top/img02.jpg) no-repeat right center;
    background-size: cover;
}

#sns_sec {
    width: 100%;
    min-height: 300px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    background: url(../../img/common/bg_white.jpg) repeat;
}

#sns_sec .fb_box, #sns_sec .inst_box, #sns_sec .contents_box {
    width: 25%;
    box-sizing: border-box;
}

#sns_sec .contents_box {
    padding: 20px 10px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

#sns_sec .contents_box h2 {
    margin-bottom: 25px;
    text-align: center;
}

#sns_sec .contents_box.ttl10 h2 img {
    max-width: 180px;
}

#sns_sec .contents_box.ttl11 h2 img {
    max-width: 180px;
}

#sns_sec .contents_box.ttl11 a.more:after {
    background: url(../../img/common/arrow.png) no-repeat;
}

#sns_sec .fb_box, #sns_sec .inst_box {
    background: #FCF9F8;
    position: relative;
}

.facebook-wrapper {
    text-align: center;
}

.facebook-wrapper > .fb-page {
    width: 100%;
    max-width: 500px;
}

.facebook-wrapper > .fb-page > span, .facebook-wrapper iframe {
    width: 100% !important;
}

#sns_sec .inst_box {
    /*   display: flex;
  justify-content: center;
  align-items: center; */
    width: 25%;
    background: url(../../img/common/img_instagram.jpg) no-repeat right center;
    background-size: cover;
}

#sns_sec .inst_box iframe {
    width: 100% !important;
}

#photo_sec {
    width: 100%;
    background: url(../../img/top/photo_bg.jpg);
    padding: 45px 0 50px;
    overflow-x: hidden;
}

#photo_sec h2 {
    text-align: center;
    margin-bottom: 50px;
}

#photo_sec a.more {
    margin-top: 50px;
}

#special_sec {
    width: 100%;
    background: url(../../img/common/bg_white.jpg) repeat;
}

#special_sec .contents_row {
    width: 100%;
    min-height: 290px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

#special_sec .contents_box {
    width: 25%;
    box-sizing: border-box;
}

#special_sec .contents_box:not(.photo) {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

#special_sec .contents_box h2 {
    text-align: center;
    margin-bottom: 25px;
}

#special_sec .contents_box.photo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#special_sec .contents_box.photo#photo03 {
    background-image: url(../../img/top/img03.jpg);
    background-position: left center;
}

#special_sec .contents_box.photo#photo04 {
    background-image: url(../../img/top/img04.jpg);
}

#special_sec .contents_box.photo#photo05 {
    background-image: url(../../img/top/img05.jpg);
}

#special_sec .contents_box.photo#photo06 {
    background-image: url(../../img/top/img06.jpg);
}

#special_sec .contents_box.photo#photo07 {
    background-image: url(../../img/top/img07.jpg);
}

#special_sec .contents_box.photo#photo08 {
    background-image: url(../../img/top/img08.jpg);
}

#special_sec .contents_box.photo#photo09 {
    background-image: url(../../img/top/img09.jpg);
}

#special_sec .media_box {
    width: 25%;
    box-sizing: border-box;
    padding: 30px 40px 35px;
    background: #FCF9F8;
}

#special_sec .media_box dl + dl {
    margin-top: 25px;
}

#special_sec .media_box dl dt {
    font-size: 14px;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#special_sec .media_box dl dt:after {
    position: absolute;
    content: '';
    background: #badf8e;
    width: 17px;
    height: 1px;
    bottom: 0;
    left: 0;
}

#special_sec .media_box dl dd {
    font-size: 14px;
    line-height: 1.3;
}

#special_sec .media_box dl dd a {
    display: block;
}

#special_sec .media_box dl dd a:hover {
    text-decoration: underline;
}
