/* preset for bd */

/* contents枠:cwrap */
.cmshtml .cwrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

/* contents枠vw:cwrapv */
.cmshtml .cwrapv {
  padding-left: 10vw !important;
  padding-right: 10vw !important; }

@media screen and (max-width: 1200px) {
  .cmshtml .cwrap {
    padding-left: 2% !important;
    padding-right: 2% !important; }
  .cmshtml .cwrapv {
    padding-left: 2% !important;
    padding-right: 2% !important; }
}

/* titleにアンダーライン:ttl-ul */
.cmshtml .ttl-ul.rdplanetitle > * {
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc; }
  .cmshtml .ttl-ul.rdplanetitle > *:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 200px;
    height: 2px;
    background: #306c39; }

/* titleにアンダーライン中央:ttl-ulc */
.cmshtml .ttl-ulc.rdplanetitle > * {
  position: relative;
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc; }
  .cmshtml .ttl-ulc.rdplanetitle > *:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 200px;
    height: 2px;
    background: #162461; }

/* title前にサークル:ttl-c */
.cmshtml .ttl-c.rdplanetitle > * {
  position: relative;
  padding-left: 1.5rem; }
  .cmshtml .ttl-c.rdplanetitle > *:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 5px solid #162461;
    border-radius: 50%; }

/* title両サイドにライン:ttl-bs */
.cmshtml .ttl-bs.rdplanetitle {
  text-align: center; }
.cmshtml .ttl-bs.rdplanetitle > * {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block; }
  .cmshtml .ttl-bs.rdplanetitle > *:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 30px;
    height: 1px;
    background: #222; }
  .cmshtml .ttl-bs.rdplanetitle > *:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 30px;
    height: 1px;
    background: #222; }

/* dt25% row nowrap：dlfrow */
.cmshtml .dlfrow dl {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #d1d5cf; }
  .cmshtml .dlfrow dl dt {
    padding: 1rem;
    background: #f5f5f5;
    color: #222;
    width: 25%; }
  .cmshtml .dlfrow dl dd {
    padding: 1rem;
    background: #fbfbfb;
    width: 75%; }

@media screen and (max-width: 576px) {
  .cmshtml .dlfrow dl {
    flex-flow: column nowrap; }
    .cmshtml .dlfrow dl dt,
    .cmshtml .dlfrow dl dd {
      width: 100%; }
}

/* 680ブレイク後2列：ab2row */
@media screen and (min-width: 1px) and (max-width: 680px) {
.cmshtml .ab2row > div {
    width: 50% !important;
    flex: 0 0 auto; }
}

/* 詳細ボタンclass: contentsLink */


/* 3列横並びブレイク後維持：trbpnw */
@media screen and (max-width: 576px) {
  .cmshtml .trbpnw > .rdblock {
    width: calc(100% / 3) !important; }
  .cmshtml .trbpnw.rdflexarea>* {
    flex: 1 1 auto; }
}


/* flex内にBOX作成時の高さ合わせ：fih100 */
.cmshtml .fih100 {
  height: 100%; }




/* for bd-3 */

.cmshtml div#globalNav .navUl {
  justify-content: flex-end; }
  .cmshtml #globalNav .navUl>li {
    padding: 0px 15px; }


.cmshtml div#globalHeader {
  padding: 15px 20px 15px;
  background: rgba(0, 0, 0, 0.5)}
.cmshtml div#globalNav {
  font-weight: 400; }
.cmshtml div#topMovieBg:after {
  background-image: radial-gradient(rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 30%);
  background-size: 3px 3px; }


.cmshtml #topMovie .sp-slide img {
  height: 100vh;
  object-fit: cover; }

.blog #contentsWrapInner {
  display: flex;
  padding: 2rem 3%; }

.cmshtml .blogMain {
  padding: 0 20px;
  width: 75%; }

.cmshtml .blogSide {
  width: 25%;
  min-width: 240px; }

.cmshtml .rdListShort div.rdListItem {
  width: calc((100% / 3) - 20px); }


@media screen and (min-width:680px) and (max-width:1024px) {
  .cmshtml .rdListShort div.rdListItem {
    width: calc((100% / 2) - 20px); }
}

@media screen and (max-width: 680px) {
  .blog #contentsWrapInner {
    flex-direction: column; }
  .cmshtml .blogMain,
  .cmshtml .blogSide {
    width: 100%; }
  .cmshtml .rdListShort div.rdListItem {
    width: calc(100% - 20px); }
}


/* bd03 accordion menu close icon */

.cmshtml .open #globalNavbtn a span:nth-of-type(1) {
    transform: rotate(45deg);
    width: 50%;
    top: 50%;
    left: 25%;
    position: absolute; }

.cmshtml .open #globalNavbtn a span:nth-of-type(2) {
  opacity: 0; }

.cmshtml .open #globalNavbtn a span:nth-of-type(3) {
    transform: rotate(-45deg);
    width: 50%;
    top: 50%;
    left: 25%;
    position: absolute; }




#editView .cmshtml div#globalNav .navUl {
  justify-content: space-around; }
#editView .cmshtml #globalNav .navUl > div {
  padding: 0px 15px; }
#editView .cmshtml #pagetitleInner {
  top: 0; }
#editView .cmshtml #globalNav #globalNavMain .navUl .rdappended {
  min-width: 100px; }
#editView .cmshtml #pagetitle {
  overflow: scroll; }


/*
・style&color.cssのブレイクポイント変更
・style.css:70
   .cmshtml #globalNav .navUl .navUl>*>*>*>*:not(i,p)
   ↓
   .cmshtml #globalNav .navUl .navUl>*>*>*>*:not(i)
・script.jsの.slider-proに以下変更と追記
    width: 'calc(100% / 3)', //横幅
    responsive: true,
      breakpoints: {
        680: {
          width: '100%',
        }
      }
*/

/* PC用nav・sub横並び */
@media screen and (min-width: 1081px) {
  .cmshtml div#globalHeader {
    align-items: center; }

  .cmshtml #globalNavInner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }

  .cmshtml #globalNavMain {
    font-size: 1.0rem; }

  .cmshtml #globalNavSub {
    align-self: center;
    margin-bottom: 0px;
    font-size: 0.85rem; }

  .cmshtml #globalNavSub>.navUl>*+* {
    margin-left: 0px !important; }
}



/* タイトル */
.cmshtml .rdplanetitle h2 {
    font-size: clamp(2.0rem, 3.0vw, 2.4rem) !important; }

.cmshtml .rdplanetitle h3 {
    font-size: clamp(1.6rem, 2.5vw, 2.0rem) !important; }

.cmshtml .rdplanetitle h4 {
    font-size: clamp(1.35rem, 2.0vw, 1.75rem) !important; }

.cmshtml .rdplanetitle h5 {
    font-size: clamp(1.2rem, 2.0vw, 1.5rem) !important; }

.cmshtml .rdplanetitle h6 {
    font-size: clamp(1.1rem, 1.8vw, 1.2rem) !important; }


.cmshtml .secttl .rdplanetitle h3 {
    font-size: clamp(2.0rem, 5.0vw, 3.2rem) !important;
    font-weight: 300;
    color: #345; }



/* common */

.cmshtml .globalh1 {
  display: none; }

@media screen and (max-width: 1080px) {
  .cmshtml #globalNavMain {
    font-size: 1.0rem; }
  .cmshtml #globalNavMain .navUl li .navUl li {
    font-size: 0.85rem; }
  .cmshtml #globalNavMain>.navUl>li + li {
    border-top: 1px solid #ddd; }
}

.cmshtml .ftfssc.rdplaneimage {
  width: 200px !important; }

@media screen and (max-width: 576px) {
  .cmshtml .ftfssc.rdplaneimage {
    margin: 0 auto !important; }
}

.cmshtml .pagetop {
  margin-left: auto; }

@media screen and (max-width: 576px) {
  .cmshtml .pagetop {
    display: none; }
}


  /* aos */
body.cmsbody.cmsbody[data-rdaos-delay="800"] [data-rdaos].rdaos-animate {
  transition-delay: 0.01s !important; }
[data-rdaos][data-rdaos][data-rdaos-duration="800"], body.cmsbody.cmsbody[data-rdaos-duration="800"] [data-rdaos] {
  transition-duration: .5s !important; }




/* home */

.cmshtml .rdplanetitle.attl h2 {
  font-weight: 500;
  font-size: clamp(3.0rem, 5.0vw, 4.0rem) !important; }

.cmshtml .text-fontsize-lt {
  font-weight: 300; }

.cmshtml .hiwrap {
    justify-content: center; }
.cmshtml .hibox {
    width: calc((100% / 5) - 1.0rem) !important;
    margin: 0.5rem !important;
    position: relative;
    min-height: 340px; }
.cmshtml .hibox .rdplaneimage img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.cmshtml .hibox > div,
.cmshtml .hibox > div > div {
    height: 100%; }
.cmshtml .hiasl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    background: #00000073;
    color: #fff;
    transform: translate(-50%, -50%); }
.cmshtml .hiasl .rdplanetitle h3 {
    writing-mode: vertical-rl;
    font-size: clamp(1.4rem, 2.5vw, 2.0rem) !important; }

@media screen and (max-width: 576px) {
  .cmshtml .hibox {
    margin: 0 !important;
    min-height: unset; }
  .cmshtml .hiasl {
    display: flex;
    align-items: center; }
  .cmshtml .hiasl .rdplanetitle h3 {
    writing-mode: horizontal-tb; }
}



  /* products-old */

#editView .cmshtml .hibox {
    width: calc(100%) !important;
    min-height: unset; }
#editView .cmshtml .hibox > div,
#editView .cmshtml .hibox > div > div {
    height: auto; }
#editView .cmshtml .hiasl {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0); }
#editView .cmshtml .hiasl .rdplanetitle h3 {
    writing-mode: unset; }


.cmshtml .hlist {
  position: relative;
  padding: 10px !important; }

.cmshtml .hlist > div {
  overflow: hidden; }

.cmshtml .hlist img {
  filter: brightness(0.7);
  transition: 0.8s;
  object-fit: cover;
  height: 100%;
  width: 100%;
  min-width: 420px;
  object-position: -30px center; }
  .cmshtml .hlist img:hover {
    filter: brightness(0.9);
    transform: scale(1.05); }

.cmshtml .catn {
  text-align: center;
  position: absolute;
  top: 5%;
  right: 5%;
  width: calc(100% - 20px);
  color: #fff;
  pointer-events: none;
  font-size: 1.5rem;
  font-weight: 500;
  writing-mode: vertical-rl; }

@media screen and (max-width: 576px) {
  .cmshtml .hlist {
    padding: 0 !important; }

  .cmshtml .hlist img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-height: 200px;
    min-width: unset;
    object-position: center center; }

  .cmshtml .catn {
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  transform: translate(-50%, -50%);
  writing-mode: initial; }
}

#editView .cmshtml .catn {
  position: relative;
  background: rgba(0,0,0,0.8);
  writing-mode: initial;
  width: 100%;
  pointer-events: initial; }





/* news */

.cmshtml .rdListShort .rdListItem h3.rdarticleTitleText {
  font-size: 1.0rem !important; }
.cmshtml .rdarticleTitle h3 {
  font-weight: 500;
  border-bottom: 2px solid #b9b542 !important; }





/* company */


@media screen and (min-width: 1001px) {
.cmshtml .exdl {
    display: flex;
    flex-flow: row wrap; }

.cmshtml .exdl > div {
    width: 50%; }

.cmshtml .exdl > div dt {
    width: 45%; }
.cmshtml .exdl > div dd {
    width: 55%; }
}

@media screen and (min-width: 577px) and (max-width: 1000px) {
.cmshtml .exdl > div dt {
    width: 40%; }
.cmshtml .exdl > div dd {
    width: 60%; }
}



/* food safety */

.fssclist dl {
    display: flex;
    padding: 1rem;
    background: #f7f6d8;
    font-size: 1.2rem; }



/* item */

.cmshtml .i-thumb {
    position: relative;
    overflow: hidden; }

.cmshtml .i-exp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    pointer-events: none; }

.cmshtml .i-img img {
    transition: 1.5s; }
    .cmshtml .i-img img:hover {
        transform: scale(1.1); }

#editView .cmshtml .i-thumb::before {
    content: "リンクは画像に設定してください";
    display: block; }
#editView .cmshtml .i-exp {
    position: relative;
    top: unset;
    transform: none;
    pointer-events: unset; }


.cmshtml div.itemwrap {
  padding: 15px; }
.cmshtml .ibox {
  border: 1px solid #ebebeb;
  height: 100%; }
  .cmshtml .ibox .rdplanetitle {
    background: #f9f9ec; }
  .cmshtml .ibox .rdplanetitle h4 {
    font-size: 1.0rem !important;
    font-weight: 500;
    color: #345; }
  .cmshtml .ibox .rdplanetext {
    font-size: 0.9rem; }

@media screen and (max-width: 1080px) {
  .cmshtml div.itemwrap {
    padding: 10px; }
}

@media screen and (min-width: 577px) and (max-width: 1080px) {
  .cmshtml div.itemwrap {
    width: calc(100% / 3); }
}



/* contact */

.cmshtml .contact_item_table input[type="text"], .cmshtml .contact_item_table input[type="email"], .cmshtml .contact_item_table input[type="tel"], .cmshtml .contact_item_table input[type="number"], .cmshtml .contact_item_table input[type="date"], .cmshtml .contact_item_table textarea, .cmshtml .contact_item_table select, .cmshtml input[type="text"][name="img_auth"] {
  line-height: 2.0; }