@charset "UTF-8";
/* =======================================================

TOPページ　共通

======================================================= */
.section-title--top {
  color: #172A88;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  margin-bottom: 1em;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-weight: 900;
}
@media (max-width: 428px) {
  .section-title--top {
    font-size: 2.3rem;
    line-height: 1.8em;
  }
}
.section-title--top .column {
  display: inline-block;
}
.section-title--top.center {
  text-align: center;
}

.section-title--sub {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .section-title--sub {
    margin-bottom: 1em;
  }
}
@media (max-width: 428px) {
  .section-title--sub {
    font-size: 1.3rem;
  }
}
.section-title--sub::before {
  content: "";
  display: inline-block;
  height: 1.5px;
  width: 15px;
  background: #000;
  margin-right: 10px;
}

#top-page {
  overflow: hidden;
}

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

アニメーション

======================================================= */
.fade {
  opacity: 0;
}
.fade.is-active {
  transition: 0.6s;
  opacity: 1;
}

.fadeup {
  transform: translateY(30px);
  opacity: 0;
}
.fadeup.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.fadeinLeft {
  transform: translateX(50px);
  opacity: 0;
}
@media (max-width: 768px) {
  .fadeinLeft {
    transform: translateX(30px);
  }
}
.fadeinLeft.is-active {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.fadeinRight {
  transform: translateX(-50px);
  opacity: 0;
}
@media (max-width: 768px) {
  .fadeinRight {
    transform: translateX(-30px);
  }
}
.fadeinRight.is-active {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

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

header(topのみ)

======================================================= */
#top-page.main {
  padding-top: 0;
}
@media (max-width: 768px) {
  #top-page.main {
    padding-top: 60px;
  }
}

.header .gnav {
  top: -100px;
  transition: 0.5s; /* アニメーションタイミング */
}
@media (max-width: 768px) {
  .header .gnav {
    top: 0;
  }
}
.header.is-show .gnav {
  top: 0;
}

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

MV

======================================================= */
.top-page__mv {
  height: 56.2vw;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .top-page__mv {
    height: 162vw;
  }
}
.top-page__mv img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .top-page__mv img {
    width: auto;
  }
}
@media (max-width: 768px) {
  .top-page__mv.pc {
    display: none;
  }
}
.top-page__mv.sp {
  display: none;
}
@media (max-width: 768px) {
  .top-page__mv.sp {
    display: block;
  }
}

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

シリコーンについて

======================================================= */
.top-page__silicone {
  background: #EEF0F7;
}
.top-page__silicone .section-title--sub {
  transition-delay: 0.3s !important;
}
@media (max-width: 768px) {
  .top-page__silicone .section-title--sub {
    transition-delay: unset !important;
  }
}
.top-page__silicone .section-title--top {
  transition-delay: 0.6s !important;
}
@media (max-width: 768px) {
  .top-page__silicone .section-title--top {
    transition-delay: 0.3s !important;
  }
}
.top-page__silicone .section-title--top .lg {
  font-size: 1.5em;
  padding: 0 0.1em;
}

.top-page__silicone__inner {
  display: flex;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .top-page__silicone__inner {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.top-page__silicone__inner::before {
  position: absolute;
  content: "";
  z-index: 2;
  left: 50%;
  top: 55%;
  width: 80%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 800px;
  background: url(../img/top/wis.png) center no-repeat;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .top-page__silicone__inner::before {
    content: none;
  }
}

.top-page__silicone__imgs {
  position: relative;
  z-index: 1;
  width: 42%;
  display: flex;
}
@media (max-width: 1370px) {
  .top-page__silicone__imgs {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .top-page__silicone__imgs {
    width: 100%;
  }
}

.top-page__silicone__slider {
  width: 100%;
  height: 100%;
  display: flex;
}
.top-page__silicone__slider .slick-list {
  display: flex;
  width: 100%;
  height: 100%;
}
.top-page__silicone__slider .slick-track {
  width: 100% !important;
  display: flex;
  flex-wrap: nowrap;
}
.top-page__silicone__slider .slick-slide {
  min-width: 100% !important;
  float: none;
  background: center no-repeat;
  background-size: cover;
}
.top-page__silicone__slider .slick-slide:nth-child(1) {
  background-image: url(../img/top/silicorn_slide1.jpg);
}
.top-page__silicone__slider .slick-slide:nth-child(2) {
  background-image: url(../img/top/silicorn_slide2.jpg);
}
@media (max-width: 768px) {
  .top-page__silicone__slider.pc {
    display: none;
  }
}

.top-page__silicone__slider.sp {
  display: none;
}
@media (max-width: 768px) {
  .top-page__silicone__slider.sp {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    margin-bottom: 50px;
    height: auto;
    position: relative;
  }
  .top-page__silicone__slider.sp::before {
    content: "";
    display: block;
    padding-top: 45%;
  }
  .top-page__silicone__slider.sp > .slick-list {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 428px) {
  .top-page__silicone__slider.sp::before {
    padding-top: 50%;
  }
}

.top-page__silicone__slider .slick-arrow {
  display: none !important;
}

.top-page__silicone__slider .slick-dots {
  bottom: unset;
  top: calc(100% + 5px);
}
.top-page__silicone__slider .slick-dots li {
  width: auto;
  height: auto;
}
.top-page__silicone__slider .slick-dots button::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #172A88;
}
@media (max-width: 428px) {
  .top-page__silicone__slider .slick-dots button::before {
    width: 10px;
    height: 10px;
  }
}

.top-page__silicone__txts {
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 20px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1370px) {
  .top-page__silicone__txts {
    width: 65%;
  }
}
@media (max-width: 1150px) {
  .top-page__silicone__txts {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .top-page__silicone__txts {
    padding: 50px 20px 0;
    width: 100%;
  }
}

.top-page__silicone__desc {
  line-height: 2.2em;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  max-width: 620px;
  margin-right: auto;
}
@media (max-width: 1370px) {
  .top-page__silicone__desc {
    max-width: 670px;
  }
}
@media (max-width: 768px) {
  .top-page__silicone__desc {
    max-width: unset;
    margin-bottom: 20px;
  }
}

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

ニッシリにできること

======================================================= */
.top-page__csr {
  background: #EEF0F7;
  overflow: hidden;
}
.top-page__csr .section-title--sub {
  transition-delay: 0.6s !important;
}
@media (max-width: 768px) {
  .top-page__csr .section-title--sub {
    transition-delay: 0.3s !important;
  }
}
.top-page__csr .section-title--top {
  transition-delay: 0.9s !important;
}
@media (max-width: 768px) {
  .top-page__csr .section-title--top {
    transition-delay: 0.6s !important;
  }
}
.top-page__csr .cmn-btn--big {
  width: 100%;
  max-width: 340px;
}

.top-page__csr__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 20px;
  display: flex;
}
@media (max-width: 768px) {
  .top-page__csr__inner {
    padding: 50px 20px;
    flex-direction: column-reverse;
  }
}

.top-page__csr__txts {
  width: 53%;
}
@media (max-width: 768px) {
  .top-page__csr__txts {
    width: 100%;
  }
}

.top-page__csr__desc {
  margin-bottom: 50px;
  line-height: 2.2em;
  padding-right: 100px;
}
@media (max-width: 768px) {
  .top-page__csr__desc {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .top-page__csr__desc br.only {
    display: none;
  }
}

.top-page__csr__imgs {
  position: relative;
  width: 47%;
  height: 450px;
}
@media (max-width: 768px) {
  .top-page__csr__imgs {
    margin: 0 -20px 50px;
    width: calc(100% + 40px);
    height: unset;
  }
}
@media (max-width: 428px) {
  .top-page__csr__imgs {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .top-page__csr__imgs::before {
    content: "";
    display: block;
    padding-top: 60%;
  }
}

.top-page__csr__img {
  position: absolute;
  background: no-repeat center;
  background-size: cover;
}
.top-page__csr__img.img01 {
  width: 117%;
  height: 80%;
  top: 0;
  left: 0;
  right: -17%;
  background-image: url(../img/top/dekirukoto1.jpg);
  z-index: 1;
}
@media (max-width: 768px) {
  .top-page__csr__img.img01 {
    width: 80%;
    height: 85%;
    right: unset;
    left: 0;
  }
}
.top-page__csr__img.img02 {
  width: 60%;
  height: 45%;
  left: -20%;
  bottom: 0;
  background-image: url(../img/top/dekirukoto2.jpg);
  z-index: 2;
  transition-delay: 0.3s !important;
}
@media (max-width: 768px) {
  .top-page__csr__img.img02 {
    width: 45%;
    height: 50%;
    left: unset;
    right: 0;
    bottom: 0;
  }
}

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

お知らせ・トピックス

======================================================= */
.top-page__articles .container {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .top-page__articles .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.top-page__articles .section-title--top {
  margin-bottom: 0.3em;
}

.top-page__articles .section-title--sub {
  justify-content: center;
  margin-bottom: 1.5em;
}
.top-page__articles .section-title--sub::after {
  content: "";
  display: inline-block;
  height: 1.5px;
  width: 15px;
  background: #000;
  margin-left: 10px;
}

.top-page__article-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-page__article-block {
    width: 100%;
  }
  .top-page__article-block:first-of-type {
    margin-bottom: 50px;
  }
}

.article-list--top {
  width: 100%;
  max-width: 380px;
  margin: 0 auto 20px;
}

.article-list--top__link {
  padding: 20px;
  display: block;
  transition: all 0.3s;
}
@media (max-width: 428px) {
  .article-list--top__link {
    padding: 15px 0;
  }
}
.article-list--top__link:hover {
  background-color: rgba(238, 240, 247, 0.6);
}
.article-list--top__link:hover .article-list--top__title {
  color: #172A88;
  text-decoration: underline;
}

.article-list--top__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.article-list--top__time {
  margin-right: 1.5em;
  line-height: 1em;
  margin-bottom: 10px;
}

.article-list--top__cate {
  margin-bottom: 10px;
}

.article-list--top__title {
  font-weight: bold;
  transition: all 0.3s;
  line-height: 1.7em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.top-page__article-block {
  position: relative;
}
.top-page__article-block::before {
  position: absolute;
  content: "";
  background: no-repeat center;
  background-size: contain;
  width: 190px;
  height: 115px;
}
@media (max-width: 768px) {
  .top-page__article-block::before {
    width: 150px;
  }
}

.top-page__article-block .cmn-btn--big {
  width: 340px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media (max-width: 428px) {
  .top-page__article-block .cmn-btn--big {
    width: 100%;
    max-width: 100%;
  }
}

.top-page__news.top-page__article-block::before {
  top: -110px;
  left: -120px;
  background-image: url(../img/top/bird.png);
}
@media (max-width: 768px) {
  .top-page__news.top-page__article-block::before {
    top: -90px;
    left: 0;
  }
}
@media (max-width: 428px) {
  .top-page__news.top-page__article-block::before {
    left: -20px;
    top: -80px;
    width: 130px;
  }
}

.top-page__topics.top-page__article-block {
  transition-delay: 0.3s !important;
}
@media (max-width: 768px) {
  .top-page__topics.top-page__article-block {
    transition-delay: 0s !important;
  }
}
.top-page__topics.top-page__article-block::before {
  bottom: -120px;
  right: -100px;
  background-image: url(../img/top/star.png);
}
@media (max-width: 768px) {
  .top-page__topics.top-page__article-block::before {
    bottom: unset;
    right: 0;
    top: -50px;
    width: 110px;
  }
}
@media (max-width: 428px) {
  .top-page__topics.top-page__article-block::before {
    right: -20px;
    width: 90px;
  }
}
.top-page__topics.top-page__article-block .article-list--top__link {
  display: flex;
}
.top-page__topics.top-page__article-block .article-list--top__link:hover .article-list--top__img img {
  transform: translateX(-50%) translateY(-50%) scale(1.1, 1.1);
}
.top-page__topics.top-page__article-block .article-list--top__img {
  min-width: 80px;
  height: 80px;
  background: #eee;
  position: relative;
  overflow: hidden;
}
.top-page__topics.top-page__article-block .article-list--top__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s;
}
.top-page__topics.top-page__article-block .article-list--top__txts {
  padding-left: 20px;
}
@media (max-width: 428px) {
  .top-page__topics.top-page__article-block .article-list--top__txts {
    padding-left: 15px;
  }
}

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

注目商品・キャンペーン

======================================================= */
.top-page__campaigns {
  background: #EEF0F7;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 428px) {
  .top-page__campaigns {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.top-page__campaigns .container {
  transition-delay: 0.3s !important;
}

.top-page__campaigns .article-list--boxs {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .top-page__campaigns .article-list--boxs {
    max-width: 400px;
    margin: 0 auto 50px;
  }
}
@media (max-width: 428px) {
  .top-page__campaigns .article-list--boxs {
    width: 90%;
    max-width: 340px;
    margin-bottom: 30px;
  }
}
.top-page__campaigns .article-list--boxs .article-list--boxs__link {
  box-shadow: unset;
}
@media (max-width: 428px) {
  .top-page__campaigns .article-list--boxs .article-list--boxs__item {
    padding: 10px;
  }
}
.top-page__campaigns .article-list--boxs .article-list--boxs__imgs {
  height: 130px;
}
@media (max-width: 768px) {
  .top-page__campaigns .article-list--boxs .article-list--boxs__imgs {
    height: 150px;
  }
}
.top-page__campaigns .article-list--boxs .article-list--boxs__txts {
  height: calc(100% - 130px);
}
@media (max-width: 768px) {
  .top-page__campaigns .article-list--boxs .article-list--boxs__txts {
    height: calc(100% - 150px);
  }
}
@media (max-width: 428px) {
  .top-page__campaigns .article-list--boxs .article-list--boxs__txts {
    height: auto;
  }
}

.top-page__campaigns .cmn-btn--big {
  width: 380px;
}

.top-page__campaigns__slider .slick-list {
  overflow: visible;
  width: 100%;
}
.top-page__campaigns__slider .slick-track {
  display: flex;
}
.top-page__campaigns__slider .slick-slide {
  height: unset;
  min-height: 100%;
}

.top-page__other__slider .slick-list {
  overflow: visible;
  width: 100%;
}
.top-page__other__slider .slick-track {
  display: flex;
}
.top-page__other__slider .slick-slide {
  height: unset;
  min-height: 100%;
}

.slick-prev, .slick2-prev,
.slick-next, .slick2-next {
  background: #172A88;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  transition: ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40%;
}
@media (max-width: 428px) {
  .slick-prev, .slick2-prev,
  .slick-next, .slick2-next {
    transform: scale(0.8);
  }
}
.slick-prev::before, .slick2-prev::before,
.slick-next::before, .slick2-next::before {
  content: none;
}
.slick-prev .arrow-think, .slick2-prev .arrow-think,
.slick-next .arrow-think, .slick2-next .arrow-think {
  color: #fff;
  transform: translateY(2px);
}
.slick-prev.slick-disabled, .slick2-prev.slick-disabled,
.slick-next.slick-disabled, .slick2-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-prev:focus, .slick-prev:hover, .slick2-prev:focus, .slick2-prev:hover,
.slick-next:focus,
.slick-next:hover, .slick2-next:focus, .slick2-next:hover {
  background-color: #4c8dcb;
}

.top-page__campaigns__slider__title {
  border-left: 3px solid #172A88;
  padding-left: 8px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

.slick-prev {
  left: -20px;
}
@media (max-width: 1140px) {
  .slick-prev {
    left: 15px;
  }
}
.slick-prev .arrow-think {
  transform: scale(-1, 1) translateY(2px);
}

.slick-next {
  right: -20px;
}
@media (max-width: 1140px) {
  .slick-next {
    right: 15px;
  }
}

.slick2-prev {
  left: -20px;
}
@media (max-width: 1140px) {
  .slick2-prev {
    left: 15px;
  }
}
.slick2-prev .arrow-think {
  transform: scale(-1, 1) translateY(2px);
}

.slick2-next {
  right: -20px;
}
@media (max-width: 1140px) {
  .slick2-next {
    right: 15px;
  }
}

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

取り扱い商品

======================================================= */
.top-page__product {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eaeaea;
}
@media (max-width: 428px) {
  .top-page__product {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.top-page__product .container {
  transition-delay: 0.3s !important;
}

.product-search__list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin: 0 -10px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product-search__list {
    margin: -10px 0 30px;
    flex-direction: column;
  }
}

.product-search__list__item {
  width: 25%;
  padding: 10px;
}
@media (max-width: 768px) {
  .product-search__list__item {
    width: 100%;
    padding: 10px 15px;
    max-width: 400px;
    margin: 0 auto;
  }
}

.product-search__list__link {
  background: #fff;
  display: block;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  height: 100%;
  transition: ease 0.3s;
}
.product-search__list__link:hover {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
}
.product-search__list__link:hover .product-search__list__imgs {
  background: #3671C1;
}
.product-search__list__link:hover .product-search__list__imgs > .img {
  transform: scale(1.05, 1.05);
}
.product-search__list__link:hover .product-search__list__desc {
  color: #3671C1;
}
.product-search__list__link:hover .product-search__list__btn {
  border-color: #3671C1;
  color: #3671C1;
}

.product-search__list__imgs {
  overflow: hidden;
  background: #172A88;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  min-height: 210px;
  padding: 10px;
  transition: ease 0.3s;
}
@media (max-width: 428px) {
  .product-search__list__imgs {
    min-height: 170px;
  }
}
.product-search__list__imgs > .img {
  margin-bottom: 13px;
  transition: ease 0.3s;
}
@media (max-width: 428px) {
  .product-search__list__imgs > .img {
    margin-bottom: 5px;
  }
  .product-search__list__imgs > .img img {
    width: 90px;
  }
}
.product-search__list__imgs > .title {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (max-width: 428px) {
  .product-search__list__imgs > .title {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.product-search__list__imgs > .title span {
  font-weight: bold;
  font-size: 1.4em;
}

.product-search__list__txts {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 210px);
}

.product-search__list__desc {
  padding-left: 1.5em;
  margin-bottom: 10px;
  transition: ease 0.3s;
}
.product-search__list__desc > li {
  list-style: disc;
  line-height: 1.7em;
  margin-bottom: 5px;
}

.product-search__list__btn {
  border: #172A88 1px solid;
  text-align: center;
  color: #172A88;
  padding: 0.8em;
  line-height: 1em;
  font-weight: bold;
  transition: ease 0.3s;
}

.top-page__product .cmn-btn--big {
  width: 330px;
  margin-top: 30px;
}

.product-front-search__form {
  display: flex;
  max-width: 690px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .product-front-search__form {
    max-width: 500px;
  }
}

.product-front-search__form__input {
  background: #fff;
  border-radius: 3px 0 0 3px;
  padding: 10px;
  line-height: 1em;
  height: 50px;
  width: calc(100% - 180px);
  border: #fff 1px solid;
}
@media (max-width: 768px) {
  .product-front-search__form__input {
    width: calc(100% - 70px);
    font-size: 1.6rem;
  }
}
.product-front-search__form__input:focus {
  outline: 0;
  border: #172A88 1px solid;
}

.product-front-search__form__submit {
  background: #172A88;
  color: #fff;
  text-align: center;
  font-weight: bold;
  height: 50px;
  width: 180px;
  border-radius: 0 3px 3px 0;
  letter-spacing: 0.5em;
  transition: ease 0.3s;
}
@media (max-width: 768px) {
  .product-front-search__form__submit {
    width: 70px;
    letter-spacing: 0.1em;
  }
}
.product-front-search__form__submit:hover {
  background: #3671C1;
}

.product-front-search__caption {
  padding-top: 30px;
  text-align: center;
}
.product-front-search__caption a {
  color: #317CBF;
  text-decoration: underline;
}
.product-front-search__caption a:hover {
  text-decoration: none;
}

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

加工のすすめ

======================================================= */
.top-page__monodukuri {
  position: relative;
}
@media (max-width: 768px) {
  .top-page__monodukuri {
    padding: 230px 0;
  }
}
@media (max-width: 428px) {
  .top-page__monodukuri {
    padding: 150px 0;
  }
}
.top-page__monodukuri::before, .top-page__monodukuri::after {
  position: absolute;
  content: "";
  top: 0;
  background: no-repeat center;
  background-size: cover;
  width: calc(50% - 250px);
  height: 100%;
}
@media (max-width: 768px) {
  .top-page__monodukuri::before, .top-page__monodukuri::after {
    width: 100%;
    height: 230px;
  }
}
@media (max-width: 428px) {
  .top-page__monodukuri::before, .top-page__monodukuri::after {
    height: 150px;
  }
}
.top-page__monodukuri::before {
  background-image: url(../img/top/mono1.jpg);
  left: 0;
}
.top-page__monodukuri::after {
  background-image: url(../img/top/mono2.jpg);
  right: 0;
}
@media (max-width: 768px) {
  .top-page__monodukuri::after {
    top: unset;
    bottom: 0;
    background-position: top center;
  }
}

.top-page__monodukuri .container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  padding: 35px 50px;
}
@media (max-width: 768px) {
  .top-page__monodukuri .container {
    padding: 30px 20px;
    max-width: unset;
  }
}

.top-page__monodukuri__title {
  margin-bottom: 10px;
  text-align: center;
}

.top-page__monodukuri .section-title--top {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}

.top-page__monodukuri__desc {
  margin-bottom: 20px;
}

.top-page__monodukuri .cmn-btn--big {
  width: 100%;
}

@media (max-width: 768px) {
  .top-page__monodukuri__desc,
  .top-page__monodukuri .cmn-btn--big {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

ローディング

======================================================= */
#logo_loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgb(255, 255, 255);
}

#logo_loader .f_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 302px;
  height: 92px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  z-index: 9999;
}
@media (max-width: 428px) {
  #logo_loader .f_logo {
    width: 65%;
  }
}
#logo_loader .f_logo img {
  width: 100%;
}
#logo_loader .f_logo::before {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 100%;
  animation: loadLogo 1.5s;
}

@keyframes loadLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
#logo_loader .f_logo:before {
  animation: loadLogo 1.5s;
}

#logo_loader.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 2s;
}

@keyframes slideOut {
  0% {
    z-index: 9999;
    opacity: 1;
  }
  50% {
    pointer-events: none;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}/*# sourceMappingURL=top.css.map */