@charset "utf-8";
#top {
  padding-top: 0;
}
body {
  background: url(../../img/common/hd_bg.png) no-repeat center top;
  background-size: 100% 910px;
}
@media only screen and (max-width: 750px) {
  body {
    background: url(../../img/common/hd_bg.png) no-repeat center 0rem;
    background-size: 200% 106rem;
  }
}

.lineup, .recipe, .sec-fieldtrip, .sec-sns {
  display: none;
}
/*=========================

Mainvisual
===========================*/
#top .mainvisual {
  width: 1200px;
  height: 580px;
  margin: -55px auto 0 auto;
  position: relative;
  filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.4));
}
#top .mainvisual h2 {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#top .mainvisual .scroll {
  position: absolute;
  width: 1px;
  height: 58px;
  background: #fff;
  z-index: 2;
  left: 50%;
  bottom: 0;
}

#top .mainvisual .scroll:before {
  content: "Scroll";
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  position: absolute;
  right: -46px;
  top: 18px;
}
#top .mainvisual:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 2;
}
#top .mainvisual .slick-slide {
  opacity: 0 !important;
  transition: opacity 1s 0.3s !important;
}
#top .mainvisual .slick-slide.slick-current {
  opacity: 1 !important;
  transition: opacity 1s !important;
}
#top .mainvisual .mv-slider figure {
  transform: scale(1.3);
  transition: all 4.5s;
  width: 1200px;
  height: 580px;
}
#top .mainvisual .mv-slider .slick-current figure {
  transform: scale(1);
  transition: all 4.5s;
}
@media only screen and (max-width: 750px) {
#top .mainvisual {
  width: 100%;
  height: 82rem;
  margin: 13.5rem auto 0 auto;
  filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.4));
}
  #top .mainvisual h2 {
    width: 44.4rem;
  }
  #top .mainvisual .scroll {
    width: 0.1rem;
    height: 11.8rem;
  }
  #top .mainvisual .scroll:before {
    font-size: 2.4rem;
    right: -9.2rem;
    top: 4rem;
  }
  #top .mainvisual:before {
    display: none;
  }
  #top .mainvisual .mv-slider figure {
    transform: scale(1.3);
    transition: all 4.5s;
    width: 100%;
    height: auto;
  }
  #top .mainvisual .mv-slider .slick-current figure {
    transform: scale(1);
    transition: all 4.5s;
  }
  #top .mainvisual .mv-slider figure img{
  }
}
/*=========================

Contents
===========================*/
#top .ctg {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #top .campaign {
    margin: 4rem auto 31rem;
  }
  #top .campaign img {
    width: 65rem;
    height: 30rem;
  }
}
/*=========================

Campaign
===========================*/
#top .campaign {
  margin: 80px auto;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #top .campaign {
    margin: 4rem auto 31rem;
  }
  #top .campaign img {
    width: 65rem;
    height: 30rem;
  }
}
/*=========================

content
===========================*/
#top .content {
	  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}
#top .lineup .wrapper {
}
#top .tittle  {
  font-family: "筑紫A丸ゴシック", "Kiwi Maru", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #936362;
  letter-spacing: 0.06em;
  line-height: 2.0;
  text-align: center;
  margin: 90px auto 0 auto;
  padding: 0 0 0 0;
}
#top .tittle span{
  font-size: 120%;
}
#top .read  {
  font-family: "筑紫A丸ゴシック", "Kiwi Maru", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.06em;
  line-height: 2.0;
  text-align: center;
  margin: 40px auto 0 auto;
  padding: 0 0 0 0;
}
#top .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 1000px;
  margin: 90px auto 0 auto;
  padding: 0 0 0 0;
}
#top .content ul li {
  width: 312px;
  margin: 0 auto 40px auto;
  padding: 0 0 0 0;
}
#top .content ul li:last-child {
  width: 610px;
}
#top .content ul li dl dd {
  font-size: 15px;
  color: #333333;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding: 10px 0 0 50px;
}

@media only screen and (max-width: 750px) {
  #top .content {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
  }
  #top .lineup .wrapper {
  }
  #top .tittle  {
    font-family: "筑紫A丸ゴシック", "Kiwi Maru", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    color: #936362;
    letter-spacing: 0.00rem;
    line-height: 2.0;
    text-align: center;
    margin: 12.0rem auto 0 auto;
    padding: 0 0 0 0;
  }
  #top .tittle span {
    font-size: 115%;
  }
  #top .read  {
    font-family: "筑紫A丸ゴシック", "Kiwi Maru", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333333;
    letter-spacing: -0.05em;
    line-height: 2.0;
    text-align: left;
    margin: 4.0rem 5.0rem 0 5.0rem;
    padding: 0 0 0 0;
  }
  #top .content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 12.0rem auto 0 auto;
    padding: 0 0 0 0;
  }
  #top .content ul li {
    width: 45%;
    margin: 0 auto 30px auto;
    padding: 0 0 0 0;
  }
  #top .content ul li dl dd {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.00rem;
    line-height: 1.6;
    padding: 10px 1.0rem 0 3.0rem;
  }
  #top .content ul li:nth-child(4) dl dd {
    letter-spacing: -0.05em
  }
  #top .content ul li:nth-child(4) dl dd .let1 {
    letter-spacing: -0.08em
  }
  #top .content ul li:last-child {
    width: 90%;
    margin: 0 auto 0 auto;
  }
  #top .content ul li:last-child dl dd {
    text-align: left;
    padding: 1.0rem 2.0rem 0 2.0rem;
  }
}

/*=========================

News & Topics
===========================*/
#top .sec-newstopics {
  width: 920px;
  margin: 90px auto 90px auto;
  padding: 0 0 0;
  background: url(/img/common/bg-texture-plain.png) repeat center top;
}
#top .sec-newstopics .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#top .sec-newstopics .flexbox h2 {
  width: 240px;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
#top .sec-newstopics .flexbox p {
  width: 640px;
  text-align: right;
  margin: 0 0 10px 0;
  padding: 0 0 0;
}

#top .sec-newstopics p {
  font-size: 16px;
  line-height: 1.6;
  background-image: url(../../img/top/ic_news.png);
  background-position: right 0% center;
  background-size: 22px auto;
  background-repeat: no-repeat;
}
#top .sec-newstopics p a:hover {
  opacity: 1.0;
  color: #f78b22;
  background-image: url(../../img/top/ic_news_on.png);
  background-position: right 0% center;
  background-size: 22px auto;
  background-repeat: no-repeat;
}
#top .sec-newstopics p span {
  margin: 0 0 0 0;
  padding: 0 28px 0 0;
}
#top .sec-newstopics .news-field {
  width: 100%;
  margin: 0 0 0 0;
  padding: 10px 20px 10px 20px;
  background-image: url(../../img/top/newstopics_bar_top.png), url(../../img/top/newstopics_bar_btm.png);
  background-position: left 0% top 0%, left 0% bottom 0%;
  background-size: 75% auto, 75% auto;
  background-repeat: repeat-x, repeat-x;
}
#top .sec-newstopics ul {
  margin: 0 0 0 0;
  padding: 0 0 0;
}
#top .sec-newstopics li {
  font-size: 16px;
  padding: 30px 5px;
  display: flex;
  overflow: hidden;
  border-bottom: 1px dotted #aaaaaa;
}
#top .sec-newstopics li:last-child {
  border-bottom: none;
}
#top .sec-newstopics li time{
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  padding: 0 15px 0 0;
}
#top .sec-newstopics li span {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-color: #be80b1;
  border-radius: 10px;
  width: 80px;
  margin: 0 15px 0 0;
  padding: 3px 0 3px 0;
}
#top .sec-newstopics li span.blog {
  background-color: #be80b1;
}
#top .sec-newstopics li span.info {
  background-color: #73bfff;
}
#top .sec-newstopics li h3 a:link,
#top .sec-newstopics li h3 a:visited {
  text-decoration: underline;
}
#top .sec-newstopics li h3 a:hover {
  color: #f78b22;
  opacity: 1.0;
}
@media only screen and (max-width: 750px) {
  #top .sec-newstopics {
    width: 100%;
    margin: 12.0rem auto 12.0rem auto;
    padding: 0 8.0rem 0  8.0rem;
    background: url(/img/common/bg-texture-plain.png) repeat center top;
  }
  #top .sec-newstopics .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  #top .sec-newstopics .flexbox h2 {
    width: 50%;
    margin: 0 0 2.0rem 0;
    padding: 0 0 0 0;
  }
  #top .sec-newstopics .flexbox p {
    width: 50%;
    text-align: right;
    margin: 0 0 2.0rem 0;
    padding: 0 0 0;
  }
  #top .sec-newstopics p {
    font-size: 14px;
    line-height: 1.6;
    background-image: url(../../img/top/ic_news.png);
    background-position: right 0% center;
    background-size: 18px auto;
    background-repeat: no-repeat;
  }
  #top .sec-newstopics p a:hover {
    opacity: 1.0;
    color: #f78b22;
    background-image: url(../../img/top/ic_news_on.png);
    background-position: right 0% center;
    background-size: 20px auto;
    background-repeat: no-repeat;
  }
  #top .sec-newstopics p span {
    margin: 0 0 0 0;
    padding: 0 24px 0 0;
  }
  #top .sec-newstopics .news-field {
    width: 100%;
    margin: 0 0 0 0;
    padding: 1.0rem 0.0rem 1.0rem 0.0rem;
    background-image: url(../../img/top/newstopics_bar_top.png), url(../../img/top/newstopics_bar_btm.png);
    background-position: left 0% top 0%, left 0% bottom 0%;
    background-size: 75% auto, 75% auto;
    background-repeat: repeat-x, repeat-x;
  }
  #top .sec-newstopics ul {
    margin: 0 0 0 0;
    padding: 0 0 0;
  }
  #top .sec-newstopics li {
    font-size: 2.0rem;
    padding: 1.0rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
    border-bottom: 1px dotted #aaaaaa;
  }
  #top .sec-newstopics li:last-child {
    border-bottom: none;
  }
  #top .sec-newstopics li time {
    font-size: 2.0rem;
    font-weight: bold;
    color: #333333;
    padding: 0 2.5rem 0 0;
  }
  #top .sec-newstopics li span {
    font-size: 2.0rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #be80b1;
    border-radius: 10px;
    width: 10.0rem;
    margin: 0 5.0rem 0 0;
    padding: 0.20rem 0 0.20rem 0;
  }
  #top .sec-newstopics li span.blog {
    background-color: #be80b1;
  }
  #top .sec-newstopics li span.info {
    background-color: #73bfff;
  }
  #top .sec-newstopics li h3 a:link,
  #top .sec-newstopics li h3 a:visited {
    text-decoration: underline;
  }
  #top .sec-newstopics li h3 a:hover {
    color: #f78b22;
    opacity: 1.0;
  }
}

/*=========================

SNS
===========================*/
#top .sec-sns {
  margin: 100px auto 43px;
}
#top .sec-sns .flexbox {
  display: flex;
  align-items: center;
}
#top .sec-sns .circle {
  padding-top: 100px;
  width: 578px;
  height: 578px;
  text-align: center;
  border-radius: 999999px;
  background: #e4ecf4;
}
#top .sec-sns .circle:first-child {
  margin-right: -36px;
}
#top .sec-sns .circle:last-child {
  margin-left: -36px;
}
#top .sec-sns .circle h2 {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 23px;
  letter-spacing: 0.08em;
}
#top .sec-sns .circle ul {
  margin-top: 115px;
  display: flex;
  justify-content: center;
}
#top .sec-sns .circle li + li {
  margin-left: 40px;
}
#top .sec-sns .icon {
  position: absolute;
}
#top .sec-sns .icon:nth-of-type(1) {
  left: 62px;
  top: 10px;
}
#top .sec-sns .icon:nth-of-type(2) {
  left: 126px;
  top: -23px;
}
#top .sec-sns .icon:nth-of-type(3) {
  right: 39px;
  bottom: 0;
}
@media only screen and (max-width: 750px) {
  #top .sec-sns {
    padding: 9rem 7rem 9.6rem;
    margin: 28.5rem auto 28rem;
    background: #e4ecf4;
  }
  #top .sec-sns .flexbox {
    display: block;
  }
  #top .sec-sns .circle {
    padding-top: 0;
    width: auto;
    height: auto;
    border-radius: 0;
  }
  #top .sec-sns .circle:first-child {
    margin-right: 0;
  }
  #top .sec-sns .circle:last-child {
    margin-left: 0;
  }
  #top .sec-sns .circle h2 {
    margin-bottom: 6rem;
    font-size: 3.2rem;
  }
  #top .sec-sns .circle ul {
    margin-top: 8rem;
  }
  #top .sec-sns .circle ul li {
    max-width: 9rem;
  }
  #top .sec-sns .circle li + li {
    margin-left: 4.6rem;
  }
  #top .sec-sns .icon:nth-of-type(1) {
    left: 8.5rem;
    top: -7.5rem;
    width: 7.2rem;
  }
  #top .sec-sns .icon:nth-of-type(2) {
    left: auto;
    right: 7rem;
    top: -7rem;
    width: 11.3rem;
  }
  #top .sec-sns .icon:nth-of-type(3) {
    right: 39px;
    bottom: 0;
  }
}
