@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
* {
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

body {
  overflow-x: hidden;
}

.full {
  width: 100%;
}

a {
  text-decoration: none;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  max-width: 100%;
}
.header__inside {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 48px 10px 0;
  max-width: 1297px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .header__inside {
    padding: 20px 20px 0;
  }
}
.header__inside__left {
  display: flex;
}
.header__inside__left .logo {
  margin-right: 31px;
}
.header__inside__left .logo img {
  width: 112px;
}
.header__inside__left .menu {
  display: flex;
}
@media screen and (max-width: 750px) {
  .header__inside__left .menu {
    display: none;
  }
}
.header__inside__left .menu__item {
  font-size: 15px;
  text-align: center;
  margin-left: 42px;
  color: #222;
}
.header__inside__left .menu__item a {
  color: #222;
  text-decoration: none;
}
.header__inside__left .menu__item span {
  font-size: 10px;
  display: block;
}
.header__inside__right {
  width: 30px;
  height: 30px;
}
.header__inside__right .ham {
  transition: all 0.2s;
  top: 14px;
  width: 13px;
  height: 2px;
  border-radius: 10px;
  background-color: #222;
  position: relative;
}
.header__inside__right .ham:before {
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #222;
  border-radius: 10px;
}
.header__inside__right .ham:after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #222;
  border-radius: 10px;
}
.header__inside__right:hover {
  cursor: pointer;
}
.header__inside__right:hover .ham {
  width: 24px;
}
.header__inside__right:hover .ham:before {
  width: 13px;
}
.header__inside__right:hover .ham:after {
  width: 18px;
}

.footer {
  background-color: #2F2F2F;
  max-width: 100%;
}
.footer * {
  color: #FFF;
}
.footer__inside {
  width: 1280px;
  max-width: 100%;
  padding-left: 40px;
  padding: 58px 0 45px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer__inside {
    width: 100%;
  }
}
.footer__item:last-child {
  margin-right: 0;
}
.footer__item.menu, .footer__item .social {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer__item.menu {
    display: block;
  }
}
.footer__item .item {
  margin-right: 80px;
}
.footer__item .item a {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer__item .item a.head {
  font-size: 20px;
  margin-bottom: 31px;
  position: relative;
}
.footer__item .item a.head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 18px;
  height: 2px;
  background-color: #FFFFFF;
}
.footer__item .privacy {
  font-size: 14px;
  margin-top: 112px;
}

.commonButton {
  position: relative;
  display: flex;
  align-items: center;
  width: 320px;
  height: 75px;
  padding-left: 30px;
  border-radius: 75px;
  margin-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .commonButton {
    width: 335px;
    text-align: center;
    display: block;
    text-align: center;
    line-height: 72px;
    padding-left: 0px;
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 16px;
  }
}
.commonButton:hover {
  transition: 0.2s;
  color: #fff;
  border: 1px solid #FFF;
}
.commonButton::after {
  content: "→";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 15px;
  height: 24px;
  margin: auto;
  line-height: 25px;
}
.commonButton.transparent {
  background-color: transparent;
  border: 1px solid #222;
}
.commonButton.transparent:hover {
  color: #FFF;
  border: 1px solid #FFF;
  background-color: #222;
}
.commonButton.black {
  color: #fff;
  background-color: #222;
  border: 1px solid #fff;
}
.commonButton.black:hover {
  color: #222;
  border: 1px solid #222;
  background-color: #fff;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.br-pc {
  display: inline;
}
@media screen and (max-width: 750px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .br-sp {
    display: inline;
  }
}

.top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top .main {
  width: 100%;
  margin-bottom: 170px;
}
@media screen and (max-width: 750px) {
  .top .main {
    margin-bottom: 70px;
  }
}
.top .mainSlider {
  height: 889px;
  background-color: #F0D57D;
}
@media screen and (max-width: 750px) {
  .top .mainSlider {
    height: 660px;
  }
}
.top .mainSlider .sliderItem {
  width: 100vw;
}
.top .mainSlide {
  position: relative;
  width: 1280px;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .top .mainSlide {
    width: 375px;
    height: 660px;
  }
}
@media screen and (max-width: 750px) {
  .top .mainSlide .image {
    position: absolute;
    left: -260px;
    height: 400px;
    bottom: 0;
  }
}
.top .mainSlide .title {
  position: absolute;
  top: 215px;
  left: 0;
  font-size: 104px;
  font-weight: normal;
  line-height: 1.3em;
}
@media screen and (max-width: 750px) {
  .top .mainSlide .title {
    font-size: 42px;
    top: 120px;
    left: 20px;
  }
}
.top .mainSlide .text {
  position: absolute;
  top: 670px;
  left: 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3em;
}
@media screen and (max-width: 750px) {
  .top .mainSlide .text {
    top: 300px;
    left: 20px;
    font-size: 16px;
  }
}
.top .about {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  width: 1280px;
  margin-bottom: 200px;
}
@media screen and (max-width: 750px) {
  .top .about {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 95px;
  }
}
.top .about .imageAra {
  position: relative;
  width: 640px;
}
@media screen and (max-width: 750px) {
  .top .about .imageAra {
    width: 375px;
    margin: auto;
    padding: 0 40px;
    margin-bottom: 70px;
  }
}
.top .about .imageAra .grayBackground {
  position: absolute;
  width: 585px;
  height: 1180px;
  top: -200px;
  right: -158px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 750px) {
  .top .about .imageAra .grayBackground {
    width: 290px;
    height: 570px;
    top: -40px;
    left: 80px;
    z-index: -1;
  }
}
.top .about .imageAra .yellowBackground {
  position: absolute;
  width: 575px;
  height: 775px;
  top: 40px;
  left: -40px;
  background-color: #FFEFBF;
}
@media screen and (max-width: 750px) {
  .top .about .imageAra .yellowBackground {
    width: 290px;
    height: 390px;
    top: 20px;
    left: 20px;
  }
}
.top .about .imageAra .aboutSlider {
  width: 560px;
  height: 730px;
}
@media screen and (max-width: 750px) {
  .top .about .imageAra .aboutSlider {
    width: 282px;
    height: 366px;
  }
}
@media screen and (max-width: 750px) {
  .top .about .imageAra .aboutSlider .image {
    height: 366px;
  }
}
.top .about .info {
  width: 640px;
  padding: 110px 0 0 20px;
}
@media screen and (max-width: 750px) {
  .top .about .info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
}
.top .about .info .title {
  position: absolute;
  transform: rotateZ(90deg);
  transform-origin: 0 100%;
  font-size: 104px;
  top: -200px;
  right: -490px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .top .about .info .title {
    font-size: 42px;
    top: -70px;
    right: calc(50% - 360px);
  }
}
.top .about .info .logo {
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .top .about .info .logo {
    width: 260px;
    height: 108px;
    margin: 0 auto 70px;
  }
}
.top .about .info .textArea {
  line-height: 2.5em;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .top .about .info .textArea {
    width: 300px;
    font-size: 14px;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 750px) {
  .top .about .info .viewMore {
    margin: auto;
  }
}
.top .recommends {
  position: relative;
  width: 1280px;
  overflow: visible;
  margin-bottom: 160px;
}
@media screen and (max-width: 750px) {
  .top .recommends {
    width: 100%;
    padding: 0 20px;
  }
}
.top .recommends .title {
  font-size: 104px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .top .recommends .title {
    font-size: 42px;
    width: 100%;
    margin-bottom: 5px;
  }
}
.top .recommends .subTitle {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .top .recommends .subTitle {
    font-size: 14px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.top .recommends .yellowbackground {
  position: absolute;
  width: 275px;
  height: 530px;
  top: -100px;
  left: -100px;
  background-color: #FFEFBF;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .top .recommends .yellowbackground {
    width: 120px;
    height: 280px;
    top: -20px;
    left: 0px;
  }
}
.top .recommends .recommendSlider {
  width: 1440px;
  height: 460px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .top .recommends .recommendSlider {
    width: 100%;
    height: 334px;
    margin-bottom: 70px;
  }
}
.top .recommends .recommendSlider .recommendSlide {
  display: block;
  width: 460px;
  height: 460px;
  background-color: #FAFAFA;
  color: #000;
  padding: 100px 70px;
}
.top .recommends .recommendSlider .recommendSlide:hover {
  opacity: 0.7;
  transition: 0.3s opacity;
}
@media screen and (max-width: 750px) {
  .top .recommends .recommendSlider .recommendSlide {
    width: 334px;
    height: 334px;
    padding: 80px 52px;
  }
}
.top .recommends .recommendSlider .recommendSlide .image {
  width: 317px;
  height: 102px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .top .recommends .recommendSlider .recommendSlide .image {
    width: 230px;
    height: 75px;
    margin-bottom: 35px;
  }
}
.top .recommends .recommendSlider .recommendSlide .name {
  width: 100%;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .top .recommends .recommendSlider .recommendSlide .name {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.top .recommends .recommendSlider .recommendSlide .price {
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .top .recommends .recommendSlider .recommendSlide .price {
    font-size: 24px;
  }
}
.top .recommends .recommendSlider .recommendSlide .price .unit {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .top .recommends .recommendSlider .recommendSlide .price .unit {
    font-size: 14px;
  }
}
.top .newsWrapper {
  width: 100%;
  height: 600px;
  background-color: #FAFAFA;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .top .newsWrapper {
    padding: 0 10px;
    height: 480px;
  }
}
.top .news {
  position: relative;
  max-width: 1280px;
  margin: auto;
  padding-top: 70px;
  /*slick setting*/
}
@media screen and (max-width: 750px) {
  .top .news {
    padding-top: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.top .news .title {
  position: absolute;
  top: -120px;
  left: 0;
  font-size: 104px;
  transform: rotateZ(90deg);
  transform-origin: 0 50%;
  margin-left: 52px;
}
@media screen and (max-width: 750px) {
  .top .news .title {
    top: -80px;
    left: -25px;
    font-size: 42px;
    font-weight: bold;
  }
}
.top .news .yellowBackground {
  position: absolute;
  background-color: #FFEFBF;
  width: 400px;
  height: 300px;
  top: -70px;
  right: 0;
}
@media screen and (max-width: 750px) {
  .top .news .yellowBackground {
    width: 180px;
    height: 200px;
  }
}
.top .news .newsSlider {
  width: 1200px;
  height: 400px;
  margin-left: 210px;
}
@media screen and (max-width: 750px) {
  .top .news .newsSlider {
    width: 100%;
    margin-left: 0;
    margin-bottom: 60px;
    height: 180px;
  }
}
.top .news .newsSlider .newsslideWrapper {
  display: block;
  padding: 0 10px;
  color: #000;
}
.top .news .newsSlider .newsslideWrapper:hover {
  opacity: 0.5;
  transition: 0.5s opacity;
}
.top .news .newsSlider .sliderItem {
  width: 380px;
}
@media screen and (max-width: 750px) {
  .top .news .newsSlider .sliderItem {
    width: 100px;
  }
}
.top .news .newsSlider .sliderItem .newsImage {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .top .news .newsSlider .sliderItem .newsImage {
    margin-bottom: 5px;
  }
}
.top .news .newsSlider .sliderItem .date {
  margin-bottom: 15px;
  font-size: 14px;
  color: #C4C4C4;
}
@media screen and (max-width: 750px) {
  .top .news .newsSlider .sliderItem .date {
    font-size: 10px;
    margin-bottom: 8px;
  }
}
.top .news .newsSlider .sliderItem .newsTitle {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .top .news .newsSlider .sliderItem .newsTitle {
    font-size: 12px;
  }
}
.top .news .slick-prev:before,
.top .news .slick-next:before {
  color: #000;
}
.top .links {
  width: 100%;
}
.top .links .linkList {
  display: flex;
}
@media screen and (max-width: 750px) {
  .top .links .linkList {
    flex-wrap: wrap;
  }
}
.top .links .linkList .linkWrapper {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .top .links .linkList .linkWrapper {
    width: 100%;
  }
}
.top .links .linkList .linkWrapper.left {
  background-color: #F0D57D;
}
.top .links .linkList .linkWrapper.left .link {
  margin-left: auto;
}
.top .links .linkList .linkWrapper.right {
  background-color: #F7F7F7;
}
.top .links .linkList .linkWrapper.right .link {
  margin-right: auto;
}
.top .links .linkList .linkWrapper .link {
  width: 640px;
  height: 380px;
  padding-top: 90px;
  padding-left: 60px;
}
@media screen and (max-width: 750px) {
  .top .links .linkList .linkWrapper .link {
    width: 100%;
    height: 316px;
    padding: 40px 20px 0;
  }
}
.top .links .linkList .linkWrapper .title {
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .top .links .linkList .linkWrapper .title {
    font-size: 42px;
  }
}
.top .links .linkList .linkWrapper .subTitle {
  font-size: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 750px) {
  .top .links .linkList .linkWrapper .subTitle {
    font-size: 14px;
    margin-bottom: 70px;
  }
}
.top .links .linkList .linkWrapper .linkButton {
  width: 264px;
  height: 75px;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .top .links .linkList .linkWrapper .linkButton {
    width: 335px;
    margin: auto;
  }
}/*# sourceMappingURL=3.css.map */