@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
    font-size: 62.5%;
}

object {
    pointer-events: none;
}

.sp,
.header_sp {
    display: none !important;
}

a[href^="tel:"] {
    pointer-events: none;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.img_r {
    overflow: hidden;
}

.img_r>img {
    float: right;
    width: 33%;
    margin-left: 15px;
    margin-bottom: 15px;
}


/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */

.tit02 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    margin: 0 auto 35px;
}

.tit02 b {
    font-size: 5rem;
    line-height: 1.5;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
}

.tit02 span {
    color: #8c8c8c;
    font-size: 1.6rem;
    display: block;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

.txt_shinfo {
    position: relative;
}

.txt_shinfo>small {
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 41%;
    word-break: keep-all;
}


/* ---------------------------------------------------------------------------
  ★パーツ集
--------------------------------------------------------------------------- */
@media (min-width: 1300px) {
  .main_inpages {
    margin-bottom: 4%;
  }
}
@media (min-width: 1600px) {
  #main_slider {
    max-width: calc(100% - ((100% - 1000px) / 2));
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 1200px) {
  .f29 {
    font-size: 2.5rem !important;
  }

  .nav01 {
    display: flex;
    justify-content: flex-end;
    width: 95%;
    padding-right: 0;
    margin-left: auto;
    margin-right: 0;
  }

  .ls08 {
    letter-spacing: 0.02em;
  }

  .main_inpages::before, .main_inpages::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: -35%;
    top: -85%;
    left: 50.8%;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    background: url(../img/b_noren.png) no-repeat center / 100%;
    width: 130%;
    max-height: 100%;
    height: 100%;
    z-index: -1;
  }
  .footer02_02 {
    padding: 0px 0 0 2% !important;
    display: flex;
  }
}
@media (max-width: 1000px) {
  .header_nav .nav a {
    font-size: 1.4rem;
  }
  .nav01 {
    font-size: 1.4rem;
  }
  .header_nav .nav > li:not(:last-child) {
    margin-right: 30px;
  }
  .nav01 > ul:nth-child(1) .contact a span {
    background: url(../img/mail.svg) no-repeat left top 6px / 1em;
  }
  .nav01 > ul:nth-child(1) .cart a span {
    background: url(../img/cart.svg) no-repeat left 2px top 4px / 1.05em;
  }
}

/* =======================================
	TOP　
========================================== */
@media (max-width: 1200px) {
  .home01.pT80 {
    padding-top: 50px !important
  }
  .home02 .cl50_max > div:nth-of-type(2) {
    margin-top: 35px;
  }
  .home02 .cl50_max.pL85.pT50 {
    padding-left: 40px !important;
    padding-top: 20px !important;
  }
  .home03 .cl6_4.pL85 {
    padding-left: 40px !important;
  }
}
@media (max-width: 1100px) {
  .home04 .cl50 {
    flex-wrap: wrap;
  }
  .home04 .cl50>* {
    width: 100%;
  }
  .home04 .cl50>*:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home04 .cl33 {
    width: 520px;
    margin-left: 2%;
  }
  .home04 .cl50>*:nth-of-type(2)>p {
    width: calc(100% - 520px);
  }
}
@media (max-width: 1060px) {
  .home01 > div > div > p > span > br {
    display: none !important;
  }
  .home01 .h2Tit {
    width: 31.8em;
  }
  .home02 .cl50_max.pL85.pT50 {
    padding-top: 0 !important;
    margin-bottom: 4%;
  }
  .home02 .inner_1200::before {
    top: -5.1%;
    background: url(../img/bg_r.png) no-repeat center left  / cover;
  }
  .home03 .cl6_4 > div:nth-child(odd),
  .home03 .cl6_4 > div:nth-child(even) {
    width: 48%;
  }
}

/* =======================================
	会社案内 company_histry
========================================== */
@media (max-width: 2000px) {
  .company_history01 .w100 {
    justify-content: space-evenly;
  }

  .company_history01 ul li p {
    top: 310px;
  }
}

@media (max-width: 1200px) {
  .company_history01 .h450 {
    height: 350px;
  }

  .company_history01 ul li p {
    top: 172px;
    padding: 2%;
  }
}

@media (max-width: 1000px) {
  #company_history h4 br {
    display: none;
  }
}

@media (max-width: 950px) {
  .company_history01 ul li p {
    top: 130px;
    line-height: 1.5;
    padding: 2%;
  }
}

/* =======================================
	わたしたちのこだわり
  美味しさへのこだわり　commitment
========================================== */
@media (max-width: 1000px) {
  .commitment01 h3,
  .commitment02 h3 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    font-size: 2.8rem;
  }
  #commitment .btn01 {
    margin: 0 !important;
  }
  #commitment .pL5 {
    padding-right: 30px;
    padding-bottom: 20px;
  }
  .commitment02 .inner_1200::before {
    left: 0;
    top: -6%;
    width: 85%;
  }
  .commitment02 .mT80 {
    margin-top: 120px !important;
  }
}
@media (max-width: 950px) {
  .commitment01 .cl25 li::before {
    width: 150px;
    height: 150px;
  }
}

/* =======================================
	原材料へのこだわり commitment_material
========================================== */
@media (max-width: 1000px) {
  #commitment_material h3 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    font-size: 2.8rem;
    font-weight: 600;
    color: #000e42;
    letter-spacing: 0.08em;
    line-height: 140%;
    position: relative;
    text-align: left;
    font-family: "Shippori Mincho", serif;
  }
}

/* =======================================
	わたしたちのこだわり
  安心・安全へのこだわり commitment_safety
========================================== */
@media (max-width: 1000px) {
  #commitment_safety h3 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    font-size: 2.8rem;
    font-weight: 600;
    color: #000e42;
    letter-spacing: 0.08em;
    line-height: 140%;
    position: relative;
    text-align: left;
    font-family: "Shippori Mincho", serif;
  }

  #commitment_safety p {
    padding-right: 60px !important;
  }
}


/* =======================================
	SDGsへの取り組み　sdgs
========================================== */
#sdgs01 .bgW > p.f14 {
  text-align: center;
}
@media (max-width: 1100px) {
  .sdgs01 .bgW {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 1000px) {
  #sdgs p br {
    display: none;
  }
}

@media (max-width: 950px) {
  #sdgs01 .videoWrap video {
    height: 410px;
    margin-top: 0%;
  }
}


/* =======================================
	お知らせ　news
========================================== */
@media (max-width: 1000px) {
  .news01 .wave_b::before, .wave_b::after {
    content: "";
    position: absolute;
    display: inline-block;
    right: -4%;
    top: 7%;
    background: url(../img/treat03.png) no-repeat center / 100%;
    width: 200px;
    height: 88px;
  }
  .news01 .wave_b::after {
    right: auto;
    top: auto;
    left: -4%;
    bottom: 7%;
    z-index: 0;
  }
}

/* =======================================
	お知らせ　news_detail
========================================== */
@media (max-width: 1000) {
  #news_detail .photo_t::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: -20%;
    bottom: -20%;
    background: url(../img/treat01_02.png) no-repeat center / 100%;
    max-width: 185px;
    width: 77%;
    max-height: 185px;
    height: 95%;
    z-index: -1;
  }

  #news_detail01 h3 .h3Tit {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    font-size: 2.8rem;
    font-weight: 600;
    color: #000e42;
    letter-spacing: 0.08em;
    line-height: 140%;
    position: relative;
    text-align: left;
    font-family: "Shippori Mincho", serif;
  }
}

/* =======================================
	お問い合わせ　inquiry
========================================== */
@media (max-width: 1000px) {
  .inquiry01 .wave_t::before, .wave_t::after {
    content: "";
    position: absolute;
    display: inline-block;
    right: -33%;
    top: 7%;
    background: url(../img/treat03.png) no-repeat center / 100%;
    width: 220px;
    height: 88px;
  }

  .inquiry01 .wave_t::after {
    right: auto;
    top: auto;
    left: -32%;
    bottom: 7%;
  }
}

/* =======================================
	会社案内 company
========================================== */
@media (max-width: 1200px) {
  .company02 .cl50_max > *:nth-of-type(1),
  .company03 .cl50_max > *:nth-of-type(2) {
    width: 60%;
  }
  .company02 .cl50_max.pT20 {
    padding-top: 0 !important;
  }
  .company03 {
    margin-top: -50px;
  }
  .company03 .cl50_max {
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .company01 .photo_t::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: -5%;
    bottom: -31%;
    background: url(../img/treat01_02.png) no-repeat center / 100%;
    max-width: 160px;
    width: 77%;
    max-height: 200px;
    height: 95%;
    z-index: -1;
  }

  #company02 .fsp {
    font-size: 2rem !important;
  }

  #company02 .mB30, .mB25 {
    margin-bottom: 0px !important;
  }

  #company02 .home02 .inner_1200::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: -12.1%;
    background: url(../img/bg_r.png) no-repeat center / 115%;
    width: 87%;
    height: 100%;
    z-index: -1;
  }

  #company02 .f30 {
    font-size: 2.5rem !important;
  }
}