@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  max-width: 1360px;
}
a{
  color:#444444 ;
}
.header {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  padding: 0 41px 0 27px;
  position: absolute;
  z-index: 999;
}

.header__logo {
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  margin-right: 158px;
}
@media screen and (max-width: 1029px) {
  .header__logo {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    font-size: 15px;
  }
}

.header__logo a {
  color: #FFFFFF;
  text-shadow: 2px 2px 4px #D9D9D9;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu-item {
  font-size: 1.5rem;
  font-family: "Noto Serif", serif;
  font-weight: bold;
}
@media screen and (max-width: 1029px) {
  .header__menu-item {
    font-size: 0.8rem;
    font-weight: bold;
  }
}

.header__menu-item:not(:first-child) {
  margin-left: 68px;
}

.header__menu-item a {
  color: #444444;
  text-decoration: none;
  text-shadow: 2px 2px 4px #D9D9D9;
  color: #FFFFFF;
}

.header__menu-item a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .header {
    /* ------------------ */
    /* humberger-menu */
    /* ------------------ */
    /* スクロール制御 */
    /* 以下、ハンバーガーメニュー */
    /* メニューオープン時 */
  }
  .header button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
  }
  .header .header {
    padding: 0 5%;
  }
  .header .burger-btn {
    display: block;
    height: 39px;
    position: relative;
    width: 39px;
    z-index: 3;
    /* codepenの挙動のため */
    background-color: transparent;
    border: none;
  }
  .header .bar {
    background-color: #FFFFFF;
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 25px;
  }
  .header .bar_top {
    top: 10px;
  }
  .header .bar_mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .bar_bottom {
    bottom: 10px;
  }
  .header .burger-btn.close .bar_top {
    -webkit-transform: translate(-50%, 10px) rotate(45deg);
            transform: translate(-50%, 10px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header .burger-btn.close .bar_mid {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header .burger-btn.close .bar_bottom {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
            transform: translate(-50%, -8px) rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header .noscroll {
    overflow: hidden;
  }
  .header .nav-wrapper {
    visibility: hidden;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 2; /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
  }
  .header .header__nav {
    background-color: rgb(122, 123, 122);
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .header .header__menu {
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .header__menu-item {
    font-size: 26px;
    margin-bottom: 75px;
    margin-right: 0;
  }
  .header .header__menu-item:not(:first-child) {
    margin-left: 0;
  }
  .header .nav-wrapper.fade {
    opacity: 1;
    visibility: visible;
  }
}

.fv {
  max-width: 1360px;
}

.fv__inner {
  position: relative;
  top: 0;
  background-image: url(../img/fv.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 586px;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    background-size: cover;
    background-position: center;
    height: 750px;
  }
}

.fv__title {
  position: absolute;
  top: 226px;
  left: 173px;
  font-size: 46px;
  color: #FFFFFF;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-shadow: 2px 2px 4px #D9D9D9;
}
@media screen and (max-width: 767px) {
  .fv__title {
    left: 50px;
    font-size: 36px;
  }
}

.fv__text {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  text-shadow: 2px 2px 4px #D9D9D9;
  position: absolute;
  top: 318px;
  left: 173px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 2;
  text-shadow: 2px 2px 4px #D9D9D9;
}
@media screen and (max-width: 767px) {
  .fv__text {
    left: 50px;
    top: 370px;
    font-size: 20px;
  }
}

.about {
  max-width: 1360px;
}

.about__inner {
  margin: auto;
  text-align: center;
}

.about__text {
  font-size: 24px;
  line-height: 40px;
  color: #444444;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 18px;
  }
}

.news {
  max-width: 1360px;
}

.news__inner {
  margin: auto;
}

.news__item {
  border-top: solid 1px #DDDDDD;
  position: relative;
  padding: 22px 0 20px 40px;
}

.news__item:last-child {
  border-bottom: solid 1px #DDDDDD;
}


.tag {
  padding: 3px 10px;
  background-color: #EECF40;
  border-radius: 5px;
  color: #035414;
  font-size: 14px;
  display: inline-block;
  margin-right: 21px;
  margin-bottom: 22px;
}

.news__date {
  font-size: 14px;
  letter-spacing: 3px;
  color: #444444;
}

.news__text {
  font-size: 16px;
  letter-spacing: 3px;
  color: #444444;
}

.news__wrapper {
  text-align: center;
}

.swiper-slide {
  width: 300px;
  height: 488px;
  border: solid 1px grey;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    height: 350px;
  }
}

/* 前への矢印 */
.swiper-button-prev {
  left: -50px; /*矢印位置*/
  color: #444444;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: -20px;
  }
}

/* 次への矢印 */
.swiper-button-next {
  right: -50px; /*矢印位置*/
  color: #444444;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: -20px;
  }
}

/* ページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiper__img {
  width: 100%;
  height: 160px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.swiper__product__name {
  font-size: 24px;
  line-height: 3.06;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 6px;
  color: #444444;
}
@media screen and (max-width: 767px) {
  .swiper__product__name {
    font-size: 13px;
  }
}

.swiper__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 50px;
  color: #444444;
}
@media screen and (max-width: 767px) {
  .swiper__text {
    font-size: 14px;
  }
}

.lineup__inner {
  max-width: 1200px;
}

.lineup__wrapper {
  text-align: center;
}

.topics {
  max-width: 1360px;
}

.topics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .topics__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.topics__item {
  width: 255px;
  text-align: center;
  height: 480px;
}

.topics__item:not(:first-child) {
  margin-left: 15%;
}
@media screen and (max-width: 767px) {
  .topics__item:not(:first-child) {
    margin-left: 0;
  }
}

.topics__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  margin-top: 33px;
  color: #444444;
}

.topics__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  margin-top: 33px;
  color: #444444;
}

.topics__img {
  width: 255px;
  height: 230px;
  border-radius: 30px;
}

.topics__wrapper {
  text-align: center;
}

.footer {
  background-color: #7B7A7A;
  text-align: center;
  padding-top: 77px;
  padding-bottom: 126px;
}

.footer__menu-item {
  margin-bottom: 35px;
}

.footer__menu a {
  font-family: "Noto Serif", serif;
  color: #FFFFFF;
  font-size: 32px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .footer__menu a {
    font-size: 24px;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns__item:not(:first-child) {
  margin-left: 45px;
}
@media screen and (max-width: 767px) {
  .sns__item:not(:first-child) {
    margin-left: 0px;
  }
}

.sns__img {
  width: 97px;
  height: 97px;
}

.footer__copy {
  font-size: 43px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  margin-top: 35px;
}

.footer__copy a {
  color: #FFFFFF;
}

.section__button {
  width: 234px;
  background-color: #EECF40;
  padding: 13px 42px;
  margin-top: 66px;
  display: inline-block;
  border-radius: 25px;
  margin-bottom: 60px;
}
.section__button a {
  font-size: 24px;
  font-weight: bold;
  color: #035414;
}

.section__title {
  font-size: 36px;
  color: #444444;
  padding-top: 40px;
  font-family: "Noto Serif", serif;
  text-align: center;
  margin-bottom: 65px;
}

.inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
}